@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+JP:wght@100..900&family=Rock+Salt&display=swap");
/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}

/* モーダルが表示されたときのスタイル */
.modal.show {
  display: flex;
  opacity: 1;
}

/* 画像サイズ調整 */
.modal-content {
  max-width: 80%;
  max-height: 80%;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}

/* モーダルが表示されたときの画像アニメーション */
.modal.show .modal-content {
  transform: scale(1);
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
}

#mv {
  position: relative;
  height: 35vw;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #mv {
    height: auto;
  }
}
#mv .mv_img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 780px) {
  #mv .mv_img {
    aspect-ratio: 3/2;
  }
}
#mv .mv_img::after {
  content: "";
  border-bottom: 25vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}
#mv .mv_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#mv h1.cont_ttl {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#mv h1.cont_ttl span {
  font-size: 3.6rem;
}
@media screen and (max-width: 780px) {
  #mv h1.cont_ttl span {
    font-size: 3rem;
  }
}
#mv h1.cont_ttl span small {
  font-size: 0.66em;
}
@media screen and (max-width: 780px) {
  #mv h1.cont_ttl {
    position: static;
    transform: none;
  }
}

#pannav {
  margin: 10px 0;
}
#pannav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#pannav ul li {
  font-size: 1.1rem;
}
#pannav ul li + li::before {
  content: ">";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#pannav ul li a {
  color: #F2A73F;
}
#pannav ul li:last-child {
  max-width: 20em; /* おおよそ10文字分の幅 */
  white-space: nowrap; /* 折り返さない */
  overflow: hidden; /* はみ出た部分を隠す */
  text-overflow: ellipsis; /* 省略記号を表示 */
}

.sizeL {
  font-size: 1.2em;
}

.flex_cont {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.flex_cont .cont.shadow {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
.flex_cont.cont_4 .cont {
  width: 24%;
}
.flex_cont.cont_4 .cont .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0072C3;
}
.flex_cont.cont_3 .cont {
  width: 30%;
}
.flex_cont.cont_3 .cont .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0072C3;
}
.flex_cont.cont_2 .cont {
  width: 48%;
}
.flex_cont.cont_2 .cont .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0072C3;
}
.flex_cont.cont_1 .cont {
  width: 100%;
}
.flex_cont.cont_1 .cont .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0072C3;
}
@media screen and (max-width: 780px) {
  .flex_cont {
    display: block;
  }
  .flex_cont .cont {
    width: 100% !important;
    margin: 0 !important;
  }
  .flex_cont .cont + .cont {
    margin-top: 20px !important;
  }
}

.tri_top::before {
  content: "";
  transform: rotate(180deg);
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
@media screen and (max-width: 780px) {
  .tri_top::before {
    margin-bottom: 50px;
  }
}

.tri_bottom::after {
  content: "";
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
@media screen and (max-width: 780px) {
  .tri_bottom::after {
    margin-top: 50px;
  }
}

hr {
  border-color: #089CEE;
  opacity: 0.5;
  margin: 70px auto !important;
}
@media screen and (max-width: 780px) {
  hr {
    margin: 50px auto !important;
  }
}

#feature {
  padding: 70px 0;
}
@media screen and (max-width: 780px) {
  #feature {
    padding: 50px 0;
  }
}
#feature .flex_cont .cont {
  background: #fff;
  display: flex;
  flex-direction: column;
}
#feature .flex_cont .cont .ttl {
  padding: 20px 10px;
  box-sizing: border-box;
}
#feature .flex_cont .cont .txt {
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 10px;
  flex-grow: 1;
}
#feature .flex_cont .cont small {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

#list_of_university {
  padding: 70px 0 0;
}
@media screen and (max-width: 780px) {
  #list_of_university {
    padding-top: 50px;
  }
}
#list_of_university .cont {
  max-width: 568px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#list_of_university article {
  background: #fff;
  padding: 70px 0;
  margin: 70px auto 0;
}
@media screen and (max-width: 780px) {
  #list_of_university article {
    padding: 50px 0 0;
    margin: 50px auto 0;
  }
}
#list_of_university article p {
  font-size: 1.8rem;
  margin: 15px auto;
  line-height: 1.777;
}
#list_of_university article .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}
@media screen and (max-width: 780px) {
  #list_of_university article .flex {
    display: block;
  }
}
#list_of_university article .flex .inner {
  width: 32%;
}
@media screen and (max-width: 780px) {
  #list_of_university article .flex .inner {
    display: block;
    width: 100%;
  }
  #list_of_university article .flex .inner + .inner {
    margin-top: 20px;
  }
}
#list_of_university article .flex .inner h4 {
  font-size: 1.8rem;
  color: #0072C3;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #F2A73F;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.55;
}
#list_of_university article .flex .inner p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
}

#step {
  background: url("../image/common/bg_sky.jpg") no-repeat center top;
  background-size: cover;
}
#step .cont_ttl .en {
  color: #FFE2BA;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#step .flex_cont {
  flex-wrap: wrap;
  justify-content: center;
}
#step .flex_cont .cont {
  margin-left: 2%;
  width: 32%;
  background: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
#step .flex_cont .cont:nth-child(1), #step .flex_cont .cont :nth-child(4) {
  margin-left: 0;
}
#step .flex_cont .cont:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 780px) {
  #step .flex_cont .cont {
    width: 100%;
  }
  #step .flex_cont .cont + .cont {
    margin-top: 20px;
  }
}
#step .flex_cont .cont .step {
  width: 120px;
  display: block;
  margin: 0 auto;
  margin-top: -20px;
}
#step .flex_cont .cont h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #0072C3;
  font-weight: bold;
  margin: 15px auto;
}
#step .flex_cont .cont p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-bottom: auto;
}
#step .flex_cont .cont .img {
  margin: 20px auto 0;
}

