@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3E3E3E;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

@media (min-width: 1180px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.inner1 {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}

@media (max-width: 1179px) {
  .inner1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .inner1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.inner2 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}

@media (max-width: 1179px) {
  .inner2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .inner2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.button {
  display: inline-block;
  background: #FFAA3B;
  color: #fff;
  text-align: center;
  letter-spacing: 2.75px;
  padding: 14px 48px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px #3E3E3E33;
          box-shadow: 0 3px 5px #3E3E3E33;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .button {
    padding: 14px 28px;
  }
}

.button:hover {
  opacity: 0.6;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1179px) {
  .section-title {
    font-size: 32px;
  }
}

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

.tac {
  text-align: center;
}

.text-base {
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: 0.50px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .text-base {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.40px;
  }
}

.header {
  background-color: #FFFFFF1A;
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

@media (max-width: 767px) {
  .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.sp_menu {
  display: none;
}

@media (max-width: 767px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu .sp_header_left {
  margin-top: 8px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 3px;
  width: 26px;
}

.is-close::before {
  background-color: #fff;
}

.is-close::after {
  background-color: #fff;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 80%;
}

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

.drawer--right .drawer-nav {
  right: -80%;
}

.drawer-nav {
  width: 80%;
  padding-top: 193px;
  text-align: center;
}

.drawer-nav li {
  margin-bottom: 14px;
}

.drawer-nav li .drawer-menu-item {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.45px;
  padding: 0;
}

.pc_menu {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  .pc_menu {
    display: none;
  }
}

.pc_menu .header_nav {
  margin-right: 44px;
}

.pc_menu .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pc_menu .header_nav ul li {
  margin-right: 40px;
}

.pc_menu .header_nav ul li:last-child {
  margin-right: 0;
}

.pc_menu .header_nav ul li a {
  color: #3E3E3E;
}

/* --main_visual */
#main_visual {
  background: transparent url(../img/mv.png) no-repeat left 24% center/cover;
  height: 648px;
  position: relative;
}

@media (max-width: 767px) {
  #main_visual {
    margin-top: 68px;
    height: 598px;
  }
}

.main_visual-content {
  position: absolute;
  display: block;
  top: 33%;
  right: 8%;
  width: 524PX;
}

@media (max-width: 1179px) {
  .main_visual-content {
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main_visual-content {
    margin-top: -32px;
    padding: 0 19px;
  }
}

.main_visual-content .main_visual-msg {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .main_visual-content .main_visual-msg {
    font-size: 24px;
    line-height: 1.875;
    text-align-last: left;
  }
}

.main_visual-content .sub-msg {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .main_visual-content .sub-msg {
    text-align-last: left;
  }
}

.main_visual-content .main-btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .main_visual-content .main-btn {
    text-align-last: left;
  }
}

/* --news-- */
#news {
  padding: 130px 93px;
  background-color: #F3F3F3;
}

@media (max-width: 1179px) {
  #news {
    padding: 130px 0;
  }
}

@media (max-width: 767px) {
  #news {
    padding: 0;
  }
}

.news-wrapper {
  max-width: 100%;
  padding: 55px 50px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 12px #3E3E3E33;
          box-shadow: 0 5px 12px #3E3E3E33;
}

@media (max-width: 1179px) {
  .news-wrapper {
    padding: 55px 20px 40px;
  }
}

@media (max-width: 767px) {
  .news-wrapper {
    position: relative;
    top: -40px;
    padding: 36px 16px 40px;
    margin-bottom: 20px;
  }
}

.news-items {
  margin-top: 52px;
}

@media (max-width: 767px) {
  .news-items {
    margin-top: 34px;
  }
}

.news-items .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #CECDCD;
  position: relative;
}

@media (max-width: 1179px) {
  .news-items .news-item {
    display: block;
  }
}

.news-items .news-item .news-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 352px;
}

