@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  color: #3e3e3e;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
}

.section__title {
  text-align: center;
  font-size: 36px;
  line-height: 1.2222222222;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 30px;
    line-height: 1.2333333333;
  }
}

main {
  background: #f3f3f3;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    background: #fff;
    height: 68px;
  }
}

.header__inner {
  padding: 32px 326.06px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
    justify-content: flex-start;
    padding: 20px 16px;
  }
}

.header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 627px;
}

.header__item + .header__item {
  margin-left: 38px;
}

.header__link {
  display: block;
  position: relative;
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: -0.025em;
}
.header__link::after {
  position: absolute;
  left: 0;
  bottom: -5.5px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3e3e3e;
  opacity: 0;
  transition: 0.7s;
}
.header__link:hover::after {
  background: #3e3e3e;
  opacity: 1;
}

.header__logo {
  font-size: 23px;
}

.drawer__icon {
  z-index: 300;
  position: fixed;
  top: 24px;
  right: 16px;
  transition: transform 0.5s ease 0s;
}
.drawer__icon.is-active {
  transform: translateX(-300px);
}
.drawer__icon.is-active .drawer__bar1 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background: #fff;
}
.drawer__icon.is-active .drawer__bar2 {
  display: none;
}
.drawer__icon.is-active .drawer__bar3 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
}

.drawer__bars {
  position: relative;
  width: 26px;
  height: 20px;
}

.drawer__bar1,
.drawer__bar2,
.drawer__bar3 {
  position: absolute;
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 2px;
  background: #3e3e3e;
}

.drawer__bar1 {
  top: 0;
  left: 0;
}

.drawer__bar2 {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.drawer__bar3 {
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .drawer__list {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateX(105%);
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 299;
    transition: transform 0.5s ease 0s;
  }
  .drawer__list.is-active {
    transform: translateX(0);
  }
}

.drawer__item:not(:last-child) {
  margin-bottom: 32px;
}

.drawer__link {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.drawer__background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(62, 62, 62);
  opacity: 0.7;
  z-index: 298;
}
@media screen and (max-width: 767px) {
  .drawer__background.is-active {
    display: block;
  }
}

.top {
  width: 100%;
  height: 648px;
  background: url(../img/PC/mv.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top {
    background: url(../img/PC/mv.png) no-repeat center center/cover;
    background: url(../img/PC/mv.png) no-repeat center center/346%;
    height: 667px;
    background-position-x: 22%;
    background-position-y: 50%;
  }
}

@media screen and (max-width: 767px) {
  .top__inner {
    position: relative;
    padding: 162px 18px 230px 16px;
  }
}

.top__wrapper {
  position: absolute;
  top: calc(50% + 37px);
  left: 50%;
  transform: translateY(-50%);
  padding-right: 3.125%;
}
@media screen and (max-width: 767px) {
  .top__wrapper {
    position: relative;
    top: 60px;
    left: 0;
    padding-right: 0;
    transform: translateY(0);
  }
}

.top__title {
  margin-bottom: 26px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.000625em;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .top__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.6666666667;
  }
}

.top__text {
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.0249em;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .top__text {
    letter-spacing: 0;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top__text {
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
}

.top__btn {
  text-align: left;
}
@media screen and (min-width: 455px) and (max-width: 960px) {
  .top__btn {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top__btn {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 222px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }
}

.top__btn-link {
  display: inline-block;
  width: 282px;
  border-radius: 10px;
  height: 50px;
  background: #ffaa3b;
  box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  background: #ffaa3b;
}
@media screen and (max-width: 767px) {
  .top__btn-link {
    width: 100%;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .top__btn-link:hover {
    background: #f18900;
  }
}

.news {
  background: #f3f3f3;
  padding: 120px 40px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.news__inner {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  padding: 60px 60px 40px 60px;
  background: #fff;
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .news__inner {
    width: 100%;
    padding: 40px 0 40px 0;
    margin-top: -199px;
    position: relative;
  }
}

.news__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news__title {
    margin-bottom: 39px;
  }
}

.news__wrapper {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 41px;
}
@media screen and (max-width: 767px) {
  .news__wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 37px;
  }
}

.news__article {
  border-top: 1px solid #cecdcd;
}
.news__article:last-child {
  border-bottom: 1px solid #cecdcd;
}
@media screen and (max-width: 767px) {
  .news__article {
    position: relative;
  }
  .news__article::after {
    position: absolute;
    display: inline-block;
    width: 10.75px;
    height: 21.5px;
    content: "";
    background: url(../img/PC/news-arrow.svg) no-repeat center center/contain;
    top: 50%;
    right: 16.13px;
    transform: translateY(-50%);
  }
}

.news__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 38.5px;
  padding-bottom: 38.5px;
}
@media screen and (max-width: 767px) {
  .news__link {
    display: block;
    padding: 13px 16px;
  }
}
@media screen and (min-width: 768px) {
  .news__link:hover {
    background: rgba(73, 115, 255, 0.1);
  }
}

.news__article-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 259px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .news__article-head {
    justify-content: flex-start;
    margin-right: 0;
    width: 79.3002915452%;
    margin-bottom: 8px;
  }
}

.news__date {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 14px;
    letter-spacing: 0.025em;
    margin-right: 23px;
  }
}

.news__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 30px;
  max-width: 100%;
  border: 2px solid #3b69ff;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .news__tag {
    align-items: stretch;
    width: 81px;
    max-width: 100%;
    height: 20px;
    font-size: 12px;
    letter-spacing: 0.025em;
  }
}

