/*mixins */
/*common*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #3E3E3E;
  font-family: "Zen Kaku Gothic New", sans-serif, "Montserrat", sans-serif;
  line-height: 1.75;
}

img {
  max-width: 100%;
}

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

/* util */
.util-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .util-title {
    font-size: 30px;
  }
}

/* header */
.header {
  height: 83px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    height: 68px;
  }
}

@media screen and (min-width: 768px) {
  .header-inner {
    max-width: 620px;
    font-size: 16px;
  }
}

.header-logo {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-logo {
    padding-top: 14px;
    padding-left: 16px;
  }
}

.drawer-overlay {
  z-index: 60;
}

.header-nav {
  text-align: center;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .header-nav {
    padding-top: 161px;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 768px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-nav-item {
  height: 83px;
  line-height: 83px;
}
@media screen and (max-width: 767px) {
  .header-nav-item {
    height: 22px;
    line-height: 22px;
    margin-bottom: 32px;
    font-size: 18px;
  }
}

.header-nav-item-link {
  display: block;
  color: #3E3E3E;
  font-family: "Montserrat", sans-serif;
}

.drawer-overlay {
  background: #3E3E3E;
  opacity: 0.7;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  background-color: #fff;
  width: 25px;
}

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

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

@media screen and (max-width: 767px) {
  .drawer--right.drawer-open .drawer-hamburger {
    left: 24px;
    top: 6;
  }
}

/* main */
.main {
  background: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 68px;
  }
}

/* top */
.top {
  height: 648px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top {
    background: url(../img/mv.png) 23%/cover no-repeat;
    padding-top: 154px;
    position: relative;
    z-index: 40;
    height: 599px;
  }
}
@media screen and (min-width: 768px) {
  .top {
    background: url(../img/mv.png) center left/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .top-message {
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .top-message {
    width: 600px;
    position: absolute;
    top: 227px;
    right: 40px;
  }
}

.top-message-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.000625em;
}
@media screen and (max-width: 767px) {
  .top-message-title {
    font-size: 24px;
    line-height: 1.55;
    letter-spacing: 0;
  }
}

.top-message-text {
  font-size: 18px;
  line-height: 1.5555555556;
  margin-top: 28px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .top-message-text {
    font-size: 14px;
    margin-top: 24px;
    letter-spacing: 0;
  }
}

.top-message-btn {
  margin-top: 38px;
  width: 282px;
  height: 50px;
  text-align: center;
  background: #FFAA3B;
  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);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.025em;
}
.top-message-btn:hover {
  cursor: pointer;
  background: #F18900;
}
@media screen and (max-width: 767px) {
  .top-message-btn {
    margin-top: 25px;
    width: 222px;
    letter-spacing: 0;
    font-size: 16px;
    height: 48px;
  }
}

.top-message-btn-sp {
  text-align: center;
}

.totop {
  position: fixed;
  height: 50px;
  width: 50px;
  bottom: 40px;
  right: 40px;
  z-index: 60;
  display: none;
}
@media screen and (max-width: 767px) {
  .totop {
    bottom: 15px;
    right: 15px;
  }
}

.is-show {
  display: block;
}

/* news */
.news {
  background: #F3F3F3;
  margin: 120px auto 117px;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.news-title {
  padding-top: 49px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .news-title {
    padding-top: 31px;
    margin-bottom: 32px;
  }
}

.news-box {
  margin-top: 60px;
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .news-box {
    margin: -38px 16px 0;
    position: relative;
    z-index: 50;
  }
}

.news-item {
  margin-right: 60px;
  margin-left: 60px;
  border-bottom: solid 1px #CECDCD;
  border-top: solid 1px #CECDCD;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .news-item {
    padding-left: 16px;
    margin-right: 0;
    margin-left: 0;
  }
}
.news-item:hover {
  background: rgba(73, 115, 255, 0.1019607843);
}
.news-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/news-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  right: 15px;
  display: inline-block;
  width: 15px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-item-date {
  display: block;
  margin-top: 47px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .news-item-date {
    margin-top: 14px;
    font-size: 14px;
  }
}

.date-change {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .date-change {
    margin-top: 12px;
  }
}

.news-item-title {
  width: 121px;
  height: 30px;
  line-height: 25px;
  border: solid 2px #3B69FF;
  border-radius: 50px;
  text-align: center;
  margin-right: 40px;
  margin-left: 43px;
  margin-top: 50px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news-item-title {
    margin-top: 14px;
    font-size: 12px;
    margin-right: 0;
    margin-left: 27px;
    width: 81px;
    height: 20px;
    line-height: 16px;
  }
}

.title-change {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .title-change {
    margin-top: 13px;
  }
}

.news-item-text {
  display: block;
  width: 70%;
  padding-right: 70px;
  padding-top: 30px;
  padding-bottom: 43px;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-item-text {
    width: 100%;
    padding-right: 15%;
    padding-top: 2px;
    padding-bottom: 9px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.text-change {
  padding-top: 38px;
}
@media screen and (max-width: 767px) {
  .text-change {
    padding-top: 6px;
  }
}

.news-content {
  text-align: center;
}

.news-btn {
  display: inline-block;
  width: 236px;
  height: 64px;
  margin: 40px auto 40px;
  border: solid 1px #707070;
  background: #FFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .news-btn {
    height: 52px;
    width: 268px;
  }
}
.news-btn:hover {
  cursor: pointer;
  background: #3E3E3E;
  color: #fff;
}

/* service */
.service {
  height: 400px;
  background: #3E3E3E;
}
@media screen and (max-width: 767px) {
  .service {
    height: 480px;
  }
}

.service-title {
  color: #fff;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .service-title {
    padding-top: 34px;
  }
}

.service-box {
  margin: 48px auto 0;
  background: #fff;
  max-width: 960px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
}
@media screen and (min-width: 768px) {
  .service-box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .service-box {
    margin: 31px 16px 40px;
    padding-bottom: 35px;
  }
}

.service-box-img {
  padding-top: 70px;
  display: inline-block;
  width: 50px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .service-box-img {
    padding-top: 49px;
  }
}

.service-box-img-padding {
  padding: 4px 0 9px;
}
@media screen and (max-width: 767px) {
  .service-box-img-padding {
    padding-bottom: 4px;
  }
}

.service-box-title {
  padding-top: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .service-box-title {
    padding-top: 19px;
    line-height: 1.2;
  }
}

.service-box-text {
  text-align: left;
  padding: 14px 0 57px;
  font-size: 14px;
  line-height: 1.7142857143;
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .service-box-text {
    max-width: 311px;
    margin: 0 16px 0;
    padding-bottom: 0;
  }
}

/* results */
.results {
  margin-top: 215px;
}
@media screen and (max-width: 767px) {
  .results {
    margin-top: 391px;
  }
}

.results-box {
  background: #3E3E3E;
}
@media screen and (min-width: 768px) {
  .results-box {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .results-box {
    padding-bottom: 40px;
  }
}

.results-title {
  color: #fff;
  text-align: left;
  padding-left: 60px;
  padding-top: 53px;
}
@media screen and (max-width: 767px) {
  .results-title {
    text-align: center;
    padding: 32px 0 0;
  }
}

.swiper-texts {
  background: #fff;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .swiper-texts {
    width: 274px;
  }
  .swiper-texts img {
    height: 171px;
  }
}

.swiper-title {
  color: #3e3e3e;
  font-size: 20px;
  font-weight: bold;
  margin-top: 7px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .swiper-title {
    font-size: 14px;
  }
}

.swiper-text {
  color: #3e3e3e;
  padding: 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .swiper-text {
    font-size: 12px;
    padding: 0 12px 8px;
  }
}

.swiper-pagination {
  text-align: left;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .slide-container {
    width: 100%;
  }
}

.swiper-container {
  position: relative;
  padding-bottom: 62px;
  padding-left: 60px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-left: 0px;
    padding-top: 33px;
    padding-bottom: 47px;
  }
}