@media (max-width: 1179px) {
  .news-items .news-item .news-item-left {
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news-items .news-item .news-item-left {
    margin-top: 12px;
  }
}

.news-items .news-item .news-item-left .info__meta {
  margin-left: 10px;
  margin-right: 60px;
}

@media (max-width: 767px) {
  .news-items .news-item .news-item-left .info__meta {
    margin-left: 0;
    margin-right: 17px;
  }
}

.news-items .news-item .news-item-left .info__meta .info__published {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.625;
  letter-spacing: 0.45px;
}

@media (max-width: 767px) {
  .news-items .news-item .news-item-left .info__meta .info__published {
    font-size: 14px;
  }
}

.news-items .news-item .news-item-left .info-more__link {
  border: 1px solid #3B69FF;
  border-radius: 50px;
}

.news-items .news-item .news-item-left .info-more__link .info-more-label {
  padding: 3px 34px;
  color: #3E3E3E;
  display: block;
  font-size: 14px;
}

@media (max-width: 767px) {
  .news-items .news-item .news-item-left .info-more__link .info-more-label {
    padding: 1px 16px;
  }
}

.news-items .news-item .news-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 382px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1179px) {
  .news-items .news-item .news-item-right {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .news-items .news-item .news-item-right {
    width: 100%;
  }
}

.news-items .news-item .news-item-right .info-more__title {
  overflow: hidden;
  padding: 40px 0;
  text-align: left;
  margin-right: 15px;
  letter-spacing: 0.45px;
}

@media (max-width: 767px) {
  .news-items .news-item .news-item-right .info-more__title {
    padding: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .news-items .news-item .news-item-right .info-more__title .text-base {
    font-size: 14px;
  }
}

.news-items .news-item .news-item-right .info-more__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}

@media (max-width: 767px) {
  .news-items .news-item .news-item-right .info-more__button {
    right: -7px;
  }
}

.news-items .news-item-bottom {
  border-bottom: 1px solid #CECDCD;
}

.news-more-btn {
  text-align: center;
  margin-top: 43px;
}

.simple-button {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #3E3E3E;
  display: inline-block;
  padding: 15px 86px;
  border: 1px solid #3E3E3E;
  letter-spacing: 2.50px;
}

@media (max-width: 767px) {
  .simple-button {
    display: block;
    width: 100%;
    padding: 11px 86px;
  }
}

/* --service-- */
#service {
  padding: 74px 0 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3E3E3E), color-stop(61%, #3E3E3E), color-stop(61%, #F3F3F3), to(#F3F3F3));
  background: linear-gradient(180deg, #3E3E3E 0%, #3E3E3E 61%, #F3F3F3 61%, #F3F3F3 100%);
}

@media (max-width: 767px) {
  #service {
    padding: 35px 0 27px;
  }
}

.service_title {
  color: #fff;
  text-align: center;
}

.service_wrapper {
  margin: 73px auto;
  width: 960px;
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 12px #3E3E3E33;
          box-shadow: 0 5px 12px #3E3E3E33;
}

@media (max-width: 767px) {
  .service_wrapper {
    margin: 33px auto;
  }
}

.service_wrapper .service_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 54px 48px 57px;
}

@media (max-width: 767px) {
  .service_wrapper .service_items {
    display: block;
    padding: 10px 19px 10px;
  }
}

.service_wrapper .service_item {
  width: calc(33.33% - 86px * 2 / 3);
  margin-right: 86px;
  text-align: center;
}

