@charset "utf-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

/*------------------------ common ------------------------*/
* {
  color: #212121;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

:root{
  --green:#2DD3A9;
}
/* @media (min-width: 768px) {
  * {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  * {
    font-size: 16px;
  }
} */

html,
body {
  height: 100%;
    background-image: url("../image/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
}
@media (min-width: 768px) {
  html,body {
    background-image: url("../image/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    
  }
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0;
}

button,
a {
  cursor: pointer;
  transition: 0.3s;
}

button:hover,
a:hover {
  opacity: 0.8;
}
main{
  background-color: #fff;
  max-width: 460px;
  margin: 0 auto;
}
.sec_inner{
  padding: 4%;
}
@media (min-width: 768px) {
  main{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .flex{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/*---------------------- header ------------------------*/

header {
  padding: 1%;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;

}

.header_left {
  width:60%;
}
.header_left a{
  display: block;
}
.header_right{
  display: flex;
  align-items: center;
  height: 100%;
}

/*------------------------ footer ------------------------*/
footer {
  background-color: #F4F4F4;
}

.copy {
  text-align: center;
  font-size: 12px;
}

/*------------------------ page top ------------------------*/
.page_top_area {
  margin-right: 0;
  margin-left:auto;
  display: block;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  background: #fff;
  transition: 0.3s;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border: 2px solid var(--green);
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.page_top {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.page_top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: var(--green);
  font-size: 30px;
  padding-top: 4px;
}

.page_top_area:hover {
  color: rgb(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .page_top_area {
    width: 70px;
    height: 70px;
    bottom: 120px;
  }
}
.cta{
  background-image: url("../image/cta_bg.png");
  background-repeat: no-repeat;
  padding: 10% 4%;
  background-size: cover;
}
.cta .inner{
  background-color: #fff;
  border: 1px solid var(--green);
  border-radius: 10px;
  padding: 4%;
}
.fv{
  position: relative;
}
.floating{
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  max-width: 768px;
  max-width: 460px;
}
.fv .btn_area{
  max-width: 768px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_area a{
  width: 50%;
}

.sec_ttl{
  width: 80%;
  margin: 8% auto 5% auto;
  /* max-width: 200px; */

} 
.sec_ttl img{
  width: 100%;
  object-fit: contain;
  max-height: 36px;
}
.cta .sec_ttl{
  max-width: 200px;
}
.cta .sec_ttl img{
  max-height: none;
}
@media (min-width: 768px) {
  .sec_ttl{

  }
}

.sec001{
  background-image: url("../image/bg_sec001.png");

}
.sec007 .sec_inner{
  padding-top: 0;
}
.sec_inner{
  padding: 4%;
}
.sec_inner .txt_ttl{
  color: var(--green);
  text-align: center;
  font-weight: 900;
  font-size: 4vw;

  margin: 4% 0;
}
@media (min-width: 768px) {
  .sec_inner .txt_ttl{
    font-size: 32px;
  }
}
/*---------------------- header ------------------------*/

header {
  border-top: 11px solid var(--green);
  width: 100%;
  /* max-width: 768px; */
  max-width: 460px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}
header li i{
  margin-left: 2%;
}
.header_left {
  height: 100%;
  object-fit: contain;
  max-width: 200px;
}
.header_left img{
  width: 100%;
}
.header_sp {
  display: none;
}

  /* ハンバーガー */
  .bar {
    position: relative;
    z-index: 99999;
  }

  .bar i {
    color: var(--green);
    font-size: 25px;
    padding-top: 2px;
  }

  .bar.open i::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--green);
    padding-right: 15px;
  }

  .menu {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    color: #2c2c2c;
    position: fixed;
    top: -150%;
    left: 0;
    z-index: 9999;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    color: #efefef;

    transition: .3s;
    padding: 10% 1rem;

  }

  .menu.open {
    left: 0;
    top: 0;
  }

  body.open {
    overflow: hidden;
  }

  .menu-list {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .menu-list:last-child{
    margin-bottom: 5%;
  }
  .menu-list a {
    line-height: 40px;
    color: #2c2c2c;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    border-bottom:1px solid #d3d3d3;
  }

  .menu-list a::after {
    content:"";
    background: url("../image/menu_ar.svg") center / contain no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height:  20px;
  }
  .menu-list .btn_area a{
    display: block;
    max-width: 600px;
    border-bottom: none;
  }
  .menu-list .btn_area a::after{
    display: none;
  }
  .menu-btn {
    padding: 1rem;
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }

  .menu-btn a {
    color: #fff;

    display: block;
    font-size: 18px;
    border-radius: 10px;
    padding: 0.5rem 1rem;
  }

  .menu-btn a span {
    font-size: 12px;
    color: #fff;
    display: block;
  }

  .menu-btn a i {
    color: #fff;
    margin-right: 5px;
  }

  .menu-btn .btn_area button {
    padding: 1rem;
    display: block;
    width: 100%;
    margin: 2% 0;
  }

  .header_sp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 50px;
    width: 100%;
    padding: 5px;
  }
  .header_sp .logo{
    display: block;
    height: 100%;
  }
  .header_pc {
    display: none;
  }

  /*------------------------ question_list ------------------------*/

.question_list {
  list-style-type: none;
  padding-left: 0;
  border-radius: 10px;
}
.question_list li{
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5%;
  border: 1px solid var(--green);
}
.question_list li .q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 10px;
  cursor: pointer;
}

.question_list li:last-child .q {
  border-bottom: none;
}

.q_cnt {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: var(--font18);
}

.q_cnt img {
  margin-right: 10px;
  width: 10%;
}

.question_arrow {
  font-size: 20px;
  color: var(--green);
  cursor: pointer;
  pointer-events: auto;
  transition: 0.3s;
}

.a_close {
  transform: rotateX(0);
}

.a_cnt {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.a_cnt img {
  margin-right: 10px;
  width:10%;
}

.question_list li .a {
  border-top: 1px solid var(--dark-orange);
  display: none;
  padding: 10px;
}

.question_list li .a p {
  padding: 10px 20px 10px 10px;
}
@media (min-width: 500px) {
  .q_cnt img,
  .a_cnt img {
    width: 5%;
  }
}
@media (min-width: 768px) {
  .question_list li{
    margin-bottom: 2%;
  }
  .q_cnt img,
  .a_cnt img {
    width: 7%;
  }
}
@media (min-width: 1200px) {
  .q_cnt img,
  .a_cnt img {
    width: 5%;
  }
}
.footer_link {
  margin-bottom:35%;
}
.footer_link ul li{

  border-bottom: 1px solid var(--green);
}
.footer_link ul li:first-child{
  border-top: 1px solid var(--green);
}
.footer_link ul li a{    
  line-height: 2;
  padding: 10px 15px;
  color: var(--green);
  display: block;
  text-decoration: none;
}

/* スライダー */
.twentytwenty-wrapper{
  width: 80%;
  margin: 0 auto;
}
.swiper-slide{
  height: auto;
}
.slider_cnt{ 
  height: 100%;
}
.slider_inner{
  border: 1px solid var(--green);
  height: 100%;
  margin: 0 2%;
  padding: 1rem;
}
.face_parts{
  background-color: var(--green);
  color: #fff;
  text-align: center;
margin-bottom: 2%;
}
.slider_list{
  width: 100%;
  margin: 2% 0;
}
.slider_list li{
 border-bottom: 1px dotted var(--green);
 padding: 5px 0;
 display: flex;
 align-items: center;
}
.slider_list li:first-child{
  display: block;
}
.slider_list li span{
  width: 40%;
  font-size: 12px;
  color: var(--green);
  text-align: left;
}

.slider_list li p{
  width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: auto;
}
.swiper-button-prev{
  background: url("../image/menu_ar.svg") center / contain no-repeat;
  transform: scale(-1, 1);
  left: 0;
}
.swiper-button-next{
  background: url("../image/menu_ar.svg") center / contain no-repeat;
  right: 0;
}
/* 当院の3つの強み */
.accordion{
  margin: 2% 0; 
  background-color: #fff;
  font-family: var(--font-noto);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
}
.accordion dt{
  border: 1px solid var(--green);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion dt span{
  font-weight: 400;
}
.accordion dt i{
  color: var(--green);
}
.accordion dd{
  border: 1px solid var(--green);
  border-top: none;
  padding: 1rem;
  display: none;
}
.accordion dd h2{
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 1rem;
}
.accordion dd h2 img{
  width: 1rem;
}
.accordion dd h3{
  color: var(--green);
  font-weight: 400;
}
.accordion dd ul li{
  margin-bottom: 1rem;
}
.accordion.point dt{

}
.accordion.point dt img{
  width: 1.7rem;
  margin-right: 2%;
}
.accordion.point dt div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.accordion.point dt span{
  color: var(--green);
}
.accordion.point dd img{
  margin-bottom: 2%;
}
.accordion.kinds dt{
  background-color: var(--green);
}
.accordion.kinds dt div,
.accordion.kinds dt i{
  color: #fff;
}
