@charset "UTF-8";
/* const mainvisual */
/* ページごとの個別コード */
#mainvisual {
  background: url("../img/mv/kv_bg_pc.jpg") bottom center no-repeat;
  background-size: cover;
  aspect-ratio: 720/251;
  height: initial;
  position: initial;
}
@media (max-width: 768px) {
  #mainvisual {
    background: url("../img/mv/kv_bg_sp.jpg") bottom center no-repeat;
    background-size: cover;
    aspect-ratio: 750/868;
  }
}

/* const /mainvisual */
/* const recommend */
#recommend {
  padding: var(--innerPaddingPCx2) 0 var(--innerPaddingPC);
}

#recommend h2 {
  display: flex;
  font-size: 3.2rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  color: black;
}

#recommend h2:after {
  content: "";
  display: block;
  height: 2px;
  background-color: black;
  width: 4rem;
}

#recommend .-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

#recommend h3 {
  color: var(--courseBasic);
  font-size: 3.2rem;
  line-height: 1.6em;
}

#recommend ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: center;
}

#recommend ul li {
  width: 44%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.6rem 2.4rem;
  gap: 1rem;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
}

#recommend img {
  width: 80px;
  height: auto;
}

#recommend p {
  font-weight: 700;
  font-size: 1.6rem;
  width: calc(70% - 1rem);
  line-height: 160%;
}

#recommend p span {
  color: #34949B;
}

#recommend p .pc_only {
  display: block;
}

@media (max-width: 768px) {
  #recommend {
    text-align: center;
    font-size: var(--fontx1);
    padding: 9rem 2.2rem;
  }
  #recommend h2 {
    display: flex;
    font-size: 2.8rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #recommend h2:after {
    content: "";
    display: block;
    height: 2px;
    background-color: black;
    width: 4rem;
  }
  #recommend h3 {
    font-size: 2.4rem;
  }
  #recommend ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.6rem;
  }
  #recommend ul li {
    width: 100%;
    padding: 0;
    box-shadow: none;
    gap: 2rem;
  }
  #recommend ul li img {
    width: 6rem;
  }
  #recommend ul li p {
    text-align: left;
    line-height: 160%;
    width: calc(74% - 1rem);
  }
  #recommend p .pc_only {
    display: none;
  }
}
/* /const recommend */
/* const purpose */
#purpose {
  padding: var(--innerPaddingPCx2);
}

#purpose .conclusion {
  margin: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
}

.purpose-reason {
  display: flex;
  gap: 1em;
  flex-direction: column;
}

.purpose-reason p {
  line-height: 2.4em;
}

.purpose-reason .source {
  line-height: 1.4em;
  font-size: 0.6em;
}

.purpose-reason .highlight {
  background-color: white;
  color: #242533;
  font-weight: 700;
  font-size: var(--fontx1);
  position: relative;
  padding: 0rem;
}

@media (min-width: 769px) {
  #purpose {
    background: url(../img/purpose_bg.png) center top no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    font-size: var(--fontx1);
  }
  #purpose h2 {
    display: flex;
    font-size: 4rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #purpose h2:after {
    content: "";
    display: block;
    height: 2px;
    background-color: white;
    width: 4rem;
  }
}
@media (max-width: 768px) {
  #purpose {
    background: url(../img/purpose_bg.png) center top no-repeat;
    background-size: auto 100%;
    color: white;
    text-align: center;
    font-size: var(--fontx1);
    padding: 9rem 2.2rem;
  }
  #purpose h2 {
    display: flex;
    font-size: 2.8rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #purpose .conclusion {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  #purpose h2:after {
    content: "";
    display: block;
    height: 2px;
    background-color: white;
    width: 4rem;
  }
  .purpose-reason .highlight {
    font-size: 1.5rem;
    padding: 0 0.2rem;
  }
  .purpose-reason p {
    font-size: 1.5rem;
    line-height: 1.6em;
    font-weight: 700;
    text-align: left;
  }
  .purpose-reason small {
    font-size: 0.6em;
    transform: translateY(0.5em);
  }
  .purpose-reason p.america br, .purpose-reason p.goldman-sachs br {
    display: none;
  }
}
/* /const purpose */
/* const curriculum */
#curriculum {
  padding: var(--innerPaddingPCx2) 0 0;
}

