@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap");
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  font-family: "Yu Gothic", serif;
  line-height: 1.5;
  color: #3E3E3E;
  background: #F3F3F3;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

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

.content_inner {
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 16px;
}
.commonHover:hover {
  background: rgba(73, 115, 255, 0.1019607843);
}

.cv_link-orangeButton {
  display: inline-block;
  background: #FFAA3B;
  color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (max-width: 767px) {
  .cv_link-orangeButton {
    line-height: 48px;
  }
}
.cv_link-orangeButton:hover {
  background: #F18900;
}

.util-link-blackButton {
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  padding: 20px 80px;
  display: inline-block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (max-width: 767px) {
  .util-link-blackButton {
    font-size: 18px;
    padding: 16px 100px;
  }
}
.util-link-blackButton:hover {
  background: #F3F3F3;
  color: #3E3E3E;
}

.util-link-whiteButton {
  border: solid 1px #707070;
  color: #3E3E3E;
  padding: 20px 80px;
  background: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (max-width: 767px) {
  .util-link-whiteButton {
    font-size: 18px;
    padding: 16px 100px;
  }
}
.util-link-whiteButton:hover {
  background: #3E3E3E;
  color: #FFFFFF;
}

section {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  section {
    margin-top: 60px;
  }
}

.common-title {
  font-size: 36px;
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .common-title {
    margin-top: 60px;
    font-size: 30px;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .header.is-show {
    background: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background: #FFFFFF;
    padding: 20px 0;
  }
}
.drawer--right .header .drawer-hamburger {
  right: 18px;
}

.drawer-hamburger {
  width: 26px;
  top: 8px;
}

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

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_inner {
    display: block;
  }
}

.header_logo {
  font-size: 23px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 767px) {
  .header-nav {
    top: 68px;
    padding: 24px 0;
  }
}

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

@media screen and (min-width: 768px) {
  .header-nav-item:not(:first-child) {
    margin-left: 37px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav-item {
    border-bottom: 1px dotted #3E3E3E;
  }
}

.header-nav-item-link {
  display: block;
  color: #3E3E3E;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-nav-item-link {
    padding: 18px 20px;
    font-size: 18px;
    position: relative;
  }
  .header-nav-item-link:hover {
    opacity: 0.7;
  }
  .header-nav-item-link::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 11px;
    background: url(../img/news-arrow-1@2x.png) no-repeat center center/cover;
  }
}
@media screen and (min-width: 768px) {
  .header-nav-item-link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header-nav-item-link:hover::after {
    background: #3E3E3E;
  }
}

.top {
  width: 100%;
  height: 648px;
  background: url(../img/mv@2x.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top {
    height: 667px;
    background-position: -190px 24px;
  }
}

.top_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 767px) {
  .top_inner {
    display: block;
  }
}

.top-message {
  padding-top: 233px;
  padding-right: 27px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .top-message {
    padding-right: 0px;
  }
}

.top-message-title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-message-title {
    font-size: 24px;
  }
}

.top-message-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-message-text {
    font-size: 14px;
    margin-top: 15px;
  }
}

.top-button {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .top-button {
    text-align: center;
  }
}
.top-button a {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .top-button a {
    padding: 0 32px;
  }
}

.news {
  margin: 120px auto 0;
  max-width: 1200px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .news {
    margin: -40px 16px 0;
    position: relative;
    z-index: 1;
  }
}

.news_inner {
  padding: 56px 48px 40px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .news_inner {
    padding: 36px 0 38px;
  }
}

.news_head {
  font-family: "Montserrat", sans-serif;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .news_head {
    margin-top: 0;
  }
}

.news-items {
  border-top: solid 2px #f0f0f0;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .news-items {
    margin-top: 36px;
  }
}

.news_item {
  border-bottom: solid 2px #f0f0f0;
}

