@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Serif+SC:wght@200..900&display=swap");
/* font-family */
/* 
  font-family: "Noto Sans SC", sans-serif;
  font-family: "Noto Serif SC", serif;
*/
/* font-weight */
/*
Light：300
Regular：400
Medium：500
Bold：700*/
/*
Lato：400,700
*/
/* カラーパレット */
.blue {
  color: #004098;
}

/*==================================================================
[LP 202509] 提高日语能力　cross-the-border
===================================================================*/
#wrapperTopimg {
  padding-bottom: 20px !important;
}
#wrapperTopimg #topimg {
  width: 100%;
  height: 450px;
  padding-top: 125px;
  padding-right: 50px;
  background: url(../cross-the-border/img/bg_ttl.webp) no-repeat top 125px center;
  background-size: 100% 325px;
}
#wrapperTopimg #topimg .sub_ttile {
  padding-top: 10px;
  font-family: "Noto Serif SC", serif;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 2px;
}
#wrapperTopimg #topimg .inner {
  width: 100%;
  max-width: 700px;
  margin: 90px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#wrapperTopimg #topimg .inner > img {
  max-width: 100px;
}
@media only screen and (max-width: 640px) {
  #wrapperTopimg #topimg {
    padding-left: 10px;
    padding-right: 10px;
  }
  #wrapperTopimg #topimg .sub_ttile {
    padding-top: 10px;
    padding-left: 50px;
    font-family: "Noto Serif SC", serif;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: 2px;
  }
  #wrapperTopimg #topimg .inner {
    width: 100%;
    max-width: 700px;
    margin: 65px auto;
    flex-wrap: wrap;
    gap: 20px;
  }
  #wrapperTopimg #topimg .inner > img {
    max-width: 100px;
  }
  #wrapperTopimg #topimg .inner > img:first-child {
    display: none;
  }
}

#wrapperContent * {
  font-family: "Noto Sans SC", sans-serif;
}
#wrapperContent .cross-the-border #main article {
  padding-right: 50px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article {
    padding-right: 0px;
  }
}
#wrapperContent .cross-the-border #main article aside {
  padding-right: 0 !important;
}
#wrapperContent .cross-the-border #main article section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #wrapperContent .cross-the-border #main article section {
    max-width: 740px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#wrapperContent .cross-the-border #main article section h2 {
  font-family: "Noto Serif SC", serif;
  color: #000;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
}
#wrapperContent .cross-the-border #main article section h2 span {
  font-family: "Noto Serif SC", serif;
  font-size: 3rem;
}
#wrapperContent .cross-the-border #main article section h3 {
  font-size: 2rem;
  font-weight: 600;
}
#wrapperContent .cross-the-border #main article section.sec01 {
  text-align: center;
}
#wrapperContent .cross-the-border #main article section.sec01 .h2_sub {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DC000C;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3px;
}
#wrapperContent .cross-the-border #main article section.sec01 .h2_sub::before, #wrapperContent .cross-the-border #main article section.sec01 .h2_sub::after {
  width: 1px;
  height: 28px;
  content: "";
  background-color: #DC000C;
}
#wrapperContent .cross-the-border #main article section.sec01 .h2_sub::before {
  margin-right: 1em;
  transform: rotate(-30deg);
}
#wrapperContent .cross-the-border #main article section.sec01 .h2_sub::after {
  margin-left: 1em;
  transform: rotate(30deg);
}
#wrapperContent .cross-the-border #main article section.sec01 .kippou {
  margin-bottom: 20px;
}
#wrapperContent .cross-the-border #main article section.sec01 .kippou_txt {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 600;
}
#wrapperContent .cross-the-border #main article section.sec01 > p {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec02 {
    padding-top: 90px;
  }
}
#wrapperContent .cross-the-border #main article section.sec02 .program {
  position: relative;
}
#wrapperContent .cross-the-border #main article section.sec02 .program::before {
  content: "课程设置";
  width: 70px;
  height: 70px;
  padding: 20px;
  background: #B9DBF4;
  position: absolute;
  top: -25px;
  left: -25px;
  border-radius: 50%;
  transform: rotate(-15deg);
  aspect-ratio: 1/1;
  color: #004098;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec02 .program::before {
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
#wrapperContent .cross-the-border #main article section.sec02 .program ul {
  padding-left: 100px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec02 .program ul {
    padding-left: 0px;
  }
}
#wrapperContent .cross-the-border #main article section.sec02 .program ul li {
  margin-bottom: 15px;
  padding-left: 45px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: #ccc solid 1px;
}
#wrapperContent .cross-the-border #main article section.sec02 .program ul li::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../cross-the-border/img/icon-yinyang.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
}
#wrapperContent .cross-the-border #main article section.sec02 .program ul li > p {
  padding-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
