* {
  margin: 0;
  padding: 0;
  list-style:none;
  text-decoration:none;
  font-size:15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  box-sizing: border-box;/* paddingとborderを幅と高さに含める */
}
body {
	background-image:url(../img/bg001.jpg);
	background-attachment: fixed;
}  a {
  color:#000000
}
h2 {
  font-size:50px;
  font-weight:bold;
  color: #4D9BC1;
  margin-bottom:1%;
}
p {
  font-size:17px;
  }
b {
  font-weight:bold
  }

.fade-in {
  animation: fadeIn 2s ease-in;
  color:#666666;
  margin-bottom:0
    }
    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
	
.fade-in b{
      font-size:50px;
	  border-bottom:#FFFF00 solid 5px;
	  display:inline-block;
	  font-weight:bold
    }
img,video {
  max-width: 100%;
  height: auto;
}
#head001 {
  background-color:#78E3A3;
 
  
}

#head001 article{
  width:100%;
  max-width:990px;
  margin:auto;
  display : flex;
  flex-wrap :wrap ;
  text-align:center;
  padding-top:20px;

  
}
#head001 article div {
  background-size: contain;
  width:50%;  
}





#head002 article{
  overflow: hidden;
  text-align:center;
  background-color:#78E3A3;
   padding-top:55px
}

.loop_wrap {
    display: flex;
    width: 100%;
    overflow: hidden;	
  }

.loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
	width:50%;
	max-width:450px
  }

.loop_wrap div:nth-child(odd) {
animation: loop 50s -25s linear infinite;
}

.loop_wrap div:nth-child(even) {
animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
.top-01 section{
  background-position:right bottom;
  background-size:40%;
  background-repeat:no-repeat;
  padding-bottom:3%
}
.top-01 section > p{
  padding:20px 0;
}

.circle-1,
.circle-2 {
  color: #fff;
  padding: 5%;
  width: 50%;
  mix-blend-mode: multiply;
}
.circle-1 {
  background: #f66;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

.circle-1 p {
  margin:0;
  font-weight:bold
}
.circle-1 h2 {
  color:#FFFFFF;
}

main {
  justify-content: center;
  padding: 2%;
  background: #ffffff;
  width:94%;
  max-width:1200px;
  margin:5% auto;
  border-radius: 20px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .05);
}
main article{
  margin-bottom:7%
}
.curved {
  position: relative;
  background: #78E3A3;
  height: 10vh;
  border-bottom-left-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
}

/* 
.curved {
  position: relative;
  background: #78E3A3;
  height: 25vh;
  border-bottom-left-radius: 50% 28%;
  border-bottom-right-radius: 50% 28%;
}
*/

.process{display:flex; flex-wrap: nowrap;text-align:left }
.process div{width:30%; padding:2%; margin:1%; background-color: #e6f1f6;border-radius: 20px;}
.process img{width:100px;}
.process h3{font-size:18px;font-weight:bold; margin-bottom:8px}
.process h3 a{font-size:18px;font-weight:bold; color:#208FB5}

.price  {
  text-align:center
}
.price h2 {
  position: relative;
  color: #4D9BC1;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
  z-index: +1;
  font-size:30px;
}
.price h2:before {
  content: "";
  position: absolute;
  background: #E6F1F6;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  border: dashed 1px white;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
  box-shadow: 0px 0px 0px 5px #E6F1F6;
}
.table_price {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin-bottom:40px
  

}
.table_price tr {
  background-color: #e6f1f6;
  
}
.table_price tr:nth-child(even) {
  background-color: #fff;
}
.table_price th, .table_price td {
  padding: 1em;
    font-weight:bold
}
.table_price tbody th {
  color: #4d9bc1;
}



.button-01 {

  width:200px
}

.button-01 a {
  font-family: 'Noto Sans JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 700;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: center; 
  padding: 4px 16px 4px 0;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button-01 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 2px;
  background: #333;
  bottom: 0;
  transition: all 0.3s;
}

.button-01 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #333;
  rotate: 40deg;
  right: -4px;
  bottom: 10px;
  transition: all 0.3s;
}

.button-01 a:hover::after,
.button-01 a:hover::before {
  translate: 20px 0;
  transition: all 0.3s;
}

footer {
  background-color:#0066CC;
  color:#FFFFFF
}

.introduction ul{
  padding: 0;
  list-style: none;
  margin-bottom:40px
}
.introduction ul li{
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  color: #4D9BC1;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(129,194,250, 0.5);
}
.introduction ul li:after,
.introduction ul li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
.introduction ul li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(129,194,250,0.5);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.introduction ul li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(129,194,250,0.3);
}
.two_col {
  display: flex;
  flex-wrap :wrap
}
.two_col>section{
  width: 50%;
  padding:1%;
}
.two_col>section h3{
  font-size:25px;
  color:#23A9BC;
  font-weight:bold;
  padding:1% 0 0 0 ;
  margin:1% 0;
  border-bottom:#FEDC8A 7px solid;
  display:inline-block;
}
.two_col>section video,
.two_col>section img{
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}
.j_menu{
    border-top: 40px solid #F8F8F8;
	border-left: 40px solid lightblue;
    border-right: 40px solid lightblue;
    border-bottom: 40px solid #F8F8F8;
	width:98%;
	max-width:800px;
	margin:5% auto
}
.j_menu video{

}
footer {
  text-align:center;
  padding:5%
}


/* olのスタイル */
dl {
  margin: 0;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  counter-reset: dt;
  margin-bottom:40px
  
}


.procedures dl dt {
  position: relative;
  font-size: 16px;
  padding-left: 1.5em;
  line-height: 1.5;
  width:100%;
  display:block;
  height:50px;

}
.procedures dl dd {
  width:100%;
  display:block;
  background-color:#FBFBFB;
  padding:20px
}
/* 2つ目以降のliにmargin-topを指定 */
.procedures dl dt:not(:first-child) {
  margin-top: 0.5em;
  display:block
}

/* 数字のスタイル */
.procedures dl dt::before {
  counter-increment: dt;
  content: counter(dt);
  position: absolute;
  left: 0;
  top: 2px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3abec1;
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.procedures dl dd a.order {
	padding: 5px;
	font-size:inherit
}

/*よくある質問*/
.FAQ{margin-top:90px;}
.FAQ h2{margin-bottom:2rem;}
/*FAQアコーディオンメニューここから*/
.accordion-007 {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #4D9BC1;
}
.accordion-007 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  cursor: pointer;
  font-weight: bold;
  color: #4D9BC1;
  background-color: #f0f8ff;
  list-style: none;
  position: relative;
}
.accordion-007 summary::-webkit-details-marker {
  display: none;
}
.accordion-007 summary::after {
  flex-shrink: 0; /* ←追加：矢印を縮ませない */
  content: '';
  width: 10px;
  height: 10px;
  border-right: 3px solid #4D9BC1;
  border-bottom: 3px solid #4D9BC1;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.accordion-007[open] summary::after {
  transform: rotate(225deg);
}
.accordion-007 .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  background-color: #fff;
  font-weight: bold;
  padding: 0 1.2em;
}