.news-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3E3E3E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.25em;
  padding: 38px 110px 38px 12px;
  position: relative;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (max-width: 767px) {
  .news-item-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 34px 12px 16px;
  }
}
.news-item-link:hover {
  opacity: 0.7;
  background: rgba(73, 115, 255, 0.1019607843);
}

.news-itemDate {
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .news-itemDate {
    letter-spacing: 1px;
  }
}

.news-itemCategory {
  padding: 0 23px;
  white-space: nowrap;
  background: #fff;
  border: solid 2px #4973ff;
  border-radius: 30px;
  display: inline-block;
  line-height: 1.8;
  margin-left: 14px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news-itemCategory {
    margin-left: 20px;
    padding: 0 5px;
    line-height: 1.4;
    font-size: 12px;
  }
}

.news-itemTxt {
  line-height: 1.6;
  margin-left: 40px;
  letter-spacing: 0.025em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .news-itemTxt {
    margin: 8px 0 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    line-height: 1.42857;
    font-size: 14px;
  }
}
.news-itemTxt::after {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 50%;
  border-right: solid 3px #3e3e3e;
  border-top: solid 3px #3e3e3e;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 15px;
}
@media screen and (max-width: 767px) {
  .news-itemTxt::after {
    right: 20px;
  }
}

.news_footer {
  margin: 35px 16px 0;
  text-align: center;
}
.service {
  margin-top: 115px;
  position: relative;
}
.service::before {
  position: absolute;
  content: "";
  background: #3E3E3E;
  width: 100%;
  height: 400px;
  z-index: -10;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .service::before {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 60px;
  }
}

.service_head {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .service_head {
    padding: 30px 0 40px;
  }
}

.service_list {
  background: #F3F3F3;
  padding: 60px 45px;
  -webkit-box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
          box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
}
@media screen and (min-width: 768px) {
  .service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .service_list {
    padding: 40px 16px;
  }
}

.service_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.95888%;
          flex: 0 0 23.95888%;
}
@media screen and (max-width: 767px) {
  .service_item:nth-child(n+2) {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .service_item:nth-child(n+2) {
    margin-top: 56px;
  }
}

.service_item_link {
  display: block;
  color: #3E3E3E;
}
.service_item_link:hover {
  opacity: 0.7;
}

.service_item-picture {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service_item-picture {
    width: 51px;
    height: 40px;
  }
}
.service_item-picture img {
  height: 100%;
}

.service_item-title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  margin-top: 8px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .service_item-title {
    margin-top: 25px;
  }
}

.service_item-text {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.results {
  background: #3E3E3E;
  margin: 110px 0 0 auto;
  padding: 58px 0 60px 60px;
  max-width: calc(50vw + 600px);
}
@media screen and (max-width: 767px) {
  .results {
    padding: 40px 0 40px 16px;
    margin-top: 60px;
  }
}

.results_inner {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .results_inner {
    margin-top: 30px;
  }
}

.results_head {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .results_head {
    text-align: center;
    padding-right: 16px;
  }
}

.swiper-wrapper {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper {
    width: 275px;
  }
}

.results_item_link {
  background: #fff;
  color: #3E3E3E;
  display: block;
  -webkit-transition: opactiy 0.2s;
  transition: opactiy 0.2s;
}
.results_item_link:hover {
  opacity: 0.7;
}

.results_img img {
  width: 100%;
}

.results_body {
  padding: 12px 12px 8px;
}
.results_title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .results_title {
    font-size: 14px;
  }
}

.results_text {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .results_text {
    font-size: 12px;
  }
}

.swiper-pagination {
  position: static;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    text-align: center;
    padding-right: 16px;
    margin-top: 22px;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  height: 12px;
  margin: 0 10px !important;
  opacity: 1;
  position: relative;
  width: 12px;
}

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

.results_footer {
  margin: 40px 16px 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .results_footer {
    margin: 24px 16px 0 0;
    text-align: center;
  }
}
.results_footer a {
  max-width: 314px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .results_footer a {
    padding: 16px 0;
  }
}