.swiper-slide {
  margin-left: 14px;
  height: 366px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 274px;
    height: 253px;
  }
}

.swiper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper {
    height: 253px;
  }
}

.swiper-wrapper {
  position: relative;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline-offset: 2px;
  outline: 1px solid #fff;
}

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-button-prev::after {
  content: "";
}

.swiper-button-next::after {
  content: "";
}

.swiper-button-prev {
  display: none;
}

.swiper-button-next {
  display: none;
}

.results-btn {
  margin-top: 37px;
  margin-left: 60px;
  margin-bottom: 60px;
  width: 289px;
  height: 64px;
  color: #fff;
  border: 1px solid #fff;
  background: #3E3E3E;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .results-btn {
    letter-spacing: 0.1em;
    max-width: 316px;
    width: 100%;
    height: 53px;
    display: block;
    margin: 21px auto 0;
  }
}
.results-btn:hover {
  cursor: pointer;
  background: #fff;
  color: #3E3E3E;
  border: 1px solid #707070;
}

/* price */
.price {
  margin: 100px auto 114px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price {
    margin: 32px 17px 52px;
  }
}

.price-title {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .price-title {
    padding-top: 0;
  }
}

.price-box {
  display: inline-block;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .price-box {
    width: 100%;
  }
}

.price-table {
  margin-top: 52px;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .price-table {
    margin-top: 33px;
  }
}
.price-table th,
.price-table td {
  border: solid 1px #707070;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
}
@media screen and (max-width: 767px) {
  .price-table th,
  .price-table td {
    font-size: 22px;
  }
}
.price-table th {
  background: #3E3E3E;
  color: #fff;
  padding: 3px 4px;
}
@media screen and (max-width: 767px) {
  .price-table th {
    padding: 3px 6px;
  }
}
.price-table td {
  text-align: left;
  padding: 8px 0px 8px 33px;
}
@media screen and (max-width: 767px) {
  .price-table td {
    font-weight: 400;
    padding: 8px 17px 8px 19px;
  }
}

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

