@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
  font-size: 16px;
  color: #333333;
}

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

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

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

a {
  color: #333333;
}

.section__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  position: relative;
  font-family: "Lato", sans-serif;
}
.section__title::after {
  content: "";
  height: 4px;
  width: 60px;
  background: #3F51B5;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
  left: 50%;
}
@media (max-width: 767px) {
  .section__title::after {
    height: 2px;
    width: 30px;
    bottom: -8px;
  }
}
@media (max-width: 767px) {
  .section__title {
    font-size: 34px;
  }
}

.btn {
  margin-top: 36px;
}
.btn a {
  width: 390px;
  height: 72px;
  max-width: 100%;
  background: #3F51B5;
  color: #fff;
  display: inline-block;
  line-height: 72px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .btn a {
    width: 290px;
    height: 60px;
    font-size: 22px;
    line-height: 63px;
  }
}

.inner {
  width: 62%;
}
@media (max-width: 767px) {
  .inner {
    width: 95%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    width: 95%;
    padding: 0 20px;
  }
}

.ground {
  padding: 91px 0 112px;
}
.ground:nth-child(5) {
  padding: 88px 0 110px;
}
.ground:nth-child(7) {
  padding: 92px 0 118px;
}
@media (max-width: 767px) {
  .ground {
    padding: 50px 0 60px;
  }
  .ground:nth-child(5) {
    padding: 50px 0 60px;
  }
  .ground:nth-child(7) {
    padding: 50px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ground {
    padding: 20px 0 70px;
  }
}

/*=========================
header
=========================*/
.header {
  background-color: #3F51B5;
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    margin: 0 auto 10px;
  }
}

