@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3E3E3E;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F3F3F3;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

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

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.btn_main {
  background-color: #FFAA3B;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 5px #3E3E3E33;
          box-shadow: 0px 3px 5px #3E3E3E33;
  padding: 12px 50px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}

.btn_main:hover {
  background-color: #F18900;
}

.btn_transparent {
  background: transparent;
  width: 236px;
  height: 64px;
  color: #3E3E3E;
  font-size: 20px;
  line-height: 64px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #707070;
  letter-spacing: 4px;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}

.btn_transparent:hover {
  background-color: #3E3E3E;
  color: #FFFFFF;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}

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

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

header {
  width: 100%;
  background: rgba(255, 255, 255, 0.1) 0% 0% no-repeat;
  height: 83px;
  opacity: 1;
  position: absolute;
  z-index: 20;
}

@media (max-width: 767px) {
  header {
    height: 68px;
    background-color: #FFFFFF;
    position: fixed;
  }
}

header .header_menu {
  width: 645px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  line-height: 83px;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 auto;
}

@media (max-width: 767px) {
  header .header_menu {
    display: none;
  }
}

header .header_menu li {
  margin-right: 24px;
}

header .header_menu li:last-child {
  margin-right: 0;
}

header .header_menu li a {
  text-decoration: none;
  color: #3E3E3E;
  padding: 6px 6.75px;
  width: 102px;
  font-weight: 600;
}

header .header_menu li a:hover {
  border-bottom: 1px solid #3E3E3E;
}

.header_logo {
  font-size: 23px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 68px;
}

.drawer {
  display: none;
}

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

.drawer-hamburger {
  margin-top: 22px;
  margin-right: 12px;
}

button.drawer-toggle.drawer-hamburger {
  padding: 0;
}

span.drawer-hamburger-icon {
  background-color: #3E3E3E;
  height: 4px;
  width: 26px;
  border-radius: 2px;
  position: relative;
}

span.drawer-hamburger-icon:before, span.drawer-hamburger-icon:after {
  background-color: #3E3E3E;
  height: 4px;
  width: 26px;
  border-radius: 2px;
  position: absolute;
}

span.drawer-hamburger-icon:before {
  top: -8px;
}

span.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer-menu {
  text-align: center;
}

.drawer-menu li {
  margin-bottom: 32px;
  height: 16px;
  position: relative;
}

.drawer-menu li:first-child {
  margin-top: 160px;
}

.drawer-menu li a {
  padding: 0px;
  padding-left: 20px;
  line-height: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #3E3E3E;
  font-family: "Montserrat", sans-serif;
}

.drawer.drawer--right.drawer-open span.drawer-hamburger-icon:before, .drawer.drawer--right.drawer-open span.drawer-hamburger-icon:after {
  background-color: #fff;
  right: 16px;
}

.drawer-overlay.drawer-toggle {
  background-color: rgba(62, 62, 62, 0.7);
}

.main_visual {
  background: url(../img/mv.png) no-repeat center center/cover;
  width: 100%;
  height: 0;
  position: relative;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .main_visual {
    padding-top: 50.625%;
  }
}

@media (max-width: 767px) {
  .main_visual {
    padding-top: 177.87%;
    background-position-x: 20%;
  }
}

.main_visual_inner {
  padding: 0 40px;
}

.main_visual_contents {
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .main_visual_contents {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .main_visual_contents {
    padding: 0 16px;
    top: 50%;
  }
}

.main_visual_contents .main_title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.02px;
}

@media (max-width: 767px) {
  .main_visual_contents .main_title {
    font-size: 24px;
    line-height: 1.666em;
  }
}

.main_visual_contents .main_text {
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
  margin-right: 40px;
}

@media (min-width: 768px) {
  .main_visual_contents .main_text {
    letter-spacing: 0.45px;
  }
}

@media (max-width: 767px) {
  .main_visual_contents .main_text {
    font-size: 14px;
    margin-top: 14px;
    margin-right: 16px;
  }
}

.main_visual_contents .btn_contact {
  margin-top: 40px;
}

.main_visual_contents .btn_contact a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.45px;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .main_visual_contents .btn_contact {
    display: block;
    margin: 30px auto 0;
    padding: 10px 24px;
    margin: 30px auto 0;
  }
}

