:root {
  --ihin-bg: #efefef;
  --ihin-card: #ffffff;
  --ihin-text: #203047;
  --ihin-muted: #5f6f86;
  --ihin-accent: #f4c400;
  --ihin-blue: #4c678d;
  --ihin-blue2: #5b7394;
  --ihin-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  --fv-shape-size: 540px;
  --color-left: #efefef;
  --color-right: #B0C4DE;
}
html{scroll-behavior: smooth;}
img{width: 100%;
height: auto;
vertical-align: bottom;}
html,
body {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
 .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
.cf {
  zoom: 1; /*for IE 5.5-7*/
}
.cf:after {
  /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
a{transition: opacity 0.3s;}
a:hover{
  opacity: 0.7;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.ihin-page {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--ihin-text);
  background: var(--ihin-bg);
  opacity: 1 !important;
  visibility: visible !important;
}
.ihin-page header{
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 50;
  /* mix-blend-mode: difference; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 0 30px;
  background: #fff;
}

.ihin-page header,
.ihin-page header a {
  /* color: #fff; */
}

.ihin-page header nav a {
  text-decoration: none;
}

.ihin-page header nav a:visited {
  /* color: inherit; */
}
/*
.ihin-page header .header-logo img {
  filter: invert(1);
}
*/
.ihin-page header .header-logo {
  margin: 20px 0;
  width: 191px;
}
.ihin-page header .pc nav ul{display: flex;gap: min(4vw, 60px);font-size: min(1.4vw, 14px);
font-weight: 500;}
.i-wrap {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
.ihin-page h2{text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(6vw, 32px);
  color: #4c678d;
  line-height: 1.4;
}
.ihin-page #ihin02 h3{
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.ihin-page h2.ico{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 56px 0;
}
.ihin-page h2.ico img{
  width: 34px;
  height: auto;
} 
.ihin-page h3{
  font-family: "Noto Serif JP", serif;}
.ihin-page h3 img{
  width: 22px;
  height: auto;
  margin: 0 0 0 6px;
  transform: translateY(-4px);
}
#ihin01{height: 100vh;
  align-items: center;
  display: flex;
position: relative;}
/* #ihin01 h1{
  width: 56%;
  transform: translateY(-10vh) translateX(0);
} */
#ihin01 h1 span{
  position: relative;
}

.h1-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

.h1-inner {
  position: relative;
  background: #fff;
  padding: 4% 10%;
  border-radius: 20px 20px 0 0;
}

#ihin01 .box01{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ihin01 .box02{
  position: relative;
  width:min(1100px, 90vw);
  height: min(1100px, 90vw);
}
#ihin01 .test{
position: fixed;
z-index: -1;
transform: translateX(20%) translateY(-50%);
top: 50%;
}
@media screen and (max-width: 1300px) {
#ihin01 .test{
top: 10vw;
transform: translateX(20%) translateY(0);
}
/*
#ihin01{height: 100vw;}
#ihin01 h1 {
    width: 56%;
    transform: translateY(-5vw) translateX(0);
}*/
}
#ihin01 .fvs01,
#ihin01 .fvs02,
#ihin01 .fvs03 {
  position: absolute;
  overflow: hidden;
}

#ihin01 .fvs01 img,
#ihin01 .fvs02 img,
#ihin01 .fvs03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 右上：三角 */
#ihin01 .fvs01 {
  top: 0;
  right: 0;
  width: var(--fv-shape-size);
  aspect-ratio: 2 / 1.732;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

@supports (clip-path: path('M0 0')) {
  #ihin01 .fvs01 {
    clip-path: path('M 50% 8% Q 50% 0% 57% 4% L 96% 90% Q 100% 100% 90% 100% L 10% 100% Q 0% 100% 4% 90% L 43% 4% Q 50% 0% 50% 8% Z');
  }
}

/* 左下：丸 */
#ihin01 .fvs02 {
  left: 0;
  bottom: 0;
  width: var(--fv-shape-size);
  aspect-ratio: 1 / 1;
  clip-path: circle(50% at 50% 50%);
}

/* 右下：角丸四角 */
#ihin01 .fvs03 {
  right: 0;
  bottom: 0;
  width: var(--fv-shape-size);
  aspect-ratio: 1 / 1;
  clip-path: inset(0 round 26px);
}

.split-container {
  display: flex;
  width: 100vw;
  height: 100vh;
  background: #000;
  overflow: hidden;
}

