@charset "UTF-8";
html,
body {
  color: #3e3e3e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.1875;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  letter-spacing: 0.4px;
  background-color: #f3f3f3;
}

img {
  max-width: 100%;
}

a {
  color: #3e3e3e;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.d-flex {
  display: flex;
}

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    max-width: 94vw;
  }
}
@media (max-width: 767px) {
  .inner {
    max-width: 92vw;
  }
}

.title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  position: relative;
  line-height: 1.2222222222;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
    margin-bottom: 40px;
    padding-top: 40px;
  }
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

section {
  margin: 120px auto;
}
@media (max-width: 767px) {
  section {
    margin-top: 80px;
  }
}

.btn-contact {
  background-color: #ffaa3b;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
  line-height: 1.4444444444;
  margin: 0 auto;
  padding: 13px 50px;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
  transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .btn-contact {
    font-size: 16px;
    display: block;
    width: 222px;
    text-align: center;
    padding: 12px 0;
  }
}
.btn-contact:hover {
  background-color: #f18900;
  opacity: 1;
}

.btn-more {
  background-color: #fff;
  color: #3e3e3e;
  display: block;
  font-size: 20px;
  width: 236px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.125;
  margin: 40px auto 0;
  padding: 20px 0;
  text-align: center;
  border: #707070 solid 1px;
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .btn-more {
    font-size: 18px;
    letter-spacing: 3.6px;
    width: 268px;
    padding: 16px 0;
  }
}
.btn-more:hover {
  background-color: #3e3e3e;
  color: #fff;
  opacity: 1;
}

.btn-view {
  color: #fff;
  display: block;
  font-size: 20px;
  width: 289px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.125;
  padding: 20px 0;
  text-align: center;
  border: #fff solid 1px;
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .btn-view {
    font-size: 18px;
    width: 316px;
    padding: 16px 0;
    margin: 0 auto;
    letter-spacing: 3.6px;
    max-width: 100%;
  }
}
.btn-view:hover {
  background-color: #fff;
  color: #3e3e3e;
  opacity: 1;
}

.btn-map {
  color: #fff;
  display: block;
  font-size: 20px;
  width: 314px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.125;
  font-family: "Montserrat", sans-serif;
  margin-top: 29px;
  padding: 20px 0;
  text-align: center;
  border: #fff solid 1px;
  transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .btn-map {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 1.25;
    margin: 284px auto 0;
    width: 340px;
    max-width: 100%;
    padding: 15px 0;
  }
}
.btn-map:hover {
  background-color: #fff;
  color: #3e3e3e;
  opacity: 1;
}

header {
  background-color: #f4f5f5;
  height: 68px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1200px) {
  header {
    height: 83px;
    background-color: rgba(255, 255, 255, 0.1019607843);
  }
}

.header-container {
  align-items: center;
  margin: 0 auto;
  height: inherit;
  justify-content: start;
}
@media (min-width: 1200px) {
  .header-container {
    justify-content: center;
  }
}

.logo {
  position: static;
  opacity: 1;
  font-size: 23px;
  letter-spacing: 0.6px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1200px) {
  .logo {
    position: absolute;
    opacity: 0;
    font-size: 0;
  }
}
.logo:hover {
  opacity: 0;
}

.global-nav {
  gap: 41px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .global-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .global-nav {
    display: none;
  }
}
.global-nav li a {
  letter-spacing: -0.4px;
  transition: 0.4s;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.global-nav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 105%;
  height: 1px;
  background: #000000;
  bottom: -5.5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.global-nav li a:hover::after {
  transform: scale(1, 1);
}

.drawer-nav {
  background-color: #fff;
  text-align: center;
  top: 0;
  width: 300px;
  max-width: 80vw;
}
.drawer-nav li {
  padding: 4px;
}
.drawer-nav li:first-child {
  padding-top: 147px;
}
.drawer-nav li a:hover {
  text-decoration: none;
}

.drawer-menu-item {
  color: #3e3e3e;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1.2222222222;
}

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

.drawer-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.drawer-hamburger-icon {
  margin-top: 14px;
}

.drawer-hamburger-icon:before {
  top: -8px;
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #3e3e3e;
  height: 4px;
  border-radius: 3px;
}

.active {
  background-color: #fff;
}

.drawer--right .drawer-hamburger {
  width: 26px;
  right: 1vw;
}
@media (min-width: 1200px) {
  .drawer--right .drawer-hamburger {
    display: none;
  }
}

.drawer--right.drawer-open header {
  background-color: rgba(244, 245, 245, 0.3);
}
.drawer--right.drawer-open .logo {
  opacity: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 81vw;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 19rem;
  }
}
.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after,
.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:before {
  background-color: #fff;
}

