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

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

html {
  font-size: 100%;
}

/*=============================
共通クラス
=============================*/
html,
body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  background-color: #F3F3F3;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner-max {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

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

a {
  color: #3E3E3E;
  text-decoration: none;
}

.section-title {
  font-weight: 700;
  color: #FFF;
  padding-top: 60px;
  line-height: 1.2222222222;
  text-align: center;
  font-size: 36px;
}

/*=============================
header
=============================*/
.header-main {
  font-family: "Montserrat";
  height: 83px;
  width: 100%;
  padding-top: 16px;
}
@media (min-width: 1200px) {
  .header-main {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .header-main {
    background-color: rgb(255, 255, 255);
    padding: 0 15px;
    display: block;
  }
}

@media (max-width: 767px) {
  .header-nav {
    background-color: #FFFFFF;
    z-index: 1001;
    align-items: center;
    padding-top: 150px;
  }
}

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

.header-item {
  line-height: 1.1875;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .header-item {
    margin: 0;
    text-align: center;
  }
}
.header-item:first-child {
  margin-left: 0;
}
.header-item:hover {
  border-bottom: 1px solid #3E3E3E;
  padding-bottom: 5px;
}

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 400;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-this {
  transform: translateX(-200px);
}
.drawer-icon.is-this .drawer-icon-bar1 {
  top: 8px;
  transform: rotate(-45deg);
}
.drawer-icon.is-this .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-this .drawer-icon-bar3 {
  top: 8px;
  transform: rotate(45deg);
}

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

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: rgb(61, 61, 61);
  top: 0;
  left: 0;
}
.drawer-icon-bar1.is-this,
.drawer-icon-bar2.is-this,
.drawer-icon-bar3.is-this {
  background: #FFFFFF;
}

.drawer-icon.is-this .drawer-icon-bar1 {
  background: #FFFFFF;
}

.drawer-icon.is-this .drawer-icon-bar3 {
  background: #FFFFFF;
}

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

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

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

.drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 131px;
  background: #FFFFFF;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  text-align: center;
}
.drawer-content.is-this {
  transform: translateX(0);
}

.drawer-content-item a {
  display: block;
  color: #707070;
  text-decoration: none;
  padding: 18px 20px;
}

.over-lay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 298;
  display: none;
}
.over-lay.is-this {
  display: block;
}

.header-logo {
  display: none;
}
@media (max-width: 767px) {
  .header-logo {
    display: block;
    font-size: 23px;
    font-weight: 700;
    padding-top: 15px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 100;
    margin-left: 12px;
  }
}

/*=============================
main
=============================*/
.main {
  background-image: url(../img/mv@2x.png);
  margin: 0 0 120px 0;
  background-position: 24% center;
  background-size: cover;
  height: 648px;
  position: relative;
}
@media (max-width: 767px) {
  .main {
    text-align: center;
  }
}

.main-box {
  max-width: 600px;
  position: absolute;
  top: 30%;
  left: 50%;
}
@media (max-width: 767px) {
  .main-box {
    left: 0;
  }
}

.main-text {
  line-height: 1.5;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main-text {
    text-align: center;
  }
}

.main-sub {
  line-height: 1.5555555556;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main-sub {
    text-align: center;
  }
}

.btn {
  display: inline-block;
  background-color: #FFAA3B;
  border-radius: 10px;
  width: 282px;
  height: 50px;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .btn {
    text-align: center;
  }
}
.btn a {
  font-size: 18px;
  line-height: 1.4444444444;
  color: #FFFFFF;
  text-align: center;
}

/*=============================
news
=============================*/
.news {
  background-color: #FFFFFF;
  margin: 60px auto 60px;
  padding: 60px 40px 40px;
}

.news-section {
  font-size: 36px;
  text-align: center;
  line-height: 1.2222222222;
  color: #3E3E3E;
  font-family: "Montserrat";
}

@media (min-width: 1200px) {
  .news-parent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .news-parent {
    margin: 0 15px;
  }
}