.video-section {
  position: relative;
  flex: 1; /* 50vw */
  height: 100vh;
  overflow: hidden;
}

#ihin01 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

/* 全てのオーバーレイをデフォルトで非表示、
   または「アクティブでない方」にだけ出す設定にします */

.video-section .overlay-layer {
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none; /* クリックを邪魔しない */
}

/* 親要素に特定のクラス（例: .is-playing）がついている方のオーバーレイを消す */
#section-a.is-playing .overlay-layer,
#section-b.is-playing .overlay-layer {
  opacity: 0;
}

/* 各セクションの色指定 */
#section-a .overlay-layer { background-color: #B0C4DE; }
#section-b .overlay-layer { background-color: #efefef; }

/* 再生中：レイヤーを完全に透明にして動画を100%見せる */
.video-section.is-playing .overlay-layer {
  opacity: 0;
}

/* 停止中：前面に 0.8 のレイヤーを被せる */
.video-section:not(.is-playing) .overlay-layer {
  opacity: 0.9;
}


#ihin02 {
  max-width: 1100px;
  width: 90%;
  margin: min(10vw, 100px) auto;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}
#ihin03{background: #ffffff;border-radius: 20px;max-width: 1100px;
width: 90%;
margin: 0 auto;text-align: center;padding: 0 0 56px 0;}
#ihin03 h2{
  background: #4c678d;
  color: #fff;
  padding: 20px;
  border-radius: 20px 20px 0 0;
}

#ihin03 h3 {
  font-size: min(4.5vw, 28px);
  margin: min(67px, 7vw) 0;;
  line-height: 1.5;
}

#ihin03 span.marker {
  font-weight: 700;
  display: inline-block;
  position: relative;
}
#ihin03 span.marker span {
  z-index: 1;
  position: relative;
}
#ihin03 .marker::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #FEF101;
  z-index: 0;
}

#ihin03 h3 span {
}

#ihin03 ul {
}

#ihin03 .ihin03-faces {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(3vw, 26px);
  margin: 0 auto;
  width: 100%;
}

#ihin03 .ihin03-faces img {
  width: auto;
  height: 130px;
  display: block;
}

#ihin03 li {
  background: #FEF101;
  border-radius: 20px;
  padding: 30px 0;
  margin: 0 auto 20px;
  width: 90%;
  font-size: min(4vw, 28px);
}

#ihin03 p {
  line-height: 2;
  font-size: min(3.8vw, 24px);
  margin: min(65px, 10vw) 0 0 0;
}


#ihin03 a {
}
#ihin03-2 {
  background: #4c678d;
  border-radius: 20px;
  padding: min(56px, 5%) 5% 1px;
}

#ihin03-2 .box01 {display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 40px 5% 0;
}


#ihin03-2 .box02 {display: flex;width: 40%;
  justify-content: center;gap: 3%;
}

#ihin03-2 .box03 {width: 55%;
}

#ihin03-2 .box02 img {width: 40%;
}
#ihin03-2 .box03 img {width: 70%;transform: translateY(-10px);
margin: 0 20px 0 0;}

#ihin03-2 h2 {line-height: 1.6;
  vertical-align: bottom;
  color: #1e1e1e;
  font-size: min(4.5vw, 32px);
  font-weight: normal;
  transform: translateX(-2%);
}

#ihin03-2 h3 {display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  padding: 40px 5%;
  font-size: min(4.5vw, 32px);
  font-weight: normal;
  vertical-align: baseline;
}

#ihin03-2 span {
  font-size: min(6vw, 40px);
  font-weight: 700;
  margin: 0 1.5% 0 0;
}

#ihin03-2 p {
  font-size: min(3.6vw, 20px);
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: min(60px, 7vw) 0;
}
#ihin03-2 p.text01{
  font-size: min(4.5vw, 28px);
  font-weight: 700;
}

#ihin03-2 a {
}
#ihin02 .box01{display: flex;justify-content: space-between;
  margin: min(44px, 5vw) 0 0 0;}
#ihin02 .box02{width: 44%;}
#ihin02 .box03{width: 52%;}
#ihin02 h3{
  font-size: min(4vw, 20px);
  line-height: 2;
  margin: 0 0 30px 0;
  font-weight: 700;
}
#ihin02 p{
  font-size: min(3.6vw, 16px);
  line-height: 1.8;
}
#ihin02 p a{
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ihin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 35px;
  border-radius: 8px;
  background: var(--ihin-blue2);
  color: #fff;
  font-size: min(3.6vw, 20px);
  font-weight: 500;
  margin: 0 15px 0 0;
}

