@charset "utf-8";

body{
    width: 100%;
    margin: 0;
font-family: sans-serif;
}

h1{
    margin-bottom:0;
    margin-top: 0;
}

img{
    width: 100%;
    margin-top: -6px;
}

.wrapper{
    box-shadow: 0 0 30px rgb(167, 196, 212);
}

 @media screen and (min-width:800px){
 .wrapper{
   width: 700px;
   margin: 0 auto;
    }
}

.red{
    color:yellow;
    font-size:20px;
}


/*ヘッダー----------------------------------------------------------*/

header{
     display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
      padding: 5% 0;
      width: 100%;
      position:relative;
}

.c_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 3% 0;
  width: 100%;
}

@media screen and (min-width:800px){
  .c_header{
    width: 40% !important;
  }
}
.rogo{
  width: 45%;
  padding-left: 5%;
}
.h_tel{
  width: 55%;
}


.area{
    position: relative;
}
.tel{
    position: absolute;
    left: 0%;
    top: 70%;
    border-radius:50px;
}
.mail{
    position: absolute;
    left: 0%;
    top: 83%;
}
.attention{
    position: relative;
}

.mail02{
    position: absolute;
    left: 0%;
    top: 72%;
}
.tel_lead{
    left: 6%;
    position: absolute;
    top: 60%;
    font-size:13px;
    font-weight: bold;
    color: #001e66;
}
@media screen and (min-width:800px){
    .tel_lead{
        font-size:28px;
    }
}

/*fv----------------------------------------------------------*/

.fv_area{
    position: relative;
}

