@charset "UTF-8";
/*  */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
/* #mixins */
/* ===============================================
# color
=============================================== */
/* ===============================================
# common
=============================================== */
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
.attention {
  position: fixed;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  color: rgb(242, 103, 103);
  z-index: 1000;
}

body {
  font-family: "Montserrat", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #3E3E3E;
  background-color: #F3F3F3;
  max-width: 1280px;
  margin: 0 auto;
}

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

.section {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 0;
  }
}

a {
  color: inherit;
}

/* ===============================================
# header
=============================================== */
@media screen and (min-width: 768px) {
  header {
    background: rgba(226, 226, 228, 0.9254901961);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    background-color: #FFF;
    padding: 0 16px;
  }
}

.header__logo {
  font-size: 23px;
  font-weight: 700;
  padding: 22px 0px;
}

@media screen and (min-width: 768px) {
  .header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header__nav__list {
    padding-top: 200px;
  }
}

@media screen and (min-width: 768px) {
  .header__nav__item:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav__item {
    text-align: center;
  }
}

.header__nav__item__link {
  color: #3E3E3E;
  height: 83px;
  line-height: 83px;
}
@media screen and (min-width: 768px) {
  .header__nav__item__link:hover {
    border-bottom: 1px solid #3E3E3E;
  }
}
@media screen and (max-width: 767px) {
  .header__nav__item__link {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-menu {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .drawer-nav {
    position: fixed;
    z-index: 5;
  }
}

.drawer-hamburger {
  top: 6px;
}

.drawer-hamburger-icon {
  height: 4px;
  margin-top: 6px;
}
.drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  height: 4px;
}

.drawer--right.drawer-open .drawer-hamburger {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
  background-color: #fff;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer-hamburger {
  width: 27px;
}

.drawer--right .drawer-hamburger {
  right: 22px;
}
@media screen and (max-width: 767px) {
  .drawer--right .drawer-hamburger {
    right: 3px;
  }
}

/* ===============================================
# main
=============================================== */
.common__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2222222222;
  text-align: center;
  padding: 56px;
}
@media screen and (max-width: 767px) {
  .common__title {
    font-size: 30px;
    line-height: 1.2333333333;
  }
}

.common__button {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.125;
  border: 1px solid;
  display: inline-block;
  padding: 20px 80px;
}

/* ===============================================
# top
=============================================== */
.top {
  background: url(../img/mv.png) center center/cover;
}
@media screen and (max-width: 767px) {
  .top {
    background: url(../img/mv.png) 22% 111%;
  }
}

.top__content {
  width: 600px;
  padding: 160px 0px 153px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top__content {
    padding: 191px 0px 232px;
    width: 100%;
    margin: 0 auto;
  }
}

.top__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top__title {
    font-size: 24px;
    line-height: 1.6666666667;
    margin-top: -36px;
  }
}

.top__text {
  font-size: 18px;
  font-weight: 700;
  margin-top: 28px;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .top__text {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 20px;
  }
}

.top__footer {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .top__footer {
    text-align: center;
    margin-top: 32px;
  }
}

.contact__button {
  width: 282px;
  font-size: 18px;
  font-weight: 700;
  background: #FFAA3B;
  color: #fff;
  display: inline-block;
  padding: 16px 49px 16px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
  letter-spacing: 0.025em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__button {
    font-size: 16px;
    width: 222px;
    padding: 12px 18px;
  }
}
.contact__button:hover {
  background: #F18900;
}

button[type=submit]:disabled {
  background: #B2B2B2;
  cursor: not-allowed;
}

/* ===============================================
# news
=============================================== */
@media screen and (min-width: 768px) {
  .news {
    max-width: 1200px;
    -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
            box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding: 0 16px;
  }
}

.news__inner {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .news__inner {
    position: relative;
    top: -39px;
    -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
            box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
  }
}

.news__title {
  padding: 57px;
}
@media screen and (max-width: 767px) {
  .news__title {
    padding: 40px;
  }
}

.news__list {
  margin: 4px 60px 4px;
}
@media screen and (max-width: 767px) {
  .news__list {
    margin: 0;
  }
}