.news {
  width: 100%;
  padding: 120px 40px 80px;
}

@media (max-width: 767px) {
  .news {
    height: 576px;
    position: relative;
  }
}

.news_inner {
  width: 1200px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 12px #3E3E3E33;
          box-shadow: 0px 5px 12px #3E3E3E33;
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .news_inner {
    width: 91.467%;
    height: auto;
    padding: 0;
    position: absolute;
    top: -40px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.title {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.72px;
  padding-top: 56px;
}

@media (max-width: 767px) {
  .title {
    padding-top: 38px;
    font-size: 30px;
  }
}

.news_cards {
  margin: 90px 60px 40px;
}

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

.news_card_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 76px;
  position: relative;
}

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

@media (max-width: 767px) {
  .news_card_item {
    padding: 0 16px;
    margin-bottom: 24px;
  }
}

.news_card_item:last-child {
  margin-bottom: 72px;
}

@media (max-width: 767px) {
  .news_card_item:last-child {
    margin-bottom: 64px;
  }
}

.news_card_item::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #CECDCD;
  position: absolute;
  left: 0;
  top: -38px;
}

@media (max-width: 767px) {
  .news_card_item::before {
    top: -14px;
  }
}

.news_card_item_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
}

@media (max-width: 767px) {
  .news_card_item_left {
    width: auto;
    margin-bottom: 8px;
  }
}

.news_card_item_left .news_card_item_date {
  width: 98px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .news_card_item_left .news_card_item_date {
    font-size: 14px;
    margin-right: 24px;
    width: 76px;
  }
}

.news_card_item_left .news_card_item_label {
  width: 121px;
  font-size: 14px;
  padding: 4px 28px;
  border: 2px solid #3B69FF;
  border-radius: 50px;
  letter-spacing: 0.35px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .news_card_item_left .news_card_item_label {
    font-size: 12px;
    width: 84px;
    padding: 0 10px;
    letter-spacing: 0.3px;
    margin-right: 0;
    text-align: center;
  }
}

.news_card_item_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .news_card_item_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 767px) {
  .news_card_item_right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news_card_item_right .news_card_item_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 1.555em;
}

@media (max-width: 767px) {
  .news_card_item_right .news_card_item_text {
    letter-spacing: 0.45px;
  }
}

@media (max-width: 767px) {
  .news_card_item_right .news_card_item_text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4286;
  }
}

.news_card_item_right .news_card_item_icon {
  width: 28px;
  margin-left: 36px;
}

@media (max-width: 767px) {
  .news_card_item_right .news_card_item_icon {
    margin-left: 28px;
    width: 14px;
    height: 21.5px;
  }
}