@media (max-width: 1179px) {
  .service_wrapper .service_item {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .service_wrapper .service_item {
    margin-top: 31px;
    padding-bottom: 34px;
    width: 100%;
  }
}

.service_wrapper .service_item:last-child {
  margin-right: 0;
}

.service_wrapper .service_item .service_item_title {
  margin-top: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 4px;
}

.service_wrapper .service_item .service_item_text {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 12px;
}

/* --result-- */
#result {
  background: -webkit-gradient(linear, left top, right top, from(#F3F3F3), color-stop(7%, #F3F3F3), color-stop(7%, #3E3E3E), to(#3E3E3E));
  background: linear-gradient(90deg, #F3F3F3 0%, #F3F3F3 7%, #3E3E3E 7%, #3E3E3E 100%);
  padding: 74px 0;
}

@media (max-width: 1179px) {
  #result {
    background: #3E3E3E;
    padding: 35px 0 38px;
  }
}

.inner1.result-inner {
  margin: 0;
  margin-left: auto;
  padding-left: 18px;
}

.result-title {
  color: #fff;
}

@media (max-width: 1179px) {
  .result-title {
    text-align: center;
  }
}

.swiper-container {
  padding-bottom: 70px !important;
  margin-top: 63px;
}

@media (max-width: 767px) {
  .swiper-container {
    margin-top: 35px;
    padding-bottom: 56px !important;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: -41% !important;
  bottom: 4px !important;
  margin-left: -4px;
}

@media (max-width: 1179px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 0 !important;
  }
}

/* 全体のスタイル */
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 10px !important;
}

/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #3E3E3E;
  -webkit-box-shadow: 0px 0px 0px 3px #fff;
          box-shadow: 0px 0px 0px 3px #fff;
  background-color: #ffffff !important;
}

.result_item {
  width: 422px !important;
}

@media (max-width: 767px) {
  .result_item {
    width: 276px !important;
  }
}

.result_item .media {
  color: #3E3E3E;
}

.media__img img {
  vertical-align: bottom;
}

.media__body {
  padding: 20px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .media__body {
    padding: 5px 9px;
  }
}

.media__body .media__title {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .media__body .media__title {
    font-size: 15px;
  }
}

.media__body .media__content {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .media__body .media__content {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .media__body .media__content .text-base {
    font-size: 12px;
  }
}

.result_view_btn {
  margin-top: 42px;
}

@media (max-width: 1179px) {
  .result_view_btn {
    text-align: center;
    margin-top: 33px;
  }
}

.result_view_btn .result-button {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 15px 88px;
  border: 1px solid #fff;
  letter-spacing: 3.50px;
}

@media (max-width: 767px) {
  .result_view_btn .result-button {
    width: 100%;
    padding: 11px 88px;
  }
}

/* --Price-- */
#price {
  padding: 80px 0 120px;
  background-color: #F3F3F3;
}

@media (max-width: 767px) {
  #price {
    padding: 37px 0 120px;
  }
}

.table__price {
  margin-top: 73px;
  width: 960px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .table__price {
    margin-top: 33px;
  }
}

.table-default {
  border-collapse: collapse;
  border: 1px solid #3E3E3E;
  width: 100%;
}

.table-default th {
  font-family: "Montserrat", sans-serif;
  width: 288px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #3E3E3E;
  padding: 10px 110px;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .table-default th {
    padding: 10px 9px;
    width: auto;
  }
}

.table-default td {
  font-family: "Montserrat", sans-serif;
  width: calc(100% - 288px);
  border: 1px solid #3E3E3E;
  padding-left: 40px;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .table-default td {
    padding-left: 14px;
  }
}

.table__attention {
  margin-top: 24px;
}

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

.table__attention .price-text {
  font-size: 12px;
}

/* -- comments-- */
#comments {
  background-color: #F3F3F3;
  height: 746px;
  position: relative;
}

@media (max-width: 1179px) {
  #comments {
    position: inherit;
    background: #3E3E3E;
    height: auto;
    padding: 50px 0;
  }
}

.comments-wrapper {
  position: absolute;
  top: 0;
  left: 93px;
  width: 644px;
  -webkit-box-shadow: 0 0 10px #3E3E3E33;
          box-shadow: 0 0 10px #3E3E3E33;
  background-color: #fff;
  padding: 76px 40px 125px;
  z-index: 20;
}

@media (max-width: 1179px) {
  .comments-wrapper {
    position: inherit;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .comments-wrapper {
    padding: 34px 20px 36px;
    position: relative;
    top: -61px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .comments-wrapper .comments-title {
    text-align: left;
  }
}

.comments-wrapper .comments-cards .comments-card {
  margin-top: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .comments-wrapper .comments-cards .comments-card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 34px;
  }
}

.comments-wrapper .comments-cards .comments-card .card-pic {
  width: 150px;
}

@media (max-width: 767px) {
  .comments-wrapper .comments-cards .comments-card .card-pic {
    width: 80px;
  }
}

.comments-wrapper .comments-cards .comments-card .card-pic img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .comments-wrapper .comments-cards .comments-card .card-pic img {
    width: 56px;
    height: 56px;
  }
}

