@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
@media (max-width: 767px) {
  .is-pc,
.is-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .is-pc,
.is-sm {
    display: none;
  }
}
@media (min-width:1200px) {
  .is-sm,
.is-tab {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  color: #3E3E3E;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.1875;
  background: #F3F3F3;
  margin: 0;
  overflow-x: hidden;
}

img {
  width: 100%;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0px 16px;
  }
}

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

.util-link {
  font-size: 20px;
  letter-spacing: 0.19999em;
  color: #3E3E3E;
  padding: 19px 78px;
  border: 1px solid #707070;
  background: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.4s, color 0.4s;
}
@media (min-width:1200px) {
  .util-link:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .util-link {
    font-size: 18px;
    padding: 16px 97px;
  }
}

.util-link2 {
  font-size: 20px;
  letter-spacing: 0.19999em;
  color: #fff;
  font-weight: 600;
  padding: 19px 78px;
  border: 1px solid #fff;
  background: #3E3E3E;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.4s, color 0.4s;
}
@media (min-width:1200px) {
  .util-link2:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .util-link2 {
    font-size: 18px;
    padding: 15px 87px;
    width: 316px;
    max-width: 100%;
  }
}

.header {
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 112;
  box-sizing: content-box;
  margin: 0 auto;
}

.header-logo {
  font-size: 23px;
  font-weight: 700;
  color: #3E3E3E;
  font-family: "Montserrat", sans-serif;
  height: 68px;
  line-height: 68px;
}
.header-logo a {
  color: #3E3E3E;
}

@media (max-width: 767px) {
  .header-nav {
    padding: 149px 0px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
  }
}

