@charset "utf-8";

html{
	overflow-x: hidden;
}
body {
  font-family: var(--font-gothic);
  font-size: var(--fs-bodycopy);
  line-height: var(--lh-bodycopy);
  color: #1b1b1b;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
	overflow-x: hidden;
  font-weight: 500;
}

:root {
  --font-en: 'Montserrat', sans-serif;
  --font-gothic:'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  --font-mincho: 'Shippori Mincho', serif;
  --font-cormorant: 'Cormorant Garamond', serif;
}


  :root {
    --fs-bodycopy: 28px 1.7;
    --lh-bodycopy: 30px;
  }


@media (max-width: 768px){
  :root {
    --fs-bodycopy: 18px 1.7;
    --lh-bodycopy: 30px 1.7;
  }
  p{
  font-size: 18px;
  line-height:1.7;
}

  }

p{
  font-size: 20px;
  line-height:1.7;
}

.v-en {
  font-family: var(--font-en);
  letter-spacing: 0.05em;
}

.v-gothic {
  font-family: var(--font-gothic);
}

.v-mincho {
  font-family: var(--font-mincho);
}


.v-cormorant {
  font-family: var(--font-cormorant);
}


.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ===== ローディング画面 ===== */

body.is-loading {
  overflow: hidden; /* 読み込み中はスクロールさせない場合 */
}
#loading {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* ロゴの大きさ＆アニメーション */
#loading .loading-logo {
  width: 200px;
  height: auto;
  max-width: none;
  animation: fade 1.6s infinite ease-in-out;
}

/* ふわっと点滅 */
@keyframes fade {
  0% { opacity: 0.2; }
  50% { opacity: 1; }
  100% { opacity: 0.2; }
}

/* フェードアウトアニメーション */
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
}

@media (max-width: 768px){
#loading .loading-logo {
  width: 100px;
}
}
/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}


.ul{
	text-decoration: underline;

}
.bd_yellow {
	color: #1b1b1b;
  background: #ffeb00;
  padding: 0 6px;
  border-radius: 4px;
  font-weight: bold;
}
.bd_blue {
  color: #fff;
  background: #199ce4;
  padding: 0 6px;
  font-weight: bold;
}

.pink{
	color: #f75fa2;
  font-weight: bold;
}

.orange {
	color: #efb316;
  font-weight: bold;
}

.white {
	color: #fff;
	font-weight: bold;
}

.blue {
	color: #005ba1;
	font-weight: bold;
}

.green {
	color:#4caf50;
}

.bold {
	font-weight: bold;
  font-size: 20px;
}

.lightblue{
  font-family: 'Roboto', sans-serif;
	color: #54b0f1;
	font-weight: 700;
  background-color: #fffc89;
}


strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}

.font50 {
	font-size: 50px ;
}

.font60 {
	font-size: 60px;
}

.font70 {
	font-size: 70px;
}

.weight{
    font-weight: 700;
  }


.sp-only{
  display: none !important;
}
.pc-only{
  display: block !important;
}

@media (max-width: 768px){
  .sp-only {
    display:block !important;
  }

  .pc-only {
    display: none !important;
  }

  .font50 {
    font-size: 35px ;
  }
  .font60 {
    font-size: 37px;
}

  .font70 {
    font-size: 43px;
  }

}

/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}



/* ----------------------------------------------------
共通項目
---------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sp-only { display: none; }
.pc-only { display: block; }

@media (max-width: 768px) {
  .sp-only { display: block; }
  .pc-only { display: none; }
  }


/* ----------------------------------------------------
    FV
---------------------------------------------------- */
body{
  background-size: cover;
  background-attachment: fixed;
}

/* セクション共通 */
.sec {
  width: 100%;
}

.sec img {
  width: 100%;
  height: auto;
  display: block;
}

.wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}


.img-wrap {
  position: relative;
  width: 100%;
  display: inline-block;
}

.img-wrap img {
  width: 100%;
  display: block;
}

h2 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.midasi_mini{
  font-size: 42px;
}

h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;

}

.h3_mini{
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.02em;
}