.news__text {
  flex: 1 1 auto;
  padding-right: 83px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
  position: relative;
}
.news__text::after {
  position: absolute;
  display: inline-block;
  width: 10.75px;
  height: 21.5px;
  content: "";
  background: url(../img/PC/news-arrow.svg) no-repeat center center/contain;
  top: 50%;
  right: 16.13px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news__text::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news__text {
    width: 100%;
    padding-right: 39.2px;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.news__btn {
  text-align: center;
}

.news__btn-link {
  display: inline-block;
  text-align: center;
  width: 236px;
  height: 64px;
  font-size: 20px;
  line-height: 64px;
  letter-spacing: 0.2em;
  font-weight: 600;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .news__btn-link:hover {
    color: #ffffff;
    background: #3e3e3e;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .news__btn-link {
    width: 268px;
    max-width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
}

.service {
  background: linear-gradient(180deg, #3e3e3e 0%, #3e3e3e 400px, rgb(243, 243, 243) 400px, rgb(243, 243, 243) 100%);
}
@media screen and (max-width: 767px) {
  .service {
    background: linear-gradient(180deg, #3e3e3e 0%, #3e3e3e 480px, rgb(243, 243, 243) 480px, rgb(243, 243, 243) 100%);
  }
}

.service__inner {
  margin: 0 auto;
  padding-top: 60px;
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding-top: 40px;
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
    padding-bottom: 60px;
  }
}

.service__title {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .service__title {
    margin-bottom: 40px;
  }
}

.service__wrapper {
  width: 980px;
  max-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 45px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .service__wrapper {
    width: 100%;
    padding: 40px 14px 35px;
  }
}

.service__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service__list {
    flex-direction: column;
    align-items: center;
    justify-content: normal;
  }
}

.service__item {
  width: 26.4367816092%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .service__item {
    width: 100%;
  }
  .service__item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.service__thumb {
  position: relative;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__thumb {
    margin-bottom: 9px;
  }
}

.service__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
}

.service__heading {
  margin-bottom: 11px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service__heading {
    margin-bottom: 14px;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
}

.service__text {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .service__text {
    text-align: center;
  }
}

.results {
  padding-left: 3.125%;
  background-color: #f3f3f3;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .results {
    padding-left: 0;
    background: #3e3e3e;
  }
}

.results__inner {
  margin-left: auto;
  padding: 60px 0 60px 60px;
  width: 1240px;
  max-width: 100%;
  background: #3e3e3e;
}
@media screen and (max-width: 767px) {
  .results__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 4.2666666667%;
    width: 100vw;
  }
}
@media screen and (min-width: 1281px) {
  .results__inner {
    width: 96.875%;
  }
}

.results__title {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .results__title {
    text-align: center;
    position: relative;
    left: -2.5069637883%;
    margin-bottom: 41px;
  }
}

.rerults__list {
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .rerults__list {
    margin-bottom: 24px;
  }
}

.swiper-container {
  overflow: visible;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .swiper-container {
    margin-bottom: 23px;
  }
}

.results__img {
  vertical-align: bottom;
}

.results__item-body {
  padding: 10px 15px 21px 16px;
  background: #fff;
  color: #3e3e3e;
}
@media screen and (max-width: 767px) {
  .results__item-body {
    padding: 7px 12px 11px 13px;
  }
}

.results__heading {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .results__heading {
    font-size: 14px;
  }
}

.results__text {
  line-break: anywhere;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .results__text {
    line-break: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.0008333333em;
  }
}
.results__text .sp-only {
  font-feature-settings: "palt";
}

.results__btn {
  width: 289px;
  max-width: 100%;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .results__btn {
    margin: 0 auto;
    position: relative;
    left: -2.5069637883%;
    width: 316px;
    height: 54px;
  }
}

.results__btn-link {
  width: 100%;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .results__btn-link:hover {
    background: #fff;
    border: 1px solid #707070;
    color: #3e3e3e;
  }
}
@media screen and (max-width: 767px) {
  .results__btn-link {
    line-height: 54px;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}

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

.swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets {
  margin-bottom: 44px;
}

.swiper-pagination-bullet {
  margin-right: 20px;
  background: #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    margin-right: 19.3px;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: radial-gradient(#fff 0, #fff 6px, #3e3e3e 6px, #3e3e3e 9.5px, #fff 9.5px, #fff 10px);
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  opacity: 1;
}

.price {
  background: #f3f3f3;
}

.price__inner {
  padding-top: 120px;
  padding-bottom: 262px;
  padding-left: 12.5%;
  padding-right: 12.5%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price__inner {
    padding: 40px 16px 117px;
  }
}

.price__title {
  color: #3e3e3e;
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .price__title {
    margin-bottom: 40px;
  }
}

.price__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.price__table-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .price__table-wrapper {
    width: 100%;
  }
}

.price__table {
  width: 100%;
  border: 1px solid #707070;
  border-collapse: collapse;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .price__table {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

.price__header {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  width: 27.2916666667%;
  max-width: 100%;
  color: #ffffff;
  background: #3e3e3e;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .price__header {
    width: 29.1545189504%;
  }
}

.price__data {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  width: 72.7083333333%;
  color: #3e3e3e;
  background: #fff;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .price__data {
    width: 70.8454810496%;
    padding-left: 19px;
  }
}

.price__text {
  font-size: 12px;
}

.comments {
  display: block;
  height: 576px;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  background: linear-gradient(90deg, #3e3e3e 0%, #3e3e3e 76.5625vw, rgb(243, 243, 243) 76.5625vw, rgb(243, 243, 243) 100%);
}
@media screen and (max-width: 767px) {
  .comments {
    background: #3e3e3e;
    height: 425.5px;
  }
}

.comments__inner {
  position: absolute;
  top: -147px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-left: 3.125%;
  padding-right: 3.125%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .comments__inner {
    top: -64px;
    padding-left: 0;
    padding-right: 0;
  }
}

.comments__wrapper {
  width: 55.5%;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .comments__wrapper {
    width: 91.4666666667%;
    padding-top: 40px;
    padding-bottom: 36px;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}

.comments__title {
  text-align: left;
  color: #3e3e3e;
  margin-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .comments__title {
    margin-bottom: 41px;
  }
}

.comments__list {
  height: auto;
}

.comments__item {
  display: flex;
  justify-content: space-between;
}
.comments__item:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .comments__item:not(:last-child) {
    margin-bottom: 34px;
  }
}

.comments__thumb {
  width: 18.315018315%;
  height: auto;
  margin-right: 5.8608058608%;
}
@media screen and (max-width: 767px) {
  .comments__thumb {
    flex: 0 0 60px;
    margin-right: 6.7%;
  }
}

.comments__body {
  width: 75.8241758242%;
}

.comments__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .comments__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.comments__main-thumb {
  width: 44.5%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .comments__main-thumb {
    display: none;
  }
}

.comments__main-img {
  aspect-ratio: 534/444;
}

.qa {
  background: url(../img/PC/qa-bg.png) no-repeat center center/cover;
  aspect-ratio: 1280/952;
}

.qa__inner {
  margin: 0 auto;
  width: 1280px;
  max-width: 100%;
  padding: 60px 40px 85px;
}
@media screen and (max-width: 767px) {
  .qa__inner {
    padding: 40px 16px 35px;
  }
}

.qa__title {
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .qa__title {
    margin-bottom: 39px;
  }
}

.qa__list {
  width: 612px;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .qa__list {
    margin: 0 auto;
    width: 91.4666666667vw;
  }
}

.qa__item {
  margin-bottom: 32px;
  padding: 16px 16px 16px;
  background: #f3f3f3;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .qa__item {
    margin-bottom: 24px;
  }
}

.qa__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.qa__q-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qa__icon {
  margin-right: 16px;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: #3b69ff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.qa__q-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.qa__a {
  margin-top: 15px;
  background: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
  display: none;
}

.qa__a-text {
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .qa__a-text {
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 11px 19px 7px 12px;
  }
}

.qa__open-btn {
  width: 17px;
  height: 17px;
  position: relative;
}
.qa__open-btn.js-is-open .qa__bar1 {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qa__bar1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #3b69ff;
  width: 3px;
  height: 15px;
  transition: all 0.3s ease 0s;
}

.qa__bar2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 3px;
  background: #3b69ff;
}

.access {
  position: relative;
  height: auto;
  background: #f3f3f3;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .access {
    background: #3e3e3e;
  }
}
.access::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background: #3e3e3e;
  max-width: 100%;
  min-height: 504px;
  width: 76.5625%;
  aspect-ratio: 980/504;
}
@media screen and (max-width: 767px) {
  .access::before {
    display: none;
  }
}

