@charset "UTF-8";
/* CSS Document */
body {
     color: #666666;
}
.logo {
  position: fixed;
  top: 0;
  left: 20px;
  z-index: 5;
}

/* 通常時（白背景上） */
.logo svg {
  width: 200px;
  height: auto;
  color: #fff;
  transition: color 0.4s ease;
}
.logo.scrolled svg {
  color: #32ADC6;
}

.text-white {
    color: #FFFFFF;
}
.bg-white {
    background-color: #FFFFFF;
}
.bg-mint {
     background-color: #68CFDD!important;
}
.bg-blue {
    background-color: #004D87;
}
.line-b {
    border-bottom: 1px solid #32ADC6;
}
.h-100vh {
    height: 100vh;   /* 旧ブラウザ用フォールバック */
   height: 100lvh;
}
.logo,.banner {
    max-width: 500px;
    width: 100%;
}
.waku {
    background-color: #E6F0F8;
}
.safe {
    font-size: clamp(0.9em, 2.5vw, 1.35em);
}
a img.banner:hover {
    transform: scale(1.1);
    transition: 0.3s;
    opacity: 0.7;
}
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
    font-family: "zen-maru-gothic", sans-serif;
font-weight: 700;
font-style: normal;
}
h1 {
  font-size: clamp(1.75em, 7vw, 4.75em);
     line-height: 1.5em;
}
h1.fv-copy {
  font-size: clamp(1.75em, 7vw, 3.75em);
     line-height: 1.5em;
     white-space: nowrap;
}
h2 {
  font-size: clamp(1.4em, 6vw, 3.25em);
     line-height: 1.5em;
}
h3 {
  font-size: clamp(1.25em, 5vw, 2.7em);
     line-height: 1.5em;
}
h4 {
  font-size: clamp(1em, 5vw, 2em);
    line-height: 1.5em;
}
h5 {
  font-size: clamp(1em, 4vw, 1.5em);
    line-height: 1.5em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.h1 {
  font-size: clamp(1.75em, 7vw, 4.75em)!important;
     line-height: 1.5em;
}

.h2 {
  font-size: clamp(1.4em, 6vw, 3.25em)!important;
     line-height: 1.5em;
}
.h3 {
  font-size: clamp(1.25em, 5vw, 2.7em)!important;
     line-height: 1.5em;
}
.h4 {
  font-size: clamp(1em, 5vw, 2em)!important;
    line-height: 1.5em;
}
.h5 {
  font-size: clamp(1em, 4vw, 1.5em)!important;
    line-height: 1.5em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

p {
    font-size: clamp(0.9em, 2.5vw, 1.2em);
    line-height: 2em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
h4.box {
  font-size: clamp(1em, 4vw, 2em);
    line-height: 1.5em;
}
p.line-1 {
    line-height: 1.5em;
}
ul.streach {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
ul.streach li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style-type: none;
    width: 20%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
ul.streach li p {
    font-size: clamp(0.7em, 2.5vw, 1.2em);
    line-height: 2em;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
     line-height: 1.25em;
}
.btn-box {
    position: relative;
    font-size: clamp(1em, 2.5vw, 1.2em);
        background-color: #297C8B;
    color: #FFFFFF;
    border-radius: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 500px;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
    border: 10px solid #82CDDB;
}
.btn-box:after {
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
    content: '';
    position: absolute;
    border-top: 1px solid #FFFFFF;
    top: 50%;
    right: 0px;
    width: 50px;
}
.btn-box:hover {
     background-color: #1E5D68;
    color: #FFFFFF;
    letter-spacing: 0.15em;
    border: 10px solid #82CDDB;
}
.btn-box:hover:after {
    width: 70px;
}
.btn-box-white {
    border: 10px solid #FFF;
}
.btn-box-white:hover {
    border: 10px solid #FFF;
}
.slick-center {
  opacity: 1;
  transform: scale(1.10);
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.slick01  {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.slick01 li {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.slick01 li img {
    border: 1px solid #AEAEAE;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.slick-prev, .slick-next {
position: absolute;
display: block;
height: 50px;
width: 50px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
z-index: 2;
}
.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 50px;
    line-height: 1;
    color: #707070;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: 25px;
}
.slick-next {
right: 25px;
}
.gprev,
.gnext {
  display: none !important;
}
.sotowaku {
    border: 15px solid #FDFDFD;
    position: fixed;
    width: 100vw;
    height: 100vh;   /* 旧ブラウザ用フォールバック */
  height: 100lvh;
    pointer-events: none;
}
address {
    color: #000000;
    line-height: 2em;
}
address strong {
    color: #32ADC6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.75em, 5vw, 2.5em);
    line-height: 0em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
span.tel {
    color: #32ADC6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(0.7em, 5vw, 0.7em);
    border: 1px solid #32ADC6;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 1em;
    margin-right: 10px;
}
address span.add {
    border: 1px solid #000000;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.cr {
    font-size: clamp(0.7em, 5vw, 1em);
    color: #000000;
    letter-spacing: 0px;
    line-height: 1.25em;
    font-weight: normal;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}

.fade-stagger > * {
  opacity: 0;
  /* 600ms → 1200ms に、delay 600ms → 900ms に */
  animation-duration: 1200ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-name: none;                 /* 初期は再生しない */
  animation-delay: calc(var(--i) * 900ms);
}
.is-inview .fade-stagger > * {
  animation-name: fadeIn;
}
/* アクセシビリティ（動きを減らす設定の人にはアニメ無効） */
@media (prefers-reduced-motion: reduce) {
  .fade-stagger > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (max-width:767.98px) {
.container,.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}
    ul.streach li {
    width: 33%;
}
    .slick01 li {
    padding: 10px;

}
    .logo {
    max-width: 230px;
    width: 100%;
}
    .sotowaku {
    display: none;
}
.waku-sp {
    border: 15px solid #FDFDFD;
    width: 100vw;
    height: 100%;   /* 旧ブラウザ用フォールバック */
}
}


/* -----------------------------------
   共通構造
----------------------------------- */
.cp_fullscreenmenu {
  position: fixed;
  z-index: 100;
  top: 25px;
  right: 30px;
}

/* ハンバーガーボタン */
.cp_fullscreenmenu .hamburger {
  position: relative;
  z-index: 120;
  width: 50px;
  height: 50px;
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 50%;
  background: #32ADC6;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s ease;
}
.cp_fullscreenmenu .hamburger > span {
  position: absolute;
  width: 18px;
  height: 3px;
  background: #fff;
  transition: all .4s ease;
  left: 16px;
}
.cp_fullscreenmenu .hamburger > span::before,
.cp_fullscreenmenu .hamburger > span::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background: #fff;
  transition: all .4s ease;
  left: 0;
}
.cp_fullscreenmenu .hamburger > span::before { top: -8px; }
.cp_fullscreenmenu .hamburger > span::after { top: 8px; }

/* 開いた時のバー変形 */
html.menu-open .cp_fullscreenmenu .hamburger > span {
  transform: rotate(135deg);
}
html.menu-open .cp_fullscreenmenu .hamburger:hover > span {
  transform: rotate(225deg);
}
html.menu-open .cp_fullscreenmenu .hamburger > span::before {
  top: 0;
  transform: rotate(90deg);
}
html.menu-open .cp_fullscreenmenu .hamburger > span::after {
  top: 0;
  opacity: 0;
}
.cp_fullscreenmenu .hamburger:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

/* -----------------------------------
   メニュー本体
----------------------------------- */
.cp_fullscreenmenu .menu {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: 110;
  transition: visibility 0s linear .8s; /* ← 閉じる時に少し遅延をつける */
}

/* 開いた状態 */
html.menu-open .cp_fullscreenmenu .menu {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

html.menu-open .cp_fullscreenmenu .menu::before {
  transform: translate(-50%, -50%) scale(1);
}

html.menu-open .cp_fullscreenmenu .menu ul {
  opacity: 1;
}

/* ズームで拡大する青い円 */
.cp_fullscreenmenu .menu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 200vw;
  background: #32ADC6;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

/* メニューリスト */
.cp_fullscreenmenu .menu ul {
  list-style: none;
  text-align: center;
 opacity: 0;
  position: relative;
  z-index: 2;
transition: opacity .4s ease .3s;
}

.cp_fullscreenmenu .menu li {
  font-size: 24px;
  margin: 1em;
}
.cp_fullscreenmenu .menu a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.cp_fullscreenmenu .menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15em;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .4s ease;
}
.cp_fullscreenmenu .menu a:hover::after {
  width: 100%;
}

/* -----------------------------------
   開いた状態
----------------------------------- */
html.menu-open .cp_fullscreenmenu .menu {
  visibility: visible;
  pointer-events: auto;
}

html.menu-open .cp_fullscreenmenu .menu::before {
  transform: translate(-50%, -50%) scale(1);
}

html.menu-open .cp_fullscreenmenu .menu ul {
  opacity: 1;
}



/* -----------------------------------
   スクロールロック
----------------------------------- */
html.menu-open {
  overflow: hidden;
}

/* -----------------------------------
   メディア調整
----------------------------------- */
@media (max-width: 991.98px) {
  .cp_fullscreenmenu {
    right: 40px;
  }
  .cp_fullscreenmenu .menu > div {
    width: 300vw;
    height: 300vw;
  }
}
@media (max-width: 575.98px) {
  .cp_fullscreenmenu {
    right: 25px;
  }
}
/* 開いた時：通常のバッテン（135°） */
html.menu-open .cp_fullscreenmenu .hamburger > span {
  transform: rotate(135deg);
}

/* 開いた状態で hover した時：さらに90°（225°）に回転 */
html.menu-open .cp_fullscreenmenu .hamburger:hover > span {
  transform: rotate(225deg);
}

/* バーの上下もそのまま維持 */
html.menu-open .cp_fullscreenmenu .hamburger > span::before,
html.menu-open .cp_fullscreenmenu .hamburger > span::after {
  top: 0;
  transform: rotate(90deg);
}
html.menu-open .cp_fullscreenmenu .hamburger > span::after {
  opacity: 0;
}
/* 初期状態：非表示・下方向へずらしておく */
.cp_fullscreenmenu .menu ul li {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease;
}

/* 開いたとき：順番にフェードイン */
html.menu-open .cp_fullscreenmenu .menu ul li:nth-of-type(1) { transition-delay: 0.2s; }
html.menu-open .cp_fullscreenmenu .menu ul li:nth-of-type(2) { transition-delay: 0.3s; }
html.menu-open .cp_fullscreenmenu .menu ul li:nth-of-type(3) { transition-delay: 0.4s; }
html.menu-open .cp_fullscreenmenu .menu ul li:nth-of-type(4) { transition-delay: 0.5s; }
html.menu-open .cp_fullscreenmenu .menu ul li:nth-of-type(5) { transition-delay: 0.6s; }
html.menu-open .cp_fullscreenmenu .menu ul li:nth-of-type(6) { transition-delay: 0.7s; }
html.menu-open .cp_fullscreenmenu .menu ul li:nth-of-type(7) { transition-delay: 0.8s; }
html.menu-open .cp_fullscreenmenu .menu ul li:nth-of-type(8) { transition-delay: 0.9s; }
html.menu-open .cp_fullscreenmenu .menu ul li:nth-of-type(9) { transition-delay: 1.0s; }

html.menu-open .cp_fullscreenmenu .menu ul li {
  opacity: 1;
  transform: translateY(0);
}

html.menu-open .cp_fullscreenmenu .menu ul li.top {
background-color: #fff;
border-radius: 20px;
width: 120px;
margin-left: auto;
margin-right: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 120%;
margin-top: 0px;
padding-top: 5px;
padding-bottom: 5px;
color: #32ADC6;
font-weight: bold;
}

/* -----------------------------------
   キーボード操作での見やすさ
----------------------------------- */
.cp_fullscreenmenu .hamburger:focus-visible,
.cp_fullscreenmenu .menu a:focus-visible {
  outline: 3px solid rgba(255,255,255,.9);
  outline-offset: 3px;
  border-radius: 6px;
}



.bg-blue a { 
  display: block;       /* or inline-block */
  line-height: 0;       /* 余白の原因になるベースラインを消す */
}
/* メニュー開時に背面スクロールを止める（:has()対応ブラウザならCSSだけでOK） */
html:has(#menu-toggle:checked) {
  overflow: hidden;
}

/* :has() 非対応ブラウザのためにJS側で html.menu-open を付与 */
html.menu-open { overflow: hidden; }

/* 低モーション環境でアニメ弱めに */
@media (prefers-reduced-motion: reduce) {
  .cp_fullscreenmenu .menu > div,
  .cp_fullscreenmenu .menu > div > ul {
    transition: none !important;
  }
}
.box-1 {
    border: 3px solid #00B0C9;
}
.title-kaku {
    background-color: #FFEB00;
    color: #297C8B;
    text-align: center;
    font-size: clamp(1.2em, 4vw, 1.7em);
    line-height: 0.8em;
    position: absolute;
    left: 30px;
    top: -18px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.title-maru {
    width: 80px;
    height: 80px;
    background-color: #FFEB00;
    color: #297C8B;
    border-radius: 50px;
    text-align: center;
    font-size: clamp(0.3rem, 6vw, 2rem);
    line-height: 0.9rem;
    position: absolute;
    left: -20px;
    top: -45px;
    font-family: "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.title-kado {
    left: -20px;
}
.title-maru small {

    font-size: clamp(0.3rem, 3vw, 0.9rem);
}
.h-100 {
    height: 100%;
}
.img-fluid2 {
    height: 100%;
    width: auto;
    max-width: 100%;
}
.strong-underline {
  text-decoration-line: underline;          /* 下線を指定 */
  text-decoration-thickness: 5px;           /* 太さを調整 */
  text-decoration-color: #FFEB00;           /* 線の色 */
  text-underline-offset: 0.5rem;               /* 文字との距離 */
}
.triangle-brand,.triangle-white,.triangle-left,.triangle-right,.triangle-right2 {
    position: relative;
}
.triangle-brand:after,.triangle-white:after {
    content: '';
    position: absolute;
    height: 50px;
    width: 30%;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
     bottom: 0%;
  left: 50%;
  transform: translate(-50%, 90%);
    z-index:1;
}
.triangle-right:after {
    content: '';
    position: absolute;
     height: calc(60px / 2 * tan(60deg));
    width: 30px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
     bottom: 50%;
  right: 0%;
  transform: translate(100%, 50%);
}
.triangle-right2:after {
    content: '';
    position: absolute;
     height: calc(100px / 2 * tan(60deg));
    width: 23px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
     bottom: 50%;
  right: 0%;
  transform: translate(100%, 50%);
}
.triangle-left:after {
    content: '';
    position: absolute;
     height: calc(60px / 2 * tan(60deg));
    width: 30px;
     clip-path: polygon(0 50%, 100% 0, 100% 100%);
     bottom: 50%;
  left: 0%;
  transform: translate(-100%, 50%);
}
.triangle-brand:after {
    background: #82CDDB;
}
.triangle-white:after,.triangle-left:after,.triangle-right:after {
    background: #FFF;
}
.triangle-right2:after {
    background: #297C8B;
}
.ctr-title {
    font-size: clamp(0.9em, 2.5vw, 1.2em);
    background-color: #FFEA00;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #007E8C;
}
.ctr-title2 {
    font-size: clamp(0.9em, 2vw, 1em);
    background-color: #FFFFFF;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #007E8C;
    border: 1px solid #007E8C;
}
ul.henka {
    padding-left: 0px;
}
ul.henka li {
    font-size: clamp(0.7em, 2.5vw, 1.2em);
    line-height: 2em;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 1.5em;
    list-style-type: none;
}
ul.henka li:before {
        content: '●';
    color:#32ADC6;
}
.waku-green {
    border: 3px solid #A4CCB2;
    background-color: #EAF5EE;
}
.text-green {
    color:#71A886;
}
.svg-icon {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.accordion {
    border-radius: 10px;
}
.accordion-item {
    border-width: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.accordion-button {
    font-size: clamp(0.5rem, 4vw, 1.25rem);
    line-height: 1.5em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #666666;
    background-color: #DBF1F5;
    border-width: 0px;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600;
    position: relative;
    padding-left: 65px;
    text-align: center;
}
.accordion-button:before {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    content: 'Q';
    position: absolute;
    font-size: clamp(1rem, 5vw, 2.1rem);
    color: #FFFFFF;
    background-color: #82CDDB;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.accordion-body {
    font-size: clamp(0.5rem, 4vw, 1.25rem);
    line-height: 1.5em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #666666;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 65px;
    text-align: left;
    margin-top: 0px;
}
.accordion-body:before {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    content: 'A';
    position: absolute;
    font-size: clamp(1rem, 5vw, 2.1rem);
    color: #FFFFFF;
    background-color: #297C8B;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    left: 10px;
    text-align: center;
    top: 13px;
       display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23297C8B'><polygon points='8,11 3,5 13,5'/></svg>")!important;
--bs-accordion-btn-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23297C8B'><polygon points='8,11 3,5 13,5'/></svg>")!important;
}
.accordion-button::after {
    transform: rotate(0deg);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    background-size: 1.5rem!important;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ▲ 開いたとき（三角上） */
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
 background-size: 1.5rem!important;
    background-position: center center;
}
ul.ending {
    display: flex;
    flex-wrap: wrap;
}
ul.ending li {
    font-size: clamp(0.8em, 2.5vw, 1.2em);
    font-weight: 700;
    font-style: normal;
    font-family: "zen-maru-gothic", sans-serif;
    list-style-type: none;
    background-color: #FFE900;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    color: #297C8B;
    margin-right: 20px;
    margin-bottom: 5px;
}
.ojisan {
    position: absolute;
    bottom: -10px;
    left: 10%;
    width: 100%;
    height: auto;
    max-width: 300px;
}
@media (max-width: 991.98px) {
    .img-fluid2 {
    height: auto;
    width: 100%;
    max-width: 100%;
}
    .logo {
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 5;
}
    .logo svg {
  width: 150px;
}
    .triangle-right:after {
    content: '';
    position: absolute;
     height: calc(60px / 2 * tan(60deg));
    width: 30px;
     clip-path: polygon(0 0%, 0% 0, 0% 0%);
     bottom: 0%;
  right: 0%;
  transform: translate(-100%, 50%);
}
.triangle-left:after {
    content: '';
    position: absolute;
     height: calc(60px / 2 * tan(60deg));
    width: 30px;
     clip-path: polygon(0 0%, 0% 0, 0% 0%);
     bottom: 0%;
  left: 0%;
  transform: translate(-100%, 50%);
}
    ul.henka li {
    font-size: clamp(0.8em, 3vw, 1.2em);
    line-height: 2em;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 1.5em;
    list-style-type: none;
}
    .sp-fv {
    height: 30vh;
}
    .ojisan {
         left: 3%;
    max-width: 200px;
}
    .triangle-brand:after,.triangle-white:after {
        height: 30px;
    width: 70%;
}
}
.sp-cta-section {
    display: none;
}
@media (max-width: 767.98px){
.sp-cta-section {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    display: inherit;
}
    .title-maru {
    width: 70px;
    height: 70px;
}
    ul.ending {
    max-width: 300px;
}
    .triangle-right2:after {
    content: '';
    position: absolute;
     height: calc(0px / 2 * tan(60deg));
    width: 0px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
     bottom: 50%;
  right: 0%;
  transform: translate(100%, 50%);
}
}


.submit {
    font-size: clamp(0.9rem, 2.5vw, 1.2rem)!important;
}
.input-group-text {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-width: 1px;
}
.mfp-required {
    background-color: #1E5D68;
    color: hsla(0,0%,100%,1.00);
    border-width: 1px;
     border-color: #1E5D68;
}
.form-control,.input-group-text {
 padding: 10px;
}
.input-group {
position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;}
form label {
    font-size: clamp(1em, 4vw, 1.1em);
    line-height: 2em;
}
/* Bootstrapのデフォルト装飾をリセット */
.custom-control-input {
  position: absolute;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  color: #222;
  user-select: none;
}

/* 外側の円 */
.custom-control-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #3aa7c2; /* 外側の水色 */
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

/* 内側の円（選択時） */
.custom-control-input:checked ~ .custom-control-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #3aa7c2;
  border-radius: 50%;
  transition: all 0.2s ease;
}

/* ホバー時にちょっと色を濃く */
.custom-control-label:hover::before {
  border-color: #1d8da8;
}

/* ラベル間の余白 */
.custom-control {
  margin-bottom: 0.8em;
}
#MfpField_06 {width:45%;}
/* セレクトボックス全体のスタイル */
.custom-select {
  appearance: none; /* ブラウザ標準の▼を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.6em 1em;
  font-size: 16px;
  color: #222;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg fill='%233aa7c2' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 30px;
  cursor: pointer;
}

/* フォーカス・ホバー時 */
.custom-select:hover,
.custom-select:focus {
  border-color: #3aa7c2;
  box-shadow: 0 0 0 3px rgba(58, 167, 194, 0.25);
  outline: none;
}

#mfp_hidden {
    display: none;
}
textarea.form-control {
    min-height: 150px!important;
}
div.mfp_err {
width: 100%;
}
input::placeholder,textarea::placeholder {
    color:#C2C1C1!important;
    opacity: 1;
}

.mfp_element_button {
    color: hsla(0,0%,100%,1.00);
    background-color: hsla(186,100%,28%,1.00);
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-width: 0px;
}
.mfp_element_button:hover {
        opacity: 0.8;
}

#mfp_button_cancel {
    background-color: hsla(186,58%,53%,1.00)!important;
}
.carousel-indicators [data-bs-target] {
width: 15px;
height: 15px;
}