@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "游ゴシック", sans-serif;
  background: #F3F3F3;
  color: #3E3E3E;
  font-size: 16px;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.footer-link {
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #707070;
  padding: 20px 80px;
  display: block;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-link {
    padding: 16px 80px;
  }
}

.header {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  height: 80px;
  text-align: center;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    background: rgba(255, 255, 255, 0.6);
    height: 70px;
  }
}
.drawer--right .header .drawer-hamburger {
  right: 4px;
  width: 26px;
}
.drawer-open .header .drawer-hamburger {
  left: 25px;
}
.header .drawer-hamburger-icon {
  background: #3E3E3E;
  height: 4px;
  left: 0;
  margin-top: 14px;
}
.drawer-open .header .drawer-hamburger-icon {
  background: transparent;
}
.header .drawer-hamburger-icon::before {
  background: #3E3E3E;
  height: 4px;
}
.drawer-open .header .drawer-hamburger-icon::before {
  background-color: #F3F3F3;
}
.header .drawer-hamburger-icon::after {
  background: #3E3E3E;
  height: 4px;
}
.drawer-open .header .drawer-hamburger-icon::after {
  background-color: #F3F3F3;
}

.drawer-open .header-nav {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .header-title {
    margin: 25px 0 0 16px;
    font-size: 23px;
    -webkit-transition: opacity;
    transition: opacity;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .drawer-open .header-title {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
  }
}

.header-overlay {
  background: rgba(40, 36, 36, 0.6);
  bottom: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}
.add-active .header-overlay {
  opacity: 1;
  visibility: visible;
}

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

@media screen and (min-width: 768px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header-nav-list {
    margin-top: 160px;
  }
}

.header-nav-item {
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .header-nav-item {
    margin-right: 44px;
    line-height: 52px;
  }
  .header-nav-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-nav-item + .header-nav-item {
    margin-top: 30px;
  }
}

.header-nav-item-link {
  color: #3E3E3E;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 767px) {
  .header-nav-item-link {
    font-size: 18px;
  }
}
.header-nav-item-link:hover {
  border-bottom: 1px solid #3E3E3E;
}

.top {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top {
    background: url(../img/mv.png) no-repeat center center/cover;
    height: 648px;
  }
}
@media screen and (max-width: 767px) {
  .top {
    background-image: url(../img/mv.png);
    background-size: cover;
    background-position: 24% center;
    height: 667px;
  }
}

.top-inner {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1240px;
  padding: 228px 20px 0 0;
}

@media screen and (min-width: 768px) {
  .top-content {
    margin-left: auto;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .top-content {
    padding-left: 20px;
  }
}

.top-title {
  font-weight: bold;
  letter-spacing: 0.02px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top-title {
    font-size: 23px;
    line-height: 1.5;
  }
}

.top-text {
  font-weight: bold;
  letter-spacing: 0.45px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-text {
    margin-top: 25px;
    font-size: 13.5px;
    line-height: 1.4285;
  }
}

.top-button {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
  display: inline-block;
  width: 282px;
  text-align: center;
  height: 50px;
  margin-top: 38px;
  background: #FFAA3B;
  color: #fff;
  padding: 16px 49px;
  -webkit-box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
          box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .top-button {
    display: block;
    text-align: center;
    margin: 28px auto;
    padding: 16px 19px;
    width: 222px;
    font-size: 16px;
  }
}
.top-button:hover {
  background: #f69605;
}

.news {
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
          box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    width: 343px;
    margin-top: -40px;
  }
}
.news .news-footer {
  width: 236px;
  margin: 0 auto 10px;
  padding: 27px 0 33px;
}
@media screen and (max-width: 767px) {
  .news .news-footer {
    width: 268px;
    text-align: center;
  }
}
.news .news-footer .footer-link {
  color: #3E3E3E;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news .news-footer .footer-link:hover {
  background: #3E3E3E;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .news-inner .section-title {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news-inner .section-title {
    font-size: 30px;
    padding-top: 45px;
  }
}