.price {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .price {
    margin-top: 40px;
  }
}

.price_head {
  padding-top: 0;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .price_head {
    margin-top: 0;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .price_content_inner {
    padding: 0;
  }
}

table {
  border: 1px solid #707070;
  background: #FFFFFF;
  width: 100%;
  border-collapse: collapse;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  table-layout: fixed;
}
table th, table td {
  border: 1px solid #707070;
  height: 61px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table th, table td {
    height: 56px;
  }
}
table th {
  background: #3E3E3E;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  table th {
    font-size: 20px;
  }
}
table th:nth-child(1) {
  width: 262px;
}
@media screen and (max-width: 767px) {
  table th:nth-child(1) {
    width: 100px;
  }
}
table td {
  padding-left: 40px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  table td {
    padding-left: 15px;
    font-size: 20px;
  }
}

.price_attention {
  font-size: 12px;
}

.comments {
  margin-top: 120px;
  padding-bottom: 102px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .comments {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.comments::before {
  position: absolute;
  content: "";
  background: #3E3E3E;
  width: 100%;
  height: 576px;
  z-index: -10;
  top: 140px;
  right: 300px;
}
@media screen and (max-width: 767px) {
  .comments::before {
    right: 0;
    top: 65px;
    height: 425.5px;
  }
}

@media screen and (min-width: 768px) {
  .comments_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .comments_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.comments_message {
  width: 55.5%;
}
@media screen and (max-width: 767px) {
  .comments_message {
    width: 100%;
  }
}

.comments_message_inner {
  padding: 120px 60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .comments_message_inner {
    padding: 40px 20px;
  }
}

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

.comments_message-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .comments_message-body {
    margin-top: 40px;
  }
}

.comments_message-picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .comments_message-picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
}
.comments_message-text {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .comments_message-text {
    margin-left: 20px;
  }
}
.comments_message-text p {
  line-height: 22px;
}

.comments_picture {
  width: 44.5%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .comments_picture {
    display: none;
  }
}

.qa {
  background: url(../img/qa-bg@2x.png) no-repeat center center/cover;
  margin-top: 0;
  padding: 65px 0 96px;
  color: #3E3E3E;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 40px 0;
  }
}

.qa_head {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .qa_head {
    margin-top: 0;
    font-size: 30px;
    padding-bottom: 40px;
  }
}

.qa_items {
  margin-left: auto;
  width: 612px;
  max-width: 100%;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .qa_items {
    margin-left: 0;
    margin-top: 0;
  }
}

.qa_item {
  background: #FFFFFF;
  border-radius: 4px;
}
.qa_item:nth-child(n+2) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .qa_item:nth-child(n+2) {
    margin-top: 24px;
  }
}

.qa_box__q {
  border-radius: 4px;
  font-weight: bold;
  padding: 18px 56px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .qa_box__q {
    font-size: 16px;
  }
}
.qa_box__q::before {
  content: "Q";
  position: absolute;
  color: #FFFFFF;
  background-color: #3B69FF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  left: 16px;
  top: 20px;
}