@media screen and (max-width: 780px) {
  #taikendan {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#taikendan .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#taikendan .flex::after {
  content: "";
  display: block;
  width: 32%;
}
#taikendan .flex .cont {
  width: 32%;
  border: 1px solid #F2A73F;
  box-sizing: border-box;
}
#taikendan .flex .cont:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 780px) {
  #taikendan .flex .cont {
    width: 48%;
  }
  #taikendan .flex .cont:nth-child(n+3) {
    margin-top: 4%;
  }
}
#taikendan .flex .cont .img {
  aspect-ratio: 16/9;
}
#taikendan .flex .cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: none;
}
#taikendan .flex .cont .inner {
  padding: 20px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  #taikendan .flex .cont .inner {
    padding: 10px;
  }
}
#taikendan .flex .cont .inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
#taikendan .flex .cont .inner h3 a {
  display: block;
  color: #F2A73F;
}
@media screen and (max-width: 780px) {
  #taikendan .flex .cont .inner h3 {
    text-align: left;
    font-size: 1.4rem;
  }
}
#taikendan .flex .cont .inner p {
  text-align: center;
  font-size: 1.6rem;
  margin: 10px auto;
}
@media screen and (max-width: 780px) {
  #taikendan .flex .cont .inner p {
    font-size: 1.2rem;
    text-align: left;
  }
}
#taikendan .flex .cont .inner .tag_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  #taikendan .flex .cont .inner .tag_list {
    justify-content: flex-start;
  }
}
#taikendan .flex .cont .inner .tag_list li {
  font-size: 1.2rem;
  background: #F4F4F4;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  margin: 10px 5px 0px 0px;
  margin-bottom: 0;
}
#taikendan .flex .cont .inner .tag_list li::before {
  content: "#";
  display: inline-block;
  margin-right: 0.25em;
  color: #F2A73F;
}
@media screen and (max-width: 780px) {
  #taikendan .flex .cont .inner .tag_list li {
    margin-top: 0;
  }
}

@media screen and (max-width: 780px) {
  #blog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#blog .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#blog .flex::after {
  content: "";
  display: block;
  width: 32%;
}
#blog .flex .cont {
  width: 32%;
  border: 1px solid #F2A73F;
  box-sizing: border-box;
}
#blog .flex .cont:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 780px) {
  #blog .flex .cont {
    width: 48%;
  }
  #blog .flex .cont:nth-child(n+3) {
    margin-top: 4%;
  }
}
#blog .flex .cont .inner {
  padding: 20px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  #blog .flex .cont .inner {
    padding: 10px;
  }
}
#blog .flex .cont .inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
#blog .flex .cont .inner h3 a {
  display: block;
  color: #F2A73F;
}
@media screen and (max-width: 780px) {
  #blog .flex .cont .inner h3 {
    text-align: left;
    font-size: 1.4rem;
  }
}
#blog .flex .cont .inner p {
  font-size: 1.6rem;
  margin: 10px auto;
}
@media screen and (max-width: 780px) {
  #blog .flex .cont .inner p {
    font-size: 1.2rem;
    text-align: left;
  }
}
#blog .flex .cont .inner .tag_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  #blog .flex .cont .inner .tag_list {
    justify-content: flex-start;
  }
}
#blog .flex .cont .inner .tag_list li {
  font-size: 1.2rem;
  background: #F4F4F4;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  margin: 10px 5px 0px 0px;
  margin-bottom: 0;
}
#blog .flex .cont .inner .tag_list li::before {
  content: "#";
  display: inline-block;
  margin-right: 0.25em;
  color: #F2A73F;
}
@media screen and (max-width: 780px) {
  #blog .flex .cont .inner .tag_list li {
    margin-top: 0;
  }
}

#knowledge .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#knowledge .flex .cont {
  width: 32%;
  border: 1px solid #F2A73F;
  box-sizing: border-box;
}
#knowledge .flex .cont:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 780px) {
  #knowledge .flex .cont {
    width: 48%;
  }
  #knowledge .flex .cont:nth-child(n+3) {
    margin-top: 4%;
  }
}
#knowledge .flex .cont .img {
  aspect-ratio: 16/9;
}
#knowledge .flex .cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: none;
}
#knowledge .flex .cont .inner {
  padding: 20px 10px;
  box-sizing: border-box;
}
#knowledge .flex .cont .inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F2A73F;
}
#knowledge .flex .cont .inner p {
  text-align: center;
  font-size: 1.6rem;
  margin: 10px auto;
}
#knowledge .flex .cont .inner .tag_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#knowledge .flex .cont .inner .tag_list li {
  font-size: 1.2rem;
  background: #F4F4F4;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  margin: 10px 5px;
  margin-bottom: 0;
}
#knowledge .flex .cont .inner .tag_list li::before {
  content: "#";
  display: inline-block;
  margin-right: 0.25em;
  color: #F2A73F;
}