.news__item {
  padding: 39px 0;
  border-bottom: 1px solid #3E3E3E;
}
@media screen and (max-width: 767px) {
  .news__item {
    padding: 11px 15px;
  }
}
.news__item:first-child {
  border-top: 1px solid #3E3E3E;
}
.news__item:hover {
  background: rgba(73, 115, 255, 0.2);
}

.news__item__link {
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
  }
}
.news__item__link::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url(../img/news-arrow-1.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
@media screen and (max-width: 767px) {
  .news__item__link::after {
    right: 2px;
  }
}

.news__list__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 285px;
}

.news__item__time {
  font-size: 18px;
  width: 100px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .news__item__time {
    font-size: 14px;
  }
}

.news__item__title {
  font-size: 14px;
  border: solid #3B69FF;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  padding: 5px 28px;
  margin-left: 35px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .news__item__title {
    font-size: 12px;
    line-height: 1.36;
    width: 81px;
    padding: 2px 12px;
    margin-left: 2px;
  }
}

.news__item__text {
  font-size: 18px;
  width: 700px;
  margin-left: 14px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .news__item__text {
    font-size: 14px;
    line-height: 1.39;
    width: 100%;
    margin-top: 6px;
    margin-left: 0;
    padding-right: 35px;
  }
}

.news__footer {
  text-align: center;
  padding: 41px 0 40px;
}

.news__button {
  border: 1px solid #707070;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .news__button {
    font-size: 18px;
    padding: 15px 96px;
  }
}
.news__button:hover {
  color: #FFF;
  background: #3E3E3E;
}

/* ===============================================
# service
=============================================== */
.service {
  background-color: #3E3E3E;
}
@media screen and (min-width: 768px) {
  .service {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, #3E3E3E), color-stop(41%, #FFFFFF));
    background: linear-gradient(to bottom, #3E3E3E 59%, #FFFFFF 41%);
    margin-top: 20px;
  }
}

.service__title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .service__title {
    padding: 40px 0;
  }
}

.service__wrap {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service__wrap {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 768px) {
  .service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 85px 45px 60px;
  }
}

.service__item {
  width: calc(33.3% - 60px);
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service__item + .service__item {
    margin-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .service__item {
    width: 100%;
    padding: 55px 16px 0px;
  }
}

.service__icon img {
  width: 50px;
  height: 32px;
}

.service__item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .service__item__title {
    margin-top: 20px;
  }
}

.service__item__text {
  font-size: 14px;
  line-height: 1.7142857143;
  margin: 10px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .service__item__text {
    text-align: center;
  }
}

/* ===============================================
# result
=============================================== */
.result {
  max-width: 100%;
  overflow: hidden;
  background: #3E3E3E;
}
@media screen and (min-width: 768px) {
  .result {
    margin: 215px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .result {
    margin-top: 60px;
  }
}

.result__title {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .result__title {
    text-align: center;
    padding: 36px 0;
  }
}

.result__inner {
  margin-top: 6px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .result__inner {
    width: 100%;
    padding: 0 16px;
  }
}

.lineup {
  position: relative;
}

.lineup-carousel li {
  margin-right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lineup-carousel li {
    margin-right: 18px;
  }
}
.lineup-carousel img {
  display: block;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .lineup-carousel img {
    width: 274px;
  }
}
.lineup-carousel .lineup__bottom {
  width: 400px;
  background: #fff;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .lineup-carousel .lineup__bottom {
    width: 274px;
    padding: 10px 13px;
  }
}
.lineup-carousel .lineup__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lineup-carousel .lineup__title {
    font-size: 14px;
    line-height: 1.1428571429;
  }
}
.lineup-carousel .lineup__text {
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .lineup-carousel .lineup__text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.slick-list {
  overflow: visible;
}

.slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}

.slick-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: -80px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
}

@media screen and (max-width: 767px) {
  .dots-3 {
    text-align: center;
  }
}

.dots-3 .slick-dots li {
  display: inline-block;
}

.dots-3 .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 40px;
  margin-right: 20px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .dots-3 .slick-dots button {
    margin-top: 23px;
    margin-right: 20px;
  }
}

.dots-3 .slick-dots .slick-active button {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
}
.dots-3 .slick-dots .slick-active button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
}

.results__footer {
  margin: 40px 0 59px;
}
@media screen and (max-width: 767px) {
  .results__footer {
    text-align: center;
    margin: 23px 12px 37px;
  }
}