.header__logo {
  width: 205px;
}
.header__logo img {
  display: block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__logo {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    margin-left: 10px;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__nav {
    margin-right: 42px;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav li:not(:first-child) {
  margin-left: 42.8px;
}
.header__nav li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  font-family: "Lato", sans-serif;
}
.header__nav li a::after {
  content: "";
  position: absolute;
  background-color: #E81919;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
}
.header__nav li a.is-active::after {
  opacity: 1;
}

.drawer-icon {
  position: fixed;
  z-index: 300;
  width: 22px;
  height: 20px;
  right: 16px;
  top: 20px;
  display: none;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-click .dw-line1.dw-line1,
.drawer-icon.is-click .dw-line2.dw-line1,
.drawer-icon.is-click .dw-line3.dw-line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 200px;
}
.drawer-icon.is-click .dw-line1.dw-line2,
.drawer-icon.is-click .dw-line2.dw-line2,
.drawer-icon.is-click .dw-line3.dw-line2 {
  display: none;
}
.drawer-icon.is-click .dw-line1.dw-line3,
.drawer-icon.is-click .dw-line2.dw-line3,
.drawer-icon.is-click .dw-line3.dw-line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 200px;
  top: -4px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .drawer-icon {
    display: none;
  }
}

.dw-line1,
.dw-line2,
.dw-line3 {
  background: #fff;
  position: fixed;
  position: relative;
  width: 22px;
  height: 4px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.dw-line1 {
  top: 0;
}

.dw-line2 {
  top: 4px;
}

.dw-line3 {
  top: 8px;
}

.drawer-text {
  position: fixed;
  z-index: 299;
  right: 0;
  background: #fff;
  height: 100%;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.drawer-text.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-item {
  background: #fff;
  width: 200px;
  height: 100%;
}
.drawer-item li {
  padding: 20px;
  border-bottom: 1px dotted #3F51B5;
  cursor: pointer;
  position: relative;
}
.drawer-item li a {
  text-decoration: none;
  color: #707070;
}
.drawer-item li::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-b3x.png) no-repeat center center/contain;
  width: 10px;
  height: 16px;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drawer-bg {
  position: fixed;
  background: #000000;
  z-index: 298;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  display: none;
}
.drawer-bg.is-open {
  display: block;
}

/*==========================
main-visual
==========================*/
.main-visual {
  height: 600px;
  width: 100%;
  background: url(../img/mainvisual.png) no-repeat center center/cover;
  position: relative;
  top: 100px;
}
@media (max-width: 767px) {
  .main-visual {
    height: 570px;
  }
}

.main-visual__content {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .main-visual__content {
    padding-bottom: 130px;
  }
}

.main-visual-title {
  font-size: 64px;
  font-weight: 700;
  margin-top: -14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .main-visual-title {
    font-size: 29px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-visual-title {
    font-size: 60px;
  }
}

.main-visual-lead {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .main-visual-lead {
    font-size: 20px;
    margin-top: 20px;
  }
}

.main-visual-button a:hover {
  opacity: 0.6;
}

.swiper-button-next {
  background: transparent url(../img/arrow-next2x.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  right: calc(50% - 600px);
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-next:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}

.swiper-button-prev {
  background: transparent url(../img/arrow-prev2x.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  left: calc(50% - 600px);
}
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 10px;
    width: 20px;
    height: 20px;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}

.swiper-pagination-bullet-active {
  background: #2F7DC8;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 6px;
  }
}

/*================card=====================*/
.card {
  background: #EFEFEF;
}

.card__inner {
  width: 94%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card__inner {
    padding: 50px 0 40px;
  }
}
@media (max-width: 767px) {
  .card__inner {
    padding: 40px 0 40px;
  }
}

.card__items {
  margin-top: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .card__items {
    margin-top: 40px;
  }
}

.card__item {
  width: calc(33.3% - 16px);
  background: #fff;
  padding: 16px;
  border-radius: 4px;
}
.card__item:nth-child(n+4) {
  margin-top: 24px;
}
.card__item:not(:nth-child(3n+1)) {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .card__item:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .card__item {
    width: 100%;
    margin-top: 30px;
    margin: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card__item {
    width: calc(50% - 12px);
  }
  .card__item:not(:nth-child(2n+1)) {
    margin-left: 24px;
  }
  .card__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.card-img img {
  width: 100%;
}

.card__title {
  font-size: 20px;
  font-weight: 700;
  color: #6F7579;
  margin-top: 6px;
}

.card__text {
  font-weight: 700;
  color: #6F7579;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .card__text {
    padding-bottom: 20px;
  }
}

.news {
  background: #FFFFFF;
}

.news__inner {
  width: 62%;
}
@media (max-width: 767px) {
  .news__inner {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news__inner {
    width: 80%;
  }
}

.news__items {
  margin-top: 88px;
  width: 800px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .news__items {
    margin-top: 44px;
  }
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 11px;
}
.news__item:not(:first-child) {
  padding: 17px 0 15px;
  border-top: 1px solid #707070;
}
@media (max-width: 767px) {
  .news__item {
    display: block;
  }
}

.time_th {
  width: 105px;
  padding-top: 3px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 767px) {
  .time_th {
    display: inline-block;
  }
}

.label a {
  display: inline-block;
  background: #666666;
  color: #EFEFEF;
  text-decoration: none;
  border-radius: 4px;
  width: 80px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.label a:hover {
  opacity: 0.8;
}
.label.is-blue {
  background: #3F51B5;
}
.label.is-red {
  background: #E81919;
}
@media (max-width: 767px) {
  .label {
    display: inline-block;
  }
}

.news__title {
  width: calc(100% - 185px);
  margin-left: 20px;
}
.news__title a {
  text-decoration: none;
  line-height: 1.25;
}
.news__title a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news__title {
    width: 97%;
    padding-left: 0;
    margin-top: 0;
    padding-top: 5px;
  }
}

.more {
  margin-top: 38px;
  text-align: center;
}
.more a {
  position: relative;
  color: #E81919;
  text-decoration: none;
  padding-right: 14px;
  font-family: "Lato", sans-serif;
}
.more a::after {
  content: "";
  position: absolute;
  background: url(../img/news-arrow@2x.png) no-repeat center center/contain;
  height: 16px;
  width: 8px;
  right: 4px;
  top: 4px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.more a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .more {
    margin-top: 34px;
  }
}

.price {
  background: #EFEFEF;
}

.price__items {
  padding-top: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .price__items {
    display: block;
    padding-top: 40px;
  }
}

.price__img {
  width: 37.8333333333%;
}
@media (max-width: 767px) {
  .price__img {
    width: 100%;
  }
}

.price__table {
  width: 59%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .price__table {
    width: 100%;
    margin-top: 24px;
  }
}

.price__columns {
  border-collapse: collapse;
  font-weight: 700;
  width: 100%;
  table-layout: fixed;
}
.price__columns th,
.price__columns td {
  border: 1px solid #707070;
  padding: 0 24px;
  vertical-align: middle;
  height: 58px;
}
.price__columns th {
  background: #999999;
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.price__columns th:nth-child(1) {
  width: 172px;
}
@media (max-width: 767px) {
  .price__columns th:nth-child(1) {
    width: 112px;
  }
}
.price__columns td {
  background: #FFFFFF;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .price__columns td {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .price__columns td {
    padding: 0 2px;
  }
}
.price__columns strong {
  color: #E81919;
}
.price__columns span {
  display: block;
  font-size: 13px;
}
@media (max-width: 767px) {
  .price__columns span {
    font-size: 13px;
    padding-left: 10px;
  }
}

.attention {
  margin-top: 5px;
  font-size: 14px;
}
.attention a {
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.attention a:hover {
  opacity: 0.3;
}
@media (max-width: 767px) {
  .attention {
    margin-left: 10px;
  }
}

.access__map {
  margin: 93px auto 0;
  width: 800px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .access__map {
    margin: 40px auto 0;
  }
}

.iframe__wrap {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.iframe__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__info {
  width: 800px;
  max-width: 100%;
  margin: 16px auto 0;
}

.access__info-wrap {
  margin-top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .access__info-wrap {
    margin-top: 30px;
  }
}
.access__info-wrap:not(:first-child) {
  margin-top: 8px;
}
.access__info-wrap dt {
  margin: 0;
  padding: 0;
  width: 104px;
  font-weight: 700;
}
.access__info-wrap dd {
  padding: 0;
  margin: 0;
  width: calc(100% - 104px);
  font-family: "Noto Sans JP", sans-serif;
}

.access__button {
  text-align: center;
  margin-top: 25px;
}
.access__button a {
  background: #3F51B5;
  color: #fff;
  width: 304px;
  padding: 16px 12px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.access__button a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .access__button a {
    width: 250px;
    padding: 14px 10px;
  }
}
.access__button a::after {
  content: "";
  position: absolute;
  background: url(../img/button-arrow@2x.png) no-repeat center center/contain;
  width: 17px;
  height: 16px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact {
  background: #EFEFEF;
}

.contact__form-wrap {
  margin-top: 80px;
  background: #FFFFFF;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__form-wrap input {
  width: 520px;
  height: 38px;
  font-size: 14px;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
  margin-left: 112px;
}

.form_name {
  display: inline;
  margin-left: 60px;
}
.form_name span {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E81919;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 2px 8px;
  margin-left: 0;
}

.contact {
  background: #EFEFEF;
}
@media (max-width: 767px) {
  .contact {
    padding: 20px 0;
  }
}

.contact__form {
  margin: 95px auto 0;
  background: #fff;
  max-width: 100%;
  width: 800px;
  padding: 47px 60px 62px;
}
@media (max-width: 767px) {
  .contact__form {
    padding: 30px;
    margin: 40px 0;
  }
}

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

.contact-form__label {
  width: 160px;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
  }
}
.contact-form__label label {
  font-weight: 700;
}
.contact-form__label label.is__required {
  position: relative;
  display: inline-block;
}
.contact-form__label label.is__required::after {
  content: "必須";
  position: absolute;
  background: #E81919;
  color: #fff;
  left: 0;
  padding: 4px 6px;
  text-align: center;
  border-radius: 4px;
  font-weight: 100;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  top: calc(100% - 8px);
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-form__label label.is__required::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 6px);
    width: 44px;
  }
}

.contact-form__input {
  width: calc(100% - 160px);
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-form__input {
    width: 100%;
    margin-top: 20px;
  }
}
.contact-form__input [type=text] {
  border: 1px solid #707070;
  border-radius: 0;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px 16px;
  width: 100%;
  background: #fff;
  font-family: inherit;
  color: inherit;
}
.contact-form__input [type=email] {
  border: 1px solid #707070;
  border-radius: 0;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px 16px;
  width: 100%;
  font-family: inherit;
  color: inherit;
}
.contact-form__input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 12px 16px;
  background: #fff url(../img/select-arrow@2x.png) no-repeat right 12px center/17px 14px;
  font-family: inherit;
  color: inherit;
}
.contact-form__input textarea {
  border: 1px solid #707070;
  border-radius: 0;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 16px;
  font-family: inherit;
  color: inherit;
  width: 100%;
  height: 240px;
  resize: none;
}
@media (max-width: 767px) {
  .contact-form__input textarea {
    padding: 12px 14px;
  }
}

.form_radio {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .form_radio {
    margin-top: 20px;
  }
}
.form_radio [type=radio] {
  display: none;
}
.form_radio span {
  display: inline-block;
  position: relative;
  margin-right: 41px;
  padding-left: 25px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form_radio span {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.form_radio span::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid #707070;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form_radio span::after {
  content: "";
  position: absolute;
  background: #3F51B5;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}
.form_radio [type=radio]:checked + span::after {
  display: block;
}

.check {
  text-align: center;
  margin-top: 57px;
}
.check [type=checkbox] {
  display: none;
}
.check a {
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.check a:hover {
  opacity: 0.7;
}
.check span {
  display: inline-block;
  position: relative;
  padding-left: 49px;
  cursor: pointer;
}
.check span::before {
  content: "";
  position: absolute;
  border: 1px solid #707070;
  background: #fff;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.check span::after {
  content: "";
  position: absolute;
  background: transparent url(../img/checkbox@2x.png) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: none;
}
.check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-form__button {
  text-align: center;
  margin-top: 32px;
}
.contact-form__button [type=submit] {
  border: none;
  border-radius: 8px;
  font-size: inherit;
  font-family: inherit;
  color: #fff;
  font-weight: 700;
  background: #3F51B5 url(../img/button-arrow@2x.png) no-repeat right 12px center/16px 17px;
  width: 304px;
  padding: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-form__button [type=submit]:hover {
  border-bottom-color: transparent;
  -webkit-transform: translateY(0.1875em);
          transform: translateY(0.1875em);
  opacity: 0.7;
}
@media (max-width: 767px) {
  .contact-form__button [type=submit] {
    width: 100%;
  }
}

.modal {
  display: none;
}

.modal-content-d {
  margin-top: 40px;
  margin-bottom: 60px;
  height: calc(100% - 88px - 108px);
  overflow: auto;
}
.modal-content-d > :first-child {
  margin-top: 0;
}

.modal-content {
  position: fixed;
  z-index: 400;
  width: 900px;
  height: 652px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 48px);
  max-height: calc(100% - 48px);
  padding: 60px;
}

.modal-title {
  color: #707070;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding-bottom: 24px;
}
.modal-title::after {
  content: "";
  position: absolute;
  background: #3F51B5;
  width: 100px;
  height: 2px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal-sab-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}
.modal-sab-title:not(:first-child) {
  margin-top: 40px;
}
.modal-sab-title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #3F51B5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-text {
  line-height: 1.5;
  padding-top: 16px;
}

.modal-top-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
}
.modal-bottom-btn {
  text-align: center;
}
.modal-bottom-btn a {
  width: 176px;
  background: #3F51B5;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 16px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.modal-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 399;
  top: 0;
  left: 0;
  display: none;
}

.box-items {
  width: 900px;
  max-width: 100%;
  margin: 80px auto;
}

.box-item {
  cursor: pointer;
  font-weight: 700;
}
.box-item:not(:nth-child(1)) {
  margin-top: 24px;
}

.box-q {
  color: #fff;
  background: #3F51B5;
  padding: 12px 56px;
  position: relative;
}
.box-q::after {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 12px;
}

.icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon.is-open .line2 {
  -webkit-transform: rotate(95deg);
          transform: rotate(95deg);
  top: 0;
}

.line1 {
  content: "";
  position: absolute;
  background: #fff;
  width: 14px;
  height: 2px;
  border-radius: 20px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.line2 {
  content: "";
  position: absolute;
  background: #fff;
  width: 2px;
  height: 14px;
  border-radius: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.qu_as {
  border: 1px solid #3F51B5;
  background: #fff;
  color: #3F51B5;
  padding: 16px 20px 16px;
  line-height: 1.5;
  display: none;
}

.qu-as-content {
  position: relative;
  padding-left: 35px;
}
.qu-as-content::before {
  content: "A";
  position: absolute;
  width: 10px;
  left: 0;
  top: 0;
}

/*
.accordion {
}
.accordion__inner {
}
.accordion__wrap {
    padding-top: 111px;
    max-width: 900px;
    margin: 0 auto;
}
.accordion__box {
    margin-bottom: 24px;
}
.accordion__header {
    background-color:#3F51B5;
    color: #fff;
    font-weight: 700;
    padding: 12px 20px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    display: flex;

    span {
        font-size: 15px;
        width: 36px;
    }

    &::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 14px;
        background: #fff;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
    }
    &::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 2px;
        background: #fff;
        right: 22px;
        top: 50%;
        transform: translateY(-50%);
    }
    &.open {
        &::before {
            display: none;
        }
    }
}

.accordion__text-box {
    display: none;
    &.open {
        display: block;
    }
}

.ac_box {
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #3F51B5;
}
.ac_text {
    display: flex;
    color: #3F51B5;
    font-weight: 700;
    span {
        margin-right: 26px;
    }
}
*/
.about-inner {
  max-width: 80%;
  width: 920px;
  margin: 100px auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-inner {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .about-inner {
    margin: 0;
    max-width: 100%;
  }
}

.about-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-boxes {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-boxes {
    display: block;
    width: 100%;
  }
}

.about-box:nth-child(n+2) {
  margin-left: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-box:nth-child(n+2) {
    margin: 0;
  }
  .about-box:nth-child(n+2):nth-child(n+2) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-box:nth-child(n+2) {
    margin: 0;
  }
  .about-box:nth-child(n+2):nth-child(n+2) {
    margin-top: 20px;
  }
}

.about-title {
  border: 1px solid #3F51B5;
  width: 440px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  padding: 20px 160px;
  font-weight: 700;
  color: #3F51B5;
}
@media (max-width: 767px) {
  .about-title {
    width: 100%;
    padding: 13px;
    height: 50px;
  }
}

.about-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 18px;
  top: 18px;
}
@media (max-width: 767px) {
  .about-icon {
    top: 12px;
  }
}
.about-icon.is-open .a-icon {
  background: url(../img/arrow-bottom2x.png) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.a-icon {
  position: absolute;
  background: url(../img/arrow-top2x.png) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.about-text {
  margin-top: 40px;
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-text {
    margin-top: 20px;
    width: 100%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .about-text {
    margin-top: 10px;
  }
}

.about-content {
  margin-top: 40px;
  color: #3F51B5;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
  background: linear-gradient(to bottom, #666666, #333333);
  padding: 58px 0 24px;
  color: #fff;
}

.footer__address,
.footer__tel {
  font-size: 14px;
}

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

.footer__img {
  width: 50%;
}
.footer__img img {
  width: 205px;
}
@media (max-width: 767px) {
  .footer__img {
    width: 100%;
  }
}

.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
}
.footer__center li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "Lato", sans-serif;
}
.footer__center li a:hover {
  opacity: 0.7;
}
.footer__center li:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .footer__center li:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .footer__center {
    margin-top: 8px;
  }
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-right li {
  width: 30px;
}
.footer-right li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-right li a:hover {
  opacity: 0.7;
}
.footer-right li:not(:first-child) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .footer-right {
    margin-top: 10px;
    width: 65%;
  }
}

.footer__address-items {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
.footer__address-items a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer__address-items {
    margin-top: 16px;
  }
}

.footer__tel {
  margin-top: 7px;
}

.footer__copy-right {
  margin-top: 37px;
  text-align: center;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

.to-top {
  position: fixed;
  right: 26px;
  bottom: 21px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a img {
  width: 60px;
}
.to-top:hover {
  -webkit-transform: translateY(-0.491em);
          transform: translateY(-0.491em);
  opacity: 0.9;
}
@media (max-width: 767px) {
  .to-top {
    right: 12px;
    bottom: 12px;
  }
  .to-top a img {
    width: 30px;
  }
}

.is-not-active {
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.is-active {
  cursor: pointer;
  background: #3F51B5;
  color: #FFF;
  pointer-events: auto;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}