@charset "UTF-8";

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/* mixin */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* all */
body {
  color: #222;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  letter-spacing: 0.05em;
  line-height: 2;
}

table {
  width: 100%;
  text-align: center;
}

ul li {
  margin: 0;
  list-style: none;
}

ol {
  margin-left: 1.6rem;
}

/* Typography */
h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

img {
  width: 100%;
  vertical-align: middle;
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px;
}

._inBlock {
  display: inline-block;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

small {
  font-size: 12px;
}

.common-title {
  text-align: center;
}

.common-title__size {
  font-size: 22px;
}

.common-title p {
  display: inline-block;
  border-bottom: 2px solid #222;
  font-family: 'Hind Madurai', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

.common-title h2 {
  margin-top: 10px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.kv {
  position: relative;
  height: auto;
  width: 100%;
  //  background-image: url("../img/pc_A_04.png");
  //  background-position: 50% 50%;
  //  background-repeat: no-repeat;
  //  background-size: cover;
}

.kv:before,
.kv:after {
  position: absolute;
  left: 50%;
  content: '';
  display: block;
  height: 6.2vw;
  width: 100%;
  //background-image: url("../img/main_kv_item.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.kv:before {
  top: 0;
  transform: translateX(-50%);
}

.kv:after {
  bottom: -1px;
  transform: translateX(-50%) rotate(180deg);
}

.kv .start-up {
  position: absolute;
  left: -2px;
  top: -5px;
  width: 61.5625vw;
  max-width: 788px;
  /**/
}

.kv .shift {
  position: absolute;
  left: -2px;
  top: -5px;
  width: 36.32812vw;
  max-width: 465px;
  /**/
}

.kv .sub-title {
  position: absolute;
  left: 9.0625vw;
  top: 272px;
  font-size: 32px;
  letter-spacing: 0.08em;
  /**/
  transform: rotate(-11deg);
}

.kv .sub-title span {
  position: relative;
  padding-bottom: 4px;
  letter-spacing: 0.05em;
}

.kv .sub-title span:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  //background: url("../img/dot_black.svg") no-repeat 0 0;
  background-size: 1725px 6px;
}

.kv .main-title {
  position: absolute;
  left: 12.1875vw;
  top: 359px;
  font-size: 66px;
  letter-spacing: 0.05em;
  line-height: 1.25758;
  /**/
}

.kv .sp-logo {
  position: absolute;
  bottom: -11px;
  left: 30px;
  z-index: 1;
  width: 120px;
}

.header.h-fixed,
.sp-header.h-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0 60px;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.header__logo.h-fixed__logo {
  position: static;
  width: 266px;
}

#HeaderLogoFixed {
  display: none;
}

.sp-header {
  position: fixed;
  top: 0;
  z-index: 100;
  height: 68px;
  width: 100%;
  padding: 0 30px;
  background-color: #fff;
}

.sp-header .sp-headerBox {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.sp-header .sp-headerLogo {
  width: 140px;
}

.sp-header .sp-headerButton {
  height: 36px;
  width: 142px;
}

.sp-header .sp-headerButton a {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 4px 12px;
  justify-content: center;
  background-color: #fada82;
  border: 2px solid #4c5457;
  border-radius: 100px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
}

.sp-header .sp-headerButton a:after {
  content: none;
}

.header {
  position: relative;
  display: flex;
  z-index: 100;
  height: 100px;
  margin: 0 60px;
  flex-direction: row-reverse;
  align-items: center;
}

.header__logo {
  position: absolute;
  left: 0;
  top: -52px;
  width: 160px;
}

.header__nav ul {
  display: flex;
  height: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.header__nav ul li {
  margin-right: 32px;
  font-size: 14px;
  font-weight: 700;
}

.header__nav ul li:last-child {
  margin-right: 0;
}

.header__nav ul li:last-child a {
  padding: 4px 17px;
  background-color: #fada82;
  border: 2px solid #4c5457;
  border-radius: 100px;
}

.header__nav ul li:last-child a:hover {
  background-color: #eb9408;
  color: #fff;
}

.header__nav ul li:last-child a::after {
  content: none;
}

.header__nav ul li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 5px 0;
  color: inherit;
  transition: 0.1s;
}

.header__nav ul li a:after {
  position: absolute;
  left: 50%;
  top: 26px;
  content: url("../img/hover_arrow.svg");
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}

.header__nav ul li a:hover {
  opacity: 1;
  color: #eb9408;
}

.header__nav ul li a:hover:after {
  top: 32px;
  opacity: 1;
  visibility: visible;
}

.recommend__bg {
  position: relative;
  height: 215px;
  background-image: url("../img/Base01.png");
  background-size: cover;
}

.recommend__bg::before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("../img/Base01_bg.png");
  background-position: center 101%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.recommend__bg .common-title {
  position: relative;
  z-index: 10;
  padding-top: 91px;
}

.recommend__content {
  display: flex;
  margin: 66px 0 0;
  flex-wrap: wrap;
}

.recommend__content .recommend-list {
  position: relative;
  display: flex;
  width: 47%;
}

.recommend__content .recommend-list:nth-child(even) {
  margin-left: 6%;
}

.recommend__content .recommend-list:nth-child(n + 3) {
  margin-top: 78px;
}

.recommend__content .recommend-list__img p {
  position: absolute;
  left: 115px;
  top: -45px;
  display: flex;
  align-items: flex-start;
}

.recommend__content .recommend-list__img p .text {
  position: relative;
  display: inline-block;
  margin-top: 27px;
  font-family: 'Hind Madurai', sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.recommend__content .recommend-list__img p .text:before {
  position: absolute;
  bottom: -7px;
  left: -17px;
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  background-color: #222;
  transform: rotate(-45deg);
}

.recommend__content .recommend-list__img p .text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #222;
}

.recommend__content .recommend-list__img p .number {
  margin-left: 13px;
  font-family: 'Hind Madurai', sans-serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.recommend__content .recommend-list__img img {
  width: 143px;
}

.recommend__content .recommend-list__text {
  margin: 21px 0 0;
}

.recommend__content .recommend-list__text h3 {
  margin-left: 10px;
  font-size: 16px;
  line-height: 1.8;
}

.recommend__content .recommend-list__text h3._sml {
  margin-top: 5px;
}

.recommend__content .recommend-list__text h3._sml span {
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.37143;
}

.recommend__content .recommend-list__text h3 span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.30909;
}

.recommend__content .recommend-list:nth-of-type(4) .recommend-list__text {
  margin-top: 18px;
}

.recommend__content .balloon-left {
  position: relative;
  display: inline-block;
  margin: 16px 0 0 8px;
  padding: 20px 22px;
  border: solid 2px #222;
  border-radius: 4px;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
}

.recommend__content .balloon-left::before {
  position: absolute;
  left: -13px;
  top: 32px;
  content: '';
  z-index: 2;
  margin-top: -12px;
  border: 6px solid transparent;
  border-right: 8px solid #fff;
}

.recommend__content .balloon-left::after {
  position: absolute;
  left: -18px;
  top: 32px;
  content: '';
  z-index: 1;
  margin-top: -14px;
  border: 8px solid transparent;
  border-right: 10px solid #222;
}

.recommend__content .balloon-left p span {
  color: #eb9408;
  font-weight: 700;
}

.recommend__bottom {
  margin-top: 16px;
  transform: rotate(6deg);
}

.recommend__bottom img {
  max-width: 590px;
  margin-top: 24px;
}

.recommend__bottom ._sub {
  position: relative;
  padding-top: 5px;
}

.recommend__bottom ._sub::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  height: 5px;
  width: 100%;
  background: url("../img/dot_gray.svg") no-repeat 0 0;
  background-size: 1280px 5px;
}

.recommend__bottom ._sub span {
  position: absolute;
  left: 107px;
  top: 50%;
  display: inline-block;
  z-index: 2;
  padding: 0 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-55%);
}

