@charset "UTF-8";
@media (min-width: 1200px) {
  .is-sp {
    display: none;
  }
}

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

main {
  background: #F3F3F3;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
    width: auto;
  }
}

body {
  font-family: "游ゴシック", "Montserrat", sans-serif;
  color: #3E3E3E;
  font-weight: 500;
}

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

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section {
  padding: 120px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0 0 0;
  }
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-title {
    padding: 40px 0;
    font-size: 30px;
  }
}

.btn-wrapper-orange {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn-wrapper-orange {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .btn-wrapper-orange {
    text-align: center;
    margin-top: 30px;
  }
}

.btn-wrapper-black {
  margin-top: 40px;
  text-align: center;
}

.btn-wrapper-white {
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .btn-wrapper-white {
    margin-top: 24px;
    text-align: center;
  }
}

.btn-orange {
  display: inline-block;
  text-align: center;
  background: #FFAA3B;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 50px;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn-orange {
    font-size: 16px;
    padding: 16px 32px;
  }
}
@media (max-width: 767px) {
  .btn-orange {
    font-size: 16px;
  }
}
.btn-orange:hover {
  background: #F18900;
}
.btn-orange:active {
  background: #B2B2B2;
}

.btn-black {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 80px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .btn-black {
    font-size: 18px;
    padding: 16px 100px;
  }
}