.access__inner {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding-top: 121px;
  padding-bottom: 115px;
  padding-left: 7.8125%;
  padding-right: 3.125%;
}
@media screen and (max-width: 767px) {
  .access__inner {
    flex-direction: column;
    padding-top: 39px;
    padding-bottom: 62px;
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
  }
}

.access__container {
  display: flex;
  width: 27.4561403509%;
  margin-right: 8.7719298246%;
}
@media screen and (max-width: 767px) {
  .access__container {
    display: contents;
    width: 100%;
    margin-right: 0;
  }
}

.access__wrapper {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .access__wrapper {
    display: contents;
  }
}

.access__title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .access__title {
    order: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .access__title {
    margin-bottom: 38px;
  }
}

.access__address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .access__address {
    order: 2;
    margin-bottom: 20px;
  }
}

.access__address-text {
  line-height: 1.5;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .access__address-text {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

@media screen and (max-width: 767px) {
  .access__btn {
    max-width: 100%;
    order: 4;
    width: 339px;
    height: 54px;
    margin: 0 auto;
  }
}

.access__btn-link {
  width: 314px;
  max-width: 100%;
  height: 64px;
  text-align: center;
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .access__btn-link:hover {
    background: #fff;
    border: 1px solid #707070;
    color: #3e3e3e;
  }
}
@media screen and (max-width: 767px) {
  .access__btn-link {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 54px;
    letter-spacing: 0.099999em;
  }
}

.access__map {
  width: 63.6842105263%;
  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .access__map {
    order: 3;
    margin-bottom: 19px;
    width: 100%;
  }
}

.access__google-map {
  aspect-ratio: 726/520;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access__google-map {
    aspect-ratio: 343/241;
  }
}

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

.contact__inner {
  padding: 61px 160px 60px;
  padding-left: 12.5%;
  padding-right: 12.5%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 40px 4.2666666667%;
  }
}

.contact__container {
  width: 100%;
  max-width: 960px;
}

.contact__header {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 54px;
  border-radius: 12px 12px 0px 0px;
  align-items: center;
  background: url(../img/PC/contact1.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .contact__header {
    padding-top: 40px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
    background: url(../img/SP/contact1.png) no-repeat center center/cover;
  }
}

.contact__title {
  margin-bottom: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact__title {
    margin-bottom: 10px;
  }
}

.contact__text {
  font-size: 16px;
  font-weight: 40;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
  }
}

.contact__body {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 12.2448979592%;
  padding-right: 12.2448979592%;
  border-radius: 0px 0px 12px 12px;
}
@media screen and (max-width: 767px) {
  .contact__body {
    padding: 37px 3.4985422741% 40px;
  }
}

.contact__form {
  width: 100%;
  max-width: 720px;
}

.contact__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact__list {
    margin-bottom: 23px;
  }
}

