@charset "UTF-8";
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;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  background: transparent;
}
body {
  color: #161616;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
button {
  padding: 0;
  border: 0;
  background: 0;
}

.wrapper {
  width: 100%;
}
@media (max-width: 749px) {
  .wrapper {
    min-width: 320px;
  }
  .wrapper.js-apply-close {
    padding-bottom: 0;
  }
}

.is-pc {
  display: block !important;
}
.is-sp {
  display: none!important;
}
.br-pc {
  display: inline-block;
}
.br-tab {
  display: none;
}
.br-sp {
  display: none;
}
@media (max-width: 880px) {
  .br-pc {
    display: none;
  }
  .br-tab {
    display: inline-block;
  }
  .br-sp {
    display: none;
  }
}
@media (max-width: 749px) {
  .is-pc {
    display: none!important;
  }
  .is-sp {
    display: block!important;
  }
  .br-pc {
    display: none;
  }
  .br-tab {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}
.button_block p {
  color: #0E3171;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
.button_block ul {
  margin: 18px auto 0;
  display: flex;
  justify-content: space-between;
}
.button {
  box-sizing: border-box;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 22px 47.8px;
  position: relative;
}
.button:before {
  content: "";
  position: absolute;
  background-color: #E2E2E2;
  top: 50%;
  right: -15px;
  display: block;
  width: 52px;
  height: 2px;
}
.button-blue {
  background: #FFF url(../images/bg_button_blue.png) no-repeat center;
}
.button-green {
  background: #FFF url(../images/bg_button_green.png) no-repeat center;
}
.menu-banner-student,
.menu-banner-stories,
.top-banner-image {
  max-width: 0;
}
@media (max-width: 749px) {
  .button_block {
    padding: 0 18px;
    text-align: center;
  }
  .button_block p {
    font-size: 16px;
  }
  .button_block ul {
    gap: 0px 14px;
  }
  .button_block ul li {
    width: 50%;
  }
  .button {
    font-size: 13px;
    padding: 20px 16px;
    width: 100%;
  }
  .button:before {
    display: none;
  }
  .menu-banners {
    display: block;
    align-items: center;
    padding: 0px 24px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
  }

  .menu-banner-student,
  .menu-banner-stories {
    max-width: 100%;
  }

  .menu-banner-stories {
    margin-top: 16px;
  }
}
@media (max-width: 339px) {
  .button {
    padding: 20px 10px;
  }
}

/*---- header ----*/
.header {
  overflow: hidden;
  box-sizing: border-box;
  padding: 16px;
  position: absolute;
  width: 100%;
}
.header_logo img {
  height: 52px;
  width: auto;
  vertical-align: top;
}
@media (max-width: 749px) {
  .header {
    padding: 16px;
  }
  .header_logo img {
    height: 40px;
    width: auto;
    vertical-align: top;
  }
}

/* nav */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}
.nav ol {
  display: flex;
  padding-left: 16px;
  background-color: #0E3171;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
}
.nav ol li {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.nav ol li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #FFF;
}
.nav a {
  display: block;
  color: #FFF;
}
.nav a:hover {
  opacity: 0.7;
}
.nav span {
  display: block;
  padding: 16px 32px;
}
.nav .nav_trigger,
.nav .button_block {
  display: none;
}
@media (max-width: 949px) {
  .nav span {
    padding: 16px 26px;
  }
}
@media (max-width: 749px) {
  .nav .nav_inner {
    display: none;
  }
  .nav .nav_trigger {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    background-color: #FFF;
    z-index: 100;
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 16px;
  }
  .nav .nav_trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 4px;
    margin-top: -2px;
    margin-left: -16px;
    padding: 0;
    border-radius: 2px;
    background-color: #0E3171;
  }
  .nav .nav_trigger span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 4px;
    margin-top: -12px;
    margin-left: -16px;
    padding: 0;
    border-radius: 2px;
    background-color: #0E3171;
  }
  .nav .nav_trigger span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 4px;
    margin-top: 8px;
    margin-left: -16px;
    padding: 0;
    border-radius: 2px;
    background-color: #0E3171;
  }
  .js-nav-fixed.nav .nav_trigger {
    background-color: #0E3171;
  }
  .js-nav-fixed.nav .nav_trigger span {
    background-color: #FFF;
  }
  .js-nav-fixed.nav .nav_trigger span:before, .js-nav-fixed.nav .nav_trigger span:after {
    background-color: #FFF;
  }
  .js-nav-open .nav {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFF;
  }
  .js-nav-open .nav ol a {
    color: #161616;
  }
  .js-nav-open .nav .nav_inner {
    display: block;
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
  }
  .js-nav-open .nav .nav_bg_line {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .js-nav-open .nav .nav_bg_line::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #0E80B4 0%, #07BFB1 100%);
    transform: rotate(25.06deg);
    top: -20%;
    left: 0;
  }
  .js-nav-open .nav .nav_bg_line::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #0E80B4 0%, #07BFB1 100%);
    transform: rotate(25.06deg);
    bottom: -20%;
    right: 0;
  }
  .js-nav-open .nav ol {
    padding: 120px 0 0;
    flex-direction: column;
    background: none;
    position: relative;
    z-index: 2;
  }
  .js-nav-open .nav ol li {
    font-size: 21px;
  }
  .js-nav-open .nav ol li:not(:last-of-type):first-letter { 
    color: #0E3171;
  }
  .js-nav-open .nav ol li + li {
    margin-top: 24px;
  }
  .js-nav-open .nav ol li + li:before {
    display: none;
  }
  .nav .button_block {
    display: block;
    position: relative;
    z-index: 2;
    margin: 60px 0 100px;
  }
  .js-nav-open .nav .nav_trigger {
    background: #FFF;
  }
  .js-nav-open .nav .nav_trigger span {
    transform: rotate(45deg);
  }
  .js-nav-open .nav .nav_trigger span:before {
    margin-top: -2px;
    transform: rotate(90deg);
  }
  .js-nav-open .nav .nav_trigger span:after {
    margin-top: -2px;
    transform: rotate(-90deg);
  }
  .js-nav-open .nav.js-nav-fixed .nav_trigger span {
    background-color: #0E3171;
  }
  .js-nav-open .nav.js-nav-fixed .nav_trigger span:before, .js-nav-open .nav.js-nav-fixed .nav_trigger span:after {
    background-color: #0E3171;
  }
  body.js-nav-open_fixed {
    height: 100%;
    overflow: hidden;
  }
}