.tabBox .tab_toggle-list {
  display: flex;
  align-items: center;
  align-items: stretch;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.tabBox .tab_toggle-list li {
  width: 100%;
}
.tabBox .tab_toggle-list li a {
  color: #434343;
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(67, 67, 67, 0.1);
}
.tabBox .tab_toggle-list li a.active {
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  background: #089CEE;
}
.tabBox .tab_content-area {
  background: #089CEE;
  padding: 70px 0;
}
.tabBox .tab_content-area .tab_content {
  display: none;
}
.tabBox .tab_content-area .tab_content.active {
  display: block;
}
.tabBox .tab_content-area .tab_content article {
  margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
  .tabBox .tab_content-area .tab_content article {
    margin-bottom: 50px;
  }
}
.tabBox .tab_content-area .tab_content article:last-child {
  margin-bottom: 0;
}
.tabBox .tab_content-area .tab_content .flex_cont .cont {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.tabBox .tab_content-area .tab_content .flex_cont .cont .ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.tabBox .tab_content-area .tab_content .flex_cont .cont p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.tabBox .tab_content-area .tab_content .flex_cont .cont .manager_img {
  max-width: 397px;
  margin-left: 20px;
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .tabBox .tab_content-area .tab_content .flex_cont .cont .manager_img {
    margin: 30px auto 0;
    width: 100%;
  }
}
.tabBox .tab_content-area .tab_content .flex_cont .cont .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 780px) {
  .tabBox .tab_content-area .tab_content .flex_cont .cont .flex {
    display: block;
  }
}
.tabBox .tab_content-area .tab_content .price_icn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  aspect-ratio: 1/1;
  background: url("../image/support/price_bg.svg") no-repeat center;
  background-size: contain;
}
.tabBox .tab_content-area .tab_content .price_icn p {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.tabBox .tab_content-area .tab_content .price_icn small {
  font-size: 0.7em;
  font-weight: 400;
}
.tabBox .tab_content-area .tab_content .price_txt {
  color: #fff;
}
.tabBox .tab_content-area .tab_content .price_txt h2 {
  font-size: 2rem;
}
.tabBox .tab_content-area .tab_content .price_txt dl {
  text-align: center;
  margin-top: 20px;
}
.tabBox .tab_content-area .tab_content .price_txt dl dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.tabBox .tab_content-area .tab_content .price_txt dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}
.tabBox .tab_content-area .tab_content .price_txt dl dd strong {
  font-size: 2.4rem;
}
.tabBox .tab_content-area .tab_content .price_txt dl dd small {
  font-size: 1.2rem;
  font-weight: 400;
}
.tabBox .tab_content-area .tab_content .price_txt .more_btn {
  margin-top: 70px;
}
.tabBox .tab_content-area .tab_content .support_list .support_link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.tabBox .tab_content-area .tab_content .support_list .support_link-list li {
  width: 32%;
}
.tabBox .tab_content-area .tab_content .support_list .support_link-list li:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 780px) {
  .tabBox .tab_content-area .tab_content .support_list .support_link-list li {
    width: 100%;
  }
  .tabBox .tab_content-area .tab_content .support_list .support_link-list li + li {
    margin-top: 2%;
  }
}
.tabBox .tab_content-area .tab_content .support_list .support_link-list li a {
  display: flex;
  align-items: flex-start;
}
.tabBox .tab_content-area .tab_content .support_list .support_link-list li a img {
  width: 3rem;
  margin-right: 10px;
  flex-shrink: 0;
}
.tabBox .tab_content-area .tab_content .support_list .support_link-list li a span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F2A73F;
}
.tabBox .tab_content-area .tab_content .support_list .support_list_cont-area {
  margin-top: 50px;
}
@media screen and (max-width: 780px) {
  .tabBox .tab_content-area .tab_content .support_list .support_list_cont-area {
    margin-top: 30px;
  }
}
.tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont {
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  .tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont {
    display: flex !important;
    align-items: stretch;
  }
}
.tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont .cont {
  width: 32%;
  padding-top: 0;
}
.tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont .cont:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 780px) {
  .tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont .cont {
    width: 48% !important;
  }
  .tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont .cont:nth-child(2) {
    margin-top: 0 !important;
  }
}
.tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont .cont .num {
  width: 100px;
  background: #F2A73F;
  margin: 0 auto 20px;
}
@media screen and (max-width: 780px) {
  .tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont .cont .num {
    width: 50px;
  }
}
.tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont .cont .num img {
  margin: 0 auto;
}
.tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont .cont .ttl {
  font-size: 1.6rem;
}
.tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont .cont p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: auto;
}
@media screen and (max-width: 780px) {
  .tabBox .tab_content-area .tab_content .support_list .support_list_cont-area .flex_cont .cont p {
    line-height: 1.36;
  }
}
.tabBox .tab_content-area .tab_content .support_list .support_list-note {
  color: #fff;
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
}

#seven_reasons {
  padding: 70px 0;
}
@media screen and (max-width: 780px) {
  #seven_reasons {
    padding: 50px 0;
  }
}
#seven_reasons .flex_cont {
  flex-wrap: wrap;
  justify-content: center;
}
#seven_reasons .flex_cont .cont {
  width: 32%;
  background: #fff;
  padding: 0 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  margin-left: 2%;
}
#seven_reasons .flex_cont .cont:nth-child(1), #seven_reasons .flex_cont .cont:nth-child(4), #seven_reasons .flex_cont .cont:nth-child(6) {
  margin-left: 0;
}
#seven_reasons .flex_cont .cont:nth-child(4), #seven_reasons .flex_cont .cont:nth-child(6) {
  margin-left: 17%;
}
#seven_reasons .flex_cont .cont:nth-child(5), #seven_reasons .flex_cont .cont:nth-child(7) {
  margin-right: 17%;
}
#seven_reasons .flex_cont .cont:nth-child(n+4) {
  margin-top: 2%;
}
#seven_reasons .flex_cont .cont .step {
  width: 112px;
  display: block;
  margin: 0 auto;
}
#seven_reasons .flex_cont .cont .step img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#seven_reasons .flex_cont .cont .ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #0072C3;
  font-weight: bold;
  margin: 15px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
}
#seven_reasons .flex_cont .cont p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin-bottom: auto;
  padding: 10px;
  box-sizing: border-box;
}
#seven_reasons .flex_cont .cont .img {
  margin: 20px auto 0;
}

#comparison {
  padding: 70px 0;
}
@media screen and (max-width: 780px) {
  #comparison {
    padding: 50px 0;
  }
}
#comparison .slide_img {
  max-width: 500px;
  margin: 0 auto;
  overflow: scroll;
}
#comparison .slide_img img {
  max-width: none;
  width: 500px;
}

#how_much_is_tuition_fee .cont_size_box p {
  font-size: 1.8rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#how_much_is_tuition_fee .cont_size_box .img {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 30px auto;
}

#step {
  background: url("../image/common/bg_sky.jpg") repeat center top;
  background-size: cover;
  position: relative;
}
#step::before {
  content: "";
  transform: rotate(180deg);
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
#step::after {
  content: "";
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
#step.top_blue::before {
  border-bottom: 15vw solid #0072C3;
}
#step .cont_ttl span {
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#step .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 780px) {
  #step .flex {
    display: block;
    margin-bottom: 30px;
  }
}
#step .flex .cont {
  width: 32%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 780px) {
  #step .flex .cont {
    width: 100%;
  }
  #step .flex .cont + .cont {
    margin-top: 20px;
  }
}
#step .flex .cont .step {
  width: 120px;
  display: block;
  margin: 0 auto;
  margin-top: -20px;
}
#step .flex .cont h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #0072C3;
  font-weight: bold;
  margin: 15px auto;
}
#step .flex .cont p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
#step .flex .cont .img {
  margin: 20px auto;
  margin-top: auto;
}
#step .flex .cont .more_btn {
  width: 100%;
  margin-top: auto;
}
#step .flex .cont .more_btn a {
  width: 100%;
}

.school_list .flex_cont {
  flex-wrap: wrap;
}
.school_list .flex_cont::after {
  content: "";
  width: 30%;
}
.school_list .flex_cont .cont:nth-child(n+4) {
  margin-top: 5%;
}
.school_list .flex_cont .cont .img {
  width: 100%;
  aspect-ratio: 16/9;
}
.school_list .flex_cont .cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#school_about {
  padding-bottom: 70px;
}
@media screen and (max-width: 780px) {
  #school_about {
    padding-bottom: 50px;
  }
}
#school_about .school_ttl {
  font-size: 2rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  margin: 40px auto;
}
#school_about .school_img {
  width: 100%;
  margin: 0 auto;
  height: 300px;
}
#school_about .school_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#school_about .school_point .cont {
  background: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  #school_about .school_point .cont {
    padding: 15px;
  }
}
#school_about .school_point .cont h3 {
  font-size: 2.4rem;
  color: #0072C3;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  #school_about .school_point .cont h3 {
    margin-bottom: 15px;
  }
}
#school_about .school_point .cont p {
  font-size: 1.6rem;
  line-height: 1.75;
}
#school_about .school_point .cont p + p {
  margin-top: 1em;
}
#school_about .school_point .cont ul {
  margin-top: 1em;
}