#curriculum h2 {
  display: flex;
  font-size: 3.2rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  color: black;
  margin-bottom: 1em;
}

#curriculum h2:after {
  content: "";
  display: block;
  height: 2px;
  background-color: black;
  width: 4rem;
}

#curriculum h3 {
  font-size: 3.2rem;
  text-align: center;
  color: var(--courseBasic);
}

#curriculum div.-inner {
  width: 100%;
}

@media (min-width: 769px) {
  #curriculum div.-inner {
    max-width: 980px;
  }
}
#curriculum h3 {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #curriculum h3 {
    margin-bottom: 20px;
  }
}
#curriculum ul.-time {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

#curriculum ul.-time li {
  display: flex;
  align-items: center;
}

#curriculum ul.-time li:nth-of-type(2) {
  margin-left: 10px;
}

@media (min-width: 769px) {
  #curriculum ul.-time li:nth-of-type(2) {
    margin-left: 20px;
  }
}
#curriculum ul.-time li:nth-of-type(2)::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #000000;
  display: block;
  margin-right: 10px;
}

@media (min-width: 769px) {
  #curriculum ul.-time li:nth-of-type(2)::before {
    margin-right: 20px;
    height: 30px;
  }
}
#curriculum ul.-time li span.-ttl {
  border: 1px solid #000000;
  padding: 0 10px;
  border-radius: 50px;
  margin: 6px 8px 0 0;
  height: -moz-fit-content;
  height: fit-content;
}

#curriculum ul.-time li p span {
  font-weight: bold;
  font-size: 1.6em;
}

ul.accordion-area {
  margin-top: 20px;
}

@media (min-width: 769px) {
  ul.accordion-area {
    border: 6px solid #EFF5F9;
    padding: 26px;
  }
}
ul.accordion-area li {
  margin-bottom: 2px;
}

ul.accordion-area li:nth-of-type(odd) {
  background: #EFF5F9;
}

#curriculum dt.title {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.5s ease;
  height: 60px;
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #curriculum dt.title {
    height: 12vw;
  }
}
#curriculum dt.title p {
  color: #309DA4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 66px);
  flex-wrap: wrap;
  font-size: 1.6em;
}

@media (max-width: 768px) {
  #curriculum dt.title p {
    font-size: 1.4rem;
  }
}
#curriculum dt.title span.-number {
  font-size: 1.4em;
  background: #309DA4;
  color: #ffffff;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

@media (min-width: 769px) {
  #curriculum dt.title span.-number {
    width: 50px;
  }
}
#curriculum dt.title span.-detail {
  width: 100%;
  display: flex;
  margin-top: 6px;
  gap: 0.83vw;
}

#curriculum dt.title span.-detail picture {
  margin: 0;
  text-align: left;
}

#curriculum dt.title span.-detail picture img {
  width: 160px;
}

@media (min-width: 769px) {
  #curriculum dt.title span.-detail {
    /* width: 30%; 6/24 */
    width: -moz-max-content;
    width: max-content;
    padding-right: 45px;
    /* gap: 1vw; 6/24 */
    gap: 12px;
  }
  #curriculum dt.title span.-detail picture img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #curriculum dt.title span.-detail picture img {
    width: 28vw;
  }
}
#curriculum dt.title span.-detail span {
  font-size: 0.83vw;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 0 0.9vw;
  border-radius: 5vw;
}

@media (max-width: 768px) {
  #curriculum dt.title span.-detail span {
    background-color: unset;
  }
}
@media (min-width: 769px) {
  #curriculum dt.title span.-detail span {
    font-size: 1.2rem;
    gap: 4px;
    padding: 4px 16px;
    border-radius: 9999px;
  }
}
#curriculum ul.accordion-area li:nth-of-type(even) dl dt.title p span.-detail span {
  background-color: #F0F5F9;
  font-size: 0.83vw;
  display: flex;
  align-items: center;
  padding: 0 0.9vw;
  border-radius: 5vw;
}