.news-item {
  margin: 0;
  border-top: 1px solid #CECDCD;
  position: relative;
  padding-right: 14px;
  width: 100%;
  align-items: center;
}
@media (min-width: 1200px) {
  .news-item {
    display: flex;
  }
}
.news-item:last-child {
  border-bottom: 1px solid #CECDCD;
}
.news-item::after {
  content: "";
  background: url(../img/news-arrow@2x.png) no-repeat center center/contain;
  width: 11px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.news-item:hover {
  background-color: rgba(73, 115, 255, 0.1019607843);
  width: 100%;
}

.news-data {
  margin-right: 40px;
  flex: 0 0 100px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .news-data {
    display: inline-block;
  }
}

.news-title {
  position: relative;
  flex: 0 0 160px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .news-title {
    display: inline-block;
  }
}
.news-title ::before {
  border: 2px solid #3B69FF;
  border-radius: 30%;
  padding: 0 30px;
  width: 121px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -27px;
  content: "";
  transform: translateY(-50%);
}

.news-text {
  flex: 0 1 100%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .news-text {
    margin: 0;
  }
}

.white {
  display: block;
  border: 1px solid #707070;
  width: 236px;
  height: 64px;
  margin: 40px auto;
  background-color: #FFFFFF;
  font-family: "Montserrat";
  text-align: center;
  color: #FFFFFF;
}
.white a {
  color: #3E3E3E;
  font-size: 20px;
  text-align: center;
  padding: 20px 85px;
  line-height: 3em;
  font-size: 20px;
}
.white a:hover {
  background-color: #3E3E3E;
  color: #FFFFFF;
}

/*=============================
service
=============================*/
.service {
  margin: 130px 0 300px;
  background-color: #3E3E3E;
  height: 400px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .service {
    padding: 15px 15px;
  }
}

@media (min-width: 1200px) {
  .service-parent {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 76px 45px 60px 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-parent {
    width: 100%;
    background-color: #FFFFFF;
    padding: 15px 0;
    margin: 45px 0;
  }
}
@media (max-width: 767px) {
  .service-parent {
    width: 100%;
    background-color: #FFFFFF;
    padding: 25px 0;
    margin: 55px 0;
  }
}

@media (min-width: 1200px) {
  .service-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .service-items:not(:first-child) {
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .service-items {
    width: 100%;
  }
}

.service-img {
  text-align: center;
  width: 100%;
  margin-bottom: 23px;
}
.service-img img {
  width: 50px;
  height: 30px;
  display: inline-block;
}

.service-contents {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5em;
  text-align: center;
  font-weight: 700;
}

.service-text {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-text {
    text-align: center;
  }
}

/*=============================
Results
=============================*/
.results {
  width: 1280px;
  max-width: 100%;
  background-color: #3E3E3E;
  margin-left: auto;
  padding: 20px 0 90px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .results {
    margin: 30px auto;
    padding: 30px 20px;
  }
}

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

.result-items {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.result-items:hover {
  opacity: 0.5;
}

.result-contents {
  background-color: #FFFFFF;
}

.result-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.result-text {
  line-height: 1.5;
  font-size: 16px;
}

.result-button {
  margin-top: 100px;
  display: inline-block;
  height: 65px;
  border: 1px solid #FFFFFF;
  font-family: "Montserrat";
}
.result-button a {
  font-size: 20px;
  line-height: 3.125;
  letter-spacing: 0.5em;
  color: #FFFFFF;
  padding: 20px 80px;
}
@media (max-width: 767px) {
  .result-button a {
    padding: 20px 40px;
  }
}
.result-button a:hover {
  color: #3E3E3E;
  background-color: #FFFFFF;
}

/*=============================
swiper
=============================*/
.swiper-slide {
  width: 400px !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  left: 0;
  width: 100%;
}

.swiper-parent {
  position: relative;
}

.swiper-pagination {
  margin-top: 40px;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 20px;
}

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

.results-pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
}

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

/*=============================
price
=============================*/
.price {
  margin: 120px auto;
  max-width: 960px;
  width: 100%;
  font-family: "Montserrat";
}
@media (min-width: 768px) and (max-width: 1199px) {
  .price {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .price {
    margin: 60px auto;
    padding: 10px 10px;
  }
}

.price-table {
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #707070;
  font-size: 24px;
  line-height: 1.2083333333;
  width: 100%;
  font-weight: 700;
}
.price-table th,
.price-table td {
  border: 1px solid #707070;
  padding: 16px 0;
}
.price-table th {
  color: #FFFFFF;
  background-color: #3E3E3E;
  text-align: center;
}
.price-table td {
  color: #3E3E3E;
  background-color: #FFFFFF;
  text-align: left;
  padding-left: 40px;
}

.price-text {
  font-size: 12px;
}

/*=============================
comments
=============================*/
.comments {
  position: relative;
}
@media (min-width: 1200px) {
  .comments {
    text-align: center;
  }
}
.comments::before {
  background-color: #3E3E3E;
  content: "";
  position: absolute;
  top: 110px;
  left: 0;
  height: 1980px;
  color: #3E3E3E;
  display: block;
  width: 80%;
}
@media (max-width: 767px) {
  .comments::before {
    width: 100%;
    margin: 0 auto;
  }
}

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

.comments-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.comments-parent {
  background-color: #FFFFFF;
  padding: 0 30px 0 15px;
  width: 100%;
  z-index: 2;
}

.comments-title {
  text-align: start;
  padding: 0 0 30px 100px;
}

.comments-items {
  display: flex;
  flex: 0 1 auto;
}
@media (min-width: 1200px) {
  .comments-items {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .comments-img {
    padding: 0 32px 0 100px;
    flex: 0 0 232px;
  }
}
.comments-text {
  flex: 0 1 100%;
  line-height: 1.5;
}

.comments-right-picture {
  flex: 0 1 auto;
  height: 444px;
  z-index: 2;
}
@media (max-width: 767px) {
  .comments-right-picture {
    display: none;
  }
}
/*=============================
Q&A
=============================*/
.qa {
  height: 1000px;
  background: url(../img/qa-bg.png) no-repeat fixed center center/cover;
  margin-bottom: 0;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  .qa {
    text-align: center;
    margin: 0 15px;
    background: url(../img/qa-bg.png) no-repeat center center/cover;
  }
}

.qa-title {
  padding-top: 60px;
}

.qa-items {
  max-width: 700px;
  width: 100%;
  margin: 60px 0 0 auto;
  color: #3E3E3E;
  line-height: 1.5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .qa-items {
    text-align: center;
    margin: 0 auto;
  }
}

.qa-item {
  padding-right: 72px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .qa-item {
    padding: 0 30px;
  }
}
.qa-item:not(:last-child) {
  margin-bottom: 32px;
}

.qa-box {
  background-color: #FFFFFF;
}

.qa-box_q {
  font-weight: 700;
  padding: 20px 30px;
  position: relative;
}
.qa-box_q::before {
  content: "Q";
  position: absolute;
  top: 35px;
  left: 10px;
  color: #FFFFFF;
  background-color: #4973FF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
}

.qa-box_icon {
  width: 10px;
  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-color: #4973FF;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.qa-box_bar2 {
  width: 2px;
  height: 14px;
  background-color: #4973FF;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease 0s;
}

.qa-box_a {
  background-color: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
  display: none;
  padding: 14px;
}

/*=============================
access
=============================*/
.access {
  display: grid;
  grid-template-columns: 414px 1fr;
  grid-template-rows: auto 1fr;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 120px auto;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .access {
    margin: 0 0px;
    grid-template-columns: 300px 1fr;
  }
}

.access-section {
  margin: 0;
}

.access-section {
  text-align: left;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section-title {
    position: relative;
    padding: 0;
    margin: 0;
  }
}

.access-box {
  text-align: left;
  position: relative;
}

.access-text {
  color: #FFFFFF;
  line-height: 1.5;
}

.access-button {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .access-button {
    position: absolute;
    left: -40px;
    top: 225%;
  }
}

.result-button a {
  padding: 20px 40px;
}

.access-iframe {
  width: 100%;
  padding-top: 71.6253443526%;
  flex: 0 1 720px;
}
@media (min-width: 1200px) {
  .access-iframe {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access-iframe {
    position: relative;
  }
}
.access-iframe iframe {
  position: absolute;
  bottom: 120px;
  right: 0;
  top: 65px;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .access-iframe iframe {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    margin-top: 93px;
  }
}

/*=============================
contact
=============================*/
.contact {
  font-weight: 700;
  background: url(../img/contact-bg@2x.png) center center/cover;
}
@media (min-width: 1200px) {
  .contact {
    padding: 60px 120px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin: 8px auto;
    padding: 340px 15px 30px;
  }
}

.contact-form {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form {
    padding: 10px 10px;
  }
}

.section-title {
  position: relative;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 700;
}

.contact-head {
  position: relative;
  background-color: #000;
  width: 100%;
  padding: 55px 0 54px;
}
@media (max-width: 767px) {
  .contact-head {
    padding: 42px 0 50px;
  }
}
.contact-head::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/contact1.png) center center/cover no-repeat;
  display: block;
}
.contact-head p {
  color: #FFFFFF;
  text-align: center;
  position: relative;
}

@media (min-width: 1200px) {
  .contact-row {
    display: flex;
  }
  .contact-row:not(:first-child) {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .form-parent {
    padding: 60px 120px;
  }
}
@media (max-width: 767px) {
  .form-parent {
    width: 100%;
    padding: 0 15px 20px;
  }
}

@media (min-width: 1200px) {
  .contact-kind-parent {
    display: flex;
  }
}

.contact-kind {
  flex: 0 0 188px;
}

.contact-kind-select {
  position: relative;
}
.contact-kind-select::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #3e3e3e;
  border-right: solid 2px #3e3e3e;
  transform: rotate(45deg);
}

.contact-label {
  width: 200px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .contact-label {
    margin-bottom: 10px;
  }
}
.contact-label label {
  font-weight: 700;
}
.contact-label label.is-required {
  display: inline-block;
  position: relative;
}
.contact-label label.is-required::after {
  content: "必須";
  position: absolute;
  color: #FFFFFF;
  background-color: #FF4646;
  font-weight: 700;
  text-align: center;
  border-radius: 2px;
  top: 0;
  left: 120%;
  line-height: 1;
  display: inline-block;
  width: 40px;
  height: 16px;
  margin-top: 4px;
  margin-left: 6px;
}

@media (min-width: 1200px) {
  .contact-input {
    width: calc(100% - 200px);
  }
}
.contact-input [type=text] {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #707070;
  background: #FFF;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #3E3E3E;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-input [type=text] {
    margin-bottom: 10px;
  }
}
.contact-input [type=email] {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #707070;
  background: #FFF;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #3E3E3E;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-input select {
  box-shadow: none;
  border: 1px solid #707070;
  background: #FFF;
  padding: 12px 40px 12px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #3E3E3E;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  position: relative;
}

.contact-textarea textarea {
  margin: 0 auto;
  height: 200px;
  box-shadow: none;
  border-bottom: 1px solid #707070;
  background: #FFF;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #3E3E3E;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  resize: none;
  margin-top: 10px;
}

.contact-form-radio {
  margin-top: 32px;
  text-align: center;
}
.contact-form-radio [type=radio] {
  display: none;
}
.contact-form-radio span {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.contact-form-radio span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  border-radius: 50%;
}
.contact-form-radio span::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #4973FF;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}
.contact-form-radio [type=radio]:checked + span::after {
  display: block;
}

.contact-radio-btn {
  margin-left: 40px;
}

.contact-form-check {
  margin-top: 41px;
}
.contact-form-check [type=checkbox] {
  display: none;
}
.contact-form-check span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.contact-form-check span::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact-form-check span::after {
  border-bottom: solid 2px #4973ff;
  border-left: solid 2px #4973ff;
  content: "";
  display: block;
  height: 6px;
  left: 4px;
  opacity: 1;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  transition: 0.2s;
  width: 12px;
  display: none;
}
.contact-form-check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-form-button {
  margin-top: 41px;
}
@media (max-width: 767px) {
  .contact-form-button {
    text-align: center;
  }
}
.contact-form-button [type=submit] {
  display: inline-block;
  width: 173px;
  border-radius: 10px;
  background-color: #FFAA3B;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 16px 50px;
  color: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  margin-left: auto;
  font-size: 18px;
}

.contact-form-message {
  text-align: center;
  margin-top: 60px;
  display: none;
}
.contact-form-message.-error {
  color: #FF4646;
}

.contact-form-message {
  text-align: center;
  margin-top: 60px;
  display: none;
}
.contact-form-message.-error {
  color: #f00;
}

/*=============================
footer
=============================*/
.footer {
  background-color: #3E3E3E;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer {
    padding: 30px 80px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 60px 160px;
  }
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 30px 60px;
  }
}

@media (min-width: 1200px) {
  .footer-parent {
    display: flex;
    justify-content: space-between;
  }
}

.footer-sns {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-sns {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-sns {
    justify-content: center;
  }
}

.footer-item {
  margin-bottom: 40px;
}

.fab fa-twitter::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f099";
  display: inline-block;
}

.footer-twitter {
  font-size: 36px;
  color: #CECDCD;
}
.footer-twitter:hover {
  color: #FFFFFF;
}

.fab fa-facebook-square::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f09a";
}

.footer-facebook {
  font-size: 36px;
  margin-left: 32px;
  color: #CECDCD;
}
.footer-facebook:hover {
  color: #FFFFFF;
}

.footer-text {
  color: #FFFFFF;
  font-size: 16px;
}
.footer-text:not(:last-child) {
  margin-bottom: 24px;
}

.footer-right-title {
  color: #E3E3E3;
  font-size: 39px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-right-title {
    margin-top: 40px;
  }
}
.footer-right-title h2 {
  font-family: "Montserrat";
  margin: 0;
}
@media (max-width: 767px) {
  .footer-right-title h2 {
    font-size: 40px;
    font-weight: 400;
  }
}

.footer-right-copy {
  font-family: "Montserrat";
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer-right-copy {
    font-size: 12px;
  }
}

#page_top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 50;
}

#page_top a:hover {
  opacity: 0.5;
  text-decoration: none;
}