#school_data {
  padding: 70px 0 0;
}
@media screen and (max-width: 780px) {
  #school_data {
    padding: 50px 0 0;
  }
}

.img_list {
  margin-top: 50px;
}
@media screen and (max-width: 780px) {
  .img_list {
    margin-top: 30px;
  }
}
.img_list .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.img_list .row > * {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 780px) {
  .img_list .row > * {
    width: 50%;
    padding: 1vw;
  }
}
.img_list .row > * .ratio {
  width: 100%;
  height: 100%;
}
.img_list .row > * img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.table {
  table-layout: fixed;
  width: 100%;
  margin: 40px auto 0;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 780px) {
  .table {
    margin: 20px auto;
    font-size: 1.6rem;
  }
}
.table th {
  background: #FFE2BA !important;
  text-align: center;
  max-width: 200px;
  width: 30%;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  word-break: break-all;
}
.table td {
  background: #F0F0F0;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  font-weight: bold;
  word-break: break-all;
}
.table td a {
  color: #F2A73F;
}

#school_partner {
  margin: 70px auto;
  text-align: left;
}
@media screen and (max-width: 780px) {
  #school_partner {
    margin: 50px auto;
  }
}
#school_partner .detail {
  margin: 20px auto;
  max-width: 500px;
  width: 100%;
}
#school_partner h3 {
  border-bottom: 1px solid #ccc;
  text-align: left;
}
#school_partner h4 {
  font-size: 1.8rem;
  text-align: left;
  margin-top: 10px;
}
#school_partner ul {
  text-align: left;
  margin-left: 2em;
}
#school_partner ul li {
  list-style: disc;
}

#school_accommodation {
  margin: 70px auto;
}
@media screen and (max-width: 780px) {
  #school_accommodation {
    margin: 50px auto;
  }
}

#school_location {
  margin: 70px auto;
}
@media screen and (max-width: 780px) {
  #school_location {
    margin: 50px auto;
  }
}
#school_location .map {
  margin-top: 40px;
}
#school_location .map iframe {
  width: 100%;
  aspect-ratio: 3/2;
}

#school_cost, #school_scholarship {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #school_cost, #school_scholarship {
    margin-top: 50px;
  }
}
#school_cost dl, #school_scholarship dl {
  font-size: 1.8rem;
}
#school_cost dl dt::before, #school_scholarship dl dt::before {
  content: "【";
}
#school_cost dl dt::after, #school_scholarship dl dt::after {
  content: "】";
}
#school_cost p, #school_scholarship p {
  font-size: 1.8rem;
}
#school_cost .cont_size_box, #school_scholarship .cont_size_box {
  margin-top: 20px;
}

#school_exchange_student_system {
  margin: 70px auto;
}
@media screen and (max-width: 780px) {
  #school_exchange_student_system {
    margin: 50px auto;
  }
}
#school_exchange_student_system .cont {
  margin-top: 30px;
  text-align: center;
}

#tag_list {
  margin: 30px auto;
}
@media screen and (max-width: 780px) {
  #tag_list {
    margin-bottom: 0;
  }
}
#tag_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#tag_list ul li {
  font-size: 1.2rem;
  background: #F4F4F4;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  margin: 0px 5px 5px 0px;
}
#tag_list ul li::before {
  content: "#";
  display: inline-block;
  margin-right: 0.25em;
  color: #F2A73F;
}
#experiences_detail .detail #intro .thum img {
  width: 100%;
  max-width: none;
}
#experiences_detail .detail .entry-content img {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}
#experiences_detail .detail .entry-content .wp-block-heading {
  color: #0072C3;
  text-align: left;
  font-size: 2.4rem;
}
#experiences_detail .detail .entry-content p {
  margin-bottom: 20px;
}
#experiences_detail .detail #taikendan {
  margin-top: 70px;
}
@media screen and (max-width: 780px) {
  #experiences_detail .detail #taikendan {
    margin-top: 50px;
    padding-top: 30px;
  }
}

#faq .anchor_list {
  display: block;
  margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
  #faq .anchor_list {
    margin-bottom: 50px;
  }
}
#faq .anchor_list ul li {
  border: 1px solid #F0F0F0;
}
#faq .anchor_list ul li + li {
  margin-top: 10px;
}
#faq .anchor_list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
#faq .anchor_list ul li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #F2A73F;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-right: 10px;
}
#faq .faq_cont {
  padding: 70px 0;
}
@media screen and (max-width: 780px) {
  #faq .faq_cont {
    padding: 50px 0;
  }
}
#faq .faq_cont + .faq_cont {
  border-top: 1px solid #fff;
}
#faq .faq_list dl {
  background: #fff;
}
#faq .faq_list dl + dl {
  margin-top: 20px;
}
#faq .faq_list dl dt {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.6rem;
}
#faq .faq_list dl dt::after {
  content: "+";
  display: block;
  color: #F2A73F;
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s;
}
#faq .faq_list dl dt::before {
  content: "Q";
  display: block;
  color: #fff;
  background: #F2A73F;
  line-height: 1;
  aspect-ratio: 1/1;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bradley Hand", "Bradley Hand ITC", "Caveat", serif;
  font-size: 2.4rem;
  margin-right: 0.5em;
  font-weight: 300;
}
#faq .faq_list dl dt.active::after {
  transform: rotate(225deg);
}
#faq .faq_list dl dd {
  display: none;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

#contact #intro {
  position: relative;
  background: url("../image/common/bg_sky.jpg") repeat center top;
  background-size: cover;
  padding-top: 70px;
}
#contact #intro::after {
  content: "";
  border-bottom: 15vw solid #0072C3; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
