@charset "UTF-8";
/*
    Template: swell
    Theme Name: KBC学園：留学生向けサイト
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



@charset "utf-8";
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

/* 768px以下のとき */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
/*======================================================================
||    body
======================================================================*/
.inter,.inter_under {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  width:100%;
  height:100%;
}		
.inter {
  background-color: #fee89d;
  background-image: linear-gradient(90deg, #cccccc80 1px, transparent 1px), linear-gradient(#cccccc80 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 31px 31px;
  text-align: center;
  padding: 3em;
}
.inter_under {
  background-color: #fff9e9;
  padding: 3em;
}
.inter_under_inner {
  width:1200px;
  margin: 0 auto;
}
/*======================================================================
||    midashi
======================================================================*/
.inter strong {
font-weight: 800;
  text-align: center;
  display: inline-block;
  font-size: 2em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.inter h1 {
  font-family: "ta-kakugo-gf-01", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ec6c01;
  font-size: 5em;
  text-align: center;
  display: inline-block;
  background-image: linear-gradient(rgba(254, 203, 0, 0.4), rgba(254, 203, 0, 0.4));
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position:0 100%;
}
.inter rt,.inter_under rt {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.inter strong rt {
  margin-bottom: 0.2em;
  color: #000;
}
.inter h1 rt {
  font-size: 0.2em;
  margin-bottom: 0.2em;
}
.inter_under h2 {
  color: #fff;
  background: url( "../../img/lp202504/sub_bg.png" ) center right / auto 120% no-repeat #ec6c01 ;
  border-radius: 10px;
  width: 1200px;
  text-align: center;
  margin:0 auto 1em auto;
  padding:0.3em 0;
  font-size: 1.5em;
}
.h3-line-wrap {
  display: flex;
  align-items: center; /* 垂直方向に中央揃え */
  width: 100%;
}

.h3-line-wrap h3 {
  flex: 1;
  font-size: 1.3em;
  color: #ec6c01;
  margin-top: 2em;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.2em;
}
.h3-line-wrap h3 span {
  font-size: 0.7em;
}
.h3-line-wrap h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #000;
}
/*======================================================================
||    mainimage
======================================================================*/
.mainimage {
  text-align: center;
  display: block;
  overflow:hidden;
  position:relative;
  height: 60em;
  margin: 3em auto 0 auto;
  width: 1200px;
}
.mainimage img {
  display: block;
  position:absolute;
}
.mainimage img.img01 {
  width:25%;
  left: 24%;
  animation-duration: 5s;
}
.mainimage img.img02 {
  width:25%;
  left: 51%;
  top: 6.5%;
  animation-duration: 8s;
  animation-delay: 1s;
}
.mainimage img.img03 {
  width:18%;
  left: 10%;
  top: 28%;
  animation-duration: 6s;
  animation-delay: 2s;
}
.mainimage img.img04 {
  width:22.5%;
  left: 5.5%;
  top: 44%;
  animation-duration: 10s;
  animation-delay: 2.5s;
}
.mainimage img.img05 {
  width:38%;
  left: 30%;
  top: 28%;
  animation-duration: 4s;
  animation-delay: 2s;
}
.mainimage img.img06 {
  width:20%;
  left: 70%;
  top: 28%;
  animation-duration: 7s;
  animation-delay: 1s;
}
.mainimage img.img07 {
  width:25%;
  left: 17%;
  top: 63%;
  animation-duration: 9s;
  animation-delay: 1.5s;
}
.mainimage img.img08 {
  width:25%;
  left: 43%;
  top: 63%;
  animation-duration: 11s;
  animation-delay: 3s;
}
.mainimage img.img09 {
  width: 20%;
  left: 70%;
  top: 48%;
  animation-duration: 7s;
  animation-delay: 1.5s;
}
.obj {
  width: 100%;
  height: auto;
  transform-origin: center center;
  animation: rotate 60s infinite linear;
  z-index: 1;
}
.custom-duration {
  animation-duration: 20s !important;
}
.fadeimg {
  animation: fadeInOut 5s infinite;
  position: relative;
  z-index: 1;
}
@keyframes fadeInOut {
  0% {
    opacity: 100;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 100;
  }
}
/*======================================================================
||    sub01
======================================================================*/
.sub01 {
  display: block;
  overflow:hidden;
  width:1000px;
  white-space:pre-line;
  text-align:left;
  font-size:1.7em;
  line-height:1.5em;
  margin:0 auto;
  position:relative;
  padding: 1em 0 2em 0;
}
.sub01 span {
  color:#e70010;
  font-weight: 800;
}
.sub01 span ruby rt{
  color:#000;
}
.sub01 img {
  position:absolute;
  width: 25%;
  right: 0;
  top: 0;
}
/*======================================================================
||    sub02
======================================================================*/
.sub02,.sub05 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin:0 auto;
  list-style-type: none; 
}
.sub02 li,.sub05 li {
  flex:1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sub02 li img, .sub05 li img {
  width: 90%;
  display: block;
  margin:0 auto 0.5em auto;
}
  
/*======================================================================
||    sub03
======================================================================*/
.sub03 {
  background-color:#ec6c01;
  display: block;
  overflow:hidden;
  width:1200px;
  margin: 2em auto;
  padding: 2em;
  border-radius: 20px;
}
.sub03_inner_01 {
  display: flex;
  align-items: center;
  justify-content: center; 
}
.sub03_inner_01 img.logo {
  width:35%;
  margin-right: 2em;
}
.sub03_inner_01 img.new {
  width:7%;
  margin-right: 0.5em;
}
.sub03_inner_01 p{
  font-size:3em;
  color:#fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}
.sub03_inner_01 ruby rt{
  font-size:0.3em;
}
.sub03_inner_01 p span {
  font-size: 0.8em;
}
.sub03_inner_02 {
  color: #fff;
  margin-top: 1em;
  font-size: 1.2em;
  line-height: 1.5em;
}

/*======================================================================
||    inter_under
======================================================================*/
.inter_under b {
  display: block;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.inter_under b span {
  color: #ec6c01;
}

/*======================================================================
||    sub04
======================================================================*/
.sub04 {
  width: 90%;
  margin: 1em auto;
  font-family: sans-serif;
}
.sub04 .row {
  display: flex;
  width: 100%;
  align-items: center;
}
.sub04 .row:nth-child(odd) {
  background-color: #ffff;
}
.sub04 dt,
.sub04 dd {
  margin: 0;
  padding: 0.75em 1em;
  box-sizing: border-box;
}
.sub04 .row:nth-of-type(odd) {
  background-color: #fff;
}
.sub04 dt {
  width: 20%;
  font-weight: bold;
  font-family: "heisei-maru-gothic-std", sans-serif;
}
.sub04 dd {
  width: 80%;
  font-family: "heisei-maru-gothic-std", sans-serif;
}

    @media (max-width: 600px) {
      .sub04 .row {
        flex-direction: column;
      }

      .sub04 dt,
      .sub04 dd {
        width: 100%;
      }
    }
/*======================================================================
||    sub05
======================================================================*/
.sub05{
  margin-bottom:2em;
}
.sub05 li {
  flex-direction: column;
  text-align: center;
}
.sub05 b {
  color:#ec6c01;
  font-size:1.7em;
}
.sub05 p {
  white-space:pre-line;
  margin-bottom: 0.8em;
  font-size:1.2em;
}
.sub05 p.under {
  font-size:0.85em;
  width: 80%;
  margin: 0.5em auto 0 auto;
  text-align: left;
}
.sub05 div {
  color:#ec6c01;
  font-size:5.5em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  width: 60%;
  margin: 0 auto;
}
.sub05 div span {
  font-size:0.5em;
}
.sub05 div i {
  font-size:0.15em;
  color:#000;
  font-style: normal;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: normal;
  display: block;
  text-align: right;
}
/*======================================================================
||    sub06
======================================================================*/
.sub06{
  display: block;
  width:100%;
  margin:0 auto;
}
.sub06 li{
  display: flex;
}
.sub06 li img{
  width:28%;
  margin-right:2%;
}
.sub06 li div{
  width:70%;
}
.sub06 li:nth-child(1){
  margin-bottom:1em;
}
.sub06 li:nth-child(1) div{
  background: url( "../../img/lp202504/free.png" ) center right / auto 75% no-repeat ;
  font-size: 1.2em;
}
.sub06 li:nth-child(1) div b{
  color:#ec6c01;
  font-size:1.8em;
}
.sub06 li:nth-child(1) div p span{
  font-weight: bold;
}
.sub06 li div.info-block{
  background: url( "../../img/lp202504/qr.jpg" ) center right / auto 75% no-repeat ;
}
.sub06 li div.info-block b{
  font-size: 2em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}
.sub06 li div.info-block span {
  font-size: 0.8em;
  color: #000;
}
.sub06 li div.info-block p {
  font-weight:bold;
}
.sub06 li div.info-block .open{
  width:38%;
}
.sub06 li div.info-block .logo{
  width:40%;
}
.flex-line {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100% !important;
  margin-bottom: 0.5em;
}
.nowrap-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal !important;
  font-size: 1.2em;
  line-height: 1.7em;
}
.page-id-19279 footer {
  margin-top: 0 !important;
}
@media screen and (max-width: 1199px) {
/*======================================================================
||    body
======================================================================*/
.inter_under_inner {
  width:100%;
}
/*======================================================================
||    midashi
======================================================================*/
.inter strong {
  font-size: 3vw;
}
.inter h1 {
  font-size: 7vw;
}
.inter_under h2 {
  width: 100%;
  font-size: 2.8vw;
}
/*======================================================================
||    mainimage
======================================================================*/
.mainimage {
  height: 45em;
  width: 100%;
}
/*======================================================================
||    sub01
======================================================================*/
.sub01 {
  font-size:2.5vw;
  width: 100%;
}
/*======================================================================
||    sub02
======================================================================*/
.sub02,.sub05 {
  width: 100%;
}
/*======================================================================
||    sub03
======================================================================*/
.sub03 {
  width:100%;
}
.sub03_inner_01 img.logo {
  margin-right: 1em;
}
.sub03_inner_01 p {
  font-size: 4vw;
}
.sub03_inner_02 {
  font-size: 1em;
}
/*======================================================================
||    sub04
======================================================================*/
.sub04 {
  width: 100%;
}
/*======================================================================
||    sub05
======================================================================*/
.sub05 li {
  justify-content: start;
}
.sub05 b {
  font-size:2.7vw;
}
.sub05 p {
  font-size: 1.8vw;
}
/*======================================================================
||    sub06
======================================================================*/
.sub06 li{
  display: block;
}
.sub06 li img {
  width: 40%;
  margin:0 auto 1em auto;
  display: block;
}
.sub06 li div {
  width: 100%;
}
.sub06 li:nth-child(1) {
  margin-bottom: 2em;
}
.sub06 li:nth-child(1) div {
  background:url( "../../img/lp202504/free.png" ) center right / auto 55% no-repeat;
}
.sub06 li:nth-child(1) div b {
  font-size: 4vw;
}
.sub06 li div.info-block {
  background:url( "../../img/lp202504/qr.jpg" ) center right / auto 55% no-repeat;
}
.flex-line {
  width: 85% !important;
}
.sub06 li div.info-block .logo {
  margin:0 1em 0.5em 0;
}
}
@media screen and (max-width: 999px){
.mainimage {
  height: 35em;
}
}
@media screen and (max-width: 769px){
/*======================================================================
||    body
======================================================================*/	
.inter,.inter_under {
  padding: 3em 1em;
}
/*======================================================================
||    midashi
======================================================================*/
.inter strong {
  font-size: 3.5vw;
}
.inter h1 {
  font-size: 7.5vw;
}
.inter_under h2 {
  font-size: 5vw;
}
.h3-line-wrap h3 {
  font-size: 4.5vw;
}
/*======================================================================
||    mainimage
======================================================================*/
.mainimage {
  height: 80vw;
}
.mainimage img.img10 {
  animation-duration: 7s;
  animation-delay: 1.5s;
}
/*======================================================================
||    sub01
======================================================================*/
.sub01 {
  font-size:3.5vw;
  width: 100%;
}
.sub01 img {
  position:static;
  width: 35%;
  margin: 1em auto 0 auto;
  display: block;
}
/*======================================================================
||    sub02
======================================================================*/
.sub02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sub02 li {
  flex: 1 1 calc(50% - 0px);
  box-sizing: border-box;
  margin-bottom: 1em;
}
/*======================================================================
||    sub03
======================================================================*/
.sub03_inner_01 {
  display: block;
}
.sub03_inner_01 img.logo {
  width: 55%;
  margin-right: 0;
  display: block;
  margin: 0 auto 0.5em auto;
}
.sub03_inner_01 img.new {
  width: 10%;
  margin-right: 0;
  display: inline-block;
  margin-bottom: -0.25em;
}
.sub03_inner_01 p {
  font-size: 6vw;
  display: inline-block;
}
.sub03_inner_02 {
  line-height: 1.3em;
}
.sub03_inner_02 br{
  display:none;
}
.sub03_inner_02 span {
  display: block;
  text-align: left;
  margin-bottom: 0.2em;
}
/*======================================================================
||    inter_under
======================================================================*/
.inter_under b {
  font-size: 5vw;
}
/*======================================================================
||    sub04
======================================================================*/
.sub04 dt{
  padding: 0.75em 1em 0.25em 1em;
}
.sub04 dd{
  padding: 0.25em 1em 0.75em 1em;
}
/*======================================================================
||    sub05
======================================================================*/
.sub05{
  display:block;
}
.sub05 li {
  margin-bottom: 2em;
  border-bottom: solid 2px #aaa;
  padding-bottom: 2em;
}
.sub05 p {
  font-size: 4vw;
}
.sub05 p.under {
  font-size:3.5vw;
  width: 90%;
}
.sub05 div {
  margin: 0 auto 0.2em auto;
}
/*======================================================================
||    sub06
======================================================================*/
.sub06 li img {
  width: 90%;
}
.sub06 li:nth-child(1) div {
  background:url( "../../img/lp202504/free.png" ) center right / 20% auto no-repeat;
  font-size: 1em;
}
.sub06 li:nth-child(1) div p {
  width:80%;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.sub06 li:nth-child(1) div p:last-child {
  margin-bottom: 0;
}
.sub06 li:nth-child(1) div b {
  font-size: 5vw;
}
.sub06 li div.info-block {
  background:none;
}
.flex-line {
  width: 100% !important;
  display: block;
}
.sub06 li div.info-block .open,.sub06 li div.info-block .logo{
  width:70%;
  margin: 0 auto 1em auto;
}
.sub06 li div.info-block b{
  font-size: 7vw;
  text-align: center;
}
.sub06 li div.info-block p {
  font-size: 4vw;
  margin-bottom: 0.5em;
}
.nowrap-line {
  white-space: normal;
}
.nowrap-line span {
  display:block;
}
}

