@charset "UTF-8";
.pc-br {
  display: block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pc-br {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sp-br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0 0;
}

body {
  font-family: "Montserrat", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #F3F3F3;
  color: #3E3E3E;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.header-wap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header {
  background: rgba(255, 255, 255, 0.1019607843);
  height: 83px;
}
@media (max-width: 767px) {
  .header {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header {
    height: 68px;
    background: #FFFFFF;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .header__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.header__log {
  font-size: 23px;
  font-weight: 700;
  display: none;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .header__log {
    display: block;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav li:not(:first-child) {
  padding-left: 38px;
}
.header__nav li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header__nav li a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__nav li a:hover::after, .header__nav li a.is-active::after {
  background: #3E3E3E;
  opacity: 0.7;
}

.drawer-icon {
  position: fixed;
  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;
  display: none;
  margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .drawer-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #FFFFFF;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #FFFFFF;
}

.drawer-icon__bars {
  width: 26px;
  height: 20px;
  display: block;
  top: 24px;
  right: 0px;
  position: relative;
}
.drawer-icon__bars.is-active {
  display: none;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 26px;
  height: 4px;
  background: #3E3E3E;
  border-radius: 16px;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
}

.drawer-content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 299;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -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;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__items {
  padding: 161px 99px;
}

.drawer-content__item a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3E3E3E;
  text-align: center;
  padding: 32px;
  text-decoration: none;
}

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

.main-visual {
  height: 648px;
  background: url(../img/mv.png) no-repeat center center/cover;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-visual {
    height: 648px;
    background: url(../img/mv.png);
  }
}
@media (max-width: 767px) {
  .main-visual {
    height: 667px;
    background: url(../img/mv.png);
    background-position-x: 23%;
  }
}

.main-visual__content {
  position: absolute;
  top: 230px;
  left: 50%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-visual__content {
    top: 230px;
    left: 20%;
  }
}
@media (max-width: 767px) {
  .main-visual__content {
    top: 222px;
    left: 16px;
    text-align: center;
  }
}

.main-visual__title {
  font-size: 32px;
  font-weight: 700;
  color: #3E3E3E;
  line-height: 1.5;
  letter-spacing: 0.000625em;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-visual__title {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .main-visual__title {
    font-size: 24px;
    line-height: 1.66;
    width: 340px;
  }
}

.main-visual__lead {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 700;
  max-width: 600px;
  line-height: 1.55;
  letter-spacing: 0.025em;
  text-align: left;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}
@media (max-width: 767px) {
  .main-visual__lead {
    font-size: 14px;
    width: 350px;
    line-height: 1.7;
    margin-top: 20px;
  }
}

.main-visual__button {
  margin-top: 36px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}
@media (max-width: 767px) {
  .main-visual__button {
    margin-top: 20px;
  }
}
.main-visual__button a {
  display: inline-block;
  width: 282px;
  max-width: 100%;
  height: 50px;
  background: #FFAA3B;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-visual__button a:hover {
  background: #F18900;
  -webkit-box-shadow: 0 3px 5px rgba(62, 62, 62, 0.16);
          box-shadow: 0 3px 5px rgba(62, 62, 62, 0.16);
}
@media (max-width: 767px) {
  .main-visual__button a {
    width: 222px;
    height: 48px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .news {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.news__inner {
  background: #FFFFFF;
  width: 1200px;
  height: 659px;
  margin: 120px auto 0;
  padding: 55px 0 40px;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news__inner {
    padding: 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .news__inner {
    margin-top: -40px;
    padding: 36px 0 36px;
    height: 553px;
    z-index: 99;
    position: relative;
  }
}

.news__items {
  width: 1080px;
  max-width: 100%;
  max-height: 100%;
  margin: 50px auto 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news__items {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .news__items {
    margin: 32px auto 0;
  }
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 0 36px;
  border-bottom: 1px solid #CECDCD;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.news__item:hover {
  opacity: 0.7;
  outline: 1px solid #4973FF;
  background: rgba(73, 115, 255, 0.1019607843);
  -webkit-box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
          box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
}
.news__item:first-child {
  border-top: 1px solid #CECDCD;
}
.news__item:not(:first-child) {
  padding-top: 44px;
}
@media (max-width: 767px) {
  .news__item:not(:first-child) {
    padding-top: 14px;
  }
}
.news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-right: 16px;
  width: 14px;
  height: 24px;
  background: url(../img/news-arrow.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .news__item {
    display: block;
    padding: 14px 0 14px;
  }
}

.news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 259px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .news__meta {
    padding-left: 16px;
  }
}

.news__date {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  width: 138px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news__date {
    font-size: 14px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .news__date {
    font-size: 14px;
    width: 100px;
  }
}

.news__label a {
  display: inline-block;
  width: 121px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  border: 2px solid #3B69FF;
  border-radius: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news__label a {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .news__label a {
    width: 81px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

.news__title {
  width: calc(100% - 259px - 40px);
  padding-left: 40px;
  padding-right: 40px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news__title {
    width: calc(100% - 259px - 40px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .news__title {
    width: calc(100% - 40px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.news__title a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news__title a {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
@media (max-width: 767px) {
  .news__title a {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4285714286;
  }
}

.news__more {
  margin-top: 40px;
  text-align: center;
}
.news__more a {
  width: 236px;
  height: 64px;
  display: inline-block;
  color: #3E3E3E;
  border: 1px solid #707070;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news__more a:hover {
  opacity: 0.7;
  outline: 1px solid #FFFFFF;
  background: #3E3E3E;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .news__more a {
    width: 268px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }
}

.service {
  height: 495px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service {
    height: 841px;
  }
}
@media (max-width: 767px) {
  .service {
    height: 811px;
  }
}

.service__inner {
  margin: 120px 0 0px;
  width: 100%;
  height: 400px;
  background: #3E3E3E;
  padding: 56px 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service__inner {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .service__inner {
    margin-top: 60px;
    padding-top: 36px;
    height: 480px;
  }
}

.service__head {
  color: #FFFFFF;
}

.service__items {
  width: calc(100% - 320px);
  height: 331px;
  max-width: 960px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 12px rgba(62, 62, 62, 0.16);
          box-shadow: 0 5px 12px rgba(62, 62, 62, 0.16);
  margin: 50px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service__items {
    display: block;
    width: calc(100% - 280px);
    height: 675px;
    margin: 34px auto 0;
  }
}
@media (max-width: 767px) {
  .service__items {
    display: block;
    width: calc(100% - 32px);
    height: 694px;
    margin: 34px auto 0;
  }
}

.service__item {
  padding: 70px 45px 0;
  display: block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service__item {
    padding: 40px 16px 0;
  }
  .service__item:nth-child(3) {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service__item {
    padding: 50px 16px 0;
  }
  .service__item:nth-child(3) {
    padding-bottom: 40px;
  }
}

.service__img {
  width: 50px;
  height: 44px;
  margin: 0 auto 0;
}
.service__title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-top: 15px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .service__title {
    margin-top: 12px;
  }
}

.service__text {
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  max-width: 230px;
  margin: 16px auto 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service__text {
    max-width: 311px;
    margin: 12px auto 0;
  }
}
@media (max-width: 767px) {
  .service__text {
    max-width: 311px;
    margin: 12px auto 0;
  }
}

.results {
  max-width: 100%;
}

.results__inner {
  height: 754px;
  display: block;
  margin-top: 120px;
  margin-left: 40px;
  padding-top: 56px;
  padding-left: 60px;
  background: #3E3E3E;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .results__inner {
    margin-top: 60px;
    margin-left: 0px;
    padding-top: 40px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .results__inner {
    height: 532px;
    margin-top: 60px;
    margin-left: 0px;
    padding-top: 38px;
    padding-left: 16px;
  }
}

.results__head {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .results__head {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .results__head {
    font-size: 30px;
    text-align: center;
  }
}

.results__items {
  overflow: hidden;
}

.results__item {
  width: 400px;
  max-width: 100%;
  margin-top: 50px;
  background: #FFFFFF;
  color: #3E3E3E;
}
@media (max-width: 767px) {
  .results__item {
    margin-top: 32px;
  }
}

.results__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .results__title {
    margin-top: 8px;
    margin-left: 12px;
    font-size: 14px;
  }
}

.results__text {
  font-size: 16px;
  line-height: 1.5;
  max-width: 400px;
  padding: 5px 0 16px 16px;
}
@media (max-width: 767px) {
  .results__text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.00083em;
    max-width: 260px;
    padding: 5px 0 16px 12px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-pagination {
    line-height: 68px;
    text-align: center;
    width: 100%;
    right: 3px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    left: -11px;
    text-align: center;
    width: 100%;
    height: 68px;
  }
}

.swiper-pagination-bullet {
  margin-top: 40px;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 100;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-pagination-bullet:hover {
  outline: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
          box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-pagination-bullet {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    margin-top: 20px;
    margin-left: 20px;
  }
}
.swiper-pagination-bullet:not(:first-child) {
  margin-left: 20px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: inline-block;
  width: 20px;
  height: 20px;
  outline: 3px solid #3E3E3E;
  outline-offset: -4px;
  background: #FFFFFF;
  font: 16px sans-serif;
  color: #FFF;
  margin-bottom: -4px;
}

.results__view-all {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  border: 1px solid #FFFFFF;
  width: 289px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin-top: 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.results__view-all:hover {
  outline: 1px solid #707070;
  background: #FFFFFF;
  color: #3E3E3E;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .results__view-all {
    margin: 68px auto;
  }
}
@media (max-width: 767px) {
  .results__view-all {
    font-size: 18px;
    width: 316px;
    height: 54px;
    margin: 62px auto;
    line-height: 54px;
  }
}

.price__inner {
  margin-top: 116px;
}
@media (max-width: 767px) {
  .price__inner {
    margin-top: 38px;
  }
}

.price__table {
  margin: 50px auto;
  width: 80%;
}
@media (max-width: 767px) {
  .price__table {
    margin-top: 32px;
    width: 100%;
  }
}

.table {
  border-collapse: collapse;
  font-size: 24px;
  font-weight: 600;
  table-layout: fixed;
  width: 100%;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .table {
    font-size: 20px;
  }
}
.table th, .table td {
  border: 1px solid #707070;
  height: 60px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table th, .table td {
    height: 55px;
  }
}
.table th {
  color: #FFFFFF;
  background: #3E3E3E;
}
.table th:nth-child(1) {
  width: 262px;
}
@media (max-width: 767px) {
  .table th:nth-child(1) {
    width: 98px;
  }
}
.table td {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .table td {
    padding-left: 18px;
  }
}

.price__attention {
  font-size: 12px;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .price__attention {
    margin-top: 5px;
  }
}

.comments {
  margin-top: 266px;
  width: 100%;
  height: 576px;
  position: relative;
}
@media (max-width: 767px) {
  .comments {
    height: 425.5px;
  }
}
.comments::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 76.5%;
  height: 2032px;
  background: #3E3E3E;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .comments::before {
    width: 100%;
    height: 425px;
  }
}
@media (max-width: 767px) {
  .comments {
    margin-top: 116px;
  }
}

.comments__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .comments__inner {
    display: inline-block;
    position: relative;
    z-index: 30;
  }
}

.comments__box {
  background: #FFFFFF;
  width: 55.5%;
  height: 604px;
  margin-top: -148px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  z-index: 130;
}
@media (max-width: 767px) {
  .comments__box {
    width: 100%;
    height: 425.5px;
    margin-top: -60px;
  }
}

.comments__head {
  text-align: left;
  padding-top: 112px;
  padding-left: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments__head {
    padding-top: 80px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .comments__head {
    padding-top: 36px;
    padding-left: 20px;
  }
}

.comments__items {
  margin-top: 54px;
  margin-left: 60px;
  padding-right: 16px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments__items {
    margin-top: 50px;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .comments__items {
    margin-top: 32px;
    margin-left: 20px;
  }
}

.comments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments__item:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .comments__item:not(:first-child) {
    margin-top: 32px;
  }
}

.comments__img {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .comments__img {
    width: 60px;
    height: 60px;
  }
}
.comments__text {
  font-size: 16px;
  width: 416px;
  line-height: 1.5;
  margin-left: 32px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments__text {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .comments__text {
    margin-left: 20px;
    font-size: 14px;
    width: 224px;
    line-height: 1.4285714286;
  }
}

.comments__picture {
  width: 44.5%;
  padding-top: 83.1460674157%;
  background: url(../img/comments3.png) no-repeat center center/contain;
  top: 0%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  z-index: 30;
}
@media (max-width: 767px) {
  .comments__picture {
    display: none;
  }
}

.qa {
  background: url(../img/qa-bg.png) no-repeat center center/cover;
  height: 952px;
  position: relative;
  z-index: 30;
}
@media (max-width: 767px) {
  .qa {
    height: 821px;
    background-position-x: 46%;
  }
}

.qa__head {
  padding-top: 56px;
}
@media (max-width: 767px) {
  .qa__head {
    padding-top: 36px;
  }
}

.qa__items {
  width: 614px;
  max-width: 100%;
  margin: 52px 0px 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .qa__items {
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  .qa__items {
    margin: 34px auto;
  }
}

.qa__item {
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.qa__item:hover {
  opacity: 0.7;
  outline: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
          box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
}
.qa__item:nth-child(n+2) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .qa__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.qa-box__q {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .qa-box__q {
    padding: 15px 56px;
    letter-spacing: 0.025em;
  }
}
.qa-box__q::before {
  content: "Q";
  position: absolute;
  color: #FFFFFF;
  font-weight: 600;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
  width: 24px;
  height: 24px;
  background: #3B69FF;
  border-radius: 50%;
  text-align: center;
}

.qa-box__icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.qa-box__icon.is-open .qa-box__bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qa-box__bar1 {
  width: 15px;
  height: 3px;
  background: #3B69FF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.qa-box__bar2 {
  width: 3px;
  height: 15px;
  background: #3B69FF;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.qa-box__a {
  padding: 0px 16px 16px;
  font-size: 16px;
  line-height: 1.5;
  display: none;
}
@media (max-width: 767px) {
  .qa-box__a {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.qa-box__content {
  background: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
  padding: 12px 16px;
}
@media (max-width: 767px) {
  .qa-box__content {
    padding: 9px 12px;
  }
}

.access {
  position: relative;
}
.access::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 76.5%;
  height: 504px;
  background: #3E3E3E;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access::before {
    width: 100%;
    height: 904px;
  }
}
@media (max-width: 767px) {
  .access::before {
    width: 100%;
    height: 574px;
  }
}

.access__inner {
  position: relative;
  z-index: 30;
}

.access__head {
  color: #FFFFFF;
  text-align: left;
  padding: 112px 60px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access__head {
    padding: 40px 32px 0;
  }
}
@media (max-width: 767px) {
  .access__head {
    padding: 38px 0 0;
  }
}

.access__info {
  margin: 0 0;
}

.access__info-row {
  margin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 60px 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access__info-row {
    padding: 40px 32px 0;
  }
}
@media (max-width: 767px) {
  .access__info-row {
    padding: 30px 0px 0;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.access__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 1200px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access__container {
    max-width: 100%;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .access__container {
    max-width: 100%;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0;
  }
}

.access__map {
  width: 726px;
  max-width: 100%;
  margin-left: auto;
  z-index: 30;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access__map {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .access__map {
    margin-left: 0;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 71.6253443526%;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  top: -176px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(62, 62, 62, 0.16);
          box-shadow: 0 0 10px rgba(62, 62, 62, 0.16);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .iframe-wrap iframe {
    top: 0;
    right: 28px;
  }
}
@media (max-width: 767px) {
  .iframe-wrap iframe {
    top: 0;
    left: 0;
  }
}

.access__button {
  color: #FFFFFF;
  width: 314px;
  height: 64px;
  border: 1px solid #FFFFFF;
  margin: 26px auto 0;
}
@media (max-width: 767px) {
  .access__button {
    width: 339px;
    height: 54px;
    margin: 20px 0 0 2px;
  }
}
.access__button a {
  display: block;
  text-align: center;
  line-height: 64px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.access__button a:hover {
  outline: 1px solid #707070;
  background: #FFFFFF;
  color: #3E3E3E;
}
@media (max-width: 767px) {
  .access__button a {
    line-height: 54px;
    font-size: 18px;
  }
}

.contact {
  background: url(../img/contact-bg.png) no-repeat center center/cover;
  height: 1112px;
  padding-top: 60px;
  margin-top: -56px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact {
    margin-top: 40px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding-top: 40px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .contact__inner {
    display: block;
    margin-top: 40px;
  }
}

.contact__head-wrap {
  background: url(../img/contact1.png) no-repeat center center/cover;
  width: 960px;
  max-width: 100%;
  height: 196px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto 0;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 767px) {
  .contact__head-wrap {
    background: url(../img/contact1@2x.png) no-repeat center center/cover;
    background-position-x: 66%;
    height: 163px;
  }
}

.contact__head {
  padding-top: 56px;
}
@media (max-width: 767px) {
  .contact__head {
    padding-top: 36px;
    font-size: 30px;
  }
}

.contact__text {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .contact__text {
    margin-top: 2px;
    font-size: 14px;
    text-align: left;
    padding-left: 16px;
  }
}

.contact__form {
  margin: 0 auto 0;
  width: 960px;
  max-width: 100%;
  background: #FFFFFF;
  padding: 60px 120px;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 767px) {
  .contact__form {
    padding: 28px 12px;
  }
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contact-form__row {
    display: block;
  }
}
.contact-form__row:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .contact-form__row:not(:first-child) {
    margin-top: 18px;
  }
}

input::-webkit-input-placeholder {
  font-size: 14px;
}

input::-moz-placeholder {
  font-size: 14px;
}

input:-ms-input-placeholder {
  font-size: 14px;
}

input::-ms-input-placeholder {
  font-size: 14px;
}

input::placeholder {
  font-size: 14px;
}

.contact-form__label {
  width: 188px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .contact-form__label {
    padding-top: 8px;
  }
}
.contact-form__label label {
  font-size: 16px;
  font-weight: 700;
}
.contact-form__label label.is-required {
  display: inline-block;
  position: relative;
}
.contact-form__label label.is-required::after {
  content: "必須";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 12px);
  width: 40px;
  height: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  background: #FF4646;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .contact-form__label label.is-required::after {
    left: calc(100% + 18px);
  }
}

.select-box {
  position: relative;
}
.select-box::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 154px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: solid 2px #3e3e3e;
  border-bottom: solid 2px #3e3e3e;
  display: block;
  width: 8px;
  height: 8px;
}
@media (max-width: 767px) {
  .select-box::after {
    left: 294px;
    top: 18px;
  }
}

.contact-form__input {
  width: calc(100% - 188px);
}
@media (max-width: 767px) {
  .contact-form__input {
    width: 100%;
  }
}
.contact-form__input [type=text] {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #707070;
  background: #FFFFFF;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-form__input [type=text]:hover {
  opacity: 0.7;
  border-bottom: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
          box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
}
@media (max-width: 767px) {
  .contact-form__input [type=text] {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.contact-form__input [type=email] {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #707070;
  background: #FFFFFF;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-form__input [type=email]:hover {
  opacity: 0.7;
  border-bottom: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
          box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
}
@media (max-width: 767px) {
  .contact-form__input [type=email] {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.contact-form__input select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #FFFFFF;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 178px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .contact-form__input select {
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
  }
}
.contact-form__input select:hover {
  opacity: 0.7;
  outline: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
          box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
}

.radio-label {
  padding: 0;
}
@media (max-width: 767px) {
  .radio-label {
    margin-bottom: 10px;
  }
}

.contact-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-form__radio:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .contact-form__radio {
    display: block;
    margin-top: 24px;
  }
}
.contact-form__radio [type=radio] {
  display: none;
}
.contact-form__radio span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 40px;
}
.contact-form__radio span::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #707070;
  border-radius: 50%;
}
.contact-form__radio span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #3B69FF;
  border-radius: 50%;
  display: none;
}
.contact-form__radio [type=radio]:checked + span::after {
  display: block;
}

.contact__message {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 700;
}
.contact__message textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #707070;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .contact__message textarea {
    height: 160px;
    margin-top: 10px;
  }
}
.contact__message textarea:hover {
  opacity: 0.7;
  outline: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
          box-shadow: 0 0 8px rgba(73, 115, 255, 0.16);
}

.contact-form__check {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .contact-form__check {
    font-size: 16px;
    margin-top: 20px;
  }
}
.contact-form__check:hover {
  opacity: 0.7;
}
.contact-form__check [type=checkbox] {
  display: none;
}
.contact-form__check span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.contact-form__check span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
}
.contact-form__check span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: solid 2px #3B69FF;
  border-bottom: solid 2px #3B69FF;
  display: none;
}
.contact-form__check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-form__button {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .contact-form__button {
    text-align: center;
    margin-top: 30px;
  }
}

.contact-button {
  background: #B2B2B2;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  width: 173px;
  height: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-button.-active {
  background: #FFAA3B;
}
@media (max-width: 767px) {
  .contact-button {
    font-size: 16px;
    width: 165px;
    height: 48px;
  }
}
.contact-button:hover {
  background: #F18900;
}

.contact-massage {
  text-align: center;
  margin-top: 60px;
  color: #fff;
  display: none;
}
.contact-massage.-error {
  color: #f00;
}

.footer {
  background: #3E3E3E;
  color: #FFFFFF;
  padding: 60px 160px 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer {
    padding: 60px 100px 60px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 60px 0 57px;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer__content {
    display: block;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .footer__sns-item {
    position: relative;
    left: 112px;
  }
}
.footer__sns-item-link i {
  width: 36px;
  height: 36px;
  font-size: 36px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .footer__sns-item-link i {
    margin-right: 50px;
  }
}

.footer__nav {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-top: 36px;
  }
}

.footer__nav-item:not(:first-child) {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .footer__nav-item {
    text-align: center;
  }
}
.footer__nav-item li a {
  font-size: 16px;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .footer__nav-item li a {
    font-size: 14px;
  }
}

.footer__right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer__right {
    margin-left: 0;
    margin-top: 24px;
  }
}

.footer__logo {
  font-size: 40px;
  font-weight: 700;
  color: #E3E3E3;
}
@media (max-width: 767px) {
  .footer__logo {
    font-size: 32px;
    text-align: center;
  }
}

.footer__copy {
  font-size: 12px;
  letter-spacing: 0.025em;
  margin-top: 6px;
  text-align: right;
}
@media (max-width: 767px) {
  .footer__copy {
    text-align: center;
  }
}

.to-top {
  position: fixed;
  right: 80px;
  bottom: 48px;
  z-index: 305;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .to-top {
    right: 16px;
    bottom: 13px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
}
.to-top img {
  width: 50px;
}