@charset "UTF-8";
/* 全体 */
body {
  font-size: 14px;
  font-family: Arial, Verdana;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover img {
  opacity: 0.5;
}

p {
  line-height: 1.8;
}

/* 写真画像3：4size */
.aspect{
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* パソコンで見たときは"pc"のclassが表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassが表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

#wrapper {
  width: 100%;
}


.left{
 width: calc( 100% - 356px);
 height: auto;
}
@media screen and (max-width: 767px){
  .left{
   width: 100%;
  }
}
/* ヘッダー部分 */
#header {
  width: 100%;
  background-image: url('../img/top_bk.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 7vw;
}
.ai{
  position: relative;
}
.ai_img{
  position: absolute;
  width: 30%;
  top: 5vw;
  right: 5vw;
}
.ai_img img{
  width: 100%;
}
.top_tel{
  color: #000;
  padding-left: 32px;
}
.top_tel a{
  color: #000;
}


.container{
  width: 20vw;
  height: 30vw;
  position: relative;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  
  animation: image-switch-animation 25s infinite;
}

.src1 {
  background-image: url(../img/S__3506188v2.jpg);
}
.src2 {
  background-image: url(../img/S__3506186v2.jpg);
}
.src3 {
  background-image: url(../img/S__3506182v2.jpg);
}
.src4 {
  background-image: url(../img/1c7e544ad-2375-4435-bcc3-c80130508c1b.jpg);
}
.src5 {
  background-image: url(../img/17a247591-8540-4f7c-88ff-1e98dcbfddd2.jpg);
}

.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
.image:nth-of-type(4) {
  animation-delay: 15s;
}
.image:nth-of-type(5) {
  animation-delay: 20s;
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}



.header-img img:hover {
  opacity: 1.0;
}
#header h1{
  width: 100%;
  padding-top: 30px;
  padding-left: 32px;
  font-size: 1.5vw;
}
.top_main{
  font-size: 1.5vw;
  font-weight: 700;
  padding-top: 6.5vw;
  padding-left: 53px;
  box-sizing: border-box;
  position: relative;
}
.h_m_text{
  font-size: 2vw;
  padding-top: 11px;
}
.top_main_rogo{
  width: 40%;
  padding-left: 4vw;
}
.top_main_rogo img{
  width: 100%;
}
.top_rank{
  width: 40%;
  padding-left: 4vw;
}
@media screen and (max-width: 767px){
  #header h1{
    width: 80%;
    font-size: 5vw;
  }
  .top_main{
    font-size: 3vw;
    padding-left: 33px;
  }
  .h_m_text{
    font-size: 3vw;
  }
  .top_main_rogo{
    width: 90%;
    padding-left: 0;
  }
  .top_rank{
    width: 90%;
    padding-left: 0;
  }
}
.top_rank ul{
  display: flex;
  gap: 25px;
}
.top_rank img {
  width: 100%;
  object-fit: cover;
}

