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

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

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

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

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

.inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 1200px) {
  .is-sp {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  z-index: 300;
}
@media (max-width: 767px) {
  .header {
    height: 68px;
    background: #FFFFFF;
    z-index: 300;
  }
}

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

.header-nav {
  height: 83px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav-item + .header-nav-item {
  margin-left: 38px;
}
.header-nav-item a {
  position: relative;
  text-decoration: none;
}
.header-nav-item a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 0;
  height: 1.5px;
  background-color: #3e3e3e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav-item a:hover:after {
  width: 100%;
}

.top {
  height: 648px;
  background: url(/img/mv.png) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .top {
    height: 667px;
    background-position: 22%;
  }
}

.top-section {
  content: "";
  position: absolute;
  top: 226px;
  left: 50%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-section {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .top-section {
    width: 100%;
    top: 33.4%;
    left: -6px;
  }
}

.top-title {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top-title {
    font-size: 24px;
    font-weight: 700;
    padding-left: 22px;
    line-height: 1.63em;
  }
}

.top-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 23px;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .top-text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 20px;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
}

.top-btn {
  display: block;
  width: 282px;
  padding: 14px 40px 13px 42px;
  background: #FFAA3B;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
  margin-top: 35px;
  letter-spacing: 0.15em;
}
.top-btn:hover {
  background: #F18900;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .top-btn {
    width: 223px;
    margin-top: 26px;
    margin-left: 83px;
    padding: 11px 26px 11px 26px;
    letter-spacing: 0em;
  }
}

.news {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .news {
    margin-top: -39px;
    position: relative;
  }
}

.news-inner {
  background: #FFFFFF;
  padding: 54px 60px 40px;
  -webkit-box-shadow: 0 5px 12px rgba(62, 62, 62, 0.16);
          box-shadow: 0 5px 12px rgba(62, 62, 62, 0.16);
  margin: 0 40px;
}
@media (max-width: 767px) {
  .news-inner {
    padding: 0;
    margin: 0 16px;
    height: 553px;
  }
}

.news-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .news-title {
    padding-top: 35px;
    font-size: 30px;
  }
}

.news-list-item1,
.news-list-item2,
.news-list-item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CECDCD;
  padding-top: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.news-list-item1::after,
.news-list-item2::after,
.news-list-item3::after {
  content: "";
  position: absolute;
  background: transparent url(/img/news-arrow.svg) no-repeat center center/contain;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 22px;
}
@media (max-width: 767px) {
  .news-list-item1::after,
  .news-list-item2::after,
  .news-list-item3::after {
    content: "";
    position: absolute;
    background: transparent url(/img/news-arrow.svg) no-repeat center center/contain;
    right: 14px;
    top: 50.3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 25px;
  }
}
.news-list-item1:first-child,
.news-list-item2:first-child,
.news-list-item3:first-child {
  border-top: 1px solid #CECDCD;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .news-list-item1:first-child,
  .news-list-item2:first-child,
  .news-list-item3:first-child {
    margin-top: 33.5px;
    height: auto;
    padding-bottom: 11px;
  }
}
.news-list-item1:hover,
.news-list-item2:hover,
.news-list-item3:hover {
  background: rgba(73, 115, 255, 0.1019607843);
}
@media (max-width: 767px) {
  .news-list-item1,
  .news-list-item2,
  .news-list-item3 {
    display: block;
    height: 130px;
    padding: 0;
  }
  .news-list-item1 + .news-list-item1,
  .news-list-item1 + .news-list-item2,
  .news-list-item1 + .news-list-item3,
  .news-list-item2 + .news-list-item1,
  .news-list-item2 + .news-list-item2,
  .news-list-item2 + .news-list-item3,
  .news-list-item3 + .news-list-item1,
  .news-list-item3 + .news-list-item2,
  .news-list-item3 + .news-list-item3 {
    height: 94px;
  }
}

.news-list-item1 {
  padding-bottom: 40px;
}

.news-list-item2 {
  padding-bottom: 38px;
}

.news-list-item3 {
  padding-bottom: 39px;
}

.news-list-item {
  width: 259px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .news-list-item {
    margin-left: 16px;
    padding-top: 5px;
  }
}

