@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Yu Gothic", "Montserrat";
  font-size: 16px;
  color: #3E3E3E;
  line-height: 1.5;
  background: #F3F3F3;
  max-width: 100%;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.section_title {
  font-weight: 700;
  padding: 50px 0px;
  font-size: 36px;
  line-height: 1.222;
  text-align: center;
}

@media (max-width: 767px) {
  .section_title {
    font-size: 30px;
    padding: 40px;
  }
}

.section_title-white {
  color: #fff;
  font-weight: 700;
  line-height: 1.222;
  text-align: center;
}

@media (min-width: 768px) {
  .section_title-white {
    padding: 60px 0px;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .section_title-white {
    margin: 40px 10px;
    font-size: 30px;
    font-size: 30px;
  }
}

.button_contact {
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
  display: block;
}

@media (max-width: 767px) {
  .button_contact {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.button_contact a {
  background-color: #FFAA3B;
  color: #fff;
  border: none;
  padding: 14px 48px;
  border-radius: 10px;
  display: inline-block;
}

@media (min-width: 768px) {
  .button_contact a:hover {
    background-color: #F18900;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
  }
}

.button__more {
  font-size: 20px;
  letter-spacing: .2em;
  text-align: center;
  -webkit-transition: #3E3E3E ,4s;
  transition: #3E3E3E ,4s;
}

.button__more a {
  display: inline-block;
  font-weight: 700;
  color: #3E3E3E;
  border: 1px #707070;
  border: solid 1px;
  padding: 20px 80px;
  margin: 40px 0;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}

@media (max-width: 767px) {
  .button__more a {
    padding: 16px 100px;
  }
}

@media (min-width: 768px) {
  .button__more a:hover {
    color: white;
    background-color: #3E3E3E;
  }
}

.button__black {
  font-size: 20px;
  letter-spacing: .2em;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .button__black {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .button__black {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 5px;
  }
}

.button__black a {
  padding: 20px 80px;
  color: white;
  border: solid 1px white;
  background-color: #3E3E3E;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}

@media (min-width: 768px) {
  .button__black a:hover {
    color: #3E3E3E;
    background-color: white;
  }
}

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

.header {
  position: fixed;
  background-color: #FFFFFF1A;
  top: 0;
  left: 0;
  right: 0;
  height: 83px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .header {
    padding: 12px 16px;
    background-color: #F3F3F3;
    height: 70px;
    z-index: 1;
  }
}

.drawer--right .header .drawer-hamburger {
  right: 3px;
}

.header .drawer-hamburger-icon {
  background-color: #3E3E3E;
  height: 4px;
  border-radius: 25%;
}

.header .drawer-hamburger-icon::before {
  border-radius: 25%;
  height: 4px;
}

.header .drawer-hamburger-icon::after {
  border-radius: 25%;
  height: 4px;
}

.drawer-open .header .drawer-hamburger-icon {
  background-color: transparent;
}

@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

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

.logo {
  font-weight: 700;
  font-size: 28px;
}

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

@media (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

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

.header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 768px) {
  .header-logo {
    padding-top: 25px;
    padding-bottom: 23.18px;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .header-logo {
    padding-top: 20px;
  }
}

.header-logo img {
  width: 120px;
  height: 21.82px;
}

.header-nav-list {
  margin-left: auto;
}

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

.header-nav-list li a {
  font-weight: 700;
  color: #3E3E3E;
}

@media (max-width: 767px) {
  .header-nav-list li a {
    color: #3E3E3E;
    font-size: 18px;
    text-align: right;
    padding: 0 15px;
    height: 83px;
    line-height: 83px;
  }
}

@media (min-width: 768px) {
  .header-nav-list li:not(:first-child) {
    margin-left: 46px;
  }
}

@media (max-width: 767px) {
  .drawer-nav {
    top: 60px;
    padding: 24px 0;
  }
}

.header-nav-item-link {
  display: block;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .main_visual {
    padding-top: 178%;
    position: relative;
    background: url(../img/mv@sp.png) center center/cover;
    z-index: -10;
  }
}

@media (min-width: 768px) {
  .main_visual {
    padding-top: 50.0625%;
    position: relative;
    background: url(../img/mv@2x.png) center center/cover;
    margin-left: auto;
  }
}

.top {
  position: relative;
}

@media screen and (max-width: 639px) {
  .main_box {
    /*スマホ用のcssを記述*/
    top: 50%;
    padding: 0 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    height: 220px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .main_box {
    /*tablet用のcssを記述*/
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    padding-right: 10px;
    height: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .main_box {
    /*pc用のcssを記述*/
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    padding: 82px 44px 90px 40px;
  }
}

.main_box_title {
  font-weight: 700;
  font-size: 26px;
}

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

@media (max-width: 767px) {
  .main_box_text {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .main_box_text {
    margin-top: 28px;
    font-weight: 700;
    margin-top: 32px;
  }
}

.News__inner {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .News__inner {
    margin-top: 0;
  }
}

.news-wrapper {
  background-color: #fff;
  padding: 0 60px;
  -webkit-box-shadow: 0px 5px 12px #3E3E3E33;
          box-shadow: 0px 5px 12px #3E3E3E33;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .news-wrapper {
    padding: 0px;
    margin-top: -30px;
    z-index: 100;
    margin-bottom: 60px;
  }
}

.news__topic {
  border-top: 1px solid #CECDCD;
}

.news__topic:last-child {
  border-bottom: 1px solid #CECDCD;
}

.news-item-link {
  font-size: 18px;
  color: #3E3E3E;
  display: block;
}

.news-item-link:hover {
  background-color: #4973FF1A;
}

@media (min-width: 768px) {
  .news-item-link {
    padding: 22px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news__topic__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  .news__topic__contents {
    padding: 16px;
    display: block;
  }
}

.news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

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

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

.news__topic__date {
  width: 115px;
}

.news-topic-label {
  font-size: 14px;
  margin: 8px 32px;
  text-align: center;
  border: solid #3B69FF 2px;
  border-radius: 50px;
  background: #fff;
}

@media (min-width: 768px) {
  .news-topic-label {
    width: 121px;
  }
}

@media (max-width: 767px) {
  .news-topic-label {
    margin: 0 24px;
    padding: 2px 14px;
  }
}

.news__topic__text {
  position: relative;
}

@media (min-width: 768px) {
  .news__topic__text {
    width: calc(100% - 300px);
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .news__topic__text {
    padding: 12px 28px 0 0;
  }
}

.news__topic__text::after {
  position: absolute;
  content: "";
  background: url(/img/news-arrow.svg) top right no-repeat;
  width: 15px;
  height: 23px;
  right: 0px;
  margin-left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button-arrow {
  background: #fff;
  padding-right: 16px;
  margin-left: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.service {
  background-color: #3E3E3E;
  height: 400px;
  padding: 40px;
}

@media (max-width: 767px) {
  .service {
    padding: 1px 16px;
    height: 480px;
  }
}

.service__box {
  background: #fff;
  max-width: 960px;
  padding: 60px 45px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 5px 12px #3E3E3E33;
          box-shadow: 0 5px 12px #3E3E3E33;
}

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

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

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

@media (min-width: 768px) {
  .service__contents + .service__contents {
    margin-left: 90px;
  }
}

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

.service__contents__img {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

.service__contents__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: .2em;
}

.service__contents__text {
  font-size: 14px;
  line-height: 24px;
}

.results__head {
  color: #fff;
  text-align: left;
}

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

.results_inner {
  margin-top: 280px;
  padding-left: 60px;
  background-color: #3E3E3E;
}

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

@media (max-width: 767px) {
  .results_inner {
    padding: 0;
    padding-bottom: 40px;
    margin-top: 400px;
  }
}

.result__items {
  max-width: 100%;
}

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

.results__item__body {
  background-color: #fff;
  padding: 16px;
  color: #3E3E3E;
}

@media (max-width: 767px) {
  .results__item__body {
    padding: 12px;
  }
}

.results__item__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .results__item__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.swiper {
  padding-bottom: 60px;
  z-index: 0;
}

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

.swiper-container {
  padding: 0 0 0 40px;
}

.swiper-container .swiper-wrapper {
  padding: 30px 0;
}

.swiper-container .swiper-wrapper .swiper-slide {
  width: 150px;
  height: 100px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 13px;
  margin-left: 3px;
}

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

.swiper-pagination-bullet-active {
  border: solid 1px #fff;
  position: relative;
}

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

.button__black {
  font-size: 20px;
  letter-spacing: .2em;
  text-align: center;
}

@media (min-width: 768px) {
  .button__black {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}

.button__black a {
  padding: 20px 80px;
  color: white;
  border: solid 1px white;
  background-color: #3E3E3E;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}

@media (min-width: 768px) {
  .button__black a:hover {
    color: #3E3E3E;
    background-color: white;
  }
}

@media (min-width: 768px) {
  .price__head {
    margin-bottom: 10px;
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  .price__inner {
    margin: 0 160px;
  }
}

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

.price-table {
  max-width: 960px;
  font-size: 24px;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
}

.price-table {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-table-headder {
  background-color: #3E3E3E;
  color: #fff;
  border: 1px #707070 solid;
}

@media (min-width: 768px) {
  .price-table-headder {
    padding: 16px 10px;
  }
}

@media (max-width: 767px) {
  .price-table-headder {
    padding: 10px 10px;
  }
}

.price-table-data {
  width: 72.7083%;
  background: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  border: 1px #707070 solid;
}

@media (max-width: 767px) {
  .price-table-data {
    padding-left: 20px;
  }
}

.price-notice {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
}

.comments__bg {
  content: "";
  background: #3E3E3E;
  margin-top: 292px;
  height: 576px;
  z-index: 1;
}

@media (min-width: 768px) {
  .comments__bg {
    margin-right: 23.4343%;
  }
}

@media (max-width: 767px) {
  .comments__bg {
    margin-top: 115px;
    height: 620px;
  }
}

@media screen and (max-width: 639px) {
  .comments-row {
    /*スマホ用のcssを記述*/
    margin-top: -685px;
    z-index: 2;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .comments-row {
    /*tablet用のcssを記述*/
    margin-top: -685px;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .comments-row {
    /*pc用のcssを記述*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 120px;
    margin-top: -685px;
  }
}

.comments-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.5%;
          flex: 0 0 55.5%;
  background: #fff;
  padding: 60px;
}

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

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

.comments__head {
  text-align: left;
}

@media (max-width: 767px) {
  .comments__head {
    padding: 0 0 40px 0;
  }
}

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

.comments__item:first-child {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .comments__item:first-child {
    margin-bottom: 40px;
  }
}

.comment {
  line-height: 1.4285;
}

.comments-picture {
  margin-right: 32px;
  width: 100px;
  height: 100px;
}

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

.comment {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.comments-right {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.5;
          flex: 0 0 44.5;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .comments-right {
    /*tablet用のcssを記述*/
    display: none;
  }
}

.QA__inner {
  margin-top: 80px;
  background: url(../img/qa-bg.png) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .QA__inner {
    margin-top: 60px;
  }
}

.QA__list {
  max-width: 100%;
  padding-bottom: 90px;
}

@media (min-width: 768px) {
  .QA__list {
    margin-right: 40px;
    margin-left: 50%;
  }
}

@media (max-width: 767px) {
  .QA__list {
    padding-bottom: 30px;
  }
}

.QA__item {
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 16px;
}

.QA__item__header {
  position: relative;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.QA__item__header::before {
  position: absolute;
  content: "Q";
  font-weight: 700;
  background: #3B69FF;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  left: 0px;
  text-align: center;
  line-height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.QA__item__icon {
  width: 16px;
  height: 16px;
  right: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.QA__item__icon.is-open .QA__item__bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.QA__item__bar1 {
  width: 16px;
  height: 2px;
  background: #3B69FF;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

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

.QA__item__box {
  margin-top: 16px;
  background: #3B69FF33;
  border-radius: 4px;
  padding: 16px;
  display: none;
}

.Access__head {
  text-align: left;
  padding: 0 0 60px 0;
  padding: 0 0 40px 0;
}

@media (max-width: 767px) {
  .Access__head {
    padding: 40px 0;
  }
}

.Access__bg {
  content: "";
  background: #3E3E3E;
  height: 504px;
  z-index: 1;
}

@media (min-width: 768px) {
  .Access__bg {
    margin-right: 23.44%;
  }
}

@media (max-width: 767px) {
  .Access__bg {
    height: 430px;
  }
}

@media (max-width: 767px) {
  .Access__inner {
    background-color: #3E3E3E;
    padding-bottom: 60px;
  }
}

.map__button {
  width: 341px;
  height: 72px;
  font-size: 20px;
  letter-spacing: .2em;
  text-align: center;
}

@media (min-width: 768px) {
  .map__button {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}

.map__button a {
  padding: 20px 80px;
  color: white;
  border: solid 1px white;
  background-color: #3E3E3E;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}

@media (min-width: 768px) {
  .map__button a:hover {
    color: #3E3E3E;
    background-color: white;
  }
}

@media (max-width: 767px) {
  .map__button {
    margin-top: 24px;
  }
}

.Access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 120px;
  z-index: 2;
}

@media (min-width: 768px) {
  .Access__row {
    margin-top: -384px;
    padding-right: 40px;
  }
}

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

.Access__left {
  color: #fff;
}

@media screen and (max-width: 639px) {
  .Access__left {
    /*スマホ用のcssを記述*/
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .Access__left {
    /*tablet用のcssを記述*/
  }
}

@media screen and (min-width: 1024px) {
  .Access__left {
    /*pc用のcssを記述*/
    padding-left: 100px;
  }
}

.Access__right {
  width: 726px;
  height: 520px;
}

@media screen and (max-width: 785px) {
  .Access__right {
    /*スマホ用のcssを記述*/
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 784px) and (max-width: 1023px) {
  .Access__right {
    /*tablet用のcssを記述*/
    margin-left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .Access__right {
    /*pc用のcssを記述*/
    margin-left: 100px;
  }
}

.Access__adress {
  line-height: 1.5;
}

.iframe-wrap {
  width: 100%;
  padding-top: 71.62534%;
  position: relative;
  -webkit-box-shadow: 5px 6px 15px #60606029;
          box-shadow: 5px 6px 15px #60606029;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .iframe-wrap {
    margin: 24px 0;
  }
}

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

.contact {
  background: url(../img/contact-bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 639px) {
  .contact {
    /*スマホ用のcssを記述*/
    padding: 40px 16px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .contact {
    /*tablet用のcssを記述*/
    padding: 60px 80px;
  }
}

@media screen and (min-width: 1024px) {
  .contact {
    /*pc用のcssを記述*/
    padding: 60px 160px;
  }
}

.contact__wrapper {
  background: #fff;
  border-radius: 12px;
}

.contact__header {
  background: url(../img/contact1.png) no-repeat center center/cover;
  border-radius: 12px 12px 0 0;
}

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

.contact__head {
  padding-bottom: 16px;
}

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

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

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

.contact__body {
  padding: 60px 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .contact__body {
    padding: 40px 12px;
  }
}

.contact-category {
  width: 200px;
}

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

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

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

@media (min-width: 768px) {
  .placeholder {
    padding-left: 5px;
  }
}

.contact-item-title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .contact-item-title {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .contact-item-title {
    padding-bottom: 16px;
  }
}

.contact-item-title-inline {
  background-color: #FF4646;
  font-weight: 700;
  border-radius: 2px;
  color: #fff;
  width: 24px;
  height: 12px;
  font-size: 12px;
  padding: 4px 8px;
  margin-left: 20px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  padding: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  background: url(../img/arrow.svg) no-repeat right 12px center/16px 16px;
  font-style: inherit;
  font-size: inherit;
}

select:hover {
  -webkit-box-shadow: 0 0 5px #4973FF33;
          box-shadow: 0 0 5px #4973FF33;
  border: #3B69FF 1px solid;
}

@media (max-width: 767px) {
  select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.contact-item-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /*コレ*/
}

@media (min-width: 768px) {
  .contact-item-input {
    width: calc(100% - 190px);
    padding-bottom: 10px;
    /*コレ*/
  }
}

.contact-item-input [type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #cccccc;
  border-right: none;
  border-left: none;
  border-top: none;
  width: 100%;
  font-style: inherit;
  font-size: inherit;
}

.contact-item-input [type="text"]:hover {
  -webkit-box-shadow: 0 0 10px 0 #4973FF33;
          box-shadow: 0 0 10px 0 #4973FF33;
  border-bottom: #3B69FF 1px solid;
}

[type="e-mail"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #cccccc;
  border-right: none;
  border-left: none;
  border-top: none;
  width: 100%;
  font-style: inherit;
  font-size: inherit;
}

[type="e-mail"]:hover {
  -webkit-box-shadow: 0 0 10px 0 #4973FF33;
          box-shadow: 0 0 10px 0 #4973FF33;
  border-bottom: #3B69FF 1px solid;
}

.contact-radio-input {
  opacity: 0;
}

.contact-radio-part {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}

.contact-radio-input + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.contact-radio-input + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.contact-radio-input:hover + span::before {
  -webkit-box-shadow: 0 0 5px #4973FF33;
          box-shadow: 0 0 5px #4973FF33;
  border: #3B69FF 1px solid;
}

.contact-radio-input + span::after {
  -webkit-transform: translateY(-50%);
  background: #3B69FF;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}

.contact-radio-input:checked + span::after {
  opacity: 1;
}

textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
}

textarea:hover {
  -webkit-box-shadow: 0 0 5px #4973FF33;
          box-shadow: 0 0 5px #4973FF33;
  border: #3B69FF 1px solid;
}

.contact-privacy {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 20px;
}

.contact-privacy-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact-privacy-part {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  top: 0;
  left: 0;
  position: absolute;
}

.contact-privacy-part:hover {
  border: #3B69FF 1px solid;
  -webkit-box-shadow: 0 0 5px #4973FF33;
          box-shadow: 0 0 5px #4973FF33;
}

.contact-privacy-part:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #3B69FF;
  border-bottom: 3px solid #3B69FF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

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

.contact-footer-text:hover span {
  -webkit-box-shadow: 0 0 5px #4973FF33;
          box-shadow: 0 0 5px #4973FF33;
  border: #3B69FF 1px solid;
}

.contact-footer {
  margin-top: 38px;
  font-weight: 700;
  font-size: 18px;
}

.contact-privacy-link {
  color: inherit;
}

.util-link-submit {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 16px 50px;
  margin-top: 40px;
  background-color: #B2B2B2;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.util-link-submit.-active {
  color: white;
  background-color: #FFAA3B;
}

.util-link-submit.-active:hover {
  background-color: #F18900;
}

@media (max-width: 767px) {
  .util-link-submit {
    margin-top: 35px;
  }
}

.contact-footer-submit {
  text-align: center;
}

footer {
  background-color: #3E3E3E;
  color: #E3E3E3;
}

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

.footer__container {
  padding: 60px 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media (max-width: 767px) {
  .footer__container {
    padding: 60px 30px;
  }
}

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

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

.fab {
  font-size: 36px;
  color: #B2B2B2;
}

@media (min-width: 768px) {
  .fab {
    margin-right: 32px;
  }
}

.fa-twitter {
  margin-right: 50px;
}

.footer_links {
  margin-top: 40px;
}

.footer_link:not(last-child) {
  margin-bottom: 24px;
}

.footer__icons__facebook {
  margin-right: 0;
}

.fa-facebook {
  margin-right: 0;
}

.footer-right {
  margin-left: auto;
  text-align: right;
}

.footer-logo {
  font-weight: 700;
  font-size: 40px;
}

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

.footer-text {
  font-size: 12px;
}

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

.to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
}