@media (max-width: 768px) {
  #curriculum ul.accordion-area li:nth-of-type(even) dl dt.title p span.-detail span {
    background-color: unset;
    font-size: 2.9vw;
    color: #333333;
    gap: 0.3vw;
  }
}
@media (min-width: 769px) {
  #curriculum ul.accordion-area li:nth-of-type(even) dl dt.title p span.-detail span {
    font-size: 1.2rem;
    gap: 4px;
    padding: 4px 16px;
    border-radius: 9999px;
  }
}
#curriculum dt.title span.-detail img {
  width: 1.04vw;
  height: 1.04vw;
}

@media (max-width: 768px) {
  #curriculum dt.title span.-detail span {
    font-size: 2.9vw;
    color: #333333;
    gap: 0.3vw;
  }
  #curriculum dt.title span.-detail img {
    width: 2vw;
    height: 2vw;
    margin-top: 0.5vw;
  }
}
#curriculum .title::before,
#curriculum .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 4px;
  background-color: #333;
}

#curriculum .title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

#curriculum .title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

#curriculum .title.close::after {
  display: none;
}

#curriculum dd.box {
  display: none; /*はじめは非表示*/
  padding: 3%;
}

#curriculum dd.box ul {
  font-size: 1.4em;
}

#curriculum dd.box ul li {
  background: transparent !important;
}

@media (max-width: 768px) {
  #curriculum dd.box ul li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/* /const curriculum */
/* const reason */
#reason {
  background: url(../img/feature_bg.png) top center no-repeat;
  background-size: cover;
  padding: var(--innerPaddingPCx2) 0;
}

#reason h2 {
  display: flex;
  font-size: 3.2rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  color: black;
  margin-bottom: 1.5em;
}

#reason h2:after {
  content: "";
  display: block;
  height: 2px;
  background-color: black;
  width: 4rem;
}

#reason .-container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}

#reason .-item {
  width: 90%;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  padding: 3em;
  position: relative;
  gap: 2.4rem;
}

#reason .-item::before {
  content: "";
  display: block;
  width: 14rem;
  height: 7rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(9rem, -46%);
}

#reason .-item.process1::before {
  background: url(../img/reason_deco01.png) top left no-repeat;
  background-size: 100% auto;
}

#reason .-item.process2::before {
  background: url(../img/reason_deco02.png) top left no-repeat;
  background-size: 100% auto;
}

#reason .-item.process3::before {
  background: url(../img/reason_deco03.png) top left no-repeat;
  background-size: 100% auto;
}

#reason .-item.process4::before {
  background: url(../img/reason_deco04.png) bottom 5px left no-repeat;
  background-size: auto 5.5rem;
  width: 20rem;
}
@media (max-width: 768px) {
  #reason .-item.process4::before {
    background-size: auto 4.5rem;
    background-position: bottom 0.3rem left;
  }
}

#reason .-item.process1 .process-detail .process-detail__desc {
  text-align: center;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  #reason .-item.process1 .process-detail .process-detail__desc {
    text-align: left;
  }
}
#reason .-item.process1 .process-detail .process-detail__desc span {
  color: var(--blue);
  font-weight: 700;
}
@media (max-width: 768px) {
  #reason .-item.process1 .process-detail .process-detail__desc br {
    display: none;
  }
}

#reason .-item.process2 .reason-examples {
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--fontx1);
  color: var(--courseSales);
}

#reason .-item.process2 .reason-examples:after {
  content: "";
  display: block;
  width: 16em;
  height: 1em;
  background: url("../../../img/plus_a_deco.png") top left no-repeat;
  background-size: 100% auto;
}

#reason .-item.process2 ul.-contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-between;
  gap: 1.4rem;
}

#reason .-item.process2 ul.-contents li {
  width: calc(25% - 1.4rem);
  text-align: left;
  font-weight: 700;
}

#reason .-item.process2 ul.-contents li:before {
  content: "▶";
  display: inline;
  margin-right: 0.5em;
  color: #777;
}

#reason h3.title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}

#reason h3.title .highlight {
  background: #2368A7;
  color: white;
  font-weight: 700;
  font-size: inherit;
}

#reason .-wrapper {
  width: 100%;
  padding: calc(var(--fontx1) * 2);
  background-color: #F0F5F9;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}

