@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: calc( 25 / 750 * 100vw);
  line-height: calc( 40 / 750 * 100vw);
  letter-spacing: .1em
}
a, a:link, a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover, a:active {
  color: #fff;
  text-decoration: underline;
}
.disappear {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0
}
.appear {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1
}
#wrapper {
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto
}
#wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
sup {
  font-size: 50%;
  line-height: 1
}
.inner {
  max-width: 750px;
  position: relative;
  margin: 0 auto
}
#wrapper .pcOnly,
#scrpt {
  display: none;
}
.atte {
  color: #000;
  font-size: calc( 16 / 750 * 100vw );
  line-height: calc( 24 / 750 * 100vw );
  letter-spacing: 0.075em;
}

/* header */
header {
  background: #00a6ba;
}
header .inner {
  padding: 0 0 calc( 10 / 750 * 100vw );
}
header h1 {
  position: absolute;
  left: calc( 40 / 750 * 100vw );
  top: calc( 30 / 750 * 100vw );
  line-height: .1;
  width: calc( 192 / 750 * 100vw );
}
header div.tel {
  position: absolute;
  right: 0;
  top: 0;
  line-height: .1;
  text-align: right;
  width: calc( 200 / 750 * 100vw );
}
header ul.link {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: calc( 30 / 750 * 100vw ) auto calc( 25 / 750 * 100vw );
}
header ul.link li {
  width: calc( 212 / 750 * 100vw );
}
header ul.link li + li {
  margin-left: calc( 17 / 750 * 100vw );
}
header dl {
  position: relative;
  width: calc( 670 / 750 * 100vw );
  margin: 0 auto;
}
header dl dd.atte {
  font-size: calc( 16 / 750 * 100vw );
  line-height: calc( 22 / 750 * 100vw );
  letter-spacing: 0.1em;
  margin: calc( 14 / 750 * 100vw ) auto calc( 20 / 750 * 100vw );
}




/* #point */
#point {
  background: #e1f6f6;
}
#point .inner {
  padding: 1px 0 calc( 70 / 750 * 100vw );
  text-align: center;
}
#point h2 {
  width: calc( 434 / 750 * 100vw );
  margin: calc( 80 / 750 * 100vw ) auto calc( 50 / 750 * 100vw );
}
#point div.ac {
  background: #fff;
  width: calc( 650 / 750 * 100vw );
  border: #fff solid calc( 10 / 750 * 100vw );
  border-radius: calc( 50 / 750 * 100vw );
  margin: 0 auto;
  overflow: hidden;
}
#point div.ac h3 {
  background: #00a6ba;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: calc( 40 / 750 * 100vw );
  position: relative;
  color: #fff;
  font-size: calc( 40 / 750 * 100vw );
  line-height: calc( 60 / 750 * 100vw );
  letter-spacing: 0.1em;
  font-weight: 700;
  cursor: pointer;
}
#point div.ac h3::before,
#point div.ac h3::after {
  content: "";
  display: block;
  background: #fff;
  width: calc( 33 / 750 * 100vw );
  height: 1px;
  line-height: 0;
  position: absolute;
  right: calc( 30 / 750 * 100vw );
  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: calc( 22 / 750 * 100vw );
  line-height: calc( 30 / 750 * 100vw );
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: calc( 10 / 750 * 100vw ) calc( 55 / 750 * 100vw );
  margin-top: calc( 20 / 750 * 100vw );
}
#point div.ac h3 span.cpt {
  display: inline-block;
  width: calc( 400 / 750 * 100vw );
  margin-bottom: calc( 20 / 750 * 100vw );
}
#point div.ac h3 + .cont {
  border-top: #fff solid calc( 10 / 750 * 100vw );
  padding-bottom: calc( 50 / 750 * 100vw );
  display: none;
}
#point .cv {
  padding: calc( 60 / 750 * 100vw ) 0 calc( 60 / 750 * 100vw );
}
#point .swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: visible;
}
#point .swiper .swiper-slide {
  position: relative;
  width: calc( 620 / 750 * 100vw );
  padding: 0 calc( 25 / 750 * 100vw );
  box-sizing: border-box;
}
#point .plans .slide {
  margin: 0 calc( -10 / 750 * 100vw );
}
#point .plans .swiper .swiper-slide {
  width: calc( 670 / 750 * 100vw );
  padding: 0;
  box-sizing: border-box;
}
#point .swipe-prev,
#point .swipe-next {
  background: url("../img/point04_acc_arrow_sp.png") left top / auto 100% no-repeat;
  width: calc( 45 / 750 * 100vw );
  height: calc( 45/ 750 * 100vw );
  position: absolute;
  left: calc( 30 / 750 * 100vw );
  top: 50%;
  margin-top: calc( -45 / 2 / 750 * 100vw );
  z-index: 20;
}
#point .swipe-next {
  left: auto;
  right: calc( 30 / 750 * 100vw );
  transform: rotate(180deg);
}
#point .swiper-button-disabled {
  display: none;
}
#point .lists .swipe-prev {
  top: calc( 287 / 750 * 100vw );
  left: calc( 15 / 750 * 100vw );
}
#point .lists .swipe-next {
  top: calc( 287 / 750 * 100vw );
  right: calc( 15 / 750 * 100vw );
}
#point div.point05 {
  background: #fff;
  width: calc( 650 / 750 * 100vw );
  border-radius: calc( 50 / 750 * 100vw );
  padding: calc( 40 / 750 * 100vw );
  box-sizing: border-box;
  margin: calc( 70 / 750 * 100vw ) auto 0;
  overflow: hidden;
}
#point div.point05 h3 {
  padding: calc( 20 / 750 * 100vw ) 0 calc( 58 / 750 * 100vw );
  position: relative;
  color: #00a6ba;
  font-size: calc( 40 / 750 * 100vw );
  line-height: calc( 65 / 750 * 100vw );
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  border-bottom: #00a6ba solid calc( 3 / 750 * 100vw );
  margin-bottom: calc( 80 / 750 * 100vw );
}
#point div.point05 a.link {
  display: inline-block;
  margin: calc( 50 / 750 * 100vw ) auto calc( 10 / 750 * 100vw );
}