/* comments */
.comments-box {
  margin-bottom: 120px;
  z-index: 30;
  position: relative;
}
@media screen and (min-width: 768px) {
  .comments-box {
    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) {
  .comments-box {
    margin-bottom: 61px;
  }
}

.comments-title {
  margin-bottom: 41px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .comments-title {
    margin-bottom: 35px;
    text-align: left;
  }
}

.comments-box-text {
  max-width: 666px;
  padding: 111px 60px 119px 58px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .comments-box-text {
    font-size: 14px;
    padding: 36px 3px 55px 20px;
    line-height: 1.4285714286;
    max-width: 343px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.01em;
  }
}

.comments-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments-voice + .comments-voice {
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .comments-voice + .comments-voice {
    padding-top: 48px;
  }
}
.comments-voice img {
  margin-top: 6px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .comments-voice img {
    height: 60px;
  }
}

.comments-voice-text {
  font-size: 16px;
  padding-left: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .comments-voice-text {
    font-size: 14px;
    padding-left: 20px;
  }
}

.comments-voice-img {
  display: inline-block;
  max-width: 534px;
  width: 100%;
  height: 444px;
  margin-top: 6%;
}
@media screen and (max-width: 767px) {
  .comments-voice-img {
    display: none;
  }
}

/* Q&A */
.qa {
  background: url(../img/qa-bg.png) center center/cover;
}

.qa-title {
  padding: 53px 0 51px;
}
@media screen and (max-width: 767px) {
  .qa-title {
    padding: 33px 0 30px;
  }
}

.qa-items {
  width: 100%;
  max-width: 612px;
  margin-right: 40px;
  margin-left: auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .qa-items {
    padding-bottom: 60px;
  }
}

.qa-item + .qa-item {
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .qa-item + .qa-item {
    margin-top: 24px;
  }
}

.qa-box-q {
  border-radius: 4px;
  background: #fff;
  padding: 17px 56px 14px 56px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .qa-box-q {
    max-width: 343px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 16px;
  }
}
.qa-box-q.is-opened {
  border-radius: 4px 4px 0 0;
}
.qa-box-q::before {
  content: "Q";
  position: absolute;
  color: #fff;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  height: 24px;
  width: 24px;
  background: #3B69FF;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
}

.qa-box-change {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .qa-box-change {
    padding-top: 13px;
    padding-bottom: 18px;
  }
}

.qa-box-icon {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qa-box-icon.is-open .qa-box-icon-bar2 {
  display: none;
}

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

.qa-box-icon-bar2 {
  width: 2px;
  height: 17px;
  background: #3B69FF;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.qa-box-a {
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0 0 4px 4px;
  padding-bottom: 16px;
  display: none;
}
@media screen and (max-width: 767px) {
  .qa-box-a {
    max-width: 343px;
    margin-right: auto;
    margin-left: auto;
  }
}

.qa-box-content {
  width: 580px;
  max-width: 100%;
  background: rgba(59, 105, 255, 0.2);
  margin-right: auto;
  margin-left: auto;
  padding: 12px 16px 13px 16px;
}
@media screen and (max-width: 767px) {
  .qa-box-content {
    padding: 9px 13px 7px 12px;
    max-width: 311px;
    font-size: 14px;
  }
}

/* access */
@media screen and (max-width: 767px) {
  .access {
    background: #3E3E3E;
  }
}

.access-box {
  padding-top: 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .access-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .access-box {
    padding-top: 0;
  }
}

.access-box-info {
  padding-left: 100px;
  padding-top: 100px;
  padding-bottom: 120px;
  background: #3E3E3E;
}
@media screen and (min-width: 768px) {
  .access-box-info {
    width: 980px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .access-box-info {
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}

.access-title {
  color: #fff;
  text-align: left;
  padding-top: 22px;
}

.access-box-info-address {
  margin-top: 44px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .access-box-info-address {
    margin-top: 29px;
    font-size: 14px;
  }
}

.access-box-info-btn {
  margin-top: 29px;
  width: 314px;
  height: 64px;
  border: 1px solid #fff;
  background: #3E3E3E;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .access-box-info-btn {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 19px;
    height: 54px;
    letter-spacing: normal;
  }
}
.access-box-info-btn:hover {
  cursor: pointer;
  background: #fff;
  color: #3e3e3e;
  border: 1px solid #707070;
}

.access-map {
  margin-right: 40px;
  margin-left: auto;
  margin-top: 10px;
  width: 726px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .access-map {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 71.6253443526%;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* contact */
.contact {
  background: url(../img/contact-bg.png) center center/cover;
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 0;
    padding: 40px 16px 1px;
    height: 1078px;
  }
}

.contact-box {
  background: url(../img/contact1.png) top center/contain;
  max-width: 960px;
  width: 100%;
  padding-top: 47px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .contact-box {
    background: url(../img/sp/contact1.png) top center/contain;
    padding-top: 32px;
  }
}

.contact-title {
  color: #fff;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .contact-title {
    padding-top: 0;
  }
}

.contact-text {
  color: #fff;
  text-align: center;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .contact-text {
    text-align: left;
    padding: 0 16px 30px;
    font-size: 14px;
  }
}

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

.contact-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .contact-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-item + .contact-item {
    margin-bottom: 13px;
  }
}
.contact-item + .contact-item + .contact-item + .contact-item {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contact-item + .contact-item + .contact-item + .contact-item {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  font-size: 16px;
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  textarea {
    padding-left: 0;
    font-size: 14px;
  }
}
input[type=text] ::-webkit-input-placeholder, input[type=email] ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
  color: #3E3E3E;
  letter-spacing: 0.01em;
}
input[type=text] ::-moz-placeholder, input[type=email] ::-moz-placeholder, textarea ::-moz-placeholder {
  color: #3E3E3E;
  letter-spacing: 0.01em;
}
input[type=text] :-ms-input-placeholder, input[type=email] :-ms-input-placeholder, textarea :-ms-input-placeholder {
  color: #3E3E3E;
  letter-spacing: 0.01em;
}
input[type=text] ::-ms-input-placeholder, input[type=email] ::-ms-input-placeholder, textarea ::-ms-input-placeholder {
  color: #3E3E3E;
  letter-spacing: 0.01em;
}
input[type=text] ::placeholder,
input[type=email] ::placeholder,
textarea ::placeholder {
  color: #3E3E3E;
  letter-spacing: 0.01em;
}

input[type=text],
input[type=email] {
  height: 32px;
  border: none;
  border-bottom: 1px solid #3E3E3E;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus {
  border: none;
  border-bottom: 1px solid rgb(73, 115, 255);
  -webkit-box-shadow: 0px 5px 4px -4px rgba(73, 115, 255, 0.5);
          box-shadow: 0px 5px 4px -4px rgba(73, 115, 255, 0.5);
}
input[type=text]:hover,
input[type=email]:hover {
  border: none;
  border-bottom: 1px solid rgb(73, 115, 255);
  -webkit-box-shadow: 0px 5px 4px -4px rgba(73, 115, 255, 0.5);
          box-shadow: 0px 5px 4px -4px rgba(73, 115, 255, 0.5);
}

textarea {
  height: 200px;
  resize: vertical;
  outline: none;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 163px;
  }
}
textarea:hover {
  border: none;
  border: 1px solid rgb(73, 115, 255);
  -webkit-box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.5);
          box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.5);
}
textarea:focus {
  border: none;
  border: 1px solid rgb(73, 115, 255);
  -webkit-box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.5);
          box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.5);
}

