@charset "UTF-8";/* 2025.09.08 */

body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--text);
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  margin: 0;
  padding: 0;
  overflow: hidden;}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: .05em;
  font-weight: 500;
  line-height: 1.4;
  font-feature-settings: 'palt';
  position: relative;}
@media (max-width: 576px) {h1, h2, h3, h4, h5, h6 {letter-spacing: 0;}}

.f_en {
  font-family: "Poppins", sans-serif;
  font-weight: 300;}

.fa-registered {font-size: .5em;vertical-align: super;}
.sec_contact .btn_01,
.sec_contact .btn_01 > * {
  width: 100%;}

.img_tate {
  max-width: inherit;
  height: 100%;
  width: auto;
}
.counter {position: relative;}

.mb01 { margin-bottom: 100px;}
.mb02 { margin-bottom: 70px;}
.mb03 { margin-bottom: 50px;}
.mb04 { margin-bottom: 35px;}
.mb05 { margin-bottom: 20px;}
.mb06 { margin-bottom: 25px;}

@media (min-width: 768px) {
  .mb01 { margin-bottom: 150px;}
  .mb02 { margin-bottom: 100px;}
  .mb03 { margin-bottom: 70px;}
  .mb04 { margin-bottom: 50px;}
  .mb05 { margin-bottom: 30px;}
  .mb06 { margin-bottom: 40px;}
}

/* padding調整 */
 [class^=" container"], [class^="container "] {
   margin-left: auto;
   margin-right: auto;}

.container-l {
  padding-right: 2vw;
  padding-left: 2vw;}
.container, .container-m, .container-s {
  padding-right: 4vw;
  padding-left: 4vw;}

@media (min-width: 870px) {
  .container-s {
    max-width: 786px;
    padding: 0;
  }
}
@media (min-width: 1074px) {
  .container-m {
    max-width: 990px;
    padding: 0;
  }
}
@media (min-width:1300px) {
  .container {
    max-width: 1194px;
    padding-left: 0;
    padding-right: 0;}
}
@media (min-width:1600px) {
  .container-l {
    padding-right: 30px;
    padding-left: 30px;}
}


/* youtube動画埋め込み */
.youtube {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;}



.border_01 {
  border-bottom: 1px solid #ddd;
  display: block;
}

/* == タイトル ========== */
.ttl_main, .ttl_01 {
  font-size: 2.8rem;
  text-align: center;
  color: var(--main);
  padding-bottom: 2rem;
  margin-bottom: 3.5rem;
}
.ttl_main::after, .ttl_01::after {
  background: url("../images/border01.svg") no-repeat top center / contain;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
}
.ttl_02 {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  color: var(--main);
}
.ttl_03 {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 2px #ddd;
  position: relative;
}
.ttl_03::after {
  background: var(--main);
  width: 70px;
  height: 2px;
  left: 0;
  bottom: -2px;
  position: absolute;
  content: '';
}
.ttl_04 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  font-weight: 700;
}
.ttl_05 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 35px;
  font-weight: 700;
  border-bottom: solid 1px var(--main);
}