.ihin-meta {
  margin-left: 8px;
  font-size: min(3.6vw, 20px);
  font-weight: 500;
}

.ihin-highlight {
  background: linear-gradient(transparent 60%, rgba(244, 196, 0, .75) 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left;
  transition: background-size 0.8s ease 0.5s;
  position: relative;
  display: inline;
}

.ihin-highlight.bg-animated {
  background-size: 100% 100%;
}

#ihin03 .ihin-highlight {
  background: linear-gradient(transparent 60%, rgba(254, 241, 1, .75) 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left;
  transition: background-size 0.8s ease 0.5s;
  position: relative;
  display: inline;
}

#ihin03 .ihin-highlight.bg-animated {
  background-size: 100% 100%;
}
.ihin-highlight.v02 {
  background: linear-gradient(transparent 60%, rgba(217, 217, 217, 0.75) 60%);
}
.ihin-accordion {
  display: grid;
  gap: 60px;
}

.ihin-accItem {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.ihin-accButton {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
}

.ihin-accordion > .ihin-accItem .ihin-accButton {
  position: relative;
  padding: min(34px, 4vw) min(63px, 7vw) min(48px, 5vw) min(63px, 7vw);
  border-bottom: 5px solid #efefef;
}

.ihin-accordion > .ihin-accItem .ihin-accNo {
  position: absolute;
  top: 0;
  left: 0;
}


.ihin-accordion > .ihin-accItem .ihin-accTitle {
  width: 84%;
  text-align: left;
}

.ihin-accImg {
  display: flex;
  align-items: center;
  width: 11%;
}

.ihin-accTitle {
  width: 80%;
}

.ihin-accImg img {
  width: 100%;
  height: auto;
  display: block;
}

.ihin-accToggleRow {
  margin: 0;
  padding: 0;
}

.ihin-accItem.is-open .ihin-accToggleRow {
  display: none;
}

.ihin-accToggle {
  width: 100%;
  border: none;
  background: var(--ihin-accent);
  color: #4C678D;
  font-weight: 700;
  border-radius: 0 0 20px 20px;
  padding: 14px 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: min(4vw, 20px);
  gap: 10px;
}

.ihin-accNo {
 padding: 16px 0 0 16px;
  width: 80px;
  height: 80px;
  background: var(--ihin-blue2);
  color: #fff;
  font-weight: 700;
  border-radius: 20px 0 100px 0;
  font-size: min(5vw, 30px);
}
.ihin-accNo img{
  width: 44%;
}

.ihin-accMeta {
  display: block;
  margin-bottom: 16px;
}

.ihin-page h2.ihin-accHeadline {
  margin: 0;
  font-size: min(5vw, 28px);
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.ihin-accDesc {
  margin-top: 20px;
  line-height: 1.7;
  font-weight: normal;
  font-size: min(4vw, 20px);
}

.ihin-accIcon {
    position: relative;
    /* 全体を大きく（16px → 22px相当） */
    width: 22px;   
    height: 15px;  
    display: inline-block;
    overflow: hidden; 
    transition: transform .2s ease;
    vertical-align: middle; /* 文字との高さ合わせ */
    transform: translateY(3px);
}

.ihin-accIcon::before {
    content: "";
    position: absolute;
    /* 正方形を大きく（12px → 18px） */
    width: 18px;
    height: 18px;
    background-color: var(--ihin-blue);
    
    /* 角の丸みを強調 */
    border-radius: 4px; 
    
    /* 中央配置と位置の微調整 */
    left: 50%;
    /* 上に逃がす量を調整して、三角形の「高さ」を決める */
    top: -11px; 
    transform: translateX(-50%) rotate(45deg);
}

/* 開閉時のアニメーション */
.is-open .ihin-accIcon {
    transform: translateY(-3px) rotate(180deg);
}

.ihin-accItem.is-open .ihin-accIcon {
  transform: translateY(-3px) rotate(180deg);
}

.ihin-accPanel {
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s ease;
  background: #fff;
}

.ihin-accItem.is-open .ihin-accPanel {
  max-height: 2600px;
}

.ihin-accInner {
  padding: 0;
}

.ihin-proposal {
  padding: min(30px, 5vw) min(63px, 5vw) min(46px, 5vw);
  display: flex;
justify-content: space-between;
}

.ihin-proposal__left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 11%;
  flex: 0 0 11.5%;
}

.ihin-proposal__right {
  width: 84%;
  color: #4c678d;
}

.ihin-proposal__badge {
  margin: 0;
  font-weight: 700;
  font-size: min(4vw, 20px);
  background: #f4c400;
  display: inline-block;
  padding: 9px 35px;
  border-radius: 8px;
}

.ihin-proposal__icon {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ihin-proposal__text {
  margin-top: 16px;
  line-height: 1.6;
  font-weight: 600;
  font-size: min(4vw, 24px);
}

.ihin-plans {
  display: grid;
  gap: min(22px, 3vw);
  width: 100%;
  margin: 0 auto;
  width: min(90%, 1200px);
}

.ihin-plan {
  background: #b9c8de;
  color: #17324f;
  border-radius: 16px;
  padding: min(22px, 3vw) min(46px, 5vw) min(34px, 4vw);
}

.ihin-plan__title {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  font-size: min(4.2vw, 22px);
  color: #4c678d;
  padding: 0 20px 0 0;
}

.ihin-plan__title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  /* background: #f4c400; */
  border-right: 2px solid #b9c8de;
  color: #4c678d;
  font-weight: 900;
  margin-right: 18px;
  flex: 0 0 56px;
}

.ihin-plan__text {
  margin: 18px 0 0;
  line-height: 1.7;
  font-weight: 400;
  color: #000000;
  font-size: min(4vw, 18px);
}

.ihin-selected {
  margin-top: 14px;
  background: #f3f7ff;
  border: 1px solid rgba(23, 50, 79, .12);
  border-radius: 14px;
  padding: min(12px, 2vw);
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 10px;
  align-items: center;
}

.ihin-selected__person {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
}

.ihin-selected__title {
  margin: 0;
  font-weight: 900;
  color: #4C678D;
}

.ihin-selected__text {
  margin-top: 6px;
  color: #4C678D;
  font-weight: 600;
  line-height: 1.7;
}

.ihin-selectedDetail {
  margin-top: 16px;
  border: 1px solid var(--ihin-accent);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  width: 90%;
  margin: 0 auto;
}

.ihin-selectedDetail__lead {
  margin: 0;
  padding: 16px 14px;
  background: var(--ihin-accent);
  color: #4C678D;
  font-weight: 900;
  text-align: center;
  font-size: min(4vw, 24px);
}
.ihin-selectedDetail__lead span{
  position: relative;
  padding: 0 24px 0 0;
}
.ihin-selectedDetail__lead span::before{
  content: '';
  position: absolute;
  bottom: 7%;
  right: 10px;
  height: 75%;
  width: 2px;
  background: #4c678d;
}

.ihin-selectedDetail__text {
  margin: 0;
  padding: 46px;
  background: #fff6c9;
  color: #4C678D;
  line-height: 2;
  font-weight: 400;
  font-size: min(4vw, 20px);
}


.ihin-selectedDetail__text02{
  text-align: center;
  color: #4c678d;
  font-size: min(2.2vw, 24px);
  line-height: 2;
  margin: 58px 0;
}

.ihin-selectedDetail__text02 .ihin-wavy {
  display: inline-block;
  padding-bottom: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='8' viewBox='0 0 48 8'%3E%3Cpath d='M0 4 C6 0 12 8 18 4 S30 0 36 4 S42 8 48 4' fill='none' stroke='%234c678d' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 48px 8px;
  background-position: left calc(100% - 2px);
}
.ihin-selectedDetail__text03{
  text-align: center;
  color: #4c678d;
  font-size: min(4vw, 24px);
  line-height: 2;
  margin: 58px 0 15px 0;
  font-weight: 700;
}
.ihin-accCloseRow {
  text-align: center;
  position: relative;
}

.ihin-accClose {
  border: none;
  background: var(--ihin-accent);
  color: #4C678D;
  font-size: min(4vw, 20px);
  font-weight: 700;
  border-radius: 0;
  padding: 18px 16px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 66px;
}

#ihin04{
  padding: 0 0 min(120px, 15vw) 0;
}
#ihin05{
  padding: min(120px, 15vw) 0;
}

