@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    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
*/

/*** ここから追加 ***/

/*** ヘッダーの設定 ***/
/* ロゴをメインビジュアル真ん中にした時の設定 */
.l-header .l-container {
  max-width: 75vw;
  margin-left: 15vw;
}
@media (min-width: 960px) {
  .-parallel-bottom .l-header__logo {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .-parallel-bottom .l-header__gnav {
    background-color: #fff;
    border-radius: 22px;
  }
}
/* ロゴをメインビジュアル真ん中にした時の設定 ここまで*/
/* メニュー文字サイズ */
.c-gnav > .menu-item > a .ttl {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  color: #0b9444 !important;
  line-height: 1.35rem;
}
.menu-subttl {
  display: block !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
.c-gnav {
  margin-top: 10px !important;
  margin-right: 40px !important;
}
.c-gnav > .menu-item:last-child > a .ttl {
  padding: 8px 20px 6px 50px;
  background-color: #fab343;
  color: #fff !important;
  border-radius: 7px;
  position: relative;
}
.c-gnav > .menu-item:last-child > a .ttl::before {
  position: absolute;
  font: var(--fa-font-solid);
  content: '\f0e0';
  top: 20px;
  left: 15px;
  scale: 1.3;
}
/*** メインビジュアル ***/
.p-mainVisual__textLayer {
  top: 22% !important;
}

@media (min-width: 600px) {
  .p-mainVisual__slideTitle {
    line-height: 3.2rem;
    font-style: italic !important;
    font-weight: 800 !important;
    font-size: 3.25rem !important;
    color: #fab343 !important;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
  }
  .p-mainVisual__slideText {
    /*  
    background-color: rgb(11, 148, 68, 0.9);
    */
    background-color: rgb(255, 255, 255, 0.8);
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 2rem !important;
    width: 50%;
    margin-left: 25%;
    border-radius: 16px;
    padding: 1rem 1.5rem 1.5rem;
    font-style: normal !important;
    color: #0b9444;
  }
}
.p-mainVisual__slideText img {
  margin-bottom: 1.5rem !important;
}
.sub-smalltext {
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  position: relative;
  top: 7px;
  text-shadow: none !important;
}
.sub-smalltext > span {
  display: block;
  margin-top: -5px !important;
}
.c-mvBtn {
  margin: 1em auto 0 !important;
  border: 2px #f8b735 solid;
  border-radius: 999px;
}
.c-mvBtn a {
  background-color: #fff !important;
  color: #133928 !important;
  border-radius: 999px;
  font-weight: 600 !important;
}
.c-mvBtn a:hover {
  background-color: #f8b735 !important;
  color: #fff !important;
}
/*** フッターの設定 ***/

/*** ページトップアイコン設定 ***/
/* ページトップアイコンを画像に変更する場合のみ */
.c-fixBtn__icon {
  display: none !important;
}
#pagetop {
  background: url('https://wordpress-sample.online/AH-Global-English-School/wp-content/uploads/2026/03/pagetop-icon.png')
    no-repeat center;
  background-size: contain;
  border: none;
  box-shadow: none;
  opacity: 1;
  border-radius: 0;
  width: 60px;
  height: 60px;
}
#pagetop:hover {
  background-color: transparent !important;
  color: inherit !important;
}
/*** 共通設定 ***/

/*** ページタイトル ***/