.contact__item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact__item.name {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact__item.ruby {
    margin-bottom: 16px;
  }
}
.contact__item.email {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .contact__item.email {
    margin-bottom: 16px;
  }
}
.contact__item.radio {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .contact__item.radio {
    margin-bottom: 23px;
  }
}
.contact__item.textarea {
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contact__item {
    display: block;
    margin-bottom: 28px;
  }
}

.contact__item-title {
  display: flex;
  align-items: center;
  width: 188px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact__item-title {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  .contact__item-title.radio {
    margin-bottom: 4px;
  }
}

.contact__control {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
.contact__control.name, .contact__control.ruby, .contact__control.email {
  position: relative;
  flex: 1 1 auto;
  height: 32px;
}
.contact__control.select {
  position: relative;
}
.contact__control.select::after {
  position: absolute;
  top: 42%;
  right: 19.68px;
  transform: rotate(45deg) translateY(-50%);
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: solid 2px #3e3e3e;
  border-right: solid 2px #3e3e3e;
}
@media screen and (max-width: 767px) {
  .contact__control.select::after {
    right: 19.68px;
  }
}
@media screen and (max-width: 767px) {
  .contact__control {
    width: 100%;
    font-size: 14px;
  }
}

::-moz-placeholder {
  opacity: 0.5;
}

::placeholder {
  opacity: 0.5;
}

.contact__form-input {
  color: #3e3e3e;
}
@media screen and (max-width: 767px) {
  .contact__form-input {
    font-size: 14px;
  }
}

input[type=text],
input[type=email] {
  width: 100%;
  right: 15px;
  height: 32px;
  padding-left: 12px;
  line-height: 32px;
  border-bottom: 1px solid rgba(62, 62, 62, 0.5);
}
input[type=text]:hover, input[type=text]:focus, input[type=text]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:active {
  border-bottom: 1px solid #4973ff;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=email] {
    padding-left: 0;
    height: 19px;
    line-height: 19px;
  }
}

.contact__item input[type=text]:hover + .contact__focus-line,
.contact__item input[type=text]:focus + .contact__focus-line {
  opacity: 1;
}

.contact__item input[type=email]:hover + .contact__focus-line,
.contact__item input[type=email]:focus + .contact__focus-line {
  opacity: 1;
}

.contact__focus-line {
  display: block;
  width: 100%;
  height: 1px;
  bottom: 1px;
  position: absolute;
  left: 0;
  box-shadow: 0 5px 4px rgba(73, 115, 255, 0.6);
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .contact__focus-line {
    bottom: 13px;
  }
}

.form__select {
  width: 178px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #707070;
  padding-left: 12px;
}
.form__select:hover {
  box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5019607843);
}
.form__select.option {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .form__select.option {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .form__select {
    width: 100%;
    height: 38px;
    line-height: 38px;
  }
}

.contact__item-title-inline {
  margin-left: 12px;
  display: inline-block;
  width: 40px;
  height: 16px;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  background-color: #ff4646;
}
@media screen and (max-width: 767px) {
  .contact__item-title-inline {
    margin-left: 20px;
  }
}

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

.contact__radio-label {
  position: relative;
}
.contact__radio-label:first-child {
  margin-right: 36px;
}

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

.contact__radio-input + .contact__radio-part {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 20px;
}

.contact__radio-input + .contact__radio-part::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #707070;
  width: 12px;
  height: 12px;
}