#reason .-wrapper h3 {
  font-size: 3.2rem;
  color: var(--courseBasic);
}

#reason .reason-courses {
  display: flex;
  gap: var(--fontx1);
}

#reason .course-box .title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  height: 3.2em;
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
  justify-content: center;
}

#reason .course-box p {
  font-size: 1.2rem;
  line-height: 1.8em;
}

#reason .slickwrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#reason .process3 .-system {
  display: flex;
}

#reason .process3 .-system li {
  width: 33%;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: var(--fontx1);
  gap: 1.6rem;
}

#reason .process3 .text-box > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

#reason .process3 .text-box > div p {
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 700;
}

#reason .process3 .text-box > div p span {
  color: var(--blue);
}

#reason .process3 .text-box > div img {
  width: 20%;
  height: auto;
}

#reason .process3 .text-box > p {
  font-size: 1.2rem;
  line-height: 1.8em;
}

@media (max-width: 1000px) and (min-width: 769px) {
  #reason {
    background-size: auto 100%;
  }
  #reason .-item {
    padding: 3em;
  }
  #reason .-item.process2 ul.-contents {
    gap: 1rem;
  }
  #reason .-contents {
    font-size: 1.2rem;
  }
  #reason .-wrapper {
    padding: calc(var(--fontx1) * 2) 1rem;
  }
  #reason .reason-courses {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  #reason .-item::before {
    width: 14rem;
    height: 7rem;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(4rem, -46%);
  }
  #reason .-item.process2 ul.-contents li {
    width: calc(26% - 1.4rem);
  }
  #reason .course-box {
    width: 44%;
  }
  #reason .course-box .title {
    width: 100%;
    transform: none;
  }
  #reason .course-box p {
    line-height: 1.6em;
  }
  #reason .process1 .process-detail p {
    line-height: 1.4em;
  }
  #reason .process3 h3 br {
    display: none;
  }
  #reason .process3 .-system {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #reason .process3 .-system li {
    width: 44%;
  }
}
@media (max-width: 768px) {
  #reason {
    background: url("../img/feature_bg_sp.png") bottom left no-repeat;
    background-size: auto 98%;
    padding-top: 0;
    padding-bottom: 6rem;
  }
  #reason h2 {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.6em;
  }
  #reason h2 .is_sp {
    display: block;
  }
  #reason .-container {
    gap: 5rem;
  }
  #reason .reason-courses {
    display: block;
  }
  #reason .-item.process2 .reason-examples {
    font-size: 1.6rem;
  }
  #reason .course-box .title {
    width: 100%;
    transform: none;
  }
  #reason h3.title {
    font-size: 1.6rem;
  }
  #reason .process3 .-system {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #reason .-item {
    padding: 3rem 2rem;
    gap: 1.6rem;
  }
  #reason .-item:before {
    width: 10rem;
    height: 5rem;
    transform: translate(2rem, -2.2rem);
  }
  #reason .-wrapper {
    padding: 2.4rem 0;
    gap: 1.6rem;
  }
  #reason .-wrapper h3 {
    font-size: 2.2rem;
  }
  #reason .-item.process1 .process-detail {
    flex-direction: column;
  }
  #reason .-item.process1 .process-detail > * {
    width: 100%;
  }
  #reason .-item.process2 ul.-contents {
    flex-direction: row;
    width: 100%;
  }
  #reason .-item.process2 ul.-contents li {
    width: 47%;
    font-size: 1.4rem;
  }
  #reason .-item.process2 ul.-contents li:before {
    font-size: 1.2rem;
  }
  #reason .process3 .-system {
    gap: 4rem;
  }
  #reason .process3 .-system li {
    width: 100%;
    padding: 0;
  }
  #reason .process3 .text-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .slick-track {
    display: flex;
  }
  .slick-slide {
    height: auto !important;
  }
}
#reason .course-skill .swiper-slide.course-box {
  border-top: 3px solid #2368A7;
  background: #EFF5F9;
  padding: 2rem 1.5rem 1.5rem;
}

#reason .swiper-pagination-bullet-active {
  background-color: var(--courseBasic);
}