.top {
  margin-top: 0;
  background: url(../img/mv2x.jpg) no-repeat center center/cover;
  height: 648px;
}
@media (max-width: 767px) {
  .top {
    background-position: -188px;
    height: 667px;
    margin-bottom: 0;
  }
}
.top .inner {
  position: relative;
}
@media (max-width: 767px) {
  .top .inner {
    max-width: 92vw;
  }
}

.top-contents {
  position: absolute;
  top: 221px;
  right: 0;
  max-width: 600px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .top-contents {
    top: 228px;
    width: 600px;
  }
}

.top-title {
  font-size: 32px;
  letter-spacing: 0.02px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-title {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}

.top-text {
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 1.555;
  margin: 27px 0 37px;
}
@media (max-width: 767px) {
  .top-text {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0;
    margin: 20px 0 27px;
  }
}

@media (max-width: 767px) {
  .news {
    position: relative;
    height: 651px;
    margin: 0;
    height: 574px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news {
    position: relative;
    height: 651px;
    margin: 0;
    height: 574px;
    margin-top: 0;
  }
}
.news .inner {
  background-color: #fff;
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
  padding: 0 60px 40px;
  width: 1200px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news .inner {
    position: absolute;
    top: -38px;
    width: 92vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px 40px;
    height: 635px;
  }
}
@media (max-width: 767px) {
  .news .inner {
    position: absolute;
    top: -38px;
    width: 92vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px 40px;
    height: 552px;
  }
}
.news .title {
  text-align: center;
}

.news-list {
  gap: 40px;
  justify-content: flex-start;
  position: relative;
  border-bottom: 1px solid rgba(62, 62, 62, 0.2);
  border-top: 1px solid rgba(62, 62, 62, 0.2);
  font-size: 18px;
  letter-spacing: 0.45px;
  position: relative;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-list {
    flex-wrap: wrap;
    gap: 10px;
    padding: 13px 55px 13px 0;
  }
}
@media (max-width: 767px) {
  .news-list {
    flex-wrap: wrap;
    gap: 0;
    padding: 13px 55px 10px 0;
  }
}
.news-list:hover {
  background-color: rgba(73, 115, 255, 0.1019607843);
}

.news-time {
  max-width: 99px;
  width: 100%;
  line-height: 1.444;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: left;
}
@media (max-width: 767px) {
  .news-time {
    font-size: 14px;
    min-width: 100px;
  }
}

.news-category {
  width: 121px;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.857;
  border: 2px solid #3b69ff;
  border-radius: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .news-category {
    font-size: 12px;
    width: 81px;
    line-height: 18px;
  }
}

.news-title {
  line-height: 1.5555555556;
  max-width: 698px;
}
@media (min-width: 1200px) {
  .news-title {
    padding: 39px 0;
  }
}
@media (max-width: 767px) {
  .news-title {
    font-size: 14px;
    padding: 7px 0 0;
    line-height: 1.4285714286;
    letter-spacing: -0.6px;
  }
}

.news-arrow {
  height: 21.5px;
  width: 11px;
  position: absolute;
  right: 16px;
}
@media (max-width: 767px) {
  .news-arrow {
    right: 0;
  }
}

.service {
  background-color: #3e3e3e;
  height: 400px;
}
@media (max-width: 767px) {
  .service {
    height: 480px;
    margin-bottom: 391px;
    margin-top: 0;
  }
}
.service .title {
  color: #fff;
  text-align: center;
}

.service-cards {
  background-color: #fff;
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 45px;
  gap: 94px;
}
@media (max-width: 767px) {
  .service-cards {
    display: block;
    width: 94vw;
    padding: 40px 16px 4px;
  }
}

.service-card {
  max-width: 230px;
}
.service-card:hover {
  opacity: 1;
  cursor: default;
}

.service-img {
  width: 50px;
  height: 70px;
  margin: 0 auto;
  display: block;
}

.service-title {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 3px 0 12px;
}
@media (max-width: 767px) {
  .service-title {
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

.service-text {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .service-text {
    display: inline-block;
    padding-bottom: 33px;
  }
}

.results {
  margin-top: 215px;
  padding: 0;
  overflow-x: hidden;
  max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .results {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .results {
    margin-bottom: 0;
  }
}
.results .inner {
  margin: 0;
  margin-left: auto;
  width: calc(100vw - 40px);
  background-color: #3e3e3e;
  padding: 0 60px 60px;
  max-width: 1280px;
}
@media (max-width: 767px) {
  .results .inner {
    margin: 0;
    width: 100vw;
    padding: 0 16px 40px;
  }
}
.results .inner .title {
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .results .inner .title {
    text-align: left;
  }
}

.swiper {
  overflow: visible;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}

.swiper-slide {
  width: 400px;
  margin-right: 39px;
  flex-shrink: 1;
  display: block;
}
@media (max-width: 767px) {
  .swiper-slide {
    margin-right: 20px;
  }
}

.swiper-slide-active {
  width: 400px;
}
@media (max-width: 767px) {
  .swiper-slide-active {
    margin-right: 20px;
  }
}

.slide {
  width: 400px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .slide {
    width: 274px;
  }
}

.slide-media {
  position: relative;
  padding-top: 62.5%;
}

.slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
@media (max-width: 767px) {
  .slide-img {
    height: 171px;
  }
}

.slide-content {
  padding: 16px;
  background-color: #fff;
  color: #3e3e3e;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .slide-content {
    padding: 12px;
  }
}

.slide-title {
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .slide-title {
    font-size: 14px;
    letter-spacing: 0.01px;
  }
}

.slide-text {
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .slide-text {
    font-size: 12px;
    line-height: 1.4;
  }
}

.swiper-controller {
  display: flex;
  margin: 64px 0 36px;
}
@media (max-width: 767px) {
  .swiper-controller {
    margin: 46.5px 0 20px;
  }
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: left;
}
@media (max-width: 767px) {
  .swiper-pagination {
    justify-content: center;
    gap: 12px;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  margin: 0;
}

.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -5px;
  left: -4.5px;
}

.price {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .price {
    margin-top: 40px;
    margin-bottom: 54px;
  }
}
.price .title {
  padding: 0;
  text-align: center;
}

.price-table table {
  font-weight: 600;
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
  height: 61px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .price-table table {
    width: 100%;
    width: 343px;
    height: 56px;
    font-size: 20px;
  }
}
.price-table table th {
  width: 262px;
  height: 60px;
  background-color: #3e3e3e;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #707070;
}
@media (max-width: 767px) {
  .price-table table th {
    width: 100px;
    height: 55px;
  }
}
.price-table table td {
  color: #333333;
  background-color: #fff;
  padding-left: 40px;
  vertical-align: middle;
  border: 1px solid #707070;
}
@media (max-width: 767px) {
  .price-table table td {
    padding-left: 20px;
  }
}

.price-note {
  text-align: left;
  color: #333333;
  margin: 10px auto 0;
  width: 960px;
  display: block;
  line-height: 1.666;
  font-size: 12px;
  letter-spacing: 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .price-note {
    font-size: 12px;
    margin-top: 6px;
    width: 343px;
  }
}

.comments {
  position: relative;
  margin-top: 0;
}
@media (max-width: 767px) {
  .comments {
    margin-bottom: 0;
  }
}
.comments .title {
  padding: 0;
}

.comments-bg {
  background-color: #3e3e3e;
  height: 576px;
  width: 980px;
  max-width: 100%;
  top: 150px;
  left: 0;
  position: absolute;
  z-index: 0;
}
@media (min-width: 1200px) {
  .comments-bg {
    width: 76.5vw;
  }
}
@media (max-width: 767px) {
  .comments-bg {
    top: 60px;
    height: 425.5px;
  }
}

.comments-texts {
  background-color: #fff;
  z-index: 1;
  padding: 122px 60px;
  max-width: 666px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  height: 604px;
}
@media (max-width: 767px) {
  .comments-texts {
    padding: 40px 20px 35px;
    height: auto;
  }
}

.person-img {
  width: 100px;
  height: 100px;
  display: block;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .person-img {
    height: 60px;
    width: 60px;
    margin-right: 20px;
  }
}

.comments-person {
  line-height: 1.5;
}
.comments-person + .comments-person {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .comments-person + .comments-person {
    margin-top: 34px;
  }
}
.comments-person p {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .comments-person p {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1px;
  }
}

.comments-img {
  width: 100%;
  z-index: 1;
  max-width: 534px;
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments-img {
    position: absolute;
    opacity: 0;
    width: 0;
  }
}
@media (max-width: 767px) {
  .comments-img {
    position: absolute;
    opacity: 0;
    width: 0;
  }
}

.faqs {
  background: url(../img/qa-bg2x.jpg) no-repeat center center/cover;
  color: #3e3e3e;
  padding-bottom: 120px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .faqs {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.faqs .title {
  text-align: center;
}

.faqs-lists {
  width: 612px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .faqs-lists {
    width: 343px;
    margin: 0 auto;
    max-width: 92vw;
  }
}
.faqs-lists li {
  background-color: #fff;
  padding: 16px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .faqs-lists li {
    padding: 16px;
  }
}
.faqs-lists li:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .faqs-lists li:not(:last-child) {
    margin-bottom: 24px;
  }
}

.faqs-question {
  font-weight: bold;
  position: relative;
}
.faqs-question > span {
  position: absolute;
  line-height: 1.1875;
  display: block;
  color: #fff;
  background-color: #4973ff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin-right: 16px;
  padding: 2px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.faqs-question p {
  line-height: 24px;
  padding-left: 40px;
}

.icon-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.icon-wrap .icon::before, .icon-wrap .icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: 0.3s;
  background: #4973ff;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 3px;
  transform: translate(-50%, -50%);
}
.icon-wrap .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.icon-wrap .js-open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faqs-answer {
  display: none;
  padding: 11px 17px;
  position: relative;
  background-color: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .faqs-answer {
    padding: 10px;
  }
}
.faqs-answer p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .faqs-answer p {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.access {
  color: #fff;
  margin-top: 0;
  position: relative;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .access {
    display: block;
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
.access .title {
  padding-top: 0;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .access .title {
    margin-bottom: 35px;
  }
}

.access-inner {
  padding-left: 62px;
}
@media (max-width: 767px) {
  .access-inner {
    padding-left: 0;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access-inner {
    padding-left: 0;
  }
}

.access-bg {
  background-color: #3e3e3e;
  width: 980px;
  max-width: 100%;
  height: 504px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .access-bg {
    width: 76.5vw;
  }
}
@media (max-width: 767px) {
  .access-bg {
    height: 574px;
  }
}

.access-texts {
  z-index: 1;
}

.address {
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .address {
    letter-spacing: 0;
    font-size: 14px;
  }
}

.access-inner {
  position: relative;
}
.access-inner .map-container {
  max-width: 726px;
  width: 100%;
  right: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .access-inner .map-container {
    top: 155px;
    max-width: 343px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access-inner .map-container {
    max-width: 50vw;
  }
}

.map-wrap {
  z-index: 2;
  box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 71.625%;
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact {
  margin-top: 376px;
  background: url(../img/contact-bg2x.jpg) no-repeat center center/cover;
  padding: 60px 160px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact {
    padding: 60px 20px;
    margin-top: 215px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 40px 4vw 38px;
    margin-top: 0;
  }
}
.contact .inner {
  border-radius: 12px;
}

.contact-hed {
  background: url(../img/contact12x.jpg) no-repeat center center/cover;
  color: #fff;
  text-align: center;
  padding: 60px;
  height: 196px;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 767px) {
  .contact-hed {
    padding: 40px 16px;
    background: url(../img/contact12x-sp.jpg) no-repeat center center/cover;
    height: 163px;
  }
}
.contact-hed .title {
  margin-bottom: 12px;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-hed .title {
    margin-bottom: 10px;
  }
}

.contact-text {
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    text-align: left;
  }
}

form {
  border-radius: 12px;
  background: #fff;
}

.form-contents {
  padding: 60px 120px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .form-contents {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .form-contents {
    padding: 37px 12px 41px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .form-contents th,
  .form-contents td {
    max-width: 60vw;
  }
}
@media (max-width: 767px) {
  .form-contents th,
  .form-contents td {
    display: block;
    max-width: 89vw;
  }
}
@media (max-width: 767px) {
  .form-contents tr {
    max-width: 85vw;
  }
}

table {
  width: 100%;
}

select,
[type=text],
[type=email],
[type=radio],
textarea {
  border: none;
  font-size: 16px;
  letter-spacing: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  outline: 1px #4973ff;
  background-color: #fff;
  border-radius: 0;
}
@media (max-width: 767px) {
  select,
  [type=text],
  [type=email],
  [type=radio],
  textarea {
    font-size: 14px;
  }
}

select,
[type=text],
[type=radio] {
  padding: 0 11px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  select,
  [type=text],
  [type=radio] {
    margin-bottom: 27px;
  }
}

[type=text],
[type=email] {
  height: 32px;
  width: 532px;
  max-width: 100%;
  border-bottom: solid 1px #707070;
}
@media (min-width: 768px) and (max-width: 1199px) {
  [type=text],
  [type=email] {
    width: 72vw;
    height: 22px;
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  [type=text],
  [type=email] {
    padding: 0;
    height: 19px;
    width: 600px;
    max-width: 85vw;
  }
}
[type=text]:hover,
[type=email]:hover {
  border-color: #4973ff;
  box-shadow: 0px 5px 4px -2px rgba(73, 115, 255, 0.1);
}
[type=text]:focus,
[type=email]:focus {
  border-color: #4973ff;
  box-shadow: 0px 5px 4px -2px rgba(73, 115, 255, 0.1);
}

[type=email] {
  margin-bottom: 28px;
  padding-left: 11px;
}
@media (max-width: 767px) {
  [type=email] {
    padding-left: 0;
  }
}

.contact-label {
  padding-right: 20px;
  width: 220px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-label {
    display: block;
    padding-bottom: 10px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .contact-label {
    padding-bottom: 10px;
  }
}
.contact-label span {
  background: #ff4646;
  padding: 0 0.3em;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  border-radius: 2px;
  width: 40px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 7px;
}
@media (max-width: 767px) {
  .contact-label span {
    margin-left: 17px;
  }
}

.select {
  position: relative;
  width: 178px;
}
@media (max-width: 767px) {
  .select {
    max-width: 85vw;
    width: 319px;
  }
}
.select::after {
  position: absolute;
  content: "";
  background: url(../img/select-arrow.png);
  width: 17px;
  height: 14px;
  top: 18%;
  right: 12px;
  pointer-events: none;
  cursor: pointer;
}
.select select {
  cursor: pointer;
  height: 39px;
  border: solid 1px #707070;
  width: 178px;
  max-width: 85vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .select select {
    width: 319px;
  }
}
.select select:hover {
  box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5019607843);
}

.contact-radio {
  gap: 40px;
  margin-bottom: 25px;
}
.contact-radio [type=radio] {
  position: absolute;
  opacity: 0;
}
.contact-radio [type=radio] + label {
  cursor: pointer;
  font-weight: normal;
  display: block;
  position: relative;
  padding-left: 20px;
}
.contact-radio [type=radio] + label::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  content: "";
  border: #707070 solid 1px;
  transform: translateY(-50%);
}
.contact-radio [type=radio] + label:focus::before {
  box-shadow: 0px 0px 6px rgba(73, 115, 255, 0.2);
  border-color: #3b69ff;
}
.contact-radio [type=radio] + label:hover::before {
  box-shadow: 0px 0px 6px rgba(73, 115, 255, 0.2);
  border-color: #3b69ff;
}
.contact-radio [type=radio] + label::after {
  border-radius: 50%;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 2.7px;
  opacity: 0;
  content: "";
  background-color: #4973ff;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in;
}
.contact-radio [type=radio]:checked + label::after {
  opacity: 1;
}
.contact-radio [type=radio]:checked + label::before {
  animation: flash 0.1s;
}

@keyframes flash {
  0% {
    opacity: 1;
    background-color: rgba(73, 115, 255, 0.2);
  }
  100% {
    opacity: 1;
    background-color: rgba(73, 115, 255, 0.2);
  }
}
.message-label {
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .message-label {
    margin-bottom: 5px;
  }
}

textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 29px;
  border: solid 1px #707070;
}
@media (max-width: 767px) {
  textarea {
    height: 160px;
    margin-bottom: 22px;
  }
}
textarea:hover {
  border-color: #4973ff;
  box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.3);
}
textarea:focus {
  border-color: #4973ff;
  box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.3);
}

.checkbox {
  position: relative;
}
.checkbox::before {
  border: 1px solid #707070;
  content: "";
  cursor: pointer;
  display: block;
  height: 18px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.checkbox::after {
  position: absolute;
  cursor: pointer;
  content: "";
  border-bottom: 3px solid #3b69ff;
  border-left: 3px solid #3b69ff;
  opacity: 0;
  height: 6px;
  width: 12px;
  transform: rotate(-45deg);
  top: 8px;
  left: 3px;
  transition: opacity 0.3s;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox]:hover + label:before {
  border-color: #4973ff;
  box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.2);
}

input[type=checkbox]:focus + label:before {
  border-color: #4973ff;
  box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.2);
}

input[type=checkbox]:checked + label::before {
  animation: flash 0.2s;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.privacy-text {
  padding-left: 41px;
  font-size: 18px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .privacy-text {
    padding-left: 39px;
    font-size: 16px;
  }
}

.contact-btn {
  background-color: #b2b2b2;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.45px;
  margin-top: 37px;
  padding: 12px;
  width: 173px;
  line-height: 1.444;
}
@media (max-width: 767px) {
  .contact-btn {
    font-size: 16px;
    margin: 32px auto 0;
    width: 165px;
  }
}
.contact-btn:focus {
  border-radius: 2px;
}

.js-active {
  background-color: #ffaa3b;
}
.js-active:hover {
  background-color: #f18900;
}

footer {
  background-color: #3e3e3e;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .inner {
  padding: 60px 120px 62px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .inner {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer .inner {
    padding: 60px 2rem;
  }
}

.footer-link p {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer-link p {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 1.8571428571;
  }
}
.footer-link p:not(:last-child) {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .footer-link p:not(:last-child) {
    margin-bottom: 14px;
  }
}

.footer-sns {
  gap: 32px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .footer-sns {
    justify-content: center;
    gap: 50px;
    margin-bottom: 33px;
  }
}

.sns-item::before {
  color: #b2b2b2;
  font-family: "Font Awesome 6 Brands";
  font-size: 36px;
}

.fa-square-facebook::before {
  font-size: 41px;
}

.footer-title {
  text-align: right;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .footer-title {
    text-align: center;
    margin-top: 35px;
  }
}

.footer-logo {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #e3e3e3;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 0.7px;
  }
}

.copyright {
  font-size: 12px;
  line-height: 0.3px;
  opacity: 0.6;
  margin-top: 19px;
}

.totop {
  position: fixed;
  bottom: 45px;
  right: 41px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  z-index: 3;
  opacity: 1;
  width: 50px;
  height: 50px;
}
.totop:hover {
  transform: translateY(-5px);
  opacity: 1;
}
@media (max-width: 767px) {
  .totop {
    width: 50px;
    bottom: 13px;
    right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .totop {
    width: 50px;
    bottom: 13px;
    right: 16px;
  }
}/*# sourceMappingURL=style.css.map */