.contact__radio-input + .contact__radio-part:hover::before {
  box-shadow: 0px 0px 6px rgba(73, 115, 255, 0.2);
  border: 1px solid #3b69ff;
}
.contact__radio-input + .contact__radio-part:active::before {
  box-shadow: none;
  background: rgba(73, 115, 255, 0.2);
}

.contact__radio-input + .contact__radio-part::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #3b69ff;
  opacity: 0;
}

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

.form__textarea {
  width: 100%;
  height: 200px;
  padding: 1px 12px;
  border: 1px solid #707070;
}
.form__textarea:hover {
  box-shadow: 0px 0px 6px rgba(73, 115, 255, 0.2);
  border: 1px solid #3b69ff;
}
.form__textarea:active {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .form__textarea {
    height: 160px;
  }
}

.contact__privacy-wrap {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .contact__privacy-wrap {
    margin-bottom: 30px;
  }
}

.contact__form-label {
  position: relative;
}

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

.contact__privacy-part {
  font-size: 18px;
  padding-left: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__privacy-part {
    padding-left: 37px;
    font-size: 16px;
  }
}
.contact__privacy-part:hover::before {
  box-shadow: 0px 0px 6px rgba(73, 115, 255, 0.2);
  border: 1px solid #3b69ff;
}
.contact__privacy-part:active::before {
  box-shadow: none;
  background: rgba(73, 115, 255, 0.2);
}
.contact__privacy-part::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .contact__privacy-part::before {
    width: 18px;
    height: 18px;
  }
}
.contact__privacy-part::after {
  position: absolute;
  top: 6px;
  left: 2px;
  transform: rotate(309deg);
  content: "";
  display: block;
  width: 16.19px;
  height: 8px;
  border-bottom: solid 2.19px #3b69ff;
  border-left: solid 2.19px #3b69ff;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contact__privacy-part::after {
    width: 11.31px;
    height: 7px;
    top: 7px;
    left: 4px;
  }
}