.process1-feature {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-template-rows: 1fr auto;
  width: 100%;
}
@media (max-width: 768px) {
  .process1-feature {
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto 1fr auto 1fr;
  }
}
.process1-feature__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: min(1.0416666667cqw, 10px);
  place-items: center;
  border: 3px solid transparent;
  border-image-source: linear-gradient(135deg, #309da4, #2268a7);
  border-image-slice: 1;
  padding: min(2.5cqw, 24px);
}
@media (max-width: 768px) {
  .process1-feature__item {
    grid-template-rows: auto;
    grid-row: auto;
    grid-column: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 4.5333333333cqw;
    gap: 2.6666666667cqw;
    place-items: normal;
  }
}
.process1-feature__img {
  width: min(10.4166666667cqw, 100px);
  height: auto;
}
@media (max-width: 768px) {
  .process1-feature__img {
    width: 15.4666666667cqw;
  }
}
.process1-feature__title {
  display: grid;
  place-items: center;
  text-align: center;
  font-size: min(1.875cqw, 18px);
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .process1-feature__title {
    grid-column: 1/auto;
    grid-row: 1;
    margin-top: 0;
    place-items: center start;
    text-align: left;
    font-size: 4.5333333333cqw;
  }
}
.process1-feature__desc {
  color: #1A1A1A;
  font-size: min(1.4583333333cqw, 14px);
  line-height: 1.6;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .process1-feature__desc {
    grid-column: span 2;
    font-size: 3.7333333333cqw;
  }
}
.process1-feature__desc li {
  display: flex;
  gap: 1rem;
}
.process1-feature__desc li::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("../../../img/0408_icon/icon-check.svg") no-repeat center/contain;
  flex-shrink: 0;
  transform: translateY(0.15em);
}
@media (max-width: 768px) {
  .process1-feature__desc li::before {
    transform: translateY(0.25em);
    width: 4.2666666667cqw;
    height: 4.2666666667cqw;
  }
}
.process1-feature__arrow-short {
  width: min(4.375cqw, 4.2rem);
  grid-row: span 3;
  display: grid;
  margin: auto;
}
@media (max-width: 768px) {
  .process1-feature__arrow-short {
    grid-column: 2;
    display: block;
    grid-row: auto;
    width: 10.6666666667cqw;
    margin: 2.6666666667cqw auto;
  }
}
.process1-feature__arrow-long {
  grid-column: span 5;
}
@media (max-width: 768px) {
  .process1-feature__arrow-long {
    grid-column: 1;
    grid-row: 1/span 5;
    width: 11.2cqw;
  }
}
.process1-feature picture {
  display: contents;
}

.process4-contents {
  width: 100%;
  line-height: 1.6;
}
.process4-contents__inner {
  background-color: #f0f5f9;
  border-radius: 1rem;
  padding: 3.2rem 1rem;
}
@media (max-width: 768px) {
  .process4-contents__inner {
    padding: 2.4rem 2rem;
  }
}
.process4-contents__title {
  color: #34949b;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.process4-contents__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .process4-contents__items {
    margin-top: 1.6rem;
  }
}
.process4-contents__item {
  display: grid;
  gap: 1.6rem;
  border-top: 5px solid #309da4;
  background: #fff;
  padding: 2.4rem;
  place-items: center;
  text-align: center;
  width: 31%;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .process4-contents__item {
    width: 44%;
  }
}
@media (max-width: 768px) {
  .process4-contents__item {
    width: 100%;
  }
}
.process4-contents__icon {
  width: 79px;
}
.process4-contents__desc {
  color: #000;
  font-size: min(1.6666666667cqw, 16px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .process4-contents__desc {
    font-size: 4.2666666667cqw;
  }
}
.process4-contents__label {
  display: grid;
  gap: 8px;
  color: #2268a7;
  font-size: min(1.4583333333cqw, 14px);
  font-weight: 500;
  width: 100%;
}
@media (max-width: 768px) {
  .process4-contents__label {
    font-size: 3.7333333333cqw;
  }
}
.process4-contents__label span {
  border: solid 1px rgba(34, 104, 167, 0.5);
}
.process4-contents__button {
  border-radius: 0.5rem;
  border: 2px solid #34949b;
  background: #fff;
  color: #34949b;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.4rem 7.2rem;
  margin-inline: auto;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2.4rem;
  transition: 0.5s;
}
.process4-contents__button:hover {
  background-color: #34949b;
  color: #fff;
}
@media (max-width: 768px) {
  .process4-contents__button {
    font-size: 1.4rem;
    padding: 1.4rem;
    width: auto;
  }
}
.process4-contents__note {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}
.process4-contents__note::before {
  content: "※";
}

/* /const reason */
/* const plus_a */
#plus_a {
  padding: var(--innerPaddingPCx2) 0;
  background-color: #EFF5F9;
  position: relative;
}

