@charset "UTF-8";
html {
  margin: 0;
}

body,
option {
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN", "小塚ゴシック Pro", "Kozuka Gothic Pro", serif;
  font-size: 15px;
  overflow-x: hidden;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.5px;
}
img{
	vertical-align:top;
}
section{
  position: relative;
  text-align: center;
}

.sp{
  display: none;
}

.outer {
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main_header{
  margin: 0;
  position: relative;
  text-align: center;
}
.header_contents{
  position: absolute;
  top: 15px;
  left: 24%;
  color: #fff;
  font-weight: 700;
}
.header_btn{
  position: absolute;
  top: 6px;
  right: 24%;
}
.form_tel{
  position: absolute;
  top: 217px;
  right: 26%;
}
.mt_btns{
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
}

.f_btns{
  position: fixed;
  bottom: 0px;
  height: 120px;
  background:linear-gradient(to bottom,#03aee2,#0088c8);
  display: none;
  width: 100%;
}
.f_btns.on{
  display: block;
}
.f_btns .mt_btns{
  top: 10px;
  height: 100px;
}
.f_btns .mt_btns img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.btn{
  transition: filter 0.3s;
}
.btn:hover {
    filter: brightness(115%);
}

.mail_inner{
  border-radius: 10px;
  box-shadow: 0px 0px 15px #0088c85e;
  width: 1000px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 80px;
}
.contact_form form .mail_inner_in select,
.contact_form form .mail_inner_in input,
.contact_form form .mail_inner_in textarea{
  font-size: 28px;
  background-color: #EAEFF3;
  width: 100%;
  padding: 0px 20px;
  border: none;
  border-radius: 10px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.contact_form form .mail_inner_in select,
.contact_form form .mail_inner_in input{
  height: 2.5em;
}

.mail_inner_in{
  text-align: left;
}
.mail_inner_in label{
  font-size: 28px;
  line-height: 2.5em;
}
.confirm_btn{
  margin-bottom: 150px;
}

.f_div{
  background:linear-gradient(to bottom,#03aee2,#0088c8);
  color: #fff;
  padding: 50px;
  /* width: 1920px; */
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}
.f_div h2{
  font-size: 32px;
}
.f_div p{
  font-size: 24px;
  font-weight: 800;
}
.copy{
  color: #9cd1ea;
  font-size: 14px;
  margin-top: 40px;
}
.min_font{
  font-size: 18px;
  font-weight: normal;
}
.f_div a{
  color: #fff;
  text-decoration: none;
}
.contact_form form .mail_inner_in select,
::placeholder {
  color: #7494B2;
}

.youtube {
  width: 100%;
  height:auto;
  position: relative;
  margin: 0 auto;
  /* aspect-ratio: 16 / 9; */
}
.youtube iframe {
  width: 75vw;
  height: calc((75vw/16)*9);
  vertical-align:bottom;
}


@media (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 959px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  #wrap,img{
    width: 100%;
  }
  .mt_btns{
    display: flex;
    justify-content: center;
    top: 14vw;
  }
  .btn{
    width: 46%;
  }


  .header_btn{
    right: 0%;
    width: 30%;
  }
  .header_contents{
    left: 4%;
    top: 2vw;
    font-size: 2.3vw;
  }
  .mail_inner{
    width: 80%;
    padding: 5%;
  }
  .mail_inner_in label{
    font-size: 4.5vw;
  }

  .contact_form form .mail_inner_in select,
  .contact_form form .mail_inner_in input,
  .contact_form form .mail_inner_in textarea{
    font-size: 4.5vw;
    width: 100%;
    margin-bottom: 1em;
  }
  .confirm_btn{
    width: 70vw;
    margin-bottom: 20vw;
  }


  .f_div h2{
    font-size: 4vw;
    margin: 0 0 3vw;
    margin-top: 0px;
  }
  .f_div p{
    font-size: 3vw;
    margin: 1vw 0 1.5vw;
  }
  .f_shamei{
    font-size: 3.8vw;
  }
  .copy{
    font-size: 2.5vw;
    margin-top: 2em;
  }
  .min_font{
    font-size: 2.4vw;
  }

  .f_btns{
    height: 17vw;
  }
  .f_btns .mt_btns{
    top: 2vw;
    height: 14vw;
    display: flex;
    justify-content: center;
  }
  .f_btns .mt_btns .btn{
    width: auto;
    padding: 0 1%;
  }
  .f_btns .mt_btns .btn img{
    margin: auto;
  }

  .f_div{
    margin-bottom: 17vw;
    padding: 5vw;
  }

.youtube iframe {
  width: 95vw;
  height: calc((95vw/16)*9);
}

}