@media screen and (max-width: 780px) {
  #contact #intro::after {
    margin-top: 50px;
  }
}
#contact #intro .cont_ttl span {
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#contact #intro .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #contact #intro .flex {
    display: block;
  }
}
#contact #intro .flex p {
  width: 60%;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  #contact #intro .flex p {
    width: 100%;
  }
}
#contact #intro .flex .line {
  margin: 20px auto;
  display: block;
}
#contact #intro .flex .line img {
  display: block;
  margin: 0 auto;
}
#contact #intro .flex .img {
  width: 37%;
}
@media screen and (max-width: 780px) {
  #contact #intro .flex .img {
    width: 100vw;
    margin-left: -5vw;
  }
}
#contact #intro .intro_txt {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 40px;
}
@media screen and (max-width: 780px) {
  #contact #intro .intro_txt {
    padding: 20px;
  }
}
#contact #intro .intro_txt h3 {
  color: #0072C3;
  margin-bottom: 20px;
}
#contact #intro .intro_txt p {
  font-size: 1.6rem;
}

#form {
  padding-bottom: 30px;
}
#form .small {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
#form form {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
#form form .form-label {
  display: block;
  font-size: 1.8rem;
  margin-top: 20px;
  font-weight: bold;
}
#form form input[type=text], #form form select, #form form textarea {
  font-size: 1.8rem;
  width: 100%;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  border: none;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.4;
}
#form form button {
  display: block;
  margin: 30px auto;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #F2A73F;
  color: #F2A73F;
  max-width: 290px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
#form form .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#form form .flex .input-group {
  width: 49%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
#form form .flex .input-group .input-group-text {
  background: #F0F0F0;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.4;
}

#blog_detail.detail #intro .thum img {
  width: 100%;
  max-width: none;
}
#blog_detail.detail .entry-content h1, #blog_detail.detail .entry-content h2, #blog_detail.detail .entry-content h3, #blog_detail.detail .entry-content h4 {
  text-align: left;
  color: #0072C3;
}
#blog_detail.detail .entry-content img {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}
#blog_detail.detail .entry-content .wp-block-heading {
  color: #0072C3;
  text-align: left;
  font-size: 2.4rem;
}
#blog_detail.detail .entry-content p {
  margin-bottom: 20px;
}
#blog_detail.detail #taikendan {
  margin-top: 70px;
}
@media screen and (max-width: 780px) {
  #blog_detail.detail #taikendan {
    margin-top: 50px;
    padding-top: 30px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  padding: 0px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .row > * {
    padding: 0;
  }
}
.row .col-sm-4, .row .col-md-4 {
  width: 33.333%;
}
@media screen and (max-width: 780px) {
  .row .col-sm-4, .row .col-md-4 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.row .col-sm-8, .row .col-md-8 {
  width: 66.66%;
}
@media screen and (max-width: 780px) {
  .row .col-sm-8, .row .col-md-8 {
    width: 100%;
  }
}

#corporate .row {
  display: flex;
  justify-content: space-between;
}
#corporate .table-comparison {
  max-width: 920px;
}
#corporate .table-comparison td {
  text-align: left;
}
#corporate .table-comparison td:first-child {
  background: #FFE2BA !important;
  width: 30%;
}
#corporate section {
  padding: 70px 0;
}
@media screen and (max-width: 780px) {
  #corporate section {
    padding: 50px 0;
  }
}
#corporate .legal-logo img {
  height: 200px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  #corporate .legal-logo img {
    height: 80px;
  }
}
#corporate #intro {
  color: #fff;
}
#corporate #intro .line img {
  margin: 20px auto;
  display: block;
}
#corporate #intro .img {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  #corporate #intro .img {
    width: 100vw;
    margin-left: -5vw;
  }
}
#corporate #Mission {
  padding: 0;
  color: #fff;
}
#corporate #Mission::before {
  content: "";
  transform: rotate(180deg);
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
#corporate #Mission::after {
  content: "";
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
#corporate #Mission p strong {
  display: block;
  margin: 70px auto 0;
  text-align: center;
  font-size: 2em;
}
#corporate #Mission .bgBox {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 20px;
}
#corporate #Mission .bgBox h3 {
  color: #0072C3;
  font-size: 2.4rem;
  text-align: center;
}
#corporate #Mission .bgBox .en {
  color: #F2A73F;
  font-family: "Caveat", serif;
  font-size: 1.8rem;
  text-align: center;
}
#corporate #Mission .bgBox .img {
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
}
#corporate #Mission .bgBox .img img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#corporate #Mission #core {
  margin-top: 70px;
}
@media screen and (max-width: 780px) {
  #corporate #Mission #core {
    margin-top: 50px;
  }
}
#corporate #Mission #core .flex_cont {
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 780px) {
  #corporate #Mission #core .flex_cont {
    display: flex !important;
    align-items: stretch;
  }
}
#corporate #Mission #core .flex_cont::after {
  content: "";
  width: 32%;
  display: block;
}
#corporate #Mission #core .flex_cont .cont {
  width: 32%;
  padding-top: 0;
  background: #fff;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
#corporate #Mission #core .flex_cont .cont:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 780px) {
  #corporate #Mission #core .flex_cont .cont {
    width: 48% !important;
  }
  #corporate #Mission #core .flex_cont .cont:nth-child(2) {
    margin-top: 0 !important;
  }
}
#corporate #Mission #core .flex_cont .cont .num {
  width: 100px;
  background: #F2A73F;
  margin: 0 auto 20px;
}
@media screen and (max-width: 780px) {
  #corporate #Mission #core .flex_cont .cont .num {
    width: 50px;
  }
}
#corporate #Mission #core .flex_cont .cont .num img {
  margin: 0 auto;
}
#corporate #Mission #core .flex_cont .cont .ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#corporate #Mission #core .flex_cont .cont p {
  text-align: center;
  font-size: 1.4rem;
  color: #434343;
  margin-top: auto;
}
@media screen and (max-width: 780px) {
  #corporate #Mission #core .flex_cont .cont p {
    line-height: 1.36;
  }
}
#corporate #Profile table td {
  background: none;
}
#corporate #Profile table td:first-child {
  background: #F0F0F0 !important;
  text-align: center;
}

