@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}
body,
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #333333;
  font-family: "Shippori Mincho", serif;
  line-height: 1.8;
  background: #fff;
  min-width: initial;
  max-width: 390px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 62, 0.5);
          box-shadow: 0 3px 6px rgba(62, 62, 62, 0.5);
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 374px) {
  .inner {
    padding: 0 12px;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .l-inner {
    padding: 0 20px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .header-inner {
    padding: 0 20px;
  }
}

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

a {
  font-family: "Shippori Mincho", serif;
  color: #333333;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.drawer-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  width: 50px;
  height: 50px;
  background: #03A9F4;
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  width: 25px;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}
.drawer-icon.is-active .menu-open {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .menu-close {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  position: absolute;
  top: 75%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon-bars .menu {
  font-size: 8px;
  color: #fff;
  top: 20px;
  position: absolute;
  left: 50%;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 1.5px;
  background: #fff;
  top: 0;
  right: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 18px;
  margin-left: auto;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 12px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  background: url(../img/d-contents.jpg) no-repeat center center/cover;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 100vh;
}
.drawer-content.is-active {
  display: block;
}
.drawer-content .title {
  background: #03A9F4;
  color: #fff;
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}
.drawer-icon-nav ul {
  margin-bottom: 20px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #333333;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(3, 169, 244, 0.15);
}
.drawer-icon-nav ul li:last-child a {
  border-bottom: none;
}

body {
  position: relative;
  overflow-x: hidden;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.mv {
  position: relative;
}
.mv .logo {
  position: absolute;
  top: 10px;
  left: 20px;
}

.header {
  position: fixed;
  max-width: 390px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  padding: 10px 0;
}

.logo {
  max-width: 194px;
}

.menu-open {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-close {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-flex .icon {
  width: 15px;
  margin-right: 5px;
}
.sec-flex .icon img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.sec-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-btn-flex .btn {
  width: 49%;
}

.section-btn1 a {
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#336095), to(#0A0A6A));
  background: linear-gradient(to bottom, #336095 0%, #0A0A6A 100%);
  display: block;
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  .section-btn1 a {
    font-size: 13px;
  }
}

.section-btn2 a {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#06C755), to(#15984B));
  background: linear-gradient(to bottom, #06C755 0%, #15984B 100%);
  display: block;
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 374px) {
  .section-btn2 a {
    font-size: 13px;
  }
}

.section {
  padding: 40px 0;
}

.cta1 {
  padding: 30px 0;
}

.cta h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  .cta h2 {
    font-size: 19px;
  }
}

.footer {
  padding: 15px 0;
  background: #676767;
}
.footer .copyright {
  text-align: center;
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 374px) {
  .footer .copyright {
    font-size: 10px;
  }
}

.top1 {
  position: relative;
  background: url(../img/top1.jpg) no-repeat bottom center/cover;
}
.top1 .woman {
  position: absolute;
  bottom: 0;
  right: -20px;
  max-width: 124px;
}
.top1 .inner {
  position: relative;
  z-index: 2;
}
.top1 .text1 {
  font-size: 16px;
  margin-bottom: 20px;
}
.top1 .text1 span {
  font-weight: 700;
}
.top1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.top1 .flex .item {
  width: 50%;
}
.top1 .text2 {
  font-size: 18px;
  text-align: center;
}
.top1 .text2 span {
  font-weight: 700;
}

.top2 {
  background: url(../img/top2.png) no-repeat bottom center/cover;
  padding: 20px 0;
}
.top2 .text1 {
  font-size: 15px;
  text-align: center;
}
.top2 .text2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.top3 {
  padding-top: 20px;
}
.top3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.top3 ul li {
  width: 47%;
}
.top3 ul li .img {
  margin-bottom: 8px;
}
.top3 ul li:nth-child(n+3) {
  margin-top: 30px;
}
.top3 ul li p {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
.top3 .text2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.top3 .text2 span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff6));
  background: linear-gradient(transparent 80%, #ff6 80%);
}

.inner2 {
  padding: 0;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 374px) {
  .section-title {
    font-size: 20px;
  }
}
.section-title::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 60px;
  height: 4px;
  content: "";
  background: #03A9F4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-title3 {
  font-size: 18px;
  color: #03A9F4;
  font-weight: 700;
  margin-bottom: 15px;
}

html {
  scroll-behavior: smooth;
}

.top4 {
  background: url(../img/top4-bg.jpg) no-repeat center center/cover;
}
.top4 .contents {
  padding: 15px 20px;
}
.top4 p {
  font-size: 15px;
}
.top4 ul {
  margin: 20px 0;
}
.top4 ul li .li-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  line-height: 1.5;
}
.top4 ul li .li-flex .icon {
  width: 16px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.top4 ul li .li-flex .text {
  width: calc(100% - 20px);
}

.top5 .lead {
  padding: 0px 20px 15px;
  font-size: 18px;
  line-height: 1.5;
}
.top5 .lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff6));
  background: linear-gradient(transparent 80%, #ff6 80%);
}
.top5 .contents {
  padding: 15px 20px;
}
.top5 p {
  font-size: 15px;
}
.top5 p span {
  color: #03A9F4;
}
.top5 p .bold {
  color: #333333;
  font-weight: 700;
}

.common-ul {
  padding-left: 20px;
}
.common-ul li {
  list-style-type: disc;
  font-size: 15px;
}

ul.small-dot li::marker {
  font-size: 0.6em;
  /* 好きな大きさに */
  margin-right: 0;
}

.area {
  margin-bottom: 40px;
}
.area:last-child {
  margin-bottom: 0;
}

.top6 {
  padding-bottom: 0;
}

.voice {
  background: url(../img/voice-bg.jpg) no-repeat center center/cover;
}
.voice .box {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.voice .box:last-child {
  margin-bottom: 0;
}
.voice .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.voice .box .flex .img {
  width: 35%;
}
.voice .box .flex .contents {
  width: 57%;
}
.voice .box .flex .contents h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}
.voice .box .flex .contents .name {
  font-size: 15px;
}
.voice .box .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice .box .bottom {
  font-size: 15px;
  line-height: 1.5;
}
.voice .box .bottom span {
  font-weight: 700;
}

.price .lead2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.flow {
  background: #F7F7F7;
}
.flow ul li {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.flow ul li:last-child {
  margin-bottom: 0;
}
.flow ul li .contents {
  background: #fff;
  padding: 20px;
}
.flow ul li h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #03A9F4;
}
.flow ul li p {
  font-size: 15px;
  line-height: 1.5;
}

.top7 .lead .span1 {
  background: initial !important;
  font-size: 15px;
}
.top7 .lead .span2 {
  color: #03A9F4;
  background: initial !important;
  font-size: 18px;
  font-weight: 700;
}

.qa {
  background: url(../img/qa-bg.jpg) no-repeat center center/cover;
}
.qa .row {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-bottom: 30px;
}
.qa .row:last-child {
  margin-bottom: 0;
}
.qa .row .dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa .row .dt.active .arrow {
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
  top: -36%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .row .dt .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .row .dt .arrow img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.qa .row .dt .text {
  width: calc(100% - 40px);
  position: relative;
  padding-right: 20px;
}
.qa .row .dt .icon {
  background: #03A9F4;
  color: #fff;
  border: 1px solid #03A9F4;
  font-family: sans-serif;
  line-height: 1;
}
.qa .row .dd {
  display: none;
  font-size: 15px;
}
.qa .row .dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
}
.qa .row .dd .text {
  width: calc(100% - 40px);
  padding-right: 20px;
}
.qa .row .dd span {
  font-weight: 700;
}
.qa .row .dd .icon {
  background: #fff;
  color: #03A9F4;
  border: 1px solid #03A9F4;
  font-family: sans-serif;
  line-height: 1;
}
.qa .icon {
  font-size: 16px;
  font-weight: 700;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
}
.qa .icon .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.access {
  padding-bottom: 0;
}
.access .row {
  padding: 15px 0;
  font-size: 15px;
  border-bottom: 1px solid #DEDEDE;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.access .row .dt {
  white-space: nowrap;
  width: 80px;
  font-weight: 700;
}
.access .row .dd {
  width: calc(100% - 80px);
}
.access .map {
  margin-top: 20px;
  width: 100%;
}
.access .map .wrap {
  position: relative;
  padding-top: 70%;
}
.access .map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}