.news-list-date1,
.news-list-date2,
.news-list-date3 {
  width: 98px;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .news-list-date1,
  .news-list-date2,
  .news-list-date3 {
    font-size: 13px;
    letter-spacing: 0.07em;
    line-height: 1.5em;
  }
}

.news-list-date2 {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .news-list-date2 {
    margin-top: 9.5px;
  }
}

.news-list-date3 {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .news-list-date3 {
    margin-top: 10px;
  }
}

.news-list-title {
  width: 121px;
  margin-left: 40px;
  display: block;
  border: 2px solid #3B69FF;
  border-radius: 50px;
  text-align: center;
  margin-top: 9px;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .news-list-title {
    font-size: 11px;
    height: 20px;
    width: 81px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    margin-left: 2px;
  }
}

.news-lead1,
.news-lead2,
.news-lead3 {
  margin-left: 40px;
  margin-right: 100px;
  letter-spacing: 0.0225em;
  font-size: 18px;
  width: calc(100% - 291px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-lead1,
  .news-lead2,
  .news-lead3 {
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .news-lead1,
  .news-lead2,
  .news-lead3 {
    width: calc(100% - 55px);
    margin-left: 16px;
    font-size: 14px;
    margin-top: 7.3px;
    padding-right: 10px;
    letter-spacing: 0em;
    line-height: 1.44em;
  }
}

.news-lead2 {
  padding-top: 9px;
}
@media (max-width: 767px) {
  .news-lead2 {
    padding-top: 1px;
  }
}

.news-lead3 {
  padding-top: 9px;
}
@media (max-width: 767px) {
  .news-lead3 {
    padding-top: 0px;
  }
}

.news-btn {
  display: block;
  text-align: center;
  width: 236px;
  padding: 15px 80px 15px;
  border: 1px solid #707070;
  font-size: 20px;
  font-weight: 600;
  margin: 40px auto 0;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .news-btn span {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .news-btn {
    width: 268px;
    text-align: center;
    margin-top: 39px;
    margin-bottom: 50px;
    padding: 10px 98px 10px;
  }
}
.news-btn:hover {
  background: #3E3E3E;
  color: #FFFFFF;
  border: 1px solid #3e3e3e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service {
  background: linear-gradient(to bottom, #3e3e3e 400px, transparent 400px);
  margin: 120px 0 0;
}
@media (max-width: 767px) {
  .service {
    max-width: 100%;
    height: 480px;
    margin-top: 60px;
    background: #3e3e3e;
  }
}

.service-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  padding-top: 54px;
}
@media (max-width: 767px) {
  .service-title {
    padding-top: 35px;
    font-size: 30px;
  }
}

.service-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 240px);
  height: 331px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 12px rgba(62, 62, 62, 0.16);
          box-shadow: 0 5px 12px rgba(62, 62, 62, 0.16);
  margin: 0 auto;
  padding: 60px 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 53px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-lists {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .service-lists {
    width: 100%;
    display: block;
    height: 694px;
    margin-top: 34px;
    padding: 16px 16px;
  }
}

.service-list {
  width: 230px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-list {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .service-list {
    margin: 0 auto;
    width: 100%;
    height: 178px;
  }
  .service-list + .service-list {
    margin-top: 29px;
  }
}

.service-image-1 {
  height: 64px;
  margin-top: 11px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-image-1 {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .service-image-1 {
    padding-top: 24px;
  }
}

.service-image-2 {
  height: 64px;
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-image-2 {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .service-image-2 {
    padding-top: 40px;
  }
}

.service-image-3 {
  height: 64px;
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-image-3 {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .service-image-3 {
    padding-top: 51px;
  }
}

.service-list-title-1 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.25em;
  margin-top: -6px;
  margin-left: 5px;
  line-height: 1.52em;
}
@media (max-width: 767px) {
  .service-list-title-1 {
    margin-top: 20px;
    margin-bottom: 13px;
    line-height: 1.3em;
  }
}

.service-list-title-2 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.25em;
  margin-top: -11px;
  margin-left: 5px;
  line-height: 1.52em;
}
@media (max-width: 767px) {
  .service-list-title-2 {
    margin-top: 31px;
    margin-bottom: 13px;
    line-height: 1.3em;
  }
}

.service-list-title-3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.25em;
  margin-top: -11px;
  margin-left: 5px;
  line-height: 1.52em;
}
@media (max-width: 767px) {
  .service-list-title-3 {
    margin-top: 42px;
    margin-bottom: 13px;
    line-height: 1.3em;
  }
}

.service-list-lead {
  font-size: 14px;
  text-align: left;
  line-height: 1.7em;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .service-list-lead {
    line-height: 1.75em;
    padding-top: 1px;
  }
}

.results {
  background: #3E3E3E;
  height: 754px;
  margin-top: 120px;
  max-width: 100%;
  margin-left: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .results {
    margin-top: 391px;
    margin-left: 0;
    height: 532px;
  }
}

.results-title {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  padding: 53px 0 0 60px;
}
@media (max-width: 767px) {
  .results-title {
    font-size: 30px;
    padding-top: 35px;
    text-align: center;
    padding-left: 0;
  }
}

.swiper-slide {
  background: #FFFFFF;
  width: 400px;
  height: 366px;
  margin-top: 53px;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .swiper-slide {
    width: 274px;
    height: 253px;
    margin-left: 16px;
    margin-top: 34px;
  }
}
.swiper-slide:hover {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.swiper-slide + .swiper-slide {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .swiper-slide + .swiper-slide {
    margin-left: 20px;
  }
}

.result__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 11px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .result__title {
    font-size: 14px;
    margin-left: 12px;
    margin-top: 7px;
  }
}

.result__lead {
  margin-left: 16px;
  margin-top: 5px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .result__lead {
    font-size: 12px;
    letter-spacing: 0.001em;
    width: 250px;
    margin-left: 12px;
    margin-top: 6px;
  }
}

.swiper-pagination {
  position: static;
  text-align: left;
  margin-left: 60px;
  margin-top: 38px;
}
@media (max-width: 767px) {
  .swiper-pagination {
    margin-left: 3px;
    text-align: center;
    margin-top: 22px;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 1;
}

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

.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 18px;
  height: 18px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}

.results-btn {
  display: block;
  color: #fff;
  border: 1px solid #FFFFFF;
  width: 289px;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 75px 15px 80px;
  margin-left: 60px;
  margin-top: 36px;
  letter-spacing: 0.19em;
}
@media (max-width: 767px) {
  .results-btn span {
    letter-spacing: 0.116em;
    margin-left: 19px;
  }
}
@media (max-width: 767px) {
  .results-btn {
    width: 316px;
    margin: 20px auto 0;
    padding: 10px 75px 10px 80px;
  }
}
.results-btn:hover {
  background: #FFFFFF;
  color: #3E3E3E;
  border: 1px solid #707070;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .price {
    height: 362px;
  }
}

.price-title {
  margin-top: 113px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .price-title {
    font-size: 30px;
    margin-top: 35px;
  }
}

.price-menu {
  display: block;
  margin: 0 auto;
  width: calc(100% - 240px);
  border: 1px solid #707070;
  margin-top: 53px;
}
@media (max-width: 767px) {
  .price-menu {
    margin-top: 34px;
    width: 100%;
  }
}

.price-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media (max-width: 767px) {
  .price-rows {
    height: 54px;
  }
}
.price-rows + .price-rows {
  border-top: 1px solid #707070;
  position: relative;
}
@media (max-width: 767px) {
  .price-rows + .price-rows {
    margin-bottom: 1px;
  }
}
.price-rows + .price-rows::after {
  content: "";
  display: block;
  border-top: 1px solid #FFFFFF;
  width: 27.3%;
  top: -1px;
  position: absolute;
}
@media (max-width: 767px) {
  .price-rows + .price-rows::after {
    width: 29%;
  }
}

.row {
  width: 27.3%;
  padding: 11px 0;
  font-size: 23px;
  text-align: center;
  background: #3E3E3E;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .row {
    width: 29%;
    padding: 13px 0;
    font-size: 19px;
  }
}

.row-price {
  font-size: 24px;
  font-weight: 600;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .row-price {
    margin-left: 20px;
    font-size: 20px;
  }
}

.text {
  font-size: 12px;
  font-weight: 400;
  margin-left: 120px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .text {
    margin-left: 0px;
    margin-top: 5px;
  }
}

.comments {
  height: 724px;
  margin-top: 115px;
  position: relative;
}
.comments::after {
  content: "";
  position: absolute;
  width: calc(100% - 300px);
  height: 576px;
  left: 0;
  top: 148px;
  background: #3E3E3E;
  z-index: -1;
}
@media (max-width: 767px) {
  .comments::after {
    height: 491px;
    top: 60px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .comments {
    margin-top: -34px;
    height: 485px;
  }
}

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

.comment__body {
  width: 769px;
  height: 604px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .comment__body {
    padding-right: 20px;
    height: 426px;
  }
}

.comment-title {
  font-size: 36px;
  font-weight: 600;
  margin: 114px 0 0 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comment-title {
    margin: 40px 0 0 20px;
  }
}
@media (max-width: 767px) {
  .comment-title {
    margin: 36px 0 0 20px;
    font-size: 29px;
    letter-spacing: 0.03em;
  }
}

.comment-text-1,
.comment-text-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comment-text-1,
  .comment-text-2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .comment-text-1,
  .comment-text-2 {
    width: 100%;
  }
}
.comment-text-1 img,
.comment-text-2 img {
  width: 100px;
  height: 100px;
  margin: 52px 0 0 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comment-text-1 img,
  .comment-text-2 img {
    margin: 10px 0 0 40px;
  }
}
@media (max-width: 767px) {
  .comment-text-1 img,
  .comment-text-2 img {
    width: 60px;
    height: 60px;
    margin: 35px 0 0 20px;
  }
}

.comment-text-2 {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .comment-text-2 {
    margin-top: 2px;
  }
}

.comment-lead {
  margin: 49px 0 0 32px;
  line-height: 1.5em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comment-lead {
    margin: 10px 0 0 40px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .comment-lead {
    font-size: 14px;
    margin: 31px 0 0 20px;
    width: 100%;
    line-height: 1.44em;
  }
}

.comment-img {
  width: 614px;
  margin: auto 0;
}
@media (max-width: 767px) {
  .comment-img {
    display: none;
  }
}

.faqs {
  background: url(/img/qa-bg.png) no-repeat center center/cover fixed;
}
@media (max-width: 767px) {
  .faqs {
    background: url(/img/qa-bg.png) no-repeat center center/cover fixed;
  }
}

.faqs-title {
  font-size: 36px;
  font-weight: 600;
  padding-top: 54px;
  text-align: center;
}
@media (max-width: 767px) {
  .faqs-title {
    padding-top: 37px;
    font-size: 29px;
  }
}

.accordion {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .accordion {
    padding-bottom: 59px;
  }
}

.qa-accordion {
  background: #FFFFFF;
  border-radius: 4px;
  width: 612px;
  margin-top: 52px;
  margin-left: calc(100% - 612px);
  position: relative;
  z-index: 200;
}
@media (max-width: 767px) {
  .qa-accordion {
    margin-left: 0;
    width: 100%;
    margin-top: 34px;
  }
}
.qa-accordion + .qa-accordion {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .qa-accordion + .qa-accordion {
    margin-top: 24px;
  }
}

.q-accordion {
  padding: 16px 0 15px 56px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.q-accordion::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 24px;
  height: 24px;
  background: #3B69FF;
  border-radius: 50%;
}
.q-accordion::after {
  content: "Q";
  position: absolute;
  top: 15px;
  left: 21px;
  color: #FFFFFF;
  font-weight: 500;
}

.q-accordion-icon {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.q-accordion-icon.is-open .q-accordion-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.q-accordion-bar1 {
  width: 16px;
  height: 2px;
  background: #3B69FF;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .q-accordion-bar1 {
    width: 15px;
    height: 3px;
    top: 46%;
    left: 1px;
  }
}

.q-accordion-bar2 {
  width: 2px;
  height: 16px;
  background: #3B69FF;
  position: absolute;
  top: 2px;
  left: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .q-accordion-bar2 {
    width: 3px;
    height: 15px;
  }
}

.q-accordion2 {
  padding: 15px 0 14px 56px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .q-accordion2 {
    padding: 15px 0 14px 56px;
  }
}
.q-accordion2::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 16px;
  width: 24px;
  height: 24px;
  background: #3B69FF;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .q-accordion2::before {
    top: 26px;
  }
}
.q-accordion2::after {
  content: "Q";
  position: absolute;
  top: 26px;
  left: 21px;
  color: #FFFFFF;
  font-weight: 500;
}
@media (max-width: 767px) {
  .q-accordion2::after {
    top: 26px;
  }
}

