@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/*==========================================================================
color
========================================================================== */
/*==========================================================================
common
========================================================================== */
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
html, body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #3E3E3E;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6875;
  background: #F3F3F3;
}

img {
  width: 100%;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

a {
  color: #3E3E3E;
}

/*==========================================================================
header
========================================================================== */
.header {
  background: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.header.add-scrolled {
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
  .header-inner {
    background: #FFFFFF;
    height: 68px;
    padding: 0 16px;
  }
}

.header-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header-list {
    display: none;
  }
}

.header-item {
  height: 83px;
  line-height: 83px;
}
.header-item:not(:first-child) {
  margin-left: 40px;
}

.header-item-link {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.025em;
  position: relative;
}
.header-item-link::after {
  content: "";
  bottom: -8px;
  left: 50%;
  width: 125%;
  height: 2px;
  position: absolute;
  background: transparent;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}
.header-item-link:hover::after {
  background-color: #3E3E3E;
}

.header-logo {
  display: none;
  color: #3E3E3E;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  height: 68px;
  line-height: 68px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    display: block;
  }
}

.drawer-icon {
  position: fixed;
  top: 24px;
  right: 20px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  transform: translateX(-298px);
}
.drawer-icon.is-active .drawer-icon-bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background: #FFFFFF;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  transform: rotate(45deg);
  top: 8px;
  background: #FFFFFF;
}

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

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 26px;
  height: 4px;
  background: #3E3E3E;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-list {
  width: 300px;
  height: 100%;
  padding-top: 144px;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-list.is-active {
  transform: translateX(0);
}

.drawer-item a {
  display: block;
  text-align: center;
  color: #707070;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #3E3E3E;
  font-family: "Montserrat", sans-serif;
}
.drawer-item a span {
  position: relative;
}
.drawer-item a span::after {
  content: "";
  bottom: -8px;
  left: 50%;
  width: 125%;
  height: 2px;
  position: absolute;
  background: transparent;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}
.drawer-item a span:hover::after {
  background-color: #3E3E3E;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3E3E3E;
  opacity: 0.7;
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/*==========================================================================
top
========================================================================== */
.top {
  background: url(../img/mv.png) no-repeat center center/cover;
  height: 648px;
}
@media screen and (max-width: 767px) {
  .top {
    background: url(../img/mv.png) no-repeat -210px center/cover;
    height: 667px;
  }
}

.top-inner {
  position: relative;
  height: 565px;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .top-inner {
    position: relative;
    height: 100%;
    top: -5px;
  }
}

.top-body {
  position: absolute;
  width: 50%;
  padding-right: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
}
@media screen and (max-width: 767px) {
  .top-body {
    width: 100%;
    padding: 0 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}

.top-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.000625em;
}
@media screen and (max-width: 767px) {
  .top-title {
    font-size: 24px;
    line-height: 1.6666666667;
    letter-spacing: normal;
  }
}

.top-text {
  margin-top: 27px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .top-text {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: normal;
  }
}

.top-contact a {
  display: inline-block;
  margin-top: 39px;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  padding: 10px 50px;
  background: #FFAA3B;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
  letter-spacing: 0.025em;
  transition: all 0.3s ease 0s;
}
.top-contact a:hover {
  background: #F18900;
}
@media screen and (max-width: 767px) {
  .top-contact a {
    margin-top: 26px;
    padding: 10px 32px;
    font-size: 16px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767px) {
  .top-contact {
    text-align: center;
  }
}

/*==========================================================================
news
========================================================================== */
.news {
  background: #F3F3F3;
  padding: 120px 40px;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 0 16px;
  }
}

.news-inner {
  background: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
  padding: 53px 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .news-inner {
    padding: 36px 0 40px;
    position: relative;
    top: -40px;
  }
}

.news-head {
  font-size: 36px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news-head {
    font-size: 30px;
  }
}

.news-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .news-list {
    margin-top: 30px;
  }
}

