@charset "UTF-8";
/* ========================
  color
  ======================== */
/* ========================
font
======================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
/* ========================
  media メディアクエリに関する記述
  ======================== */
/* ========================
  common 全体に共通するスタイル
  ======================== */
*,
*::after,
*::before {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  font-family: "游ゴシック体", "Montserrat", "ヒラギノ明朝 ProN", serif, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  background: #fff;
  color: #333;
}

.inner {
  margin: 0 auto;
  box-sizing: content-box;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

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

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

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

a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
* {
  z-index: inherit;
}

/* ========================
  共通化したパーツ
  ======================== */
.util-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .util-title {
    font-size: 30px;
  }
}

.util-link {
  display: inline-block;
  border: solid 1px #707070;
  padding: 20px 80px;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .util-link {
    font-size: 18px;
    padding: 16px 100px;
    letter-spacing: 3.6px;
  }
}

.header {
  height: 83px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
}
@media screen and (max-width: 767px) {
  .header {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .header__sp {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    height: 68px;
    z-index: 15;
    padding: 20px 0 20px 16px;
  }
}

.header__title {
  font-size: 23px;
  color: #3E3E3E;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 32px;
}

.drawer-hamburger {
  top: 24px;
  right: 16px;
  padding: 0;
  width: 26px;
  height: 20px;
  margin-right: 16px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .drawer-hamburger {
    background: url(../img/sp/hamburger.svg) no-repeat center center/cover;
  }
}

.sr-only {
  display: none;
}

.drawer-hamburger-icon {
  display: none;
}

.drawer-nav {
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .drawer-nav {
    width: 300px;
    max-width: 100%;
  }
}

.drawer--right .drawer-nav {
  right: -300px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 300px;
  z-index: 25;
}

.drawer-overlay {
  z-index: 20;
  background-color: #3E3E3E;
  opacity: 0.7;
}

.drawer--right.drawer-open .drawer-hamburger {
  background: url(../img/sp/batsu.svg) no-repeat center center/contain;
}

.header__nav-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .header__nav-list li:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-list {
    display: block;
    text-align: center;
    margin-top: 145px;
  }
}

.drawer-menu-item {
  font-size: 16px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  position: relative;
  transition: all 0.3s ease 0s;
}
.drawer-menu-item::after {
  content: "";
  position: absolute;
  bottom: -5.5px;
  left: -6.75px;
  width: calc(100% + 13.5px);
  height: 1px;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}
.drawer-menu-item:hover::after {
  background-color: #3E3E3E;
}
@media screen and (max-width: 767px) {
  .drawer-menu-item {
    font-size: 18px;
  }
}

.top {
  padding: 236px 40px 153px;
  background: url(../img/mv.png) no-repeat center center/cover;
  font-family: "游ゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  .top {
    padding: 220px 23px 230px 16px;
  }
}

@media screen and (min-width: 768px) {
  .top__message {
    width: 50%;
    margin-left: auto;
  }
}

.top__message-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 41px;
}
@media screen and (max-width: 767px) {
  .top__message-title {
    font-size: 24px;
  }
}

.top__message-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .top__message-text {
    font-size: 14px;
    margin-top: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

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

.top__link {
  display: inline-block;
  margin-top: 40px;
  padding: 8px 50px;
  background-color: #FFAA3B;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: 0.5s;
}
.top__link:hover {
  background-color: #F18900;
}
@media screen and (max-width: 767px) {
  .top__link {
    font-size: 16px;
    padding: 11px 29px;
    margin: 22px auto 0;
  }
}

.news {
  background-color: #F3F3F3;
  padding: 120px 16px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 0;
    padding-bottom: 60px;
    height: 574px;
    position: relative;
  }
}

.news__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 60px 40px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .news__inner {
    padding: 40px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -39px;
    width: calc(100% - 32px);
  }
}

.news__title {
  line-height: 48px;
}

.news__list {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .news__list {
    margin-top: 28px;
  }
}

.news__item {
  display: flex;
  padding: 42px 0 42px 0;
  align-items: center;
  color: #3E3E3E;
  border-top: solid 1px #CECDCD;
  border-bottom: solid 1px #CECDCD;
  transition: all 0.3s ease 0s;
  position: relative;
}
.news__item:hover {
  background-color: rgba(73, 115, 255, 0.1019607843);
}
.news__item::after {
  content: "";
  position: absolute;
  background: transparent url(../img/news-arrow.svg) no-repeat center center/contain;
  width: 10.75px;
  height: 21.5px;
  top: 50%;
  transform: translateY(-50%);
  right: 16.13px;
}
@media screen and (max-width: 767px) {
  .news__item {
    display: block;
    padding: 13px 55px 10px 16px;
  }
}

