@charset "UTF-8";
/*-----------------------
ブレイクポイント
-----------------------*/
/*-----------------------
TEXT
-----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
/*-----------------------
共通
------------------------*/
.inner {
  width: 1200px;
  max-width: 92%;
}
@media (max-width: 767px) {
  .inner {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (min-width: 1280px) {
  .inner--result {
    width: 1200px;
    max-width: 92%;
    margin: auto;
  }
}

body {
  font-family: "Montserrat", "Yu Gothic", sans-serif;
  color: #3E3E3E;
}

.util-link {
  display: inline-block;
  width: 236px;
  height: 64px;
  line-height: 64px;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.conversion-link {
  display: inline-block;
  letter-spacing: 0.45px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: #FFAA3B;
  border-radius: 10px;
  box-shadow: 0px 3px 5px #3E3E3E;
  color: #fff;
  transition: background 0.4s ease;
}
.conversion-link:hover {
  background: #F18900;
}
.conversion-link:focus-visible {
  outline: none;
}

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

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

.header__inner {
  margin: auto;
}

.header__title {
  font-size: 23px;
  font-weight: 600;
  line-height: 68px;
}
@media (min-width:768px) {
  .header__title {
    display: none;
  }
}

@media (min-width:768px) {
  .header__nav {
    display: flex;
    justify-content: center;
  }
}

@media (min-width:768px) {
  .header__nav-list + .header__nav-list {
    margin-left: 40px;
  }
}

.header__nav-link {
  display: block;
  line-height: 50px;
  color: #3E3E3E;
  letter-spacing: -0.4px;
}

/*--------------------------------------
drawer
---------------------------------------*/
.drawer-hamburger {
  top: 4px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 4px;
  width: 26px;
  border-radius: 20%;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 296px;
}
@media screen and (max-width: 360px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 226px;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #fff;
}

.drawer--right .drawer-nav {
  right: -310px;
}

@media (max-width: 767px) {
  .drawer-nav {
    width: 300px;
    padding-top: 146px;
  }
}
@media screen and (max-width: 360px) {
  .drawer-nav {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .header__nav-list {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__nav-list + .header__nav-list {
    margin-top: 2px;
  }
}

.header__nav-link {
  position: relative;
}
@media (min-width:768px) {
  .header__nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #3E3E3E;
    bottom: 13px;
    left: -3px;
    transition: all 0.4s ease 0s;
  }
}
@media (max-width: 767px) {
  .header__nav-link {
    line-height: 1.222;
    font-size: 18px;
  }
}
.header__nav-link:hover::after {
  width: 114%;
}

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

/*--------------------------------------
top
---------------------------------------*/
.top {
  background: url(../img/mv.png) no-repeat center center/cover;
  height: 648px;
  /* max-width: 1280px; */
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .top {
    height: 667px;
    background: url(../img/mv.png) no-repeat 22%/cover;
    padding-top: 223px;
  }
}

.top__inner {
  margin-left: auto;
  position: relative;
}
@media (max-width: 767px) {
  .top__inner {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (min-width:768px) {
  .top__contents {
     margin-left: auto;
     margin-right: 40px;
     max-width: 600px;
     padding-top: 229px;
    }
  }
  
  @media (min-width:1400px) {
    .top__contents {
      position: absolute;
      top: 229px;
      left: 49%;
      transform: translateX(-50%);
      margin-right: 40px;
      max-width: 600px;
      padding-top: 0;
  }
}

.top__title {
  font-size: 32px;
  font-weight: 600;
  color: #3E3E3E;
  letter-spacing: 0.02px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .top__title {
    font-size: 24px;
    line-height: 1.666em;
    letter-spacing: 0;
  }
}

.top__text {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #3E3E3E;
  letter-spacing: 0.45px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .top__text {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.428em;
  }
}

.top__link-wrap {
  margin-top: 39px;
}
@media (max-width: 767px) {
  .top__link-wrap {
    text-align: center;
    margin-top: 25px;
  }
}

.top__link {
  padding: 16px 50px;
}
@media (max-width: 767px) {
  .top__link {
    letter-spacing: 0;
    font-size: 16px;
    padding: 16px 32px;
  }
}

/*--------------------------------------
news
---------------------------------------*/
.news {
  background: #F3F3F3;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .news {
    position: relative;
    height: 574px;
  }
}

.news__inner {
  background: #fff;
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
  padding: 64px 60px 40px;
  width: 1280px;
  margin: auto;
}

@media (max-width: 767px) {
  .news__inner {
    padding: 44px 0 40px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.news__contents {
  margin-top: 63px;
}
@media (max-width: 767px) {
  .news__contents {
    margin-top: 43px;
  }
}

.news__item {
  border-bottom: 1px solid #CECDCD;
}
.news__item:nth-child(1n) {
  border-top: 1px solid #CECDCD;
}

.news__item-link {
  padding: 38px 0;
  transition: background 0.4s ease;
  position: relative;
  color: #3E3E3E;
}
@media (min-width:768px) {
  .news__item-link {
    display: flex;
  }
}
@media (max-width: 767px) {
  .news__item-link {
    display: block;
    padding: 16px 55px 9px 16px;
  }
}
.news__item-link::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 27px;
  background: url(../img/news-arrow.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.news__item-link:hover {
  background: rgba(73, 115, 255, 0.1019607843);
}

@media (min-width:768px) {
  .news__header {
    flex: 0 0 24%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.news__time {
  font-size: 18px;
  letter-spacing: 0.45px;
}
@media (max-width: 767px) {
  .news__time {
    font-size: 14px;
    letter-spacing: 0.35px;
  }
}

.news__tag {
  display: inline-block;
  border: 2px solid #3B69FF;
  border-radius: 50px;
  height: 30px;
  width: 121px;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 767px) {
  .news__tag {
    margin-left: 20px;
    height: 20px;
    width: 81px;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 18px;
  }
}

@media (min-width:768px) {
  .news__body {
    flex: 0 1 76%;
    margin-left: 3.7%;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .news__body {
    margin-top: 8px;
  }
}

.news__text {
  line-height: 1.555em;
  font-size: 18px;
  letter-spacing: 0.45px;
}
@media (max-width: 767px) {
  .news__text {
    font-size: 14px;
    line-height: 1.428em;
    letter-spacing: 0;
  }
}

.news__footer {
  margin-top: 41px;
  text-align: center;
}
@media (max-width: 767px) {
  .news__footer {
    margin-top: 38px;
  }
}

.news__link {
  border: 1px solid #707070;
  font-size: 20px;
  letter-spacing: 4px;
  color: #3E3E3E;
  background: #fff;
  transition: all 0.4s ease;
}
.news__link:hover {
  color: #fff;
  background: #3E3E3E;
}
@media (max-width: 767px) {
  .news__link {
    font-size: 18px;
    letter-spacing: 3.6px;
    width: 268px;
    height: 54px;
    line-height: 54px;
  }
}

/*--------------------------------------
service
---------------------------------------*/
.service {
  height: 616px;
  margin: auto;
  background: #3E3E3E;
  position: relative;
  padding-top: 65px;
}
@media (max-width: 767px) {
  .service {
    height: 871px;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .service {
    height: 794px;
  }
}
.service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 215px;
  background: #F3F3F3;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .service::before {
    height: 390px;
  }
}
@media screen and (max-width: 811px) and (min-width: 768px) {
  .service::before {
    height: 300px;
  }
}

.service__title {
  color: #fff;
  z-index: 10;
}
@media (max-width: 767px) {
  .service__title {
    top: 43px;
  }
}

.service__contents {
  position: absolute;
  top: 164px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 960px;
  max-width: 90%;
  z-index: 10;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 0 60px;
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
}
@media (max-width: 767px) {
  .service__contents {
    top: 117px;
    padding: 40px 15px 40px;
    max-width: 91%;
  }
}

.service__item {
  width: 230px;
  height: 211px;
}
@media screen and (max-width: 1066px) and (min-width: 768px) {
  .service__item:nth-child(2n) {
    margin: 0 30px;
  }
  .service__item:nth-child(1n) {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .service__item {
    width: 311px;
    height: 178px;
  }
  .service__item + .service__item {
    margin-top: 40px;
  }
  .service__item:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 717px) {
  .service__item {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.service__item-img {
  color: #3E3E3E;
  text-align: center;
  margin-top: 15px;
}
.service__item-img img {
  width: 50px;
  height: 32px;
}

/*serviceのitemの一つ目だけ画像サイズ違うため別クラス*/
.service__item-img2 {
  margin-top: 12px;
}
.service__item-img2 img {
  width: 50px;
  height: 44px;
}

.service__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 4px;
  text-align: center;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .service__item-title {
    margin-top: 24px;
    line-height: 1.2em;
  }
}

/*上の画像サイズ違うためmargin-top調整*/
.service__item-title2 {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .service__item-title2 {
    line-height: 1.2em;
    margin-top: 16px;
  }
}

.service__item-text {
  font-size: 14px;
  line-height: 1.714em;
  text-align: center;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .service__item-text {
    text-align: left;
    margin-top: 16px;
  }
}

/*--------------------------------------
result
---------------------------------------*/
.result {
  background: #F3F3F3;
  padding-left: 40px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .result {
    padding-left: 0;
  }
}

.result__inner {
  margin-left: auto;
  background: #3E3E3E;
  padding-top: 64px;
  padding-bottom: 60px;
}

@media (min-width: 1280px) {
  .result__inner {
    margin-right: calc(41% - 50vw);
  }
}

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

.result__title {
  color: #fff;
  text-align: left;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .result__title {
    text-align: center;
    margin-left: 0;
  }
}

.result__swiper-container {
  margin-top: 64px;
  margin-left: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .result__swiper-container {
    margin-top: 44px;
    margin-left: 16px;
  }
}

.result__swiper {
  width: 100%;
  overflow: hidden;
}

.result__swiper-wrapper {
  overflow: visible;
}

.result__slide {
  width: 400px;
  height: 366px;
  background: #fff;
}
@media (max-width: 767px) {
  .result__slide {
    width: 274px;
    height: 254px;
  }
}

.result__item-img {
  width: 100%;
}

.result__item-title {
  font-size: 20px;
  font-weight: 600;
  color: #3E3E3E;
  margin: 17px 16px 0;
}
@media (max-width: 767px) {
  .result__item-title {
    font-size: 14px;
    margin: 12px 12px 0;
    letter-spacing: 0.01px;
  }
}

.result__item-text {
  color: #3E3E3E;
  margin: 11px 16px 16px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .result__item-text {
    font-size: 12px;
    letter-spacing: 0.01px;
    margin: 12px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  text-align: left;
  bottom: -59px;
  left: -8px;
}
@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: center;
    bottom: -42px;
  }
}

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

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

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

.result__footer {
  margin-top: 100px;
  text-align: left;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .result__footer {
    text-align: center;
    margin-top: 68px;
    margin-left: 0;
  }
}

.result__link {
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #3E3E3E;
  letter-spacing: 4px;
  transition: all 0.4s ease;
  width: 290px;
  max-width: 94%;
}
.result__link:hover {
  color: #3E3E3E;
  background: #fff;
}
@media (max-width: 767px) {
  .result__link {
    font-size: 18px;
    letter-spacing: 3.6px;
    width: 316px;
    height: 53px;
    line-height: 53px;
  }
}

/*--------------------------------------
price
---------------------------------------*/
.price {
  background: #F3F3F3;
  padding-top: 125px;
  padding-bottom: 120px;
  margin: auto;
}
@media (max-width: 767px) {
  .price {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.price__inner {
  margin: auto;
}

.price__table {
  max-width: 960px;
  margin: 62px auto 0;
}
@media (max-width: 767px) {
  .price__table {
    margin-top: 47px;
  }
}

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #707070;
}
.table th,
.table td {
  height: 61px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .table th,
.table td {
    font-size: 20px;
  }
}
.table th {
  width: 262px;
  border: 1px solid #fff;
  background: #3E3E3E;
  color: #fff;
}
@media (max-width: 767px) {
  .table th {
    width: 100px;
  }
}
.table td {
  border: 1px solid #707070;
  background: #fff;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .table td {
    padding-left: 20px;
  }
}

.table__attention {
  font-size: 12px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .table__attention {
    margin-top: 9px;
  }
}

/*--------------------------------------
comments
---------------------------------------*/
.comments {
  background: #F3F3F3;
  position: relative;
  height: 724px;
  margin: auto;
}
@media (max-width: 767px) {
  .comments {
    height: 445px;
  }
}
.comments::before {
  content: "";
  position: absolute;
  width: 76.562%;
  height: 576px;
  background: #3E3E3E;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .comments::before {
    width: 100%;
    height: 425px;
    top: 60px;
  }
}

.comments__contents {
  position: absolute;
  z-index: 2;
}
@media (min-width:768px) {
  .comments__contents {
    left: 50%;
    transform: translateX(-50%);
  }
}

.comments__main {
  width: 666px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  padding: 120px 60px;
}
@media (min-width:768px) {
  .comments__main {
    position: absolute;
    top: 0;
    left: -11px;
    z-index: 20;
  }
}
@media (max-width: 767px) {
  .comments__main {
    width: 100%;
    padding: 40px 20px 56px;
    margin: auto;
  }
}

.comments__title {
  text-align: left;
}

.comments__item-wrap {
  margin-top: 67px;
}
@media (max-width: 767px) {
  .comments__item-wrap {
    margin-top: 44px;
  }
}

.comments__item {
  display: flex;
}
.comments__item + .comments__item {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .comments__item + .comments__item {
    margin-top: 58px;
  }
}

.comments__person-img {
  flex: 0 0 100px;
}
@media (max-width: 767px) {
  .comments__person-img {
    flex: 0 0 60px;
  }
}

.comments__person-comment {
  flex: 0 1 100%;
  margin-left: 5.8608058608%;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .comments__person-comment {
    margin-left: 5.8309037901%;
    font-size: 14px;
    line-height: 1.428em;
  }
}

.comments__img {
  width: 534px;
}
@media (min-width:768px) {
  .comments__img {
    position: absolute;
    top: 77px;
    right: -11px;
    z-index: 18;
  }
}
@media (max-width: 767px) {
  .comments__img {
    display: none;
  }
}

/*--------------------------------------
faqs
---------------------------------------*/
.faqs {
  background: url(../img/qa-bg.png) no-repeat center center/cover;
  padding-top: 60px;
  padding-bottom: 115px;
  margin: auto;
}
@media (max-width: 767px) {
  .faqs {
    padding-top: 84px;
    padding-bottom: 52px;
  }
}

.faqs__title {
  color: #3E3E3E;
}

.faqs__contents {
  width: 51%;
  margin-left: auto;
  margin-top: 66px;
  padding-right: 41px;
}
@media (max-width: 767px) {
  .faqs__contents {
    width: 100%;
    margin: 42px auto 0;
    padding-right: 0;
  }
}

.faqs__item {
  background: #fff;
  padding: 16px;
  border-radius: 4px;
}
.faqs__item + .faqs__item {
  margin-top: 31px;
}

.faqs__q {
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  line-height: 1.5em;
}
.faqs__q::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #3B69FF;
  color: #fff;
  margin-right: 16px;
}
.faqs__q .accordion-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faqs__q .accordion-icon::before {
  position: absolute;
  content: "";
  background: #3B69FF;
  width: 17px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.faqs__q .accordion-icon::after {
  position: absolute;
  content: "";
  background: #3B69FF;
  width: 17px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: 0;
  transition: all 0.4s ease;
}
.faqs__q .is-open::after {
  transform: rotate(0deg);
  transform: translateY(-1px);
}

.faqs__a {
  margin-top: 16px;
  background: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
  padding: 14px 16px 12px;
  display: none;
  line-height: 1.428em;
}
@media (max-width: 767px) {
  .faqs__a {
    font-size: 14px;
    padding: 12px 16px 6px 12px;
  }
}

/*--------------------------------------
access
---------------------------------------*/
.access {
  height: 766px;
  padding-top: 124px;
  margin: auto;
  background: #3E3E3E;
}
@media (min-width:768px) {
  .access {
    background: #F3F3F3;
    position: relative;
  }
  .access::after {
    position: absolute;
    content: "";
    width: 76.5625%;
    height: 66.3157894737%;
    background: #3E3E3E;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1050px) and (min-width: 767px) {
  .access {
    height: 960px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .access {
    padding-top: 44px;
    padding-bottom: 62px;
    height: auto;
  }
}

.access__inner {
  margin: auto;
  position: relative;
}
@media (min-width:768px) {
  .access__inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}

.access__title {
  margin-left: 60px;
  color: #fff;
  float: left;
}
@media screen and (max-width: 1050px) and (min-width: 767px) {
  .access__title {
    margin-left: 0;
    float: none;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .access__title {
    margin-left: 0;
    float: none;
    text-align: left;
  }
}

.access__address {
  color: #fff;
  line-height: 1.5em;
  clear: left;
  float: left;
  margin-top: 60px;
  margin-left: 60px;
}
@media screen and (max-width: 1050px) and (min-width: 767px) {
  .access__address {
    margin-top: 41px;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.428em;
    float: none;
    clear: none;
  }
}
@media (max-width: 767px) {
  .access__address {
    margin-top: 41px;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.428em;
    float: none;
    clear: none;
  }
}

.access__map {
  width: 60.5%;
  max-width: 100%;
}
@media (min-width:768px) {
  .access__map {
    position: absolute;
    top: -4px;
    right: 0;
  }
}
@media screen and (max-width: 1050px) and (min-width: 767px) {
  .access__map {
    position: static;
    float: none;
    width: 90%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .access__map {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 71.6253443526%;
  position: relative;
}
.iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.access__button {
  clear: left;
  float: left;
  margin-top: 28px;
  margin-left: 60px;
}
@media screen and (max-width: 1050px) and (min-width: 767px) {
  .access__button {
    margin-left: 0;
    clear: none;
    float: none;
    margin-top: 24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .access__button {
    margin-left: 0;
    clear: none;
    float: none;
    margin-top: 17px;
    text-align: center;
  }
}

.access__link {
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 2px;
  width: 314px;
  max-width: 100%;
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .access__link {
    border: 1px solid #3E3E3E;
    color: #3E3E3E;
  }
}
@media (max-width: 767px) {
  .access__link {
    width: 339px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

/*--------------------------------------
contact
---------------------------------------*/
.contact {
  background: url(../img/contact-bg.png) no-repeat center center/cover;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 39px;
    padding-bottom: 40px;
  }
}

.contact__inner {
  width: 960px;
  margin: auto;
  border-radius: 5%;
}

.contact__head {
  background: url(../img/contact1.png) no-repeat center center/cover;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .contact__head {
    padding: 44px 16px 38px;
    background: url(../img/sp/contact1.png) no-repeat center center/cover;
  }
}

.contact__title {
  color: #fff;
}

.contact__subtitle {
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact__subtitle {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.428;
    text-align: left;
  }
}

.contact__body {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .contact__body {
    padding: 40px 12px;
  }
}

.contact__form {
  max-width: 720px;
  margin: auto;
}

@media (min-width:768px) {
  .contact__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.contact__item + .contact__item {
  margin-top: 32px;
}

.contact__item-sex {
  margin-top: 24px;
}
@media (min-width:768px) {
  .contact__item-sex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.contact__form-label {
  font-weight: 600;
}
@media (min-width:768px) {
  .contact__form-label {
    flex: 0 0 188px;
    height: 32px;
    line-height: 32px;
  }
}

.contact__form-label-span {
  display: inline-block;
  background: #FF4646;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  width: 40px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-left: 12px;
  vertical-align: 14%;
}
@media (max-width: 767px) {
  .contact__form-label-span {
    margin-left: 20px;
  }
}

@media (min-width:768px) {
  .contact__form-input {
    flex: 0 1 100%;
  }
}
@media (max-width: 767px) {
  .contact__form-input {
    margin-top: 3px;
  }
}
.contact__form-input select {
  height: 40px;
  width: 178px;
  border: 1px solid #707070;
  line-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-family: "Montserrat", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  .contact__form-input select {
    width: 100%;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
  }
}
.contact__form-input input[type=text],
.contact__form-input input[type=email] {
  width: 100%;
  height: 32px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #CECDCD;
  border-left: none;
  padding-left: 12px;
  font-size: 16px;
  font-family: "Montserrat", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  .contact__form-input input[type=text],
.contact__form-input input[type=email] {
    padding-left: 0;
  }
}
.contact__form-input input[type=text]:hover,
.contact__form-input input[type=email]:hover {
  box-shadow: 0 5px 4px rgba(73, 115, 255, 0.5019607843);
  border-bottom: 1px solid #4973FF;
}
.contact__form-input input[type=text]::-moz-placeholder, .contact__form-input input[type=email]::-moz-placeholder {
  color: #CECDCD;
}
.contact__form-input input[type=text]::placeholder,
.contact__form-input input[type=email]::placeholder {
  color: #CECDCD;
}
.contact__form-input input[type=text]:focus-visible,
.contact__form-input input[type=email]:focus-visible {
  outline: none;
}
.contact__form-input input[type=text]:focus,
.contact__form-input input[type=email]:focus {
  box-shadow: 0 5px 4px rgba(73, 115, 255, 0.5019607843);
  border-bottom: 1px solid #4973FF;
}

.select-wrap {
  width: 178px;
  position: relative;
}
@media (max-width: 767px) {
  .select-wrap {
    width: 100%;
    margin-top: 16px;
  }
}
.select-wrap::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-left: 2px solid #3E3E3E;
  border-bottom: 2px solid #3E3E3E;
}
.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrap select:hover {
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.5019607843);
}
.select-wrap select:focus-visible {
  outline: rgba(73, 115, 255, 0.5019607843) auto 1px;
}
.select-wrap select::-ms-expand {
  display: none;
}

.contact__radio input:checked + span::after {
  opacity: 1;
}

.contact__radio-input {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.contact__radio-input:hover + .contact__radio-part:before {
  border: 1px solid #3B69FF;
  box-shadow: 0 0 6px rgba(73, 115, 255, 0.2);
}
.contact__radio-input:focus + .contact__radio-part:before {
  border: 1px solid #3B69FF;
  box-shadow: 0 0 6px rgba(73, 115, 255, 0.2);
}

.contact__radio-part {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-right: 36px;
}
.contact__radio-part::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #707070;
  background: transparent;
  top: 0;
  left: -1px;
}
.contact__radio-part::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3B69FF;
  top: 3px;
  left: 3px;
  opacity: 0;
}

.contact__item-massege {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .contact__item-massege {
    margin-top: 32px;
  }
}
.contact__item-massege textarea {
  width: 100%;
  border: 1px solid #707070;
  min-height: 200px;
}
@media (max-width: 767px) {
  .contact__item-massege textarea {
    min-height: 160px;
  }
}
.contact__item-massege textarea:hover {
  box-shadow: 0 0 8px rgba(73, 115, 255, 0.5019607843);
  border: 1px solid #4973FF;
}
.contact__item-massege textarea:focus {
  box-shadow: 0 0 8px rgba(73, 115, 255, 0.5019607843);
  border: 1px solid #4973FF;
}
.contact__item-massege textarea:focus-visible {
  outline: none;
}

.contact__footer-textWrap {
  text-align: center;
}

.contact__footer-text {
  display: inline-block;
  margin-top: 39px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 767px) {
  .contact__footer-text {
    margin-top: 30px;
    font-size: 16px;
    padding-left: 25px;
  }
}

.contact__privacy-input {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__privacy-input:checked + .contact__privacy-part::before {
  display: block;
}
.contact__privacy-input:hover + .contact__privacy-part {
  border: 1px solid #4973FF;
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.2);
}
.contact__privacy-input:focus + .contact__privacy-part {
  border: 1px solid #4973FF;
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.2);
}

.contact__privacy-part {
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .contact__privacy-part {
    width: 18px;
    height: 18px;
  }
}
.contact__privacy-part::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #3B69FF;
  border-bottom: 2px solid #3B69FF;
  transform: rotate(-45deg);
  display: none;
}
@media (max-width: 767px) {
  .contact__privacy-part::before {
    top: 4px;
    left: 1px;
    width: 12px;
    height: 4px;
  }
}

.contact__footer-submit {
  margin-top: 41px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__footer-submit {
    margin-top: 35px;
    text-align: center;
  }
}

.contact__link {
  width: 173px;
  height: 50px;
}
@media (max-width: 767px) {
  .contact__link {
    width: 165px;
    height: 48px;
  }
}
.contact__link[disabled] {
  pointer-events: none;
  background: #B2B2B2;
}

.is-disable {
  background: #B2B2B2;
}

.contact-message {
  margin: 40px 0;
  text-align: center;
  display: none;
}
.contact-message.-error {
  color: red;
}

/*--------------------------------------
footer
---------------------------------------*/
.footer {
  background: #3E3E3E;
  color: #F3F3F3;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 57px;
    text-align: center;
  }
}

.footer__inner {
  width: 960px;
  margin: auto;
}
@media (min-width:768px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
  }
}

.footer__sns-item {
  display: inline-block;
}
.footer__sns-item + .footer__sns-item {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .footer__sns-item + .footer__sns-item {
    margin-left: 50px;
  }
}

.footer__sns-item-link {
  font-size: 36px;
  color: #F3F3F3;
  opacity: 0.6;
}

.footer__nav {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-top: 42px;
  }
}

.footer__item a {
  color: #fff;
  letter-spacing: 0.4px;
  font-size: 14px;
}
.footer__item + .footer__item {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .footer__item + .footer__item {
    margin-top: 23px;
  }
}

.footer__title {
  font-size: 40px;
  font-weight: 600;
  color: #F3F3F3;
}
@media (max-width: 767px) {
  .footer__title {
    margin-top: 43px;
    font-size: 32px;
  }
}

.footer__copyrights {
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.3px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer__copyrights {
    text-align: center;
    margin-top: 18px;
  }
}

/*-------------------
to-top
-------------------*/
.to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 41px;
  right: calc(50% - 600px);
  z-index: 100;
}