/* #movie */
#movie {
  background: #f4f4f4;
  margin-bottom: calc( 70 / 750 * 100vw ); 
}
#movie .inner {
  padding: calc( 60 / 750 * 100vw ) 0 calc( 70 / 750 * 100vw );
  text-align: center;
}
#movie h2 {
  font-size: calc( 45 / 750 * 100vw );
  line-height: calc( 65 / 750 * 100vw );
  letter-spacing: 0.125em;
  font-weight: 700;
  margin-bottom: calc( 40 / 750 * 100vw );
}
#movie dl {
  width: calc( 650 / 750 * 100vw );
  background: #b2e1e7;
  border-radius: calc( 50 / 750 * 100vw );
  margin: 0 auto;
}
#movie dl dd {
  padding: 0 calc( 60 / 750 * 100vw ) calc( 60 / 750 * 100vw );
}


/* #qa */
#qa {
}
#qa .inner {
  padding: 0 0 calc( 90 / 750 * 100vw );
  text-align: center;
}
#qa h2 {
  font-size: calc( 50 / 750 * 100vw );
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  box-sizing: border-box;
  width: calc( 670 / 750 * 100vw );
  margin: 0 auto calc( 30 / 750 * 100vw );
  padding-bottom: calc( 60 / 750 * 100vw );
  border-bottom: #dbdbdb solid 1px;
}
#qa dl {
  width: calc( 670 / 750 * 100vw );
  margin: 0 auto calc( 28 / 750 * 100vw );
  padding-bottom: calc( 28 / 750 * 100vw );
  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: calc( 60 / 750 * 100vw ) 0 calc( 70 / 750 * 100vw );
  text-align: center;
}
.cv a {
  display: inline-block;
  width: calc( 606 / 750 * 100vw );
}
.cv a + a {
  margin-top: calc( 10 / 750 * 100vw );
}
.cv dl {
  width: calc( 606 / 750 * 100vw );
  margin: 0 auto calc( 10 / 750 * 100vw );
}
.cv dl dt {
  font-size: calc( 28 / 750 * 100vw );
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: calc( 30 / 750 * 100vw );
}
.cv h2 {
  width: calc( 624 / 750 * 100vw );
  margin: calc( 60 / 750 * 100vw ) auto calc( 10 / 750 * 100vw );
}