#wrapperContent .cross-the-border #main article section.sec02 .program ul li > p.txt {
  font-size: 1.6rem;
  line-height: 1.4;
}
#wrapperContent .cross-the-border #main article section.sec02 .program ul li .goal {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #004098;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec02 .program ul li .goal {
    flex-wrap: wrap;
    gap: 10px;
  }
  #wrapperContent .cross-the-border #main article section.sec02 .program ul li .goal .arrow {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border: #004098 solid 1px;
    position: relative;
  }
  #wrapperContent .cross-the-border #main article section.sec02 .program ul li .goal .arrow::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #004098;
  }
}
#wrapperContent .cross-the-border #main article section.sec02 .program ul li:last-child {
  border-bottom: none;
}
#wrapperContent .cross-the-border #main article section.sec02 .program ul li:last-child::before {
  display: none;
}
#wrapperContent .cross-the-border #main article section.sec03 .teacher h3 {
  display: flex;
  align-items: center;
  gap: 20px;
}
#wrapperContent .cross-the-border #main article section.sec03 .teacher h3 .tracking {
  width: 75px;
  height: 75px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #004098 solid 1px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
}
#wrapperContent .cross-the-border #main article section.sec03 .inner {
  display: flex;
  align-items: center;
  gap: 50px;
}
#wrapperContent .cross-the-border #main article section.sec03 .inner .bxl img {
  width: 100%;
  max-width: 220px;
}
#wrapperContent .cross-the-border #main article section.sec03 .inner .bxr {
  max-width: 530px;
}
@media only screen and (max-width: 768px) {
  #wrapperContent .cross-the-border #main article section.sec03 .inner .bxr {
    max-width: 420px;
  }
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec03 .inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
#wrapperContent .cross-the-border #main article section.sec04 .inner01 {
  margin-bottom: 50px;
  display: flex;
  gap: 50px;
}
#wrapperContent .cross-the-border #main article section.sec04 .inner01 .box {
  width: calc((100% - 50px) / 2);
}
#wrapperContent .cross-the-border #main article section.sec04 .inner01 .box .h3_box {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
#wrapperContent .cross-the-border #main article section.sec04 .inner01 .box .h3_box > img {
  width: 100%;
  max-width: 220px;
}
@media only screen and (max-width: 768px) {
  #wrapperContent .cross-the-border #main article section.sec04 .inner01 .box .h3_box > img {
    max-width: 170px;
  }
}
#wrapperContent .cross-the-border #main article section.sec04 .inner01 .box > p {
  font-size: 1.4rem;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec04 .inner01 {
    flex-wrap: wrap;
  }
  #wrapperContent .cross-the-border #main article section.sec04 .inner01 .box {
    width: 100%;
  }
}
#wrapperContent .cross-the-border #main article section.sec04 .inner02 .box {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
#wrapperContent .cross-the-border #main article section.sec04 .inner02 .box .h3_box {
  width: calc((100% - 50px) / 2);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#wrapperContent .cross-the-border #main article section.sec04 .inner02 .box .h3_box h3 {
  white-space: nowrap;
}
#wrapperContent .cross-the-border #main article section.sec04 .inner02 .box .h3_box > p {
  font-size: 1.4rem;
  letter-spacing: 0.25px;
}
#wrapperContent .cross-the-border #main article section.sec04 .inner02 .box > img {
  width: calc((100% - 50px) / 2);
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec04 .inner02 .box {
    flex-wrap: wrap;
    gap: 30px;
  }
  #wrapperContent .cross-the-border #main article section.sec04 .inner02 .box .h3_box {
    width: 100%;
  }
  #wrapperContent .cross-the-border #main article section.sec04 .inner02 .box > img {
    width: 100%;
  }
}
#wrapperContent .cross-the-border #main article section.sec04 .read {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
#wrapperContent .cross-the-border #main article section.sec05 h2 {
  letter-spacing: 10px;
}
#wrapperContent .cross-the-border #main article section.sec05 .inner {
  display: flex;
  gap: 50px;
}
#wrapperContent .cross-the-border #main article section.sec05 .inner .box {
  width: calc((100% - 50px) / 2);
}
#wrapperContent .cross-the-border #main article section.sec05 .inner .box .h3_box {
  margin-bottom: 20px;
  text-align: center;
}
#wrapperContent .cross-the-border #main article section.sec05 .inner .box .h3_box img {
  width: 100%;
  max-width: 220px;
}
@media only screen and (max-width: 768px) {
  #wrapperContent .cross-the-border #main article section.sec05 .inner .box .h3_box img {
    max-width: 170px;
  }
}
#wrapperContent .cross-the-border #main article section.sec05 .inner .box > p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec05 .inner {
    flex-wrap: wrap;
    gap: 30px;
  }
  #wrapperContent .cross-the-border #main article section.sec05 .inner .box {
    width: 100%;
  }
  #wrapperContent .cross-the-border #main article section.sec05 .inner .box .h3_box {
    width: 100%;
  }
  #wrapperContent .cross-the-border #main article section.sec05 .inner .box > img {
    width: 100%;
  }
}
#wrapperContent .cross-the-border #main article section.sec06 .inner {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
#wrapperContent .cross-the-border #main article section.sec06 .inner .box {
  width: calc((100% - 90px) / 4);
  padding: 15px 10px;
  background: #f2f2f2;
  border-top: #121361 solid 20px;
  border-radius: 15px;
}
#wrapperContent .cross-the-border #main article section.sec06 .inner .box .ttl {
  min-height: 60px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}