.news-item {
  position: relative;
  transition: all 0.3s ease 0s;
}
.news-item:hover {
  background: rgba(73, 115, 255, 0.1019607843);
}
.news-item::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 21px;
  background: url(../img/news-arrow.svg) no-repeat center center/cover;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.news-item:nth-child(1) a {
  padding: 32px 0 41px;
}
@media screen and (max-width: 767px) {
  .news-item:nth-child(1) a {
    padding: 4px 16px 10px;
  }
}
.news-item:nth-child(1) .news-item-date {
  padding-top: 1px;
}
.news-item:nth-child(1) .news-item-meta {
  padding-top: 9px;
}
.news-item:nth-child(2) a {
  padding: 39px 0 40px;
}
@media screen and (max-width: 767px) {
  .news-item:nth-child(2) a {
    padding: 14px 16px 11px;
  }
}
.news-item:nth-child(3) a {
  padding: 40px 0 39px;
  border-bottom: 1px solid #CECDCD;
}
@media screen and (max-width: 767px) {
  .news-item:nth-child(3) a {
    padding: 13px 16px 11px;
  }
}

.news-item-link {
  display: block;
  border-top: 1px solid #CECDCD;
}

.news-item-body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-item-body {
    display: block;
  }
}

.news-item-meta {
  display: flex;
  width: 261px;
}
@media screen and (max-width: 767px) {
  .news-item-meta {
    width: 100%;
  }
}

.news-item-date {
  font-size: 18px;
  letter-spacing: 0.025em;
  width: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .news-item-date {
    font-size: 14px;
    letter-spacing: 0.025em;
    width: auto;
  }
}

.news-item-label {
  border-radius: 50px 50px 50px 50px;
  border: solid 2px #3B69FF;
  font-size: 14px;
  width: 121px;
  line-height: 26px;
  text-align: center;
  margin-left: 38px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .news-item-label {
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 20px;
    width: 80px;
    margin-left: 23px;
    height: 21px;
  }
}

.news-item-title {
  width: calc(100% - 261px);
  padding: 0 83px 0 38px;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-item-title {
    padding: 0 38px 0 0;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: normal;
  }
}

.news-button {
  text-align: center;
  margin-top: 38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .news-button {
    margin: 40px 37.5px 0px;
  }
}
.news-button a {
  display: inline-block;
  border: 1px solid #707070;
  padding: 15px 77px;
  background: #FFFFFF;
  color: #3E3E3E;
  transition: all 0.3s ease 0s;
}
.news-button a:hover {
  color: #FFFFFF;
  background: #3E3E3E;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .news-button a {
    width: 100%;
    padding: 11px 0;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}

/*==========================================================================
service
========================================================================== */
.service {
  padding-top: 51px;
  background: linear-gradient(to bottom, #3E3E3E 80.8080808081%, #F3F3F3 80.8080808081%);
}
@media screen and (max-width: 767px) {
  .service {
    padding: 35px 0 0;
    margin-top: 20px;
    background: linear-gradient(to bottom, #3E3E3E 59.186189889%, #F3F3F3 59.186189889%);
  }
}

.service-head {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-head {
    font-size: 30px;
  }
}

.service-inner {
  max-width: 960px;
  margin: 51px auto 0;
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .service-inner {
    margin-top: 31px;
  }
}

.service-list {
  display: flex;
  justify-content: space-between;
  padding: 66px 45px 61px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .service-list {
    display: block;
    padding: 47px 16px 34px;
  }
}

.service-item-body {
  width: 26.4367816092%;
}
@media screen and (max-width: 767px) {
  .service-item-body {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .service-item-body + .service-item-body {
    margin-top: 43px;
  }
}
@media screen and (max-width: 767px) {
  .service-item-body:nth-child(1) .service-item-text {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .service-item-body:nth-child(2) .service-item-text {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .service-item-body:nth-child(3) .service-item-text {
    margin-top: 13px;
  }
}

.service-item-picture {
  margin: 0 auto;
  width: 50px;
  height: 52px;
  display: flex;
  align-items: center;
  text-align: center;
}

.service-item-title {
  margin-top: 12px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #3E3E3E;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-item-title {
    line-height: 1.2;
    margin-top: 13px;
  }
}

.service-item-text {
  margin-top: 13px;
  font-size: 14px;
  color: #3E3E3E;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service-item-text {
    text-align: left;
    display: inline-block;
  }
}

/*==========================================================================
result
========================================================================== */
.result {
  margin: 120px 0 0 auto;
  max-width: calc(50vw + 600px);
}
@media screen and (max-width: 767px) {
  .result {
    margin-top: 60px;
  }
}

.result-inner {
  padding: 54px 0 61px 60px;
  background: #3E3E3E;
}
@media screen and (max-width: 767px) {
  .result-inner {
    padding: 35px 0 40px;
  }
}

.result-head {
  font-size: 36px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .result-head {
    text-align: center;
    font-size: 30px;
  }
}

.result-link:hover {
  opacity: 0.7;
}

.result-body {
  padding: 11px 16px 20px 16px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .result-body {
    padding: 8px 12px 10px;
  }
}

.result-title {
  color: #3E3E3E;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .result-title {
    font-size: 14px;
    letter-spacing: 0.0007142857em;
  }
}

.result-text {
  color: #3E3E3E;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 2px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .result-text {
    font-size: 12px;
    letter-spacing: 0.0008333333em;
    line-height: 1.5;
    margin-top: 4px;
  }
}

.result-button {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .result-button {
    text-align: center;
    box-sizing: content-box;
    padding: 0 30px;
    margin-top: 68px;
  }
}
.result-button a {
  display: inline-block;
  padding: 14px 77px;
  font-size: 20px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: #3E3E3E;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  transition: all 0.3s ease 0s;
}
.result-button a:hover {
  color: #3E3E3E;
  border: 1px solid #707070;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .result-button a {
    width: 100%;
    padding: 11px 0;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}

.swiper-area {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .swiper-area {
    margin-top: 33px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-wrapper {
    padding-left: 16px;
  }
}

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

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  width: 100%;
  bottom: -64px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -48px;
    left: 50%;
    transform: translateX(-49%);
  }
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}

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

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 4px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}