.recommend__bottom ._text {
  margin-left: 10px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.reason .common-title h2 {
  margin-top: 0;
}

.reason__bg {
  position: relative;
  margin-top: 78px;
}

.reason__bg::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  z-index: -999;
  height: 100%;
  width: 100%;
  background-image: url("../img/Base02.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}

.reason__content {
  padding: 120px 0 62px;
  background-color: #f2f8fa;
}

.reason__content .inner {
  display: flex;
  flex-wrap: wrap;
}

.reason__content--list {
  width: 47%;
  letter-spacing: 0.05em;
}

.reason__content--list:nth-of-type(2) {
  margin-left: 6%;
}

.reason__content--list .reason-title {
  position: relative;
  text-align: center;
}

.reason__content--list .reason-title h3 {
  position: relative;
  display: inline-block;
  z-index: 1;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.reason__content--list .reason-title h3::before {
  position: absolute;
  left: -26px;
  top: -70px;
  content: '理由その1';
  display: flex;
  z-index: -1;
  height: 112px;
  width: 112px;
  justify-content: center;
  background: url("../img/dot_oval_gray.svg");
  background-size: 100% 100%;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  transform: rotate(-6deg);
}

.reason__content--list .reason-title h3 ._strong {
  position: relative;
  padding-bottom: 6px;
  color: #eb9408;
}

.reason__content--list .reason-title h3 ._strong:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  background: url("../img/dot_black.svg") no-repeat 0 0;
  background-size: 1725px 6px;
}

.reason__content--list:nth-child(2) h3::before {
  content: '理由その2';
}

.reason__content--list>p:first-of-type {
  margin-top: 34px;
}

.reason__content--list figure {
  margin-top: 27px;
}

.reason__content--list figure figcaption,
.reason__content--list figure p {
  margin-top: 12px;
  color: #4c5457;
  font-size: 14px;
  word-break: break-all;
}

.reason__content--list figure>p {
  margin-top: 0;
}

.what__bg {
  position: relative;
  padding-top: 24px;
}

.what__bg::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  z-index: -999;
  height: 100%;
  width: 100%;
  background-image: url("../img/Base03.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}

.what__description {
  max-width: 860px;
  margin: 40px auto 0;
  padding: 0 30px;
}

.what__description p span {
  color: #eb9408;
  font-weight: 700;
}

.what__table h3 {
  margin-top: 70px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.what__table table,
.what__table th,
.what__table td {
  border: solid 1px #fff;
}

.what__table--scroll {
  overflow: scroll;
  padding: 0 30px;
}

.what__table--box {
  max-width: 980px;
  margin: 30px auto 0;
}

.what__table--box tr:last-child td:nth-child(2) {
  position: relative;
}

.what__table--box tr:last-child td:nth-child(2):after {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: auto;
  content: '';
  display: block;
  height: 102%;
  width: 102%;
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  border-radius: 0 0 6px 6px;
  border-right: 2px solid #222;
  transform: translateX(-50%);
}

.what__table--box th {
  padding: 24px 0;
  background-color: #bedee8;
  line-height: 1.5;
}

.what__table--box th:nth-child(1) {
  width: 13%;
}

.what__table--box th:nth-child(2) {
  width: 29%;
}

.what__table--box th:nth-child(3) {
  width: 29%;
}

.what__table--box th:nth-child(2) {
  position: relative;
  width: 29%;
  background-color: #a2e1f5;
  font-size: 20px;
}

.what__table--box th:nth-child(2):after {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  height: 102%;
  width: 102%;
  border-left: 2px solid #222;
  border-radius: 6px 6px 0 0;
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  transform: translateX(-50%);
}

.what__table--box td {
  padding: 24px 0;
  background-color: #f2f8fa;
  line-height: 1.5;
  vertical-align: middle;
}

.what__table--box td:first-child {
  background-color: #bedee8;
  font-weight: 700;
}

.what__table--box td:nth-child(2) {
  position: relative;
  background-color: #d9eff7;
  font-size: 18px;
  font-weight: 700;
}

.what__table--box td:nth-child(2):after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  height: 102%;
  width: 102%;
  border-left: 2px solid #222;
  border-right: 2px solid #222;
  transform: translate(-50%, -50%);
}

.advantage__bg {
  position: relative;
  height: 210px;
}

.advantage__bg:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  display: block;
  height: 80px;
  width: 100%;
  background-image: url("../img/Base04.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: 100% 100%;
  transform: translateX(-50%);
}

.advantage__bg .common-title {
  transform: translateY(87px);
}

.advantage__bg .common-title h2 {
  margin-top: 14px;
}

.advantage__bg .common-title h2 ._sub {
  display: block;
}

.advantage__bg .common-title h2 ._text {
  display: block;
  margin-top: 12px;
}

.advantage__bg .common-title h2 ._num {
  display: inline-block;
  width: 55px;
  margin: 0 10px;
}

.advantage__content {
  padding: 133px 0 63px;
  background-color: #f5f7e4;
}

.advantage__content--box {
  max-width: 810px;
  margin: 108px auto 0;
}

.advantage__content--box:first-child {
  margin-top: 0;
}

.advantage__content--box .content-title {
  position: relative;
  text-align: center;
}

.advantage__content--box .content-title h3 {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.advantage__content--box .content-title h3::before {
  position: absolute;
  left: -30px;
  top: -67px;
  content: '理由その1';
  display: flex;
  z-index: -1;
  height: 112px;
  width: 112px;
  justify-content: center;
  background: url("../img/dot_oval_gray.svg");
  background-size: 100% 100%;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  transform: rotate(-8deg);
}

.advantage__content--box .content-title h3 span {
  position: relative;
  padding-bottom: 6px;
  color: #eb9408;
}

.advantage__content--box .content-title h3 span:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  background: url("../img/dot_black.svg") no-repeat 0 0;
  background-size: 1725px 6px;
}

.advantage__content--box:nth-child(2) h3::before {
  content: '理由その2';
}

.advantage__content--box:nth-child(3) h3::before {
  content: '理由その3';
}

.advantage__content--box .content-box {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.advantage__content--box .content-box__img {
  width: 405px;
  margin-right: 20px;
}

.advantage__content--box .content-box__text {
  max-width: 370px;
  margin-left: 20px;
}

.advantage__content--box .content-box__text span {
  color: #eb9408;
  font-weight: 700;
}

.advantage__support {
  margin-top: 55px;
}

.advantage__support--img {
  max-width: 680px;
  margin: 0 auto;
}

.advantage__support--content {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}

.advantage__support--content h3 {
  margin-top: 10px;
  font-size: 20px;
}

.advantage__support--content>p {
  margin-top: 8px;
}

.advantage__support--content__list {
  display: flex;
  margin-top: 32px;
  color: #131834;
  font-weight: 700;
  text-align: left;
}

.advantage__support--content__list ul+ul {
  margin-left: 80px;
}

.advantage__support--content__list ul li {
  padding-left: 20px;
}

.advantage__support--content__list ul li+li {
  margin-top: 8px;
}

.advantage__support--content__list ul li::before {
  position: relative;
  left: -10px;
  top: -3px;
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  background: #6fcfed;
  border-radius: 100%;
}

.comment__bg {
  position: relative;
}
section#Media .comment__bg:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: -1;
  height: 75px;
  width: 100%;
  background-image: url("../img/Base05.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.comment__bg .common-title {
  transform: translateY(23px);
}

.comment__bg .common-title h2 {
  margin-top: 0;
}

.comment__bg .common-title h2 ._text {
  display: inline-block;
  margin-top: -10px;
  padding-left: 25px;
}

.comment__bg .common-title h2 ._image {
  display: inline-block;
  width: 100px;
}

  .youtube_01 {
    text-align: center;
    padding: 0 0 30px; 
   /* margin: 30px 0px 0px;*/
  }

  .youtube {
/*    text-align: center;
    padding: 40px; */
  display: block;
  margin: 40px auto;
  max-width: 100%;
  }

/* .comment__content--box {
  max-width: 800px;
  margin: 40px auto 0;
}

.comment__content--box:first-child {
  margin-top: 78px;
}

.comment__content--box .voice-list__top {
  position: relative;
  display: flex;
  align-items: center;
}

.comment__content--box .voice-list__top--img {
  max-width: 214px;
  transform: translate(-17px, 20px);
}

.comment__content--box .voice-list__top--title {
  position: absolute;
  left: 227px;
  top: 0;
  z-index: -100;
  width: 603px;
  padding-bottom: 23px;
  transform: rotate(-6deg);
}

.comment__content--box .voice-list__top--title::before {
  position: absolute;
  bottom: 0;
  left: -120px;
  content: '';
  display: block;
  z-index: 1;
  height: 5px;
  width: 100%;
  background: url("../img/dot_orange.svg") no-repeat 0 0;
  background-size: 1280px 5px;
}

.comment__content--box .voice-list__top--title h3 {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.comment__content--box .voice-list__name {
  font-weight: 700;
  text-align: center;
  margin: 0 0 0 60px;
}

.comment__content--box .voice-list__content {
  margin-top: 34px;
}

.comment__content--box .voice-list__content p {
  color: #131834;
}

.comment__content--box .voice-list__content .voice-list__content-question {
  font-weight: 700;
}

.comment__content--box .voice-list__content p span {
  color: #eb9408;
  font-weight: 700;
}

.comment__content--box:nth-child(2n) .voice-list__top {
  flex-direction: row-reverse;
}

.comment__content--box:nth-child(2n) .voice-list__top--img {
  max-width: 212px;
  transform: translate(-60px, 30px);
}

.comment__content--box:nth-child(2n) .voice-list__top--title {
  left: 4px;
  text-align: left;
}

.comment__content--box:nth-child(5) .voice-list__top--title {
  top: 20px;
}

.comment__content--box:nth-child(6) .voice-list__top--title {
  top: 50px;
}

.comment__content--box:nth-child(2n) .voice-list__top--title::before {
  background: url("../img/dot_blue.svg") no-repeat 0 0;
  background-size: 1280px 5px;
  left: 0;
}

.comment__content--box:nth-child(2n) .voice-list__name {
  margin: 18px 0 0 20px;
  text-align: left;
} */

.comment .list_wrap {
  margin: 120px 0;
  /*0 0 120px 0;*/
}

.comment .list_wrap ul {
  max-width: 980px;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}

.comment .list_wrap ul li {
  float: left;
  width: 30.6%;
  margin: 0 4.1% 75px 0;
}

.comment .list_wrap ul li .thumb {
  margin: 0 0 45px;
}

.comment .list_wrap ul li .thumb img {
  width: 100%;
  display: block;
}

.comment .list_wrap ul li .title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.411;
  min-height: 5.644em;
  margin: 0 0 30px;
  text-decoration: underline;
}

.comment .list_wrap ul li .title.blue {
  color: #459db9;
}

.comment .list_wrap ul li .title.orange {
  color: #eb9408;
}

.comment .list_wrap ul li .disc {
  font-size: 13px;
}

.comment .list_wrap ul li:nth-of-type(3n) {
  margin: 0 0 75px 0;
}

.comment .list_wrap ul li:nth-of-type(3n+1) {
  clear: both;
}

.comment .list_wrap ul li a {
  display: block;
  color: #222;
  transition: .2s;
}

.comment .list_wrap ul li a:hover {
  opacity: 0.5;
}


.seminar {
  margin-top: 80px;
}

.seminar__bg .common-title {
  transform: translateY(23px);
}

.seminar__bg .common-title h2 {
  margin-top: 0;
}

.seminar__bg .common-title h2 ._text {
  display: inline-block;
  margin-top: -10px;
  padding-left: 25px;
}

.seminar__bg .common-title h2 ._image {
  display: inline-block;
  width: 100px;
}

.seminar__content--box {
  max-width: 800px;
  margin: 30px auto 0;
}

.seminar__content--box:first-child {
  margin-top: 58px;
}

.seminar__content--box .voice-list__top {
  position: relative;
  display: flex;
  align-items: center;
}

.seminar__content--box .voice-list__top--img {
  max-width: 214px;
  transform: translate(-17px, 20px);
}

.seminar__content--box .voice-list__top--title {
  position: absolute;
  left: 227px;
  top: 40px;
  z-index: -100;
  width: 603px;
  padding-bottom: 23px;
  transform: rotate(-6deg);
}

.seminar__content--box:nth-child(4) .voice-list__top--title,
.seminar__content--box:nth-child(9) .voice-list__top--title {
  top: 0;
}

.seminar__content--box:nth-child(14) .voice-list__top--title,
.seminar__content--box:nth-child(15) .voice-list__top--title {
  padding-bottom: 73px;
  top: 20px;
}

.seminar__content--box .voice-list__top--title::before {
  position: absolute;
  bottom: 0;
  left: -120px;
  content: '';
  display: block;
  z-index: 1;
  height: 5px;
  width: 100%;
  background: url("../img/dot_orange.svg") no-repeat 0 0;
  background-size: 1280px 5px;
}

.seminar__content--box .voice-list__top--title h3 {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.seminar__content--box .voice-list__name {
  font-weight: 700;
  text-align: center;
  margin: 0 0 0 60px;
}

.seminar__content--box .voice-list__content {
  margin-top: 34px;
}

.seminar__content--box .voice-list__content p {
  color: #131834;
}

.seminar__content--box .voice-list__content .voice-list__content-question {
  font-weight: 700;
}

.seminar__content--box .voice-list__content p span {
  color: #eb9408;
  font-weight: 700;
}

.profile {
  margin-top: 85px;
}

.profile__bg {
  position: relative;
}

.profile__bg:before {
  position: absolute;
  left: 50%;
  top: 52px;
  content: '';
  display: block;
  z-index: -1;
  height: 80px;
  width: 100%;
  background-image: url("../img/Base06.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
}

.profile__content {
  padding-bottom: 62px;
  background-color: #f2f8fa;
}

.profile__content .ceo__profile {
  position: relative;
  display: flex;
  z-index: 1;
  margin-top: 43px;
  padding-top: 43px;
  flex-wrap: wrap;
  color: #131834;
  align-items: center;
}

.profile__content .ceo__profile:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  z-index: -1;
  height: 176px;
  width: 400px;
  background-image: url("../img/bg_Logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translate(-63%, -81%);
}

.profile__content .ceo__profile--img {
  width: 37.5%;
}

.profile__content .ceo__profile--text {
  width: 53%;
  margin-left: 9.5%;
  padding-bottom: 25px;
}

.profile__content .ceo__profile--text span {
  display: inline-block;
  color: #4c5457;
}

.profile__content .ceo__profile--text p {
  margin-top: 30px;
}

.profile__content .ceo__hr-img {
  margin-top: 80px;
}

.profile__content .ceo__qualification {
  max-width: 800px;
  margin: 0 auto;
}

.profile__content .ceo__qualification h3 {
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
}

.profile__content .ceo__qualification--box {
  display: flex;
  margin-top: 36px;
  flex-wrap: wrap;
  color: #131834;
  font-weight: 700;
  align-items: center;
  text-align: center;
}

.profile__content .ceo__qualification--box__item {
  width: 30%;
  margin-left: 5%;
}

.profile__content .ceo__qualification--box__item:first-child {
  margin-left: 0;
}

.profile__content .ceo__qualification--box__item>div {
  display: flex;
  min-height: 72px;
  justify-content: center;
  align-items: center;
}

.profile__content .ceo__qualification--box__item>div p {
  line-height: 1.5;
}

.profile__content .ceo__qualification--box__item>figure {
  max-width: 240px;
  margin-top: 16px;
}

.profile__content .ceo__qualification--box__item>figure._item1 {
  transform: translateY(-16px);
}

.profile__content .ceo__performancs {
  display: flex;
  flex-wrap: wrap;
}

.profile__content .ceo__performancs--list {
  width: 47%;
  margin-top: 60px;
}

.profile__content .ceo__performancs--list:nth-child(even) {
  margin-left: 6%;
}

.profile__content .ceo__performancs--list:nth-of-type(2) figure {
  margin-left: auto;
  margin-top: 32px;
}

.profile__content .ceo__performancs--list:nth-of-type(4) figure {
  max-width: 100%;
  margin-right: 1px;
  margin-top: 32px;
}

.profile__content .ceo__performancs--list h3 {
  color: #459db9;
  text-align: center;
}

.profile__content .ceo__performancs--list span {
  color: #eb9408;
  font-weight: 700;
}

.profile__content .ceo__performancs--list figure {
  max-width: 413px;
}

.profile__content .ceo__other h3 {
  margin-top: 60px;
  color: #459db9;
  text-align: center;
}

.profile__content .ceo__other--box {
  display: flex;
  margin-top: 35px;
  flex-wrap: wrap;
}

.profile__content .ceo__other--box__list {
  width: 20%;
  margin-left: 6%;
}

.profile__content .ceo__other--box__list:first-child {
  margin-left: 0;
}

.profile__content .ceo__other--box__list h4 {
  display: flex;
  min-height: 54px;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  line-height: 1.5;
  text-align: center;
}

.profile__content .ceo__other--box__list p {
  margin-top: 10px;
}

.profile__content .ceo__other--box__list p span {
  color: #eb9408;
  font-weight: 700;
}

.profile__content .ceo__reason {
  margin-top: 80px;
  padding: 44px 90px 80px;
  background-color: #fff;
  border-radius: 4px;
}

.profile__content .ceo__reason--title {
  display: flex;
  height: 146px;
  justify-content: center;
  background-image: url("../img/ceoreason_bg01.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  align-items: center;
  text-align: center;
}

.profile__content .ceo__reason--title h3 {
  padding-bottom: 16px;
  line-height: 1.35385;
}

.profile__content .ceo__reason--title h3 sup {
  font-size: 10px;
  vertical-align: super;
}

.profile__content .ceo__reason--title h3 ._sub {
  display: inline-block;
  font-size: 16px;
}

.profile__content .ceo__reason--title h3 ._text {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid 2px #222;
}

.profile__content .ceo__reason--list {
  position: relative;
  padding: 12px 0 60px;
}

.profile__content .ceo__reason--list::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  z-index: 1;
  height: 5px;
  width: 100%;
  background: url("../img/dot_gray.svg") no-repeat 0 0;
  background-size: 1280px 5px;
}

.profile__content .ceo__reason--list+.ceo__reason--list {
  padding-top: 55px;
}

.profile__content .ceo__reason--list:last-child {
  padding-bottom: 0;
}

.profile__content .ceo__reason--list:last-child:before {
  content: none;
}

.profile__content .ceo__reason--list h4 {
  font-size: 22px;
}

.profile__content .ceo__reason--list p {
  margin-top: 8px;
  color: #131834;
}

.profile__content .ceo__reason--list p span {
  color: #eb9408;
  font-weight: 700;
}

.trial__bg {
  position: relative;
  padding-top: 30px;
}

.trial__bg:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  z-index: -1;
  height: 80px;
  width: 100%;
  background-image: url("../img/Base07.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
}

.trial__bg .common-title {
  padding: 0 30px;
}

.trial__bg .common-title span {
  color: #eb9408;
}

.trial__content {
  margin-top: 85px;
}

.trial__content .inner {
  display: flex;
  flex-wrap: wrap;
}

.trial__content--benefits {
  position: relative;
  z-index: 1;
  width: 47%;
  padding: 0 40px;
  background-color: #f5f7e4;
  border-radius: 4px;
}

.trial__content--benefits:nth-of-type(2) {
  margin-left: 6%;
}

.trial__content--benefits::before {
  position: absolute;
  left: 40px;
  top: -22px;
  content: '';
  z-index: -1;
  height: 48px;
  width: 60px;
  background-image: url("../img/trial_img01.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}



/* 既存の .trial__content--benefits::after を以下に置き換え */

/* ============================================
   特典の番号表示（特典1〜10）- 2025年10月16日更新
   ============================================ */

/* 基本スタイル（全特典共通） */
.trial__content--benefits::after {
  position: absolute;
  left: 78px;
  top: -24px;
  display: flex;
  z-index: -2;
  height: 112px;
  width: 112px;
  justify-content: center;
  background: url("../img/dot_oval_green.svg");
  background-size: 100% 100%;
  color: #97a32d;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  transform: rotate(-6deg);
}

/* 各特典の番号指定 */
.trial__content .inner > .trial__content--benefits:nth-child(2)::after {
  content: '特典その1';
}

.trial__content .inner > .trial__content--benefits:nth-child(3)::after {
  content: '特典その2';
}

.trial__content .inner > .trial__content--benefits:nth-child(4)::after {
  content: '特典その3';
}

.trial__content .inner > .trial__content--benefits:nth-child(5)::after {
  content: '特典その4';
}

.trial__content .inner > .trial__content--benefits:nth-child(6)::after {
  content: '特典その5';
}

.trial__content .inner > .trial__content--benefits:nth-child(7)::after {
  content: '特典その6';
}

.trial__content .inner > .trial__content--benefits:nth-child(8)::after {
  content: '特典その7';
}

.trial__content .inner > .trial__content--benefits:nth-child(9)::after {
  content: '特典その8';
}

.trial__content .inner > .trial__content--benefits:nth-child(10)::after {
  content: '特典その9';
}

.trial__content .inner > .trial__content--benefits:nth-child(11)::after {
  content: '特典その10';
  color: #ff6b35; /* 先着5名限定特典は色を変える */
}

/* タイトルセクションと総額表示は番号なし */
.trial__content .inner > .trial__content--benefits:first-child::after,
.trial__content .inner > .trial__content--benefits:last-child::after {
  content: '';
  display: none;
}

/* 既存のスタイル（そのまま維持） */
.trial__content--benefits:nth-of-type(2)::before {
  height: 44px;
  width: 48px;
  background-image: url("../img/trial_img02.svg");
}




.trial__content--benefits p {
  padding-top: 45px;
  color: #333;
}

.trial__content--benefits p:first-child {
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.trial__content--benefits p:nth-of-type(2) {
  padding-bottom: 35px;
  padding-top: 12px;
}

.trial__content--benefits p span {
  color: #eb9408;
  font-size: 20px;
}

.trial__content--benefits h3 {
  display: flex;
  min-height: 77px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  text-align: center;
}

.trial__experience {
  margin-top: 80px;
  padding: 44px 90px 80px;
  background-color: #f2f8fa;
  border-radius: 4px;
}

.trial__experience--title {
  display: flex;
  height: 146px;
  justify-content: center;
  background-image: url("../img/ceoreason_bg01.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  align-items: center;
  text-align: center;
}

.trial__experience--title h3 {
  padding-bottom: 16px;
  line-height: 1.35385;
}

.trial__experience--title h3 sup {
  font-size: 10px;
  vertical-align: super;
}

.trial__experience--title h3 ._sub {
  display: inline-block;
  font-size: 16px;
}

.trial__experience--title h3 ._text {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid 2px #222;
}

.trial__experience--list {
  position: relative;
  padding: 53px 0 60px;
}

.trial__experience--list::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  z-index: 1;
  height: 5px;
  width: 100%;
  background: url("../img/dot_gray.svg") no-repeat 0 0;
  background-size: 1280px 5px;
}

.trial__experience--list+.trial__experience--list {
  padding-top: 56px;
}

.trial__experience--list:last-child {
  padding-bottom: 0;
}

.trial__experience--list:last-child:before {
  content: none;
}

.trial__experience--list:last-child .trial__experience--flex {
  margin-top: 37px;
  align-items: stretch;
}

.trial__experience--list:last-child .trial__experience--flex__left,
.trial__experience--list:last-child .trial__experience--flex__right {
  padding: 28px 30px;
  background-color: #fff;
  border-radius: 4px;
}

.trial__experience--list:last-child .trial__experience--flex h5 {
  color: #459db9;
  letter-spacing: 0;
}

.trial__experience--list:last-child .trial__experience--flex p {
  position: relative;
  padding-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0;
}

.trial__experience--list:last-child .trial__experience--flex p:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  z-index: 1;
  height: 5px;
  width: 100%;
  background: url("../img/dot_gray.svg") no-repeat 0 0;
  background-size: 1280px 5px;
}

.trial__experience--list:last-child .trial__experience--flex ul {
  margin-top: 10px;
}

.trial__experience--list:last-child .trial__experience--flex ul li {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
  letter-spacing: 0;
}

.trial__experience--list:last-child .trial__experience--flex ul li::before {
  position: absolute;
  left: 0;
  top: 16px;
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-top: -5px;
  background: #6fcfed;
  border-radius: 100%;
}

.trial__experience--list h4 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.5;
}

.trial__experience--list h4>span {
  margin-right: 20px;
  color: #459db9;
  font-family: 'Hind Madurai', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
}

.trial__experience--list p {
  margin-top: 6px;
  color: #131834;
  letter-spacing: 0;
}

.trial__experience--list p span {
  color: #eb9408;
  font-weight: 700;
}

.trial__experience--flex {
  display: flex;
  flex-wrap: wrap;
}

.trial__experience--flex__left {
  width: 46%;
}

.trial__experience--flex__left._imgSet {
  width: 52.5%;
}

.trial__experience--flex__right {
  width: 46%;
  margin-left: 8%;
}

.trial__experience--flex__right._imgSet {
  width: 42.5%;
  margin-left: 5%;
  transform: translate(12px, 50px);
}

.entry {
  margin-top: 84px;
}

.entry .common-title h2 {
  font-size: 26px;
}

.entry__table {
  margin-top: 40px;
  text-align: left;
}

.entry__table tr th {
  width: 150px;
  padding: 20px;
  background-color: #e1e6ae;
  letter-spacing: 0;
  white-space: nowrap;
}

.entry__table tr td {
  padding: 20px;
  background-color: #f5f7e4;
  letter-spacing: 0;
}

.entry__table tr td .entry__table-or {
  color: #eb9408;
  font-size: 18px;
  font-weight: 700;
}

/* 参加特典の強調スタイル（PC/スマホ共通） */
.entry-highlight {
  color: #ff6b35;
  font-weight: 800;
}

.entry__table tr td .entry__table-line {
  text-decoration: line-through;
}

.entry__table tr table,
.entry__table tr th,
.entry__table tr td {
  border: solid 1px #fff;
}

.entry__btn {
  width: 100%;
  max-width: 456px;
  margin: 60px auto 0;
}

.entry__btn a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #fada82;
  border: 2px solid #4c5457;
  border-radius: 100px;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  transition: 0.2s;
}

.entry__btn a:hover {
  background-color: #eb9408;
  color: #fff;
}

.entry__btn--sp {
  display: none;
}

.entry__hr--top {
  display: none;
}

.entry__hr--bottom {
  display: none;
}

.entry__form {
  width: 800px;
  margin: 60px auto 0;
}

.entry__form iframe {
  width: 800px !important;
}

.entry__form-title {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
}

.footer {
  margin-top: -24px;
  padding-top: 100px;
  background-image: url("../img/footer_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .inner {
  padding-bottom: 30px;
  padding-top: 20px;
}

.footer__unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer__logo {
  width: 200px;
}

.footer__navi {
  padding-top: 10px;
}

.footer__navi ul {
  display: flex;
}

.footer__navi ul li:first-child a {
  padding-left: 0;
}

.footer__navi ul li:last-child a {
  padding-right: 0;
  border-right: none;
}

.footer__navi ul li a {
  padding: 0 16px;
  border-right: 1px solid #9fa2a3;
  color: #333;
  letter-spacing: 0;
  transition: 0.1s;
}

.footer__navi ul li a:hover {
  color: #eb9408;
}

.footer__copywriter {
  margin-top: 20px;
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
}

@media (max-width: 1209px) {
  .header {
    align-items: flex-end;
  }

  .header__logo {
    margin-bottom: 40px;
  }

  .header__nav ul {
    position: relative;
  }

  .header__nav ul li:nth-of-type(4) {
    margin-right: 0;
  }

  .header__nav ul li:last-child {
    position: absolute;
    right: 0;
    top: -45px;
  }

  .header__nav ul li a:after {
    top: 14px;
  }

  .header__nav ul li a:hover:after {
    top: 22px;
  }
}

@media (max-width: 949px) {
  .header__nav ul {
    width: 340px;
  }

  .header__nav ul li {
    display: none;
  }

  .header__nav ul li:last-child {
    display: block;
  }

  .header.h-fixed {
    height: 74px;
  }

  .header.h-fixed .header__logo {
    margin-bottom: 25px;
  }

  .header.h-fixed .header__nav {
    display: none;
  }
}

@media (max-width: 840px) {
  .recommend__content .recommend-list__img img {
    width: 130px;
  }

  .comment__content--box:nth-child(2n) .voice-list__top--img {
    transform: translate(0, 30px);
  }

  .comment__content--box .voice-list__top--title {
    width: 513px;
  }

  .comment__content--box .voice-list__top--title h3 {
    font-size: 32px;
  }

  .seminar__content--box .voice-list__top--title {
    width: 513px;
  }

  .seminar__content--box .voice-list__top--title h3 {
    font-size: 32px;
  }

  .profile__content .ceo__performancs--list h3 {
    font-size: 22px;
  }

  .profile__content .ceo__other--box__list {
    width: 22%;
    margin-left: 4%;
  }

  .profile__content .ceo__other--box__list h4 {
    font-size: 16px;
  }

  .profile__content .ceo__other--box__list p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .common-title__size {
    font-size: 18px;
  }

  .common-title h2 {
    margin-top: 11px;
    font-size: 26px;
  }

  .kv {
    height: auto;
    margin: 68px 0 0;
    // background-image: url("../img/sp_A_02.png");
    // background-position: 50% 20%;
  }

  .kv .start-up {
    top: 0;
    width: 94%;
    max-width: 500px;
  }

  .kv .shift {
    top: 0;
    width: 94%;
    max-width: 500px;
  }

  .kv .sub-title {
    left: 30px;
    top: 170px;
    font-size: 22px;
  }

  .kv .main-title {
    left: 20px;
    top: 248px;
    font-size: 38px;
  }

  .header {
    display: none;
    height: 0;
  }

  .recommend__bg {
    height: 120px;
    background-size: 1400px;
  }

  .recommend__bg .common-title {
    padding-top: 45px;
  }

  .recommend .inner {
    overflow: hidden;
    padding-bottom: 10px;
  }

  .recommend__content {
    display: block;
    margin: 0;
  }

  .recommend__content .recommend-list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }

  .recommend__content .recommend-list:nth-child(even) {
    margin-left: 0;
  }

  .recommend__content .recommend-list:nth-child(n + 3) {
    margin-top: 30px;
  }

  .recommend__content .recommend-list__img p {
    left: 113px;
    top: -10px;
    width: 72%;
  }

  .recommend__content .recommend-list__img p .text {
    margin-top: 21px;
  }

  .recommend__content .recommend-list__img p .number {
    margin-left: 9px;
    font-size: 48px;
  }

  .recommend__content .recommend-list__img img {
    width: 110px;
  }

  .recommend__content .recommend-list__text {
    margin: 0;
  }

  .recommend__content .recommend-list__text._top h3 {
    top: 38px;
  }

  .recommend__content .recommend-list__text h3 {
    position: absolute;
    left: 115px;
    top: 52px;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .recommend__content .recommend-list__text h3 span {
    display: inline-block;
    font-size: 20px;
  }

  .recommend__content .recommend-list:nth-of-type(4) .recommend-list__text {
    margin-top: 0;
  }

  .recommend__content .balloon-left {
    width: 100%;
    margin: 12px 0 0;
    padding: 12px 14px;
  }

  .recommend__content .balloon-left::before {
    left: 44px;
    top: 2px;
    border: 4px solid transparent;
    border-right: 8px solid #fff;
    transform: rotate(90deg);
  }

  .recommend__content .balloon-left::after {
    left: 42px;
    top: -1px;
    border: 6px solid transparent;
    border-right: 10px solid #222;
    transform: rotate(90deg);
  }

  .recommend__content .balloon-left p {
    font-size: 14px;
  }

  .recommend__bottom {
    width: calc(100% + 60px);
    margin-left: -37px;
    margin-top: 37px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .recommend__bottom .pc-only {
    display: none;
  }

  .recommend__bottom img {
    max-width: 290px;
    margin: 22px auto 0;
  }

  .recommend__bottom ._sub {
    left: 50%;
    width: 170%;
    text-align: center;
    transform: translateX(-48%);
  }

  .recommend__bottom ._sub span {
    left: 50%;
    transform: translate(-55%, -50%);
  }

  .recommend__bottom ._text {
    width: 112%;
    margin-left: 0;
    font-size: 22px;
    text-align: center;
  }

  .reason .common-title h2 {
    margin-top: 5px;
  }

  .reason__bg {
    margin-top: 44px;
  }

  .reason__bg::before {
    background-position: center 63%;
  }

  .reason__bg::after {
    position: absolute;
    top: 73px;
    content: '';
    display: block;
    z-index: -1;
    height: 40px;
    width: 100%;
    background-color: #f2f8fa;
  }

  .reason__content {
    padding: 75px 0 36px;
  }

  .reason__content .inner {
    display: block;
  }

  .reason__content--list {
    width: 100%;
  }

  .reason__content--list:nth-of-type(2) {
    margin-left: 0;
    margin-top: 66px;
  }

  .reason__content--list .reason-title h3 {
    width: 100%;
    font-size: 22px;
  }

  .reason__content--list .reason-title h3::before {
    left: 0;
    top: -58px;
    height: 85px;
    width: 85px;
    font-size: 14px;
  }

  .reason__content--list p {
    font-size: 14px;
  }

  .reason__content--list>p:first-of-type {
    margin-top: 20px;
  }

  .reason__content--list figure {
    margin-top: 25px;
  }

  .reason__content--list figure figcaption,
  .reason__content--list figure p {
    font-size: 12px;
  }

  .what__bg {
    margin-top: 0;
    padding-top: 0;
  }

  .what__bg::before {
    top: 24px;
  }

  .what__bg::after {
    position: absolute;
    top: -40px;
    content: '';
    display: block;
    z-index: -1;
    height: 64px;
    width: 100%;
    background-color: #f2f8fa;
  }

  .what__description {
    margin-top: 28px;
    font-size: 14px;
  }

  .what__table h3 {
    margin-top: 40px;
    font-size: 22px;
  }

  .what__table--wrap {
    width: 792px;
    padding: 0 20px 0 0;
  }

  .what__table--box {
    overflow: scroll;
    width: 772px;
    margin: 30px auto 0;
    -webkit-overflow-scrolling: touch;
  }

  .what__table--box th {
    padding: 16px 0;
    font-size: 14px;
  }

  .what__table--box th:nth-child(2) {
    font-size: 16px;
  }

  .what__table--box td {
    padding: 19px 0;
    font-size: 14px;
  }

  .what__table--box td:nth-child(2) {
    font-size: 14px;
  }

  .advantage__bg:before {
    bottom: 98px;
    height: 40px;
  }

  .advantage__bg::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    display: block;
    z-index: -1;
    height: 100px;
    width: 100%;
    background-color: #f5f7e4;
  }

  .advantage__bg .common-title {
    transform: translateY(34px);
  }

  .advantage__bg .common-title h2 ._text {
    margin-top: 60px;
  }

  .advantage__bg .common-title h2 ._num {
    margin: 0;
  }

  .advantage__bg .common-title h2 img {
    display: inline-block;
    width: 40px !important;
  }

  .advantage__bg .common-title__size {
    display: block;
    margin-bottom: -50px;
    font-size: 18px;
  }

  .advantage__content {
    padding: 20px 0 40px;
  }

  .advantage__content--box {
    width: 100%;
    margin-top: 70px;
  }

  .advantage__content--box .content-title h3 {
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
  }

  .advantage__content--box .content-title h3::before {
    left: 0;
    top: -60px;
    height: 84px;
    width: 84px;
    font-size: 14px;
  }

  .advantage__content--box .content-title h3 span {
    padding-bottom: 3px;
  }

  .advantage__content--box .content-box {
    margin-top: 27px;
    flex-wrap: wrap;
  }

  .advantage__content--box .content-box__img {
    max-width: none;
    margin: 0;
  }

  .advantage__content--box .content-box__text {
    max-width: none;
    margin: 25px 0 0;
    font-size: 14px;
  }

  .advantage__support {
    margin-top: 25px;
  }

  .advantage__support--img {
    overflow: hidden;
  }

  .advantage__support--content h3 {
    font-size: 16px;
  }

  .advantage__support--content>p {
    font-size: 14px;
    text-align: left;
  }

  .advantage__support--content__list {
    display: block;
    margin-top: 18px;
  }

  .advantage__support--content__list ul+ul {
    margin-left: 0;
  }

  .advantage__support--content__list ul li {
    padding-left: 10px;
    font-size: 14px;
  }

  .advantage__support--content__list ul li+li {
    margin-top: 4px;
  }

  .comment__bg:before {
    top: 36px;
    height: 24px;
  }

  .comment__bg::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    z-index: -1;
    height: 36px;
    width: 100%;
    background-color: #f5f7e4;
  }

  .comment__bg .common-title {
    transform: none;
  }

  .comment__bg .common-title h2 {
    margin-top: 3px;
  }

  .comment__bg .common-title h2 ._text {
    margin-top: 4px;
    padding-left: 0;
  }

  .comment__bg .common-title h2 ._image {
    width: 70px;
  }

  /* .comment__content--box {
    margin-top: 0;
  }

  .comment__content--box:first-child {
    margin-top: 0;
  }

  .comment__content--box .voice-list__top {
    display: block;
    margin-top: 27px;
    text-align: center;
  }

  .comment__content--box .voice-list__top--img {
    max-width: 160px;
    margin: 0 auto;
    transform: none;
  }

  .comment__content--box .voice-list__top--title {
    position: static;
    display: inline-block;
    width: auto;
    margin-top: 4px;
    padding-bottom: 11px;
    text-align: left;
  }

  .comment__content--box .voice-list__top--title::before {
    left: 0;
  }

  .comment__content--box .voice-list__top--title h3 {
    font-size: 6.5vw;
    line-height: 1.5;
  }

  .comment__content--box .voice-list__name {
    margin: 8vw 0 0 3vw;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }

  .comment__content--box .voice-list__content {
    margin-top: 26px;
  }

  .comment__content--box .voice-list__content p {
    font-size: 14px;
  }

  .comment__content--box:nth-child(2n) .voice-list__top--img {
    max-width: 160px;
    margin: 0 auto;
    transform: none;
  }

  .comment__content--box:nth-child(2n) .voice-list__top--title {
    margin-top: 18px;
  }

  .comment__content--box:nth-child(2n) .voice-list__top--title h3 {
    width: 106%;
  }

  .comment__content--box:nth-child(2n) .voice-list__name {
    margin: 8vw 0 0 3vw;
  } */

  .comment .list_wrap ul {
    max-width: 640px;
  }

  .comment .list_wrap ul li {
    width: 48%;
    margin: 0 4% 45px 0;
  }

  .comment .list_wrap ul li .thumb {
    margin: 0 0 30px;
  }

  .comment .list_wrap ul li .title {
    min-height: unset;
  }

  .comment .list_wrap ul li:nth-of-type(3n) {
    margin: 0 2% 45px 0;
  }

  .comment .list_wrap ul li:nth-of-type(2n) {
    margin: 0 0 45px 0;
  }

  .comment .list_wrap ul li:nth-of-type(3n+1) {
    clear: none;
  }

  .comment .list_wrap ul li:nth-of-type(2n+1) {
    clear: both;
  }

  .seminar__bg:before {
    top: 36px;
    height: 24px;
  }

  .seminar__bg::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    z-index: -1;
    height: 36px;
    width: 100%;
    background-color: #f5f7e4;
  }

  .seminar__bg .common-title {
    transform: none;
  }

  .seminar__bg .common-title h2 {
    margin-top: 3px;
  }

  .seminar__bg .common-title h2 ._text {
    margin-top: 4px;
    padding-left: 0;
    text-align: right;
  }

  .seminar__bg .common-title h2 ._image {
    width: 70px;
    position: relative;
    top: -14px;
    left: 6px;
  }

  .seminar__content--box {
    margin-top: 0;
  }

  .seminar__content--box:first-child {
    margin-top: 0;
  }

  .seminar__content--box .voice-list__top {
    display: block;
    margin-top: 27px;
    text-align: center;
  }

  .seminar__content--box .voice-list__top--img {
    max-width: 160px;
    margin: 0 auto;
    transform: none;
  }

  .seminar__content--box .voice-list__top--title {
    position: static;
    display: inline-block;
    width: auto;
    margin-top: 4px;
    padding-bottom: 11px;
    text-align: left;
  }

  .seminar__content--box:nth-child(14) .voice-list__top--title,
  .seminar__content--box:nth-child(15) .voice-list__top--title {
    padding-bottom: 10px;
  }

  .seminar__content--box .voice-list__top--title::before {
    left: 0;
  }

  .seminar__content--box .voice-list__top--title h3 {
    font-size: 7vw;
    line-height: 1.5;
  }

  .seminar__content--box .voice-list__name {
    margin: 8vw 0 0 3vw;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }

  .seminar__content--box .voice-list__content {
    margin-top: 26px;
  }

  .seminar__content--box .voice-list__content p {
    font-size: 14px;
  }

  .profile {
    margin-top: 39px;
  }

  .profile__bg {
    padding-bottom: 45px;
  }

  .profile__bg:before {
    height: 20px;
  }

  .profile__bg::after {
    position: absolute;
    left: 0;
    top: 72px;
    content: '';
    display: block;
    z-index: -1;
    height: 50px;
    width: 100%;
    background-color: #f2f8fa;
  }

  .profile__content {
    padding-bottom: 10px;
  }

  .profile__content .ceo__profile {
    display: block;
    margin: 0;
    padding-top: 0;
  }

  .profile__content .ceo__profile:before {
    left: 50%;
    top: 0;
    height: 152px;
    width: 345px;
    transform: translateX(-54%);
  }

  .profile__content .ceo__profile--img {
    width: 100%;
    max-width: 276px;
    margin: 0 auto;
  }

  .profile__content .ceo__profile--text {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .profile__content .ceo__profile--text h3 {
    margin-top: 22px;
    font-size: 22px;
  }

  .profile__content .ceo__profile--text span {
    display: block;
    font-size: 14px;
  }

  .profile__content .ceo__profile--text p {
    margin-top: 20px;
    font-size: 14px;
  }

  .profile__content .ceo__hr-img {
    margin-bottom: 13px;
    margin-top: 34px;
  }

  .profile__content .ceo__qualification h3 {
    font-size: 16px;
  }

  .profile__content .ceo__qualification--box {
    display: block;
    margin-top: 0;
  }

  .profile__content .ceo__qualification--box__item {
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }

  .profile__content .ceo__qualification--box__item:first-child {
    margin-top: 36px;
  }

  .profile__content .ceo__qualification--box__item>div {
    display: block;
    min-height: 0;
  }

  .profile__content .ceo__qualification--box__item>div p {
    font-size: 14px;
  }

  .profile__content .ceo__qualification--box__item>figure {
    width: 78%;
    max-width: none;
    margin: 20px auto 0;
  }

  .profile__content .ceo__qualification--box__item>figure._item1 {
    margin-top: 24px;
    transform: none;
  }

  .profile__content .ceo__performancs {
    display: block;
  }

  .profile__content .ceo__performancs--list {
    width: 100%;
    margin-top: 30px;
  }

  .profile__content .ceo__performancs--list:nth-child(even) {
    margin-left: auto;
  }

  .profile__content .ceo__performancs--list:nth-of-type(2) figure {
    margin-left: 0;
  }

  .profile__content .ceo__performancs--list h3 {
    font-size: 22px;
  }

  .profile__content .ceo__performancs--list p {
    margin-top: 6px;
    font-size: 14px;
  }

  .profile__content .ceo__performancs--list figure {
    width: 100%;
    max-width: none;
    margin: 12px 0 0 !important;
  }

  .profile__content .ceo__other h3 {
    margin-top: 32px;
    font-size: 22px;
  }

  .profile__content .ceo__other--box {
    display: block;
    margin: 12px 0 0;
  }

  .profile__content .ceo__other--box__list {
    width: 100%;
    margin: 26px auto 0;
  }

  .profile__content .ceo__other--box__list:first-child {
    margin-top: 19px;
  }

  .profile__content .ceo__other--box__list h4 {
    display: block;
    min-height: auto;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .profile__content .ceo__other--box__list p {
    font-size: 14px;
  }

  .profile__content .ceo__reason {
    margin-top: 38px;
    padding: 18px 30px 40px;
  }

  .profile__content .ceo__reason--title {
    height: 110px;
    background-size: 110px;
    align-items: flex-start;
  }

  .profile__content .ceo__reason--title h3 {
    padding-bottom: 0;
    padding-top: 8px;
  }

  .profile__content .ceo__reason--title h3 ._sub {
    font-size: 14px;
  }

  .profile__content .ceo__reason--title h3 ._text {
    font-size: 22px;
  }

  .profile__content .ceo__reason--list {
    padding: 17px 0 30px;
  }

  .profile__content .ceo__reason--list+.ceo__reason--list {
    padding-top: 34px;
  }

  .profile__content .ceo__reason--list h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .profile__content .ceo__reason--list p {
    margin-top: 12px;
    font-size: 14px;
  }

  .trial__bg:before {
    top: 54px;
    height: 25px;
  }

  .trial__bg::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    z-index: -1;
    height: 54px;
    width: 100%;
    background-color: #f2f8fa;
  }

  .trial__bg .common-title h2 {
    font-size: 26px;
  }

  .trial__content {
    margin-top: 44px;
  }

  .trial__content .inner {
    display: block;
  }

  .trial__content--benefits {
    width: 100%;
    padding: 0;
  }

  .trial__content--benefits:nth-of-type(1) {
    margin: 0;
  }

  .trial__content--benefits:nth-of-type(2) {
    margin: 32px 0 0;
  }

  .trial__content--benefits::before {
    left: 4px;
    top: -18px;
    height: 36px;
    width: 45px;
  }

  .trial__content--benefits::after {
    left: 16px;
    top: -11px;
    height: 84px;
    width: 84px;
    font-size: 14px;
  }

  .trial__content--benefits:nth-of-type(2)::before {
    height: 33px;
    width: 36px;
  }

  .trial__content--benefits:nth-of-type(2)::after {
    left: 16px;
  }

  .trial__content--benefits p {
    padding-top: 38px;
    font-size: 14px;
  }

  .trial__content--benefits p:nth-of-type(2) {
    padding: 10px 30px 25px;
  }

  .trial__content--benefits p span {
    font-size: 18px;
  }

  .trial__content--benefits h3 {
    min-height: auto;
    margin: 8px 0 0;
    font-size: 22px;
  }

  .trial__experience {
    margin-top: 40px;
    padding: 18px 30px 40px;
  }

  .trial__experience--title {
    height: 110px;
    background-size: 110px;
    align-items: flex-start;
  }

  .trial__experience--title h3 {
    padding-bottom: 0;
    padding-top: 8px;
  }

  .trial__experience--title h3 ._sub {
    font-size: 14px;
  }

  .trial__experience--title h3 ._text {
    font-size: 22px;
  }

  .trial__experience--list {
    padding: 17px 0 30px;
  }

  .trial__experience--list+.trial__experience--list {
    padding-top: 30px;
  }

  .trial__experience--list:last-child .trial__experience--flex {
    margin-top: 24px;
  }

  .trial__experience--list:last-child .trial__experience--flex__left,
  .trial__experience--list:last-child .trial__experience--flex__right {
    margin: 26px 0 0;
    padding: 12px 16px;
  }

  .trial__experience--list:last-child .trial__experience--flex h5 {
    font-size: 14px;
  }

  .trial__experience--list:last-child .trial__experience--flex p {
    margin-top: 0;
    font-size: 12px;
  }

  .trial__experience--list:last-child .trial__experience--flex ul {
    margin-top: 13px;
  }

  .trial__experience--list:last-child .trial__experience--flex ul li {
    padding-left: 14px;
    font-size: 12px;
  }

  .trial__experience--list:last-child .trial__experience--flex ul li::before {
    top: 16px;
  }

  .trial__experience--list h4 {
    font-size: 18px;
    text-align: center;
  }

  .trial__experience--list h4>span {
    display: block;
    margin: 0;
    font-size: 24px;
  }

  .trial__experience--list p {
    margin-top: 10px;
    font-size: 14px;
  }

  .trial__experience--flex {
    display: block;
  }

  .trial__experience--flex__left {
    width: 100%;
  }

  .trial__experience--flex__left._imgSet {
    width: 100%;
  }

  .trial__experience--flex__right {
    width: 100%;
    margin-top: 28px;
  }

  .trial__experience--flex__right._imgSet {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .entry {
    margin-top: 40px;
    padding-bottom: 16px;
  }

  .entry .common-title h2 {
    font-size: 22px;
  }

  .entry__table {
    margin-top: 30px;
    font-size: 14px;
  }

  .entry__table tr th {
    display: block;
    width: 100%;
    padding: 14px;
  }

  .entry__table tr td {
    display: block;
    padding: 10px 15px;
  }

  .entry__btn {
    max-width: 230px;
    margin-top: 0;
  }

  .entry__btn a {
    padding: 4px;
    font-size: 14px;
  }

  .entry__btn--sp {
    position: relative;
    display: block;
  }

  .entry__btn--sp.fixed {
    position: fixed;
    bottom: 16px;
    left: 50%;
    z-index: 1000;
    transform: translateX(-50%);
  }

  .entry__hr--top {
    display: block;
    height: 75px;
  }

  .entry__hr--bottom {
    display: block;
    min-height: 72px;
    padding-top: 32px;
  }

  .entry__form iframe {
    width: 100% !important;
  }

  .entry__form {
    width: 100% !important;
    margin-top: 30px;
  }

  .entry__form-title {
    font-size: 22px;
  }

  .footer {
    margin-top: 0;
    padding-top: 20px;
    background-image: url("../img/footer_bg_sp.svg");
    background-position: center top;
  }

  .footer__logo {
    margin: 36px auto 0;
    order: 2;
    transform: translateX(-10px);
  }

  .footer__navi {
    width: 100%;
    padding-top: 0;
    order: 1;
  }

  .footer__navi ul {
    display: block;
  }

  .footer__navi ul li {
    font-size: 14px;
    text-align: center;
  }

  .footer__navi ul li+li {
    margin-top: 8px;
  }

  .footer__navi ul li a {
    padding: 0;
    border: none;
  }

  .footer__copywriter {
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .comment .list_wrap ul li {
    float: none;
    width: 100%;
    margin: 0 0 45px 0;
  }

  .comment .list_wrap ul li .thumb {
    margin: 0 0 30px;
  }

  .comment .list_wrap ul li .title {
    min-height: unset;
  }

  .comment .list_wrap ul li:nth-of-type(3n) {
    margin: 0 0 45px 0;
  }

  .comment .list_wrap ul li:nth-of-type(2n) {
    margin: 0 0 45px 0;
  }

}

@media (max-width: 374px) {
  .kv .sub-title {
    left: 20px;
    top: 160px;
    font-size: 18px;
  }

  .kv .main-title {
    top: 218px;
    font-size: 32px;
  }

  .kv .sp-logo {
    left: 20px;
  }
}

@media (max-width: 320px) {
  .inner {
    padding: 0 15px;
  }
}


/*Media logo&article*/
.title_media {
    text-align: center;
}

/* スマホ強化: 活躍する受講生（今野さん紹介）*/
@media (max-width: 767px) {
  .seminar__content--box .voice-list__top--title h3 {
    font-size: 8vw; /* 見出しを大きく */
    font-weight: 800;
    line-height: 1.4;
  }

  .seminar__content--box .voice-list__name--main {
    font-size: 20px; /* 名前を強調 */
    font-weight: 800;
    line-height: 1.4;
    margin-top: 12px;
  }

  .seminar__content--box .voice-list__name--title {
    font-size: 14px; /* 肩書の可読性UP */
    font-weight: 400; /* スマホ表示時は標準テキスト */
    line-height: 1.6;
    color: #555;
  }

  /* 紹介本文を読みやすく */
  .what .what__description p,
  .what .what__description li {
    font-size: 16px;
    line-height: 1.9;
  }

  .what .what__description h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    margin-top: 10px;
  }

  .what .what__description span,
  .what .what__description strong {
    font-weight: 800; /* 訴求力UP */
  }
}

.title_media {
    text-align: center;
}

/* （特典カードの背景強化スタイルは削除し、元デザインに復帰） */

/* ============================================
   特典1〜10 レイアウト最適化（グリッド化）
   ============================================ */
/* PC/タブレット: 2カラム整列 */
.trial__content .inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* 幅・左右マージンをグリッドに合わせてリセット */
.trial__content--benefits {
  width: auto;
  margin-left: 0;
}

/* 2番目要素に付与される左マージンを打ち消し */
.trial__content--benefits:nth-of-type(2) {
  margin-left: 0;
}

/* 特典ラベル（🎁 特典1〜10）の文字を大きく */
.trial__content--benefits p:first-child span {
  font-size: 26px;
  font-weight: 700;
}

/* モバイル: 1カラム */
@media (max-width: 767px) {
  .trial__content .inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .trial__content--benefits {
    width: 100%;
  }
  .trial__content--benefits p:first-child span {
    font-size: 22px;
  }
}

/* 総額表示（特典10の直下に1カラムで全幅表示） */
.trial__total {
  grid-column: 1 / -1;
}

/* 特典その1〜10のラベルを非表示にする（内容と重複のため） */
.trial__content--benefits::after {
  content: none !important;
  display: none !important;
}

/* 総額表示 横長レイアウト（お得感を強調） */
.trial__total {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 28px 30px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
.trial__total-row {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  gap: 22px;
  align-items: center;
}
.trial__total-item {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.trial__total-label {
  font-size: 22px;
  font-weight: 800;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  padding: 6px 12px;
}
.trial__total-label._accent {
  color: #ffd700;
  font-weight: 700;
  background: rgba(255,215,0,0.18);
  border-color: rgba(255,215,0,0.45);
}
.trial__total-value {
  font-size: 36px;
  font-weight: 900;
  color: #ffd700;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.trial__total-divider {
  height: 64px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.4), rgba(255,255,255,0));
  border-radius: 2px;
}
.trial__total-grand {
  margin-top: 18px;
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  color: #ffd700;
  text-shadow: 0 3px 12px rgba(0,0,0,0.3);
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .trial__total {
    padding: 18px 16px;
  }
  .trial__total-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .trial__total-divider {
    display: none;
  }
  .trial__total-label {
    font-size: 18px;
  }
  .trial__total-value {
    font-size: 28px;
  }
  .trial__total-grand {
    font-size: 32px;
  }
}

/* DXマーケター養成講座を開設した理由の新しいスタイル */
.ceo__reason--content {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.ceo__reason--content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.ceo__reason--content strong {
  color: #ff6b35;
  font-weight: 700;
  font-size: 18px;
}

.ceo__reason--content p:first-child {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 10px;
  border-left: 5px solid #ff6b35;
}

.ceo__reason--content p:last-child {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #ff6b35;
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #fff8f5, #ffe8e0);
  border-radius: 10px;
  border: 2px solid #ff6b35;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
  .ceo__reason--content p {
    font-size: 14px;
  }
  
  .ceo__reason--content strong {
    font-size: 16px;
  }
  
  .ceo__reason--content p:first-child {
    font-size: 16px;
    padding: 15px;
  }
  
  .ceo__reason--content p:last-child {
    font-size: 16px;
    padding: 15px;
  }
}

/* 今野さんの紹介文章 - スマホ表示で文字サイズを大きく */
@media (max-width: 767px) {
  .what__description .what__description p {
    font-size: 17px;
    line-height: 1.9;
  }
  
  .what__description .what__description h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .what__description .what__description h3 span {
    font-size: 22px;
  }
  
  /* 強調部分の文字サイズを大きく */
  .what__description .what__description strong {
    font-size: 18px;
    font-weight: 700;
  }
  
  /* 成果リストの文字サイズを大きく */
  .what__description .what__description span {
    font-size: 17px;
    font-weight: 600;
  }
  
  /* 今野さんの名前と肩書のスタイル調整 */
  .voice-list__name--main {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  
  .voice-list__name--title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
  }
}

/* 今野さんの紹介文章 - PC専用で文字サイズと絵文字を大きく */
@media (min-width: 768px) {
  .what__description .what__description p {
    font-size: 18px;
    line-height: 1.8;
  }
  
  .what__description .what__description h3 {
    font-size: 28px;
    font-weight: 700;
  }
  
  .what__description .what__description h3 span {
    font-size: 28px;
  }
  
  /* 強調部分の文字サイズを大きく */
  .what__description .what__description strong {
    font-size: 20px;
    font-weight: 700;
  }
  
  /* 成果リストの文字サイズを大きく */
  .what__description .what__description span {
    font-size: 20px;
  }
  
  /* 絵文字を含む段落の文字サイズを大きく */
  .what__description .what__description p {
    font-size: 20px;
    line-height: 1.8;
  }
  
  /* 今野さんの名前と肩書のスタイル調整 */
  .voice-list__name--main {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  
  .voice-list__name--title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
  }
}