.news__item-header {
  display: flex;
  align-items: center;
}

.news__item-date {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-right: 40px;
  line-height: 22px;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .news__item-date {
    font-size: 14px;
    margin-right: 24px;
  }
}

.news__item-mark {
  width: 121px;
  height: 30px;
  border: solid 2px #3B69FF;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-right: 40px;
  font-family: "遊ゴシック体";
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .news__item-mark {
    font-size: 12px;
    width: 81px;
    height: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news__item-content {
    display: flex;
  }
}

.news__item-body {
  width: 64.6296296296%;
  max-width: 100%;
  font-family: "遊ゴシック体";
}
@media screen and (max-width: 767px) {
  .news__item-body {
    width: 100%;
    margin-top: 8px;
  }
}

.news__item-text {
  max-width: 100%;
  letter-spacing: 2.4px;
  line-height: 23px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .news__item-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
}

.news__item-picture {
  width: 10.75px;
  height: 21.5px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__item-picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 10.75px;
    height: 21.5px;
  }
}
@media screen and (max-width: 767px) {
  .news__item-picture {
    width: 43px;
    height: 42px;
  }
}

.news__footer {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .news__footer {
    margin-top: 39px;
  }
}

.news__link {
  border: solid 1px #707070;
  background-color: #FFFFFF;
  color: #3E3E3E;
  padding: 14px 80px;
}
.news__link:hover {
  border: solid 1px #FFFFFF;
  background-color: #3E3E3E;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .news__link {
    padding: 11px 100px;
    font-size: 18px;
    letter-spacing: 3.6px;
  }
}

.service {
  padding: 60px 16px 65px;
  position: relative;
  background: linear-gradient(180deg, #3E3E3E 0%, #3E3E3E 64.5%, #F3F3F3 64.5%, #F3F3F3 100%);
}
@media screen and (max-width: 767px) {
  .service {
    padding: 40px 16px 4px;
    background: linear-gradient(180deg, #3E3E3E 0%, #3E3E3E 55.5%, #F3F3F3 55.5%, #F3F3F3 100%);
  }
}

.service__title {
  color: #fff;
}

.service__inner {
  margin: 56px auto;
  width: 960px;
  max-width: 100%;
  padding: 74px 15px;
  padding-bottom: 61px;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .service__inner {
    margin-top: 29px;
    padding-top: 11px;
    padding-bottom: 35px;
  }
}

.service__items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service__items {
    display: block;
  }
}

.service__item {
  width: calc(33% - 60px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__item {
    width: 100%;
    margin-top: 40px;
  }
  .service__item:nth-child(2) {
    margin-top: 49px;
  }
}

.service__item-picture {
  display: inline-block;
  width: 53px;
  max-width: 100%;
  height: 39px;
}
.service__item-title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 4px;
  font-family: "Montserrat", sans-serif;
  margin-top: 8px;
  white-space: nowrap;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .service__item-title {
    line-height: 24px;
    margin-top: 15px;
    letter-spacing: 3px;
  }
}

.service__item-text {
  font-size: 14px;
  font-family: "游ゴシック体";
  text-align: left;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .service__item-text {
    margin-top: 15px;
    text-align: center;
  }
}

.results {
  background-color: #F3F3F3;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .results {
    padding: 0;
  }
}

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

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

.swiper {
  height: auto;
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .swiper {
    margin-top: 29px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-wrapper {
    margin-left: 16px;
  }
}

.results__item {
  background-color: #fff;
  padding-bottom: 16px;
  font-family: "游ゴシック体";
}
@media screen and (max-width: 767px) {
  .results__item {
    max-width: 100%;
    padding-bottom: 9px;
  }
}

.results__item-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 7px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .results__item-title {
    font-size: 14px;
  }
}

.results__item-text {
  font-size: 16px;
  margin-top: 2px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .results__item-text {
    font-size: 12px;
    letter-spacing: -0.4px;
  }
}

.swiper-pagination {
  position: static;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    -moz-text-align-last: center;
         text-align-last: center;
    margin-top: 24px;
  }
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  border: solid 4px #3E3E3E;
}

.swiper-pagination-bullet-active {
  border: solid 4px #fff;
  position: relative;
}
.swiper-pagination-bullet-active::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: -3px;
  left: -3px;
  border: solid #3E3E3E 4px;
  border-radius: 50%;
  box-sizing: border-box;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child),
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child) {
  margin-left: 12px;
}

.results__footer {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .results__footer {
    margin-right: 100px;
  }
}