@media (max-width: 768px){
	.wrap{
    width: 100%; 
    max-width: none; 
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

.midasi_mini{
  font-size: 25px;
}

h3 {
  font-size: 35px;
}
.h3_mini{
  font-size: 30px;
}


}

/* CTAボタンをアニメーションさせる */
.cta-btn {
  display: inline-block;
  animation: cta-pulse 1.8s ease-in-out infinite;
  transform-origin: center;
  width: 90%;
  display: block;
  margin: 0 auto;
}

/* 拡大縮小アニメーション */
@keyframes cta-pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.06); } 
  100% { transform: scale(1); }
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}



.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}


/* ----------------------------------------------------
  固定ヘッダー
---------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.site-header.is-show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding: 10px 20px;
}

.site-header__logo img {
  width: 130px;
  height: auto;
  display: block;
}

.header-cta img {
  width: 350px;
  height: auto;
  display: block;
}

/* ホバー時 */
.header-cta img {
  display: block;
}

.header-cta:hover img {
  filter: brightness(1.1);
}

/* ----------------------------------------------------
  sec01
---------------------------------------------------- */

.sec01{
  background: url("../images/sec01_bg.jpg") top center/cover no-repeat;
  padding-bottom: 10px;
}

.fv img{
  width: 60%;
  margin: 0 auto 30px;
}


@media (max-width: 768px) {
.fv img{
  width: 98%;
  margin: 0 auto 10px;

}
}

/* ----------------------------------------------------
  cta
---------------------------------------------------- */
.sec.seccta {
  background: 
    linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),
    url("../images/cta_bg.jpg") top center / cover no-repeat;
}


.cta-line {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #05c756;
  padding: 12px 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 20px;
  text-align: center;
}

.cta-left,
.cta-right {
  display: flex;
  align-items: center;
}

.cta-left img,
.cta-right img {
  display: block;
}

.cta-left img {
  width: 90px;
  height: auto;
  margin-right: 20px;
}

.cta-right img {
  width: 60px;
  height: auto;
  margin-left: 10px;
}

.cta-text {
  color: #fff;
}
.cta p{
  text-align:center;
}

.cta_flow img{
  width: 55%;
  margin: 20px auto;
}

.ctabtn{
  margin: 0 auto;
  padding-bottom: 50px;
  width: 60%;
}