.q-accordion2-icon {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.q-accordion2-icon.is-open .q-accordion2-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.q-accordion2-bar1 {
  width: 16px;
  height: 2px;
  background: #3B69FF;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .q-accordion2-bar1 {
    width: 15px;
    height: 3px;
    top: 48%;
    left: 1px;
  }
}

.q-accordion2-bar2 {
  width: 2px;
  height: 16px;
  background: #3B69FF;
  position: absolute;
  top: 2px;
  left: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .q-accordion2-bar2 {
    width: 3px;
    height: 15px;
  }
}

.a-accordion {
  padding: 0 16px 15px 16px;
  display: none;
}
@media (max-width: 767px) {
  .a-accordion {
    padding: 0 16px 15px 16px;
  }
}

.accordion-content {
  background: rgba(59, 105, 255, 0.2);
  padding: 12px 16px;
  border-radius: 4px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .accordion-content {
    padding: 8px 12px 9px 12px;
    font-size: 14px;
    line-height: 1.45em;
  }
}

.is-open {
  display: block;
}

.access {
  position: relative;
  height: 760px;
}
.access::after {
  content: "";
  position: absolute;
  width: calc(100% - 300px);
  height: 503px;
  left: 0px;
  top: 0;
  background: #3E3E3E;
  z-index: -1;
}
@media (max-width: 767px) {
  .access::after {
    width: 100%;
    height: 574px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access {
    height: 534px;
  }
}
@media (max-width: 767px) {
  .access {
    display: block;
    height: 660px;
  }
}

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

.access-title {
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 113px 0 0 60px;
}
@media (max-width: 767px) {
  .access-title {
    padding: 35px 0 0 0;
    font-size: 30px;
  }
}

.address-content {
  margin: 48px 0 0 60px;
  color: #FFFFFF;
  line-height: 1.5em;
  font-family: "游ゴシック体";
}
@media (min-width: 768px) and (max-width: 1199px) {
  .address-content {
    margin: 30px 0 0 100px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .address-content {
    margin: 30px 0 0 0;
    font-size: 14px;
    line-height: 1.43em;
  }
}

.map-btn {
  position: absolute;
  top: 319px;
  border: 1px solid #FFFFFF;
  width: 314px;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: 0.1;
  text-align: center;
  padding: 15px 70px;
  left: 100px;
}
@media (max-width: 767px) {
  .map-btn {
    width: calc(100% - 36px);
    left: 18px;
    margin-top: 140px;
    padding: 12px 70px;
    font-size: 18px;
  }
}
.map-btn:hover {
  background: #FFFFFF;
  color: #3E3E3E;
  border: 1px solid #707070;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.map__iframe-wrap {
  width: 60.5%;
  padding-top: 43.3%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .map__iframe-wrap {
    padding-top: 52.3%;
    width: 92%;
    left: 35px;
  }
}
@media (max-width: 767px) {
  .map__iframe-wrap {
    width: 100%;
    height: 445px;
  }
}
.map__iframe-wrap iframe {
  position: absolute;
  top: -52px;
  left: 202px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(62, 62, 62, 0.16);
          box-shadow: 0 0 10px rgba(62, 62, 62, 0.16);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .map__iframe-wrap iframe {
    left: 124px;
    width: -webkit-fill-available;
    top: -167px;
    height: 513px;
  }
}
@media (max-width: 767px) {
  .map__iframe-wrap iframe {
    height: 241px;
    left: 0;
    top: 22px;
  }
}

.contact {
  background: url(/img/contact-bg.png) no-repeat center center/cover;
  width: 100%;
  height: 1122px;
  position: relative;
}
@media (max-width: 767px) {
  .contact {
    height: 1078px;
    background-position: 0%;
    top: -86px;
  }
}

.contact-us {
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 319px);
  max-width: 100%;
  height: 1002px;
  border-radius: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-us {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .contact-us {
    width: calc(100% - 31px);
    height: 998px;
    margin-top: -1px;
  }
}

.contact-us__bg {
  background: url(/img/contact1.png) no-repeat center center/cover;
  height: 195px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-us__bg {
    border-radius: 12px 12px 0 0;
  }
}
@media (max-width: 767px) {
  .contact-us__bg {
    background: url(/img/contact1\ \(\ sp\ \).png) no-repeat center center/cover;
    border-radius: 12px 12px 0 0;
    height: 164px;
  }
}

.contact-title {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding-top: 52px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 30px;
    padding-top: 36px;
    margin-left: 0;
  }
}

.contact-lead {
  color: #FFFFFF;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .contact-lead {
    font-size: 14px;
    padding: 0 16px;
    margin-top: 2px;
    text-align: left;
    line-height: 1.5em;
  }
}