/*** セクションタイトル ***/
.s-ttl {
  margin-bottom: 1rem;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 700;
  color: #133928;
}
.section-label {
  margin-bottom: 1.5rem;
  display: inline-block;
  background-color: #f8b735;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
  color: #004c2a;
  font-size: 1.05rem;
  border-radius: 1rem;
  position: relative;
}
.section-label:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #f8b735 transparent transparent transparent;
}
/*** セクションタイトル2 ***/
.ttl-content .s-ttl02,
.ttl-content .s-ttl03 {
  text-align: center !important;
}
.s-ttl02 {
  margin-bottom: 1rem;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 700;
  color: #133928;
}
.section-label02 {
  margin-bottom: 1.5rem;
  display: inline-block;
  background-color: #f8b735;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
  color: #004c2a;
  font-size: 1.05rem;
  border-radius: 1rem;
  position: relative;
  left: calc(50% - 60px);
}
.section-label02:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #f8b735 transparent transparent transparent;
}
/*** セクションタイトル3 ***/
.s-ttl03 {
  margin-bottom: 1rem;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 700;
  color: #133928;
}
.section-label03 {
  margin-bottom: 1.5rem;
  display: inline-block;
  background-color: #f8b735;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
  color: #004c2a;
  font-size: 1.05rem;
  border-radius: 1rem;
  position: relative;
  left: calc(50% - 44px);
}
.section-label03:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #f8b735 transparent transparent transparent;
}
/*** ボックスデザイン1 ***/
.box-d01 {
  padding: 1.5rem;
  border-radius: 22px;
  border: 1px solid #f8b735;
  background-color: #facb3d80;
}
/*** ボックスデザイン2 ***/
.CTA-content {
  padding: 60px 40px;
  border-radius: 22px;
}
/*** ボックスデザイン3 ***/
.box-d02 {
  background-color: #fff;
  border-radius: 12px;
}
/*** ボックスデザイン4 ***/
.box-round img {
  border-radius: 22px !important;
}
/*** ボックスデザイン5 ***/
.box-d03 {
  padding: 20px;
  border-radius: 22px;
  border: 2px solid #fab343;
}
/*** ボックスデザイン6 ***/
.box-d04 {
  border: 2px solid #f8b73533;
  border-radius: 22px;
  padding: 40px;
}
/*  */
.box-d05 {
  margin: 20px auto;
  border: 2px solid #fce49e;
  border-radius: 22px;
}
.box-d05-ttl {
  background-color: #fef7ea;
  border-radius: 22px 22px 0 0;
  padding: 0.5em 20px;
  margin: 0;
}
.box-d05-txt {
  padding: 10px 20px;
}
/*** ボタンデザイン ***/
.btn-01 a {
  border: 2px #f8b735 solid;
  background-color: #fff !important;
  color: #133928 !important;
  border-radius: 999px;
  font-weight: 600 !important;
}
.btn-01 a:hover {
  background-color: #f8b735 !important;
  color: #fff !important;
}
/**map**/
.map iframe {
  border-radius: 22px !important;
}
/*** その他 ***/
.gap-0 {
  gap: 0 !important;
}
.text-Poppins {
  font-family: 'Poppins', sans-serif !important;
}
.text-Poppins-italic {
  font-family: 'Poppins', sans-serif !important;
  font-style: italic !important;
}
.text-red {
  color: #a70823;
}
.pc-none {
  display: none;
}
.tab-only {
  display: none;
}
.back-w {
  background-color: rgb(255, 255, 255, 0.7);
  padding: 40px;
}
/* 480px以下の設定 */
@media screen and (max-width: 480px) {
  .pc-none {
    display: block;
  }
  .mob-none {
    display: none;
  }
  .tab-none {
    display: block;
  }
  .tab-only {
    display: none;
  }
  .mob-h20 {
    height: 20px !important;
  }
  .mob-h30 {
    height: 30px !important;
  }
  .mob-h40 {
    height: 40px !important;
  }
  .mob-h60 {
    height: 60px !important;
  }
  .l-header__logo {
    display: none !important;
  }
  .l-header .l-container {
    background-color: transparent !important;
  }
  .l-header__menuBtn {
    width: 65px !important;
    height: 65px;
    border-radius: 7px;
    color: #fff;
    background-color: #004c2a;
  }
  /* ロゴをメインビジュアル真ん中にした時の設定 */
  .l-header .l-container {
    margin-left: 5%;
  }
  .p-mainVisual__slideText img {
    width: 70%;
  }
  /* ロゴをメインビジュアル真ん中にした時の設定 ここまで*/
  /*** メインビジュアル ***/
  .p-mainVisual__slideTitle {
    line-height: 2rem;
    font-style: italic !important;
    font-weight: 800 !important;
    font-size: 1.85rem !important;
    color: #fab343 !important;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
  }
  .p-mainVisual__slideText {
    /*  
    background-color: rgb(11, 148, 68, 0.9);
    */
    background-color: rgb(255, 255, 255, 0.8);
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 2rem !important;
    width: 100%;
    border-radius: 16px;
    padding: 1rem 1.5rem 1.5rem;
    font-style: normal !important;
    color: #0b9444;
  }
  .sub-smalltext {
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 0 !important;
    top: 7px;
  }
  /* アクセス */
  .access-inner {
    gap: 10px !important;
  }
  .box-d03 {
    padding: 15px;
  }
  /*** フッター ***/
}