.ttl_06 {
  color: var(--main);
  font-weight: bold;
}
.ttl_en {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.ttl_en span {
  font-size: 5.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 15px;
  color: var(--sub01);
  opacity: .3;
  display: block;
}
.p_ttl {
  height: 265px;
  width: 100vw;
  background: url("../images/bg_02.jpg") no-repeat top center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main);
}
.p_ttl .ttl {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .ttl_main {
    font-size: 4rem;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
  }
  .ttl_01 {
    font-size: 3.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 5rem;
  }
  .ttl_02 {
    font-size: 2.4rem;
    padding-bottom: 2.5rem;
  }
  .ttl_03 {
    font-size: 2.4rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    letter-spacing: 0;
  }
  .ttl_04 {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
  .ttl_05 {
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .ttl_en {
    font-size: 2rem;
  }
  .ttl_en span {
    font-size: 8rem;
  }
  .p_ttl {
    height: 297px;
    background: url("../images/bg_02.jpg") repeat-x top center / contain;
  }
  .p_ttl .ttl {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 1081px) {
  .ttl_01.left, .ttl_main.left {
    text-align: left;
  }
  .ttl_01.left::after, .ttl_main.left::after {
    width: 82px;
  }
}






/* == カラム ========== */
.d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.d-flex > * {
  flex: 1 1 100%;
}

.colX2, .colX3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .colX2, .colX3 {
  gap: 3rem;
  }
  .colX2 {
    grid-template-columns: repeat(2, 1fr); /* 2カラム */
  }
  .colX3 {
    grid-template-columns: repeat(3, 1fr); /* 3カラム */
  }
}

.grid_2-3 {
  display: grid!important;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .grid_2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* == ボタン ========== */
.btn {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .btn {
  }
}

.btn_01 {
  color: #fff;
  background-color: var(--main);
  width: 290px;
  min-height: 74px;
  border-radius: 37px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.btn_01::after {
  content: "";
  background: url("../images/common/icn_arw2_w_r.png") no-repeat center/ contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  speak: none;
}
.btn_01 span {
  font-size: 1.1rem;
  padding: 0 6px;
  margin-left: 10px;
  color: var(--main);
  border-radius: 10px;
  background: #fff;
}
.btn_02 {
  line-height: 1.4;
  justify-content: flex-start;
  padding-left: 28px;
  color: var(--main);
  background-color: #bae2f8;
  width: 100%;
  min-height: 68px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.btn_02::after {
  content: "";
  background: url("../images/chevron-right.svg") no-repeat center/ contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  speak: none;
}
.btn_02 span {
  font-size: 1.3rem;
  font-weight: 400;
  width: 90%;
  color: var(--text);
}
@media (min-width: 768px) {
}

.btn-wrap {
  padding-top: 40px;
  margin: auto auto 0;
}


/* == breadcrumb ========= */
.breadcrumb {
  padding-top: 5px;
  padding-bottom: clamp(6rem, 2rem + 12.8vw, 10rem);
}
.breadcrumb li,
.breadcrumb a {
  font-size: 1.2rem;
  list-style: none;
  color: #777;
  text-decoration: none;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
}
.breadcrumb a {
  padding-right: 1em;
}
/*.breadcrumb li:not(:last-child) a,
.breadcrumb a:hover {
  text-decoration: underline;
}*/
.breadcrumb li + li::before {
  width: 8px;
  height: 8px;
  top: 6px;
  left: -17px;
  background: url("../images/common/next.jpg") no-repeat center center / contain;
  content: '';
  position: absolute;
  display: inline-block;
  padding: 0 1rem;
}
.breadcrumb .fas {
  vertical-align: middle;
  line-height: 0;}
.breadcrumb li:nth-child(1) > a > span {
  vertical-align: baseline;}

/* ============
下層ページ共通
============== */
.box01 {
  padding: 50px 20px;
  border-radius: 10px;
  border: 2px solid var(--light02);
  background-color: #fff;
}
.box02 {
  border-radius: 0;
  background: #fff;
  box-shadow : 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (min-width: 768px) {
  .box01 {
    padding: 80px 20px;
    border-radius: 20px;
    border: 4px solid var(--light02);
  }
  .box02 {
    border-radius: 20px;
  }
}
.date .day {
  padding-right: 10px;
}
.date .tag {
  font-size: 1.2rem;
  background: var(--sub01);
  color: #fff;
  border-radius: 50vh;
  padding: 2px 8px;
  margin-left: 3px;
  line-height: 1;
}
.bg_01, .bg_02 {
  height: 270px;
  width: 100vw;
  background: url("../images/bg_01.jpg") no-repeat top center / cover;
  display: block;
}
.bg_02 {
  background: url("../images/bg_02.jpg") no-repeat top center / cover;
}
@media (min-width: 768px) {
  .bg_01 {
    background: url("../images/bg_01.jpg") repeat-x top center / contain;
  }
  .bg_02 {
    background: url("../images/bg_02.jpg") repeat-x top center / contain;
  }
}

.list_news .underline {
  color: #00a0e9;
}
.list_news li {
  padding: 12px 0;
  border-bottom: solid 1px #ddd;
}
.list_news li:nth-child(1) {
  padding-top: 0;
}




