#ihin01 {
  position: relative;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 2vw;
  bottom: 120px;
  writing-mode: vertical-rl;
  color: #4c678d;
  font-weight: 500;
  z-index: 10;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #4c678d;
  bottom: -120px;
  content: "";
  height: 100px;
  left: -5px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

#ihin05 {
  position: relative;
  overflow: hidden;
}

.ihin05-bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  opacity: var(--ihin05-bg-opacity, 0);
}

.ihin05-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .68);
  mix-blend-mode: normal;
}

.ihin05-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(14px) saturate(.75) contrast(.85) brightness(1.05);
}

#ihin05 .ihin05-content {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.ihin05-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 90px 115px;
  margin: 60px 0 120px 0;
}

.ihin05-card {
  text-align: left;
}

.ihin05-card__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
}

.ihin-page .ihin05-card__title {
  margin: 24px 0 0;
  font-size: min(4.6vw, 26px);
  font-weight: 500;
  text-align: center;
  color: #17324f;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
}

.ihin05-card__text {
  margin: 20px 0 0;
  line-height: 1.9;
  font-size: min(3.6vw, 20px);
  color: #17324f;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
}

#ihin05 h4 {
  margin: 56px 0 18px;
  text-align: center;
  font-size: min(4.6vw, 22px);
  font-weight: 800;
  color: #4c678d;
}