.align-left {
  text-align: left;
}

.contact-select {
  margin-top: 57px;
  margin-left: 120px;
}
@media (max-width: 767px) {
  .contact-select {
    margin-left: 10px;
    margin-top: 35px;
  }
}

.select-title {
  font-weight: bold;
  margin: auto 0;
}
@media (max-width: 767px) {
  .select-title {
    margin-left: 2px;
  }
}

.select-box {
  margin-left: 56px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  border: none;
  border-radius: 0;
  width: 179px;
  background: transparent url(/img/chevron-down-solid.svg) no-repeat center right 12px/16px 16px;
  border: 1px solid #707070;
  padding: 10px 40px 9px 12px;
  margin-top: 2px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .select-box {
    display: block;
    margin-left: 2px;
    margin-top: 11px;
    width: calc(100% - 14px);
    height: 38px;
    letter-spacing: -0.07em;
    font-size: 15px;
    line-height: 1em;
  }
}
.select-box::-ms-expand {
  display: none;
}
.select-box:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.select-box:hover {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 5px #4973ff;
          box-shadow: 0 0 5px #4973ff;
}

.contact-name1 {
  margin-top: 36px;
  margin-left: 120px;
}
@media (max-width: 767px) {
  .contact-name1 {
    margin-left: 12px;
    margin-top: 28px;
  }
}