.results__link {
  background-color: #3E3E3E;
  color: #fff;
  border: solid 1px #fff;
  margin-top: 30px;
  padding: 15px 76px;
}
.results__link:hover {
  background-color: #fff;
  color: #3E3E3E;
  border: solid 1px #707070;
}
@media screen and (max-width: 767px) {
  .results__link {
    margin-top: 15px;
    display: inline-block;
    padding: 11px 95px;
  }
}

.price {
  background-color: #F3F3F3;
  padding: 120px 16px;
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 40px 16px 55px;
  }
}

.price__inner {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
}

.price__table {
  margin-top: 55px;
  table-layout: fixed;
  width: 100%;
  border: solid 1px #707070;
  border-collapse: collapse;
}
.price__table th,
.price__table td {
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border: solid 1px #707070;
  padding: 9px 0;
}
@media screen and (max-width: 767px) {
  .price__table th,
.price__table td {
    font-size: 18px;
    padding: 12px 0;
  }
}
.price__table th {
  color: #fff;
  background-color: #3E3E3E;
  text-align: center;
  width: 262px;
}
@media screen and (max-width: 767px) {
  .price__table th {
    width: 100px;
  }
}
.price__table td {
  color: #3E3E3E;
  background-color: #fff;
  padding-left: 40px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .price__table td {
    padding-left: 19px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .price__table {
    margin-top: 29px;
  }
}

.price__text {
  margin-top: 12px;
  font-size: 12px;
  font-family: "游ゴシック体";
}
@media screen and (max-width: 767px) {
  .price__text {
    margin-top: 5px;
  }
}

.comments {
  background-color: #F3F3F3;
  padding: 0 16px 120px;
  position: relative;
}
.comments::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76.666667%;
  height: 576px;
  background-color: #3E3E3E;
}
@media screen and (max-width: 767px) {
  .comments::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .comments {
    padding: 0 16px 60px;
    background: linear-gradient(180deg, #F3F3F3 0%, #F3F3F3 10.5%, #3E3E3E 10.5%, #3E3E3E 100%);
  }
}

.comments__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  z-index: 1;
}

.comments__comment {
  padding: 120px 60px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  width: 55.5%;
}
@media screen and (min-width: 768px) {
  .comments__comment {
    height: 604px;
  }
}
@media screen and (max-width: 767px) {
  .comments__comment {
    width: 100%;
    padding: 36px 20px 41px;
  }
}

.comments__title {
  text-align: left;
}

.comments__item {
  margin-top: 60px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .comments__item {
    margin-top: 32px;
  }
}

.comments__item-head {
  max-width: 100%;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .comments__item-head {
    width: 60px;
    height: 60px;
  }
}

.comments__item-picture {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .comments__item-picture {
    width: 60px;
    height: 60px;
  }
}

.comments__item-text {
  font-size: 16px;
  font-family: "游ゴシック体";
  margin-left: 32px;
  max-width: 100%;
  margin-top: -8px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .comments__item-text {
    margin-left: 20px;
    font-size: 14px;
    width: 73.597359736%;
    padding-top: 6px;
    line-height: 20px;
  }
}

.comments__picture {
  width: 44.5%;
  height: 444px;
}
@media screen and (max-width: 767px) {
  .comments__picture {
    display: none;
  }
}

.qa {
  background: url(../img/qa-bg.png) no-repeat center center/cover;
  padding: 60px 16px 121px;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 37px 16px 29px;
  }
}

.qa__inner {
  margin-top: 55px;
  width: 51%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .qa__inner {
    width: 100%;
    margin: 32px auto;
  }
}

.qa__item {
  width: 612px;
  max-width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  font-family: "游ゴシック体";
}
.qa__item:not(:first-child) {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .qa__item:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .qa__item {
    width: 100%;
  }
}

.qa-box__q {
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  line-height: 24px;
}
.qa-box__q::after {
  position: absolute;
  content: "Q";
  width: 24px;
  height: 24px;
  background-color: #3B69FF;
  color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  font-weight: bold;
}

.qa-icon {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.qa-icon.is-open .qa-icon__bar2 {
  transform: rotate(90deg);
}

.qa-icon__bar1 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #3B69FF;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

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

.qa-box__a {
  margin-top: 16px;
  display: none;
}

.qa-box__a_content {
  background-color: rgba(59, 105, 255, 0.2);
  font-size: 16px;
  padding: 16px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .qa-box__a_content {
    padding: 12px 16px 12px 12px;
  }
}

.access {
  background-color: #F3F3F3;
  padding: 120px 16px 121px;
  position: relative;
}
.access::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3E3E3E;
  width: 76.5625%;
  height: 504px;
}
@media screen and (max-width: 767px) {
  .access::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .access {
    padding: 37px 16px 60px;
    background-color: #3E3E3E;
  }
}