#plus_a::before {
  content: "";
  display: block;
  background-color: #309DA4;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 60px;
  position: absolute;
  top: -1px;
}

#plus_a .-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: var(--innerPaddingPCx2);
  gap: 3rem;
}

#plus_a .-inner p {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
}

#plus_a h3 {
  color: var(--courseBasic);
  font-size: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6em;
  position: relative;
}

#plus_a h3:after {
  content: "";
  display: block;
  width: 21rem;
  height: 16rem;
  background: url(../img/plus_a_illust.png) top left no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-120%, -50%);
}

#plus_a h3 img {
  width: 6rem;
}

#plus_a .-inner ul {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}

#plus_a .-inner ul li {
  background-color: white;
  border-radius: 1rem;
  width: 50%;
}

#plus_a .-inner ul li a {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 1rem;
}

#plus_a .-inner ul li a:hover .link {
  background-color: var(--courseBasic);
  color: white;
}

#plus_a h4 {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  align-items: center;
  gap: 0.5em;
  width: 90%;
}

#plus_a h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url("../img/plus_a_deco.png") bottom left no-repeat;
  background-size: 100% auto;
}

#plus_a h4 span {
  font-size: 0.6em;
}

#plus_a .plus_feature {
  text-align: center;
  color: var(--courseBasic);
  font-size: 1.8rem;
  font-weight: 700;
}

#plus_a .plus_feature + p {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
}

#plus_a .-inner ul .link {
  display: inline-block;
  border: 1px solid var(--courseBasic);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--courseBasic);
  background-color: white;
  width: 50%;
  text-align: center;
  padding: 1em;
  border-radius: 0.5em;
  transition: all 0.2s ease-out;
}

@media (max-width: 1000px) and (min-width: 769px) {
  #plus_a .-inner ul .link {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #plus_a {
    text-align: center;
    font-size: var(--fontx1);
    padding: 9rem 2.2rem;
  }
  #plus_a .-inner {
    padding-top: 0;
  }
  #plus_a::before {
    width: 100%;
    height: 60px;
    position: absolute;
    top: -1px;
    left: 0;
  }
  #plus_a h2 {
    display: flex;
    font-size: 2.8rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #plus_a h2:after {
    content: "";
    display: block;
    height: 2px;
    background-color: black;
    width: 4rem;
  }
  #plus_a h3 {
    font-size: 2.4rem;
  }
  #plus_a h3:after {
    width: 20rem;
    height: 15rem;
    left: 0;
    top: 8%;
    transform: translate(-50%, -70%);
  }
  #plus_a h3 img {
    width: 12rem;
  }
  #plus_a p.-caption {
    font-size: 1.6rem;
    text-align: left;
  }
  #plus_a .-inner ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.6rem;
  }
  #plus_a .-inner ul li {
    width: 100%;
    padding: 0;
  }
  #plus_a .-inner ul li span.link {
    background-color: var(--courseBasic);
    color: white;
    width: 70%;
  }
}
/* /const plus_a */
/* const before_after */
#before_after {
  padding: var(--innerPaddingPCx2) 0;
}

#before_after h2 {
  display: flex;
  font-size: 3.2rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  color: black;
}

#before_after h2:after {
  content: "";
  display: block;
  height: 2px;
  background-color: black;
  width: 4rem;
}

#before_after .-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

#before_after h3 {
  color: var(--courseBasic);
  font-size: 3.2rem;
  line-height: 1.6em;
}

#before_after .-inner ul {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}

#before_after .-inner ul li {
  background-color: #EFF5F9;
  border: 1px #dde4ee solid;
  border-radius: 1rem;
  width: 33%;
  position: relative;
}