.ihin05-options {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.ihin05-options__item {
  text-align: center;
  color: #4c678d;
  font-weight: 700;
}

.ihin05-options__icon {
  max-width: 180px;
  max-height: 180px;
  width: 90%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 4px solid #4c678d;
  display: grid;
  place-items: center;
  background: #fff;
}

.ihin05-options__icon img {
  width: 60%;
  height: auto;
  object-fit: contain;
  display: block;
}

.ihin05-options__icon img[src$="oi04.svg"] {
  width: 46%;
}

.ihin05-options__label {
  display: block;
  font-size: min(4vw, 20px);
  line-height: 1.4;
}

.ihin05-sub {
  margin-top: 120px;
}

.ihin05-split {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 36px;
  font-size: min(4vw, 20px);
}

.ihin05-priceCard,
.ihin05-areaMap {
  background: rgba(255, 255, 255, .88);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
  padding: 30px;
}

.ihin05-priceCard table {
  width: 100%;
  border-collapse: collapse;
  color: #17324f;
}

.ihin05-priceCard th,
.ihin05-priceCard td {
  padding: 10px 8px;
  font-size: inherit;
}

.ihin05-priceCard th {
  text-align: left;
  font-weight: 800;
}

.ihin05-priceCard tr:first-child th {
  padding-bottom: calc(10px + 20px);
}

.ihin05-priceCard td:last-child,
.ihin05-priceCard th:last-child {
  text-align: right;
}

.ihin05-priceCard tr + tr {
  border-top: 1px solid rgba(76, 103, 141, .18);
}

.ihin05-note {
  color: #17324f;
  font-size: inherit;
  line-height: 2;
  width: 26em;
  max-width: 100%;
  margin-left: auto;
  padding: 30px 0 0 0;
}

#ihin07 {
  font-size: min(4vw, 20px);
}

.ihin05-note p {
  margin: 0 0 14px;
}

.ihin05-areaMap img {
  width: 100%;
  height: min(420px, 56vw);
  object-fit: contain;
  object-position: center;
  display: block;
}



#ihin08 {
  background: #b9c8de;
  padding: min(120px, 15vw) 0;
}

.ihin-faqAcc {
  max-width: 920px;
  margin: min(50px, 7vw) auto 0;
}

.ihin-faqItem + .ihin-faqItem {
  margin-top: 16px;
}

/* 作業前・作業後ステータス表示 */
.work-status {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  gap: 0;
  margin-top: 0;
  pointer-events: none;
  width: 100%;
}

.work-status-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 14px;
  background: #dddddd;
  border-radius: 0;
  backdrop-filter: blur(8px);
  transition: color 0.1s ease, box-shadow 0.1s ease;
  border-radius: 0 0 0 20px;
}
.work-status-item:nth-child(2){
  border-radius: 0 0 20px 0;
}
.work-status-item.active {
  background: #9b9b9b;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.work-status-item:nth-child(2).active {
  background: #4c678d;
}

.work-status-label {
  font-size: min(2.8vw, 18px);
  letter-spacing: 2px;
  font-weight: 400;
  transition: color 0.3s ease;
  padding: 10px 0;
}

.work-status-item.active .work-status-label {
  color: #fff;
}