/* mv */
.mv {
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto -2px;
  padding-left: 184px;
}

@media (max-width: 1439px) {
  .mv {
    max-width: 1440px;
    justify-content: space-between;
    padding-left: 72px;
  }
}
.mv_inner {
  padding-top: 120px;
  margin-right: 35px;
}
.mv_heading {
  width: 500px;
  height: auto;
}
.mv_heading img {
  width: 100%;
  height: auto;
}
.mv_bottom {
  width: 500px;
}
.mv_lead {
  color: #0E3171;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
.mv_bottom .button_block {
  margin-top: 50px;
  
}
.mv_pic {
  margin: 0;
}
.mv_pic img {
  width: auto;
  height: 790px;
}

@media (max-width: 749px) {
  .mv {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
    box-sizing: border-box;
  }
  .mv_inner {
    margin: 0;
    padding: 0;
  }
  .mv_heading {
    display: block;
    width: 80%;
    height: auto;
    margin: 32px auto 0;
  }
  .mv_bottom {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .mv_lead {
    margin-top: 36px;
    color: #0E3171;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 0 18px;
    max-width: 100%;
    width: auto;
  }
  .mv_bottom .button_block {
    margin-top: 0;
  }
  .mv_pic {
    margin: -12% 0;
  }
  .mv_pic img {
    width: 100%;
    height: auto;
  }

  .mv_banner {
   margin: 20px 20px 0;
  }

  .mv_banner img{
    width: 100%;
    height: auto;
  }
}
/* content-common */
.content_inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.content_heading_l {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.content_heading_l::before {
  bottom: 0;
  content: "";
  display: block;
  left: -8px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 117px;
}
.content_heading_l-white {
  color: #FFF;
}
.content_heading_l-white::before {
  background: url(../images/icon_content_heading_white.svg) no-repeat center / 100px auto;
}
.content_heading_l-navy {
  color: #0E3171;
}
.content_heading_l-navy::before {
  background: url(../images/icon_content_heading_navy.svg) no-repeat center / 100px auto;
}
.content_lead_l {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 75px 0 0;
}
.content_lead_l-white {
  color: #FFF;
}
.content_lead_l-navy {
  color: #0E3171;
}
.content_top_m {
  position: relative;
}
.content_heading_m {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
.content_heading_m-navy {
  color: #0E3171;
}
.content_lead_m {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 25px 0 0;
}
.content_lead_m-navy {
  color: #0E3171;
}
.content_lead_m > p + p  {
  margin-top: 30px;
}
.content_heading_s {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
}
.content_heading_s span {
  display: inline-block;
  padding: 10px 0;
}
.content_heading_s:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 2px;
  margin-left: -100vw;
}
.content_heading_s-white {
  color: #FFF;
}
.content_heading_s-white span  {
  color: #FFF;
  border-bottom: 2px solid #FFF;
}
.content_heading_s-white:before {
  background-color: #FFF;
}
.content_bg_pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.content_bg_pic_inner {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 749px) {
  .content_inner {
    padding: 0 18px;
  }
  .content_heading_l {
    font-size: 40px;
  }
  .content_heading_l::before {
    width: 86px;
    height: 92px;
  }
  .content_heading_l-white::before {
    background-size: 86px auto;
  }
  .content_heading_l-navy:before {
    background-size: 86px auto;
  }
  .content_lead_l {
    line-height: 1.5;
    margin: 55px 0 0;
  }
  .content_heading_m {
    text-align: left;
    font-size: 26px;
  }
  .content_lead_m {
    text-align: left;
    font-size: 15px;
    margin: 30px 0 0;
  }
  .content_heading_s {
    font-size: 30px;
  }
  .content_heading_s span {
    padding: 10px 0 18px;
  }
}

/* about */
.about {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  z-index: 2;
}
.about .content_inner {
  padding-top: 85px;
  padding-bottom: 90px;
}
.about .content_bg_pic_inner {
  background: url(../images/bg_about.jpg) no-repeat 50% 50% / cover;
}
.about_detail {
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  max-width: 860px;
  margin: 42px auto 0;
}
.about_list {
  max-width: 820px;
  margin: 50px auto 0;
}
.about_list_item {
  display: flex;
  align-items: center;
  justify-content: left;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.about_list_item-01 {
  padding: 0 0 0 115.8px;
}
.about_list_item-02 {
  padding: 0 55px 0 55px;
  margin-top: 24px;
}
.about_list_item-03 {
  padding: 0 110px 0 0;
  margin-top: 24px;
}
.about_list_text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-right: 16px;
}
.about_list_pic {
  max-width: 574px;
  width: 100%;
  margin: 0;
}
.about_list_pic img {
  width: 100%;
  height: auto;
}
.about_youtube {
  text-align: center;
  margin: 70px 0 0;
}
@media (max-width: 749px) {
  .about .content_inner {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .about .content_bg_pic_inner {
    background-position: 66% 50%;
  }
  .about_detail {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 2;
    margin: 30px 0 0;
  }
  .about_list {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin: 40px auto 0;
  }
  .about_list_item {
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    margin-right: -18px;
    padding: 0;
  }
  .about_list_text {
    margin: 0 0 16px 6%;
    font-size: 20px;
  }
  .about_list_pic {
    max-width: initial;
  }
  .about_youtube {
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 60px 0 0;
    padding-bottom: 56.25%;
  }
  .about_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 481px) {
  .about_list_text {
      margin: 0 0 8px 6%;
      font-size: 18px;
  }
}
/* curriculum */
.curriculum {
  position: relative;
  overflow: hidden;
}
.curriculum .content_inner {
  position: relative;
  padding-top: 115px;
  padding-bottom: 90px;
}
.curriculum .content_inner::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 120%;
  background: linear-gradient(180deg, #0E80B4 0%, #07BFB1 100%);
  transform: rotate(26deg);
  top: -300px;
  left: -980px;
  z-index: -1;
  min-height: 5000px;
}
.curriculum .content_inner::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 120%;
  background: linear-gradient(180deg, #0E80B4 0%, #07BFB1 100%);
  transform: rotate(26deg);
  bottom: -300px;
  right: -980px;
  z-index: -1;
  min-height: 5000px;
}
.curriculum_list {
  display: flex;
  gap: 0 4.5%;
  justify-content: space-between;
  margin: 70px auto 0;
}
.curriculum_list_item {
  background-color: #FFF;
  box-sizing: border-box;
  flex-basis: 33%;
  border-style: solid;
  border-width: 6px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
}
.curriculum_list_item-01 {
  border-color: #88A9E4;
}
.curriculum_list_item-02 {
  border-color: #4771BD;
}
.curriculum_list_item-03 {
  border-color: #0E3171;
}
.curriculum_list_title {
  text-align: center;
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: -1px;
  padding: 28px 0;
}
.curriculum_list_item-01 .curriculum_list_title {
  background-color: #88A9E4;
}
.curriculum_list_item-02 .curriculum_list_title {
  background-color: #4771BD;
}
.curriculum_list_item-03 .curriculum_list_title {
  background-color: #0E3171;
}
.curriculum_list_text {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 20px 16px 0;
}
.curriculum_list_item-01 .curriculum_list_text {
  color: #88A9E4;
}
.curriculum_list_item-02 .curriculum_list_text {
  color: #4771BD;
}
.curriculum_list_item-03 .curriculum_list_text {
  color: #0E3171;
}
.curriculum_list_detail {
  color: #6A6A6A;
  background-color: #F2F2F2;
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 15px 16px 20px;
  padding: 16px 16px 20px;
}
.curriculum_list_detail dt {
  line-height: 1.5;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.curriculum_list_detail dd {
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
}
.curriculum_info {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px 30px 0;
}
.curriculum_info_title {
  position: relative;
  text-align: center;
  color: #0E3171;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 0.8;
}
.curriculum_info_title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  background-color: #0E3171;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  width: 70px;
  height: 3px;
}
.curriculum_info-01 {
  margin-top: 40px;
  padding-bottom: 46px;
}
.curriculum_individual {
  padding: 0 10px;
}
.curriculum_individual_title {
  background: url(../images/icon_curriculum_navy.svg) no-repeat left top;
  background-size: 22px auto;
  color: #0E3171;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  padding-left: 30px;
}
.curriculum_individual_text {
  color: #161616;
}
.curriculum_individual_text_l {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.curriculum_individual_text_l .text_style_mg {
  display: inline-block;
  letter-spacing: 0;
  margin: 0 -2px;
}
.curriculum_individual_text_l .text_style_navi {
  color: #0E3171;
}
.curriculum_individual_text_l .text_style_small{
  font-size: 14px;
  letter-spacing: 0;
  margin-left: -6px;
}
.curriculum_individual_text_m {
  position: relative;
  padding-left: 18px;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.6;
}
.curriculum_individual_text_m:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #0E3171;
}
.curriculum_individual_text_s {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.curriculum_individual-01 {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 2px solid #0E3171;
  margin: 50px auto 0;
  padding-bottom: 40px;
}
.curriculum_individual-01 > dl {
  flex-basis: 33%;
  padding: 16px 20px 0;
}
.curriculum_individual-01 > dl:nth-child(1) {
  padding-left: 0;
}
.curriculum_individual-01 > dl:last-child {
  padding-right: 0;
}
.curriculum_individual-01 > dl + dl {
  border-left: 2px solid #0E3171;
}
.curriculum_individual-01 > dl:nth-child(1) .curriculum_individual_text_l {
  margin-bottom: 30px;
}
.curriculum_individual-01 > dl:nth-child(1) .curriculum_individual_text_m {
  margin-bottom: 4px;
}
.curriculum_individual-01 > dl:nth-child(2) .curriculum_individual_text_l {
  margin-bottom: 22px;
}
.curriculum_individual-01 > dl:nth-child(3) .curriculum_individual_text_m {
  margin-bottom: 4px;
}
.curriculum_individual-01 > dl:nth-child(3) .curriculum_individual_text_s {
  margin-top: 10px;
}
.curriculum_individual-02 {
  padding-top: 30px;
}
.curriculum_info-02 {
  margin-top: 40px;
  padding-bottom: 36px;
}
.curriculum_corporation_text {
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 50px auto 0;
}
.curriculum_corporation_text a {
  color: #096BFF;
  border-bottom: 1px solid #096BFF;
}

@media (max-width: 749px) {
  .curriculum {
    background-image: none;
  }
  .curriculum .content_inner {
    padding-top: 105px;
    padding-bottom: 60px;
  }
  .curriculum .content_inner::before {
    display: none;
  }
  .curriculum .content_inner::after {
    display: none;
  }
  .curriculum_list {
    display: block;
    margin-top: 40px;
  }
  .curriculum_list_item {
    border-width: 6px;
    margin-bottom: 30px;
  }
  .curriculum_list_title {
    font-size: 24px;
    padding: 8px 0 10px;
  }
  .curriculum_list_text {
    font-size: 15px;
    margin: 16px 20px 0;
  }
  .curriculum_list_detail {
    display: block;
    margin: 18px 0 0;
    padding: 10px 16px 16px;
  }
  .curriculum_list_detail dt {
    margin-bottom: 10px;
  }
  .curriculum_list_detail dd {
    text-align: left;
  }
  .curriculum_info {
    padding: 30px 26px 0;
  }
  .curriculum_info-01 {
    padding-top: 50px;
  }
  .curriculum_info-02 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .curriculum_info_title {
    font-size: 24px;
  }
  .curriculum_info-01 {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .curriculum_individual {
    padding: 0;
  }
  .curriculum_individual_text_l .text_style_small{
    letter-spacing: 0.05em;
    margin-left: 0;
  }
  .curriculum_individual-01 {
    display: block;
    margin: 80px auto 0;
    padding-bottom: 30px;
  }
  .curriculum_individual-01 > dl {
    padding: 0;
  }
  .curriculum_individual-01 > dl + dl {
    border-left: none;
    border-top: 2px solid #0E3171;
    margin-top: 30px;
    padding-top: 30px;
  }
  .curriculum_individual-02 {
    padding-top: 30px;
  }
  .curriculum_individual-02 .curriculum_individual_text_m{
    letter-spacing: 0;
  }
  .curriculum_corporation_text {
    font-size: 13px;
    letter-spacing: -0.05em;
    text-align: left;
  }
}

/* coach */
.coach {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  z-index: 2;
}
.coach .content_inner {
  padding-top: 115px;
  padding-bottom: 90px;
}
.coach .content_bg_pic_inner {
  background: url(../images/bg_coach.jpg) no-repeat 50% 50% / cover;
}
.coach_list {
  border: 2px solid #FFF;
  margin: 50px auto 0;
}
.coach_list_title {
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.coach_list_heading {
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.4;
	margin-bottom: 10px;
	margin-top: 30px;
}

.coach_list_text {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.coach_list_item-01 {
  border-bottom: 1px solid #FFF;
  padding: 40px;
}
.coach_list_item-01 .coach_list_title {
  margin-bottom: 38px;
}
.coach_list_item-02 {
  position: relative;
  padding: 40px 40px 70px;
}
.coach_list_item-02 .coach_list_title {
  margin-bottom: 26px;
}
.coach_list_item-02 .coach_list_text {
  padding-right: 280px;
}
.coach_list_item-02 .coach_list_pic {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 304px;
  height: auto;
}
.coach_list_item-02 .coach_list_pic img {
  width: 100%;
  height: auto;
}

@media (max-width: 749px) {
  .coach .content_inner {
    padding-top: 105px;
    padding-bottom: 90px;
  }
  .coach .content_bg_pic_inner {
    background-position: 84% 50%;
  }
  .coach_list {
    border: none;
    margin: 80px auto 0;
  }
  .coach_list li {
    border: 2px solid #FFF;
    overflow: hidden;
  }
  .coach_list_title {
    font-size: 18px;
  }
  .coach_list_text_inner  {
    display: none;
  }
  .coach_list_button {
    color: #FFF;
    font-weight: 600;
    line-height: 1.7;
  }
  .coach_list_button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    margin: 0 0 2px 14px;
  }
  .coach_list_text.js-open button {
    font-size: 0;
  }
  .coach_list_text.js-open .coach_list_text_inner  {
    display: block;
  }
  .coach_list_text.js-open button::before {
    content: "閉じる";
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
  }
  .coach_list_text.js-open button span {
    border-right: none;
    border-bottom: none;
    border-left: 2px solid;
    border-top: 2px solid;
    margin: 0 0 -2px 14px;
  }
  .coach_list_item-01 {
    margin-bottom: 40px;
    padding: 30px 20px 16px;
  }
  .coach_list_item-01 .coach_list_title {
    margin-bottom: 25px;
  }
  .coach_list_item-01 .coach_list_button {
    text-align: center;
    margin: 25px auto 0;
  }
  .coach_list_item-02 {
    padding: 25px 20px 0;
  }
  .coach_list_item-02 .coach_list_title {
    margin-bottom: 15px;
  }
  .coach_list_item-02 .coach_list_text {
    padding: 0;
  }
  .coach_list_item-02 .coach_list_pic {
    position: relative;
    width: 270px;
    margin: 10px auto -100px;
  }
  .coach_list_item-02 .coach_list_pic img {
    width: 100%;
    height: auto;
  }
}

/* reskilling */
.reskilling {
  overflow: hidden;
}
.reskilling .content_inner {
  position: relative;
  padding-top: 115px;
  padding-bottom: 90px;
}
.reskilling .content_inner::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 120%;
  background: linear-gradient(180deg, #0E80B4 0%, #07BFB1 100%);
  transform: rotate(26deg);
  top: -300px;
  left: -980px;
  z-index: -1;
  min-height: 5000px;
}
.reskilling .content_heading_m {
  text-align: center;
  margin: 0 auto;
  padding: 0 50px;
}
.reskilling .content_heading_m span {
  display: inline-block;
}
.reskilling_caption {
  margin: 0 auto;
}
.reskilling_caption_pic {
  max-width: 954px;
  margin: 50px auto 0;
}
.reskilling_caption_pic img {
  width: 100%;
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .reskilling_caption_pic img {
    image-rendering: -webkit-optimize-contrast;
  }
}  
.reskilling_caption_text {
  color: #161616;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  margin: 25px 0 0;
}
.reskilling_caption_text a {
  color: #086BFF;
  text-decoration: underline;
}
.reskilling_example {
  margin: 140px auto 0;
}
.reskilling_example_title {
  color: #0E3171;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.reskilling_trouble {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 0px 24px rgb(0 0 0 / 14%);
  border-radius: 10px;
  margin: 46px auto 0;
}
.reskilling_trouble_inner {
  padding: 15px 384px 15px 46px;
}
.reskilling_trouble_inner p:not(:last-child) {
  border-bottom: 2px solid #0E3171;
}
.reskilling_trouble_inner p {
  padding: 25px 0 25px 0;
}
.reskilling_trouble_text {
  color: #0E3171;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.reskilling_trouble_pic {
  position: absolute;
  bottom: 0;
  right: 10px;
  max-width: 340px;
  height: auto;
}
.reskilling_trouble_pic img {
  display: block;
  width: 100%;
  height: auto;
}
.reskilling_arrow {
  overflow: hidden;
  display: block;
  width: 32px;
  height: 32px;
  border-right: 5px solid #0E3171;
  border-bottom: 5px solid #0E3171;
  transform: rotate(45deg);
  margin: 24px auto 0;
}
.reskilling_resolution {
  position: relative;
  background: linear-gradient(104.46deg, #1546B6 7.87%, #05A339 108.8%);
  border: 1px solid #E7E7E7;
  box-shadow: 0px 0px 24px rgb(0 0 0 / 14%);
  border-radius: 10px;
  margin: 42px auto 0;
}
.reskilling_resolution_text {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.05em;
  padding: 32px 384px 32px 46px;
}
.reskilling_resolution_pic {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 350px;
  height: auto;
}
.reskilling_resolution_pic img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 749px) {
  .reskilling {
    background: none;
  }
  .reskilling .content_inner {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .reskilling .content_inner::before {
    display: none;
  }
  .reskilling .content_heading_m {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .reskilling .content_heading_m span {
    display: inline;
  }
  .reskilling_caption_pic {
    margin-top: 24px;
    max-width: initial;
  }
  .reskilling_caption_text {
    word-break: break-all;
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 auto;
  }
  .reskilling_example {
    margin: 70px auto 0;
  }
  .reskilling_example_title {
    font-size: 26px;
    letter-spacing: 0;
  }
  .reskilling_trouble {
    overflow: hidden;
    margin: 35px auto 0;
  }
  .reskilling_trouble_inner {
    padding: 10px 26px 0 26px;
  }
  .reskilling_trouble_inner p {
    padding: 20px 0;
  }
  .reskilling_trouble_text {
    font-size: 15px;
    line-height: 1.6;
  }
  .reskilling_trouble_pic {
    position: relative;
    right: 0;
    width: 260px;
    margin: 10px auto -60px;
  }
  .reskilling_arrow {
    margin: 10px auto 0;
  }
  .reskilling_resolution {
    overflow: hidden;
    margin: 30px auto 0;
  }
  .reskilling_resolution_text {
    font-size: 15px;
    line-height: 1.6;
    padding: 24px 26px 0 26px;
  }
  .reskilling_resolution_pic {
    position: relative;
    width: 274px;
    margin: 20px auto -98px;
  }
}

/* faq */
.faq {
  background: linear-gradient(104.46deg, #1546B6 7.87%, #05A339 108.8%);
  padding-bottom: 70px;
}
.faq .content_inner {
  padding-top: 90px;
}
.faq_info {
  color: #FFF;
  font-weight: 600;
  width: 100%;
  max-width: 856px;
  margin: 0 auto;
}
.faq_info-01 {
  margin-top: 50px;
}
.faq_info-02 {
  margin-top: 60px;
}
.faq_info_title {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
  border: 2px solid #FFF;
  padding: 10px 20px;
}
.faq_list {
  margin: 8px auto 0;
}
.faq_list_item {
  position: relative;
}
.faq_list_button {
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: none;
}
.faq_list_button span {
  position: relative;
  display: block;
}
.faq_list_button span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 28px;
  height: 4px;
  margin-top: -2px;
  margin-left: -14px;
  background-color: #fff;
}
.faq_list_button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 28px;
  margin-top: -14px;
  margin-left: -2px;
  background-color: #fff;
}
.faq_list_title {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 12px 42px 12px 0;
}
.faq_list_pre {
  margin-right: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
}
.faq_list_text {
  display: none;
  padding: 12px 42px 12px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.faq_list_text_inner {
  margin-top: 4px;
}
.faq_list_text_detail {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.8;
}
.faq_list .js-open .faq_list_button span:after {
  transform: rotate(90deg);
}
.faq_list .js-open .faq_list_text {
  display: flex;
}
.faq .button_block {
  background-color: #FFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  max-width: 510px;
  padding: 20px 60px 30px;
  margin: 100px auto 0;
}

@media (max-width: 749px) {
  .faq {
    background: linear-gradient(171.46deg, #1546B6 -16.19%, #05A339 99.87%);
    padding-bottom: 0;
  }
  .faq .content_inner {
    padding-top: 65px;
  }
  .faq_info-01 {
    margin-top: 60px;
  }
  .faq_info-02 {
    margin-top: 60px;
  }
  .faq_list {
    margin: 2px auto 0;
  }
  .faq_list_title {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .faq_list_text {
    font-size: 15px;
  }
  .faq .button_block {
    border: none;
    box-shadow: none;
    border-radius: 0;
    max-width: initial;
    margin: 60px auto 0;
    padding: 20px 18px 30px;
  }
}

.icon-twitter {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_twitter.png) no-repeat;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
}
.icon-instagram {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_instagram.png) no-repeat;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
}
.icon-line {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_line.png) no-repeat;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
}
.icon-tiktok {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_tiktok.png) no-repeat;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
}

.sns-buttons-container {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.sns-social-buttons-paired {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.sns-social-button {
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sns-social-icon {
  background-size: cover;
  width: 28px;
  height: 28px;
}
.sns-platform-title {
  margin-left: 12px;
  font-size: 18px;
  font-family: 'Helvetica Neue';
  color: #FFFFFF;
  white-space: nowrap;
}
.sns-social-button a {
  margin: 16px 24px;
  display: flex;
  align-items: center;
}
.sns-social-button span {
  flex-grow: 1;
}

@media (max-width: 749px) {
  .sns-buttons-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }
  .sns-social-button a {
    margin: 12px 16px;
    display: flex;
    align-items: center;
  }
}

/* footer */
.footer_bg-l{
  background-color: #ededed;
}
.footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 20px 56px;
}
.footer_banner {
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 64px;
}
.footer_banner a {
  display: inline-block;
}
.footer_banner img {
  width: 100%;
  height: auto;
}
.footer_company {
  margin-bottom: 48px;
}
.footer_company_heading {
  padding-left: 40px;
  font-size: 24px;
  background: url(../images/icon_footer_black.svg) no-repeat left top;
  background-size: auto 24px;
}
.footer_company_inner {
  display: flex;
  gap: 0 48px;
  margin-top: 48px;
}
.footer_company_pic {
  width: 236px;
  height: auto;
}
.footer_company_pic a {
  display: inline-block;
}
.footer_company_pic img {
  width: 100%;
  height: auto;
}
.footer_company_list {
  width: calc(100% - 236px)
}
.footer_company_title {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.footer_company_title a {
  color: #161616;
}
.footer_company_text {
  margin-top: 16px;
}
.footer_company_text li {
  display: flex;
  line-height: 1.4;
}
.footer_company_text li + li {
  margin-top: 8px;
}
.footer_company_text li dt {
  min-width: 5em;
  font-weight: 600;
}
.footer_sdgs {
  display: flex;
  gap: 0 16px;
  letter-spacing: 0.05em;
}
.footer_sdgs_pic {
  width: 344px;
  height: auto;
}
.footer_sdgs_pic img {
  width: 100%;
  height: auto;
}
.footer_sdgs_list {
  color: #7e92db;
  width: calc(100% - 344px);
}
.footer_sdgs_title {
  font-size: 18px;
  font-weight: 600;
}
.footer_sdgs_text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}
.footer_bg-s {
  padding: 40px 16px;
  background-color: #0e3171;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.footer-sns-buttons-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px; 
  margin-top: 15px;
}
.footer-sns-social-button {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.footer-sns-social-icon {
  background-size: cover;
  width: 28px; 
  height: 28px; 
}
.icon-twitter-b {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_twitter_b.png) no-repeat;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
}
.icon-facebook {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_facebook.png) no-repeat;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
}
@media (max-width: 749px) {
  .footer_inner {
    padding: 64px 18px 48px;
  }
  .footer_banner {
    margin-bottom: 56px;
  }
  .footer_company_heading {
    padding-left: 32px;
    background-size: 24px auto;
    font-size: 21px;
  }
  .footer_company_inner {
    flex-direction: column;
  }
  .footer_company_pic {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
  .footer_company_list {
    width: 100%;
    margin-top: 24px;
  }
  .footer_company_title {
    font-size: 13px;
  }
  .footer_company_text {
    font-size: 12px;
  }
  .footer_sdgs {
    flex-direction: column;
  }
  .footer_sdgs_pic {
    width: 100%;
    max-width: 344px;
    margin: 0 auto;
  }
  .footer_sdgs_list {
    width: 100%;
    margin-top: 24px;
  }
  .footer_sdgs_title {
    font-size: 14px;
  }
  .footer_sdgs_text {
    font-size: 10px;
  }
  .footer-sns-buttons-wrapper {
    margin-top: 24px;
  }
}

/* js-animation */
.js-animation-fadein {
  opacity: 0;
}
.animated-fadein {
  opacity: 0;
  animation: animefadein 1.5s ease 0s 1 normal forwards running;
}
@keyframes animefadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.js-animation-fadeup {
  opacity: 0;
}
.animated-fadeup {
  opacity: 0;
  animation: animefadeup 1.5s ease 0s 1 normal forwards running;
}
@keyframes animefadeup {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