.contact__privacy-input:checked + .contact__privacy-part::after {
  opacity: 1;
}

.contact__submit {
  width: 173px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .contact__submit {
    width: 165px;
    height: 48px;
    margin: 0 auto;
  }
}

.btn__submit {
  width: 100%;
  line-height: 50px;
  background: #ffaa3b;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn__submit {
    line-height: 48px;
  }
}
.btn__submit:disabled {
  background: #b2b2b2;
}

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

.contact-message.-error {
  color: red;
}

.footer {
  background: #3e3e3e;
  color: #ffffff;
}

.footer__inner {
  padding: 62px 12.5% 60px calc(12.5% - 1px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 54px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__wrapper {
    text-align: center;
    margin-bottom: 36px;
  }
}

.footer__sns {
  display: flex;
  margin-bottom: 35px;
  width: 104px;
  max-width: 100%;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    justify-content: space-evenly;
    margin: 0 auto;
    width: 222px;
    margin-bottom: 38px;
  }
}

.footer__twitter {
  font-size: 36px;
  line-height: 36px;
  margin-right: 33px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer__twitter {
    margin-right: 0;
  }
}

.footer__facebook {
  font-size: 40px;
  line-height: 36px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer__facebook {
    text-align: center;
  }
}

.footer__info {
  letter-spacing: 0.025em;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer__info {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}

.footer__info p:not(:last-of-type) {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .footer__info p:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

.footer__logo-wrapper {
  display: flex;
  flex-direction: column;
}

.footer__logo {
  font-size: 40px;
  color: #e3e3e3;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    font-size: 32px;
  }
}

.corp-right {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.0245em;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .corp-right {
    text-align: center;
  }
}

.btn__totop {
  width: 50px;
  height: 50px;
  color: #3e3e3e;
  opacity: 0.8;
  position: fixed;
  bottom: 16px;
  right: 16px;
}
@media screen and (max-width: 767px) {
  .btn__totop {
    bottom: 13px;
  }
}

@media screen and (min-width: 768px) {
  .footer a:hover {
    opacity: 0.5;
  }
}