.accordion-007[open] .content {
  padding: 0.8em 1.2em;
  max-height: 500px; /* コンテンツの最大高さを十分に取る */
}
/* 三角矢印の色と背景調整 */
.accordion-007 summary:hover {
  background-color: #e6f1f6;
}
/*FAQアコーディオンメニューここまで*/

/*ボタンデザイン*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--green {
  color: #fff;
  background-color: #094;
}


a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn--blue {
  color: #fff;
  background-color: #27ACD9
}


a.btn--blue.btn--cubic {
  border-bottom: 5px solid #208FB5;
}
a.btn--blue.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #208FB5;
}

.procedures a.btn-c {
  position: relative;
  padding: 3px 5px;
  font-size:15px
}
.procedures  a.btn--blue.btn--cubic {
  border-bottom: 2px solid #208FB5;
}
.procedures a.btn--blue.btn--cubic:hover {
  margin-top: 0;
  border-bottom: 2px solid #208FB5;
}
/*ボタンここまで*/

/* ====== bunfui.jpgクリックで拡大 ====== */

.zoom-img {
  cursor: zoom-in;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  will-change: transform;
}

.zoom-img.active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1); /* scaleは基本1に */
  max-width: 90vw; /* 画面幅の90%まで */
  max-height: 90vh; /* 画面高さの90%まで */
  width: auto;
  height: auto;
  z-index: 9999;
  cursor: zoom-out;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}


.zoom-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out;
}

.zoom-bg.active {
  opacity: 1;
  visibility: visible;
}

#guide h2{
  font-size:23px;
  margin-bottom:0;
  color:#324E6B;
}

#guide dt {
  background-image:url(../img/guide_dt_bg.jpg);
  padding:0.5%
}
#guide dd {
  padding:1%
}
#guide table {
  width:100px;
  width:98%;
  max-width:800px;
  margin:2% auto
}

#guide table th,
#guide table td {
  padding:1% 0.5%
}
#guide table th {
  background-color:#F4F8FF;
  width:100px
}
#guide table td {
  border:1px solid #E9EFF3
}
#guide h3 {
  color:#406B9F;
  font-weight:bold;
  font-size:18px;
  margin-top:2%
}



@media screen and (max-width: 930px) {
h2 {
  font-size:30px;
  font-weight:bold;
  color: #4D9BC1;
}
.fade-in b{
      font-size:30px;
	  border-bottom:#FFFF00 solid 5px;
	  display:inline-block;
	  font-weight:bold
    }
.curved {
  height: 7vh;

}
.circle-1,
.circle-2 {
  width: 100%;
  padding:8%
}
.j_menu{
    border-top: 20px solid #F8F8F8;
	border-left: 20px solid lightblue;
    border-right: 20px solid lightblue;
    border-bottom: 20px solid #F8F8F8;
}
.top-01 section  p{
  padding:20px 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.col_reverse{
  display: flex;
  flex-direction: column-reverse;
}

.two_col {


}


.process{display:flex; flex-wrap: wrap; }
.process div{width:100%; }

.two_col>section{
  width:100%;
  margin-bottom:0%;
  box-shadow:none;  
}
.col_reverse>section{

}
#guide table th,
#guide table td {
  display:block;
  width:100%
}
a.btn-c {
  padding:10px;
}

}

@media screen and (max-width: 450px) {
h2,
.fade-in b
 {
  font-size:24px;
}
.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
}
}