#wrapperContent .cross-the-border #main article section.sec06 .inner .box > img {
  margin-bottom: 10px;
}
#wrapperContent .cross-the-border #main article section.sec06 .inner .box .txt {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #wrapperContent .cross-the-border #main article section.sec06 .inner {
    flex-wrap: wrap;
  }
  #wrapperContent .cross-the-border #main article section.sec06 .inner .box {
    width: calc((100% - 30px) / 2);
    text-align: center;
  }
  #wrapperContent .cross-the-border #main article section.sec06 .inner .box .ttl {
    min-height: auto;
  }
  #wrapperContent .cross-the-border #main article section.sec06 .inner .box > img {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec06 .inner .box {
    width: 100%;
    width: 100%;
    text-align: center;
  }
  #wrapperContent .cross-the-border #main article section.sec06 .inner .box .ttl {
    min-height: auto;
  }
  #wrapperContent .cross-the-border #main article section.sec06 .inner .box > img {
    width: 80%;
  }
}
#wrapperContent .cross-the-border #main article section.sec07 dl {
  display: flex;
  gap: 40px;
}
#wrapperContent .cross-the-border #main article section.sec07 dl dt {
  width: 100%;
  max-width: 140px;
}
#wrapperContent .cross-the-border #main article section.sec07 dl dt .label_item {
  width: 100%;
  height: 70px;
  padding: 10px;
  background-color: #121361;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#wrapperContent .cross-the-border #main article section.sec07 dl dt .label_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-top: solid 35px transparent;
  border-bottom: solid 35px transparent;
  border-left: solid 20px #121361;
  border-radius: 1px;
}
#wrapperContent .cross-the-border #main article section.sec07 dl dd p span {
  font-size: 1.4rem;
}
#wrapperContent .cross-the-border #main article section.sec07 dl dd .side {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}
#wrapperContent .cross-the-border #main article section.sec07 dl dd .side .side_txt {
  padding: 5px 15px;
  border: #121361 solid 1px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec07 dl {
    flex-wrap: wrap;
    gap: 20px;
  }
  #wrapperContent .cross-the-border #main article section.sec07 dl dt {
    max-width: 100%;
  }
  #wrapperContent .cross-the-border #main article section.sec07 dl dt .label_item {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #121361;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: initial;
    -moz-text-align-last: initial;
         text-align-last: initial;
  }
  #wrapperContent .cross-the-border #main article section.sec07 dl dt .label_item br {
    display: none;
  }
  #wrapperContent .cross-the-border #main article section.sec07 dl dt .label_item::before {
    content: "";
    display: none;
  }
  #wrapperContent .cross-the-border #main article section.sec07 dl dd {
    font-size: 1.4rem;
  }
  #wrapperContent .cross-the-border #main article section.sec07 dl dd p span {
    font-size: 1.4rem;
    display: block;
    padding-left: 3em;
  }
  #wrapperContent .cross-the-border #main article section.sec07 dl dd .side {
    flex-wrap: wrap;
    gap: 20px;
  }
  #wrapperContent .cross-the-border #main article section.sec07 dl dd .side .side_txt {
    width: 100%;
    padding: 5px 15px;
    border: #121361 solid 1px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #wrapperContent .cross-the-border #main article section.sec07 .button-wrap a {
    width: 100% !important;
  }
}

/*==================================================================
[H-**-**] content start -TEMP (not edit)
===================================================================*//*# sourceMappingURL=layout-lp.css.map */