@media (max-width: 768px) {

.cta-left img {
  width: 70px;
  height: auto;
  margin-right: 10px;
}

.cta-right img {
  width: 30px;
}

.cta-line {
  padding: 10px 10px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.cta_flow img{
  width: 98%;
}

.ctabtn{
  width: 100%;
}


}


/* ----------------------------------------------------
  sec02
---------------------------------------------------- */


.sec02 {
  background: url("../images/sec02_bg.png") top center/cover no-repeat;
  padding:60px 15px 60px;
}
.onayami h2{
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.img-row {
  display: flex;
  gap: 16px;
}

.img-row picture {
  flex: 1 1 0;
}

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

@media (max-width: 768px) {

.sec02 {
  background: url("../images/sec02_bg_sp.png") top center/cover no-repeat;
  padding:40px 15px 50px;
}

  .img-row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .img-row picture {
    flex: 0 0 calc((100% - 24px) / 3);
  }

  .onayami h2{
  margin-bottom: 20px;
}


}


/* ----------------------------------------------------
  sec03
---------------------------------------------------- */
.sec03 {
  background: url("../images/sec03_bg.png") top center/cover no-repeat;
  padding: 30px 0;

}

.sec03 h2{
  margin: 10px 0 50px;
  text-align: center;
}

.sec03 .fukidashi img{
  width: 20%;
  margin: 0 auto;
}

.sec03 h3{
  margin: 5px 0 10px;
  text-align: center;
}
.sec03-card{
  margin-top: 50px;
  background: #fff;
  border-radius: 16px;
  padding: 40px 20px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.sec03-card{
  width: 800px;
  margin: 0 auto;
}


.sec03-card p{
  text-align: center;
}


.img-row_sec03 {
  display: flex;
  justify-content: center;
  gap: 0;
}

.img-row_sec03 picture {
  width: 40%;
}
.img-row_sec03 .left img{
  width: 98%;
}

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

.wax {
  letter-spacing: -0.1em;
}

@media (max-width: 768px) {
  .sec03 {
  padding: 30px 0 50px;

}


  .sec03 .fukidashi img{
  width: 35%;
  margin: 0 auto;
}

.sec03-card{
  width: 98%;
  margin-top: 0px;
  padding: 20px 10px;
}


.sec03 h2{
  margin: 10px 0 20px;
  line-height: 28px;
}
.img-row_sec03 picture {
  width: 100%;
  margin-left: 10px;
}

.img-row_sec03 .left img{
  width: 96%;
  margin-top: 5px;
}
.sec03-card p{
  margin-top: 20px;
  text-align: left;
}
}


/* ----------------------------------------------------
  sec04
---------------------------------------------------- */

.sec04 {
  background: 
    linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),
    url("../images/sec04_bg.jpeg") top center / cover no-repeat;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

.sec04 .fukidashi img{
  width: 30%;
  margin: 0 auto;
}

.sec04 h2{
  margin: 20px 0 30px;
}

.sec04-cd {
  display: flex;
  gap: 24px;
  justify-content: center;
}


.sec04-card{
  margin-top: 30px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 20px 10px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  width: 50%; /* 2カラム */
}


.sec04-card img{
  width: 90%;
  margin: 20px auto;
  height: auto;
  display: block;
}

.cd_01 img{
  width: 50%;
}

@media (max-width: 768px) {
  .sec04 {
    padding: 40px 0 60px;
}

  .sec04-wrap {
    flex-direction: column;
  }

  .sec04-card {
    width: 100%;
    margin-top: 15px;
    padding: 10px 20px;
  }

  .sec04 .fukidashi img{
  width: 70%;
  margin: 0 auto;
}

  .sec04 h2{
    font-size: 60px;
  }

  .sec04-cd {
    flex-direction: column; 
    gap: 5px;
  }

  .sec04-card {
    width: 100%; 
  }

  .sec04-card img{
  width: 100%;
}

.cd_01 img{
  width: 70%;
}

}

/* ----------------------------------------------------
  sec05
---------------------------------------------------- */

.sec05 {
  background: 
    linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),
    url("../images/sec05_bg.jpg") top center / cover no-repeat;
}

.sec05-title {
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  z-index: 1;
  margin: 50px 0;
}

.sec05-title__bg {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: 50%;
  max-width: 900px;
  z-index: -1;
  pointer-events: none;
}

.sec05-title__bg img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.35;
}

.sec05-title__line1,
.sec05-title__line2 {
  display: block;
  position: relative;
}

.sec05-title__line1 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.sec05-title__line2 {
  margin-top: 12px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.word {
  display: inline-block;
}

.word-clean {
  transform: translateY(-8px);
}

.word-trust {
  transform: translateY(10px);
  margin-left: -15px;
}

.small {
  font-size: 0.55em;
  font-weight: 500;
}

.sec05 h3{
  line-height: 50px;
  font-size: 30px;
}

.sec05-cd {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.sec05-cd picture {
  width: 25%;
}

.sec05-cd picture img {
  width: 100%;
  display: block;
}

.sec05-cd picture:not(:first-child) {
  margin-left: -40px; /* ←重なり量 */
}

.sec05-cont02 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 80px 0;
}

.sec05-cont02 picture {
  width: 100%;
}

.sec05-cont02 h3{
  margin-bottom: 10px;
}

.sec05-cont02 h3,
.sec05-cont02 p {
  width: 90%;
}

.sec05-text{
  width: 100%;
}
.sec05-cont02:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .sec05 {
    padding: 0 10px 0;
}

.sec05-title__bg {
  width: 100%;
  top: -20px;
}

  .sec05-cd {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sec05-cd picture {
    width: 50%; /* ←2列 */
    margin-left: 0;
    padding-left: 15px;
  }

  .sec05-cd picture:nth-child(n+3) {
    margin-top: 7px; 
  }


  .sec05-cont02 {
    flex-direction: column;
    margin: 50px 0 30px;
  }


  .sec05-cont02 {
    flex-direction: column;
  }

  .sec05-cont02:nth-child(even) {
    flex-direction: column; /* ←リセット */
  }

  .sec05-text {
    order: 1;
  }

  .sec05-cont02 picture {
    order: 2;
  }

  .sec05-cont02 h3,
  .sec05-cont02 p {
    width: 100%;
  }
}


/* ----------------------------------------------------
  sec06
---------------------------------------------------- */

.sec06 {
  background: 
    url("../images/sec06_bg.jpg") top center / cover no-repeat;
    padding: 80px 0 30px;
}

.sec06 h2,
.sec06 p{
  text-align: center;
}

.sec06 h2{
  margin: 30px 0 20px;
}

.sec06-card {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius:16px 16px 0 0 ; 
  padding: 32px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin: 40px 0 0;
}

.sec06-cd {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

/* ＋を追加 */
.sec06-cd:not(:last-child)::after {
  content: "+";
  position: absolute;
  right: -18px; /* ←位置調整 */
  top: 35%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: bold;
  color: #005c9f;
}

.sec06-cd picture {
  margin-bottom: 16px;
}

.sec06-cd img {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
}

.sec06-cd h3 {
  font-size: 24px;
  line-height: 1.4;
}

.sec06-cd p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.sec06-cd_kakaku {
  background: #fffffa;
  border-radius: 0 0 16px 16px; 
  padding: 15px 0;
  margin: 0 0 30px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.menukakaku{
  display: flex;
  justify-content: center;
  gap: 80px;
}
.menukakaku picture {
  width: 30%;
  margin-bottom: 10px;
}


.menukakaku img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.yellow-line {
  display: inline;
  background: linear-gradient(transparent 65%, #ffeb00 65%);
}

/* 親（3つ横並び） */
.sec06-card_op {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 40px 0;
}

/* 各カード */
.sec06-option {
  width: 29%;
  display: flex;
  flex-direction: column; 
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}


.sec06-option picture {
  margin:20px 0 16px;
}

.sec06-option img {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
}

.sec06-option h3 {
  font-size: 24px;
  line-height: 1.4;
}
.sec06-option p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}


.op_yellow{
  background-color: #fdfdf0;
  padding: 10px 20px;
}

.op01 img{
  width: 80%;
  margin: 10px auto 20px;
}

.op02{
  margin-top: 30px;
}



@media (max-width: 768px) {
.sec06 {
  background: 
    url("../images/sec06_bg_sp.jpg") top center / cover no-repeat;
    padding: 30px 0;
}


  .sec06 h2{
    font-size: 48px;
  }

  /* 3工程を縦並び */
  .sec06-card {
    flex-direction: column;
    gap: 32px;
    width: 100%;
    margin: 30px auto 0;
    padding: 15px;
  }

  .sec06-cd {
    width: 100%;
  }

  .sec06-cd img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
  }

  .sec06-cd h3,
  .sec06-option h3{
  font-size: 30px;
}

  /* ＋調整 */
  .sec06-cd:not(:last-child)::after {
    position: static;
    transform: none;
    margin: 12px auto 0;
  }

  .sec06-cd p,
  .sec06-option p{
  font-size: 20px;
  }


  /* 料金部分縦並び */
  .menukakaku {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .menukakaku picture {
    width: 100%;
  }

  .menukakaku img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sec06-cd_kakaku {
    padding: 24px 16px;
  }

  .sec06-cd_kakaku p {
    margin-top: 16px;
    text-align: center;
  }


  .sec06-card_op {
    flex-direction: column;
    gap: 24px;
    padding: 15px;
    margin: 20px 0;
  }


  .sec06-option {
    width: 100%;
  }

.sec06-option picture {
  margin:0 0 16px;
}
  .op_kakaku {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 0px;
    padding: 0 10px 10px;
  }

  .op_kakaku picture {
    width: 100%;
  }

  .sec06-option img {
  width: 100%;
  max-width: 400px;
}

  .op_kakaku img {
    width: 100%;
    height: auto;
    display: block;
  }

  .op01 img{
  width: 80%;
  margin: 10px auto 0;
}

}

/* ----------------------------------------------------
  sec07
---------------------------------------------------- */

.sec07 {
  background: 
    url("../images/sec07_bg.jpg") top center / cover no-repeat;
    padding: 30px 0;
}

.sec07 h2,
.sec07 p{
  text-align: center;
  margin: 30px 0;
}


.sec07 h2 {
  color: #005ba1;
}

.dot-line {
  position: relative;
  text-align: center;
}

.dot-line::after {
  content: "";
  display: block;
  width: 300px;
  height: 2px;
  margin: 13px auto 0;
  background: repeating-linear-gradient(
    to right,
    #005ba1,
    #005ba1 8px,
    transparent 8px,
    transparent 14px
  );
}

.sec07-card {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #f1faff;
  padding: 0 50px;
  margin: 40px 0;
  border-radius: 0; 
}


.sec07-cd picture {
  width: 70%;
}

.sec07-cd img {
  width: 100%;
  height: auto;
  display: block;
}


.sec07-cd {
  display: flex;
  align-items: left;
  gap: 32px;
}

.sec07-cd h3{
  margin: 0px 0 0;
  font-size: 30px;
}


.sec07-text {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sec07-text p{
  margin: 10px 0;
  text-align: left;
}
.sec07-cd {
  display: flex;
  align-items: center;
  gap: 32px;
}

.sec07-card:nth-child(even) .sec07-cd {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .sec07 {
    padding: 30px 10px;
  }


  .sec07 h2 {
    color: #005ba1;
    font-size: 50px;
  }

  .sec07 p{
    text-align: left;
  }


  .sec07-cd {
    flex-direction: column;
    gap: 16px;
  }


  .sec07-card:nth-child(even) .sec07-cd {
    flex-direction: column;
  }

  .sec07-cd picture,
  .sec07-text {
    width: 100%;
  }

  .sec07-text {
    order: 2;
  }

  .sec07-cd picture {
    order: 1;
  }

  .sec07-text {
    text-align: center;
  }

  .sec07-text p {
    margin-top: 0px;
    text-align: center;
  }

  .sec07-card {
    padding: 0 10px;
  }

}
/* ----------------------------------------------------
  sec08
---------------------------------------------------- */
.sec08 {
  background: 
    linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),
    url("../images/sec08_bg.jpg") top center / cover no-repeat;
    padding: 60px 0 10px;
    text-align: center;
}


.sec08 h2{
  margin: 0 0 40px;
  }

.sec08-cd {
  display: flex;
  gap: 24px;
  justify-content: center;
  border-radius: 16px;
  padding: 32px 24px;
  margin: 40px 0;
}


.sec08-cd picture {
  width: 35%;
}


.sec08-cd img {
  width: 100%;
  height: auto;
  display: block;
}

.sec08-cd img {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
  .sec08 {
    padding: 50px 20px 60px;
    text-align: left;
}
  .sec08-cd {
    flex-direction: column; /* ←縦並び */
    gap: 20px;
    margin: 10px 0 0;
    padding: 0 20px;
  }

  .sec08-cd picture {
    width: 100%; /* ←全幅にする */
  }
}

/* ----------------------------------------------------
  sec09
---------------------------------------------------- */
.sec09 {
  background: #54b0f1;
  padding: 60px 0 10px;
  text-align: center;
}
.sec09 h2{
  margin: 0 0 30px;
}
.sec09 p{
  font-weight: 500;
}

.sec09-cd h3{
  font-size: 30px;
  margin: 0 0 15px;
}

.sec09-cd {
  border-radius: 16px;
  padding: 32px 24px;
  margin: 40px 0;
  background-color: #fff;
}


.sec09-cd img {
  width: 90%;
  height: auto;
  display: block;
  margin: 30px auto 10px;
}

.ryoukinnitiran{
  margin: 60px 0 0;
}

.ryoukinnitiran img{
  width: 80%;
  margin: 30px auto 10px;
}


@media (max-width: 768px) {
.sec09 h2{
  margin: 0 0 20px;
}
.sec09 p{
  padding: 0 10px;
}

.sec09-cd {
  padding: 20px 5px;
  margin: 30px 10px;
}

.sec09-cd h3{
  font-size: 25px;
  margin: 0 0 15px;
}

.sec09-cd img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.Off{
  font-size:35px ;
}
  .ryoukinnitiran picture {
    display: block;
    overflow-x: auto;
  }

  .ryoukinnitiran picture img {
    width: 450px;
    max-width: none;
  }

.itiran {
  -webkit-overflow-scrolling: touch;
}


  /* ラッパー */
  .scroll-wrap {
    position: relative;
  }

  /* スクロール本体 */
  .itiran {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .itiran img {
    width: 800px;
    max-width: none;
    display: block;
  }

  /* 右側ぼかし */
  .scroll-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, rgba(255,255,255,0.9), transparent);
  }

  /* 矢印 */
  .scroll-wrap::before {
    content: "→";
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #666;
    pointer-events: none;
    animation: arrowMove 1.5s infinite;
    
  }

  .scroll-wrap::before {
  content: "スワイプ →";
  font-size: 12px;
  top: -25px;
}
  @keyframes arrowMove {
    0% { transform: translateX(0); opacity: 0.6; }
    50% { transform: translateX(6px); opacity: 1; }
    100% { transform: translateX(0); opacity: 0.6; }
  }


}

/* ----------------------------------------------------
  sec10
---------------------------------------------------- */
.sec10 {
  background: 
    url("../images/sec10_bg.jpg") top center / cover no-repeat;
    padding: 60px 0 10px;
    text-align: center;
}

.sec10-title {
  position: relative;
}

.sec10-title__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec10-title__bg img {
  width: 100%;
  opacity: 0.3;
}


.line-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}



.line-text {
  display: inline-block;
  writing-mode: horizontal-tb;
  line-height: 1.2;
}

.line-title img{
  width: 100px;
  height: auto;
  flex-shrink: 0;
}

.midasi_mini,
.font60 {
  display: inline;
  writing-mode: horizontal-tb;
}

.sec10-card {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #fff;
  padding: 0 50px;
  margin: 40px 0;
  border-radius: 0 30px 0 0;
}


.sec10-cd picture {
  width: 120px;
  flex: 0 0 120px;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.sec10-cd picture img {
  max-width: 80px;
  height: auto;
  display: block;
}


.sec10-cd {
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.sec10-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sec10-text h3 {
  margin: 0;
  text-align: left;
  font-size: 30px;
}

.sec10-text p {
  margin: 0;
  text-align: left;
}

.sec10-cd picture.sec10_01 img {
  max-width: 110px;
  margin-right: 10px;
}
.sec10-card {
  position: relative;
}
.sec10-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  background: #fff;
  padding: 0 50px;
  margin: 40px 0 50px;
  border-radius: 0 30px 0 0;
}


.sec10-card:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%) scaleY(0.7);

  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #2f80c0;
}

@media (max-width: 768px) {
  .line-title img{
  width: 50px;
  height: auto;
  flex-shrink: 0;
}



.sec10-card {
  padding: 0 5px;
}


.sec10-cd picture {
  flex: 0 0 120px;
}


.sec10-cd {
  padding: 15px 10px;
  gap: 10px;
}

.sec10-text h3{
  font-size: 25px;
}

.sec10-text {
  gap: 5px;
}

.sec10-title .sec05-title__line2{
  font-size: 30px;
}

}


/* ----------------------------------------------------
    CTAボタン下部固定
---------------------------------------------------- */

@media (max-width: 768px) {
.floating-cta {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating-cta img {
  width: 100%;
  display: block;
}

/* 非表示状態 */
.floating-cta.hide {
  opacity: 0;
  visibility: hidden;
}
}

@media (min-width: 1024px) {
  .floating-cta {
    display: none;
  }
}

/* ----------------------------------------------------
    よくある質問
---------------------------------------------------- */
.secqa{
  padding: 60px 20px;
}
.qa h2{
  text-align: center;
  margin-bottom: 60px;
}

/* ====== FAQ全体 ====== */
.faq-item {
  margin: 0px auto;
  overflow: hidden;
  border-radius: 4px;
  border-top: 1px dashed #2b2b2b;
  border-image: repeating-linear-gradient(
    to right,
    #ccc 0,
    #ccc 10px,
    transparent 10px,
    transparent 20px
  ) 1;
}


/* 質問部 */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
}

.faq-q,
.faq-a {
  font-weight: 700;
  line-height: 1;
  margin-right: 18px;
  color: #199ce4;
  font-size: 30px;
}

.faq-text {
  flex: 1;
  text-align: left;
}

/* 開閉ボタン（右端固定） */
.faq-toggle {
  position: absolute;
  right: 24px; 
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  transition: transform 0.3s ease;
}

/* 回答部（最初は非表示） */
.faq-answer {
  display: none;
  align-items: flex-start;
  padding: 20px 25px;
}


.faq-answer .faq-text {
  line-height: 1.8;
  text-align: left;
}


.faq-item.active .faq-answer {
  display: flex;
}

.faq-item.active .faq-toggle {
  transform: translateY(-50%) rotate(180deg);
}

/* PCでも＋に被らないように右余白を確保 */
.faq-question{
  padding-right: 60px;
}

.faq-text{
  padding-right: 8px;
  overflow-wrap: anywhere; /* 長文でも自然に折り返す */
}




.map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.info-box {
  max-width: 600px;
  margin: 20px auto 50px;
}

.info-card{
  margin: 20px 0  0;
}

.info-card p {
  font-size: 20px;
}
.info-row {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.info-row dt {
  width: 40%;
  background: #f8f8f8;
  padding: 15px;
}

.info-row dd {
  width: 60%;
  padding: 15px;
  margin: 0;
  background: #fff;
}

.info-row a {
  color: #7b294d;
  text-decoration: none;
  word-break: break-all;
}

.secctalast .cta {
  background-color: #ffeced;
  padding: 30px 0;
}

.cta .info img{
  margin: 40px auto;
}

@media (max-width: 768px){
.secqa{
  padding: 60px 20px 40px;
}

  .faq-question, .faq-answer {
    padding: 16px;
  }

  /* Qをカード左上に固定する */
  .faq-question {
    padding: 16px 40px 16px 56px; /* ←左に余白を増やしてテキストをQの右側にずらす */
    align-items: flex-start;    
    position: relative;
  }

  .faq-q {
    position: absolute;
    left: 16px;
    top: 14px;
    font-size: 28px;
    margin-right: 0;  
    line-height: 1;
  }

  .faq-a {
    font-size: 28px;
    margin-right: 12px;
  }


  /* 開閉ボタン（右端固定） */
.faq-toggle {
  right: 10px; 
}

.info-box {
  margin: 20px auto 0;
}


}


/* ----------------------------------------------------
    フッター
---------------------------------------------------- */
.footer {
  background: #fff;
  text-align: center;
  padding: 10px 5px 0;
  font-size: 14px;
}

.footer-inner {
  display: block; 
}

.footer-logo img {
  width: 150px;
  height: auto;
  margin: 20px 0;
}


.footer-links {
  margin-bottom: 5px;
}

.footer-links a {
  text-decoration: none;
  font-size: 13px;
  color: #222;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-divider {
  margin: 0 4px;
}

.footer .small {
  font-size: 10px;
  padding-bottom: 5px;
}



/* ----------------------------------------------------
    プライバシーポリシー
---------------------------------------------------- */
.plivacypolicy {
  color: #222;
  line-height: 1.8;
  padding: 60px 20px;
  background-color: #f1faff;
}

.plivacypolicy .article {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 28px;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

/* 見出し */
.plivacypolicy h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2em;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #222;
}

.plivacypolicy h2 {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 1.8em 0;
  line-height: 1.9;
}

.plivacypolicy h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 2em 0 0.6em;
  color: #333;
  border-left: 4px solid #005ba1;
  padding-left: 0.6em;
}


.plivacypolicy p {
  margin: 0 0 1.5em;
  font-size: 0.95rem;
  color: #333;
  letter-spacing: normal;
  text-align: left;
}


.plivacypolicy .backlink a {
  display: inline;
  margin-top: 40px;
  padding: 12px 28px;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 4px;
  transition: background 0.3s;
  background: #f1faff;
}

.plivacypolicy .backlink a:hover {
  background: #e3f2fa;
}

@media (max-width: 768px) {
  .plivacypolicy {
    padding: 40px 14px;
  }
  .plivacypolicy .article {
    padding: 28px 18px;
  }
  .plivacypolicy h1 {
    font-size: 1.6rem;
  }
  .plivacypolicy h2 {
    font-size: 1rem;
  }
  .plivacypolicy h3 {
    font-size: 1.05rem;
  }
}