.work-status-item:not(.active) .work-status-label {
  color: rgba(255, 255, 255, 0.9);
}

.work-status-arrow {
  font-size: min(2.5vw, 12px);
  font-weight: 700;
  transition: all 0.3s ease;
}

.work-status-arrow.left {
  color: rgba(255, 255, 255, 0.7);
}

.work-status-arrow.right {
  color: rgba(255, 255, 255, 0.7);
}

.work-status-item.active .work-status-arrow.left {
  color: #4c678d;
}

.work-status-item.active .work-status-arrow.right {
  color: #4c678d;
}

/* FAQ共通設定 */
:root {
  --faq-lead-width: 32px;
  --faq-gap: 12px;
}

/* FAQアイテム全体のコンテナ */
.ihin-faqItem {
  position: relative;
}

.ihin-faqToggle {
  width: 100%;
  border: none;
  background: #fff;
  color: #17324f;
  padding: 18px 22px;
  font-size: min(3.6vw, 16px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: var(--faq-gap);
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
}

.ihin-faqLead {
  font-weight: 900;
  width: var(--faq-lead-width);
  flex-shrink: 0;
}

.ihin-faqText {
  text-align: left;
  line-height: 1.6;
  flex: 1;
}

.ihin-faqIcon {
  width: 26px;
  height: 26px;
  position: relative;
  flex-shrink: 0;
}

.ihin-faqA {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
  transition: max-height 260ms ease;
  will-change: max-height;
}

.ihin-faqAInner {
  padding: 18px 22px 22px;
  border-top: 1px solid rgba(23, 50, 79, .12);
  line-height: 1.9;
  color: #17324f;
}

/* A部分をQと完全に同じ構造に */
.ihin-faqAInner {
  padding: 18px 22px 22px;
  border-top: 1px solid rgba(23, 50, 79, .12);
  line-height: 1.9;
  color: #17324f;
}

.ihin-faqAInner .faq-answer {
  display: flex;
  align-items: center;
  gap: var(--faq-gap);
  width: 100%;
}

.ihin-faqAInner .faq-answer .ihin-faqLead {
  width: var(--faq-lead-width);
  flex-shrink: 0;
  font-weight: 900;
  text-align: center;
}

.ihin-faqAInner .faq-answer .ihin-faqText {
  flex: 1;
  text-align: left;
  line-height: 1.6;
}

.ihin-faqAInner .faq-answer .ihin-faqIcon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  visibility: hidden;
}

.ihin-faqIcon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #17324f;
  border-bottom: 2px solid #17324f;
  transform: rotate(45deg);
}

.ihin-faqItem.is-open .ihin-faqIcon::before {
  transform: rotate(-135deg);
}
.ihin-faqItem{
  border-radius: 12px;
  overflow: hidden;
}
.ihin-faqA {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
  transition: max-height 260ms ease;
  will-change: max-height;
}

.ihin-faqAInner {
  padding: 18px 22px 22px;
  border-top: 1px solid rgba(23, 50, 79, .12);
  line-height: 1.9;
  color: #17324f;
}

.ihin-faqAInner p {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: var(--faq-gap);
}

.ihin-faqAInner .ihin-faqLead {
  width: var(--faq-lead-width);
  flex-shrink: 0;
  font-weight: 900;
}

.ihin-faqAInner p {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: var(--faq-gap);
}

.ihin-faqAInner p > span:first-child {
  width: var(--faq-lead-width);
  flex-shrink: 0;
  font-weight: 900;
}

.ihin-faqAInner p > span:last-child,
.ihin-faqAInner p > text {
  flex: 1;
}

#ihin09 {
  background: #fff;
  padding: min(120px, 15vw) 0;
}

.ihin-newsList {
  list-style: none;
  margin: 50px auto 0;
  padding: 0;
  max-width: 920px;
}

.ihin-newsItem {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 26px;
  padding: 18px 0;
  align-items: start;
}

.ihin-newsItem + .ihin-newsItem {
  border-top: 1px solid rgba(76, 103, 141, .18);
}

.ihin-newsDate {
  color: #4c678d;
  font-weight: 700;
}

.ihin-newsLink {
  color: #17324f;
  text-decoration: none;
  line-height: 1.8;
}

.ihin-newsLink:hover {
  text-decoration: underline;
}


#ihin10{background: #efefef;padding: min(120px, 15vw) 0;}