.comments-wrapper .comments-cards .comments-card .comments-body {
  width: calc(100% - 150px);
}

@media (max-width: 767px) {
  .comments-wrapper .comments-cards .comments-card .comments-body {
    width: calc(100% - 80px);
  }
}

@media (max-width: 767px) {
  .comments-wrapper .comments-cards .comments-card .comments-body .text-base {
    font-size: 14px;
  }
}

.comment-img {
  position: absolute;
  top: 124px;
  right: 92px;
  z-index: 20;
}

@media (max-width: 1179px) {
  .comment-img {
    display: none;
  }
}

.comments-bg {
  background-color: #3E3E3E;
  width: 980px;
  height: 596px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1179px) {
  .comments-bg {
    display: none;
  }
}

/* --Q&A-- */
#qa {
  padding: 73px 0 97px;
  background: transparent url(../img/sunyu-kim-1053375-unsplash.png) no-repeat center center/cover;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  #qa {
    padding: 35px 0 59px;
  }
}

.faq {
  margin-top: 74px;
}

@media (max-width: 767px) {
  .faq {
    margin-top: 35px;
  }
}

.qa_items {
  margin-left: auto;
  padding-right: 17px;
  width: 632px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .qa_items {
    padding-right: 0;
    width: 100%;
    margin-left: 0;
  }
}

.qa__item {
  margin-bottom: 40px;
  border-radius: 7px;
  background: #fff;
}

@media (max-width: 767px) {
  .qa__item {
    margin-bottom: 29px;
  }
}

.qa__item:last-child {
  margin-bottom: 0;
}

.accordion__head {
  color: #3E3E3E;
  padding: 16px 56px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  margin-top: 40px;
  border-radius: 7px;
  background: #fff;
}

@media (max-width: 767px) {
  .accordion__head {
    margin-top: 29px;
  }
}

.accordion__head:last-child {
  margin-top: 0;
}

.accordion__head::before {
  content: "Q";
  position: absolute;
  left: 22px;
  font-weight: 700;
  background-color: #3B69FF;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  color: #fff;
  top: 18px;
  text-align: center;
  line-height: 26px;
}

.accordion__body {
  position: relative;
  top: -7px;
  margin: 0;
  background: #fff;
  display: none;
  padding: 14px 18px 18px;
  border-radius: 0 0 7px 7px;
}

.accordion__body-in {
  padding: 10px 14px;
  line-height: 1.61111;
  color: #3E3E3E;
  background-color: #3B69FF33;
  border-radius: 7px;
  position: relative;
  font-size: 18px;
}

@media (max-width: 767px) {
  .accordion__body-in {
    padding-right: 22px;
  }
}

.accordion__icon {
  width: 16px;
  height: 16px;
  background: transparent url(../img/plus.svg) no-repeat center center/contain;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion__icon.is-open {
  background-image: url(../img/minus.svg);
}

/* --access-- */
#access {
  height: 775px;
  padding: 130px 0;
  position: relative;
}

@media (max-width: 1179px) {
  #access {
    position: inherit;
    height: auto;
    background-color: #3E3E3E;
  }
}

@media (max-width: 767px) {
  #access {
    padding: 35px 0 39px;
  }
}

.access-bg {
  background-color: #3E3E3E;
  width: 980px;
  height: 570px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1179px) {
  .access-bg {
    position: inherit;
    display: none;
  }
}

.info__address {
  color: #fff;
  position: absolute;
  top: 126px;
  left: 93px;
}

@media (max-width: 1179px) {
  .info__address {
    position: inherit;
  }
}

.info__address .access-title {
  color: #fff;
}

@media (max-width: 767px) {
  .info__address .access-title {
    text-align: left;
  }
}

.info__address .postal-code {
  margin-top: 31px;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .info__address .postal-code {
    margin-top: 27px;
  }
}