.contact-item-title {
  width: 26%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-item-title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact-item-title-inline {
  width: 40px;
  height: 16px;
  background: #FF4646;
  border-radius: 2px;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  margin-left: 12px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .contact-item-title-inline {
    margin-left: 19px;
  }
}

.contact-item-input {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact-item-input {
    width: 100%;
  }
}
.contact-item-input select {
  width: 178px;
  height: 40px;
  padding: 7px;
  border: 1px solid #707070;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-item-input select {
    width: 100%;
    margin-left: 0;
    height: 38px;
  }
}
.contact-item-input select:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5);
          box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5);
}

.contact-radio + .contact-radio {
  margin-left: 26px;
}

.contact-radio-input:hover {
  cursor: pointer;
  border: 1px solid #3B69FF;
  -webkit-box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.2);
          box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.2);
}
.contact-radio-input:active {
  border: 1px solid #3B69FF;
  background: rgba(73, 115, 255, 0.2);
}

.contact-privacy input[type=checkbox] {
  display: none;
}
.contact-privacy span {
  display: inline-block;
  padding-left: 40px;
  font-size: 18px;
  position: relative;
  padding-top: 29px;
}
@media screen and (max-width: 767px) {
  .contact-privacy span {
    padding-top: 17px;
    font-size: 16px;
    padding-left: 38px;
  }
}
.contact-privacy span:hover {
  border-bottom: 1px solid #3E3E3E;
}
.contact-privacy span::before {
  content: "";
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .contact-privacy span::before {
    width: 17px;
    height: 17px;
  }
}
.contact-privacy span::after {
  content: "";
  position: absolute;
  top: calc(68% - 2px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 6px;
  height: 19px;
  width: 6px;
  border-right: 2px solid #3B69FF;
  border-bottom: 2px solid #3B69FF;
  opacity: 0;
}
.contact-privacy input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact-privacy:hover {
  cursor: pointer;
}
.contact-privacy :hover:before {
  border: 1px solid #3B69FF;
  -webkit-box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.2);
          box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.2);
}
.contact-privacy :active:before {
  border: 1px solid #3B69FF;
  background: rgba(73, 115, 255, 0.2);
}