#ihin10 .btn_wrap input {
  width: 100%;
}
#ihin10 .btn_wrap::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background: #4c678d;
  transition: transform 0.3s ease;
  right: min(5vw, 35px);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#ihin10 .btn_wrap:hover::after {
  right: min(4vw, 24px);
  background: #fff;
}
#ihin10 .btn_wrap:hover input {
  background: #4c678d;
  color: #ffffff;
}

#ihin10 .btn_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  max-height: 70px;
  width: 68%;
  height: 15vw;
  background-color: #ffffff;
  color: #4c678d;
  border-radius: 9999px; /* 完全な丸み */
  text-decoration: none;
  font-size: min(3.6vw, 16px);
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

#ihin10 table {
  max-width: 600px;
  padding: 0 30px;
  margin: 60px auto min(5vw, 40px);
  width: 100%;
}
#ihin10 table th,
#ihin10 table td {
  width: 100%;
  display: block;
}
#ihin10 table th {
  text-align: left;
  color: #4c678d;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
#ihin10 table th span.req {
  margin: 0 0 0 10px;
}
#ihin10 table td {
  margin: 10px 0 30px 0;
  width: 100%;
}

/*問合せ送信ボタン*/
/*問合せ送信ボタン*/
#ihin10 .btn_wrap input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #4c678d;
  border-radius: 9999px; /* 完全な丸み */
  text-decoration: none;
  font-size: min(3.6vw, 16px);
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid #4c678d;
}

#ihin10 .btn_wrap input:hover {
  background: #4c678d;
  color: #ffffff;
}
#ihin10 input {
  border-radius: 40px;
  padding: 20px 30px;
  border: none;
  width: 100%;
  border: 1px solid #4c678d;
  font-size: 16px;
}

#ihin10 textarea {
  border-radius: 30px;
  padding: 20px 30px;
  border: none;
  width: 100%;
  border: 1px solid #4c678d;
  font-size: 16px;
}
.btn_wrap .wpcf7-spinner
{
  display: none;
}
.privacy-check {
  margin: 0 0 min(5vw, 40px) 0;
  display: flex;
  justify-content: center;
}

.privacy-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: min(3.2vw, 16px);
  line-height: 1.5;
  gap: 10px;
}

.privacy-checkbox {
  display: none;
}

.checkmark {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #4c678d;
  border-radius: 4px;
  background: #fff;
  position: relative;
  margin-top: 2px;
  transition: all 0.3s ease;
}

.checkmark::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #4c678d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.privacy-checkbox:checked + .checkmark::after {
  opacity: 1;
}

.privacy-text a {
  color: #4c678d;
  text-decoration: underline;
}

.privacy-text a:hover {
  text-decoration: none;
}

#ihin10 .btn_wrap input:disabled {
  background: #ccc;
  color: #999;
  cursor: not-allowed;
}

/*アラート非表示*/
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 3px 10px;
  display: inline-block !important;
}


footer small{
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: min(3.6vw, 14px);
  padding: 30px 0;
}

/* Scroll fade-in animation */
.i-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.i-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.ico-tri{
  display: flex;
  justify-content: center;
  margin: min(50px, 7%) auto;
  width: min(740px, 70%);
}
.ico-tri img{
width: min(70px, 13vw);
}
.ico-tri.v02{
  justify-content: space-between;
}
#cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: min(18px, 5vw) 0 min(15px, 5vw) 0;
  text-align: center;
  z-index: 100;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
#cta .ihin-highlight{
  margin: 0 15px;
  font-weight: 700;
}
#cta h2 {
  color: #4c678d;
  font-size: min(4vw,18px);
  font-weight: 100;
  margin: 0 0 20px 0;
}
.cta-btn {
  border-radius: 20px;
}
#cta ul {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#cta ul li:first-child {
  display: none;
}
#cta ul li {
  width: 48%;
}
/*
#cta ul li {
  width: 31%;
}
  */
#cta ul li a {
  width: 100%;
  display: flex;
  gap: min(1vw, 5px);
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  height: min(68px, 14vw);
  color: #fff;
  font-size: min(3vw,20px);
  transition: all 0.3s;
}
#cta ul li a:hover {
  transform: scale(1.03);
}

#cta ul li a span.tel {
  display: block;
  font-size: min(3vw, 26px);
}