@media (max-width: 767px) {
  .info__address .postal-code .address-text {
    font-size: 12px;
    line-height: 2;
  }
}

.access-btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .access-btn {
    margin-top: 35px;
  }
}

.access-btn .access-button {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 15px 75px;
  border: 1px solid #fff;
  letter-spacing: 3.50px;
}

@media (max-width: 767px) {
  .access-btn .access-button {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

.map__iframe {
  position: absolute;
  top: 130px;
  right: 93px;
  width: 720px;
  max-width: 100%;
}

@media (max-width: 1179px) {
  .map__iframe {
    position: inherit;
    margin: auto;
    padding-top: 16px;
  }
}

.map__iframe .map__iframe-wrap {
  width: 100%;
  padding-top: 71.52778%;
  position: relative;
}

.map__iframe .map__iframe-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* --contact-- */
#contact {
  padding: 80px 0;
  background: transparent url(../img/alex-blajan-159378-unsplash.png) no-repeat center center/cover;
}

@media (max-width: 767px) {
  #contact {
    padding: 23px 0 40px;
  }
}

.contact-wrapper {
  width: 960px;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 767px) {
  .contact-wrapper {
    padding: 0 1px;
  }
}

.contact-header-wrapper {
  background: transparent url(../img/contact1.png) no-repeat bottom/auto;
  color: #fff;
  text-align: center;
  padding: 46px 0 72px;
  border-radius: 12px 12px 0 0;
  position: relative;
  top: 12px;
}

@media (max-width: 767px) {
  .contact-header-wrapper {
    padding: 33px 0 45px;
  }
}

.contact__item {
  padding: 59px 90px;
  background: #fff;
  border-radius: 0 0 12px 12px;
}

@media (max-width: 767px) {
  .contact__item {
    padding: 38px 15px;
  }
}

.contact__controls {
  margin: 0;
}

.contact__control {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 767px) {
  .contact__control {
    display: block;
    margin-bottom: 35px;
  }
}

.contact__control:last-child {
  margin-top: 33px;
  margin-bottom: 0;
  display: block;
}

.contact__control:last-child dd {
  margin-top: 10px;
}

.contact__control dt {
  width: 275px;
  margin: 0;
}

@media (max-width: 767px) {
  .contact__control dt {
    width: 100%;
    padding-top: 0;
  }
}

.contact__control dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .contact__control dd {
    width: 100%;
    margin-top: 8px;
  }
}

.contact__label {
  font-size: 22px;
}

@media (max-width: 767px) {
  .contact__label {
    font-size: 16px;
    display: inline-block;
  }
}

.contact__label--required {
  position: relative;
}

@media (max-width: 767px) {
  .contact__label--required {
    padding-right: 54px;
  }
}

.contact__label--required::after {
  content: "必須";
  position: absolute;
  background: #FF4646;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 11px;
  width: 55px;
  height: 24px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 141px;
}

@media (max-width: 767px) {
  .contact__label--required::after {
    top: 50%;
    left: auto;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.contact__required {
  background: #FF4646;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 1px 8px;
  width: 46px;
  display: block;
  margin-top: 6px;
}

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

@media (max-width: 767px) {
  .contact__radio {
    display: block;
  }
}

.contact__radio dt {
  width: 275px;
}

@media (max-width: 767px) {
  .contact__radio dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
  }
}

.contact__radio-item {
  margin-right: 26px;
}

.contact__radio-item:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .contact__radio-item {
    margin-right: 56px;
    display: block;
  }
}

.contact__check {
  margin-top: 25px;
  text-align: left;
}

@media (max-width: 767px) {
  .contact__check {
    margin-top: 12px;
  }
}

.contact__check a {
  color: #3E3E3E;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact__submit {
  margin-top: 30px;
  text-align: left;
}

@media (max-width: 767px) {
  .contact__submit {
    margin-top: 18px;
    text-align: center;
  }
}

.form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #707070;
  padding-left: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}

.form-select {
  cursor: pointer;
  padding-left: 20px;
  line-height: 32px;
  height: 34px;
  width: 51%;
  border: 1px solid #707070;
}