/*==========================================================================
price
========================================================================== */
.price {
  margin-top: 113px;
}
@media screen and (max-width: 767px) {
  .price {
    margin-top: 35px;
  }
}

.price-head {
  font-size: 36px;
  color: #3E3E3E;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .price-head {
    font-size: 30px;
  }
}

.price-table {
  max-width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .price-table {
    margin-top: 32px;
  }
}

.price-attention {
  font-size: 12px;
  color: #3E3E3E;
  margin-top: 8px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price-attention {
    font-size: 12px;
    margin-top: 4px;
  }
}

.table {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  table-layout: fixed;
}
.table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.table th,
.table td {
  border: 1px solid #707070;
  height: 60px;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .table th,
.table td {
    height: 55px;
    font-size: 20px;
  }
}
.table th {
  width: 262px;
  color: #FFFFFF;
  background: #3E3E3E;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .table th {
    width: 99px;
  }
}
.table td {
  background: #FFFFFF;
  color: #3E3E3E;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .table td {
    padding-left: 20px;
  }
}

/*==========================================================================
comments
========================================================================== */
.comments {
  margin-top: 115px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .comments {
    margin-top: 55px;
    padding-bottom: 60px;
  }
}

.comments-inner {
  display: flex;
  align-items: center;
}

.comments-body {
  padding: 114px 60px 119px;
  width: 55.5%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .comments-body {
    width: 100%;
    padding: 35px 21px 37px 20px;
  }
}

.comments-head {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .comments-head {
    font-size: 30px;
  }
}

.comments-item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .comments-item {
    margin-top: 45px;
  }
}
.comments-item:nth-of-type(1) {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .comments-item:nth-of-type(1) {
    margin-top: 28px;
  }
}
.comments-item:nth-of-type(2) {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .comments-item:nth-of-type(2) {
    margin-top: 34px;
  }
}

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

.comments-item-message {
  width: 75.8241758242%;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .comments-item-message {
    margin-left: 20px;
  }
}