#cta ul li a span img {
  width: min(20px, 2.5vw);
  display: inline-flex;
  margin: 0 4px 0 0;
  transform: translateY(-2px);
}
#cta ul li a small {
  display: block;
  font-size: min(2.5vw, 14px);
}
#cta li:first-child.cta-btn a {
  background: #d98c8c;
  flex-direction: column;
}
#cta li:nth-child(2).cta-btn a {
  background: #6f88a8;
}
#cta li:nth-child(3).cta-btn a {
  background: #5fbfa0;
}

/* ========================================
   .ihin-accItem内のcta-btn
   ======================================== */
.ihin-accItem .cta-btn {
  border-radius: 20px;
}
.ihin-accItem .ihin-cta-list-wrap{
  position: relative;
}
.ihin-accItem .ihin-cta-list-wrap::before,
.ihin-accItem .ihin-cta-list-wrap::after {
  content: "";
  position: absolute;
  bottom: 87px;
  width: clamp(64px, 12vw, 120px);
  height: clamp(80px, 12vw, 160px);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  pointer-events: none;
}

.ihin-accItem .ihin-cta-list-wrap::before {
  left: 4%;
  background-image: url("../img/p5.png");
}

.ihin-accItem .ihin-cta-list-wrap::after {
  right: 4%;
  background-image: url("../img/p6.png");
}

.ihin-accItem .ihin-cta-list {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto min(60px, 5vw);
  display: flex;
  justify-content: space-between;
}

.ihin-accItem .ihin-cta-list li {
  width: 31%;
}

.ihin-accItem .ihin-cta-list li a {
  width: 100%;
  display: flex;
  gap: min(1vw, 5px);
  background: #fff;
  color: #4c678d;
  padding: 20px;
  border-radius: 20px;
  align-items: center;
  font-size: min(2.2vw,20px);
  transition: all 0.3s;
  justify-content: center;
  height: 100%;
  color: #fff;
}
/*電話番号無し対応*/
.ihin-accItem .ihin-cta-list li {
        width: 48%;
        height: min(70px, 12vw);
    }
.ihin-accItem .ihin-cta-list li:first-child {
        display: none;
    }

.ihin-accItem .ihin-cta-list li a:hover {
  transform: scale(1.03);
}

.ihin-accItem .ihin-cta-list li a span.tel {
  display: block;
  font-size: min(3vw, 26px);
}

.ihin-accItem .ihin-cta-list li a span img {
  width: min(20px, 2.5vw);
  display: inline-flex;
  margin: 0 4px 0 0;
  transform: translateY(-2px);
}

.ihin-accItem .ihin-cta-list li a small {
  display: block;
  font-size: min(2.5vw, 16px);
}

.ihin-accItem .ihin-cta-list li:first-child.cta-btn a {
  background: #d98c8c;
  flex-direction: column;
}

.ihin-accItem .ihin-cta-list li:nth-child(2).cta-btn a {
  background: #6f88a8;
}

.ihin-accItem .ihin-cta-list li:nth-child(3).cta-btn a {
  background: #5fbfa0;
}

/* SP用 */
@media screen and (max-width: 767px) {
  .ihin-accItem .ihin-cta-list {padding: 0 2%;}
  /*.ihin-accItem .ihin-cta-list li{width: 32%;}*/
  .ihin-accItem .ihin-cta-list li a{border-radius: 12px;}
  .ihin-accItem .cta-btn {
    border-radius: 12px;
  }
}

@keyframes cta-breath {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
}

.ihin-blog {
    padding: min(120px, 15vw) 0;
}

.ihin-blog .wrap {
  max-width: 900px;
  padding: 0 30px;
  margin: 0 auto;
  padding: 0 0 120px 0;
}
.ihin-blog ul.cont {
  margin: 80px 0 0 0;
  padding: 0 0 80px 0;
}
.ihin-blog ul.cont li {
  width: 31%;
  line-height: 1.7;
  background: #fff;
  border-radius: 40px;
  float: left;
  margin: 0 3.5% 50px 0;
}
.ihin-blog ul.cont li:nth-child(3n) {
  margin: 0 0 50px 0;
}
.ihin-blog ul.cont li img {
  border-radius: 40px 40px 0 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.ihin-blog ul.cont li .text01 {
  line-height: 1.6;
  font-size: min(3.6vw, 16px);
  margin: 20px 0;
}
.ihin-blog ul.cont li .box01 {
  display: flex;
  padding: 0 30px 30px 30px;
  font-size: 13px;
  justify-content: space-between;
}
