@charset "UTF-8";
/*========================
# color
=========================*/
/*==============================
# common - 全体に共通するスタイル
==============================*/
body {
  font-size: 16px;
  color: #3E3E3E;
  font-family: "游ゴシック体", serif;
  line-height: 1.5;
}

/*========================================
header
=========================================*/
.header {
  background: rgba(255, 255, 255, 0.1);
  position: fixed;
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
}

.add-scrolled .header {
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .header {
    height: 68px;
    background: #fff;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-ttl {
  margin: 20px auto 20px 16px;
  font-size: 23px;
  font-weight: 700;
  font-family: "Montserrat";
  z-index: 310;
}

@media (min-width: 768px) {
  .header-ttl {
    display: none;
  }
}

.header-nav {
  margin: 0 auto;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .header-nav-item + .header-nav-item {
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .header-nav-item-link {
    display: block;
    color: #3E3E3E;
    font-family: "Montserrat";
    font-weight: 500;
    height: 83px;
    line-height: 83px;
  }
  .header-nav-item-link:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .header-nav-item-link {
    display: none;
  }
}

/*========================================
drawer
=========================================*/
.drawer-icon {
  position: fixed;
  top: 24px;
  right: 16px;
  z-index: 700;
  display: none;
  -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;
}

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

.drawer-icon.is-active {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}

.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #fff;
}

.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}

.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #fff;
}

.drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

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

.drawer-icon__bar1 {
  top: 0px;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
}

.drawer-content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 600;
  -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__items {
  text-align: center;
}

.drawer-content__item:nth-child(1) {
  padding-top: 161px;
}

.drawer-content__item:nth-child(n + 2) {
  margin-top: 32px;
}

.drawer-content__item a {
  display: inline-block;
  color: #3E3E3E;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat";
}

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

.drawer-background.is-active {
  display: block;
}

/*========================================
main
=========================================*/
h2 {
  font-size: 36px;
  font-family: "Montserrat";
  font-weight: 500;
}

/*========================================
top
=========================================*/
.top {
  height: 648px;
  background: url(../img/mv.png) no-repeat center center/cover;
  padding-top: 50.63%;
  width: 100%;
}

@media (max-width: 767px) {
  .top {
    background-image: url(../img/mv2.png);
    height: 668px;
    background-position: 24% center;
    position: relative;
  }
}

@media (min-width: 768px) {
  .top {
    background-position: center center;
    position: relative;
  }
}

@media (max-width: 767px) {
  .top-inner {
    content: "";
    position: absolute;
    padding: 0px 23px 0 16px;
    top: 36.42%;
    width: 100%;
    height: 667px;
  }
}