.header-nav-list {
  justify-content: center;
}
@media (min-width:1200px) {
  .header-nav-list {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-nav-list {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-nav-list {
    text-align: center;
  }
}

@media (min-width:1200px) {
  .header-nav-item:not(:first-child) {
    margin-left: 37px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-nav-item:not(:first-child) {
    margin-left: 37px;
  }
}
@media (max-width: 767px) {
  .header-nav-item:not(:first-child) {
    margin-top: 27px;
  }
}

.header-nav-item-link {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #3E3E3E;
  display: block;
  height: 62px;
  line-height: 46px;
  letter-spacing: 0.009em;
  transition: all 0.3s;
}
@media (min-width:1200px) {
  .header-nav-item-link:hover {
    border-bottom: 1px solid #000;
    height: 37px;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .header-nav-item-link {
    font-weight: 600;
    height: 27px;
  }
}

.drawer-hamburger-icon {
  border-radius: 3px;
  height: 4px;
}
.drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  height: 4px;
  border-radius: 3px;
}

.drawer-open .drawer-hamburger-icon::after, .drawer-open .drawer-hamburger-icon::before {
  opacity: 1;
  z-index: 112;
  background-color: #fff;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 111;
  }
}

@media (max-width: 767px) {
  .drawer-open .drawer-nav {
    background: #fff;
    opacity: 1;
    width: 331px;
  }
}

@media (max-width: 767px) {
  .drawer-nav {
    background: transparent;
    opacity: 1;
    width: 293px;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 20.6rem;
}

.drawer-hamburger {
  position: fixed;
  top: 4px;
}

.top {
  width: 100%;
}

.top_picture {
  position: relative;
  height: 648px;
  background: url(../img/mv.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .top_picture {
    height: 667px;
    background: url(../img/mv.png) no-repeat center left -202px/cover;
  }
}
.top_picture::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.top_message {
  position: absolute;
  z-index: 51;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  top: 0.4%;
  left: 50%;
  transform: translate(0%, 84%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top_message {
    transform: translate(0%, 66%);
  }
}
@media (max-width: 767px) {
  .top_message {
    top: 0.4%;
    left: 0%;
    transform: translateY(98%);
    padding: 0px 15px;
  }
}

.top_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top_title {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}

.top_text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
  margin-top: 29px;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .top_text {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 24px;
    letter-spacing: 0;
  }
}

.top__button {
  margin-top: 36px;
  display: inline-block;
  width: 282px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #FFAA3B;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.4s;
}
.top__button a {
  color: #fff;
}
@media (min-width:1200px) {
  .top__button:hover {
    background: #F18900;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .top__button {
    margin-top: 27px;
    text-align: center;
    margin-left: 10px;
    width: 222px;
    margin-left: 62px;
  }
  .top__button a {
    max-width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #FFAA3B;
    border-radius: 10px;
    text-decoration: none;
  }
}

.news {
  background: #F3F3F3;
  padding: 120px 0 120px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news {
    padding: 120px 25px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 0px 16px 59px;
  }
}

.news-inner {
  background: #fff;
  padding: 60px 0 40px;
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
}
@media (max-width: 767px) {
  .news-inner {
    position: relative;
    margin-top: -39px;
    z-index: 100;
    padding: 40px 0 40px;
  }
}

.news_items {
  width: 1080px;
  margin: 60px auto 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_items {
    width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .news_items {
    width: 100%;
    margin: 40px auto 0;
  }
}

.news_item {
  transition: background-color 0.3s;
  background: #fff url(../img/news-arrow.png) no-repeat right 12px center/16px 22px;
}
@media (min-width:1200px) {
  .news_item:hover {
    background-color: rgba(73, 115, 255, 0.1019607843);
    cursor: pointer;
  }
}
@media (min-width:1200px) {
  .news_item {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_item {
    display: flex;
  }
}
.news_item:first-child {
  border-top: 1px solid #CECDCD;
  border-bottom: 1px solid #CECDCD;
}
.news_item:not(:first-child) {
  border-bottom: 1px solid #CECDCD;
}

.news_meta {
  display: flex;
  width: 283px;
  align-items: center;
}
@media (max-width: 767px) {
  .news_meta {
    margin-top: 15px;
    margin-left: 16px;
  }
}

.news_date {
  font-size: 18px;
  letter-spacing: 0.025em;
  width: 100px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .news_date {
    font-size: 14px;
  }
}

.news_label {
  margin-left: 38px;
  width: 121px;
  display: inline-block;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #3B69FF;
}
@media (max-width: 767px) {
  .news_label {
    font-size: 12px;
    margin-left: 0px;
    width: 81px;
    height: 20px;
    line-height: 15px;
  }
}

.news_text {
  margin-left: 22px;
  width: calc(100% - 283px);
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.07em;
  padding-top: 34px;
  padding-bottom: 44px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_text {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .news_text {
    width: 100%;
    font-size: 14px;
    padding-top: 8px;
    margin-left: 16px;
    line-height: 1.4285714286;
    padding-bottom: 10px;
    letter-spacing: 0.05em;
    padding-right: 62px;
  }
}

.news_footer {
  text-align: center;
  margin-top: 42px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news_footer {
    margin-top: 40px;
  }
}

.service {
  background: #3E3E3E;
  height: 400px;
}
@media (max-width: 767px) {
  .service {
    height: 480px;
    padding: 0 16px;
  }
}

.-black {
  color: #fff;
  padding-top: 62px;
}
@media (max-width: 767px) {
  .-black {
    padding-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service_inner {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .service_inner {
    padding: 0;
  }
}

.service_items {
  margin: 0 auto;
  width: 960px;
  background: #fff;
}
@media (min-width:1200px) {
  .service_items {
    display: flex;
    margin: 60px auto;
    padding: 72px 45px 63px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service_items {
    display: flex;
    width: 700px;
    margin: 40px auto;
    padding: 72px 16px 63px;
  }
}
@media (max-width: 767px) {
  .service_items {
    background: #fff;
    width: 100%;
    margin: 41px auto;
    padding: 51px 16px 40px;
  }
}

.service_img {
  text-align: center;
}

@media (min-width:1200px) {
  .service_item {
    width: 230px;
  }
  .service_item:not(:first-child) {
    margin-left: 90px;
  }
}
.service_item img {
  width: 50px;
}
@media (max-width: 767px) {
  .service_item:not(:first-child) {
    margin-top: 49px;
  }
}

.service_title {
  margin-top: 17px;
  font-size: 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.service_title.-service_top {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .service_title.-service_top {
    margin-top: 29px;
  }
}
@media (max-width: 767px) {
  .service_title {
    line-height: 1.2;
  }
}

.service_text {
  margin-top: 11px;
  line-height: 1.7142857143;
  font-size: 14px;
}
@media (max-width: 767px) {
  .service_text {
    width: 100%;
    text-align: center;
    margin-top: 11px;
  }
}

.results_inner {
  background: #3E3E3E;
  margin-top: 216px;
  margin-left: 40px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .results_inner {
    margin-top: 390px;
    margin-left: 0;
    padding-bottom: 40px;
  }
}

.util-title2 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  padding: 60px 0 60px 20px;
}
@media (max-width: 767px) {
  .util-title2 {
    font-size: 30px;
    padding: 41px 0 41px 115px;
  }
}

.util-title2 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  padding: 60px 0 60px 20px;
}
@media (max-width: 767px) {
  .util-title2 {
    font-size: 30px;
    padding: 41px 0 41px 115px;
  }
}

.results_list {
  display: flex;
}
@media (min-width:1200px) {
  .results_list {
    margin-left: 20px;
  }
}

.results_item {
  max-width: 100%;
}
.results_item:not(:first-child) {
  margin-left: 41px;
}
.results_item img {
  width: 400px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .results_item {
    max-width: 100%;
    width: 300px;
  }
  .results_item img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .results_item {
    width: 274px;
  }
  .results_item:not(:first-child) {
    margin-left: 20px;
  }
  .results_item img {
    width: 274px;
  }
}

.results_body {
  background: #fff;
  padding: 17px 15px 17px;
}
@media (max-width: 767px) {
  .results_body {
    padding: 10px 15px 8px;
  }
}

.results_title {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .results_title {
    font-size: 14px;
  }
}

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

.results_footer {
  margin-top: 100px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .results_footer {
    margin: 67px 0 0 15px;
  }
}

.swiper {
  overflow: hidden;
}

.swiper-pagination {
  position: absolute;
  transition: 0.3s opacity;
  z-index: 10;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
}
@media (min-width:1200px) {
  .swiper-pagination-bullet:hover {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: #707070;
    cursor: pointer;
  }
}
.swiper-pagination-bullet:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: #707070;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin-left: 20px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .swiper-pagination-clickable .swiper-pagination-bullet {
    margin-top: 29px;
    margin-left: 88px;
    margin-right: -68px;
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: #707070;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: #707070;
}

.price {
  margin-top: 120px;
  padding-bottom: 262px;
}
@media (max-width: 767px) {
  .price {
    margin-top: 41px;
    padding-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
  }
}

.price_content {
  width: 960px;
  max-width: 100%;
  margin: 60px auto 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .price_content {
    width: calc(100% - 244px);
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .price_content {
    margin: 40px auto;
    width: 343px;
  }
}

.table {
  border-collapse: collapse;
  border: 1px solid #3E3E3E;
  background: #fff;
  font-weight: 700;
  width: 100%;
  table-layout: fixed;
}

.table th,
.table td {
  padding: 15px 40px;
  height: 60px;
  vertical-align: middle;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .table th,
.table td {
    font-size: 18px;
    height: 16px;
    padding: 16px 24px 17px 18px;
  }
}

.table th {
  background: #3E3E3E;
  color: #fff;
  width: 262px;
}
@media (max-width: 767px) {
  .table th {
    width: 100px;
  }
}

table th:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.table td {
  border: 1px solid #3E3E3E;
}

.price_attention {
  margin-top: 13px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .price_attention {
    margin-top: 10px;
  }
}

.comments_background {
  position: absolute;
  background: #3E3E3E;
  height: 576px;
  width: calc(100% - 300px);
  z-index: 100;
}
@media (max-width: 767px) {
  .comments_background {
    width: 100%;
    height: 427px;
  }
}

.comments {
  z-index: 101;
  position: relative;
  padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .comments {
    padding-right: 33px;
  }
}

.comments_inner {
  display: flex;
  align-items: center;
  top: 0;
  transform: translateY(-24%);
}
@media (max-width: 767px) {
  .comments_inner {
    transform: translateY(-12%);
  }
}

.comments_message {
  padding: 120px 60px 121px 59px;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments_message {
    margin: 0 auto;
    padding: 100px 10px 50px 15px;
  }
}
@media (max-width: 767px) {
  .comments_message {
    padding: 31px 18px 36px 20px;
    width: 343px;
    margin: 0 auto;
  }
}

.comments_title {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .comments_title {
    font-size: 30px;
  }
}

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

.comments_body {
  display: flex;
}
.comments_body:not(:first-child) {
  margin-top: 59px;
}
@media (max-width: 767px) {
  .comments_body:not(:first-child) {
    margin-top: 30px;
  }
}
.comments_body img {
  width: 100px;
}
@media (max-width: 767px) {
  .comments_body img {
    width: 60px;
  }
}

.comment_text {
  margin-left: 33px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .comment_text {
    font-size: 14px;
    margin-left: 20px;
    line-height: 1.4285714286;
  }
}

@media (min-width:1200px) {
  .comments_img img {
    width: 534px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments_img img {
    margin-right: auto;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .comments_img {
    width: 0;
  }
}

.faqs {
  margin-top: -26px;
  background: url(../img/qa-bg.png) no-repeat center center/cover;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faqs {
    padding-right: 30px;
  }
}

.faqs_inner {
  padding: 65px 0 135px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faqs_inner {
    padding: 100px 0px 135px;
  }
}
@media (max-width: 767px) {
  .faqs_inner {
    padding-top: 79px;
    padding-bottom: 63px;
  }
}

.qa_items {
  width: 612px;
  max-width: 100%;
  margin-left: auto;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .qa_items {
    width: 100%;
    margin: 43px auto 0;
    padding: 0 16px;
  }
}

.qa_item:nth-child(n+1) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .qa_item:nth-child(n+1) {
    margin-top: 27px;
  }
}

.qa_box_q {
  color: #3E3E3E;
  background: #fff;
  padding: 16px 56px 17px;
  font-weight: 700;
  position: relative;
  border-radius: 4px;
}
@media (min-width:1200px) {
  .qa_box_q:hover {
    cursor: pointer;
  }
}

.qa_box_q::before {
  content: "Q";
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  background: #3B69FF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 1px;
}

.qa_box__icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.qa_box__icon.is-open .qa_box__bar2 {
  transform: rotate(90deg);
}

.qa_box__bar1 {
  width: 14px;
  height: 2px;
  background: #3B69FF;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.qa_box__bar2 {
  width: 2px;
  height: 14px;
  background: #3B69FF;
  border-radius: 20px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  transition: all 0.3s ease 0s;
}

.qa_box_a {
  background: #fff;
  font-weight: 700;
  color: #3E3E3E;
  line-height: 1.5;
  padding: 5px 16px 18px 15px;
  display: none;
}

.qa_box_content {
  position: relative;
  padding: 12px;
  background: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .qa_box_content {
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 7px 12px;
  }
}

.qa_box_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
}

.access {
  position: relative;
  background: #3E3E3E;
  display: block;
  width: calc(100% - 300px);
  height: 504px;
}
@media (max-width: 767px) {
  .access {
    height: 574px;
    width: 100%;
    margin: 0 auto;
  }
}

.access_inner {
  padding-top: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access_inner {
    padding: 60px 16px;
  }
}
@media (max-width: 767px) {
  .access_inner {
    padding-top: 43px;
    margin: 0 auto;
  }
}

.access_info {
  color: #fff;
  margin-left: 60px;
  line-height: 1.5;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .access_info {
    margin: 34px 0;
    font-size: 14px;
  }
}

.access_map {
  margin: -299px 0 0 475px;
  width: 726px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access_map {
    width: 441px;
    margin: -299px 0 0 377px;
  }
}
@media (max-width: 767px) {
  .access_map {
    width: 343px;
    margin: -322px 0 0;
  }
}

.iframe_wrap {
  width: 100%;
  padding-top: 71.6253443526%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .iframe_wrap {
    padding-top: 81.2154696133%;
  }
}
@media (max-width: 767px) {
  .iframe_wrap {
    padding-top: 70.2623906706%;
  }
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access_footer {
  margin: 29px 59px;
}
@media (max-width: 767px) {
  .access_footer {
    margin: 283px 0 0 0;
  }
}

.-google {
  padding: 18px 77px;
  width: 314px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .-google {
    width: 249px;
    text-align: center;
    padding: 17px 7px;
  }
}
@media (max-width: 767px) {
  .-google {
    width: 339px;
    text-align: center;
    padding: 17px 77px;
    max-width: 100%;
  }
}

.contact {
  margin-top: 256px;
  padding-bottom: 63px;
  background: url(../img/contact-bg.png) no-repeat center center/cover;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact {
    margin-top: -61px;
    padding: 0 42px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 43px;
  }
}

.contact_inner {
  width: 960px;
  max-width: 100%;
  margin: 60px auto 0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .contact_inner {
    width: 375px;
    padding: 0 16px;
    margin-top: 40px;
  }
}

.contact_top {
  padding: 63px;
  color: #fff;
  border-radius: 4px;
}
@media (min-width:1200px) {
  .contact_top {
    background: url(../img/contact1.png) no-repeat top 60px center/cover;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact_top {
    background: url(../img/contact1.png) no-repeat top 60px center/cover;
  }
}
@media (max-width: 767px) {
  .contact_top {
    padding: 1px 16px;
    margin: 0 auto;
    height: 163px;
    background: url(../img/sp/contact1.png) no-repeat center center/cover;
  }
}

@media (min-width:1200px) {
  .contact_subtitle {
    margin-top: 12px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact_subtitle {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact_subtitle {
    font-size: 14px;
    margin-top: 10px;
  }
}

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

.contact_list {
  width: 772px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .contact_list {
    width: 343px;
  }
}

.contact_form {
  background: #fff;
  padding-top: 61px;
  padding-left: 120px;
  padding-bottom: 62px;
}
@media (max-width: 767px) {
  .contact_form {
    width: 100%;
    padding: 31px 12px 32px;
  }
}

.contact_item {
  font-weight: 700;
}
@media (min-width:1200px) {
  .contact_item {
    display: flex;
  }
}
.contact_item:not(:first-child) {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .contact_item:not(:first-child) {
    margin-top: 20px;
  }
}

.contact_item_title {
  letter-spacing: -0.0789em;
  width: 130px;
  height: 0px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .contact_item_title {
    height: 35px;
    line-height: 35px;
  }
}
.contact_item_title label.is-required {
  display: inline-block;
  position: relative;
}
.contact_item_title label.is-required::after {
  content: "必須";
  position: absolute;
  top: 11px;
  left: calc(100% + 12px);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #E81919;
  text-align: center;
  border-radius: 2px;
  padding: 2px 4px;
  line-height: 1;
  width: 40px;
  height: 16px;
}
@media (max-width: 767px) {
  .contact_item_title label.is-required::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 23px);
    line-height: 1.3;
    padding: 2px;
  }
}

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

.contact_item_input {
  margin-left: 70px;
  width: calc(100% - 128px);
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact_item_input {
    margin-left: 130px;
  }
}
@media (max-width: 767px) {
  .contact_item_input {
    margin-left: 0;
    width: 319px;
    max-width: 100%;
  }
}
.contact_item_input [type=text] {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #707070;
  background: #fff;
  padding: 7px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 532px;
  transition: all 0.1s;
}
@media (min-width:1200px) {
  .contact_item_input [type=text]:hover {
    border-bottom: solid 1px #72747a;
    box-shadow: 0px 5px 4px -6px rgba(73, 115, 255, 0.5);
    cursor: pointer;
  }
}
.contact_item_input [type=text]:focus {
  outline: none;
  border-bottom: solid 1px #3B69FF;
  box-shadow: 0px 5px 4px -6px rgba(73, 115, 255, 0.5);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact_item_input [type=text] {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .contact_item_input [type=text] {
    width: 100%;
    max-width: 100%;
    padding: 2px 2px;
  }
}
.contact_item_input [type=email] {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #707070;
  background: #fff;
  padding: 7px 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 532px;
  transition: all 0.1s;
}
@media (min-width:1200px) {
  .contact_item_input [type=email]:hover {
    border-bottom: solid 1px #3B69FF;
    box-shadow: 0px 5px 4px -6px rgba(73, 115, 255, 0.5);
    cursor: pointer;
  }
}
.contact_item_input [type=email]:focus {
  outline: none;
  border-bottom: solid 1px #3B69FF;
  box-shadow: 0px 5px 4px -6px rgba(73, 115, 255, 0.5);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact_item_input [type=email] {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .contact_item_input [type=email] {
    width: 319px;
    padding: 2px 2px;
    max-width: 100%;
  }
}
.contact_item_input select {
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff url(../img/contact-arrow.png) no-repeat right 10px center/10px 8px;
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 178px;
  transition: all 0.1s;
}
@media (min-width:1200px) {
  .contact_item_input select:hover {
    box-shadow: 0px 0px 3px rgba(73, 115, 255, 0.5);
    border-color: rgba(73, 115, 255, 0.5019607843);
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .contact_item_input select {
    width: 319px;
    padding: 10px 12px;
    max-width: 100%;
  }
}

.contact-radio-wrap {
  margin-left: -18px;
}

@media (min-width:1200px) {
  .contact_radio:hover > .contact_radio_dummy {
    border: solid 1.5px #3B69FF;
    cursor: pointer;
  }
}
.contact_radio:active > .contact_radio_dummy {
  border: solid 1.5px #3B69FF;
  background: rgba(73, 115, 255, 0.2);
}
.contact_radio:not(:first-child) {
  margin-left: 19px;
}

.contact_radio_input {
  opacity: 0;
}
.contact_radio_input:focus + .contact_radio_dummy {
  background: #fff;
  outline: -webkit-focus-ring-color auto 1px;
}
.contact_radio_input:checked + .contact_radio_dummy {
  background: #fff;
}
.contact_radio_input:checked + .contact_radio_dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3B69FF;
}

.contact_radio_dummy {
  position: relative;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #3E3E3E;
}

.contact_item_title2 {
  font-weight: 700;
}

.contact_item2 {
  margin-top: 32px;
  width: 720px;
  max-width: 100%;
}

.contact_item_input2 {
  padding-top: 3px;
}
@media (max-width: 767px) {
  .contact_item_input2 {
    padding-top: 12px;
  }
}
.contact_item_input2 textarea {
  height: 200px;
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  transition: all 0.3s;
}
@media (min-width:1200px) {
  .contact_item_input2 textarea:hover {
    box-shadow: 0px 0px 3px rgba(73, 115, 255, 0.5);
    border-color: rgba(73, 115, 255, 0.5019607843);
    cursor: pointer;
  }
}
.contact_item_input2 textarea:focus {
  outline: none;
  border: solid 1px #3B69FF;
  box-shadow: 0px 5px 4px -6px rgba(73, 115, 255, 0.5);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact_item_input2 textarea {
    width: calc(100% - 1em);
  }
}
@media (max-width: 767px) {
  .contact_item_input2 textarea {
    height: 160px;
  }
}

.contact_footer {
  margin-top: 37px;
}
@media (max-width: 767px) {
  .contact_footer {
    margin-top: 27px;
  }
}

.contact_footer_text {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact_footer_text {
    font-size: 16px;
  }
}

.contact_privacy-link {
  padding-left: 12px;
}

.contact_privacy {
  position: relative;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}

.contact_privacy_part {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #3E3E3E;
  background: #fff;
  position: absolute;
  vertical-align: middle;
  transition: all 0.3s;
}
@media (min-width:1200px) {
  .contact_privacy_part:hover {
    box-shadow: 0px 0px 1px rgba(73, 115, 255, 0.5);
    border-color: #4973FF;
    cursor: pointer;
  }
}
.contact_privacy_part:active {
  border: solid 1.5px #3B69FF;
  background: rgba(73, 115, 255, 0.2);
}

.contact_privacy_input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contact_privacy_input:checked + .contact_privacy_part {
  background: url(../img/checkbox.png) no-repeat center center/contain;
  width: 20px;
}
.contact_privacy_input:focus + .contact_privacy_part {
  outline: -webkit-focus-ring-color auto 1px;
}

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

.util3 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .util3 {
    padding: 0;
  }
}

.util-link3 {
  margin-top: 36px;
  display: inline-block;
  width: 173px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #FFAA3B;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.4s;
}
.util-link3.-active {
  background: #F18900;
}
.util-link3:disabled {
  background: #B2B2B2;
}

.footer {
  background: #3E3E3E;
}

.footer_inner {
  width: 983px;
  padding: 50px 0px 60px;
  margin: 0 auto;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer_inner {
    width: 100%;
    padding: 50px 30px 60px;
  }
}
@media (max-width: 767px) {
  .footer_inner {
    display: block;
    padding: 55px 16px 54px;
    width: 343px;
  }
}

.footer_icons {
  display: flex;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .footer_icons {
    justify-content: center;
    margin-left: -2px;
  }
}

.footer_icons_item:not(:first-child) {
  margin-left: 49px;
}

.footer_icon_item_link {
  display: block;
  font-size: 40px;
}

.footer_nav_list {
  margin-top: 34px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .footer_nav_list {
    text-align: center;
  }
}

.footer_nav_list_item:not(:first-child) {
  margin-top: 21px;
}

.footer_nav_list_text {
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #fff;
}
@media (max-width: 767px) {
  .footer_nav_list_text {
    letter-spacing: 0em;
  }
}

.footer_logo {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .footer_logo {
    font-size: 32px;
  }
}

.footer_copyright {
  font-size: 12px;
  letter-spacing: 0.025em;
  color: #fff;
  opacity: 0.6;
  text-align: right;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .footer_copyright {
    text-align: center;
  }
}

.footer_right {
  margin-top: 8px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer_right {
    text-align: center;
    margin-top: 38px;
  }
}

.to-top {
  position: fixed;
  right: 50px;
  bottom: 40px;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
}
.to-top a img {
  width: 50px;
}

.contact-message {
  text-align: center;
  background: #fff;
  padding-top: 40px;
  height: 100px;
  display: none;
}
.contact-message.-error {
  color: #f00;
}