.news_card_link:after {
  position: absolute;
  top: -40px;
  right: 0;
  bottom: -38px;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (max-width: 767px) {
  .news_card_link:after {
    top: -14px;
    bottom: -14px;
  }
}

.news_card_link:hover:after {
  background-color: #4973FF1A;
}

.more_link {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

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

.more_link::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #CECDCD;
  position: absolute;
  left: 0;
  top: -40px;
}

@media (max-width: 767px) {
  .more_btn {
    width: 256px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-size: 18px;
    font-weight: 600;
  }
}

.service {
  width: 100%;
  height: auto;
  position: relative;
}

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

.service_layer {
  background-color: #3E3E3E;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 500px;
}

.service_inner {
  height: auto;
  margin: 0 auto 120px;
}

@media (min-width: 768px) {
  .service_inner {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .service_inner {
    margin: 0 16px;
    -webkit-box-shadow: 0px 5px 12px #3E3E3E33;
            box-shadow: 0px 5px 12px #3E3E3E33;
  }
}

.service_title {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .service_title {
    padding-top: 36px;
  }
}

.service_items {
  margin-top: 54px;
  height: auto;
  background-color: #FFFFFF;
  padding: 60px 45px;
}

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

@media (max-width: 767px) {
  .service_items {
    margin-top: 42px;
    padding: 36px 16px 16px;
  }
}

.service_item {
  width: 26.44%;
  margin-right: calc((100% - (26.44% * 3)) / 2);
  text-align: center;
}

@media (max-width: 767px) {
  .service_item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.service_item:last-child {
  margin-right: 0;
}

.service_item > img {
  width: 56px;
  height: 56px;
}

.service_item .service_item_title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-top: 4px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .service_item .service_item_title {
    line-height: 1.2;
  }
}

.service_item .service_item_text {
  font-size: 14px;
  margin-top: 16px;
  text-align: left;
}

.results {
  width: 100%;
}

.results_inner {
  background-color: #3E3E3E;
  margin-left: 40px;
  height: auto;
}

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

.results_wrapper {
  padding: 60px 0 60px 60px;
}

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

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

.results_wrapper .slick-dots {
  text-align: left;
}

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

.results_wrapper .slick-dots li button::before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .results_wrapper .slick-dots li button::before {
    margin-top: 20px;
  }
}

.results_wrapper .slick-dots li.slick-active button::before {
  content: "";
  opacity: 1;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  background: transparent;
  position: absolute;
  top: -4px;
  left: -4px;
}

.results_wrapper .slick-dots li.slick-active button::after {
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .results_wrapper .slick-dots li.slick-active button::after {
    margin-top: 20px;
  }
}

.results_title {
  color: #FFFFFF;
  text-align: left;
  padding-top: 0;
}

.slick_wrapper {
  margin-top: 52px;
}

@media (max-width: 767px) {
  .slick_wrapper {
    margin-top: 32px;
    text-align: center;
  }
}

.slick_wrapper .slick_img {
  padding-left: 16px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .slick_wrapper .slick_img {
    margin-right: 20px;
  }
}

.slick_wrapper .slick_img:last-child {
  margin-right: 0;
}

.slick_wrapper .slick_img img {
  width: 400px;
  height: 250px;
}

@media (max-width: 767px) {
  .slick_wrapper .slick_img img {
    width: 274px;
    height: 171px;
  }
}

.slick_wrapper .slick_img .slick_text_container {
  background-color: #FFFFFF;
  color: #3E3E3E;
  width: 400px;
  height: auto;
  padding: 12px 16px 18px 16px;
}

@media (max-width: 767px) {
  .slick_wrapper .slick_img .slick_text_container {
    width: 274px;
    padding: 12px;
    text-align: left;
  }
}

.slick_wrapper .slick_img .slick_text_container .slick_text_title {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .slick_wrapper .slick_img .slick_text_container .slick_text_title {
    font-size: 14px;
  }
}

.slick_wrapper .slick_img .slick_text_container .slick_text {
  font-size: 16px;
}

@media (max-width: 767px) {
  .slick_wrapper .slick_img .slick_text_container .slick_text {
    font-size: 12px;
    letter-spacing: 0.1px;
  }
}

.view_btn {
  margin-top: 72px;
  color: #FFFFFF;
  width: 289px;
}

.view_btn:hover {
  background-color: #FFFFFF;
  color: #3E3E3E;
  font-weight: 600;
}

@media (max-width: 767px) {
  .view_btn {
    width: 316px;
    display: block;
    margin: 66px auto 0;
    border: 1px solid #FFFFFF;
    height: 54px;
    line-height: 54px;
    letter-spacing: 3.6px;
    font-size: 18px;
  }
}

.price {
  margin-top: 60px;
}

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

.price_inner {
  padding: 0 40px;
}

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

.price_table {
  width: 85%;
  margin: 54px auto 12px;
}

@media (max-width: 767px) {
  .price_table {
    width: 100%;
    margin-top: 36px;
  }
}

.price_table table {
  width: 100%;
  border: 1px solid #707070;
  background: #FFFFFF;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Montserrat", sans-serif;
}

.price_table table th, .price_table table td {
  vertical-align: middle;
  font-weight: 600;
  font-size: 24px;
}

@media (max-width: 767px) {
  .price_table table th, .price_table table td {
    font-size: 20px;
    letter-spacing: 1.6;
  }
}

.price_table table th {
  background-color: #3E3E3E;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
  padding: 10px 12px;
  width: 262px;
}

@media (max-width: 767px) {
  .price_table table th {
    width: 30%;
    padding: 10px 8px;
  }
}

.price_table table td {
  padding-left: 38px;
  border: 1px solid #707070;
}

@media (max-width: 767px) {
  .price_table table td {
    padding-left: 18px;
  }
}

.price_table table .row_3 {
  border-bottom: 1px solid #707070;
}

.price_table .table_comment {
  font-size: 12px;
  font-weight: 600;
  margin-top: 12px;
}

.comments {
  margin-top: 116px;
  padding: 0 40px 120px;
}

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

.comment_wrapper {
  position: relative;
}

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

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

.comments_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.5%;
          flex: 0 0 55.5%;
  height: auto;
  padding: 112px 60px 124px;
  -webkit-box-shadow: 0 0 10px #00000029;
          box-shadow: 0 0 10px #00000029;
  background-color: #FFFFFF;
}

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