.contact__name1 {
  padding-right: 60px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .contact__name1 {
    padding-right: 68px;
  }
}
.contact__name1::after {
  content: "必須";
  position: absolute;
  background: #FF4646;
  border-radius: 2px;
  padding: 0 8px;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact__name1::after {
    padding: 0 9px;
    line-height: 1.5em;
    right: 7px;
  }
}

.text-name1 {
  margin-left: 93px;
}
@media (max-width: 767px) {
  .text-name1 {
    margin-left: 0;
  }
}

input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: calc(100% - 310px);
  padding-left: 11px;
  padding-bottom: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  input[type=text] {
    padding-left: 0;
    margin-top: 8px;
    width: calc(100% - 12px);
    font-size: 14px;
    padding-bottom: 4px;
  }
}
input[type=text]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input[type=text]:hover {
  border-bottom: 1px solid #4973FF;
  -webkit-box-shadow: 0 5px 4px rgba(73, 115, 255, 0.1);
          box-shadow: 0 5px 4px rgba(73, 115, 255, 0.1);
}

.contact-name2 {
  margin-top: 35px;
  margin-left: 120px;
}
@media (max-width: 767px) {
  .contact-name2 {
    margin-left: 12px;
    margin-top: 26px;
  }
}

.contact__name2 {
  font-weight: bold;
  padding-right: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .contact__name2 {
    padding-right: 68px;
  }
}
.contact__name2::after {
  content: "必須";
  position: absolute;
  background: #FF4646;
  border-radius: 2px;
  padding: 0 8px;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  top: 57%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact__name2::after {
    padding: 0 9px;
    line-height: 1.5em;
    right: 7px;
    top: 50%;
  }
}

