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

body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--text);
  font-weight: 400;
  font-family: 'M PLUS 1', sans-serif;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 576px) {h1, h2, h3, h4, h5, h6 {letter-spacing: 0;}}

.f_en {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 300;}

.img_tate {
  max-width: inherit;
  height: 100%;
  width: auto;
}
.txt_s {font-size: 1.4rem;line-height: 1;}
.counter {position: relative;}

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

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

/* 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;}

/* google Map 埋め込み */
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9の比率。変更可 */
  overflow: hidden;
  border-radius: 8px; /* 角丸にしたい場合 */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

/* == タイトル ========== */
.ttl_01 {
  font-size: 2.8rem;
  color: var(--main);
  padding-left: .6em;
  display: inline-block;
  position: relative;
  margin-bottom: 16px;}
.ttl_01::first-letter {
  color: var(--sub02);
  position: relative;
  z-index: 1;}
.ttl_01 img {
  margin-left: .2em;
  height: 1em;
  width: auto;
}
.ttl_01::before, .ttl_01::after {
  width: 0;
  height: 0;
  transform-origin: center;
  content: '';
  position: absolute;
  z-index: 0;}
.ttl_01::before {
  left: .4em;
  top: -.2em;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .6em solid rgba(0,0,0,0.1);
  transform: rotate(-320deg);}
.ttl_01::after {
  left: -.5em;
  top: -.4em;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: .8em solid rgba(0,0,0,0.1);
  transform: rotate(-280deg);}

.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.8rem;
  color: var(--main);
  padding-bottom: .5rem;
}
.ttl_05 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 35px;
  font-weight: 700;
  border-bottom: solid 1px var(--main);
}

.ttl_06 {
  font-size: 1.2em;
  color: var(--main);
  border: solid 1px;
  padding: 2px 6px;
  margin-right: 1em;
  display: inline-block;
}

@media (min-width: 768px) {
  .ttl_01 {
    font-size: 3.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
  }
  .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: 2.4rem;
    padding-bottom: 1rem;
  }
  .ttl_05 {
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .ttl_en {
    font-size: 2rem;
  }
  .ttl_en span {
    font-size: 8rem;
  }
}
@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, .colX4 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  justify-content: center;
}

.grid_2-3 {
  display: grid!important;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .order2 {order: 2;}
}
@media (min-width: 768px) {
  .colX2, .colX3 {
  gap: 3rem;
  }
  .colX2 {
    grid-template-columns: repeat(2, 1fr); /* 2カラム */
  }
  .colX3 {
    grid-template-columns: repeat(3, 1fr); /* 3カラム */
  }
  .colX4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .colX4 {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* == ボタン ========== */
.btn-wrap {
}
.btn {
  margin-top: 20px;
  padding-right: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
.btn::after {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: url("../images/chevron-right.svg") no-repeat bottom right / contain;
  position: absolute;
  content: '';
}
.btn_01 {
  justify-content: flex-end;
  height: 40px;
}

@media (min-width: 768px) {
  .btn_01 {
    font-size: 1.8rem;
  }
}
.btn_02 {
  width: 510px;
  max-width: 90vw;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2rem, 0.892rem + 2.31vw, 3.2rem);
  border-bottom: solid 1px;
}
.btn_02 .img {
  height: 60px;
}
.btn_02 .img {
  margin-top: -20px;
  padding-right: 10px;
}
.btn_02 img {
  width: auto;
  height: 100%;
}

.btn_03 {
  line-height: 0;
  padding: 20px 30px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: clamp(1.8rem, 0.892rem + 2.31vw, 2.8rem);
  color: var(--main);
  border: solid 2px var(--main);
  transition: .2s;
}
.btn_03 .img {
  height: 60px;
}
.btn_03 .img {
  margin-top: -20px;
  padding-right: 10px;
}
.btn_03 img {
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .btn_02 {
    height: 88px;
    max-width: 40vw;
  }
  .btn_02 .img {
    height: 88px;
  }
  .btn_02 .img {
    margin-top: 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;}


/* 途中出現footer消失 */
.fade_box {
  opacity: 0;
  transition: opacity .5s ease-in-out;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 9;
}
.fade_box a {
  opacity: .4;
  transition: .2s;
}
.fade_box a:hover {
  filter: invert(20%);
}

/* ============
table デザイン
============ */

table,
table p {
  text-align: left;
}
.tbl01, .tbl02 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  overflow: hidden;
}
.tbl01 td, .tbl02 td {
  background-color: #fff;
}
.tbl01 th,
.tbl01 td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #ddd;
}
.tbl01 th {
  background-color: #f5f5f5;
  font-weight: 600;
  width: 40%;
  vertical-align: top;
}
.tbl01 td {
  word-break: break-word;
}

@media (min-width: 481px) {
  .tbl01 th {
    text-align: right;
  }
}
/* レスポンシブ対応 */
@media (max-width: 480px) {
  .tbl01 th,
  .tbl01 td {
    display: block;
    width: 100%;
    padding: 10px 12px;
  }
  .tbl01 th {
    margin-top: 8px;
  }
  .tbl01 td {
    margin-bottom: 8px;
  }
  .tbl01 tr {
    display: block;
    margin-bottom: 12px;
    border: none;
  }
}

.tbl02 th,
.tbl02 td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left;
}

.tbl02 th {
  background: #f5f5f5;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 600px) {
  .tbl02 th,
  .tbl02 td {
    padding: 10px 12px;
  }
}


/* ============
背景
============== */

[class^="bg0"],[class*=" bg0"] {
  position: relative;
}
[class^="bg0"]::before,[class*=" bg0"]::before {
  width: 1400px;
  max-width: 100vw;
  height: 80%;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: .05;
  display: block;
  position: absolute;
  content: '';
  z-index: -1;
}
.bg01::before { background-color:var(--main);}
.bg02::before { background-color:var(--sub01);}
.bg03::before { background-color:var(--sub02);}
.bg04::before { background-color:var(--sub03);}
.bg05::before { background-color:var(--sub04);}

/* ============
下層ページ共通
============== */
article p {
  letter-spacing: .05em;
}
.box01 {
  background-color: var(--light01);
  padding: 25px;
  border-radius: 20px;
  margin: 0 auto 60px;
}
@media (min-width: 768px) {
  article p, article li {
    font-size: 1.8rem;
  }
  table p {
    font-size: 1.6rem;
  }
  .box01 {
    padding: 45px;
    border-radius: 30px;
  }
}
@media (min-width: 1080px) {
  #sub header {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
  }
}

.img_top {
  padding: 100px 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.ttl_main {
  font-size: clamp(2rem, 0.2rem + 3.6vw, 3.8rem);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.img_box img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  #lead_txt p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1080px) {
  .img_top {
    padding: min(13%, 250px) 0 min(5%, 100px);
  }
}
.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;
}

.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;
}




/* 画像ループ */
.loop-bg{
  --loop-height_s: 120px;
  --loop-height: 180px;
  --speed: 40s; /* スクロール速度（数値↑でゆっくり） */

  width: 100%;
  height: var(--loop-height_s);
  overflow: hidden;

  /* 画像が横方向にシームレスに繋がる前提 */
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: auto 100%; /* 高さ基準でフィット */

  animation: loop-scroll var(--speed) linear infinite;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .loop-bg {
    height: var(--loop-height);
  }    
}

@keyframes loop-scroll{
  from { background-position-x: 0; }
  to   { background-position-x: -1000px; } /* 画像1枚ぶんに近い値に調整 */
}



