.comments_box .comments_box_title {
  font-size: 36px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  .comments_box .comments_box_title {
    font-size: 30px;
  }
}

.comments_box .comments_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .comments_box .comments_card {
    margin-top: 30px;
    line-height: 1.4286;
  }
}

.comments_box .comments_card:last-child {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .comments_box .comments_card:last-child {
    margin-top: 60px;
  }
}

.comments_box .comments_card img {
  width: 100px;
  height: 100px;
  margin-right: 32px;
}

@media (max-width: 767px) {
  .comments_box .comments_card img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}

.comments_box .comments_text {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

@media (max-width: 767px) {
  .comments_img {
    display: none;
  }
}

.background_base {
  width: 82%;
  height: 576px;
  background-color: #3E3E3E;
  position: absolute;
  left: -40px;
  bottom: -120px;
  z-index: -20;
}

@media (max-width: 767px) {
  .background_base {
    width: 100%;
    height: 117%;
    left: 0;
  }
}

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

.QA_inner {
  padding-bottom: 84px;
}

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

.QA_title {
  color: #3E3E3E;
}

.QA_contents {
  width: 51%;
  margin-left: auto;
  margin-top: 52px;
}

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

.QA_contents_item {
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 16px;
}

@media (max-width: 767px) {
  .QA_contents_item {
    margin-bottom: 26px;
  }
}

.QA_contents_item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.QA_contents_item.is_active {
  opacity: 1;
}

.QA_contents_item .QA_item_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.QA_contents_item .QA_item_title::after {
  content: "";
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  position: absolute;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}

.QA_contents_item .QA_item_title.is_active::after {
  background-image: url(../img/minus.svg);
  top: 60%;
}

.QA_contents_item .title_head {
  background-color: #4973FF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
  padding: 0px 6px 0px 5px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.QA_contents_item .QA_item_title_text {
  font-size: 16px;
  font-weight: 700;
}

.QA_contents_item .QA_item_text {
  padding: 8px 16px;
  margin-top: 18px;
  background-color: #3B69FF33;
  border-radius: 4px;
  font-size: 16px;
  display: none;
}

@media (max-width: 767px) {
  .QA_contents_item .QA_item_text {
    font-size: 14px;
    line-height: 1.4286;
    padding: 6px 12px;
    margin-top: 14px;
  }
}

.access {
  padding: 116px 40px 0;
  width: 100%;
  position: relative;
}

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

.access .access_layer {
  background-color: #3E3E3E;
  width: 76.5625%;
  height: 504px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .access .access_layer {
    width: 100%;
    height: 100%;
  }
}

.access_inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .access_inner {
    width: 100%;
    padding-bottom: 60px;
  }
}

.access_address {
  width: 26.167%;
  margin-left: 60px;
  color: #FFFFFF;
  margin-right: 100px;
}

@media (max-width: 767px) {
  .access_address {
    margin-left: 0;
    width: 100%;
  }
}

.access_address_title {
  text-align: left;
  padding-top: 0;
}

.access_address_text {
  margin-top: 48px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .access_address_text {
    font-size: 14px;
    margin-top: 32px;
  }
}

.google_map_pc {
  width: 100%;
  margin-top: 28px;
  color: #FFFFFF;
  font-size: 1.25em;
  min-width: 240px;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
  letter-spacing: 2px;
}

.google_map_pc:hover {
  background-color: #FFFFFF;
  color: #3E3E3E;
  font-weight: 600;
}

@media (max-width: 767px) {
  .google_map_pc {
    display: none;
  }
}

.google_map_sp {
  display: none;
}

@media (max-width: 767px) {
  .google_map_sp {
    display: block;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 339px;
    margin: 20px auto 0;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .google_map_sp:hover {
    background-color: #FFFFFF;
    color: #3E3E3E;
    font-weight: 600;
  }
}

.map__iframe {
  width: 726px;
  max-width: 100%;
  margin: 0 auto 120px;
}

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

.map__iframe-wrap {
  width: 100%;
  padding-top: 71.62534%;
  position: relative;
}

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

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

.contact_inner {
  width: 81.5%;
  margin: 0 auto;
  padding: 62px 40px 58px;
}

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

.contact_title {
  background: url(../img/contact1.png) no-repeat center center/cover;
  width: 100%;
  height: 196px;
  border-radius: 12px 12px 0 0;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 767px) {
  .contact_title {
    height: 163px;
    padding: 0 16px;
    text-align: left;
  }
}

.contact_title .contact_title_header {
  padding-top: 36px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .contact_title .contact_title_header {
    padding-top: 56px;
  }
}

.contact_title .contact_title_text {
  font-size: 16px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .contact_title .contact_title_text {
    font-size: 14px;
    margin-top: 0;
  }
}

.contact_body {
  background-color: #fff;
  padding: 64px 0 60px;
  border-radius: 0 0 12px 12px;
}

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

.contact_body_inner {
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact_body_inner {
    width: 93%;
  }
}

.contact_item {
  margin-bottom: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .contact_item {
    margin-bottom: 28px;
  }
}

@media (min-width: 768px) {
  .contact_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 32px;
  }
}

.contact_item dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 700;
}

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