.news-list {
  border-top: solid 2px #f0f0f0;
}
@media screen and (min-width: 768px) {
  .news-list {
    width: 1080px;
    margin: 55px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .news-list {
    margin: 41px auto 0;
  }
}
@media (max-width: 959px) {
  .news-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-item {
  border-bottom: solid 2px #f0f0f0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .news-item {
    margin-top: 8px;
  }
}
.news-item a {
  position: relative;
}
.news-item a::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  background: url(../img/news-arrow-1@2x.png) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 20px;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .news-item a::after {
    width: 20px;
    height: 20px;
    left: 312px;
  }
}
@media (max-width: 959px) {
  .news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3E3E3E;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-link {
    padding: 0 15px 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 38px 110px 38px 12px;
  }
  .news-link:after {
    right: 30px;
  }
  .news-link:hover {
    background-color: rgba(73, 115, 255, 0.1);
  }
}
@media (max-width: 959px) {
  .news-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-date {
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  font-size: 14px;
}

.news-text {
  background: #fff;
  border: 2px solid #3B69FF;
  display: inline-block;
  margin-left: 40px;
  border-radius: 30px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news-text {
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 767px) {
  .news-text {
    font-size: 12px;
    margin-left: 12px;
    padding: 2px 16px;
    line-height: 1.2;
  }
}

.news-lead {
  line-height: 1.5555;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 768px) {
  .news-lead {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-lead {
    width: 290px;
    font-size: 14px;
    line-height: 1.4285;
    padding-left: 15px;
    margin-right: 10px;
    margin-top: 10px;
  }
}

.service {
  background: #3E3E3E;
  margin-top: 144px;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .service {
    padding: 60px 157px 0;
  }
}
@media screen and (max-width: 767px) {
  .service {
    height: 480px;
    margin-top: 70px;
    padding-top: 46px;
  }
}
.service .section-title {
  color: #fff;
  font-size: 30px;
}

.service-inner {
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
          box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
  margin: 60px auto 0;
  position: relative;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .service-inner {
    margin: 38px auto 0;
    width: 343px;
  }
}

.service-list {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-list {
    padding-top: 45px;
    padding-bottom: 33px;
  }
}

@media screen and (max-width: 767px) {
  .service-item {
    padding: 0 18px;
  }
  .service-item + .service-item {
    margin-top: 40px;
  }
}
.service-item dt {
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-top: 90px;
  margin-top: 8px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .service-item dt {
    padding-top: 57px;
  }
}
.service-item dt:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service-item:nth-child(1) dt {
  background-image: url(../img/service1@2x.png);
  background-size: 50px;
}
.service-item:nth-child(2) dt {
  background-image: url(../img/service2@2x.png);
  background-size: 50px;
}
.service-item:nth-child(3) dt {
  background-image: url(../img/service3@2x.png);
  background-size: 50px;
}
.service-item dd {
  font-size: 14px;
  line-height: 1.7142;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .service-item dd {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .service-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
    padding: 74px 45px 58px;
  }
  .service-item dt {
    line-height: 1.4;
    padding-top: 56px;
    font-weight: 600;
  }
  .service-item dd {
    line-height: 1.7;
    margin-top: 14px;
  }
}

.results {
  background: #3E3E3E;
  margin: 195px 0 0 auto;
  max-width: calc(50vw + 600px);
  padding: 50px 0 50px 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .results {
    padding: 50px 0 50px 60px;
  }
}
@media screen and (max-width: 767px) {
  .results {
    margin-top: 386px;
    padding: 48px 0 40px 16px;
  }
}

.results-link {
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #707070;
  color: #fff;
  padding: 20px 80px;
  display: block;
  font-family: "Montserrat", sans-serif;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.results-link:hover {
  background: #fff;
  color: #3E3E3E;
}
@media screen and (min-width: 768px) {
  .results-link {
    width: 273px;
  }
}
@media screen and (max-width: 767px) {
  .results-link {
    font-weight: bold;
    font-size: 18px;
    padding: 16px 88px;
    letter-spacing: 3.6px;
    text-align: center;
  }
}

.results-head {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .results-head {
    font-size: 36px;
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .results-head {
    font-weight: bold;
    text-align: center;
    font-size: 29px;
  }
}

@media screen and (min-width: 768px) {
  .results-footer {
    margin: 40px 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .results-footer {
    width: 316px;
    margin: 28px auto 0;
  }
}

.results-list {
  margin: 0 auto;
  color: #fff;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

.results-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .results-container {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .results-container {
    margin-top: 22px;
  }
}

.results-pagination {
  position: static !important;
}
@media screen and (min-width: 768px) {
  .results-pagination {
    margin-top: 40px;
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .results-pagination {
    margin-top: 6px;
  }
}
.results-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 12px;
  margin: 0 10px !important;
  opacity: 1;
  position: relative;
  width: 12px;
}
.results-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.results-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
}

.results-itemLink {
  background: #fff;
  color: #3E3E3E;
  display: block;
}
@media screen and (min-width: 768px) {
  .results-itemLink {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .results-itemLink:hover {
    opacity: 0.7;
  }
}
.results-itemLinkInner {
  padding: 12px 16px 20px;
}
@media screen and (max-width: 767px) {
  .results-itemLinkInner {
    padding: 12px 12px 8px;
    height: 80px;
  }
}

.results-itemFig img {
  width: 100%;
}

.results-itemTtl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .results-itemTtl {
    font-size: 17px;
  }
}

.results-itemTxl {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .results-itemTxl {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .results-itemTxl {
    margin-top: 4px;
    font-size: 11px;
  }
}

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

.price-head {
  font-size: 36px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-head {
    font-size: 30px;
  }
}

.price-inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-inner {
    width: 340px;
  }
}

.table {
  margin-top: 60px;
  border-collapse: collapse;
  border: 1px solid #707070;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table {
    font-size: 20px;
    margin-top: 40px;
  }
}
.table th, .table td {
  border: 1px solid #707070;
  padding: 16px 40px;
  height: 60px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table th, .table td {
    padding: 16px 19px;
    height: 57px;
  }
}
.table th {
  background: #3E3E3E;
  color: #fff;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .table th {
    width: 100px;
  }
}
.table td {
  text-align: left;
}

.price-text {
  margin-top: 12px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .price-text {
    font-size: 12px;
    margin-top: 8px;
  }
}

.bg-cover {
  position: relative;
}
.bg-cover:before {
  background: #3E3E3E;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 294px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bg-cover:before {
    bottom: 45px;
    top: 146px;
    width: 76.5625%;
  }
}
@media screen and (max-width: 767px) {
  .bg-cover:before {
    top: 6px;
  }
}

.comments {
  margin-top: 125px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .comments-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .comments-inner {
    margin-top: 115px;
  }
}

.come-left {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .come-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 668px;
            flex: 0 1 668px;
    height: 600px;
    padding: 120px 60px;
  }
}
@media screen and (max-width: 767px) {
  .come-left {
    width: 343px;
    height: 430px;
    padding: 50px 20px;
    top: -60px;
    margin: 0 auto;
  }
}
.come-left .comments-head {
  color: #3E3E3E;
  text-align: left;
  font-size: 30px;
}

.comments-item {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .comments-item {
    margin-top: 38px;
  }
}
.comments-item .comments-item-picture img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .comments-item .comments-item-picture img {
    width: 60px;
    height: 60px;
  }
}
.comments-item .comments-item-text {
  margin-left: 30px;
  line-height: 1.5;
  font-size: 18.5px;
}
@media screen and (max-width: 767px) {
  .comments-item .comments-item-text {
    color: #3E3E3E;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .come-right {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .come-right img {
    margin-top: 90px;
    width: 532px;
  }
}

.FAQs {
  background-image: url(../img/qa-bg@2x.png);
  background-position: top center;
  background-size: 1760px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FAQs {
    top: 112px;
    width: 100%;
    margin: 0 auto;
    height: 955px;
    background-attachment: fixed;
    padding: 8px 40px 120px 40px;
  }
}
@media screen and (max-width: 767px) {
  .FAQs {
    padding: 27px 16px 60px;
  }
}
@media screen and (min-width: 768px) {
  .FAQs .qa-head {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .qa-inner {
    max-width: 1200px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .qa-inner {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .qa-list {
    width: 610px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .qa-list {
    width: 343px;
  }
}

.qa-box {
  background: #fff;
  padding: 16px;
  border-radius: 4px;
  line-height: 1.5;
  cursor: pointer;
}
.qa-box + .qa-box {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .qa-box + .qa-box {
    margin-top: 22px;
    padding: 14px;
  }
}

.qas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.qas::before {
  content: "Q";
  background: #3B69FF;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  height: 24px;
  line-height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  text-align: center;
  margin-right: 15px;
}

.qas-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-weight: bold;
  position: relative;
}

.qa-box-icon {
  width: 17px;
  height: 17px;
  position: relative;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qa-box-icon.is-open .qa-box-ber2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

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

.answer {
  display: none;
  margin-top: 20px;
}

.answer-text {
  background: rgba(73, 115, 255, 0.2);
  border-radius: 4px;
  line-height: 1.5;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .answer-text {
    padding: 8px;
    line-height: 1.4285;
  }
}

.access {
  position: relative;
}
@media screen and (min-width: 768px) {
  .access {
    max-width: 1200px;
    top: 115px;
    margin: 120px auto 0;
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .access {
    padding: 40px 20px 60px;
  }
}

.access-head {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .access-head {
    margin-top: 20px;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .access-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 122px;
  }
}

.access-ad {
  margin-top: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .access-ad {
    margin-top: 30px;
  }
}

.access-link {
  margin-top: 30px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .access-link {
    position: relative;
    letter-spacing: 2px;
    width: 340px;
    top: 245px;
    text-align: center;
  }
}
.access-link .access-button {
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #707070;
  color: #fff;
  padding: 20px 80px;
  display: block;
  font-family: "Montserrat", sans-serif;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .access-link .access-button {
    font-size: 18px;
  }
}
.access-link .access-button:hover {
  background: #fff;
  color: #3E3E3E;
}

.access-left {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .access-left {
    width: 416px;
  }
}

.access-map {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .access-map {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 730px;
            flex: 0 1 730px;
  }
}
@media screen and (max-width: 767px) {
  .access-map {
    bottom: 78px;
  }
}

iframe {
  position: absolute;
  width: 100%;
  top: -150px;
  height: calc(100% + 150px + 150px);
  pointer-events: none;
}

.iframe-wrap {
  height: 540px;
  width: 730px;
}
@media screen and (max-width: 767px) {
  .iframe-wrap {
    width: 343px;
    height: 240px;
  }
}

.contact {
  background: url(../img/contact-bg@2x.png) no-repeat center center/cover;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 210px;
    padding: 60px 120px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 16px;
  }
}

@media screen and (min-width: 768px) {
  .contact-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
}

.contact-head {
  background: url(../img/contact1@2x.png) no-repeat center center/cover;
  color: #fff;
  border-radius: 12px 12px 0px 0px;
}
@media screen and (min-width: 768px) {
  .contact-head {
    text-align: center;
    margin: 0 auto;
    padding: 60px 250px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .contact-head {
    padding: 40px 16px;
  }
}

.contact-top {
  font-size: 30px;
}

.contact-text {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    line-height: 1.4285;
  }
}

.contact-body {
  background: #fff;
  border-radius: 0 0 12px 12px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-body {
    height: 804px;
    padding: 60px 120px;
  }
}
@media screen and (max-width: 767px) {
  .contact-body {
    padding: 25px 12px;
  }
}

@media screen and (min-width: 768px) {
  .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-item + .contact-item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact-item + .contact-item {
    margin-top: 10px;
  }
}

.contact-item-title {
  width: 200px;
  font-weight: bold;
  padding: 10px 0 0;
}
.contact-item-title label {
  display: inline-block;
}
.contact-item-title label.is-required {
  display: inline-block;
  position: relative;
}
.contact-item-title label.is-required::after {
  content: "必須";
  position: absolute;
  margin-left: 12px;
  width: 40px;
  font-size: 12px;
  background: #FF4646;
  color: #fff;
  text-align: center;
  padding: 2px 8px;
  border-radius: 2px;
  line-height: 1;
}

.contact-item-input {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contact-item-input {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 767px) {
  .contact-item-input {
    margin-top: 16px;
  }
}
.contact-item-input [type=text] {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  background: #fff;
  padding: 8px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  width: 100%;
  overflow: hidden;
}
.contact-item-input [type=text]:hover {
  border-bottom: 1px solid #4973FF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(73, 115, 255, 0.5019607843);
          box-shadow: 0px 4px 4px 0px rgba(73, 115, 255, 0.5019607843);
}
.contact-item-input [type=email] {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  background: #fff;
  padding: 8px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  width: 100%;
}
.contact-item-input [type=email]:hover {
  border-bottom: 1px solid #4973FF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(73, 115, 255, 0.5019607843);
          box-shadow: 0px 4px 4px 0px rgba(73, 115, 255, 0.5019607843);
}
.contact-item-input select {
  border: none;
  border-radius: 0;
  border: 1px solid #707070;
  background: #fff url(../img/select-arrow@2x.png) no-repeat right 12px center/16px 16px;
  padding: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .contact-item-input select {
    width: 100%;
  }
}
.contact-item-input textarea {
  margin-top: 10px;
  border: none;
  border-radius: 0;
  border: 1px solid #707070;
  background: #fff;
  padding: 8px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  width: 720px;
  height: 200px;
}
.contact-item-input textarea:hover {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 8px rgba(73, 115, 255, 0.5);
          box-shadow: 0 0 8px rgba(73, 115, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .contact-item-input textarea {
    height: 160px;
    width: 100%;
  }
}

.contact-message .is-top {
  padding-top: 25px;
}

.dd-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .dd-inner {
    margin-top: 16px;
    margin-left: -5px;
  }
}

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

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

.contact-foot {
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #707070;
  padding: 15px 50px;
  display: block;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.contact-privacy-input {
  display: none;
}

.contact-privacy {
  font-size: 18px;
  padding-left: 40px;
  position: relative;
}
.contact-privacy::before {
  background: #fff;
  border: solid 1px #3e3e3e;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 20px;
}
.contact-privacy::after {
  border-bottom: solid 2px #4973ff;
  border-left: solid 2px #4973ff;
  content: "";
  display: block;
  height: 6px;
  left: 4px;
  opacity: 1;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 12px;
}

.contact-footer-submit {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact-footer-submit {
    margin-top: 33px;
  }
}
.contact-footer-submit [type=submit] {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  background: #FFAA3B;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .contact-footer-submit [type=submit] {
    display: block;
    width: 165px;
    font-size: 16px;
    margin: 0 auto;
    padding: 16px 50px;
  }
}
.contact-footer-submit [type=submit]:hover {
  background: #f69605;
}

.footer {
  background: #3E3E3E;
  color: #fff;
  padding: 60px 160px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 77px 76px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.footer-sns-item {
  width: 36px;
  height: 36px;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-sns-item + .footer-sns-item {
  margin-left: 37px;
}
@media screen and (max-width: 767px) {
  .footer-sns-item {
    margin: 0 auto;
    width: 30px;
    height: 30px;
  }
  .footer-sns-item + .footer-sns-item {
    margin-left: 3px;
  }
}
.footer-sns-item:hover {
  opacity: 0.8;
}

.footer-sns-item-link {
  color: #fff;
  font-size: 36px;
}

.footer-nav-list {
  margin-top: 40px;
}

.footer-nav-item {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-nav-item + .footer-nav-item {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .footer-nav-item + .footer-nav-item {
    margin-top: 18px;
  }
}
.footer-nav-item:hover {
  opacity: 0.9;
}

.footer-nav-item-link {
  color: #fff;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .footer-nav-item-link {
    font-size: 14px;
  }
}

.footer-right {
  font-family: "Montserrat", sans-serif;
  margin-left: auto;
  margin-top: 8px;
}

.footer-title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer-title {
    font-size: 31px;
    margin-top: 43px;
  }
}

.footer-copyright {
  font-size: 12px;
  letter-spacing: 0.3px;
  opacity: 0.6;
  margin-top: 10px;
  text-align: right;
}

.to-top {
  position: fixed;
  right: 40px;
  bottom: 42px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .to-top {
    right: 16px;
    bottom: 27px;
  }
}
.to-top a {
  text-decoration: none;
}
.to-top img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .to-top img {
    width: 50px;
  }
}
.to-top:hover {
  opacity: 0.8;
}