@charset "UTF-8";

html {
  color: #363636;
  background: #fff;
}
html, body {
  height: 100%
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
img {
  border: 0;
  vertical-align: bottom;
  line-height: 0
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit
}
li {
  list-style: none
}
sup, sub {
  vertical-align: baseline
}
strong {
  font-weight: 700;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt'1;
  font-feature-settings: 'palt'1;
  font-weight: 500;
  background: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .1em
}
a, a:link, a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover, a:active {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#wrapper {
}
#wrapper img {
  max-width: 100%;
  height: auto
}
sup {
  font-size: 50%;
  line-height: 1
}
.spOnly {
  display: none;
}
.inner {
  max-width: 980px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.atte {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

/* header */
header {
  background: url("../img/hdr_bg.png") center top no-repeat,
  url("../img/hdr_bg02.png") center top repeat-x #00a6ba;
}
header .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header h1 {
  position: absolute;
  left: 0;
  top: 13px;
  line-height: .1;
  width: calc( 128 / 980 * 100% );
}
header div.tel {
  position: absolute;
  right: 0;
  top: 0;
  line-height: .1;
  text-align: right;
  width: calc( 180 / 980 * 100% );
}
header ul.link  {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: calc( 15 / 980 * 100% ) 0;
}
header ul.link li {
  width: calc( 316 / 980 * 100% );
}
header dl {
  position: relative;
  width: calc( 482 / 980 * 100% );
}
header dl dd.atte {
  font-size: 11.5px;
  line-height: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  padding: 4px 0 10px;
}


/* #point */
#point {
  background: #e1f6f6;
}
#point .inner {
  padding: 1px 0 calc( 70 / 980 * 100% );
  text-align: center;
}
#point h2 {
  width: calc( 321 / 980 * 100% );
  margin: calc( 70 / 980 * 100% ) auto calc( 40 / 980 * 100% );
}
#point div.ac {
  background: #fff;
  width: calc( 980 / 980 * 100% - 16px );
  border: #fff solid 8px;
  border-radius: 50px;
  margin: 0 auto;
  overflow: hidden;
}
#point div.ac h3 {
  background: #00a6ba;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
  color: #fff;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 0.1em;
  font-weight: 700;
  min-height: 150px;
  box-sizing: border-box;
  cursor: pointer;
}
#point div.ac h3::before,
#point div.ac h3::after {
  content: "";
  display: block;
  background: #fff;
  width: calc( 33 / 964 * 100% );
  height: 2px;
  line-height: 0;
  position: absolute;
  right: calc( 40 / 964 * 100% );
  top: 50%;
}
#point div.ac h3::after {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
#point div.ac h3.active::after {
  transform: rotate(0deg);
}
#point div.ac h3 span.sub {
  display: inline-block;
  background: #e1f6f6;
  border-radius: 1000px;
  color: #00a6ba;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 3px 24px;
  margin-top: 11px;
}
#point div.ac h3 span.cpt {
  display: inline-block;
  line-height: .1;
  width: calc( 600 / 964 * 100% );
  margin-bottom: calc( 12 / 964 * 100% );
}
#point div.ac h3 + .cont {
  border-top: #fff solid 8px;
  padding-bottom: 40px;
  display: none;
}
#point .cv {
  padding: calc( 50 / 964 * 100% ) 0 calc( 50 / 964 * 100% );
}
#point .cv a {
  width: 486px;
}
#point .swiper {
  overflow: visible;
}
#point .slide .swiper-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#point .plans .swiper-wrapper {
  justify-content: space-between;
}
#point .swiper .swiper-slide {
  position: relative;
  width: calc( 432 / 964 * 100% );
  padding: 0;
  box-sizing: border-box;
}
#point .lists .swiper .swiper-slide + .swiper-slide {
  margin-left: calc( 40 / 964 * 100% );
}
#point .plans .swiper .swiper-slide {
  width: calc( 462 / 964 * 100% );
  padding: 0;
  box-sizing: border-box;
}
#point .swipe-prev,
#point .swipe-next {
  display: none;
}
#point div.point05 {
  background: #fff;
  width: 100%;
  border-radius: 50px;
  padding: 0 calc( 8 / 980 * 100% ) calc( 40 / 980 * 100% );
  box-sizing: border-box;
  margin: calc( 70 / 980 * 100% ) auto 0;
  overflow: hidden;
  position: relative;
}
#point div.point05 h3 {
  position: relative;
  color: #00a6ba;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  border-bottom: #00a6ba solid 3px;
  padding: calc( 62 / 980 * 100% ) 0 calc( 57 / 980 * 100% );
  margin-bottom: calc( 70 / 980 * 100% );
}
#point div.point05 a.link {
  position: absolute;
  left: calc( 40 / 980 * 100% );
  bottom: 0;
  width: calc( 429 / 980 * 100% );
  margin-bottom: calc( 40 / 980 * 100% );
}