.text-name2 {
  margin-left: 62px;
}
@media (max-width: 767px) {
  .text-name2 {
    margin-left: 0;
  }
}

.contact-email {
  margin-left: 120px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .contact-email {
    margin-left: 12px;
    margin-top: 27px;
  }
}

.contact__email {
  font-weight: bold;
}

.email {
  margin-left: 73px;
}
@media (max-width: 767px) {
  .email {
    margin-left: 0;
  }
}

input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: calc(100% - 311px);
  padding-left: 12px;
  padding-bottom: 6px;
  cursor: pointer;
}
@media (max-width: 767px) {
  input[type=email] {
    padding-left: 1px;
    width: calc(100% - 12px);
    margin-top: 9px;
    font-size: 13px;
    letter-spacing: -0.04em;
    padding-bottom: 2px;
  }
}
input[type=email]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input[type=email]:hover {
  border-bottom: 1px solid #4973FF;
  -webkit-box-shadow: 0 5px 4px rgba(73, 115, 255, 0.1);
          box-shadow: 0 5px 4px rgba(73, 115, 255, 0.1);
}

.contact-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 120px;
  margin-top: 27px;
}
@media (max-width: 767px) {
  .contact-radio {
    display: block;
    margin-left: 12px;
  }
}

.gender {
  font-weight: bold;
}