.comments-message-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .comments-message-text {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.comments-picture {
  width: 44.5%;
}

.comment-background {
  width: 76.5625%;
  height: calc(100% - 724px + 576px);
  background: #3E3E3E;
  position: absolute;
  top: 148px;
  left: 0;
  z-index: -100;
}
@media screen and (min-width: 1280px) {
  .comment-background {
    width: calc(980px + (100% - 1280px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .comment-background {
    width: 100%;
    top: 60px;
    height: 100%;
  }
}

/*==========================================================================
qa
========================================================================== */
.qa {
  padding: 55px 0 120px;
  background: url(../img/qa-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 36px 0 60px;
  }
}

.qa-head {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #3E3E3E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa-head {
    font-size: 30px;
  }
}

.qa-items {
  width: 51%;
  margin-top: 49px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .qa-items {
    margin-top: 30px;
    width: 100%;
  }
}

.qa-item {
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 16px 16px 14px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .qa-item {
    padding: 16px 16px 16px;
  }
}
.qa-item + .qa-item {
  margin-top: 32px;
  padding: 16px 16px 13px;
}
@media screen and (max-width: 767px) {
  .qa-item + .qa-item {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .qa-item:nth-child(n+3) .qa-box-icon {
    top: 50%;
  }
}
.qa-item.qa-item2 {
  padding: 12px 16px 15px;
}
@media screen and (max-width: 767px) {
  .qa-item.qa-item2 {
    padding: 12px 16px 14px;
  }
}

.qa-box-q {
  font-weight: 700;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
  letter-spacing: 0.025em;
}
.qa-box-q span {
  line-height: 1.5;
}
.qa-box-q::before {
  content: "Q";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  background: #3B69FF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.qa-box-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qa-box-icon {
    top: calc(50% - 3px);
  }
}
.qa-box-icon.is-open .qa-box-bar2 {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .qa-box-icon.qa-item2-icon {
    top: 50%;
  }
}

.qa-box-bar1 {
  width: 15px;
  height: 3px;
  background: #3B69FF;
  border-radius: 20px;
  position: absolute;
  top: 6px;
  left: 0px;
}

.qa-box-bar2 {
  width: 3px;
  height: 15px;
  background: #3B69FF;
  border-radius: 20px;
  position: absolute;
  top: 0px;
  left: 6px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .qa-box-bar2 {
    top: 0;
  }
}
.qa-box-bar2.qa-item2-bar {
  top: 0;
}

.qa-box-a {
  display: none;
  margin-top: 12px;
}
.qa-box-a.qa-box-a2 {
  margin-top: 10px;
}

.qa-box-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 16px;
  background: rgba(59, 105, 255, 0.2);
  border-radius: 4px 4px 4px 4px;
}
@media screen and (max-width: 767px) {
  .qa-box-content {
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 11px 16px 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .qa-box-content.qa-box-content2 {
    padding: 10px 12px;
  }
}

/*==========================================================================
access
========================================================================== */
.access {
  background: linear-gradient(to right, #3E3E3E 50%, #F3F3F3 50%);
}
@media screen and (max-width: 1200px) {
  .access {
    background: #3E3E3E;
  }
}

.access-inner {
  position: relative;
}

.access-content {
  padding: 113px 60px 121px;
  background: #3E3E3E;
  width: 78.3333333333%;
}
@media screen and (max-width: 1200px) {
  .access-content {
    padding: 35px 0 60px;
    width: 100%;
  }
}

.access-head {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .access-head {
    font-size: 30px;
  }
}

.access-info {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.5;
  margin-top: 47px;
}
@media screen and (max-width: 1200px) {
  .access-info {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 30px;
  }
}

.access-button {
  margin-top: 27px;
}
@media screen and (max-width: 1200px) {
  .access-button {
    margin-top: 22px;
    text-align: center;
  }
}
.access-button a {
  display: inline-block;
  width: 314px;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  border: 1px solid #FFFFFF;
  background: #3E3E3E;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.access-button a:hover {
  color: #3E3E3E;
  border: 1px solid #707070;
  background: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .access-button a {
    width: calc(100% - 4px);
    font-size: 18px;
    height: 54px;
    line-height: 54px;
  }
}

.access-map {
  max-width: 726px;
  position: absolute;
  width: 77.2340425532%;
  top: 120px;
  right: 40px;
}
@media screen and (max-width: 1200px) {
  .access-map {
    position: static;
    width: 100%;
    margin-top: 22px;
  }
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 71.6253443526%;
}
@media screen and (max-width: 1200px) {
  .iframe-wrap {
    padding-top: 70.2623906706%;
  }
}

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

/*==========================================================================
contact
========================================================================== */
.contact {
  padding: 60px 0;
  background: url(../img/contact-bg.png) no-repeat center center/cover;
  margin-top: 256px;
}
@media screen and (max-width: 1200px) {
  .contact {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
}
.contact input[type=text],
.contact input[type=email] {
  width: 100%;
  border: 0;
  font-size: 16px;
  border-bottom: 2px solid #CECDCD;
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact input[type=text],
.contact input[type=email] {
    padding-left: 0;
    font-size: 14px;
    height: 24px;
  }
}
.contact input[type=text]:hover, .contact input[type=text]:focus,
.contact input[type=email]:hover,
.contact input[type=email]:focus {
  border-bottom: 2px solid #4973FF;
}
.contact input[type=text]:hover + span, .contact input[type=text]:focus + span,
.contact input[type=email]:hover + span,
.contact input[type=email]:focus + span {
  display: block;
  height: 1px;
  width: 100%;
  background: #4973FF;
  box-shadow: 0 5px 5px rgba(73, 115, 255, 0.5);
  position: absolute;
  bottom: 0;
}
.contact input[type=text]:focus-visible,
.contact input[type=email]:focus-visible {
  outline: none;
}
.contact textarea {
  min-height: 200px;
  resize: vertical;
  width: 100%;
  border: 1px solid #707070;
  font-weight: 500;
  font-size: 16px;
}
.contact textarea:hover, .contact textarea:focus {
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
  border: 1px solid #4973FF;
}
.contact textarea:focus-visible {
  outline: none;
}
@media screen and (max-width: 767px) {
  .contact textarea {
    font-size: 14px;
    min-height: 160px;
  }
}
.contact select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  color: #3E3E3E;
  cursor: pointer;
  width: 100%;
  padding: 9px 9px 9px 11px;
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.contact select:hover, .contact select:focus {
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
}
.contact select:focus-visible {
  outline: none;
}
.contact select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact select {
    font-size: 14px;
  }
}

.select-wrap {
  position: relative;
  font-size: 16px;
  width: 178px;
}
@media screen and (max-width: 767px) {
  .select-wrap {
    width: 100%;
  }
}
.select-wrap::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3E3E3E;
  border-left: 2px solid #3E3E3E;
  pointer-events: none;
  transform: rotate(-135deg);
}

.contact-content {
  margin: 0 auto;
  max-width: 960px;
}

.contact-body {
  text-align: center;
  padding: 51px 0 54px;
  background: url(../img/contact1.png) no-repeat center center/cover;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-body {
    padding: 34px 16px 37px;
    background: url(../img/sp/contact1.png) no-repeat center center/cover;
  }
}

.contact-body-head {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .contact-body-head {
    font-size: 30px;
  }
}

.contact-body-text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .contact-body-text {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
  }
}

.contact-form {
  background: #FFFFFF;
  padding: 60px 120px 59px;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 1024px) {
  .contact-form {
    padding: 60px 60px 59px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 40px 12px;
  }
}

.contact-item {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .contact-item {
    display: block;
    margin-top: 33px;
  }
}
.contact-item:nth-of-type(5) {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .contact-item:nth-of-type(5) {
    margin-top: 31px;
  }
}
.contact-item:nth-of-type(5) .contact-item-input {
  margin-left: 54px;
}
@media screen and (max-width: 767px) {
  .contact-item:nth-of-type(5) .contact-item-input {
    margin-left: -6px;
    margin-top: 11px;
  }
}
.contact-item.contact-item1 {
  margin-top: 0;
}

.contact-item2 {
  margin-top: 22px;
}

.contact-item-title {
  font-size: 16px;
  color: #3E3E3E;
  font-weight: 700;
  flex: 0 0 128px;
  line-height: 1;
}
.contact-item-title .is-required {
  position: relative;
  display: inline-block;
}
.contact-item-title .is-required::after {
  content: "必須";
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  background: #FF4646;
  border-radius: 2px 2px 2px 2px;
  left: calc(100% + 12px);
  width: 40px;
  line-height: 16px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact-item-title .is-required::after {
    left: calc(100% + 20px);
  }
}

.contact-item2-title {
  font-size: 16px;
  color: #3E3E3E;
  font-weight: bold;
}

.contact-item-input {
  flex: 0 1 100%;
  margin-left: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-item-input {
    width: 100%;
    margin: 0;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .contact-item-input.contact-item-input1 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-item-input.contact-item-input3 {
    margin-top: 7px;
  }
}

.contact-item2-input {
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .contact-item2-input {
    margin-top: 8px;
  }
}

.contact-radio {
  font-weight: 500;
}
.contact-radio:hover .contact-radio-input + span::before {
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
  border: 1px solid #4973FF;
}
.contact-radio:active .contact-radio-input + span::before {
  background: rgba(73, 115, 255, 0.2);
  border: 1px solid #4973FF;
}
.contact-radio:nth-of-type(2) {
  margin-left: 30px;
}

.contact-radio-input {
  opacity: 0;
}
.contact-radio-input:focus + span::before {
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
  border: 1px solid #4973FF;
}
.contact-radio-input:focus-visible {
  outline: none;
}

.contact-radio-input + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

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

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

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

.contact-footer {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .contact-footer {
    margin-top: 20px;
  }
}

.contact-footer-text {
  font-size: 18px;
  color: #3E3E3E;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-footer-text {
    font-size: 16px;
  }
}

.contact-privacy {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.contact-privacy:hover .contact-privacy-part {
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
  border: 1px solid #4973FF;
}
.contact-privacy:active .contact-privacy-part {
  background: rgba(73, 115, 255, 0.2);
  border: 1px solid #4973FF;
}

.contact-privacy-part {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #707070;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact-privacy-part {
    height: 18px;
    width: 18px;
    top: 3px;
  }
}
.contact-privacy-part::after {
  content: "";
  width: 6px;
  height: 12px;
  border: 2px solid #3B69FF;
  border-top: 0;
  border-left: 0;
  background: transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 5px;
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-privacy-part::after {
    top: -1px;
    left: 4px;
  }
}

.contact-privacy-text {
  display: inline-block;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .contact-privacy-text {
    margin-left: 38px;
  }
}

.contact-privacy-input {
  display: inline-block;
  border: solid 1px #3B69FF;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  opacity: 0;
}
.contact-privacy-input:focus + .contact-privacy-part {
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
  border: 1px solid #4973FF;
}
.contact-privacy-input:checked + span::after {
  display: block;
}

.contact-footer-submit {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .contact-footer-submit {
    text-align: center;
    margin-top: 30px;
  }
}
.contact-footer-submit button {
  display: inline-block;
  width: 173px;
  height: 50px;
  line-height: 50px;
  background: #B2B2B2;
  border-radius: 10px 10px 10px 10px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.025em;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.contact-footer-submit button.-active {
  background: #FFAA3B;
  cursor: pointer;
}
.contact-footer-submit button.-active:hover {
  background: #F18900;
}
@media screen and (max-width: 767px) {
  .contact-footer-submit button {
    font-size: 16px;
    width: 165px;
    height: 48px;
    line-height: 48px;
  }
}

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

.footer-inner {
  padding: 42px 160px 64px;
}
@media screen and (max-width: 1024px) {
  .footer-inner {
    padding: 42px 80px 64px;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 40px 0px 55px;
  }
}

.footer-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-content {
    display: block;
  }
}

.footer-left {
  padding-top: 3px;
}

.footer-sns {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer-sns {
    justify-content: center;
  }
}
.footer-sns li:not(:first-child) {
  margin-left: 34px;
}
@media screen and (max-width: 767px) {
  .footer-sns li:not(:first-child) {
    margin-left: 50px;
  }
}

.footer-sns-link {
  color: #F3F3F3;
  display: block;
  font-size: 40px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer-sns-link {
    font-size: 40px;
  }
}

.fa-twitter {
  font-size: 36px;
}

.fa-square-facebook {
  font-size: 40px;
}

.footer-nav {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    text-align: center;
    margin-top: 20px;
  }
}
.footer-nav li:not(:first-child) {
  margin-top: 13px;
}

.footer-nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  position: relative;
}
.footer-nav-link:hover::after {
  background: #ffffff;
}
.footer-nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: transparent;
  left: 0;
  bottom: -5px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .footer-nav-link {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}
.footer-nav-link + .footer-nav-link {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .footer-nav-link + .footer-nav-link {
    margin-top: 26px;
  }
}

.footer-right {
  margin-left: auto;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .footer-right {
    margin: 28px 0 0 0;
    padding-top: 0;
  }
}

.footer-title {
  font-weight: 700;
  color: #E3E3E3;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer-title {
    font-size: 32px;
    text-align: center;
  }
}

.footer-copy {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  opacity: 0.6;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.025em;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    text-align: center;
    margin-top: 0;
  }
}

.to-top {
  position: fixed;
  right: 40px;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .to-top {
    right: 16px;
    bottom: 13px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  transition: all 0.3s ease 0s;
}
.to-top a:hover {
  opacity: 0.7;
}
.to-top a img {
  width: 50px;
}