.contact-footer-submit {
  margin-top: 34px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact-footer-submit {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 38px;
  }
}

.contact-footer-submit-btn {
  width: 173px;
  height: 50px;
  background: #ffaa38;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .contact-footer-submit-btn {
    width: 167px;
  }
}
.contact-footer-submit-btn:hover {
  background: #f18900;
  cursor: pointer;
}
.contact-footer-submit-btn:disabled {
  background: #b2b2b2;
}

/* footer */
.footer {
  height: 292px;
  background: #3e3e3e;
}
@media screen and (max-width: 767px) {
  .footer {
    height: auto;
  }
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  width: 960px;
  max-width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    text-align: center;
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .footer-sns-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 126px;
    margin-left: 126px;
  }
}

.footer-sns-size {
  font-size: 37px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer-sns-size {
    font-size: 40px;
  }
}

.footer-sns-item {
  font-size: 18px;
}
.footer-sns-item + .footer-sns-item {
  margin-left: 32px;
}

.footer-info-sitemap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer-info-sitemap {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 33px;
  }
}
.footer-info-sitemap a {
  color: #fff;
}
.footer-info-sitemap a:hover {
  border-bottom: 1px solid #fff;
}

.footer-info-personal {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .footer-info-personal {
    font-size: 14px;
    margin-top: 17px;
  }
}
.footer-info-personal a {
  color: #fff;
}
.footer-info-personal a:hover {
  border-bottom: 1px solid #fff;
}

.footer-info-privacy {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .footer-info-privacy {
    font-size: 14px;
  }
}
.footer-info-privacy a {
  color: #fff;
}
.footer-info-privacy a:hover {
  border-bottom: 1px solid #fff;
}

.footer-logo {
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    font-size: 32px;
    margin-top: 27px;
  }
}

.footer-copyright {
  font-size: 12px;
  text-align: end;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
    padding-bottom: 57px;
  }
}