.access__inner {
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access__inner {
    display: block;
  }
}

.access__info {
  color: #fff;
  max-width: 100%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .access__info {
    width: 100%;
    padding-left: 0;
  }
}

.access__title {
  text-align: left;
}

.access__address {
  margin-top: 54px;
  font-size: 16px;
  font-family: "游ゴシック体";
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .access__address {
    margin-top: 28px;
    font-size: 14px;
    line-height: 21px;
  }
}

.access__link {
  margin-top: 29px;
  white-space: nowrap;
  padding: 14px 78px;
  letter-spacing: 2px;
}
.access__link:hover {
  background-color: #fff;
  color: #3E3E3E;
  border: solid 1px #707070;
}
@media screen and (max-width: 767px) {
  .access__link {
    display: none;
  }
}

.access__map {
  width: 726px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .access__map {
    margin-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .access__map {
    width: 100%;
    margin-top: 20px;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 71.6253443526%;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  .iframe-wrap {
    padding-top: 70.2623906706%;
  }
}

.access__link-sp {
  width: 100%;
  text-align: center;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  margin-top: 23px;
  letter-spacing: 1.8px;
  white-space: nowrap;
  padding: 11px 100px;
}
.access__link-sp:hover {
  background-color: #fff;
  color: #3E3E3E;
  border: solid 1px #707070;
}
@media screen and (min-width: 768px) {
  .access__link-sp {
    display: none;
  }
}

.contact {
  background: url(../img/contact-bg.png) no-repeat center center/cover;
  padding: 60px 16px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 41px 16px 40px;
  }
}

.contact__inner {
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
  background-color: #fff;
  border-radius: 12px;
}

.contact__header {
  background: url(../img/contact1.png) no-repeat center center/cover;
  padding: 45px 16px 51px;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 767px) {
  .contact__header {
    padding: 37px 16px 36px;
  }
}

.contact__title {
  color: #fff;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 30px;
    margin-top: 0;
  }
}

.contact__header-text {
  color: #fff;
  font-size: 16px;
  font-family: "游ゴシック体";
  text-align: center;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .contact__header-text {
    font-size: 12px;
    margin-top: 1px;
    letter-spacing: 2px;
    text-align: left;
  }
}

.contact__form {
  padding: 60px 70px 59px;
  font-family: "游ゴシック体";
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact__form {
    padding: 40px 12px 41px;
  }
}

.contact-form {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding-left: 0;
  }
}

.contact-form__row {
  display: flex;
  align-items: center;
}
.contact-form__row:not(:first-child) {
  margin-top: 27px;
}
.contact-form__row:nth-child(6) {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .contact-form__row {
    display: block;
  }
}

.contact-form__label {
  width: 188px;
  max-width: 100%;
  position: relative;
}

.contact-form__input {
  width: calc(100% - 208px);
}
.contact-form__input [type=text] {
  width: 532px;
  max-width: 100%;
  height: 32px;
  border: solid 1px #3E3E3E;
  border-width: 0 0 1px 0;
  padding-left: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.contact-form__input [type=text]:hover {
  border-color: #4973FF;
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.5);
}
.contact-form__input [type=text]:focus {
  outline: none;
  border-color: #4973FF;
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .contact-form__input [type=text] {
    padding-left: 0;
    margin-top: 0;
    font-size: 14px;
  }
}
.contact-form__input [type=email] {
  width: 532px;
  max-width: 100%;
  height: 32px;
  border: solid 1px #3E3E3E;
  border-width: 0 0 1px 0;
  padding-left: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.contact-form__input [type=email]:hover {
  border-color: #4973FF;
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.5);
}
.contact-form__input [type=email]:focus {
  outline: none;
  border-color: #4973FF;
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .contact-form__input [type=email] {
    padding-left: 0;
    margin-top: 0;
    font-size: 14px;
  }
}
.contact-form__input [type=radio] {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-form__input {
    width: 100%;
  }
}

.contact-form__radio span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.contact-form__radio span:hover::before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #3B69FF;
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.2);
}
.contact-form__radio span:active::before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #3B69FF;
  background-color: rgba(73, 115, 255, 0.2);
}
.contact-form__radio span::before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #707070;
}
.contact-form__radio span::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 40%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #3B69FF;
  border-radius: 50%;
  display: none;
}
.contact-form__radio .second-radio {
  margin-left: 35px;
}
.contact-form__radio [type=radio]:checked + span::after {
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-form__radio {
    margin-top: 0;
  }
}