/* #movie */
#movie {
  background: #f4f4f4;
  margin-bottom: 90px;
}
#movie .inner {
  padding: 70px 0;
  text-align: center;
}
#movie h2 {
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.125em;
  font-weight: 700;
  margin-bottom: 50px;
}
#movie dl {
  background: #b2e1e7;
  display: flex;
  border-radius: 45px;
  overflow: hidden;
  max-width: 880px;
  margin: 0 auto;
}
#movie dl dt {
  width: calc( 440 / 880 * 100% );
  background: #00a6ba;
  display: flex;
  align-items: center;
}
#movie dl dd {
  width: calc( 440 / 880 * 100% );
}
#movie dl dd div.mil {
  width: calc( 330 / 440 * 100% );
  margin: 0 auto;
  padding: 30px 0;
}


/* #qa */
#qa {
}
#qa .inner {
  padding: 0 0 65px;
  text-align: center;
}
#qa h2 {
  font-size: 38px;
  line-height: 58px;
  letter-spacing: 0.1em;
  font-weight: 700;
  box-sizing: border-box;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: #dbdbdb solid 1px;
}
#qa dl {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #dbdbdb solid 1px;
}
#qa dl.ac dt {
  cursor: pointer;
}
#qa dl.ac dd {
  display: none;
}


/* .cv */
.cv {
}
.cv .inner {
  box-sizing: border-box;
  padding: 50px 0 60px;
  text-align: center;
  font-size: 0;
}
header + .cv .inner {
  padding: 20px 0 80px;
}
.cv a {
  display: inline-block;
  width: calc( 426 / 980 * 100% );
}
.cv dl {
  margin: 0 auto;
}
.cv dl dt {
  color: #000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.cv dl a {
  width: calc( 486 / 980 * 100% );
}
.cv h2 {
  width: calc( 668 / 980 * 100% );
  margin: calc( 40 / 980 * 100% ) auto calc( -10 / 980 * 100% );
}


/* #company */
#company {
  background: url("../img/company_bg.jpg") center top no-repeat #eaf3ff;
}
@media ( max-width: 890px ) {
  #company {
    background: #eaf3ff;
  }
}
#company .inner {
  padding: 0 0 90px;
  box-sizing: border-box;
}
#company h2 {
  text-align: center;
  margin-bottom: 52px;
}
#company h3 {
  color: #0072e5;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: #fff solid 1px;
  margin-bottom: 25px;
}
#company p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#company p strong {
  color: #0072e5;
}
#company p + a {
  display: block;
  width: calc( 430 / 980 * 100% );
  margin: 45px auto 60px;
}
#company table {
  background: #fff;
  width: calc( 920 / 980 * 100% );
  box-sizing: border-box;
  margin: 0 auto 20px;
  border-radius: 25px;
  overflow: hidden;
}
#company table th,
#company table td {
  padding: 30px calc( 20 / 920 * 100% ) 30px calc( 50 / 920 * 100% );
  border-bottom: #eaf3ff solid 1px;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#company table th {
  width: calc( 206 / 920 * 100% );
  background: #363636;
  color: #fff;
}
#company table td span {
  color: #9d9d9d;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.1em;
}
#company dl {
  width: calc( 920 / 980 * 100% );
  margin: 0 auto;
  color: #9d9d9d;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.1em;
}
#company dl dt {
  font-weight: 700;
  color: #363636;
}
#company dl dd.code {
  text-align: right;
}


/* .popup */
.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20000;
  display: none;
}
.popup .popup__cover {
  background-color: rgba(0, 0, 0, .7);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 21000;
  cursor: pointer;
}
.popup .popup__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.popup .popup__inner {
  max-width: 980px;
  box-sizing: border-box;
  margin: auto;
  max-height: 88vh;
  z-index: 22000;
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
}
  .popup#show-mvAtte .popup__inner {
    max-width: 670px;
  }
  .popup#show-monoqlo .popup__inner {
    padding: 30px 0;
  }
.popup .popup__close {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
}
.popup .popCnt p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media ( max-height: 820px ) {
  .popup .popCnt#monoqlo {
    height: calc( 88vh - 60px );
    max-height: 660px;
  }
  .popup .popCnt#monoqlo img  {
    height: calc( 88vh - 60px );
    max-height: 660px;
    width: auto;
  }
}


/* #fixedBtn */
#fixedBtn {
  /*display: none;*/
  background: rgba( 255, 255, 255, .85 );
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  backdrop-filter: blur(7px);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
#fixedBtn.hidden {
    -webkit-transform: translate( 0, 100%);
    transform: translate( 0, 100%)
}
#fixedBtn .inner {
  padding: 15px 0 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#fixedBtn h2 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#fixedBtn h2 strong strong {
  color: #00a6ba;
}
#fixedBtn p {
  width: calc( 180 / 980 * 100% );
  display: flex;
  align-items: center;
}
#fixedBtn p + p {
  width: calc( 295 / 980 * 100% );
  margin-left: calc( 15 / 980 * 100% );
}


/* footer */
footer {
  position: relative;
  z-index: 1000;
}
footer .inner {
  padding: 0;
}
footer p.copy {
  display: block;
  background: #0072e5;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 23px 0;
  text-align: center;
}