#ceo #recruit_intro {
  padding-bottom: 0;
  margin-bottom: 0;
}
#ceo #recruit_intro::after {
  content: "";
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
#ceo h1, #ceo h2, #ceo h3, #ceo h4 {
  text-align: left;
  color: #0072C3;
  margin-top: 30px;
  margin-bottom: 15px;
}
#ceo .mt-5 {
  margin-top: 50px;
}
#ceo .table-comparison {
  max-width: 920px;
}
#ceo .table-comparison td {
  text-align: left;
}
#ceo .table-comparison td:first-child {
  background: #FFE2BA !important;
  width: 30%;
}
#ceo .table-comparison.recruit_table td {
  background: none;
}
#ceo .table-comparison.recruit_table td:first-child {
  background: #F0F0F0 !important;
}
#ceo .table-comparison.recruit_table td .innerTable {
  display: table !important;
}
#ceo .table-comparison.recruit_table td .innerTable td {
  display: table-cell !important;
  text-align: left;
}
#ceo .table-comparison.recruit_table td .innerTable td:first-child {
  width: auto;
  background: none !important;
}
#ceo .table-comparison.recruit_table td .innerTable td:first-child::after {
  content: ":";
}
@media screen and (max-width: 780px) {
  #ceo .table-comparison.recruit_table td .innerTable td:first-child::after {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #ceo .table-comparison.recruit_table td .innerTable td:first-child {
    width: 30% !important;
    background: #F0F0F0 !important;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  #ceo .table-comparison.recruit_table {
    display: block;
  }
  #ceo .table-comparison.recruit_table td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}
#ceo section {
  margin-bottom: 70px;
  padding: 70px 0;
}
@media screen and (max-width: 780px) {
  #ceo section {
    padding: 50px 0;
  }
}
#ceo section .intro_img {
  max-width: 400px;
  margin: 0 auto;
}
#ceo section .bgBox {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#ceo section .bgBox.bgBox {
  margin-top: 30px;
}
#ceo section .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  #ceo section .flex {
    display: block;
  }
}
#ceo section .flex .img {
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  #ceo section .flex .img {
    width: 90vw;
    margin: 20px -20px;
  }
  #ceo section .flex .img p.small {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
#ceo section .flex .txt {
  width: 58%;
}
@media screen and (max-width: 780px) {
  #ceo section .flex .txt {
    width: 100%;
  }
}
#ceo section .shomei {
  text-align: right;
  margin-top: 30px;
}
#ceo section .shomei strong {
  font-weight: bold;
  font-size: 1.3em;
}
#ceo section .shomei .en {
  display: block;
  font-family: "Caveat", serif;
  color: #F2A73F;
}

.entry-content {
  margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
  .entry-content {
    margin-bottom: 50px;
  }
}

.pagination {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.pagination ul > li > span,
.pagination ul > li > a {
  display: inline-block;
  border: 1px solid #f0f0f0;
  line-height: 31px;
  margin: 0 4px;
  border-radius: 4px;
  padding: 2px 0;
  min-width: 35px;
  text-align: center;
  transition: all 0.15s ease-out;
}

.pagination ul > li > a {
  color: #ffa000;
}

.pagination ul > li > a:hover {
  border-color: var(--link-hover-color);
}

#counseling {
  position: relative;
  background: #089CEE;
  background-size: cover;
}
#counseling .cont_ttl span {
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#counseling .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #counseling .flex {
    display: block;
  }
}
#counseling .flex p {
  width: 60%;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  #counseling .flex p {
    width: 100%;
  }
}
#counseling .flex .line {
  margin: 20px auto;
  display: block;
}
#counseling .flex .line img {
  display: block;
  margin: 0 auto;
}
#counseling .flex .img {
  width: 37%;
}
@media screen and (max-width: 780px) {
  #counseling .flex .img {
    width: 100vw;
    margin-left: -5vw;
  }
}

.quotation_number li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.quotation_number li + li {
  margin-top: 10px;
}
.quotation_number li img {
  margin-right: 10px;
  flex-shrink: 0;
  width: 30px;
}

.quotation_form {
  padding: 70px 0;
}
@media screen and (max-width: 780px) {
  .quotation_form {
    padding: 50px 0;
  }
}

#Application_intro {
  color: #fff;
  padding: 70px 0 0;
}
@media screen and (max-width: 780px) {
  #Application_intro {
    padding: 50px 0 0;
  }
}
#Application_intro::after {
  content: "";
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}

#apply .center {
  text-align: center;
  margin-bottom: 40px;
}
#apply .tab_content {
  color: #fff;
}
#apply .tab_content h3 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 2rem;
}
#apply .tab_content p {
  margin-bottom: 30px;
  font-size: 1.8rem;
}
#apply .tab_content .border-box {
  border: 1px solid #FFE2BA;
  display: block;
  box-sizing: border-box;
  padding: 20px;
}
#apply .tab_content .border-box h4 {
  color: #FFE2BA;
  font-size: 2rem;
}
#apply .tab_content .border-box p {
  font-size: 1.6rem;
}

#process {
  margin-top: 70px;
}
@media screen and (max-width: 780px) {
  #process {
    margin-top: 50px;
  }
}
#process .center {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  #process .center {
    text-align: left;
    margin-bottom: 30px;
  }
}
#process .tab_content-area {
  padding-bottom: 0;
}
#process .tab_content-area::after {
  content: "";
  border-bottom: 15vw solid #0072C3; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
#process .tab_content {
  color: #fff;
}
#process .tab_content .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
#process .tab_content .flex .cont {
  background: #fff;
  color: #434343;
  width: 32%;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
  padding: 0 clamp(0px, 1.26vw, 15px) clamp(0px, 1.26vw, 15px);
  box-sizing: border-box;
}
#process .tab_content .flex .cont:nth-child(1), #process .tab_content .flex .cont:nth-child(4), #process .tab_content .flex .cont:nth-child(7) {
  margin-left: 0;
}
#process .tab_content .flex .cont:nth-child(n+4) {
  margin-top: 2%;
}
#process .tab_content .flex .cont p {
  font-size: clamp(10px, 1.5vw, 18px);
  text-align: center;
  margin-bottom: 10px;
}
#process .tab_content .flex .cont .step {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  display: block;
}
#process .tab_content .flex .cont .img {
  margin-top: auto;
}
@media screen and (max-width: 780px) {
  #process .tab_content .flex .cont {
    width: 100%;
  }
  #process .tab_content .flex .cont:nth-child(n+2) {
    margin-top: 20px !important;
    margin-left: 0;
  }
  #process .tab_content .flex .cont p {
    font-size: 1.8rem;
  }
}

#apply_form {
  color: #fff;
  padding-bottom: 70px;
}
@media screen and (max-width: 780px) {
  #apply_form {
    padding-bottom: 50px;
  }
}
#apply_form .more_btn a {
  background: #F2A73F;
  color: #fff;
}

#mediaBox {
  display: block;
}
#mediaBox .media_list {
  padding-bottom: 70px;
  padding-top: 50px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  #mediaBox .media_list {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
