body {
  color: #333;
  font-family: "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', "noto-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  list-style: none;
  color: #333;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

a:active {
  color: #333;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.sp_br {
  display: none;
}

.ib {
  display: inline-block;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

/* ▼▼ 画面サイズ / SP ▼▼ */
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

* {
  box-sizing: border-box;
  line-break: strict;
  margin: 0;
  padding: 0;
}

svg {
  display: block;
}

/* ===================================
共通
=================================== */
.blue {
  color: #2E73B8;
}

.orange {
  color: #DB7125;
}

.pink {
  color: #ED4CA9;
}

.green {
  color: #379D56;
}

.border_blue {
  border-bottom: 2px solid #2E73B8;
}

.border_orange {
  border-bottom: 2px solid #DB7125;
}

.border_pink {
  border-bottom: 2px solid #ED4CA9;
}

.border_green {
  border-bottom: 2px solid #379D56;
}

.txt_bold {
  font-size: 24px;
  font-weight: 700;
}

.txt_nomal {
  font-size: 20px;
  font-weight: 500;
}

.txt_small {
  font-size: 16px;
  font-weight: 500;
}

.txt_ttl {
  font-size: 30px;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.heigan_box .box_inner{
  max-width: 880px;
}
.heigan_box .overflow{
  margin-top: 20px;
}
.heigan_box .overflow img{
  width: 100%;
}

.txt_period.person_type dd{
  text-align: left;
}
.sec9 .txt_period.person_type dd{
  flex-direction: column;
  text-align: left;
  padding: 10px 100px !important;
}
.txt_period.eligibility dd{
  text-align: left;
  padding: 10px 100px !important;
}
.txt_period.schedule dd,
.txt_period.message dd{
  flex-direction: column;
  text-align: left;
  padding: 10px 100px !important;
}
.txt_period.message dd .text_center{
  text-align: left;
  margin: 25px 0;
}

.txt_period .flex_none{
  flex-direction: column;
}

.txt_period .in_schedule01{
  padding: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.txt_period .in_schedule01 p{
  font-size: 0.87rem;
}

.txt_period .in_schedule02_dt{
  width: calc(30% - 15px) !important;
}
.txt_period .in_schedule02{
  width: calc(30% - 15px) !important;
  align-items: flex-start;
  padding: 15px;
  text-align: left;
}
.txt_period .in_schedule02 p{
  font-size: 0.87rem;
}

.txt_period .in_schedule03_dt{
  width: 15% !important;
}
.txt_period .in_schedule03{
  width: 15% !important;
}
.txt_period .in_schedule03 p{
  font-size: 0.98rem;
}

.un_small_txt {
  font-size: 0.9rem !important;
  font-weight: 500;
}

.period02 .is_es_cont .small_txt{
  font-size: 0.8rem !important;
}

.txt_period.req_legal .col2 p .text{
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt_period .in_schedule01_dt{
    width: 45% !important;
    padding: 15px;
  }
  .txt_period .in_schedule02_dt{
    width: calc(40% - 15px) !important;
  }

  .txt_period .in_schedule01{
    width: 45% !important;
    padding: 10px;
  }
  .txt_period .in_schedule01 p{
    font-size: 0.7rem;
  }
  .txt_period .in_schedule02 {
    width: calc(40% - 15px) !important;
    padding: 10px;
  }
  .txt_period .in_schedule02 p{
    font-size: 0.7rem;
  }
  .txt_period .in_schedule03 p{
    font-size: 0.7rem;
  }

  .un_small_txt {
    font-size: 0.7rem !important;
  }

  .txt_bold {
    font-size: 20px;
    font-weight: 700;
  }

  .txt_nomal {
    font-size: 16px;
    font-weight: 500;
  }

  .txt_small {
    font-size: 14px;
    font-weight: 500;
  }

  .txt_ttl {
    font-size: 26px;
    font-weight: 700;
  }

  .legal_ttl{
    background-color: #9966cc;
    padding: 2.5vw 0;
  }

  .sec9_inner_inner{
    padding: 45px 20px 30px !important;
  }
  .sec9 .txt_period.person_type dd{
    padding: 10px 40px !important;
  }
  .txt_period.eligibility dd{
    padding: 10px 40px !important;
  }
  .txt_period.schedule dd,
  .txt_period.message dd{
    padding: 10px 40px !important;
  }
}

@media screen and (max-width: 376px) {
  .txt_bold {
    font-size: 20px;
    font-weight: 700;
  }

  .txt_nomal {
    font-size: 14px;
    font-weight: 500;
  }

  .txt_small {
    font-size: 14px;
    font-weight: 500;
  }

  .txt_ttl {
    font-size: 24px;
    font-weight: 700;
  }
}


/*
sec01(FV)
=================================== */
.sec01_box_busi {
  position: relative !important;
  background: url(../../assets/images/course/busi_fv.png);
  background-position: center right;
  background-size: cover;
  position: relative;
  height: 100vh;
}
/* .sec01_box_busi::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
} */
@media screen and (max-width: 1400px) {
  .sec01_box_busi {
    background-position: center right -30vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec01_box_busi {
    background-position: top right -31vw;
    background-size: 204%;
    background-repeat: no-repeat;
  }
}

.sec01_box_fina {
  background: url(../../assets/images/course/fina_fv.png) center/cover;
  position: relative;
  height: 100vh;
}

.sec01_box_tec {
  background: url(../../assets/images/course/tec_fv.png) center/cover;
  position: relative;
  height: 100vh;
}

.sec01_box_rd {
  background: url(../../assets/images/course/rd_fv.png) center/cover;
  position: relative;
  height: 100vh;
}


.fv_ttl img {
  position: absolute;
  max-width: 275px;
  margin: auto;
  top: 0;
  bottom: 0;
}

.sec01_box_busi .fv_ttl img {
  max-width: 330px;
}

.sec01_box_tec img {
  max-width: 770px;
}

.sec01_box_rd img {
  max-width: 710px;
}

@media screen and (max-width: 767px) {
  .sec01_box_busi {
    background: url(../../assets/images/course/busi_fv_sp.png) center/cover;
    height: 120vw;
  }

  .sec01_box_fina {
    background: url(../../assets/images/course/fina_fv_sp.png) center/cover;
    height: 120vw;
  }

  .sec01_box_tec {
    background: url(../../assets/images/course/tec_fv_sp.png) center/cover;
    height: 120vw;
  }

  .sec01_box_rd {
    background: url(../../assets/images/course/rd_fv_sp.png) center/cover;
    height: 120vw;
  }

  .fv_ttl img {
    max-width: 240px;
  }

  .sec01_box_tec img {
    max-width: 322px;
  }

  .sec01_box_rd img {
    max-width: 275px;
  }

  .sec01_box_busi .fv_ttl img {
    width: 90%;
  }
}


/*
sec02(works)
=================================== */
.sec02_box {
  padding: 0 20px;
}

.sec02_txt_1 {
  padding: 90px 0 48px;
  line-height: 1.8;
}

.sec02 .ttl_img {
  max-width: 43%;
}

.sec02_txt_2 {
  padding: 35px 0 32px;
}

.sec02 dt {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 25px;
}

.sec02 dd {
  margin-left: 1em;
  margin-top: -25px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.btn_box {
  margin-bottom: 90px;
}

.btn_box .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn_box a {
  max-width: 49%;
}

.btn_box img {
  max-width: 98%;
  margin: 5px;
}

.rd_pro .sec02 .txt_small {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .btn_box .flex {
    display: block;
  }

  .sec02 .ttl_img {
    max-width: 59%;
  }

  .sec02_txt_1 {
    padding: 50px 0 40px;
  }

  .sec02 dt {
    margin-bottom: 30px;
  }

  .sec02 dd {
    margin-bottom: 30px;
  }

  .btn_box {
    margin-bottom: 45px;
  }

  .btn_box .flex {
    justify-content: center;
  }
}

/*
sec03(people)
=================================== */
.sec03_box {
  padding: 0 20px;
}

.sec03_ttl {
  margin-bottom: 40px;
}

.sec03 .ttl_img {
  max-width: 52%;
}

.flex_sec03 {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sec03 li {
  max-width: 32%;
  width: 100%;
  margin: 5px;
}

.sec03 li img {
  width: 100%;
}

.sec03 .name {
  font-size: 20px;
  font-weight: 700;
}

.sec03 .name_small {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: -1px 0 9px;
}

.sec03 .personal {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 60px;
}

.btn_more {
  text-align: center;
  cursor: pointer;
}

.btn_more img {
  max-width: 55%;
  margin-bottom: 76px;
}

.triger .close {
  display: none;
}

.triger.active .open {
  display: none;
}

.triger.active .close {
  display: block;
}

@media screen and (max-width: 767px) {
  .sec03 li {
    max-width: 46%;
    width: 100%;
  }

  .sec03 .ttl_img {
    max-width: 64%;
  }

  .flex_sec03 {
    justify-content: space-between;
  }

  .sec03 .personal {
    margin-bottom: 30px;
  }

  .btn_more img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

/*
sec04(what's suntory)
=================================== */
.pad {
  padding: 0 20px;
}

.sec04 {
  color: #fff;
}

.flex_sec04 {
  justify-content: space-between;
}

.sec04_box {
  background: url(../../assets/images/course/sec_04_bg.png) center/cover;
  padding-bottom: 60px;
}

.sec04 .ttl_img {
  text-align: center;
  padding: 60px 0 50px;
}

.sec04 .ttl_img img {
  max-width: 34%;
}

.sec04 li {
  max-width: 320px;
  margin: 5px;
  width: 100%;
}

.sec04 li img {
  width: 100% !important;
}

.see_more {
  width: 100%;
}

.course_area a[href*="sastinable"] {
  position: relative;
  /* pointer-events: none; */
}

/* .course_area a[href*="sastinable"]:before {
    content: "COMING SOON";
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.2em;
} */

.sec04 h2 {
  margin: 0 auto;
}

.sec04_txt_1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.0;
}

.sec04_txt_2 {
  width: 95%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  padding-top: 0;
}

.sec04_txt_img {
  width: auto !important;
}

.sec04_txt_img01 {
  max-width: 67.2% !important;
}

.sec04_txt_img02 {
  max-width: 93.8% !important;
}

.sec04_txt_img03 {
  max-width: 56.3% !important;
}


.view_more {
  max-width: 74% !important;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .sec04_box {
    padding-bottom: 30px;
  }

  .sec04 .ttl_img {
    padding: 40px 0 25px;
  }

  .sec04 .ttl_img img {
    max-width: 66%;
  }

  .sec04 li {
    max-width: none;
    width: auto;
  }

  .sec04_txt_img01 {
    max-width: 57% !important;
  }

  .sec04_txt_img02 {
    max-width: 93.8% !important;
  }

  .sec04_txt_img03 {
    max-width: 56.3% !important;
  }

  .view_more {
    max-width: 50% !important;
  }

}

/*
sec05(requirement)
=================================== */
.sec05_box {
  background-color: #EAF1F8;
  margin-top: -6px;
  padding: 0 20px;
  padding-bottom: 105px;
}

.sec05 h2 {
  padding-top: 80px;
  margin-bottom: 22px;
}

.sec05 .ttl_img {
  max-width: 58%;
}

.sec05 .txt_ttl {
  margin-top: 65px;
  margin-bottom: 10px;
}

.flex_sec05 {
  display: flex;
  justify-content: space-between;
}

.sec05 table {
  font-size: 20px;
  border-spacing: 13px;
}

.sec05 th {
  min-width: 90px;
  text-align: center;
  background-color: #fff;
}

.flex_sec05 img {
  width: 48%;
  margin: 20px auto 0;
}

.sec05_txt {
  margin-top: 25px;
}

.sec05_txt_2 {
  line-height: 2.0;
}

.sec05 .note {
  margin-top: 20px;
  margin-bottom: -20px;
}

@media screen and (max-width: 767px) {
  .sec05_box {
    padding-bottom: 40px;
  }

  .sec05 h2 {
    padding-top: 40px;
    margin-bottom: 15px;
  }

  .sec05 .ttl_img {
    max-width: 75%;
  }

  .sec05 .txt_ttl {
    margin-top: 40px;
  }

  .sec05 td {
    font-size: 14px;
  }

  .flex_sec05 img {
    display: block;
    width: 85%;
    margin: 20px auto;
  }

  .flex_sec05 {
    display: block;
  }

}

/*
sec06(course)共通
=================================== */
.sec06_box {
  padding: 0 20px;
}

.sec06_box .flex img {
  max-width: 240px;
  width: 97%;
}

.sec06 .ttl_img {
  max-width: 35.5%;
}

.sec06 .page_ttl_2 {
  margin: 98px 0 30px;
}

.course_flex .flex {
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.course_flex .flex a{
  display: block;
  width: calc(100% / 3);
}

.course_flex .flex a img{
  max-width: unset;
  width: 100%;
}

.course_flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .sec06 .ttl_img {
    max-width: 52%;
  }

  .course_flex {
    display: block;
  }
  .course_flex .flex {
    flex-wrap: wrap;
  }
  
  .course_flex .flex a{
    width: calc(50% - 5px);
  }

  .sec06 .page_ttl_2 {
    margin: 45px 0 25px;
  }

  .course_flex .flex {
    display: flex !important;
  }

  /* .sec06_box .flex:last-child img {
    width: calc(85vw / 2);
    max-width: 232px;
  } */
}

/*




/* banner_area */
.banner_area {
  position: relative;
  margin: 0 auto;
  background: #fff;
}

.banner_inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  /* padding: 145px 20px; */
}

.banner_area .banner {
  max-width: 695px;
  margin: 0 auto;
  display: block;
}

.pagetop {
  max-width: 68px;
  position: absolute;
  top: -25px;
  right: 0;
}

/* recommended */
.recommended_section .rec_ttl_img {
  margin-top: 80px !important;
}

.col02 dt,
.col01 dt {
  font-weight: bold;
  text-align: center;
  background: #2EAAB8;
  color: #ffffff;
  vertical-align: middle;
  padding: 3px 0;
  margin-bottom: -4px;
  border-radius: 8px 8px 0 0;
}

.rec_ttl_img {
  max-width: 35% !important;
  margin: 0 auto !important;
}

.img01 {
  max-width: 650px !important;
}

.img01 img {
  margin: -10px 0 -20px;
}

.img02 {
  max-width: 580px !important;
}

.img02 img {
  margin: -35px 0;
}

.recommended_section {
  text-align: center;
}

.rec_inner {
  padding: 40px 20px 55px;
}

.rec_inner h2 {
  letter-spacing: 0.2em;
}

.rec_inner>p {
  letter-spacing: 0.1em;
  position: relative;
  left: -15px;
  color: #4d4d4d;
}

.rec_inner>p::after {
  content: "";
  height: 2.5px;
  width: 35px;
  background: #4d4d4d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .recommended_section .rec_ttl_img {
    margin-top: 30px !important;
  }
}


/* slide-box */
.slide-box {
  position: relative;
}

/* slide */
.slide .item img {
  margin: auto;
  max-width: 90%;
}

.thumb-item {
  margin: 60px 12% !important;
}

.thumb-item02 {
  margin: 20px auto !important;
  width: 63%;
}

.slick-next::before,
.slick-prev::before {
  opacity: 1 !important;
  cursor: pointer;
  display: inline-block;
  background-size: contain;
  width: 125px !important;
  height: 70px !important;
}

.slick-next::before {
  content: "" !important;
  background: url(../images/about/arrow_right.png) no-repeat;
  background-size: 125px;
}

.slick-prev::before {
  content: "" !important;
  background: url(../images/about/arrow_left.png) no-repeat;
  background-size: 125px;
}

.slick-next.slick-next:hover,
.slick-prev.slick-prev:hover {
  opacity: .7;
}

.slick-next {
  right: -11% !important;
  top: 50% !important;
  z-index: 10;
}

.slick-prev {
  left: -11% !important;
  top: 50% !important;
  z-index: 10;
}

.slick-list.draggable {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .slick-next {
    right: -15% !important;
  }

  .slick-prev {
    left: -15% !important;
  }
}

@media screen and (max-width: 1000px) {
  .slick-next::before {
    background-size: 90px;
  }

  .slick-prev::before {
    background-size: 90px;
  }

  .slick-next {
    right: -19% !important;
    top: 60% !important;
  }

  .slick-prev {
    left: -14% !important;
    top: 60% !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-next::before {
    content: "" !important;
    background: url(../images/about/arrow_right_sp.png) no-repeat;
    background-size: 30px;
  }

  .slick-prev::before {
    content: "" !important;
    background: url(../images/about/arrow_left_sp.png) no-repeat;
    background-size: 30px;
  }

  .slick-next::before,
  .slick-prev::before {
    width: 30px !important;
    height: 60px !important;
  }

  .slick-next {
    right: -2% !important;
  }

  .slick-prev {
    left: -2% !important;
  }

  .rec_ttl_img {
    max-width: 55vw !important;
  }

  .thumb-item {
    margin: 30px 0 -5px !important;
  }

  .thumb-item02 {
    margin: 20px 0 !important;
    width: 100%;
  }

}

/* @media screen and (max-width:370px){
    .slick-list.draggable{
      width:90vw;
    }
} */