.contact_item dt span {
  font-size: 12px;
  color: #FFFFFF;
  background-color: #FF4646;
  width: 24px;
  height: 12px;
  line-height: 12px;
  padding: 1px 8px;
  border-radius: 2px;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .contact_item dt span {
    margin-left: 20px;
    padding: 0 8px;
    height: 16px;
    line-height: 16px;
  }
}

.contact_item dd {
  width: 74%;
}

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

.form_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/arrow_bottom.svg) no-repeat center right 12px/12px 12px;
  border: 1px solid #707070;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 8px 12px;
  width: 178px;
  position: relative;
}

.form_select:hover {
  -webkit-box-shadow: 0px 0px 5px #4973FF80;
          box-shadow: 0px 0px 5px #4973FF80;
}

@media (max-width: 767px) {
  .form_select {
    width: 100%;
    margin-top: 10px;
  }
}

.form_select::-ms-expand {
  display: none;
}

.form_select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0px 12px;
  width: 100%;
}

.form-input:hover {
  -webkit-box-shadow: 0px 8px 8px -8px #4973FF80;
          box-shadow: 0px 8px 8px -8px #4973FF80;
}

@media (max-width: 767px) {
  .form-input {
    padding: 0 0 5px;
    font-size: 14px;
  }
}

.form-input:focus {
  border: none;
  border-bottom: 1px solid  #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact__radio-item {
  margin-right: 36px;
}

.form-radio {
  display: none;
}

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

@media (max-width: 767px) {
  .form-radio + span {
    margin: 4px 0 0;
  }
}

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