#before_after .-inner ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 6.6rem;
  height: 2.2rem;
  left: 1.6rem;
  transform: translateY(-60%);
}

#before_after .-inner ul li.case1::before {
  background: url("../img/case1.svg") top left no-repeat;
  background-size: auto 100%;
}

#before_after .-inner ul li.case2::before {
  background: url("../img/case2.svg") top left no-repeat;
  background-size: auto 100%;
}

#before_after .-inner ul li.case3::before {
  background: url("../img/case3.svg") top left no-repeat;
  background-size: auto 100%;
}

#before_after .-inner .top {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

#before_after h4 {
  font-size: 1.6rem;
  text-align: center;
}

#before_after .desc-set {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  position: relative;
  font-size: 1rem;
  height: 9.9rem;
}

#before_after .desc-set:after {
  position: absolute;
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/cross.svg") top left no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#before_after .desc-single {
  width: 40%;
  justify-content: center;
  gap: 1.2rem !important;
}

#before_after .desc-single .label {
  width: 90%;
  text-align: center;
}

#before_after .desc, #before_after .desc-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

#before_after .desc p {
  font-size: 1.2rem;
  line-height: 2em;
  text-align: center;
}

#before_after .desc-single p {
  font-size: 1.2rem;
  line-height: 1.4em;
  text-align: center;
}

#before_after .text-blue {
  color: #2367a7;
  font-size: 2rem;
  font-weight: 900;
}

#before_after .label {
  display: inline-block;
  font-size: 1rem;
  color: var(--courseBasic);
  border: 1px solid var(--courseBasic);
  background-color: white;
  border-radius: 0.3em;
  font-weight: 700;
  padding: 0.2em 1em;
}

#before_after .image {
  background-color: white;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#before_after .image img {
  width: 80%;
}

#before_after .ba-wrapper {
  background-color: white;
  padding: 1rem 1.6rem;
  display: flex;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  gap: 3rem;
  position: relative;
}

#before_after .ba-wrapper::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 5rem;
  background: url("../img/before_after_line.png") top center no-repeat;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
}

#before_after .before-after {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
  width: 50%;
}

#before_after .before-after:last-child p {
  font-weight: bold;
}

#before_after .before-after p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

#before_after .before-after img {
  height: 1.8rem;
  width: auto;
}

@media (max-width: 1000px) and (min-width: 769px) {
  #before_after .-inner ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #before_after .-inner ul li {
    width: 44%;
  }
}
@media (max-width: 768px) {
  #before_after {
    font-size: var(--fontx1);
    padding: 9rem 2.2rem;
  }
  #before_after h2 {
    display: flex;
    font-size: 2.8rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #before_after h2:after {
    content: "";
    display: block;
    height: 2px;
    background-color: black;
    width: 4rem;
  }
  #before_after h3 {
    font-size: 2.4rem;
  }
  #before_after .-inner ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3rem;
  }
  #before_after .-inner ul li {
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  #before_after .desc-set {
    height: auto;
  }
}
/* /const before_after */
#conversion {
  padding: var(--innerPaddingPCx2);
  background: #2C546B;
  position: relative;
}

#conversion::before {
  content: "";
  display: block;
  background-color: #f0f5f9;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 5rem;
  height: 1.9rem;
  position: absolute;
  top: -1px;
}

#conversion .-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

#conversion h3 {
  font-size: 2.4rem;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.4em;
}

#conversion h3:before, #conversion h3:after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url(../img/popup_conv.svg) top center no-repeat;
  background-size: 100% auto;
}

#conversion h3:after {
  transform: scaleX(-1);
}

#conversion .-wrapper {
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: 50%;
}

#conversion a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22rem;
  padding: 1em;
  border-radius: 0.5em;
  font-weight: 700;
}

@media (max-width: 1000px) and (min-width: 769px) {
  #conversion {
    padding: var(--innerPaddingPC);
  }
  #conversion .-wrapper {
    width: 70%;
  }
  #conversion::before {
    width: 6rem;
    height: 3rem;
  }
}
@media (max-width: 768px) {
  #conversion {
    text-align: center;
    font-size: var(--fontx1);
    padding: 4rem 2.2rem;
  }
  #conversion h3 {
    font-size: 2.4rem;
  }
  #conversion .-wrapper {
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  #conversion .-wrapper a {
    width: 50%;
  }
  #conversion::before {
    width: 5rem;
    height: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* override voice */
