@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -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;
}

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

body {
  font-family: "Montserrat", "浮ゴシック", sans-serif;
  font-size: 16px;
  color: #3E3E3E;
  background: #F3F3F3;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}

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

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

@media screen and (max-width: 767px) {
  .inner {
    max-width: 767px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 160px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .s-inner {
    max-width: 767px;
  }
}

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

.big-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.section-tittle {
  font-size: 36px;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 1.222;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .section-tittle {
    font-size: 30px;
  }
}

.btn {
  display: block;
  border: 1px solid #FFFFFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  padding: 20px 80px;
  line-height: 1.125;
}

.send-btn {
  display: block;
  -webkit-box-shadow: 0px 3px 5px #3E3E3E33;
          box-shadow: 0px 3px 5px #3E3E3E33;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  padding: 16px 50px;
  line-height: 1.44;
}

/**************************
header
***************************/
.header-class {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  max-height: 83px;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .header-class {
    background: #FFFFFF;
  }
}

.header-main {
  padding: 32px 0;
  letter-spacing: -0.4;
}

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

@media screen and (max-width: 767px) {
  .header-main ul {
    display: none;
  }
}

.header-main ul li {
  padding-right: 40px;
}

.header-main ul li:nth-child(7) {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .header-main {
    display: none;
  }
}

.header-link {
  opacity: 1;
  color: #3E3E3E;
  position: relative;
  padding: 1px 0;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.header-link:hover {
  border-bottom: #3E3E3E 1px;
}

.header-link::after {
  background: #3e3e3e;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  width: 100%;
}

.header-link:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-left {
  font-size: 28px;
  font-weight: bold;
  width: 160px;
  margin: auto;
}

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

/*********************
drawer
***********************/
.header-sp {
  height: 68px;
  line-height: 3;
  display: block;
}

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

.header-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 23px;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.drawer-hamburger {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-open .drawer-hamburger {
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
}

.drawer-hamburger-icon {
  background-color: #707070;
  height: 5px;
  border-radius: 100px;
}

.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  background-color: #707070;
  border-radius: 100px;
  height: 5px;
}

.drawer-open .drawer-hamburger-icon:before {
  background-color: #FFFFFF;
}

.drawer-open .drawer-hamburger-icon:after {
  background-color: #FFFFFF;
}

.drawer-nav {
  width: 300px;
  padding-top: 145px;
  text-align: center;
  font-size: 18px;
  line-height: 1.22;
  z-index: 40;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.drawer-close .drawer-nav {
  overflow: hidden;
  position: fixed;
  right: -300px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.drawer-menu-item {
  padding: 16px;
  font-size: 18px;
  line-height: 1.23;
}

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

/**************************
top
***************************/
.top-class {
  padding-top: 83px;
  position: relative;
  max-height: 648px;
  background: url(../img/mv/mv@2x.png) center center/cover;
}

@media screen and (max-width: 767px) {
  .top-class {
    height: 667px;
    padding-top: 68px;
    max-height: 667px;
    background: url(../img/mv/mv@2x.png) center left/cover;
  }
}

.top-box {
  display: inline-block;
  right: 0;
  width: 50%;
  margin: auto 0;
  margin-right: 0 auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media screen and (max-width: 767px) {
  .top-box {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.top-tittle {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02px;
  margin-top: 153px;
}

@media screen and (max-width: 767px) {
  .top-tittle {
    font-size: 24px;
    line-height: 1.7;
  }
}

.top-text {
  font-size: 18px;
  letter-spacing: 0.45px;
  padding: 26px 0;
}

@media screen and (max-width: 767px) {
  .top-text {
    font-size: 14px;
    padding: 22px 0 22px 0;
    font-weight: bold;
    letter-spacing: 0.1px;
  }
}

.top-btn {
  color: #FFFFFF;
  background: #FFAA3B;
  margin-bottom: 153px;
  -webkit-box-shadow: 0px 3px 5px #3E3E3E33;
          box-shadow: 0px 3px 5px #3E3E3E33;
}

@media screen and (max-width: 767px) {
  .top-btn {
    margin: 0 auto;
    margin-bottom: 34.48%;
    padding: 14px 32px;
    letter-spacing: -1.9px;
  }
}

.top-btn:hover {
  background: #F18900;
}

/**************************
news
***************************/
.news-class {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .news-class {
    padding: 0;
    display: inline-block;
    margin-top: -40px;
    position: relative;
    padding-bottom: 60px;
  }
}

.news-box {
  background: #FFFFFF;
  padding-bottom: 40px;
}

.news-tittle {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .news-tittle {
    padding: 40px 0;
    font-size: 30px;
  }
}

.news-group {
  margin: 0 60px;
}

@media screen and (max-width: 767px) {
  .news-group {
    margin: 0 0 0 16px;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #F3F3F3;
}

.news-item:nth-child(3) {
  border-bottom: 1px solid #F3F3F3;
}

@media screen and (max-width: 767px) {
  .news-item {
    display: block;
    position: relative;
    padding: 13px 0 0 0;
  }
}

.news-item:hover {
  background: #4973FF33;
}

.news-ymd {
  font-size: 18px;
  letter-spacing: 0.45px;
  white-space: pre;
}

@media screen and (max-width: 767px) {
  .news-ymd {
    font-size: 14px;
    display: inline-block;
  }
}

.news-label {
  border: 2px solid #4973FF;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.857;
  height: 30px;
  padding: 1px 32px;
  margin: 0 40px;
  text-align: center;
  white-space: pre;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .news-label {
    font-size: 12px;
    padding: 0 15px;
    display: inline-block;
    margin: 0 20px;
    line-height: 1.3;
    width: 81px;
    height: 20px;
  }
}

.news-text {
  font-size: 18px;
  letter-spacing: 1.25px;
  text-align: left;
  width: 64.63%;
  line-height: 1.55;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .news-text {
    width: 83.1%;
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 12px;
  }
}

.news-icon {
  width: 11px;
  height: 22px;
  right: 0;
  margin-left: 56px;
}

@media screen and (max-width: 767px) {
  .news-icon {
    display: inline-block;
    margin: auto 0;
    right: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .news-text .news-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-btn {
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 1.15;
  color: #3E3E3E;
  background: #FFFFFF;
  border: 1px solid #707070;
  margin: 40px auto 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .news-btn {
    height: 54px;
    width: 268px;
    letter-spacing: 3.6px;
    line-height: 0.8;
  }
}

.news-btn:hover {
  color: #FFFFFF;
  background: #3E3E3E;
}

/**************************
service
***************************/
.service-class {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #3E3E3E), color-stop(20%, #F3F3F3));
  background: linear-gradient(#3E3E3E 80%, #F3F3F3 20%);
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .service-class {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #3E3E3E), color-stop(42%, #F3F3F3));
    background: linear-gradient(#3E3E3E 58%, #F3F3F3 42%);
    margin-bottom: 60px;
  }
}

.service-tittle {
  color: #FFFFFF;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .service-tittle {
    padding: 40px 0;
    font-size: 30px;
  }
}

.service-boxs {
  padding: 60px 45px;
  margin: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 12px #3E3E3E33;
          box-shadow: 0px 5px 12px #3E3E3E33;
}

@media screen and (max-width: 767px) {
  .service-boxs {
    display: block;
    padding: 40px 16px;
    margin: 0;
  }
}

.service-box {
  margin-right: 90px;
}

.service-box:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .service-box {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .service-box:nth-child(3) {
    margin-bottom: 0;
  }
}

.service-icon {
  height: 60px;
  width: 50px;
  display: block;
  margin: 0 auto;
}

.ser-img {
  -webkit-transform: transformX(50%);
          transform: transformX(50%);
  -webkit-transform: transformY(50%);
          transform: transformY(50%);
  width: 52px;
  padding-top: 10px;
}

.service-icon-tittle {
  text-align: center;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 1.4;
  font-weight: bold;
  margin: 8px 0 20px 0;
}

@media screen and (max-width: 767px) {
  .service-icon-tittle {
    line-height: 1.2;
    margin: 14px 0 12px 0;
  }
}

.service-icon-text {
  text-align: left;
  font-size: 14px;
  line-height: 1.71;
  font-weight: lighter;
}

/**************************
results
***************************/
.results-inner {
  margin-left: 40px;
  max-width: calc(50vw + 600px);
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .results-inner {
    padding-left: 0;
  }
}

.results-class {
  width: 100%;
  background: #3E3E3E;
  padding: 60px 0 60px 60px;
}

@media screen and (max-width: 767px) {
  .results-class {
    padding: 40px 0 40px 16px;
  }
}

.results-tittle {
  text-align: left;
  color: #FFFFFF;
  left: 0;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: bolder;
  line-height: 1.22;
}

@media screen and (max-width: 767px) {
  .results-tittle {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.results-container {
  height: 366px;
}

@media screen and (max-width: 767px) {
  .results-container {
    height: 253px;
  }
}

.results-item {
  background: #fff;
  color: #3e3e3e;
  display: block;
  width: 400px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .results-item {
    max-width: 274px;
    width: 100%;
    margin-right: 20px;
  }
}

.re-img {
  height: 250px;
}

@media screen and (max-width: 767px) {
  .re-img {
    height: 171px;
  }
}

.results-text-box {
  background: #FFFFFF;
  padding: 16px;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .results-text-box {
    width: 274px;
    padding: 12px;
  }
}

.results-img-tittle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #3E3E3E;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .results-img-tittle {
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 0.01px;
  }
}

.results-text {
  color: #3E3E3E;
  font-weight: lighter;
}

@media screen and (max-width: 767px) {
  .results-text {
    font-size: 12px;
    letter-spacing: 0.01px;
  }
}

.results-btn {
  display: block;
  color: #FFFFFF;
  background: #3E3E3E;
  letter-spacing: 4px;
}

.results-btn:hover {
  color: #3E3E3E;
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .results-btn {
    text-align: center;
    margin: auto;
    letter-spacing: 3.6px;
    font-size: 18px;
    height: 54px;
    width: 326px;
  }
}

.swiper-pagination {
  text-align: left;
  display: block;
  width: 200px;
  position: static;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    margin: auto;
  }
}

.swiper-pagination-bullet {
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  opacity: 1;
  color: #FFFFFF;
  margin: 40px 20px 40px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    margin: 27px 20px 20px 0;
    width: 12px;
  }
}

.swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: solid 1px #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
}

/**************************
price
***************************/
.price-class {
  padding: 120px 120px;
}

@media screen and (max-width: 767px) {
  .price-class {
    padding: 40px 0 55px 0;
  }
}

.price-tittle {
  margin-bottom: 60px;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr {
  table-layout: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  table tr {
    height: 56px;
  }
}

table tr th {
  width: 27.3%;
  height: 60px;
  background: #3E3E3E;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bolder;
  padding: 16px 0;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  table tr th {
    font-size: 20px;
    height: 50px;
    padding: 13px 0;
    width: 29.3%;
  }
}

table tr td {
  width: 72.7%;
  height: 60px;
  background: #FFFFFF;
  color: #3E3E3E;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bolder;
  padding: 16px 0;
  padding-left: 40px;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  table tr td {
    font-size: 20px;
    height: 56px;
    padding: 13px 0;
    padding-left: 20px;
  }
}

.price-menu p {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 6px;
}

/**************************
bg-black
***************************/
.bg-black {
  position: relative;
}

.bg-black::before {
  background: #3e3e3e;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 294px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bg-black::before {
    bottom: 138px;
    top: 146px;
    width: 76.5625%;
  }
}

@media screen and (max-width: 767px) {
  .bg-black::before {
    bottom: 0;
    top: 60px;
  }
}

/**************************
comments
***************************/
.comments-class {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .comments-class {
    margin-bottom: 60px;
  }
}

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

.comments-area {
  display: block;
  background: #FFFFFF;
  padding: 120px 60px;
}

@media screen and (max-width: 767px) {
  .comments-area {
    padding: 40px 20px;
  }
}

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

.comments-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

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

.comments-item img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 32px;
  height: 100px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .comments-item img {
    height: 60px;
    width: 60px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .comments-item .comments-text {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1px;
  }
}

.comments-right-img {
  width: 44.5%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .comments-right-img {
    display: none;
  }
}

.comments-black-box {
  position: absolute;
  display: block;
  background: #3E3E3E;
  width: 76.56%;
  height: 83.45%;
  top: 24%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .comments-black-box {
    background: #3E3E3E;
    width: 100%;
    height: 87.6%;
  }
}

/**************************
Q&A
***************************/
.QA-class {
  background: url(../img/sunyu-kim-EGZJzD-p92s-unsplash.jpg) center center/cover;
  padding-bottom: 89px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .QA-class {
    padding-bottom: 36px;
  }
}

.QA-tittle {
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .QA-tittle {
    padding: 40px;
  }
}

.accordion-group {
  width: 50.8%;
  display: block;
  margin: 0 0 0 auto;
}

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

.accordion-item {
  padding: 16px;
  background: #FFFFFF;
  margin-bottom: 32px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .accordion-item {
    margin-bottom: 24px;
  }
}

.accordion-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.QA-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  font-weight: bolder;
  color: #FFFFFF;
  background: #4973FF 0% 0% no-repeat padding-box;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .QA-icon {
    width: 28px;
    margin-right: 18px;
  }
}

.accordion-head {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.4px;
  width: 100%;
  position: relative;
}

.accordion-icon {
  display: block;
  color: #4973FF;
  right: 0;
  float: right;
  text-align: right;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.accordion-icon::after {
  content: '＋';
}

.accordion-icon.is-open::after {
  content: 'ー';
}

.accordion-body {
  display: none;
  margin-top: 16px;
}

.accordion-body-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3B69FF33;
  color: #3E3E3E;
  padding: 11px;
}

@media screen and (max-width: 767px) {
  .accordion-body-in {
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}

.accordion-body-in.is-open::after {
  content: '';
}

/**************************
access
***************************/
.access-big-box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 120px;
  padding: 120px 0 0 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 414px 1fr;
      grid-template-columns: 414px 1fr;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
}

@media screen and (max-width: 767px) {
  .access-big-box {
    width: 100%;
    margin: 0 40px 0 0;
    padding: 40px 16px 60px 16px;
    display: block;
  }
}

.access-small-box {
  color: #FFFFFF;
  display: inline-block;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}

@media screen and (max-width: 767px) {
  .access-small-box {
    display: block;
  }
}

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

.adres {
  margin: 60px 0 32px 0;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  .adres {
    margin: 40px 0 24px 0;
    font-size: 14px;
    line-height: 1.3;
  }
}

.adres-btn {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: #3E3E3E;
  display: block;
  width: 314px;
  letter-spacing: 2px;
  padding: 15px 0;
  margin-right: 100px;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: 1/2/1/2;
}

@media screen and (min-width: 768px) {
  .adres-btn {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .adres-btn {
    width: 100%;
    margin-top: 18px;
    margin-right: 0;
    letter-spacing: 1.8px;
    font-size: 18px;
    line-height: 1.2;
  }
}

.adres-btn:hover {
  color: #3E3E3E;
  background: #FFFFFF;
}

.map {
  display: inline-block;
  max-width: 726px;
  width: 100%;
  height: 520px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}

@media screen and (max-width: 767px) {
  .map {
    width: 100%;
    height: 241px;
  }
}

.map iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .map iframe::before {
    padding-top: 70.26%;
  }
}

/**************************
contact
***************************/
.contact-class {
  background: url(../img/alex-blajan-4EDf2Agrm4E-unsplash.jpg) center center;
  padding: 60px 120px;
}

@media screen and (max-width: 767px) {
  .contact-class {
    padding: 40px 0;
  }
}

.contact-tittle-box {
  background: url(../img/contact1/contact1@2x.png);
  color: #FFFFFF;
  text-align: center;
  padding: 56px 0;
  border-radius: 12px 12px 0px 0px;
}

@media screen and (max-width: 767px) {
  .contact-tittle-box {
    border-radius: 0 0 0 0;
    padding: 40px 16px;
  }
}

.contact-tittle {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .contact-tittle {
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .contact-tittle-text {
    text-align: left;
    font-size: 14px;
    font-weight: lighter;
  }
}

.contact-input-box {
  background: #FFFFFF;
  padding: 6.25% 12.5%;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .contact-input-box {
    padding: 40px 12px;
  }
}

.input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .input-item {
    display: block;
    margin-bottom: 28px;
  }
}

.input-item:nth-child(5) {
  margin-bottom: 19px;
}

.input-tittle {
  font-weight: bold;
  display: inline-block;
  width: 25.972%;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .input-tittle {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}

.input-tittle span {
  color: #FFFFFF;
  font-size: 12px;
  width: 40px;
  height: 16px;
  display: inline-block;
  text-align: center;
  background: #FF4646;
  margin-left: 11px;
}

@media screen and (max-width: 767px) {
  .input-tittle span {
    margin-left: 20px;
  }
}

.list-input {
  width: 24.7%;
  height: 40px;
  border: 1px solid #686868;
  outline: none;
}

@media screen and (max-width: 767px) {
  .list-input {
    width: 100%;
    height: 38px;
  }
}

.list-input:hover {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(73, 115, 255, 0.6);
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.6);
}

.input-item input[type='text'], [type='mail'] {
  -webkit-appearance: button;
  background-color: #FFFFFF;
  width: 73.8%;
  margin: 0 0 0 auto;
  border: none;
  border-bottom: 1px solid #686868;
  background: transparent;
  padding: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .input-item input[type='text'], [type='mail'] {
    padding: 0;
    width: 100%;
  }
}

.input-item input[type='text']:hover, [type='mail']:hover {
  border-color: #4973FF;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
  outline: none;
}

.radio-text {
  margin-right: 40px;
}

.radio-test {
  padding-left: 22px;
  position: relative;
}

.radio-test:hover {
  cursor: pointer;
}

.radio-test:before {
  background: #fff;
  border: solid 1px #3e3e3e;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 12px;
}

@media screen and (min-width: 768px) {
  .radio-test:before {
    height: 12px;
    width: 12px;
  }
}

.radio-test:hover::before {
  border-color: #4973ff;
  -webkit-box-shadow: 0 0 4px #4973ff;
  box-shadow: 0 0 4px #4973ff;
}

.radio-test:active::before {
  background-color: rgba(73, 115, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio-test:after {
  background: #4973ff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 6px;
}

.radio-test:checked::after {
  opacity: 1;
}

.input-textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #707070;
}

.input-textarea:hover, .input-textarea:focus {
  -webkit-box-shadow: 0 0 8px #4973FF;
          box-shadow: 0 0 8px #4973FF;
  outline: none;
}

@media screen and (max-width: 767px) {
  .input-textarea {
    height: 160px;
  }
}

.send-btn {
  background-color: #FFAA3B;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .send-btn {
    margin: auto;
    font-size: 16px;
    padding: 14px 50px;
  }
}

.send-btn:hover {
  background: #F18900;
}

.send-btn:disabled {
  background-color: #B2B2B2;
}

.input-check-box {
  margin: 34px 0;
}

@media screen and (max-width: 767px) {
  .input-check-box {
    margin: 26px 0;
  }
}

.check-test {
  display: none;
  text-align: center;
}

.check-test + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
}

.check-test + span::before, .check-test + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.check-test + span::before {
  background: #FFFFFF;
  border: 1px solid #707070;
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
}

.check-test + span:hover:before {
  border: 1px solid #4973FF;
  -webkit-box-shadow: 0 0 4px #4973ff;
  box-shadow: 0 0 4px #4973ff;
}

.check-test + span:active:before {
  background-color: rgba(73, 115, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.check-test + span::after {
  border: 1px solid transparent;
  left: 0;
  width: 20px;
  height: 25px;
  background: transparent url(../img/icon/checkbox.svg) no-repeat center center/contain;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

.check-test:checked + span::after {
  opacity: 1;
}

.check-text {
  font-size: 18px;
  font-family: bold;
}

@media screen and (max-width: 767px) {
  .check-text {
    font-size: 16px;
  }
}

.contact-message {
  text-align: center;
  margin-top: 60px;
  display: none;
}

.contact-message.-good {
  color: #3E3E3E;
  font-weight: bold;
  margin: auto;
}

.contact-message.-error {
  color: #f00;
}

/**************************
footer
***************************/
footer {
  background-color: #3E3E3E;
}

.footer-inner {
  padding: 60px 160px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    display: block;
    padding: 60px 0 57px 0;
    margin: 0 auto;
  }
}

.sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .sns-box {
    width: 122px;
    margin: 0 auto;
    margin-bottom: 42px;
  }
}

.sns {
  width: 36px;
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .sns {
    margin-right: 50px;
  }
  .sns:nth-child(2) {
    margin-right: 0;
  }
}

.f-size {
  font-size: 36px;
}

.f-text {
  margin-bottom: 14px;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .f-text {
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 0.35px;
    margin-bottom: 16px;
  }
}

.footer-privacy {
  margin-bottom: 0;
}

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

@media screen and (max-width: 767px) {
  .footer-right {
    text-align: center;
    margin-top: 40px;
  }
}

.sample-corp {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sample-corp {
    font-size: 32px;
  }
}

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

@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}

.totop {
  display: none;
  z-index: 50;
}

.totop a {
  background: transparent url("../img/icon/totop.svg") 0% 0% no-repeat padding-box;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

@media screen and (max-width: 767px) {
  .totop a {
    right: 28px;
    bottom: 13px;
  }
}

.totop a:hover {
  opacity: 1;
}

.totop.is-show {
  display: block;
}