@media (min-width: 768px) {
  .top-inner {
    content: "";
    position: absolute;
    left: auto;
    max-width: 1500px;
    width: 100%;
    top: 36.42%;
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .top-message {
    margin-left: auto;
    margin-right: 40px;
    max-width: 600px;
  }
}

.top-message-title {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top-message-title {
    font-size: 24px;
  }
}

.top-message-text {
  margin-top: 40px;
  letter-spacing: 0.64px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top-message-text {
    font-size: 14px;
  }
}

.top__button {
  height: 50px;
  width: 282px;
  padding: 12px 50px;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  margin-top: 40px;
  background: #FFAA3B;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

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

.top__button a {
  color: #fff;
}

.top__button:hover {
  background: #F18900;
  cursor: pointer;
}

/*========================================
news
=========================================*/
.news {
  background: #F3F3F3;
}

@media (min-width: 768px) {
  .news {
    padding: 120px 40px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: -40px 16px 60px;
    height: 540px;
  }
}

.news-inner {
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .news-inner {
    padding: 60px 60px 40px;
    max-width: 1280px;
  }
}

@media (max-width: 767px) {
  .news-inner {
    content: "";
    position: absolute;
    margin: -50px 16px 60px;
    height: 510px;
    z-index: 100;
  }
}

.news-title {
  color: #3E3E3E;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}

@media (min-width: 768px) {
  .news-title {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .news-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.news-body {
  display: block;
}

.news-item {
  border-bottom: solid 1px #E0E0E0;
  position: relative;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 38px 0;
  }
}

.news-item:nth-of-type(1) {
  border-top: solid 1px #E0E0E0;
}

.news-item:hover {
  cursor: pointer;
  background: #4973FF1A;
}

@media (max-width: 767px) {
  .news-item {
    display: inline-block;
    padding: 14px 0px;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .news-item {
    display: inline-block;
    padding: 30px 0px;
    width: 100%;
  }
}

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

@media (min-width: 1200px) {
  .news_meta {
    padding-top: 10px;
  }
}

@media (max-width: 1199px) {
  .news_meta {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .news_meta {
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: 7px;
  }
}

.news_date {
  display: inline-block;
  color: #3E3E3E;
  font-size: 18px;
  height: 22px;
  width: 140px;
  margin-left: 10px;
  font-family: "Montserrat";
  vertical-align: middle;
}

@media (max-width: 767px) {
  .news_date {
    font-size: 14px;
    padding-right: 12px;
    padding-bottom: 12px;
    width: 120px;
    height: 18px;
  }
}

.news_label a {
  display: inline-block;
  width: 121px;
  text-align: center;
  font-size: 14px;
  color: #3E3E3E;
  border: 2px solid #3B69FF;
  padding: 3px 26px;
  border-radius: 50px;
  margin-right: 40px;
  vertical-align: middle;
  background: #fff;
}

@media (max-width: 767px) {
  .news_label a {
    font-size: 12px;
    padding: 0px 13px 4px;
    text-align: center;
    width: 80px;
    height: 20px;
    margin-top: -5px;
  }
}

.news_text {
  padding-right: 56px;
}

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

@media (min-width: 1200px) {
  .news_text a {
    margin-right: 56px;
    font-size: 18px;
    max-width: 698px;
    color: #3E3E3E;
    vertical-align: middle;
    position: relative;
  }
}

@media (max-width: 767px) {
  .news_text a {
    display: block;
    color: #3E3E3E;
    font-size: 14px;
    padding: 12px 28px 14px 16px;
    margin-bottom: -40px;
  }
}

.news_icon {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translate(-40%);
          transform: translate(-40%);
  width: 11px;
  height: 22px;
  margin-right: 16px;
  background: url(../img/news-arrow-1.svg) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .news_icon {
    margin-right: 5px;
  }
}

.more-link {
  margin: 0 auto;
  margin-top: 40px;
  width: 236px;
  text-align: center;
  display: block;
  letter-spacing: 4px;
  color: #3E3E3E;
  padding: 20px 80px;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #3E3E3E;
  font-family: "Montserrat";
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

@media (max-width: 767px) {
  .more-link {
    margin: 40px auto;
    padding: 20px 100px;
    width: 380px;
    vertical-align: middle;
  }
}

.more-link:hover {
  background: #3E3E3E;
  color: #fff;
}

/*========================================
service
=========================================*/
.service {
  background: #F3F3F3;
  height: 615px;
  width: 100%;
}

@media (max-width: 767px) {
  .service {
    height: 900px;
    position: relative;
  }
}

.service-inner {
  background: #3E3E3E;
}

@media (min-width: 1200px) {
  .service-inner {
    width: 100%;
    height: 400px;
    z-index: 80;
  }
}

@media (max-width: 767px) {
  .service-inner {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    padding: 0 16px;
    z-index: 80;
  }
}

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

@media (min-width: 768px) {
  .service-title {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .service-title {
    font-weight: 500;
    font-size: 30px;
    padding-top: 40px;
  }
}

.service-list {
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .service-list {
    top: 0;
    left: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    max-width: 960px;
    height: 331px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 1199px) {
  .service-list {
    margin: 0 40px;
  }
}

@media (max-width: 767px) {
  .service-list {
    top: 0;
    left: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    min-width: 343px;
    padding-right: 10px;
    height: 694px;
    margin: 0px 16px;
    display: inline-block;
  }
}

.service-item {
  display: block;
}

@media (min-width: 1200px) {
  .service-item {
    min-width: 230px;
    height: 211px;
    margin: 60px 30px;
  }
}

@media (max-width: 1199px) {
  .service-item {
    margin: 60px 45px;
    min-width: 100px;
  }
}

@media (max-width: 767px) {
  .service-item {
    margin: 40px auto 60px;
    width: auto;
  }
}

.service-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.service-sub-title {
  height: 52px;
  font-size: 20px;
  color: #3E3E3E;
  font-weight: 600;
  font-family: "Montserrat";
  letter-spacing: 4px;
  margin-top: -10px;
  text-align: center;
}

.service-text {
  font-size: 14px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .service-text {
    height: 67px;
    min-width: 100px;
  }
}

@media (max-width: 767px) {
  .service-text {
    min-width: 311px;
    width: 100%;
    margin: 5px 16px 0px;
  }
}

/*========================================
results
=========================================*/
.results {
  background: #F3F3F3;
  width: 100%;
}

.results-inner {
  background: #3E3E3E;
}

@media (min-width: 768px) {
  .results-inner {
    padding-left: 60px;
    height: 754px;
    margin-left: auto;
    max-width: calc(50vw + 600px);
  }
}

@media (max-width: 767px) {
  .results-inner {
    padding-left: 16px;
    height: 552px;
    width: 100%;
  }
}

.results-title {
  color: #fff;
}

@media (min-width: 768px) {
  .results-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .results-title {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
  }
}

.results-item-link {
  display: block;
}

@media (min-width: 768px) {
  .results-item-link {
    height: 366px;
    width: 400px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .results-item-link {
    height: 253px;
    width: 274px;
    margin-right: 20px;
  }
}

.results-item-link img {
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 768px) {
  .results-item-link img {
    height: 250px;
    width: 400px;
  }
}

@media (max-width: 767px) {
  .results-item-link img {
    height: 171px;
    width: 274px;
  }
}

.results-item-body {
  background: #fff;
}

@media (min-width: 768px) {
  .results-item-body {
    height: 120px;
    width: 400px;
  }
}

@media (max-width: 767px) {
  .results-item-body {
    height: 82px;
    width: 274px;
  }
}

.results-item-title {
  color: #3E3E3E;
  font-weight: 700;
}

@media (min-width: 768px) {
  .results-item-title {
    font-size: 20px;
    padding: 16px;
  }
}

@media (max-width: 767px) {
  .results-item-title {
    font-size: 14px;
    padding: 12px 12px 6px 12px;
  }
}

.results-item-text {
  color: #3E3E3E;
}

@media (min-width: 768px) {
  .results-item-text {
    padding: 0 16px 16px 16px;
  }
}

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

@media (max-width: 767px) {
  .results-footer {
    text-align: center;
  }
}

.results-link {
  text-align: center;
  display: block;
  letter-spacing: 4px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  font-family: "Montserrat";
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

@media (min-width: 768px) {
  .results-link {
    margin-top: 30px;
    width: 289px;
    height: 64px;
    padding: 18px 60px 20px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .results-link {
    display: inline-block;
    margin: 13px auto;
    width: 316px;
    height: 54px;
    padding-top: 13px;
    font-size: 18px;
  }
}

.results-link:hover {
  background: #fff;
  color: #3E3E3E;
}

/*========================================
スライダーのためのcss
=========================================*/
.slick-dots {
  width: auto;
}

@media (min-width: 768px) {
  .slick-dots:nth-child(1) {
    margin-top: 40px;
  }
  .slick-dots:not(:nth-child(1)) {
    margin-top: 44px;
  }
}

@media (max-width: 767px) {
  .slick-dots {
    text-align: center;
  }
  .slick-dots:nth-child(1) {
    margin-top: 24px;
  }
  .slick-dots:not(:nth-child(1)) {
    margin-top: 28px;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 12px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 12px;
  /*ドットボタンのサイズ*/
  height: 12px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fff;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  color: transparent;
  outline: none;
  width: 12px;
  /*ドットボタンのサイズ*/
  height: 12px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fff;
  /*ドットボタンの現在地表示の色*/
  position: relative;
}

.slick-dots .slick-active button::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  border-radius: 50%;
}

/*========================================
price
=======================================*/
.price {
  background: #F3F3F3;
  height: 551px;
}

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

.price-title {
  color: #3E3E3E;
  text-align: center;
  padding-top: 120px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .price-title {
    padding-top: 40px;
  }
}

.price_table {
  max-width: 960px;
  height: 183px;
  margin: 60px auto;
  padding-bottom: 292px;
  z-index: 10;
}

@media (max-width: 1199px) {
  .price_table {
    margin: 60px 16px;
  }
}

@media (max-width: 767px) {
  .price_table {
    margin: 40px 16px;
  }
}

.table {
  border-collapse: collapse;
  border: 1px solid #707070;
  font-weight: 700;
  max-width: 960px;
  table-layout: fixed;
}

.table th,
.table td {
  padding: 0 24px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .table th,
  .table td {
    height: 61px;
  }
}

@media (max-width: 767px) {
  .table th,
  .table td {
    height: 56px;
  }
}

.table th {
  border: 1px solid #707070;
  background: #3E3E3E;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat";
  width: 262px;
}

@media (max-width: 767px) {
  .table th {
    min-width: 112px;
  }
}

.table th:nth-child(1), .table th :nth-child(2) {
  border-bottom: 1px solid #FFFFFF;
}

.table td {
  border: 1px solid #707070;
  text-align: left;
  color: #3E3E3E;
  background: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat";
  width: 698px;
  margin-left: 40px;
}

.price_attention {
  font-size: 12px;
  color: #3E3E3E;
  margin-top: 12px;
}

/*========================================
comments
=======================================*/
.comments {
  background: #F3F3F3;
  position: relative;
}

@media (min-width: 768px) {
  .comments {
    height: auto;
    min-height: 724px;
  }
}

@media (max-width: 767px) {
  .comments {
    height: 423px;
  }
}

.comments::before {
  background: #3E3E3E;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}

@media (min-width: 768px) {
  .comments::before {
    left: 0;
    bottom: 0;
    height: 80%;
    min-height: 576px;
    width: 80%;
  }
}

@media (max-width: 767px) {
  .comments::before {
    top: 120px;
    left: 0;
    height: 423px;
    width: 100%;
  }
}

#comments {
  position: relative;
}

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

.comments-message {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 30;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .comments-message {
    margin-left: 40px;
    margin-bottom: 120px;
    padding-bottom: 120px;
    max-width: 666px;
    min-width: 343px;
  }
}

@media (max-width: 767px) {
  .comments-message {
    margin: 60px 16px;
    min-width: 342px;
    width: 100%;
  }
}

.comments-title {
  font-weight: 600;
}

@media (min-width: 768px) {
  .comments-title {
    padding-top: 120px;
    margin-left: 60px;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .comments-title {
    padding: 40px 152px 0 20px;
    font-size: 30px;
  }
}

.comment-message-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .comment-picture-women {
    margin-top: 60px;
    margin-left: 60px;
    margin-bottom: auto;
    min-width: 100px;
    height: 100px;
    background: url(../img/comments1.png) no-repeat left/contain;
  }
}

@media (max-width: 767px) {
  .comment-picture-women {
    margin-top: 40px;
    margin-left: 20px;
    min-width: 60px;
    height: 60px;
    background: url(../img/comments1.png) no-repeat left/contain;
  }
}

@media (min-width: 768px) {
  .comment-picture-men {
    margin-top: 60px;
    margin-left: 60px;
    min-width: 100px;
    height: 100px;
    background: url(../img/comments2.png) no-repeat left/contain;
  }
}

@media (max-width: 767px) {
  .comment-picture-men {
    margin-top: 40px;
    margin-left: 20px;
    min-width: 60px;
    height: 60px;
    background: url(../img/comments2.png) no-repeat left/contain;
  }
}

@media (min-width: 768px) {
  .comments-text {
    margin: 60px 60px auto 32px;
    width: 414px;
    height: auto;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .comments-text {
    margin: 40px 20px;
    width: 100%;
    font-weight: 500;
    height: auto;
  }
}

.comments-picture {
  top: -80px;
  z-index: 30;
}

.comments-picture > img {
  margin-top: 80px;
  max-width: 534px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .comments-picture > img {
    display: none;
  }
}

/*========================================
faqs
=======================================*/
.faqs {
  background: url(../img/qa-bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .faqs {
    background-attachment: fixed;
  }
}

@media (max-width: 767px) {
  .faqs {
    height: auto;
  }
}

.faqs-title {
  text-align: center;
  color: #3E3E3E;
  font-weight: 550;
  z-index: 10;
}

@media (min-width: 768px) {
  .faqs-title {
    font-size: 36px;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .faqs-title {
    font-size: 30px;
    padding-top: 160px;
  }
}

.faqs-items {
  display: block;
  width: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  .faqs-items {
    padding-top: 60px;
    padding-bottom: 120px;
    padding-right: 40px;
    max-width: 1280px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .faqs-items {
    margin: auto;
  }
}

@media (max-width: 767px) {
  .faqs-items {
    padding: 40px 16px 60px;
  }
}

.faqs__item {
  position: relative;
}

@media (min-width: 768px) {
  .faqs__item:nth-child(n + 2) {
    margin-top: 32px;
  }
  .faqs__item:nth-child(2) .faqs-box__a {
    height: 48px;
  }
  .faqs__item:nth-child(2) .faqs-box__q {
    padding: 18px 376px 0 56px;
    width: auto;
  }
  .faqs__item:nth-child(2) .faqs-box__q::before {
    top: 26px;
  }
  .faqs__item:nth-child(2) .faqs-box.test {
    height: 76px;
  }
}

@media (max-width: 767px) {
  .faqs__item:nth-child(n + 2) {
    margin-top: 24px;
  }
  .faqs__item:nth-child(2) .faqs-box__a {
    margin: 16px 16px 16px;
    width: auto;
    height: auto;
  }
  .faqs__item:nth-child(2) .faqs-box__q {
    padding: 18px 107px 0 56px;
    width: auto;
  }
  .faqs__item:nth-child(2) .faqs-box__q::before {
    top: 26px;
  }
  .faqs__item:nth-child(2) .faqs-box {
    height: auto;
    width: auto;
  }
  .faqs__item:nth-child(2) .faqs-box.test {
    height: 76px;
  }
}

.faqs-box {
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {
  .faqs-box {
    margin-left: auto;
    width: 612px;
    height: 144px;
  }
}

@media (max-width: 767px) {
  .faqs-box {
    width: auto;
    height: auto;
    padding-bottom: 1px;
  }
}

.faqs-box.test {
  height: 56px;
}

.faqs-box__q {
  font-weight: 700;
  display: block;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .faqs-box__q {
    padding: 18px 442px 0 56px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .faqs-box__q {
    padding: 18px 173px 0 56px;
    width: auto;
  }
}

.faqs-box__q::before {
  content: "Q";
  position: absolute;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat";
  left: 16px;
  top: 18px;
  text-align: center;
  width: 24px;
  height: 24px;
  background: #3B69FF;
  border-radius: 50%;
}

.faqs-box__icon {
  content: "";
  position: absolute;
  top: 20px;
  right: 16px;
  width: 16px;
  height: 16px;
}

.faqs-box__icon:nth-child(2) {
  top: 30px;
}

.faqs-box__icon.is-open .faqs-box__bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faqs-box__bar1 {
  width: 16px;
  height: 3px;
  background-color: #3B69FF;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  position: absolute;
}

.faqs-box__bar2 {
  width: 3px;
  height: 16px;
  background-color: #3B69FF;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faqs-box__a {
  content: "";
  position: relative;
  background: #3B69FF33;
  border-radius: 4px;
  z-index: 110;
  display: block;
}

@media (min-width: 768px) {
  .faqs-box__a {
    margin: 16px;
    width: 580px;
    height: 72px;
  }
}

@media (max-width: 767px) {
  .faqs-box__a {
    margin: 22px 16px 16px;
    width: auto;
  }
}

.faqs-box__content {
  line-height: 1.42857;
}

@media (min-width: 768px) {
  .faqs-box__content {
    padding: 13px 16px 16px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .faqs-box__content {
    padding: 12px;
    vertical-align: center;
    font-size: 14px;
  }
}

/*========================================
access
=======================================*/
.access {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .access {
    background: #F3F3F3;
    width: 100%;
    height: 760px;
  }
  .access::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1280px;
    width: 70%;
    height: 504px;
    background: #3E3E3E;
  }
}

@media (max-width: 767px) {
  .access {
    background: #3E3E3E;
    width: 100%;
    height: 574px;
  }
}

@media (min-width: 768px) {
  .access-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .access-inner-box {
    position: relative;
    z-index: 500;
  }
}

@media (max-width: 767px) {
  .access-inner-box {
    padding-top: 40px;
    margin-right: auto;
    margin-bottom: 24px;
  }
}

.access-title {
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat";
}

@media (min-width: 768px) {
  .access-title {
    font-size: 36px;
    padding-top: 120px;
    margin-left: 100px;
    width: 128px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .access-title {
    font-size: 30px;
    margin-left: 16px;
    width: 106px;
    height: 37px;
  }
}

.access-inner-address {
  color: #fff;
}

@media (min-width: 768px) {
  .access-inner-address {
    margin-top: 60px;
    margin-left: 100px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .access-inner-address {
    margin-top: 40px;
    margin-left: 16px;
    font-size: 14px;
    margin-right: auto;
  }
}

.access-link {
  text-align: center;
  display: block;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  font-family: "Montserrat";
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

@media (min-width: 768px) {
  .access-link {
    margin-top: 32px;
    margin-left: 100px;
    margin-right: 100px;
    width: 289px;
    height: 64px;
    font-size: 20px;
    padding: 18px 60px 20px;
  }
}

@media (max-width: 767px) {
  .access-link {
    margin-top: 280px;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 60px;
    font-size: 18px;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.access-link:hover {
  background: #fff;
  color: #3E3E3E;
}

@media (min-width: 768px) {
  .access_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 726px;
    height: 520px;
  }
}

@media (max-width: 767px) {
  .access_map {
    position: absolute;
    top: 195px;
    left: 16px;
    width: 100%;
  }
}

.access_map_inner {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .access_map_inner {
    width: 95%;
  }
}

@media (min-width: 768px) {
  .iframe_wrap {
    height: 0;
    padding-top: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 726px;
    height: 520px;
    z-index: 500;
    margin-top: 120px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 768px) {
  .iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 120px;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .iframe_wrap iframe {
    width: 100%;
    height: 241px;
  }
}

/*========================================
contact
=======================================*/
.contact {
  background: url(../img/contact-bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .contact {
    height: 1122px;
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .contact {
    height: 1142px;
    padding: 0 15px;
  }
}

.contact-inner {
  margin: auto;
  display: block;
  max-width: 960px;
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .contact-inner {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .contact-inner {
    top: 40px;
  }
}

@media (min-width: 768px) {
  .contact-inner:before {
    content: "";
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    max-width: 960px;
    width: 100%;
    height: 196px;
    background: url(../img/contact1.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .contact-inner:before {
    content: "";
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    min-width: 343px;
    width: 100%;
    min-height: 163px;
    background: url(../img/contact1.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .contact-title {
    content: "";
    position: absolute;
    display: block;
    top: 60px;
    bottom: 92px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 204px;
    height: 44px;
    color: #fff;
    font-size: 36px;
    font-family: "Montserrat";
    font-weight: 600;
    z-index: 30;
  }
}

@media (max-width: 767px) {
  .contact-title {
    content: "";
    position: absolute;
    display: block;
    top: 40px;
    bottom: 86px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 170px;
    height: 37px;
    color: #fff;
    font-size: 30px;
    font-family: "Montserrat";
    font-weight: 600;
    z-index: 30;
  }
}

@media (min-width: 768px) {
  .contact-text {
    content: "";
    position: absolute;
    display: block;
    top: 120px;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 476px;
    height: 16px;
    color: #fff;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .contact-text {
    content: "";
    position: absolute;
    display: block;
    top: 89px;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 34px;
    color: #fff;
    font-size: 14px;
  }
}

.contact-from {
  display: inline-block;
  background: #FFFFFF;
}

@media (min-width: 768px) {
  .contact-from {
    margin: 256px auto 60px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 120px;
  }
}

@media (max-width: 767px) {
  .contact-from {
    margin: 193px 12px 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .contact-from__dl {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .contact-from__dl {
    min-width: 319px;
  }
}

@media (min-width: 768px) {
  .contact-from__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .contact-from__row {
    display: block;
    text-align: start;
  }
}

.contact-from__row:not(:first-child) {
  margin-top: 32px;
}

dd {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}

@media (min-width: 768px) {
  .contact-from__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 128px;
    margin-right: 60px;
  }
}

@media (max-width: 767px) {
  .contact-from__label {
    display: block;
    margin-bottom: 16px;
    width: 128px;
  }
}

.contact-from__label:nth-child(1) {
  padding-top: 11.5px;
}

.contact-from__label label {
  font-weight: 700;
}

.contact-from__label label.is-required-name1 {
  position: relative;
}

@media (min-width: 768px) {
  .contact-from__label label.is-required-name1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .contact-from__label label.is-required-name1 {
    display: block;
  }
}

.contact-from__label label.is-required-name2 {
  position: relative;
}

@media (min-width: 768px) {
  .contact-from__label label.is-required-name2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .contact-from__label label.is-required-name2 {
    display: block;
  }
}

.contact-from__label label.is-required-name1::after {
  content: "必須";
  position: absolute;
  top: 2px;
  left: 44px;
  width: 40px;
  height: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  background: #FF4646;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  padding: 0.5px 2px 1.5px;
}

.contact-from__label label.is-required-name2::after {
  content: "必須";
  position: absolute;
  top: 2px;
  left: 75px;
  width: 40px;
  height: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  background: #FF4646;
  text-align: center;
  border-radius: 2px;
  padding: 0.5px 2px 1.5px;
}

.contact-select {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #3E3E3E;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
}

@media (min-width: 768px) {
  .contact-select {
    padding-right: 20px;
  }
}

.contact-select::after {
  content: '';
  border: 0;
  border-bottom: solid 2px #3E3E3E;
  border-right: solid 2px #3E3E3E;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 768px) {
  .contact-select::after {
    width: 6px;
    height: 6px;
    left: 150px;
    margin-top: -6px;
  }
}

@media (max-width: 767px) {
  .contact-select::after {
    width: 6px;
    height: 6px;
    right: 20px;
    left: auto;
    margin-top: -6px;
  }
}

@media (min-width: 768px) {
  .contact-from__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .contact-from__text {
    display: block;
    width: 100%;
  }
}

.contact-from__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact-from__input select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  text-decoration: none;
  color: #3E3E3E;
  font-family: inherit;
}

@media (min-width: 768px) {
  .contact-from__input select {
    padding: 12px 40px 12px 12px;
    font-size: 16px;
    width: 180px;
  }
}

@media (max-width: 767px) {
  .contact-from__input select {
    padding: 12px 197px 12px 12px;
    font-size: 14px;
    width: 100%;
  }
}

.contact-from__input select:hover {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
          box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
  cursor: pointer;
}

.contact-from__input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}

.contact-from__input [type="text1"], .contact-from__input [type="text2"], .contact-from__input [type="email"] {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #3E3E3E;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #3E3E3E;
  text-decoration: none;
  font-family: inherit;
}

@media (min-width: 768px) {
  .contact-from__input [type="text1"], .contact-from__input [type="text2"], .contact-from__input [type="email"] {
    font-size: 16px;
    height: 32px;
    padding-left: 10px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-from__input [type="text1"], .contact-from__input [type="text2"], .contact-from__input [type="email"] {
    font-size: 14px;
    padding-bottom: 8px;
    height: 20px;
    width: 100%;
  }
}

.contact-from__input [type="text1"]:hover, .contact-from__input [type="text2"]:hover, .contact-from__input [type="email"]:hover {
  border: none;
  box-shadow: 0px 5px 5px -5px rgba(73, 115, 255, 0.5);
  -webkit-box-shadow: 0px 5px 5px -5px rgba(73, 115, 255, 0.5);
  -moz-box-shadow: 0px 5px 5px -5px rgba(73, 115, 255, 0.5);
  border-bottom: 1px solid #4973FF;
  cursor: pointer;
}

.contact-from__input [type="text1"]:active, .contact-from__input [type="text2"]:active, .contact-from__input [type="email"]:active {
  background: #fff;
  border: none;
  text-decoration: none;
}

.contact-from__input [type="text1"]:focus, .contact-from__input [type="text2"]:focus, .contact-from__input [type="email"]:focus {
  outline: none;
}

.contact-from__input [type="text1"]:focus + .contact-focusLine, .contact-from__input [type="text2"]:focus + .contact-focusLine, .contact-from__input [type="email"]:focus + .contact-focusLine {
  opacity: 1;
}

.contact-from__input textarea {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
}

.contact-from__input textarea:hover {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
          box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
  cursor: pointer;
}

@media (min-width: 768px) {
  .contact-from__input textarea {
    resize: none;
    max-width: 720px;
    margin-top: 8px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 767px) {
  .contact-from__input textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 160px;
  }
}

@media (min-width: 768px) {
  .contact-from__radio, .contact-from__text {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .contact-from__radio, .contact-from__text {
    display: inline-block;
  }
}

.contact-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}

.radio-button {
  display: inline-block;
  margin-left: 6px;
  position: relative;
  cursor: pointer;
}

.radio-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 6px;
  margin-right: 40px;
}

.radio-button::before, .radio-button::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.radio-button::before {
  background-color: #fff;
  border: 1px solid #3E3E3E;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 5px;
}

.radio-button::after {
  background-color: #3B69FF;
  border-radius: 50%;
  opacity: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  left: 8px;
}

.radio-button:hover::before {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
          box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
  cursor: pointer;
}

.radio-button:active::before {
  background: #4973FF33;
  border: 1px solid #4973FF;
}

input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.contact-from__check {
  margin-top: 25px;
}

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

.check {
  position: relative;
  padding: 5px 30px;
  cursor: pointer;
}

.check::before, .check::after {
  position: absolute;
  content: "";
  top: 50%;
}

.check::before {
  width: 20px;
  /* チェックボックスの幅 */
  height: 20px;
  /* チェックボックスの高さ */
  margin-left: -30px;
  border: 1px solid #3E3E3E;
  /* チェックボックスの枠 */
  margin-top: -13px;
}

.check::after {
  position: absolute;
  width: 6px;
  height: 11px;
  top: 50%;
  left: 8px;
  border-right: 2px solid #3B69FF;
  /* チェックマークの色 */
  border-bottom: 2px solid #3B69FF;
  /* チェックマークの色 */
  content: '';
  margin-top: -10px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.check:hover::before {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
          box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
  cursor: pointer;
}

.check:active::before {
  background: #4973FF;
  border: 1px solid #4973FF80;
}

.check span {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

input[type="checkbox"]:checked + .check::after {
  opacity: 1;
}

.contact-from__button [type="submit"].-active {
  border: none;
  margin-top: 35px;
  width: 173px;
  height: 50px;
  background: #FFAA3B;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

.contact-from__button [type="submit"].-active:hover {
  background: #F18900;
  cursor: pointer;
}

.contact-from__button [type="submit"][disabled] {
  border: none;
  margin-top: 35px;
  width: 173px;
  height: 50px;
  background: #B2B2B2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .contact-from__button {
    text-align: center;
  }
}

/*========================================
footer
=======================================*/
.footer {
  background: #3E3E3E;
}

@media (min-width: 768px) {
  .footer {
    height: 292px;
    width: 100%;
    padding: 40px 0 60px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 57px;
    min-width: 375px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .footer-inner {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 172px;
    padding: 0 120px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .footer-inner {
    display: block;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer__left {
    width: 163px;
  }
}

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

@media (min-width: 768px) {
  .footer-sns-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .footer-sns-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-sns-item-link1, .footer-sns-item-link2 {
  color: #B2B2B2;
  font-size: 36px;
}

@media (min-width: 768px) {
  .footer-sns-item-link1.footer-sns-item-link2, .footer-sns-item-link2.footer-sns-item-link2 {
    margin-left: 32px;
  }
}

@media (max-width: 767px) {
  .footer-sns-item-link1.footer-sns-item-link2, .footer-sns-item-link2.footer-sns-item-link2 {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .footer-sns-item-link1, .footer-sns-item-link2 {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .footer-sns-item-link1:hover, .footer-sns-item-link2:hover {
    color: #fff;
  }
}

.footer-nav-list {
  display: inline-block;
}

@media (min-width: 768px) {
  .footer-nav-item {
    width: 100%;
    margin-top: 18px;
  }
  .footer-nav-item:nth-child(1) {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .footer-nav-item {
    width: 100%;
    margin-top: 26px;
  }
  .footer-nav-item:nth-child(1) {
    margin-top: 42px;
  }
}

.footer-nav-item-link {
  color: #fff;
}

@media (min-width: 768px) {
  .footer-nav-item-link {
    font-size: 16px;
    position: relative;
  }
}

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

@media (min-width: 768px) {
  .footer-nav-item-link:after {
    background-color: #fff;
    bottom: -4px;
    content: '';
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-nav-item-link:hover::after {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .footer__right {
    margin-left: auto;
  }
}

.footer-title {
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat";
}

@media (min-width: 768px) {
  .footer-title {
    width: 285px;
    height: 49px;
    margin-left: auto;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .footer-title {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 12px;
  }
}

.footer-text {
  color: #fff;
  opacity: .6;
  font-size: 12px;
}

@media (min-width: 768px) {
  .footer-text {
    margin-left: auto;
    padding-top: 10px;
    width: 207px;
    height: 15px;
    bottom: 158px;
  }
}

.to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 300;
}

@media (max-width: 767px) {
  .to-top {
    right: 16px;
    bottom: 13px;
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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