.results__button {
  color: #FFF;
  border: 1px solid #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .results__button {
    font-size: 18px;
    line-height: 1.2777777778;
    padding: 15px 98px;
  }
}
.results__button:hover {
  color: #3E3E3E;
  background: #fff;
}

/* ===============================================
# price
=============================================== */
.price {
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .price {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .price__title {
    padding: 40px 0;
  }
}

@media screen and (min-width: 768px) {
  .price__wrap {
    padding: 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .price__wrap {
    margin-top: 1px;
  }
}

.price__table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #707070;
  margin: 0px auto;
}
.price__table th,
.price__table td {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .price__table th,
  .price__table td {
    font-size: 20px;
    line-height: 1.1;
  }
}
.price__table th {
  color: #fff;
  border: solid 1px #707070;
  background-color: #3E3E3E;
  padding: 16px 12px;
}
@media screen and (max-width: 767px) {
  .price__table th {
    padding: 16px 4px;
  }
}
.price__table td {
  background-color: #fff;
  border: solid 1px #707070;
  padding: 16px 40px;
}
@media screen and (max-width: 767px) {
  .price__table td {
    padding: 16px 0 16px 20px;
  }
}

.table__footer {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .table__footer {
    margin-top: 5px;
  }
}

.table__footer__text {
  font-size: 12px;
  line-height: 1.6666666667;
}

/* ===============================================
# comments
=============================================== */
.comments {
  margin-top: 113px;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .comments {
    padding-bottom: 0px;
    max-width: 0 auto;
  }
}
.comments::before {
  content: "";
  width: 76.5625%;
  height: 100%;
  background: #3E3E3E;
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .comments::before {
    width: 100%;
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .comments {
    margin-top: 118px;
  }
}

.comments__wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .comments__wrapper {
    width: 100%;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .comments__wrapper {
    top: -60px;
    width: 100%;
    padding: 0 16px;
  }
}

.comments__box {
  background: #fff;
  display: inline-block;
  width: 666px;
  padding: 120px 60px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .comments__box {
    width: 100%;
    padding: 39px 20px;
  }
}

.comments__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2222222222;
}
@media screen and (max-width: 767px) {
  .comments__title {
    font-size: 30px;
    line-height: 1.2333333333;
  }
}

.comments__lists {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .comments__lists {
    margin-top: 39px;
  }
}

.comments__item:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .comments__item:not(:first-child) {
    margin-top: 38px;
  }
}

.comments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .comments__item__character img {
    width: 60px;
    height: 60px;
  }
}

.comments__item__right {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .comments__item__right {
    margin-top: -4px;
    margin-left: 20px;
  }
}

.comments__item__text {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .comments__item__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.comments__img {
  width: calc(100% - 666px);
}

.comments__img__item {
  padding-top: 83.1460674157%;
  background: url(../img/comments3.png) center center/contain;
}

/* ===============================================
# Q&A
=============================================== */
.qa {
  background: url(../img/qa-bg.png) center center/cover;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 0 16px 60px;
  }
}

.qa__title {
  color: #3E3E3E;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .qa__title {
    padding: 40px;
  }
}

@media screen and (min-width: 768px) {
  .accordion_area {
    width: 654px;
    margin-left: auto;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_area {
    width: 100%;
    max-width: 0 auto;
  }
}

.accordion_one:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .accordion_one:not(:first-child) {
    margin-top: 24px;
  }
}

.ac_header {
  font-weight: 700;
  background-color: #ffffff;
  padding: 16px 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .ac_header {
    padding: 16px 17px;
  }
}
.ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 17px;
  height: 17px;
  margin-top: -10px;
}
.ac_header .i_box::before, .ac_header .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.ac_header .i_box::before {
  border-top: 3px solid #014897;
  width: 17px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ac_header .i_box::after {
  border-left: 3px solid #014897;
  width: 0;
  height: 17px;
  top: 0;
  bottom: 0;
  right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ac_header.open {
  border-radius: 0;
}
.ac_header.open .i_box::after {
  height: 0;
}

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__headinner {
    padding-left: 39px;
  }
}
.p-faq__headinner::before {
  content: "Q";
  text-align: center;
  color: #fff;
  font-weight: 400;
  width: 24px;
  height: 24px;
  background: #3B69FF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-faq__q-txt {
  font-weight: 700;
}

.ac_inner {
  display: none;
  padding: 0px 16px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .ac_inner {
    padding: 0px 16px 12px;
  }
}

.p-faq__bodyinner {
  display: block;
  position: relative;
  padding: 16px;
  border-radius: 4px;
  background: rgba(73, 115, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-faq__bodyinner {
    padding: 9px 12px;
  }
}

.p-faq__a-txt {
  font-size: 16px;
  color: #3E3E3E;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__a-txt {
    font-size: 14px;
  }
}

/* ===============================================
# Access
=============================================== */
.access {
  position: relative;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 40px 16px 60px;
  }
}
.access::before {
  content: "";
  position: absolute;
  width: 76.5625%;
  height: 510px;
  background: #3E3E3E;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .access::before {
    width: 100%;
    height: 100%;
    position: a;
  }
}