/* #company */
#company {
  background: #eaf3ff;
}
#company .inner {
  width: calc( 650 / 750 * 100vw );
  margin: 0 auto;
  padding: 0 0 calc( 75 / 750 * 100vw );
  box-sizing: border-box;
}
#company h2 {
  margin: 0 calc( -50 / 750 * 100vw ) calc( 80 / 750 * 100vw );
}
#company h3 {
  color: #0072e5;
  font-size: calc( 45 / 750 * 100vw );
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: calc( 40 / 750 * 100vw );
  border-bottom: #fff solid 1px;
  margin-bottom: calc( 35 / 750 * 100vw );
}
#company p {
  font-size: calc( 26 / 750 * 100vw );
  line-height: calc( 46 / 750 * 100vw );
  letter-spacing: 0.1em;
  margin-bottom: calc( 20 / 750 * 100vw );
}
#company p strong {
  color: #0072e5;
}
#company p + a {
  display: block;
  width: calc( 540 / 750 * 100vw );
  margin: calc( 80 / 750 * 100vw ) auto;
}
#company table {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto calc( 20 / 750 * 100vw );
  border-radius: calc( 25 / 750 * 100vw );
  overflow: hidden;
}
#company table th,
#company table td {
  padding: calc( 20 / 750 * 100vw ) calc( 26 / 750 * 100vw );
  border-bottom: #eaf3ff solid 1px;
  font-size: calc( 26 / 750 * 100vw );
  line-height: calc( 40 / 750 * 100vw );
  letter-spacing: 0.1em;
  font-weight: 500;
}
#company table th {
  width: calc( 184 / 750 * 100vw );
  background: #363636;
  color: #fff;
}
#company table td span {
  display: block;
  color: #9d9d9d;
  font-size: calc( 18 / 750 * 100vw );
  line-height: calc( 26 / 750 * 100vw );
  letter-spacing: 0.1em;
}
#company dl {
  color: #9d9d9d;
  font-size: calc( 18 / 750 * 100vw );
  line-height: calc( 30 / 750 * 100vw );
  letter-spacing: 0.1em;
}
#company dl dt {
  font-size: calc( 20 / 750 * 100vw );
  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 {
  width: calc( 670 / 750 * 100vw );
  box-sizing: border-box;
  margin: auto;
  max-height: 90vh;
  z-index: 22000;
  position: relative;
  padding: calc( 40 / 750 * 100vw );
  background: #fff;
  border-radius: calc( 30/ 750 * 100vw );
  text-align: center;
}
.popup .popup__close {
  position: absolute;
  right: 0;
  top: calc( -40 / 750 * 100vw );
  width: calc( 26 / 750 * 100vw );
  cursor: pointer;
}
.popup .popCnt p {
  font-size: calc( 22/ 750 * 100vw );
  line-height: calc( 36 / 750 * 100vw );
  letter-spacing: 0.1em;
  text-align: left;
}
.popup#show-monoqlo .popup__inner {
  padding: 0;
  height: 100%;
}
.popup#show-monoqlo #monoqlo {
  display: flex;
  flex-flow: column;
  height: 100%;
  box-sizing: border-box;
  border-radius: calc( 30/ 750 * 100vw );
  overflow: hidden;
}
.popup#show-monoqlo #monoqlo div {
  overflow-y: scroll;
  padding: 0 calc( 50 / 750 * 100vw );
}


/* #fixedBtn */
#fixedBtn {
  background: rgba( 255, 255, 255, .9 );
  box-shadow: 0px calc( -5 / 750 * 100vw ) calc( 10 / 750 * 100vw ) 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  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: calc( 18 / 750 * 100vw ) 0 calc( 14 / 750 * 100vw );
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#fixedBtn h2 {
  width: 100%;
  text-align: center;
  font-size: calc( 23 / 750 * 100vw );
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: calc( 14 / 750 * 100vw );
}
#fixedBtn h2 strong strong {
  color: #00a6ba;
}
#fixedBtn p {
  width: calc( 241 / 750 * 100vw );
  display: flex;
  align-items: center;
}
#fixedBtn p + p {
  margin-left: calc( 21 / 750 * 100vw );
  width: calc( 441 / 750 * 100vw );
}


/* footer */
footer {
}
footer p.copy {
  display: block;
  background: #0072e5;
  color: #fff;
  font-size: calc( 25 / 750 * 100vw );
  line-height: 1;
  letter-spacing: 0.1em;
  padding: calc( 23 / 750 * 100vw ) 0;
  text-align: center;
}



