@charset "UTF-8";

/*======================
Base
========================*/

html {
  color: #000;
  font-weight: normal;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 23px;
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #ddd;
  opacity: .75;
}

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

h2,
h3 {
  font-weight: normal;
}


/* font -------------*/

.noto {
  font-family: "Noto Sans Japanese";
}

/* layout -------------*/

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

/*======================
header
========================*/

header {
  height: 115px;
}

header .wrapper {
  position: relative;
}

header h1 {
  width: calc(700px / 2);
  display: inline-block;
  padding-top: 41px;
}

.header_info {
  position: absolute;
  top: 50px;
  right: 0;
}

.header_info ul {
  display: flex;
  color: #00c9e1;
  font-size: 26px;
}

.header_info li {
  padding-top: 20px;
}

.header_info .tel {
  font-size: 37px;
  padding: 12px 25px 0 75px;
  position: relative;
}

.header_info .tel::before {
  position: absolute;
  content: "";
  background: url('../img/icon_tel.png') no-repeat;
  background-size: 100% 100%;
  width: 45px;
  height: 30px;
  left: 22px;
  top: 20px;
}

.header_info .line {
  background-color: #00c9e1;
  color: #fff;
  padding: 12px .5em;
  border-radius: 7px 7px 0 0
}

.header_info .line em {
  font-size: 36px;
  font-style: normal;
  padding-left: 16px;
  padding-bottom: 0;
}

/*======================
nav
========================*/

nav {
  background-color: #009be1;
  overflow: hidden;
}

.nav_list {
  float: right;
  position: relative;
}

.nav_list ul {
  display: flex;
  color: #fff;
  font-size: 17px;
  padding: .7em;
}

.nav_list li {
  padding-right: 70px;
}

.nav_list li:last-child {
  padding-right: 0;
}

/*======================
main
========================*/

main {
  clear: both;
  padding-top: 80px;
}

.main_img {
  overflow: hidden;
  width: 1200px;
  box-sizing: border-box;
  position: relative;
}

.slick-dots {
  width: 1200px;
  bottom: 2%;
}

.slick-dotted.slick-slider {
  padding-bottom: 55px;
}

.slick-dots li button::before {
  font-size: 30px;
}

/*======================
desc
========================*/

.desc {
  color: #009be1;
  padding-top: 60px;
}

.desc p {
  margin: 0;
  line-height: 1.9;
}

.desc_top {
  display: flex;
}

.desc_top h2 {
  font-size: 29px;
  padding: 27px 20px 0;
  letter-spacing: 2px;
}

.desc_top_cont {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 40px;
  padding: 10px 40px;
  min-width: 120px;
  max-width: 100%;
  letter-spacing: -2px;
  background: #FFF;
  border: solid 1px #009be1;
  box-sizing: border-box;
}

.desc_top_cont:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -26px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-right: 13px solid #FFF;
  z-index: 2;
}

.desc_top_cont:after {
  content: "";
  position: absolute;
  top: 30%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #009be1;
  z-index: 1;
}

.desc_top_cont ul {
  padding: 25px 0;
}

.desc_top_cont li {
  display: inline-block;
}

.desc_top_cont li span {
  font-size: 27px;
  background-color: #009be1;
  color: #fff;
  padding: 7px 10px;
}

.desc_top_cont li::after {
  content: "▶";
  color: #009be1;
  padding: 0 9px 0 5px;
  font-size: 30px;
  background-color: #fff;
}

.desc_top_cont li:last-child::after {
  content: "";
}

.desc h3 {
  font-size: 30px;
  margin: 5px 0;
  text-align: center;
}

.desc_bottom_cont {
  position: relative;
  display: inline-block;
  margin: 1.5em 45px;
  padding: 20px 250px 20px 35px;
  min-width: 120px;
  max-width: 100%;
  border: solid 1px #009be1;
  box-sizing: border-box;
}

.desc_bottom_cont.second {
  padding: 20px 63px 20px 35px;
  width: 92%;
  margin-bottom: 60px;
}

.desc_bottom_cont:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFF;
  z-index: 2;
}

.desc_bottom_cont:after {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-bottom: 16px solid #009be1;
  z-index: 1;
}

.desc_middle {
  position: relative;
}

.desc_middle::after {
  position: absolute;
  content: "";
  background: url('../img/liquid.png') no-repeat;
  background-size: 100%;
  width: 385px;
  height: 400px;
  top: 14px;
  right: 0;
  z-index: -1;
}

/*======================
std
========================*/

.std {
  background-color: #009be1;
  color: #fff;
  font-size: 22px;
  padding: 100px 60px;
}

.std_inner {
  display: grid;
  grid-template-areas:
    "std_cont std_img";
  grid-template-columns: 66% 1fr;
}

.std h2 {
  font-size: 40px;
  margin: 0;
  letter-spacing: .1em;
}