.form-radio + span:hover:before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  -webkit-box-shadow: 0px 0px 6px #4973FF80;
          box-shadow: 0px 0px 6px #4973FF80;
}

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

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

.contact__label {
  font-size: 16px;
  font-weight: 700;
}

.form-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 200px;
  padding: 0.4em 0.8em;
  width: 100%;
}

.form-textarea:hover {
  -webkit-box-shadow: 0px 0px 5px #4973FF80;
          box-shadow: 0px 0px 5px #4973FF80;
}

@media (max-width: 767px) {
  .form-textarea {
    height: 160px;
    margin-top: 8px;
  }
}

.textarea-text:focus {
  border: 1px solid #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact__check {
  margin-top: 28px;
}

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

.form-checkbox {
  display: none;
}

.form-checkbox + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .form-checkbox + span {
    font-size: 16px;
    padding: 0 0 0 36px;
  }
}

.form-checkbox + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  content: "";
  display: block;
  height: 20px;
  left: -2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

@media (max-width: 767px) {
  .form-checkbox + span::before {
    height: 18px;
    width: 18px;
  }
}

.form-checkbox + span:hover:before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  content: "";
  display: block;
  height: 20px;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  -webkit-box-shadow: 0px 0px 5px #4973FF80;
          box-shadow: 0px 0px 5px #4973FF80;
}

@media (max-width: 767px) {
  .form-checkbox + span:hover:before {
    height: 18px;
    width: 18px;
  }
}

.form-checkbox + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #4973FF;
  border-left: 2px solid #4973FF;
  content: "";
  display: block;
  height: 0.6em;
  left: 2px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

.form-checkbox:checked + span::after {
  opacity: 1;
}

.button-arrow-right {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  text-align: center;
  background-color: #B2B2B2;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 50px;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 173px;
  max-width: 100%;
  line-height: 1.6;
  margin-top: 34px;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.45px;
}

.button-arrow-right.-active {
  background-color: #FFAA3B;
}

@media (max-width: 767px) {
  .button-arrow-right {
    padding: 12px 32px;
    width: 165px;
    display: block;
    margin: 28px auto 0;
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

footer {
  width: 100%;
  height: auto;
  background-color: #3E3E3E;
  padding: 56px 0 60px;
}

@media (max-width: 767px) {
  footer {
    padding: 54px 16px;
    height: 395px;
  }
}

.footer_inner {
  width: 75%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

.footer_left {
  color: #FFFFFF;
  margin-top: 4px;
}

.footer_left .sns-icon i {
  font-size: 36px;
  margin-right: 32px;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .footer_left .sns-icon i {
    margin-right: 50px;
  }
}

.footer_left .sns-icon i:last-child {
  margin-right: 0;
}

.footer_left .footer_left_link {
  font-size: 16px;
  margin-top: 36px;
}

@media (max-width: 767px) {
  .footer_left .footer_left_link {
    font-size: 14px;
    letter-spacing: 0.35px;
  }
}

.footer_left .footer_left_link .footer_left_icon_link_text {
  margin-bottom: 14px;
  line-height: 1.857;
}

.footer_left .footer_left_link .footer_left_icon_link_text:last-child {
  margin-bottom: 0;
}

.footer_right {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .footer_right {
    text-align: right;
    margin-left: auto;
  }
}

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

.footer_right .corp_title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #E3E3E3;
}

@media (max-width: 767px) {
  .footer_right .corp_title {
    font-size: 32px;
  }
}

.footer_right .copyright {
  font-size: 12px;
  opacity: 0.6;
  letter-spacing: 0.3px;
}

.footer_right .copyright span {
  font-family: "Montserrat", sans-serif;
}

.page_top {
  position: fixed;
  bottom: 41px;
  right: 38px;
}

.page_top:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .page_top {
    bottom: 13px;
    right: 16px;
  }
}

.page_top {
  display: none;
}

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

.contact-message.-error {
  color: red;
}
/*# sourceMappingURL=style.css.map */