.contact-form__textarea {
  display: block;
  margin-top: 10px;
  width: 720px;
  max-width: 100%;
}
.contact-form__textarea textarea {
  border: solid 1px #707070;
  width: 720px;
  max-width: 100%;
  height: 200px;
  cursor: pointer;
}
.contact-form__textarea textarea:hover {
  border-color: #4973FF;
  box-shadow: 0 0 8px rgba(73, 115, 255, 0.5019607843);
}
.contact-form__textarea textarea:focus {
  outline: none;
  border-color: #4973FF;
  box-shadow: 0 0 8px rgba(73, 115, 255, 0.5019607843);
}
@media screen and (max-width: 767px) {
  .contact-form__textarea textarea {
    width: 100%;
    height: 160px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form__textarea {
    margin-top: 32px;
  }
}

.input__textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .input__textarea {
    margin-top: -8px;
  }
}

.contact-form__select {
  height: 40px;
  width: 178px;
  max-width: 100%;
  font-size: 16px;
  text-align: center;
  border: solid 1px #707070;
  color: #333;
  padding: 0 12px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.contact-form__select:hover {
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.5019607843);
}
@media screen and (max-width: 767px) {
  .contact-form__select {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-top: 4px;
  }
}

.contact-form__inline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  padding: 0px 8px;
  background-color: #FF4646;
  border-radius: 2px;
  color: #fff;
  left: 44px;
}
@media screen and (max-width: 767px) {
  .contact-form__inline {
    left: 52px;
  }
}

.inline-second {
  left: 75px;
}
@media screen and (max-width: 767px) {
  .inline-second {
    left: 83px;
  }
}

.contact-form__checkbox {
  margin-top: 26px;
}
.contact-form__checkbox [type=checkbox] {
  display: none;
}
.contact-form__checkbox span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.contact-form__checkbox span:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #3B69FF;
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.2);
}
.contact-form__checkbox span:active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #3B69FF;
  background-color: rgba(73, 115, 255, 0.2);
}
.contact-form__checkbox span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #707070;
}
.contact-form__checkbox span::after {
  content: "";
  position: absolute;
  top: 4px;
  transform: translateY(-50%);
  left: 5px;
  width: 10px;
  height: 17px;
  display: none;
  border: solid 1px #3B69FF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .contact-form__checkbox span {
    font-size: 16px;
  }
}
.contact-form__checkbox [type=checkbox]:checked + span::after {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact-form__checkbox {
    margin-top: 18px;
  }
}

.contact-form__submit [type=submit] {
  display: inline-block;
  margin-top: 35px;
  padding: 11px 50px;
  font-size: 18px;
  letter-spacing: 0.45px;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  font-family: "游ゴシック体";
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: #fff;
  border: none;
  background-color: #FFAA3B;
  cursor: pointer;
}
.contact-form__submit [type=submit]:hover {
  background-color: #F18900;
}
@media screen and (max-width: 767px) {
  .contact-form__submit [type=submit] {
    font-size: 16px;
    margin-top: 29px;
    letter-spacing: 0.4px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form__submit {
    text-align: center;
  }
}

.footer {
  padding: 60px 16px;
  background-color: #3E3E3E;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 59px 16px;
  }
}

.footer__inner {
  display: flex;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}

.footer__left {
  color: #F3F3F3;
  font-family: "游ゴシック体";
}

.footer__sns-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__sns-list {
    justify-content: center;
  }
}

.footer__sns-item {
  width: 36px;
  height: 36px;
}
.footer__sns-item:not(:first-child) {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .footer__sns-item:not(:first-child) {
    margin-left: 50px;
  }
}

.fab {
  font-size: 36px;
}

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

.footer__link-item {
  font-size: 16px;
}
.footer__link-item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .footer__link-item:not(:first-child) {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link-item {
    font-size: 14px;
    text-align: center;
  }
}

.footer__right {
  font-family: "Montserrat", sans-serif;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__right {
    margin-top: 30px;
    text-align: center;
  }
}

.footer__logo {
  font-size: 40px;
  color: #E3E3E3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    font-size: 32px;
  }
}

.footer__copy {
  margin-top: -8px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: -1px;
    letter-spacing: 0.5px;
  }
}

.to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.to-top a {
  width: 70px;
  height: 70px;
  display: inline-block;
  padding: 10px;
}
.to-top a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .to-top a {
    width: 50px;
    height: 50px;
    padding: 0;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .to-top {
    bottom: 13px;
    right: 16px;
  }
}

/* ========================
読み込み
======================== */