#mediaBox .media_list .cont + .cont {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
#mediaBox .media_list .cont h3 {
  text-align: left;
  font-size: 2rem;
  margin-top: 10px;
}
#mediaBox .media_list .cont span {
  display: block;
  font-size: 1.6rem;
}
#mediaBox .media_list .cont p {
  font-size: 1.6rem;
  margin-top: 10px;
  display: block;
}
#mediaBox .media_list .cont .detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#mediaBox .media_list .cont .detail .date {
  margin-right: 10px;
}
#mediaBox .media_list .cont .detail .category {
  font-size: 1.2rem;
  background: #F4F4F4;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 1;
}
#mediaBox.editor_content {
  margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
  #mediaBox.editor_content {
    margin-bottom: 50px;
  }
}
#mediaBox.editor_content .category {
  display: block;
  font-size: 1.2rem;
  background: #F4F4F4;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  margin: 10px 0;
  width: -moz-fit-content;
  width: fit-content;
}
#mediaBox.editor_content .cont_inner p {
  margin-bottom: 10px;
}
#mediaBox.editor_content .cont_inner p:last-child {
  margin-bottom: 0;
}
#mediaBox.editor_content .fieldBox {
  margin-top: 30px;
}
#mediaBox.editor_content .fieldBox h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
#mediaBox.editor_content .fieldBox dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#mediaBox.editor_content .fieldBox dl dt::after {
  content: "：";
}
#mediaBox.editor_content .fieldBox dl.contact {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  margin-top: 30px;
}

#campaign_page .eventBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 70px auto;
}
@media screen and (max-width: 780px) {
  #campaign_page .eventBox {
    margin: 50px auto;
  }
}
#campaign_page .eventBox::after {
  content: "";
  display: block;
  width: 30%;
}
#campaign_page .eventBox li {
  width: 30%;
}
#campaign_page .eventBox li:nth-child(n+4) {
  margin-top: 5%;
}
@media screen and (max-width: 780px) {
  #campaign_page .eventBox li {
    width: 100%;
  }
  #campaign_page .eventBox li + li {
    margin-top: 20px;
  }
}
#campaign_page .eventBox li .thum {
  width: 100%;
  display: block;
}
#campaign_page .campaign_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
  #campaign_page .campaign_list {
    margin-bottom: 50px;
  }
}
#campaign_page .campaign_list::after {
  content: "";
  width: 30%;
  display: block;
}
#campaign_page .campaign_list li {
  width: 30%;
}
#campaign_page .campaign_list li:nth-child(n+4) {
  margin-top: 5%;
}
@media screen and (max-width: 780px) {
  #campaign_page .campaign_list li {
    width: 100%;
  }
  #campaign_page .campaign_list li + li {
    margin-top: 30px !important;
  }
}
#campaign_page .campaign_list li .ttl {
  color: #F2A73F;
  font-weight: bold;
  display: block;
  margin: 10px auto 0;
  font-size: 1.8rem;
}
#campaign_page .campaign_list li .gaiyou {
  display: block;
  font-size: 1.2rem;
}

#lp section {
  padding: 70px 0;
}
#lp section article + article {
  margin-top: 50px;
}
#lp #mv {
  height: auto;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
#lp #mv.fit {
  height: 100vh;
}
@media screen and (max-width: 780px) {
  #lp #mv.fit {
    margin-bottom: 30px;
    height: 70vh;
  }
}
#lp #mv.fit img {
  position: relative;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#lp #mv.fit::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
#lp #mv .baloon {
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background: #F2A73F;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: clamp(0px, 3vw, 40px);
  line-height: 1.2;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  #lp #mv .baloon {
    padding: 15px;
  }
}
#lp #mv .baloon strong {
  font-size: 1.4em;
}
#lp #mv .ttlBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 95%;
  text-align: center;
  max-width: 1000px;
}
#lp #mv .ttlBox h2 {
  font-size: clamp(0px, 6vw, 60px);
  line-height: 1.3;
  margin-bottom: 30px;
}
#lp #mv .ttlBox h2 span {
  font-size: clamp(0px, 4vw, 40px);
  display: block;
}
@media screen and (max-width: 780px) {
  #lp #mv .ttlBox h2 {
    font-size: clamp(0px, 8vw, 60px);
  }
  #lp #mv .ttlBox h2 span {
    font-size: clamp(0px, 5.5vw, 40px);
    display: block;
  }
}
#lp #mv .ttlBox .mv_txt {
  font-size: clamp(0px, 2.7vw, 27px);
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  #lp #mv .ttlBox .mv_txt {
    font-size: clamp(0px, 5vw, 27px);
  }
}
#lp .subttl {
  margin: 70px auto 20px;
  border-bottom: 1px solid #F2A73F;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
}
#lp .subttl.white {
  color: #fff;
}
#lp table {
  margin-top: 20px;
  max-width: 800px;
}
#lp table td {
  text-align: left;
}
#lp table td:first-child {
  background: #FFE2BA;
  text-align: left;
  width: 25%;
}
#lp table th {
  text-align: left;
}
#lp table th:nth-child(1) {
  width: 100px;
}
@media screen and (max-width: 780px) {
  #lp table th:nth-child(1) {
    width: 50px;
  }
}
#lp .lp_btn {
  margin: 30px auto;
  display: block;
}
#lp .lp_btn a {
  display: block;
  background: #F2A73F;
  color: #fff;
  padding: 20px;
  font-size: 2.2rem;
  text-align: center;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  border: 1px solid #fff;
  box-sizing: border-box;
  min-width: 400px;
}
@media screen and (max-width: 780px) {
  #lp .lp_btn a {
    width: 100%;
    min-width: inherit;
    text-align: center;
  }
}
#lp .flex {
  display: flex;
  justify-content: space-between;
}
#lp .flex.flex-r {
  flex-direction: row-reverse;
}
#lp .flex.strech {
  align-items: stretch;
}
#lp .flex + .flex {
  margin-top: 30px;
}
#lp .flex.flex_cont3 .img {
  width: 32%;
}
@media screen and (max-width: 780px) {
  #lp .flex.flex_cont3 .img {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  #lp .flex {
    display: block;
  }
}
#lp .flex .img {
  width: 40%;
}
@media screen and (max-width: 780px) {
  #lp .flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
#lp .flex .txt {
  width: 58%;
}
@media screen and (max-width: 780px) {
  #lp .flex .txt {
    width: 100%;
  }
}
#lp .flex .txt strong {
  font-size: 1.2em;
}
#lp .flex .txt ol {
  margin-left: 1em;
}
#lp .flex .txt p + p {
  margin-top: 0.5em;
}
#lp .flex .map {
  width: 40%;
}
#lp .flex .map iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 780px) {
  #lp .flex .map iframe {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 780px) {
  #lp .flex .map {
    width: 100%;
    margin-top: 20px;
  }
}
#lp #coaching {
  color: #fff;
}
#lp #coaching table {
  color: #434343;
}
#lp #coaching .text-decoration-underline {
  color: #FFE2BA;
  font-weight: bold;
  text-decoration: underline;
}
#lp #coaching b {
  font-size: 1.8rem;
}
#lp #form form input[type=submit] {
  display: block;
  margin: 30px auto;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #F2A73F;
  color: #F2A73F;
  max-width: 290px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