.qa_box__icon {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.qa_box__icon.is-open .qa_box_bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

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

.qa_box__a {
  font-weight: bold;
  padding: 0px 16px 16px 16px;
  display: none;
}

.qa_box__content {
  background: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
  padding: 16px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .qa_box__content {
    padding: 8px;
    line-height: 16px;
  }
}

.access {
  margin-top: 0;
  position: relative;
}

.access_bg::before {
  position: absolute;
  content: "";
  background: #3E3E3E;
  width: 100%;
  height: 504px;
  z-index: -10;
  top: 0;
  right: 300px;
}
@media screen and (max-width: 767px) {
  .access_bg::before {
    height: 100%;
    right: 0;
  }
}

.access_inner {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .access_inner {
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-template-columns: 414px 1fr;
    grid-template-rows: auto 1fr;
    padding: 120px 0 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .access_inner {
    display: block;
    padding-top: 40px;
  }
}

.access_info {
  grid-area: 1/1/2/2;
}
.access_head {
  padding-top: 0;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .access_head {
    margin-top: 0;
    padding-bottom: 40px;
  }
}

.access_map {
  grid-area: 1/2/3/3;
  height: 520px;
}
@media screen and (max-width: 767px) {
  .access_map {
    margin: 24px 0;
    height: 241px;
  }
}

iframe {
  width: 100%;
  height: 100%;
}

.access__button {
  grid-area: 2/1/3/2;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .access__button {
    text-align: center;
    padding-bottom: 60px;
    margin-top: 0;
  }
}
.access__button a {
  max-width: 314px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access__button a {
    max-width: 100%;
    padding: 16px 0;
  }
}

.contact {
  padding: 60px 0;
  background: url(../img/contact-bg@2x.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 0;
    padding: 40px 0;
  }
}

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

.contact_head {
  border-radius: 12px 12px 0 0;
  padding: 60px 0;
  text-align: center;
  background: url(../img/contact1@2x.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .contact_head {
    padding: 40px 16px;
  }
}

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

.contact_subtitle {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .contact_subtitle {
    text-align: left;
  }
}

.contact_form {
  background: #FFFFFF;
  padding: 60px 120px;
}
@media screen and (max-width: 767px) {
  .contact_form {
    padding: 40px 16px;
  }
}

@media screen and (min-width: 768px) {
  .contact-from__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-from__row:not(:first-child) {
  margin-top: 10px;
}

.contact-from__label {
  width: 188px;
  display: inline-block;
}
.contact-from__label label {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-from__label label {
    font-size: 16px;
  }
}
.contact-from__label label.is-required {
  position: relative;
  display: inline-block;
}
.contact-from__label label.is-required::after {
  content: "必須";
  position: absolute;
  top: 0;
  left: calc(100% + 12px);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #E81919;
  text-align: center;
  border-radius: 4px;
  padding: 2px 8px;
  line-height: 1;
  width: 40px;
  height: 16px;
}

.contact-from__input {
  width: calc(100% - 188px);
}
@media screen and (max-width: 767px) {
  .contact-from__input {
    width: 100%;
    font-size: 12px;
  }
}
.contact-from__input .select_wrap {
  position: relative;
  width: 178px;
}
@media screen and (max-width: 767px) {
  .contact-from__input .select_wrap {
    width: 100%;
  }
}
.contact-from__input .select_wrap::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-color: transparent #3E3E3E #3E3E3E transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
  bottom: 21px;
}
.contact-from__input .select_wrap select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #FFFFFF;
  padding: 12px;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 178px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.contact-from__input .select_wrap select:hover {
  -webkit-box-shadow: 0 0 5px rgba(73, 115, 255, 0.5019607843);
          box-shadow: 0 0 5px rgba(73, 115, 255, 0.5019607843);
}
@media screen and (max-width: 767px) {
  .contact-from__input .select_wrap select {
    width: 100%;
  }
}
.contact-from__input [type=text] {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid;
  border-color: transparent transparent #707070 transparent;
  background: #FFFFFF;
  padding: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s, border-color 0.4s;
  transition: box-shadow 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
}
.contact-from__input [type=text]:hover, .contact-from__input [type=text]:focus {
  border-color: transparent transparent rgba(73, 115, 255, 0.5019607843) transparent;
  -webkit-box-shadow: 0 8px 10px -5px rgba(73, 115, 255, 0.5019607843);
          box-shadow: 0 8px 10px -5px rgba(73, 115, 255, 0.5019607843);
}
@media screen and (max-width: 767px) {
  .contact-from__input [type=text] {
    padding-left: 0;
  }
}
.contact-from__input [type=email] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid;
  border-color: transparent transparent #707070 transparent;
  background: #FFFFFF;
  padding: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s, border-color 0.4s;
  transition: box-shadow 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
}
.contact-from__input [type=email]:hover, .contact-from__input [type=email]:focus {
  border-color: transparent transparent rgba(73, 115, 255, 0.5019607843) transparent;
  -webkit-box-shadow: 0 8px 10px -5px rgba(73, 115, 255, 0.5019607843);
          box-shadow: 0 8px 10px -5px rgba(73, 115, 255, 0.5019607843);
}
@media screen and (max-width: 767px) {
  .contact-from__input [type=email] {
    padding-left: 0;
  }
}

.contact-from__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .contact-from__radio {
    display: block;
  }
}

.contact-from__radio [type=radio] {
  display: none;
}
.contact-from__radio span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 40px;
  cursor: pointer;
}
.contact-from__radio span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-from__radio span:active::before {
  background-color: rgba(73, 115, 255, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-from__radio span::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #3B69FF;
  border-radius: 50%;
  position: absolute;
  left: 3.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.contact-from__radio span:hover::before {
  border: 1px solid #3B69FF;
}
.contact-from__radio [type=radio]:checked + span::after {
  display: block;
}

.contact-from__textarea {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-from__textarea .contact-from__input {
  width: 100%;
}
.contact-from__textarea .contact-from__input textarea {
  outline: none;
  height: 200px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #FFFFFF;
  padding: 12px;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s, border-color 0.4s;
  transition: box-shadow 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
}
@media screen and (max-width: 767px) {
  .contact-from__textarea .contact-from__input textarea {
    height: 160px;
  }
}
.contact-from__textarea .contact-from__input textarea:hover, .contact-from__textarea .contact-from__input textarea:focus {
  border-color: rgba(73, 115, 255, 0.5019607843);
}

.checkbox {
  margin-top: 27px;
}
.checkbox [type=checkbox] {
  display: none;
}
.checkbox span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.checkbox span::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .checkbox span::before {
    width: 18px;
    height: 18px;
  }
}
.checkbox span::after {
  content: "";
  width: 6px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 8px;
  border: 3px solid;
  border-color: transparent #3B69FF #3B69FF transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}
@media screen and (max-width: 767px) {
  .checkbox span::after {
    width: 2px;
    height: 10px;
    bottom: 7px;
    left: 7px;
  }
}
.checkbox span:hover::before {
  border: 1px solid #3B69FF;
}
.checkbox [type=checkbox]:checked + span::after {
  display: block;
}
.checkbox a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #3E3E3E;
}
@media screen and (max-width: 767px) {
  .checkbox a {
    font-size: 16px;
  }
}

.contact-from__button {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .contact-from__button {
    text-align: center;
  }
}
.contact-from__button [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0 50px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact-from__button [type=submit] {
    font-size: 16px;
  }
}

footer {
  background: #3E3E3E;
  padding: 60px 0;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    display: block;
    text-align: center;
  }
}

.footer-sns-item {
  display: inline-block;
}
.footer-sns-item:not(:first-child) {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .footer-sns-item:not(:first-child) {
    margin-left: 50px;
  }
}

.footer-sns-item-link {
  color: #FFFFFF;
  display: block;
  font-size: 35px;
}
.footer-sns-item-link:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}

.footer-nav-item {
  margin-top: 15px;
}
.footer-nav-item:not(:first-child) {
  margin-top: 24px;
}

.footer-nav-item-link {
  display: block;
  color: #FFFFFF;
}
.footer-nav-item-link:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}

.footer_right {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer_right {
    margin-top: 40px;
  }
}

.footer_logo a {
  font-size: 40px;
  color: #E3E3E3;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .footer_logo a {
    font-size: 32px;
  }
}
.footer_logo a:hover {
  opacity: 0.7;
}

.footer__copy {
  color: #FFFFFF;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    text-align: center;
  }
}

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