@media (max-width: 767px) {
  .form-select {
    padding-left: 10px;
    width: 100%;
  }
}

.form-textarea {
  width: 100%;
  height: 208px;
  border: 1px solid #707070;
  resize: none;
  padding: 10px 16px;
  line-height: 1.625;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}

@media (max-width: 767px) {
  .form-textarea {
    height: 160px;
  }
}

.form-radio + span {
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
  margin-right: 26px;
}

.form-radio:checked + span::after {
  opacity: 1;
}

.form-checkbox {
  display: none;
}

.form-checkbox + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 41px;
  position: relative;
}

@media (max-width: 767px) {
  .form-checkbox + span {
    padding-left: 46px;
  }
}

.form-checkbox + span::before, .form-checkbox + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-checkbox + span::before {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
}

.form-checkbox + span::after {
  border: 1px solid transparent;
  left: 1px;
  width: 18px;
  height: 15px;
  background: transparent url(../img/icon-check.png) no-repeat center center/contain;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

.form-checkbox:checked + span::after {
  opacity: 1;
}

.form-btn {
  border: none;
  -webkit-box-shadow: 0 3px 5px #00000033;
          box-shadow: 0 3px 5px #00000033;
}

@media (max-width: 767px) {
  .form-btn {
    min-width: initial;
    max-width: 100%;
  }
}

/* --footer-- */
.footer {
  padding: 117px 0;
  background-color: #3E3E3E;
  color: #fff;
}

@media (max-width: 767px) {
  .footer {
    padding: 60px 0 75px;
  }
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .footer-wrapper {
    display: block;
  }
}

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

@media (max-width: 767px) {
  .footer-sns {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.footer-sns .sns-icon {
  margin-right: 20px;
}

.footer-sns .sns-icon img {
  width: 36px;
  height: 36px;
}

.footer-nav {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer-nav {
    margin-top: 11px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.footer-nav ul li {
  margin-top: 20px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer-nav ul li {
    font-size: 14px;
  }
}

.footer-nav ul li a {
  color: #fff;
}

.footer-right {
  margin-left: auto;
  text-align: right;
  padding-bottom: 11px;
}

@media (max-width: 767px) {
  .footer-right {
    margin-left: 0;
    text-align: center;
    margin-top: 45px;
  }
}

.footer-right .footer-logo {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  line-height: 77px;
  letter-spacing: -2.50px;
}

@media (max-width: 767px) {
  .footer-right .footer-logo {
    font-size: 34px;
    line-height: inherit;
  }
}

.to-top {
  position: fixed;
  display: none;
  bottom: 40px;
  right: 4%;
  height: 4%;
  z-index: 30;
}

.to-top a {
  display: block;
  opacity: 0.6;
}

.to-top a img {
  width: 50px;
  height: 50px;
}

.to-top a:hover {
  opacity: 1;
}

/* --modal-- */
.contact__modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  width: 90%;
  height: auto;
  padding: 0px 20px 35px;
  z-index: 100;
  background: #fff;
  display: none;
}

@media (max-width: 767px) {
  .contact__modal {
    height: 90%;
    overflow: auto;
  }
}

.contact__modal.is-show {
  display: block;
}

.contact__modal-close-icon {
  text-align: center;
  position: absolute;
  right: -21px;
  top: -21px;
  cursor: pointer;
}

.contact__modal-close-icon img {
  width: 43px;
}

.contact__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .contact__modal-content {
    margin-top: 20px;
  }
}

.contact__modal-body {
  width: 230px;
  margin-top: 35px;
  border: 1px solid #3E3E3E;
  margin-right: 30px;
}

.contact__modal-body .modal__body {
  padding: 5px;
}

.contact__modal-body .modal__body .modal__title {
  font-size: 14px;
}

.modal-text {
  font-size: 12px;
}

.contact__modal-close-button {
  text-align: center;
  margin-top: 24px;
}

.contact__modal-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.contact__modal-background.is-show {
  display: block;
}
/*# sourceMappingURL=style.css.map */