.main01 {
    width: 100%;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-img {
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

.main01.zoom {
    animation: zoomInOut1 2.4s ease-in-out infinite;
}
@keyframes zoomInOut1 {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

/*スラーだー----------------------------------------------------------*/
.slider{
    width: 100%;
    height: 100%;
  }
  
  .slider img{
    transform: scale(.8);
    object-fit: cover;
    transition: transform .3s;
  }

  .slick-active img{
    width: 100%;
    margin: 0 auto;
    transform: scale(1);
  }
  .slick-slide img{
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .slick-slide{
    filter: drop-shadow(rgb(167, 201, 223) 0px 0px 10px);
    transform: translateZ(0px);
  }

  .slick-dots{
    bottom: 35%;
  }

  .vouce_content{
    position: relative;
  }
  
  .slider{
    position: absolute;
    top: 30%;
  }
  .slick-dots li button:before{
    color: #18abe9;
    font-size: 10px;
    opacity: 0.3;
  }
  .slick-dots li.slick-active button:before{
    color: #18abe9;
  }
  .slick-prev
  {
      left: 3%;
      top: 33%;
      z-index: 999;
  }
  .slick-next
  {
      right: 7%;
      top: 33%;
    }
    .slick-next:before{
      content: '▶';
    }
    .slick-prev:before{
      content: '◀';
    }
  
   .slick-next:before,
   .slick-prev:before{
    color: #18abe9;
    opacity: 1;
    font-size: 31px !important;
   }
   .slick-slide img {
    width: 100%;
  }


/*qa----------------------------------------------------------*/
.qa{
  background-color: #f2fbfe;
}

.accordion {
  overflow: hidden;
  padding: 2% 3% 9% 3%;
}

.accordion-item {
  border-top: 1px solid #001e66;
}

.accordion-item:first-child {
  border-top: none;
}

.accordion-header {
  padding: 1rem;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
}


.accordion-header::after {
  content: '＋';
  margin-left: auto;
  transition: transform 0.3s;
  font-weight: bold;
  padding-left: 8px;
}

.accordion-item.active .accordion-header::after {
  content: '－';
}

.q-icon {
    width: 9%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    flex-shrink: 0;
        margin-top: 5px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  color: #444;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-weight: bold;
  font-size: 1rem;
}

.accordion-item.active .accordion-content {
  max-height: 300px; /* 適宜調整 */
  padding: 1rem;
}

.a-icon {
    width: 9%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    flex-shrink: 0;
        margin-top: 5px;
}

@media screen and (min-width:800px){
    .a-icon,
    .q-icon{
    width: 5%;
}
}

.answer-text {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.6;
}

 /* フォームーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.form_area{
  background-color: #001e66;
  padding-top: 7%;
}



.f_ttl{
  width: 70%;
  text-align: center;
  margin: 19px auto 24px auto;
  display: block;
}

div#form {
  padding: 8% 3% 11%;
}
div#form h3{
  width: 800px;
  text-align: center;
  color: #1e68d6;
  font-size: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin: 20px auto 15px;
  display: flex;
  justify-content: center;
}
div#form h3 img{
  width: 6%;
  margin-bottom: 5px;
  margin-right: 5px;
}
div#form .explanation{
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 20px;
  margin-top: 39px;
  color: #fff;
}
.explanation .must{
  font-size: 70%;
  margin-right: 5px;
  color: #fff;
  background: #ee2f38;
  padding: 4px 10px 5px;
  font-size: 13px;
  margin-bottom: 2px;
}
.form_tbl{
  width: 590px;
  margin: 0 auto;
  padding: 3% 5%;
  background-color: #fff;
  border-radius: 10px;
}
.form_tbl table {
  width: 100%;
  border: none;
}
.form_tbl th {
  display: block;
  border: none!important;
  color: #313131;
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
  padding: 2%;
}
.form_tbl td {
  display: block;
  width: 100%;
  border: none!important;
  margin: 5px 0 14px 0;
}
.form_tbl tr .min{
  font-size: 0.7rem;
  margin-bottom: 5px;
  font-weight:normal;
}
.form_tbl input, select, textarea {
  text-indent: 1em;
  padding: 10px 0;
  width: 100%;
}
input[type="radio" i] {
  margin: 3px 3px 0px 25%;
}

input[type="radio" i]:first-child{
   margin: 3px 3px 0px 0px;   
}
input[type="checkbox" i] {
  margin: 3px 3px 2% 0;
}

input[type="checkbox" i]:first-child{
   margin: 3px 3px 0px 0px;
}

.form_tbl input#tel {
  text-indent: 1em;
  padding: 10px 0;
  width: 27%;
}
.form_tbl input#zip {
  text-indent: 1em;
  padding: 10px 0;
  width: 30%;
}
.form_tbl input#date1, #date2 {
  text-indent: 0.6em;
  padding: 10px 0;
  width: 27%;
  margin-bottom: 5px;
}
.form_tbl select#time1, #time2 {
  text-indent: 0.8em;
  padding: 10px 0;
  width: 22%;
}
.form_tbl input, select, textarea {
  border: 1.5px solid #cacaca;
  border-radius: 5px;
}
.form_tbl input.radio {
  width: inherit;
}
label span.must {
  font-size: 70%;
  margin-left: 10px;
  color: #fff;
  background: #ee2f38;
  padding: 4px 10px 5px;
  font-size: 13px;
  margin-bottom: 2px;
}
.submitbtn {
  text-align: center;
  margin-top: 20px;
}
input[type=submit] {
  width: auto !important;
  padding: 11px 30px 12px 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: #18abe9;
  font-size: 20px;
  font-weight: bold;
  border: none;
}
.backbtn {
  width: 290px;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: bold;
  padding: 16px 5px 15px 5px;
  /* padding: 0.25em 0.5em; */
  text-decoration: none;
  color: #FFF;
  background: #18abe9;
  border-radius: 5px;
  /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);*/
  /*text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
  text-align: center;
}
.backbtn a:visited {
  color: #fff;
}
.backbtn a:link {
  color: #fff;
  text-decoration: none;
}


/*スクロール*/
.suc{
  height: 150px;
  overflow-y: scroll;
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 1px;
  padding: 20px 13px 15px 20px;
  font-size: 12px;
  margin: 2% 0%;
}
/* スクロールの幅の設定 */
.suc::-webkit-scrollbar {
width: 5px;
height: 5px;
}

/* スクロールの背景の設定 */
.suc::-webkit-scrollbar-track {
border-radius: 3px;
box-shadow: 0 0 3px #fff inset;
}

/* スクロールのつまみ部分の設定 */
.suc::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #d6d6d6;
}
.ds_no_pc{
  display: none;
}
body{
  margin:0px;
}
#wrapper.step01{
  background-color: #f1f1f1;
  margin: 0 auto;
  width: 100%;
}
#wrapper.step01 h2{
  background: #18abe9;
  padding: 40px 0 40px;
  margin-top:0;
  color: #fff;
  text-align: center;
}
#wrapper.step01 th {
  background: #ececec;
}
#wrapper.step01 #content{
  background-color: #f1f1f1;
}
@media only screen and (max-width: 999px) {
  #content {
      width: 100%;
  }
}
#wrapper.step01 .header {
  width: 100%;
  height: auto;
}
#wrapper.step01 .h-bg {
  width: 100%;
  background: #fff;
}
@media (min-width: 1920px) { 
  #wrapper.step01{
      width: 1920px;
  }
  #wrapper.step01 .header {
      width: 1920px;
      height: auto;
  }
}