#lp .cont_size_box {
  max-width: 900px;
}
#lp .check-list li {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: bold;
}
#lp .check-list li + li {
  margin-top: 10px;
}
#lp .check-list li span {
  display: inline-block;
  width: 31px;
  height: 31px;
  border: 1.5px solid #f00;
  margin-right: 10px;
}
#lp .check-list li span .fa {
  font-size: 31px;
  position: relative;
  top: -5px;
  right: -5px;
}
#lp .cta_comment {
  background: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}
#lp .cta_comment p {
  font-size: 17px;
  font-weight: 700;
  width: 55%;
  color: #0072C3;
}
@media screen and (max-width: 780px) {
  #lp .cta_comment p {
    font-size: 14px;
  }
}
#lp .cta_comment img {
  width: 40%;
}
#lp .intro_txt {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
#lp .intro_txt .text-decoration-underline {
  color: #dc3545;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#lp .line {
  display: block;
  margin: 20px auto;
  width: -moz-fit-content;
  width: fit-content;
}
#lp .txt p strong {
  display: block;
  margin-top: 1em;
}
#lp .txt p strong:first-child {
  margin-top: 0;
}
#lp #voice .voice_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#lp #voice .voice_list dl {
  background: #fff;
  width: 32%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  #lp #voice .voice_list dl {
    width: 100%;
  }
  #lp #voice .voice_list dl + dl {
    margin-top: 20px !important;
  }
}
#lp #voice .voice_list dl:nth-child(n+4) {
  margin-top: 2%;
}
#lp #voice .voice_list dl dt {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
#lp #voice .voice_list dl dd .name {
  margin: 10px auto;
  display: block;
  font-size: 1.4rem;
}
#lp #voice .voice_list dl dd p {
  font-size: 1.3rem;
}
#lp #voice .voice_list div {
  padding: 10px 0;
  font-size: 1.4rem;
}
#lp .abroad_fair_mv_txt, #lp .bg_mv_txt {
  text-align: center;
  background: #e94b52;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
#lp .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#lp .row .col-4 {
  width: 32%;
}
#lp .row .col-4:nth-child(n+4) {
  margin-top: 2%;
}
#lp .row .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
}
#lp .caption {
  text-align: center;
  margin: 5px auto 20px;
  font-size: 1.4rem;
}
#lp .img.center img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#lp .img img {
  width: 100%;
}
#lp p.small {
  display: block;
  font-size: 1.2rem;
}
#lp p.center {
  text-align: center;
}
#lp p.mt {
  margin-top: 10px;
}
#lp p.white {
  color: #fff;
}
#lp .Feedback_list li {
  list-style: disc;
  margin-left: 1em;
}
#lp .mt-5 {
  margin-top: 20px;
}
#lp .mt-4 {
  margin-top: 10px;
}
#lp .ratio {
  width: 100%;
}
#lp .ratio.ratio-16x9 {
  aspect-ratio: 16/9;
}
#lp .ratio iframe {
  width: 100%;
  height: 100%;
}
#lp .bg_fffarea .bg_fff {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
#lp .bg_fffarea .bg_fff.bg_fff {
  margin-top: 40px;
}
#lp .bg_fffarea .bg_fff .ttl {
  color: #0072C3;
  margin-bottom: 30px;
}
#lp .txt p + p {
  margin-top: 1em;
}
@media screen and (max-width: 780px) {
  #lp #taikendan {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#lp #taikendan .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#lp #taikendan .flex::after {
  content: "";
  display: block;
  width: 32%;
}
#lp #taikendan .flex .cont {
  width: 32%;
  border: 1px solid #F2A73F;
  box-sizing: border-box;
}
#lp #taikendan .flex .cont:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 780px) {
  #lp #taikendan .flex .cont {
    width: 48%;
  }
  #lp #taikendan .flex .cont:nth-child(n+3) {
    margin-top: 4%;
  }
}
#lp #taikendan .flex .cont .img {
  aspect-ratio: 16/9;
  width: 100%;
}
#lp #taikendan .flex .cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: none;
}
#lp #taikendan .flex .cont .inner {
  padding: 20px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  #lp #taikendan .flex .cont .inner {
    padding: 10px;
  }
}
#lp #taikendan .flex .cont .inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
#lp #taikendan .flex .cont .inner h3 a {
  display: block;
  color: #F2A73F;
}
@media screen and (max-width: 780px) {
  #lp #taikendan .flex .cont .inner h3 {
    text-align: left;
    font-size: 1.4rem;
  }
}
#lp #taikendan .flex .cont .inner p {
  text-align: center;
  font-size: 1.6rem;
  margin: 10px auto;
}
@media screen and (max-width: 780px) {
  #lp #taikendan .flex .cont .inner p {
    font-size: 1.2rem;
    text-align: left;
  }
}
#lp #taikendan .flex .cont .inner .tag_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  #lp #taikendan .flex .cont .inner .tag_list {
    justify-content: flex-start;
  }
}
#lp #taikendan .flex .cont .inner .tag_list li {
  font-size: 1.2rem;
  background: #F4F4F4;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  margin: 10px 5px 0px 0px;
  margin-bottom: 0;
}
#lp #taikendan .flex .cont .inner .tag_list li::before {
  content: "#";
  display: inline-block;
  margin-right: 0.25em;
  color: #F2A73F;
}
@media screen and (max-width: 780px) {
  #lp #taikendan .flex .cont .inner .tag_list li {
    margin-top: 0;
  }
}

.editor_content .wp-block-button__link {
  color: #fff !important;
}

#campustour_voice p + p {
  margin-top: 1.5em;
}
#campustour_voice p strong {
  display: block;
}/*# sourceMappingURL=child.css.map */