#voice .summary {
  color: var(--courseBasic);
}

#voice .after p span {
  color: var(--courseBasic);
}

/* /override voice */
.notice {
  padding: 20px;
  background-color: #173946;
  color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .notice {
    padding: 4.26666667vw 5.33333333vw 5.33333333vw;
    gap: 2.13333333vw;
  }
}
.notice .notice_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .notice .notice_container {
    flex-direction: column;
    gap: 2.66666667vw;
  }
}
.notice .notice_container .notice_wrap {
  display: flex;
  align-items: center;
  gap: 11.29px;
}
@media (max-width: 768px) {
  .notice .notice_container .notice_wrap {
    gap: 2.03733333vw;
  }
}
.notice .notice_container .notice_wrap .title {
  font-size: 2.07rem;
  font-weight: bold;
  line-height: 1.29546587;
}
@media (max-width: 768px) {
  .notice .notice_container .notice_wrap .title {
    font-size: 3.73333333vw;
    line-height: initial;
  }
}
.notice .notice_container .notice_wrap .title .sp_none {
  display: block;
}
@media (max-width: 768px) {
  .notice .notice_container .notice_wrap .title .sp_none {
    display: none;
  }
}
.notice .notice_container .notice_wrap .date {
  display: flex;
  align-items: center;
  font-weight: 900;
}
.notice .notice_container .notice_wrap .date #counseling_MMDD,
.notice .notice_container .notice_wrap .date #counseling_fixed_MMDD,
.notice .notice_container .notice_wrap .date #start_MMDD {
  font-size: 5.257rem;
}
@media (max-width: 768px) {
  .notice .notice_container .notice_wrap .date #counseling_MMDD,
  .notice .notice_container .notice_wrap .date #counseling_fixed_MMDD,
  .notice .notice_container .notice_wrap .date #start_MMDD {
    font-size: 7.928vw;
  }
}
.notice .notice_container .notice_wrap .date #counseling_ddd,
.notice .notice_container .notice_wrap .date #counseling_fixed_ddd,
.notice .notice_container .notice_wrap .date #start_ddd {
  font-size: 3.505rem;
}
@media (max-width: 768px) {
  .notice .notice_container .notice_wrap .date #counseling_ddd,
  .notice .notice_container .notice_wrap .date #counseling_fixed_ddd,
  .notice .notice_container .notice_wrap .date #start_ddd {
    font-size: 5.28533333vw;
  }
}
.notice .notice_container .notice_btn {
  width: 400px;
  text-align: center;
  border-radius: 7.52px;
  padding-block: 21px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  background-color: #F47806;
  position: relative;
  border: 1.57px solid #F47806;
}
.notice .notice_container .notice_btn:hover {
  background-color: #FFFFFF;
  color: #F47806;
}
.notice .notice_container .notice_btn:hover::after {
  width: 12.59px;
  height: 21.76px;
  background: url(../img/arrow_orange.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .notice .notice_container .notice_btn:hover::after {
    right: 4.376vw;
    width: 2.272vw;
    height: 3.928vw;
  }
}
@media (max-width: 768px) {
  .notice .notice_container .notice_btn {
    width: 100%;
    border-radius: 1.35733333vw;
    padding-block: 6.22533333vw;
    font-size: 6.216vw;
  }
}
.notice .notice_container .notice_btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 16.41px;
  top: 50%;
  transform: translateY(-50%);
  width: 12.59px;
  height: 21.76px;
  background: url(../img/arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .notice .notice_container .notice_btn::after {
    right: 4.376vw;
    width: 2.272vw;
    height: 3.928vw;
  }
}
.notice .notice_anchor {
  text-align: center;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .notice .notice_anchor {
    font-size: 3.2vw;
  }
}
.notice.hidden {
  display: none;
}

#notice_fixed {
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
@media (min-width: 769px) {
  #notice_fixed {
    display: none;
  }
}/*# sourceMappingURL=new_style.css.map */