@media (max-width: 767px) { 
  .ds_no_pc{
      display: block;
  }
  .qa {
      width: 100%;
      margin: 0px auto;
      padding: 2%;
      box-sizing: border-box;
      padding-top: 0;
  }
  div#form h3 {
      width: 100%;
  }
  .form_tbl {
      width: 100%;
      margin: 0 auto;
      padding: 8% 5%;
      box-sizing: border-box;
  }
  input[type="checkbox" i]{
       margin: 5px 3px 0px 0px;
  }
  div#form h3 img {
      width: 12%;
  }
  #wrapper.step01{
      width: 100%;
  }
  .form_tbl input#tel {
      text-indent: 0.5em;
  }
  .form_tbl input#date1 {
      width: 85%;
      text-indent: 0.2em;
  }
  .form_tbl input#time1 {
      width: 65%;
      text-indent: 0.2em;
  }
}

.zip-wrapper {
  display: flex;
  align-items: center;
  gap: 5px; /* 郵便番号入力欄の間隔 */
}
.zip-wrapper input {
  width: 27% !important; /* 各郵便番号入力欄の幅 */
}


 /* 確認画面ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
 .sec{
  padding: 4%;
 }

 footer{
  background-color: #18abe9;
  padding: 3%;
 }

 footer p, footer a {
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.9rem;
}

/* 追従ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.t_tel {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 1% 0 0 0;
  background-color: #1e68d6;
  text-align: center;
}

/* 表示状態 */
.t_tel.show {
  opacity: 1;
  visibility: visible;
}

/* PCサイズでは非表示 */
@media (min-width: 880px) {
  .t_tel {
    display: none;
  }
}

.ttel_area{
     background-color: #17abe8;
}

/* ctaーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.tel{
  position: absolute;
  left: 0%;
  top: 70%;
  animation: float 1.4s ease-in-out infinite;
  overflow: hidden;
  z-index: 1;
}

.tel02{
  position: absolute;
  left: 0%;
  top: 64%;
  animation: float 1.4s ease-in-out infinite;
  overflow: hidden;
  z-index: 1;
  border-radius:50px;
}

.tel03{
    position: absolute;
    left: 53%;
    top: 16%;
    overflow: hidden;
    z-index: 1;
    width: 45%;
}


.tel::after,
.tel02::after{
    content: "";
    position: absolute;
    top: 10%;
    left: -75%;
    width: 60%;
    height: 80%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shine-glint 3s infinite;
    z-index: 2;
    pointer-events: none;
}

.tel03::after{
    content: "";
    position: absolute;
    top: 2%;
    left: -75%;
    width: 60%;
    height: 80%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shine-glint 3s infinite;
    z-index: 2;
    pointer-events: none;
}

/* 上下*/
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* キラッ*/
@keyframes shine-glint {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }}
  
  
.floatingTelWrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  animation: float 2s ease-in-out infinite;
  z-index: 2;
  width: 90%;
  border-radius: 54px;
}

.floatingTelWrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin:0;
}

.floatingTelWrapper::after {
  content: "";
  position: absolute;
    top: -2px;
  left: -60%;
  width: 60%;
height: 95%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine-glint 3s infinite;
  z-index: 3;
  pointer-events: none;
}

/* アニメーション */
@keyframes glowPulse {
  0%, 100% {
    box-shadow: inset 0 0 0 rgba(255, 255, 0, 0);
  }
  50% {
    box-shadow: inset 0 0 20px rgba(255, 255, 0, 0.8);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.t_lead{
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 9px;
    margin-top: 2px;
}