@media screen and (min-width: 768px) {
  .access__inner {
    padding-right: 40px;
  }
}

.access__container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .access__container {
    padding: 121px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.access__info__block {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .access__info__block {
    margin-left: 100px;
  }
  .access__info__block p {
    line-height: 1.5;
  }
}

.access__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2222222222;
}
@media screen and (max-width: 767px) {
  .access__title {
    font-size: 30px;
    line-height: 1.2333333333;
  }
}

.access__info {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .access__info {
    margin-top: 38px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
  }
}

.map__button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .map__button {
    margin-top: 32px;
    width: 314px;
    padding: 20px 66px;
    display: inline-block;
  }
}
.map__button a {
  letter-spacing: 0.09em;
}

.map__wrapper {
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .map__wrapper {
    margin-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .map__wrapper {
    margin: 0 auto;
  }
}

.iframe__map {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 71.6253443526%;
  -webkit-box-shadow: 0 0 10px rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 10px rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .iframe__map {
    margin-top: 20px;
    padding-top: 70.2623906706%;
  }
}
.iframe__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp__button {
  margin-top: 24px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 15px 80px;
}

/* ===============================================
# Contact
=============================================== */
.contact {
  background: url(../img/contact-bg.png) center center/cover;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 0px;
    padding: 40px 16px;
  }
}

.contact__wrap {
  border-radius: 12px;
  max-width: 960px;
  margin: 0 auto;
}

.contact__top {
  color: #fff;
  background: url(../img/contact1.png) center center/cover;
  text-align: center;
  padding: 60px;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 767px) {
  .contact__top {
    background: url(../img/contact1-sp.png) center center/cover;
    padding: 45px 16px 36px;
  }
}
.contact__top p {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .contact__top p {
    font-size: 14px;
    text-align: left;
    margin-top: 19px;
    line-height: 1.42;
  }
}

.contact__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2222222222;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 30px;
    line-height: 0.75;
  }
}

.contact__area {
  background: #fafafa;
  padding: 52px 118px;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 767px) {
  .contact__area {
    padding: 40px 12px;
  }
}

.contact__table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .contact__table {
    margin-top: 5px;
  }
}

.table__list {
  width: 100%;
  margin-bottom: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .table__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .table__list {
    display: block;
    margin-bottom: 31px;
  }
}
.table__list th, .table__list td {
  display: block;
}
.table__list th {
  font-weight: bold;
  width: 194px;
  text-align: left;
}
.table__list td {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table__list td {
    margin-left: 49px;
  }
}
@media screen and (max-width: 767px) {
  .table__list td {
    margin: 17px 0 13px;
  }
}

@media screen and (max-width: 767px) {
  .category__type {
    margin: 17px 0 13px;
  }
}

.category__list {
  padding: 12px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .category__list {
    font-size: 14px;
    line-height: 1.71;
    padding: 9px 5px 9px 5px;
    width: 100%;
  }
}
.category__list:hover {
  -webkit-box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
          box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
}

.essential {
  background: #FF4646;
  color: #fafafa;
  font-size: 12px;
  padding: 0 9px;
  font-weight: normal;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .essential {
    margin-left: 20px;
    padding: 0 9px;
  }
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 600;
}

input::-moz-placeholder {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 600;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 600;
}

input::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 600;
}

input::placeholder {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  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;
  }
}