.std h2 em {
  font-size: 56px;
  font-style: normal;
}

.std h3 {
  font-size: 37px;
  color: #ffff00;
  border: 2px solid #ffff00;
  border-radius: 5px;
  padding: 20px 50px;
  margin: 25px 0 0;
  display: inline-block;
}

.std p {
  width: 83%;
  line-height: 1.7;
  letter-spacing: 1px;
}

.std_img {
  padding-right: 20px;
}


/*======================
treatment
========================*/

.treatment h2 {
  color: #009be1;
  border: solid 2px #009be1;
  width: 65%;
  text-align: center;
  margin: 60px auto;
  padding: 15px 0;
  letter-spacing: 0.1em;
  position: relative;
}

.treatment h2::after {
  position: absolute;
  content: "";
  background: url('../img/hand.png') no-repeat;
  background-size: 100%;
  width: 151px;
  height: 84px;
  top: 6px;
  right: -118px;
}

.treatment_inner {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas:
    "top_left top_right"
    "middle_left middle_right"
    "center center"
    "bottom bottom";
}

#top_left {
  grid-area: top_left;
}

#top_right {
  grid-area: top_right;
}

#top_left,
#top_right {
  width: 458px;
  margin: 0 auto;
}

#middle_left {
  width: 356px;
  margin: 0 auto;
  grid-area: middle_left;
}

#middle_right {
  width: 518px;
  margin: 0 auto;
  grid-area: middle_right;
}

#middle_left,
#middle_right {
  padding-top: 50px;
}

#center {
  width: 875px;
  padding: 100px 0 60px;
  margin-left: calc(calc(1200px - 875px)/2);
  grid-area: center;
}

#bottom {
  grid-area: bottom;
}

#bottom table {
  width: 935px;
  margin: 0 auto;
  font-size: 38px;
  border-spacing: 0px;
}

#bottom .title {
  background-color: #fff100;
  width: 100%;
  color: #009be1;
  letter-spacing: 3px;
}

#bottom td {
  color: #fff100;
  background-color: #009be1;
  text-align: center;
  padding: 12px 0;
  border: solid 5px #fff;
}


.treatment_bottom {
  margin-top: -14%;
  position: relative;
  z-index: -1;
}

.anime {
  animation-duration: 2s;
}


/*======================
question
========================*/
.question {
  overflow: hidden;
  padding-bottom: 7%;
}

.question h2 {
  color: #009be1;
  border: solid 2px #009be1;
  width: 65%;
  text-align: center;
  margin: 60px auto;
  padding: 15px 0;
  letter-spacing: 0.1em;
  position: relative;
}

.question h2::after {
  position: absolute;
  content: "";
  background: url('../img/hand2.png') no-repeat;
  background-size: 100%;
  width: 151px;
  height: 84px;
  top: 6px;
  left: -118px;
}

.question_area {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 135px 240px;
  grid-template-columns: 100px 1fr;
}

.question_area.line3,
.question_area.line4,
.question_area.line5 {
  grid-template-rows: 135px 295px;
}

.num {
  grid-row: 1 / 3;
  grid-column: 1;
  font-size: 43px;
  background-color: #f2f2f3;
  border-radius: 50px;
  width: 85px;
  height: 85px;
}

.num p {
  margin: 0;
  padding-top: 19px;
  padding-left: 9px;
}