.gender-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .gender-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
  }
}

.gender-man {
  margin-left: 154px;
}
@media (max-width: 767px) {
  .gender-man {
    margin-left: 0;
  }
}

.gender-woman {
  margin-left: 39px;
}
@media (max-width: 767px) {
  .gender-woman {
    margin-left: 39px;
  }
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  display: block;
  cursor: pointer;
  padding-left: 22px;
  position: relative;
}
@media (max-width: 767px) {
  input[type=radio] + span {
    padding-left: 21px;
    top: -5px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  input[type=radio] + span::before {
    left: 0.5px;
    top: 50%;
  }
}
input[type=radio] + span:hover::before {
  border: 1px solid #3B69FF;
  -webkit-box-shadow: 0 0 6px #4973ff;
          box-shadow: 0 0 6px #4973ff;
}
input[type=radio] + span:active::before {
  background: rgba(73, 115, 255, 0.2);
  border: 1px solid #4973FF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #3B69FF;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  input[type=radio] + span::after {
    left: 3.5px;
    top: 50%;
  }
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.contact-message {
  margin-top: 23px;
  margin-left: 120px;
}
@media (max-width: 767px) {
  .contact-message {
    margin-top: 18px;
    margin-left: 12px;
  }
}

.contact__message {
  font-weight: bold;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  border: 1px solid #707070;
  width: calc(100% - 120px);
  height: 200px;
  margin-top: 3px;
  cursor: pointer;
}
@media (max-width: 767px) {
  textarea {
    width: calc(100% - 12px);
    height: 161px;
    margin-top: 10px;
  }
}
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
textarea:hover {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 5px #4973ff;
          box-shadow: 0 0 5px #4973ff;
}

.contact-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: 120px;
}
@media (max-width: 767px) {
  .contact-checkbox {
    margin-left: -5px;
    margin-top: 21px;
  }
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  display: block;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 767px) {
  input[type=checkbox] + span {
    padding-left: 37px;
    font-size: 16px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 767px) {
  input[type=checkbox] + span::before {
    width: 16px;
    height: 16px;
    top: 4px;
  }
}
input[type=checkbox] + span:hover::before {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 5px #4973ff;
          box-shadow: 0 0 5px #4973ff;
}
input[type=checkbox] + span:active::before {
  background: rgba(73, 115, 255, 0.2);
  border: 1px solid #4973FF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 13px;
  height: 6px;
  border-bottom: 2px solid #3B69FF;
  border-left: 2px solid #3B69FF;
  position: absolute;
  left: 3px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  input[type=checkbox] + span::after {
    width: 11px;
    height: 5px;
    left: 2px;
  }
}

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

.checkbox-lead {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .checkbox-lead {
    margin-left: 18px;
  }
}

.contact-btn {
  margin-top: 34px;
  margin-left: 120px;
}
@media (max-width: 767px) {
  .contact-btn {
    text-align: center;
    margin-left: 0;
    margin-top: 30px;
  }
}

button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  background: #b2b2b2;
  color: #FFFFFF;
  width: 173px;
  padding: 12px 0;
  font-size: 17px;
  letter-spacing: 0.1em;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  button[type=submit] {
    width: 165px;
    height: 48px;
    font-size: 16px;
    letter-spacing: 0em;
  }
}
button[type=submit]:hover, button[type=submit]:focus {
  outline: none;
}
button[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.submit-btn.valid {
  background-color: #ffaa3b;
}
.submit-btn.valid:hover {
  background: #F18900;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer {
  width: 100%;
  height: 292px;
  background: #3E3E3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer {
    display: block;
    height: 395px;
    margin-top: -86px;
  }
}