header {
  background: rgba(255, 255, 255, 0.1);
  height: 83px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  header {
    background: rgb(243, 243, 243);
    height: 68px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header {
    background: rgb(243, 243, 243);
    height: 68px;
  }
}

@media (max-width: 767px) {
  .header-left {
    line-height: 83px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-left {
    line-height: 83px;
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .header-logo {
    font-size: 23px;
    font-weight: 700;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-logo {
    font-size: 23px;
    font-weight: 700;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-nav-item {
  line-height: 83px;
}
@media (max-width: 767px) {
  .header-nav-item {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-nav-item {
    display: none;
  }
}
.header-nav-item a:hover {
  text-decoration: underline;
}

.header-nav-item + .header-nav-item {
  margin-left: 40px;
}

.drawer-icon {
  position: fixed;
  top: 24px;
  right: 16px;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.drawer-icon.is-active {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #fff;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #fff;
}

.drawer-icon-bars {
  width: 26px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 26px;
  height: 4px;
  background: #3E3E3E;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 299;
  top: 0;
  right: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  background: #fff;
  padding-top: 161px;
  padding-bottom: 155px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content-item {
  text-align: center;
}
.drawer-content-item:not(:first-child) {
  margin-top: 32px;
}
.drawer-content-item a {
  display: block;
  color: #3E3E3E;
  font-size: 18px;
  font-weight: 700;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 300px);
  height: 100%;
  background: #3E3E3E;
  opacity: 0.7;
  z-index: 199;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.drawer-background.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top {
  background-image: url(../img/mv.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 648px;
  z-index: 1;
}

.top-title,
.top-subtitle {
  width: 1200px;
}
@media (max-width: 767px) {
  .top-title,
  .top-subtitle {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-title,
  .top-subtitle {
    width: auto;
  }
}

.top-title {
  font-size: 32px;
  font-weight: 700;
  padding: 236px 0 0 720px;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-title {
    margin: auto;
    padding: 229px 0 0 0;
    font-size: 24px;
    width: 336px;
  }
}
@media (max-width: 767px) {
  .top-title {
    margin: auto;
    width: 336px;
    padding: 229px 0 0 0;
    font-size: 24px;
  }
}

.top-subtitle {
  font-size: 18px;
  font-weight: 700;
  padding-left: 720px;
  line-height: 1.56;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-subtitle {
    width: 343px;
    padding: 0;
    font-size: 14px;
    margin: auto;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .top-subtitle {
    width: 343px;
    padding: 0;
    font-size: 14px;
    margin: auto;
    margin-top: 32px;
  }
}

.btn-contact {
  margin-left: 720px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn-contact {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .btn-contact {
    padding: 16px 32px;
    margin-left: 0;
  }
}

.news {
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .news {
    margin-right: 16px;
    margin-left: 16px;
    padding-bottom: 60px;
    margin-top: -40px;
    padding-top: 0;
  }
}

.news-container {
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
}
@media (max-width: 767px) {
  .news-container {
    padding: 0;
    padding-bottom: 40px;
  }
}

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

.news-item {
  border-top: 1px solid #CECDCD;
  padding: 40px 0;
  position: relative;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .news-item {
    padding: 40px 55px 40px 16px;
  }
}
.news-item:hover {
  background: rgba(73, 115, 255, 0.1019607843);
}
.news-item:hover .news-item-category {
  background: #fff;
}
.news-item:last-child {
  border-bottom: 1px solid #CECDCD;
}
.news-item::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 21px;
  background-image: url(../img/news-arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px 16px;
}

.news-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .news-item-link {
    display: block;
  }
}

.news-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 259px;
  width: 100%;
}
@media (max-width: 767px) {
  .news-item-left {
    min-width: 181px;
  }
}

.news-item-date {
  font-size: 18px;
  max-width: 98px;
  width: 100%;
}
@media (max-width: 767px) {
  .news-item-date {
    font-size: 14px;
  }
}

.news-item-category {
  font-size: 14px;
  margin-left: 40px;
  border: #3B69FF 2px solid;
  border-radius: 50px;
  padding: 8px;
  max-width: 121px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .news-item-category {
    margin-left: 24px;
    padding: 4px;
    font-size: 12px;
    max-width: 81px;
  }
}

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

.news-item-title {
  font-size: 18px;
  margin-left: 40px;
  line-height: 1.56;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .news-item-title {
    margin-left: 0;
    margin-top: 12px;
    padding-right: 0;
  }
}

.btn-more {
  border: 1px solid #707070;
}
.btn-more:hover {
  background: #3E3E3E;
  border: 1px solid #FFFFFF;
  color: #fff;
}

.service {
  background: #3E3E3E;
  padding: 0;
  position: relative;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .service {
    height: 480px;
  }
}

.service-title {
  color: #fff;
}

.card-wrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  padding: 60px 45px;
  margin: auto;
  position: absolute;
  top: 164px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-wrapper {
    display: block;
    width: 343px;
  }
}
@media (max-width: 767px) {
  .card-wrapper {
    display: block;
    width: 343px;
    top: 117px;
    padding: 40px 16px;
  }
}

.card-item-box {
  text-align: center;
}
.card-item-box:not(:first-child) {
  margin-left: 90px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-item-box:not(:first-child) {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .card-item-box:not(:first-child) {
    margin-left: 0;
    margin-top: 40px;
  }
}
.card-item-box .card-item-img {
  width: 64px;
  height: 64px;
  margin: auto;
}
.card-item-box h3 {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}
.card-item-box p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.71;
}

.results {
  margin: 215px 0 0 40px;
  background: #3E3E3E;
  padding: 0 0 60px 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .results {
    margin: 265px 0 0 40px;
  }
}
@media (max-width: 767px) {
  .results {
    margin: 391px 0 0 0;
    padding: 0 0 40px 0;
  }
}

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

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

.results-item-box {
  width: 400px;
  background: #fff;
}
@media (max-width: 767px) {
  .results-item-box {
    width: 274px;
  }
}
.results-item-box:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .results-item-box:not(:first-child) {
    margin-left: 20px;
  }
}

.results-item-title {
  font-size: 20px;
  font-weight: 700;
  margin: 16px;
}
@media (max-width: 767px) {
  .results-item-title {
    font-size: 14px;
    margin: 12px;
  }
}

.results-item-text {
  padding: 0 16px 16px 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .results-item-text {
    font-size: 12px;
    padding: 0 12px 12px 12px;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  vertical-align: middle;
}

.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  background: transparent;
  padding: 4px;
  position: relative;
  vertical-align: middle;
}
.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

.swiper-pagination-bullets {
  position: static;
  margin-top: 48px;
  text-align: left;
}
@media (max-width: 767px) {
  .swiper-pagination-bullets {
    text-align: center;
    margin-top: 0;
    margin-top: 24px;
  }
}

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

.btn-viewall {
  color: #fff;
  border: #fff 1px solid;
}
.btn-viewall:hover {
  background: #FFF;
  color: #3E3E3E;
  border: 1px solid #707070;
}

.price {
  padding: 60px 160px 0 160px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .price {
    padding: 0 160px 0 160px;
  }
}
@media (max-width: 767px) {
  .price {
    padding: 0 16px 0 16px;
  }
}

.table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 12px;
}
.table th, .table td {
  border: 1px #707070 solid;
  vertical-align: middle;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 767px) {
  .table th, .table td {
    font-size: 20px;
  }
}
.table th {
  width: 262px;
  color: #fff;
  background: #3e3e3e;
  text-align: center;
}
.table th.under-white {
  border-bottom: 1px #fff solid;
}
.table td {
  width: 960px;
  background: #fff;
  padding: 16px 0 16px 40px;
  text-align: left;
}

.price-attention {
  font-size: 12px;
}

.comments {
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .comments {
    padding-top: 60px;
  }
}
.comments .container {
  background: none;
}

.comments-title {
  -moz-text-align-last: left;
       text-align-last: left;
  padding-bottom: 0;
}

.comments-content {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  width: 666px;
  height: 520px;
  padding: 60px;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments-content {
    margin: auto;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .comments-content {
    width: auto;
    padding: 40px 20px;
    height: auto;
  }
}
.comments-content::after {
  position: absolute;
  content: "";
  background-image: url(../img/comments3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: -80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 534px;
  height: 444px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments-content::after {
    position: initial;
  }
}
@media (max-width: 767px) {
  .comments-content::after {
    position: initial;
  }
}

.comments-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .comments-item {
    margin-top: 40px;
  }
}

.comments-left-img {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .comments-left-img {
    width: 60px;
    height: 60px;
  }
}

.comments-text {
  line-height: 1.5;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .comments-text {
    margin-left: 20px;
    font-size: 14px;
    width: 223px;
  }
}

.comments-background {
  background: #3E3E3E;
  width: 1053px;
  height: 539px;
  margin-top: -462px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments-background {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .comments-background {
    width: 100%;
    height: 456px;
    margin-top: -386px;
  }
}

.qa {
  background-image: url(../img/qa-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 40px;
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .qa {
    padding-right: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .qa {
    padding: 0 16px 60px 16px;
  }
}

.qa-item {
  margin-left: 708px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .qa-item {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .qa-item {
    margin-left: 0;
  }
}
.qa-item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .qa-item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.qa-box {
  width: 612px;
  background: #fff;
  padding: 20px 16px 16px 16px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .qa-box {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .qa-box {
    width: 100%;
  }
}

.qa-box-q {
  padding-left: 40px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.qa-box-q::before {
  position: absolute;
  content: "Q";
  background: #3B69FF;
  border-radius: 4px;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 5px;
  font-weight: 600;
}

.qa-box-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.qa-box-icon.is-open .qa-box-bar2 {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.qa-box-bar1 {
  width: 15px;
  height: 3px;
  background: #3B69FF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.qa-box-bar2 {
  height: 15px;
  width: 3px;
  background: #3B69FF;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.qa-box-a {
  background: rgba(59, 105, 255, 0.2);
  padding: 16px;
  margin-top: 20px;
}

.access {
  background: #F3F3F3;
  padding: 0 300px 256px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access {
    position: static;
    background: #3E3E3E;
    padding: 0 100px 60px 100px;
  }
}
@media (max-width: 767px) {
  .access {
    padding: 0 16px 40px 16px;
    background: #3E3E3E;
    position: static;
  }
}

.access-inner {
  background: #3E3E3E;
  padding: 60px 0 120px 100px;
  width: 980px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access-inner {
    background: transparent;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .access-inner {
    padding: 0;
    background: transparent;
    width: 100%;
  }
}

.access-title {
  color: #fff;
  -moz-text-align-last: left;
       text-align-last: left;
}

.access-info {
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .access-info {
    font-size: 14px;
  }
}

.btn-map {
  color: #fff;
  border: #fff 1px solid;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn-map {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .btn-map {
    margin-top: 24px;
    width: 100%;
    padding: 16px 0;
  }
}
.btn-map:hover {
  color: #3E3E3E;
  background: #fff;
  border: 1px solid #707070;
}

.access-map {
  width: 726px;
  position: absolute;
  top: 120px;
  right: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access-map {
    position: relative;
    top: 24px;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .access-map {
    position: relative;
    width: 100%;
    top: 24px;
    left: 0;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 71.6253443526%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact {
  background-image: url(../img/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 160px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact {
    padding: 60px 80px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 40px 16px;
  }
}

.contact-title-bg {
  background-image: url(../img/contact1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 242px 60px 242px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-title-bg {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .contact-title-bg {
    padding: 40px 16px;
  }
}

.contact-title {
  color: #fff;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .contact-title {
    padding-bottom: 12px;
  }
}

.section-text {
  color: #fff;
  text-align: center;
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  .section-text {
    font-size: 14px;
    text-align: left;
  }
}

.contact-form {
  background: #fff;
  padding: 60px 120px;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 40px 16px;
  }
}

.contact-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form-row {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-form-row {
    display: block;
  }
}

.contact-form-label {
  width: 128px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form-label {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .contact-form-label {
    margin-bottom: 16px;
  }
}

.label1 {
  position: relative;
}
.label1::after {
  position: absolute;
  content: "必須";
  left: 44px;
  width: 40px;
  height: 16px;
  background: #FF4646;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 8px;
  color: #fff;
}

.label2 {
  position: relative;
}
.label2::after {
  position: absolute;
  content: "必須";
  left: 75px;
  width: 40px;
  height: 16px;
  background: #FF4646;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 8px;
  color: #fff;
}

.contact-form-input {
  margin-left: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form-input {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-form-input {
    margin-left: 0;
  }
}
.contact-form-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #707070 solid;
  padding: 12px;
  width: 178px;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form-input select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form-input select {
    width: 100%;
  }
}
.contact-form-input select:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5019607843);
          box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5019607843);
}
.contact-form-input [type=text] {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 1px solid #3E3E3E;
  opacity: 0.5;
  width: 532px;
  padding: 8px 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form-input [type=text] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form-input [type=text] {
    width: 100%;
  }
}
.contact-form-input [type=text]:hover {
  border-bottom: 1px solid #4973FF;
  -webkit-box-shadow: 0px 5px 4px rgba(73, 115, 255, 0.5);
          box-shadow: 0px 5px 4px rgba(73, 115, 255, 0.5);
}
.contact-form-input [type=email] {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 1px solid #3E3E3E;
  opacity: 0.5;
  width: 532px;
  padding: 8px 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form-input [type=email] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form-input [type=email] {
    width: 100%;
  }
}

.contact-input-select {
  position: relative;
}
.contact-input-select::after {
  position: absolute;
  content: "";
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
  right: 12px;
  width: 8px;
  height: 8px;
  display: block;
}

.input-message {
  margin-left: 0;
  margin-bottom: 32px;
  margin-top: 8px;
}
.input-message textarea {
  width: 720px;
  height: 200px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .input-message textarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .input-message textarea {
    width: 100%;
    height: 160px;
  }
}
.input-message textarea:hover {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.5019607843);
          box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.5019607843);
}

.contact-form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contact-form-radio {
    display: block;
  }
}
.contact-form-radiobox {
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contact-form-radiobox {
    margin-left: 0;
  }
}

.radio-button [type=radio] {
  display: none;
}
.radio-button label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.radio-button label:hover::before {
  -webkit-box-shadow: 0px 0px 6px rgba(73, 115, 255, 0.2);
          box-shadow: 0px 0px 6px rgba(73, 115, 255, 0.2);
  border: 1px solid #3B69FF;
}
.radio-button label:active::before {
  border: 1px solid #3B69FF;
  background: rgba(73, 115, 255, 0.2);
}
.radio-button label::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border: 1px solid #707070;
  border-radius: 50%;
}
.radio-button label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #3B69FF;
  border-radius: 50%;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.radio-button:checked + label::after {
  display: block;
}

.radio-button + .radio-button {
  margin-left: 40px;
}

.contact-form-check [type=checkbox] {
  display: none;
}
.contact-form-check span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
}
.contact-form-check span:hover::before {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.2);
          box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.2);
}
.contact-form-check span:active::before {
  background: rgba(73, 115, 255, 0.2);
  border: 1px solid #4973FF;
}
.contact-form-check span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px #707070 solid;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-form-check span::after {
  position: absolute;
  content: "";
  color: #3B69FF;
  width: 16px;
  height: 8px;
  left: 2px;
  top: 3px;
  border-left: 2px #3B69FF solid;
  border-bottom: 2px #3B69FF solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: none;
}
.contact-form-check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-wrapper-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact-wrapper-btn {
    margin-top: 34px;
    text-align: center;
  }
}
.contact-wrapper-btn [type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

footer {
  background: #3E3E3E;
  padding: 60px 160px;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0 57px 0;
  }
}

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

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fa-square-facebook {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .fa-square-facebook {
    margin-left: 50px;
  }
}

.footer-nav {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer-nav {
    margin-top: 42px;
  }
}

@media (max-width: 767px) {
  .footer-nav-item {
    font-size: 14px;
    text-align: center;
  }
}

.footer-nav-item + .footer-nav-item {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .footer-nav-item + .footer-nav-item {
    margin-top: 26px;
  }
}

.footer-right {
  margin-left: auto;
}

.footer-logo {
  height: 49px;
  font-size: 40px;
  font-weight: 700;
  color: #E3E3E3;
}
@media (max-width: 767px) {
  .footer-logo {
    margin-top: 49px;
    font-size: 32px;
    text-align: center;
  }
}

.footer-copyright {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 12px;
    text-align: center;
  }
}

.to-top {
  right: 70px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  position: fixed;
}
@media (max-width: 767px) {
  .to-top {
    right: 16px;
    bottom: 10px;
  }
}