.cont_q {
  grid-row: 1;
  grid-column: 2;
  background: url('../img/balloon01.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin-top: 15px;
  height: 110px;
}

.cont_q p {
  font-size: 30px;
  padding: 1.5% 0;
}

.cont_a {
  grid-row: 2;
  grid-column: 2;
  background: url('../img/balloon02.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  height: 190px;
}

.cont_a p {
  font-size: 26px;
  padding: 4.5% 0 0;
  line-height: 1.5;
  margin: 0;
}

.cont_a.line3 {
  height: 235px;
}

.cont_a.line4 {
  height: 255px;
}

.cont_a.line5 {
  height: 260px;
}


.cont_a p.notice {
  font-size: 22px;
  padding-top: 15px !important;

}

.line_img {
  width: 75%;
  margin: 2% auto;
}

.line_img_big {
  width: 100%;
  margin: 2% auto;
}

.btn_cta {
  width: 900px;
  margin-right: 100px;
  float: right;
}

.btn_cta p {
  background: url('../img/balloon03.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  height: 110px;
  font-size: 30px;
  line-height: 110px;
}

.btn_cta p:hover {
  opacity: 0.7;
}

.duration {
  animation-duration: 2s;
}

.delay {
  animation-delay: 1s;
}


/*======================
flow
========================*/

.flow {
  background-color: #009be1;
  color: #fff;
  font-size: 23px;
  padding: 50px 0;
}

.flow h2 {
  color: #fff;
  border: solid 2px #fff;
  width: 65%;
  text-align: center;
  margin: 20px auto 60px;
  padding: 15px 0;
  letter-spacing: 0.1em;
  position: relative;
}

.flow h2::after {
  position: absolute;
  content: "";
  background: url('../img/hand.png') no-repeat;
  background-size: 100%;
  width: 151px;
  height: 84px;
  top: 6px;
  right: -118px;
}

.flow_inner h3 {
  font-size: 30px;
  margin: 2% 0 0;
  text-align: center;
}

.flow_cont {
  position: relative;
  display: inline-block;
  margin: 1.5em 5%;
  padding: .5em 1.5em;
  width: 90%;
  line-height: 1.6;
  border: solid 1px #fff;
  box-sizing: border-box;
}

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

.flow_cont:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #009be1;
  z-index: 2;
}

.flow_cont:after {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-bottom: 16px solid #fff;
  z-index: 1;
}

/*======================
contact
========================*/

.contact h2 {
  color: #009be1;
  border: solid 2px #009be1;
  width: 65%;
  text-align: center;
  margin: 100px auto 40px;
  padding: 15px 0;
  letter-spacing: 0.1em;
  position: relative;
}

.contact h2::after {
  position: absolute;
  content: "";
  background: url('../img/hand2.png') no-repeat;
  background-size: 100%;
  width: 151px;
  height: 84px;
  top: 6px;
  left: -118px;
}

.contact h3 {
  color: #009be1;
  text-align: center;
}

.contact p {
  margin: 0;
  font-size: 19px;
  text-align: center;
  padding: 2% 0;
}

.contact_area {
  display: flex;
  padding: 5%;
}

.contact_line {
  border: solid 1px #14ab39;
  width: 48%;
  margin-right: 4%;
}

.head_line,
.line_id {
  color: #fff;
  background-color: #14ab39;
}

.contact_line_img01 {
  width: 35%;
  padding: 2% 4%;
}

.contact_box ul {
  width: 49%;
  display: inline-block;
  padding: 5% 5% 0 0;
  padding-left: 0;
}

.contact_box li {
  padding-bottom: 5%;
}

.contact_box ul span {
  display: inline-block;
  padding: 0 9% 10% 7%;
  font-size: 30px;
  color: #14ab39;
}

.contact_line_img02 {
  width: 44%;
}

p.line_id_num {
  border: solid 1px #14ab39;
  color: #14ab39;
  font-size: 26px;
  font-weight: bold;
  padding: 3%;
  margin-bottom: 4%;
}

.contact_tel {
  border: solid 1px #009be1;
  width: 48%;
}

.head_tel {
  color: #fff;
  background-color: #009be1;
}

.contact_tel_info {
  padding: 5%;
}

.contact_tel_info p {
  color: #009be1;
  font-size: 32px;
}

.contact_tel_info .line02 {
  font-weight: bold;
  font-size: 44px;
}

.contact_tel_info .line03 {
  padding-top: 1.4em;
  font-size: 26px;
}

/*  form  */


.form_area {
  border: solid 2px #e49d3e;
  margin: 0 5%;
  margin-bottom: 5%;
}

p.form_area_head {
  background-color: #e49d3e;
  color: #fff;
  padding: 1% 0;
}

.form_area table {
  padding: 2% 4%;
  width: 100%;
  border-spacing: 0 20px;
}

.form_area tr {
  vertical-align: top;
}

.form_area th p {
  background-color: #e49d3e;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  padding: 3px 40px;
  line-height: 1.6;
}




.radio_style {
  display: none;
}

.radio_area {
  padding-left: 5%;
}

.radio_style {
  display: none;
}

.radio_style+label {
  padding-left: 24px;
  position: relative;
  margin-right: 32px;
  font-size: 17px;
  color: #e49d3e;
}

.radio_style+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e49d3e;
  border-radius: 50%;
}

.radio_style:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  background: #e49d3e;
  border-radius: 50%;
}




/*======================
footer
========================*/

footer {
  border-bottom: 10px solid #009be1;
}

.footer_inner {
  display: flex;
  padding: 3% 0 1%;
}

.footer_logo {
  padding-right: 30px;
  padding-left: 5%;
}

.footer_inner a {
  color: #009be1;
}

.footer_inner ul {
  display: flex;
  font-size: 18px;
  padding-top: 3%;
}

.footer_inner li {
  margin-right: 1.5em;
}

img.noexpand {
  width: inherit;
}

p.mikke_link {
  text-align: center;
  font-size: 10px;
}

p.mikke_link a {
  color: pink;
}

.hhw_link {
  margin: 16px auto;
  text-align: left;
}

.hhw_link img {
  width: auto;
}

.link_ttl {
  font-size: 14px;
  margin: 20px auto 0;
  color: #009be1;
}

.banner-box {
  margin: 0 auto;
  width: 1070px;
  padding: 5%;
}