.footer-left {
  padding-top: 47px;
  margin-left: 160px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-left {
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .footer-left {
    margin-left: 0;
    text-align: center;
    padding-top: 46px;
  }
}

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

.twitter-icon-link {
  font-size: 37px;
  opacity: 0.6;
}
.twitter-icon-link:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .twitter-icon-link {
    font-size: 38px;
  }
}

.facebook-icon-link {
  font-size: 40px;
  margin-left: 32px;
  opacity: 0.6;
}
.facebook-icon-link:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .facebook-icon-link {
    font-size: 41px;
    margin-left: 49px;
  }
}

.footer-lead {
  margin-top: 18px;
  display: block;
}
@media (max-width: 767px) {
  .footer-lead {
    margin-top: 22px;
  }
}

.footer-lead-item {
  color: #FFFFFF;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .footer-lead-item {
    font-size: 14px;
    margin-left: 1px;
  }
}
.footer-lead-item + .footer-lead-item {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .footer-lead-item + .footer-lead-item {
    margin-top: 18px;
  }
}
.footer-lead-item a {
  position: relative;
  text-decoration: none;
}
.footer-lead-item a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 0;
  height: 1.5px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-lead-item a:hover:after {
  width: 100%;
}

.footer-right {
  margin-left: auto;
  margin-right: 160px;
  margin-top: 52px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-right {
    margin-right: 90px;
  }
}
@media (max-width: 767px) {
  .footer-right {
    margin-right: 0;
    margin-top: 30px;
    margin-left: 2px;
  }
}

.footer-logo-item {
  color: #E3E3E3;
  font-size: 40px;
  font-weight: 700;
}
.footer-logo-item:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .footer-logo-item {
    font-size: 32px;
    text-align: center;
  }
}

.copyright-item {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.6;
  text-align: right;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .copyright-item {
    text-align: center;
    letter-spacing: 0.03em;
    margin-top: 3px;
  }
}

.page-top {
  position: fixed;
  right: 41px;
  bottom: 42px;
  z-index: 200;
  width: 49px;
}
.page-top:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .page-top {
    right: 16px;
    bottom: 13px;
    width: 50px;
  }
}

.drawer-icon {
  position: fixed;
  top: 32px;
  right: 18px;
  z-index: 400;
  -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(-298px);
          transform: translateX(-298px);
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1px;
  background: #fff;
  border-radius: 5px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
  background: #fff;
  border-radius: 5px;
}

.drawer-icon__bars {
  width: 30px;
  height: 20px;
  display: block;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .drawer-icon__bars {
    display: block;
    top: 0px;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 26px;
  height: 4px;
  background: #3E3E3E;
  border-radius: 5px;
  top: 0;
  left: 6px;
}

.drawer-icon__bar1 {
  top: -8px;
}

.drawer-icon__bar2 {
  top: 0px;
}

.drawer-icon__bar3 {
  top: 8px;
}

.drawer-content {
  width: 300px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 399;
  -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-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__body {
  margin-top: 157px;
}

.drawer-content__item {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.drawer-content__item + .drawer-content__item {
  margin-top: 25px;
  line-height: 1.62em;
}
.drawer-content__item a {
  display: block;
  color: #3E3E3E;
  text-decoration: none;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 62, 62, 0.7);
  z-index: 398;
  display: none;
}
.drawer-background.is-active {
  display: block;
}