/*
グローバル教育用CSS
*/
.wrap-global-pagelink {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
.item-global-pagelink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% / 3 - 20px);
  background: #DFDDEB;
  color: #2A1D75;
  padding: 15px 15px 25px 135px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
.item-global-pagelink::before {
  content: "";
  position: absolute;
  display: block;
  width: 135px;
  height: 100%;
  top: 0;
  left: 0;
}
.item-global-pagelink::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 12px;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-top: 1px solid #2A1D75;
  border-right: 1px solid #2A1D75;
  transform: rotate(135deg);
  transition: all 0.2s;
}
.item-global-pagelink:nth-of-type(1)::before{
  background: url('../images/global/thumb_pagelink_global.jpg') no-repeat center / cover;
}
.item-global-pagelink:nth-of-type(2)::before{
  background: url('../images/global/thumb_pagelink_english.jpg') no-repeat center / cover;
}
.item-global-pagelink:nth-of-type(3)::before{
  background: url('../images/global/thumb_pagelink_training.jpg') no-repeat center / cover;
}
.item-page-contents#global,
.item-page-contents#english,
.item-page-contents#training {
  padding-top: 30px;
  scroll-margin-top: 100px;
}
.child-item-page-contents {
  padding-bottom: 40px;
}
.child-item-page-contents:last-of-type {
  padding-bottom: 0;
}
.area-global .wrap-img-two {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  padding-bottom: 40px;
}
.area-global .wrap-img-two .item-img-two {
  position: relative;
  display: block;
  width: calc(50% - 35px);
}
.area-global .wrap-img-two .item-img-two span {
  position: relative;
  display: block;
  padding: 5px 0 0 0;
  text-align: center;
  font-size: 1.5rem;
}
.box-english-time {
  position: relative;
  display: block;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.box-english-time dl {
  border-bottom: 1px solid #000;
}
.box-english-time dl dt {
  position: relative;
  display: block;
  width: 100%;
  background: #FFE2E2;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.box-english-time dd {
  position: relative;
  display: inline-block;
  width: 48.5%;
  margin: 15px 0;
  padding: 0 10px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
}
.box-english-time dd:nth-of-type(1){
  border-right: 1px solid #000;
}
.ft-m-english-time {
  display: block;
  width: 100%;
  font-size: 2rem;
}
.ft-l-english-time {
  padding: 0 4px;
  font-size: 2.4rem;
}
.child-item-page-contents.child-item-page-contents-ielts {
  position: relative;
  display: block;
  background: #D4D2E3;
  padding: 40px;
}
.child-item-page-contents-ielts .h3-cmn {
  margin-bottom: 0;
  padding-bottom: 2px;
  text-align: center;
}
.sbtxt-h3 {
  position: relative;
  display: block;
  font-size: 1.6rem;
  text-align: center;
}
.box-imgtxt-ielts,.box-point-ielts {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 35px;
}
.box-imgtxt-ielts {
  align-items: flex-start;
}
.box-imgtxt-ielts .txt-cmn-16 {
  position: relative;
  display: block;
  width: 55%;
}
.box-imgtxt-ielts img {
  position: relative;
  display: block;
  width: calc(45% - 40px);
}
.item-point-ielts {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 25px);
  background: #fff;
   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  font-size: 2.2rem;
  text-align: center;
}
.item-point-ielts span {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
}
/*roadmap*/
.icn-roadmap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
  row-gap: 3px;
  flex-wrap: wrap;
  padding-bottom: 10px;
  font-size: 1.4rem;
}
.icn-roadmap span {
  display: inline-block;
}
.box-roadmap {
  margin-bottom: 60px;
}
.box-roadmap:last-of-type {
  margin-bottom: 50px;
}
.inner-roadmap {
  position: relative;
  display: block;
  width: 100%;
}
.head-contents-roadmap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #086719;
}
.head-contents-roadmap .gakunen {
  position: relative;
  width: calc(100% / 3);
  height: 65px;
  font-size: 2rem;
  color: #086719;
  text-align: center;
  line-height: 65px;
}
.head-contents-roadmap .gakunen::before,
.head-contents-roadmap .gakunen::after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: -18px;
  width: 40px;
  height: 1px;
  border-radius: 9999px;
  background-color: #086719;
  transform-origin: calc(100% - 0px) 50%;
}
.head-contents-roadmap .gakunen::before {
  transform: rotate(55deg);
}
.head-contents-roadmap .gakunen::after {
  transform: rotate(-55deg);
}
.head-contents-roadmap .gakunen:last-of-type::before,
.head-contents-roadmap .gakunen:last-of-type::after {
  content: none;
}
.head-contents-roadmap .gakunen span {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  top: 2px;
  font-size: 3.2rem;
}
.body-contents-roadmap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
  padding: 15px 0 0;
}
.item-roadmap {
  position: relative;
  display: block;
  width: calc(100% / 3 - 12px);
  padding: 15px;
  background: #CEE1D1;
  font-weight: bold;
  line-height: 1.5;
}
.item-roadmap .txt-roadmap {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
}
.item-roadmap.item-roadmap-empty {
  background: none;
}
.item-roadmap.item-roadmap-double {
  width: calc((100% / 3 - 2px) * 2);
  padding: 15px 23px;
}
.wrap-notice-scroll {
  display: none;
}
/* s roadmap*/
.inner-roadmap-h .head-contents-roadmap {
  border-top: 1px solid #2A1D75;
}
.inner-roadmap-h .head-contents-roadmap .gakunen {
  width: calc(100% / 2);
  color: #2A1D75;
}
.inner-roadmap-h .head-contents-roadmap .gakunen::before, .inner-roadmap-h .head-contents-roadmap .gakunen::after {
  background-color: #2A1D75;
}
.inner-roadmap-h .item-roadmap {
  background: #CED7E1;
  width: calc(25% - 13px);
}
.inner-roadmap-h .item-roadmap.item-roadmap-double {
  width: calc(50% - 8px);
  padding: 15px;
}
.inner-roadmap-h .item-roadmap.item-roadmap-100 {
  width: 100%;
}
.inner-roadmap-h .item-roadmap.item-roadmap-empty {
  background: none;
}
.box-imgtxt-global {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 20px;
  padding-bottom: 30px;
}
.txt-imgtxt-global {
  position: relative;
  width: 55%;
}
.media-imgtxt-global {
  position: relative;
  width: calc(45% - 40px);
}
.txt-imgtxt-global .h3-cmn {
  padding-bottom: 5px;
}
/*topic*/
.box-topic-global {
  position: relative;
  display: block;
  background: rgba(8,103,25,0.1);
  border: 1px solid rgba(8,103,25,0.3);
  padding: 35px 50px;
}
.box-topic-global::before {
  content: "";
  position: absolute;
  display: block;
  top: -6px;
  left: -6px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(8,103,25,0.1);
  border: 1px solid rgba(8,103,25,0.3);
}
.box-topic-global::after {
  content: "Topic";
  position: absolute;
  display: block;
  top: -44px;
  left: 10px;
  color: rgba(8,103,25,0.2);
  font-size: 4.8rem;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  letter-spacing: 2px;
}
.box-topic-global .h3-cmn {
  text-align: center;
}
.inner-topic {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.img-topic {
  width: 240px;
  padding-top: 5px;
}
.txt-topic {
  width: calc(100% - 280px)
}
/*-------------------------------------------------
break point 1100px 
--------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .area-global .wrap-img-two .item-img-two {
    width: calc(50% - 25px);
  }
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .item-global-pagelink {
    width: calc(100% / 3 - 15px);
    padding-left: 100px;
    font-size: 2rem;
  }
  .item-global-pagelink::before {
    width: 100px;
  }
  .item-page-contents#global,
  .item-page-contents#english,
  .item-page-contents#training {
    scroll-margin-top: 10px;
  }
  .child-item-page-contents.child-item-page-contents-ielts {
    padding: 35px 30px;
  }
  .area-global .wrap-img-two .item-img-two {
    width: calc(50% - 15px);
  }
  .box-imgtxt-ielts img {
    width: calc(45% - 25px);
  }
  .item-point-ielts {
    padding: 20px 10px;
    width: calc(100% / 3 - 12px);
    font-size: 1.8rem;
  }
  .item-point-ielts span {
    font-size: 1.5rem;
  }
  .box-roadmap:last-of-type {
    margin-bottom: 15px;
  }
  .txt-imgtxt-global {
    width: 55%;
  }
  .media-imgtxt-global {
    width: calc(45% - 25px);
  }
  .box-topic-global {
    padding: 25px 25px;
  }
  .box-topic-global::after {
    font-size: 4rem;
    top: -36px;
  }
  .txt-topic {
    width: calc(100% - 265px);
  }
}
/*-------------------------------------------------
break point 800px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .wrap-global-pagelink {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .item-global-pagelink {
    width: calc(100% / 2 - 10px);
    min-height: 88px;
    padding-left: 90px;
  }
  .item-global-pagelink::before {
    width: 90px;
  }
  .item-page-contents#global, .item-page-contents#english, .item-page-contents#training {
    padding-top: 10px;
  }
  .area-global .wrap-img-two {
    padding-bottom: 30px;
  }
  .area-global .wrap-img-two .item-img-two {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .item-page-contents .wrap-btn-two {
    padding-top: 20px;
  }
  .box-imgtxt-ielts {
    row-gap: 20px;
  }
  .box-imgtxt-ielts img,.box-imgtxt-ielts .txt-cmn-16 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .box-imgtxt-ielts .txt-cmn-16 {
    order: 2;
  }
  .box-point-ielts {
    row-gap: 20px;
    max-width: 600px;
    margin: 0 auto;
  }
  .item-point-ielts {
    padding: 20px 10px;
    width: calc(100% / 2 - 10px);
  }
  .item-point-ielts span {
    font-size: 1.4rem;
  }
  .box-imgtxt-global {
    padding-bottom: 10px;
  }
  .txt-imgtxt-global,.media-imgtxt-global {
    width: 100%;
  }
  .media-imgtxt-global {
    max-width: 600px;
    margin: 0 auto;
  }
  .box-topic-global {
    padding: 25px 25px;
  }
  .box-topic-global::after {
    font-size: 4rem;
    top: -36px;
  }
  .txt-topic,.img-topic {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
/*-------------------------------------------------
break point 600px SP
--------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .item-point-ielts {
    width: 100%;
  }
  .item-point-ielts span {
    line-height: 1.2;
  }
  .box-roadmap {
    margin-bottom: 40px;
  }
  .box-roadmap:last-of-type {
    margin-bottom: 0px;
  }
  .wrap-notice-scroll {
    position: relative;
    display: block;
    padding: 5px 0 8px;
    text-align: right;
  }
  .notice-scroll {
    position: relative;
    display: inline-block;
    padding: 3px 5px 1px;
    border: 1px solid #000;
    font-size: 1.3rem;
  }
  .box-roadmap {
    overflow-x: scroll;
  }
  .inner-roadmap {
    min-width: 630px;
  }
  .body-contents-roadmap {
    padding-top: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .item-roadmap {
    padding: 7px 10px;
    font-size: 1.4rem;
    width: calc(100% / 3 - 7px);
  }
  .item-roadmap.item-roadmap-double {
    padding: 10px 15px;
  }
  .head-contents-roadmap .gakunen {
    height: 40px;
    font-size: 1.5rem;
    line-height: 40px;
  }
  .head-contents-roadmap .gakunen span {
    font-size: 2.4rem;
  }
  .head-contents-roadmap .gakunen::before,
  .head-contents-roadmap .gakunen::after {
    width: 25px;
  }
  /* h roadmap*/
  .inner-roadmap-h .item-roadmap {
    width: calc(25% - 9px);
  }
  .inner-roadmap-h .item-roadmap.item-roadmap-double {
    width: calc(50% - 5px);
  }
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  .wrapper-page-global .contents-main {
    overflow: hidden;
  }
  .item-global-pagelink {
    width: 100%;
    min-height: 75px;
    padding: 10px 15px 20px 135px;
    font-size: 1.8rem;
  }
  .item-global-pagelink::before {
    width: 130px;
  }
  .area-global .wrap-img-two {
    padding-bottom: 20px;
  }
  .box-english-time dl dt {
    font-size: 1.6rem;
  }
  .box-english-time dd {
    font-size: 1.4rem;
  }
  .ft-m-english-time {
    font-size: 1.5rem;
  }
  .ft-l-english-time {
    font-size: 2rem;
  }
  .child-item-page-contents.child-item-page-contents-ielts {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 35px 15px;
  }
  .box-imgtxt-ielts {
    padding-top: 20px;
  }
  .icn-roadmap {
    row-gap: 1px;
    font-size: 1.3rem;
  }
  .icn-roadmap span {
    width: 100%;
  }
  .box-imgtxt-global {
    row-gap: 10px;
    padding-bottom: 0;
  }
  .box-topic-global {
    padding: 25px 15px;
    margin-top: 10px;
  }
  .box-topic-global::before {
    content: none;
  }
  .box-topic-global::after {
    font-size: 3rem;
    top: -25px;
  }
  .inner-topic {
    row-gap: 20px;
  }
  .txt-topic,.img-topic {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
/*-------------------------------------------------
break point 480px SP
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
  
}