input[type=text],
input[type=email] {
  outline: none;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus {
  border-bottom: 1px solid #3B69FF;
  -webkit-box-shadow: 0 5px 4px rgba(73, 115, 255, 0.5);
          box-shadow: 0 5px 4px rgba(73, 115, 255, 0.5);
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email] {
    font-size: 14px;
    width: 100%;
  }
}

.radio__button {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio__button__def {
  display: none;
}

.radio__button__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.radio__button__box::before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #3E3E3E;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
}
.radio__button__box:hover:before {
  border: 1px solid #3B69FF;
}
.radio__button__box:active:before {
  border: 1px solid #3B69FF;
  background-color: rgba(73, 115, 255, 0.2);
}

.radio__button__def:checked + .radio__button__box::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #3B69FF;
  position: absolute;
  left: 3px;
}

.input-area {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #3E3E3E;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .input-area {
    font-size: 16px;
    letter-spacing: 1.6;
    width: 100%;
    height: 40px;
  }
}

.table-list td {
  width: calc(100% - 250px);
}

.radio__button {
  display: inline-block;
}
.radio__button + .radio__button {
  margin-left: 32px;
}

.message__title {
  width: 188px;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

.message__area {
  display: block;
  width: 100%;
}

textarea {
  border: none;
  width: 100%;
  height: 200px;
  padding: 0;
  border: 1px solid #3E3E3E;
  resize: vertical;
  /* 横方向のみサイズを固定する */
}
@media screen and (max-width: 767px) {
  textarea {
    margin-top: 7px;
    height: 162px;
  }
}
textarea:hover, textarea:focus {
  outline: none;
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 8px rgba(73, 115, 255, 0.5);
          box-shadow: 0 0 8px rgba(73, 115, 255, 0.5);
}

.contact__privacy {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .contact__privacy {
    margin-top: 12px;
  }
}

.checkbox__def {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-appearance: absolute;
     -moz-appearance: absolute;
          appearance: absolute;
}

.privacy__check__box {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .privacy__check__box {
    font-size: 16px;
  }
}
.privacy__check__box::before {
  content: "";
  display: block;
  border: 1px solid #3E3E3E;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
.privacy__check__box:hover:before {
  border: 1px solid #3B69FF;
}
.privacy__check__box:active:before {
  border: 1px solid #3B69FF;
  background-color: rgba(73, 115, 255, 0.2);
}

.checkbox__def:checked + .privacy__check__box::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  border-bottom: solid 2px #3B69FF;
  border-right: solid 2px #3B69FF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 7px;
}

.submit__box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .submit__box {
    text-align: center;
    margin-top: 35px;
  }
}

.submit__button {
  font-size: 18px;
  line-height: 1.4444444444;
  background: #FFAA3B;
  color: #fff;
  display: inline-block;
  padding: 16px 50px 16px;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .submit__button {
    font-size: 16px;
    padding: 12px 50px;
  }
}
.submit__button:hover {
  background: #F18900;
}

input[type=submit]:disabled {
  background: #B2B2B2;
  cursor: not-allowed;
}

.end__message {
  display: none;
  font-size: 20px;
}

.false__message {
  display: none;
}

/* ===============================================
# footer
=============================================== */
footer {
  color: #fff;
  background: #3E3E3E;
}

.footer__inner {
  padding: 50px 160px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 60px 16px;
  }
}

@media screen and (min-width: 768px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    text-align: center;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__sns__link + .footer__sns__link {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .footer__sns__link + .footer__sns__link {
    margin-left: 51px;
  }
}

.sns__icon {
  font-size: 36px;
}

.footer__nav {
  margin-top: 40px;
}

.footer__nav__item {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__nav__item {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.footer__nav__item:not(:first-child) {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .footer__nav__item:not(:first-child) {
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin-top: 14px;
  }
}

.footer__logo__text {
  color: #E3E3E3;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.925;
}
@media screen and (max-width: 767px) {
  .footer__logo__text {
    font-size: 32px;
    line-height: 2.4;
  }
}

@media screen and (min-width: 768px) {
  .footer__small {
    text-align: right;
  }
}

.footer__small__text {
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .footer__small__text {
    letter-spacing: 0.3px;
  }
}

/* ===============================================
# top button
=============================================== */
.to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .to-top {
    bottom: 25px;
    right: 15px;
  }
}
.to-top img {
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .to-top img {
    width: 50px;
    height: 50px;
  }
}