.n_k{
  padding-top: 73px;
}
@media screen and (max-width: 767px){
  .n_k{
    padding-top: 60px;
  }
}
.ka_img{
  position: relative;
  width: 100%;
}
.ka_img img{
  width: 100%;
  vertical-align: bottom;
}
.n_h2{
  width: 100%;
  line-height: 1.2;
  font-size: 2vw;
  padding-left: 110px;
  box-sizing: border-box;
}
span.color_2e{
  color: #2E77A4;
}
.ka_img h2{
  position: absolute;/*重ねたい子要素にabsolute*/
  top:10%;
  left: 20%;
  transform: translate(-50%,-50%);/*センター寄せの修正*/
}
.k_t{
  background: #dff3e6;
  padding-top: 10vw;
}
.k_t_img{
  width: 50%;
  margin: 0 auto;
}
.k_t_img img{
  width: 100%;
}
.k_t h2{
  font-size: 2.7vw;
  text-align: center;
  padding-top: 2vw;
}
@media screen and (max-width: 767px){
  .k_t_img{
    width: 80%;
  }
  .k_t h2{
    font-size: 4vw;
  }
}
.k_3col{
  width: 100%;
}
.ma_3col{
  width: 80%;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding: 5vw 0;
}
.k_col{
  padding: 39px 20px 40px;
  background: #FFF;
  border-radius: 24px;
  text-align: center;
}
@media screen and (max-width: 767px){
  .ma_3col{
    display: block;
  }
  .k_col{
    margin-bottom: 10px;
  }
}
.k_col h3{
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.co_s{
  font-size: 16px;
  font-weight: 700;
  background-color: rgb(219, 219, 219);
  display: inline-block;
  border-radius: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-inline: 26px;
  line-height: 1;
  margin-bottom: 16px;
}
span.utikesi{
  font-weight: 400;
  text-decoration: line-through;
}
.pr_span{
  font-size: 1.8vw;
  color: rgb(28, 191, 115);
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1;
}
span.pr_1{
  font-size: 5vw;
}
@media screen and (max-width: 767px){
  .pr_span{
    font-size: 5vw;
  }
  span.pr_1{
    font-size: 15vw;
  }
}
span.pr_2{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 6px;
}
span.pr_5{
  padding-top: 1vw;
  padding-bottom: 2vw;
}
.k_k{
  font-size: 1vw;
  margin-bottom: 8px;
}
.kom{
  font-size: 1.7vw;
  font-weight: 700;
}
@media screen and (max-width: 767px){
  .k_k{
    font-size: 4vw;
  }
  .kom{
    font-size: 5vw;
  }
}
.l_k{
  padding-top: 84px;
  padding-bottom: 88px;
  background-color: #f5f9fb;
}
.l_k_f{
  max-width: 1225px;
  padding-inline: 57.5px;
}
@media screen and (max-width: 767px){
  .l_k_f{
    padding-inline: 0;
  }
}
.l_k_t{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.l_k_t h2{
  font-size: 1.7vw;
  color: rgb(6, 195, 161);
  margin-bottom: 19px;
}
.l_k_t p{
  font-size: 2.5vw;
}
@media screen and (max-width: 767px){
  .l_k_t h2{
    font-size: 4vw;
  }
  .l_k_t p{
    font-size: 4vw;
  }
}
.l_k_img{
  width: 100%;
  padding-top: 5vw;
}
.l_k_img img{
  width: 100%;
}
.t_k{
  padding: 90px 0;
  background-color: #fef8e5;
}
.t_k_m{
  max-width: 1225px;
  padding-inline: 57.5px;
  text-align: center;
}
.t_k_m h2{
  font-size: 2.5vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  .t_k{
    padding: 45px 0;
  }
  .t_k_m{
    padding-inline: 0;
  }
  .t_k_m h2{
    font-size: 5vw;
  }
}
.t_k_p {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}
.t_k_p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
.t_k_p p {
  margin: 0;
  padding: 0;
  font-size: 1.5vw;
  font-weight: 700;
}
.t_k_pt{
  padding-top: 40px;
}
@media screen and (max-width: 767px){
  .t_k_p p {
    font-size: 7vw;
  }
  .t_k_pt{
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    font-weight: 400;
  }
}
.t_k_img{
  width: 100%;
  padding-top: 5vw;
  position: relative;
}
.t_k_img img{
  width: 100%;
}
.t_k_img2{
  width: 80%;
  margin: 0 auto;
  padding-top: 5vw;
  position: relative;
}
.t_k_img2 img{
  width: 100%;
}
.t_k_b{
  margin-bottom: 26px;
  margin-top: -20px;
}
.t_k_t{
  flex-direction: row;
  align-items: flex-start;
  font-weight: 700;
  line-height: 1;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  font-size: 28px;
  margin-bottom: 16px;
  padding-left: 16px;
  text-align: unset;
}
.t_k_l{
  text-align: left;
}
.t_k_k{
  display: flex;
}
.t_k_s{
  font-size: 8vw;
  color: #06c3a1;
}
.t_k_s2{
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  line-height: 1;
  padding-bottom: 15px;
  gap: 5px;
  align-items: flex-start;
}
@media screen and (max-width: 767px){
  .t_k_b{
    text-align: center;
  }
  .t_k_t{
    padding-left: 0;
    display: block;
    text-align: center;
  }
  .t_k_k{
    justify-content: center;
  }
  .t_k_s2{
    padding-bottom: 10px;
  }
}
.t_k_c{
  color: #06c3a1;
  font-size: 2.2vw;
}
.t_k_pr{
  font-size: 92px;
  margin-left: 18px;
  margin-right: 17px;
}
.t_m_m{
  margin: -44px 0px 0px 15px;
}
.t_m_img{
  object-fit: contain;
  margin: 0px;
  width: 130px;
  height: 130px;
}
.t_m_k{
  font-size: 12px;
  margin-left: 9px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b5b5b;
}
@media screen and (max-width: 767px){
  .t_k_c{
    font-size: 5vw;
  }
  .t_k_s{
    font-size: 15vw;
  }
  .t_m_m{
    margin: 0;
    position: relative;
  }
  .t_m_m img{
    position: absolute;
    top: -200px;
    right: 0;
  }
  .t_m_k{
    margin-left: 0;
  }
}
.t_k_cn{
  text-align: center;
  font-weight: 700;
}
.t_k_d{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.t_k_d2{
  font-size: 3vw;
  text-underline-offset: 20px;
  line-height: 1.5;
  margin-bottom: 21px;
}
.t_k_dk{
  font-size: 3vw;
  color: #fda400;
}
.t_k_ds{
  position: relative;
  text-decoration: underline;
}
.t_k_ds::before {
  content: "";
  position: absolute;
  background-color: rgb(253, 164, 0);
  border-radius: 50%;
  left: 7px;
  right: 0px;
  margin: auto;
  width: 10px;
  height: 10px;
  top: -11px;
}
.t_k_pp{
  font-size: 1.5vw;
}
.t_img_v2{
  width: 80%;
  margin: 0 auto;
}
.t_img_v2 ul{
  display: flex;
  justify-content: center;
  gap: 5px;
  padding-top: 20px;
}
.t_img_v2 li{
  width: 22%;
}
.t_img_v2 li img{
  width: 100%;
}
@media screen and (max-width: 767px){
  .t_k_dk{
    font-size: 6vw;
  }
  .t_k_d2{
    font-size: 4vw;
    text-underline-offset: 10px;
  }
  .t_k_ds::before{
    left: -3px;
  }
  .t_k_pp{
    font-size: 2.7vw;
  }
  .t_img_v2 ul{
    flex-wrap: wrap;
  }
  .t_img_v2 li{
    width: 48%;
  }
}
.o_k{
  padding-top: 120px;
  background-color: #e1f4eb;
}
.o_k_r{
  padding-inline: 20px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.o_k_t{
  font-size: 20px;
  line-height: 44px;
  font-family: Inter;
  font-weight: 700;
  color: #06c3a1;
  letter-spacing: 1px;
  margin-bottom: 26px;
}
.o_k_r h2{
  font-size: 44px;
  line-height: 70.4px;
  font-weight: 700;
}
.o_k_p{
  margin-top: 28px;
  margin-bottom: 64px;
  letter-spacing: -0.2px;
  line-height: 2;
}
@media screen and (max-width: 767px){
  .o_k{
    padding-top: 60px;
  }
  .o_k_r{
    padding-inline: 0;
  }
  .o_k_p{
    padding: 0 30px;
  }
}
.o_k_f{
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0 20px 0;
  box-sizing: border-box;
}
.o_k_fk{
  width: 50%;
  margin-bottom: 0px;
}
.o_k_fk2{
  position: relative;
  min-height: 250px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 40px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 60px 30px 20px;
}
.o_k_fk3{
  position: absolute;
  bottom: 48px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.o_k_j{
  width: 116.21px;
  position: absolute;
  bottom: 0px;
  right: 44px;
  object-fit: contain;
  height: auto;
  margin-inline: auto;
}
.o_k_j img{
  width: 100%;
}
@media screen and (max-width: 767px){
  .o_k_f{
    display: block;
  }
  .o_k_fk{
    width: 100%;
    margin-bottom: 20px;
  }
  .o_k_fk2{
    padding: 20px;
  }
  .o_k_j{
    width: 70px;
    right: 30px;
  }
}
.d_e_p{
  padding-top: 120px;
  padding-bottom: 0px;
  background: #f5f9fb;
}
.d_e{
  width: 800px;
  margin: 0px auto;
  min-height: 170px;
  bottom: -100px;
  clip-path: polygon(100% 0px, 100% 68%, 50% 100%, 0px 68%, 0px 0px);
  position: relative;
  z-index: 2;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  color: var(--chakra-colors-white);
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  background-color: rgb(6, 195, 161);
}
.d_e_d{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 5px;
  color: #FFF;
}
.d_e_pl{
  width: 100%;
  max-width: 1225px;
  margin-inline: auto;
  padding-inline: 0px;
}
.d_e_pt{
  width: 100%;
  text-align: center;
}
.d_e_pco{
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 4px;
  font-weight: 700;
  color: #06c3a1;
  letter-spacing: 1px;
  padding-top: 40px;
}
.d_e_ph{
  font-size: 44px;
  line-height: 70.4px;
  font-weight: 700;
}
.d_e_pm{
  padding: 50px 33px;
}
.d_e_w{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.d_e_f{
  width: 16vw;
  margin-right: 16px;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  text-align: center;
}
.d_e_f2{
  box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 30px;
  border-radius: 16px;
  overflow: hidden;
}
.d_e_f3{
  padding-top: 46px;
  padding-bottom: 81px;
  min-height: 250px;
  border-radius: 16px;
}
@media screen and (max-width: 767px){
  .d_e{
    width: 100%;
    font-size: 30px;
    bottom: -70px;

  }
  .d_e_pco{
    padding-top: 0;
  }
  .d_e_w{
    display: block;
  }
  .d_e_f{
    width: 100%;
  }
  .d_e_f2{
    margin-bottom: 20px;
  }
  .d_e_f3{
    padding-top: 33px;
    padding-bottom: 40px;
  }
}
.f2{
  box-shadow: rgba(224, 104, 93, 0.5) 0px 0px 0px 4px inset;
}
.f3{
  box-shadow: rgb(224, 104, 93) 0px 0px 0px 4px inset;
}
.d_e_h3{
  font-weight: 700;
  font-size: 28px;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 34px;
  line-height: 1.2;
}
.d_e_pp{
  font-size: 12px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 43px;
  font-weight: 500;
}
.d_e_f3 li{
  font-size: 16px;
  font-weight: 700;
}
.d_f{
  padding-top: 10px;
  padding-bottom: 50px;
  padding-inline: 58px;
}
.p_t{
  padding: 5vw 0;
  text-align: center;
  background-image: radial-gradient(rgb(7, 92, 77), rgb(16, 120, 101));
}
.p_t_k{
  font-size: 26px;
  color: #FFF;
  font-weight: 600;
  font-family: "Noto Sans JP";
  letter-spacing: -0.004em;
  line-height: 1.4;
}
.e_j{
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.e_j a{
  color: #FFF;
}
@media screen and (max-width: 767px){
  .d_f{
    padding-inline: 0;
  }
  .d_e_ph{
    font-size: 35px;
    line-height: 40.4px;
  }
  .p_t_k{
    font-size: 13px;
  }
}







.right{
  position: fixed;
  display: block;
  visibility: visible;
  opacity: 1;
  top: 0px;
  right: 0px;
  width: 356px;
  height: 100%;
  z-index: 1;
  padding-top: 20px;
}

.b2{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: rgb(21, 21, 21);
    text-align: center;
    padding: 14px 0px 0px;
    margin-bottom: 9px;
}
span.b3 {
    display: block;
    color: #06c4a1;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
}
.b_form_p{
  padding: 0px 32px 20px;
}
.text_right_red{
  text-align: right;
  color: red;
}
.b_form_in{
  width: 100%;
  min-width: 0px;
  outline: transparent solid 2px;
  outline-offset: 2px;
  position: relative;
  appearance: none;
  font-size: 16px;
  height: 43px;
  border-radius: 10px;
  border: 1px solid rgb(189, 189, 189);
  background: inherit;
  padding-left: 10px;
  margin-top: 1px !important;
  box-sizing: border-box;
}
.bu_right_box{
  margin: 1.5rem auto 0px;
  margin-inline: 0px;
}
.button1{
  appearance: none;
  outline: transparent solid 2px;
  outline-offset: 2px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  box-shadow: rgba(16, 37, 68, 0.15) 10px 10px 30px;
  background: #06c4a1;
  color: #FFF;
  border-radius: 20px;
}
 
.main{
 display: flex;
}