@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  line-height: 1.5;
  margin: 0;
  color: #3E3E3E;
  font-size: 16px;
  padding: 0;
  background-color: #f3f3f3;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

h2 {
  font-weight: bold;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  list-style-type: none;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

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

dd,
dt {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.container {
  width: 100%;
  padding: 0 80px;
  max-width: 1280px;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header {
  background-color: rgba(178, 178, 178, 0.5);
  height: 83px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  header {
    background-color: #FFFFFF;
    height: 68px;
  }
}

.sp-header {
  font-size: 23px;
  font-weight: 700;
  color: #3E3E3E;
  font-family: "Montserrat", sans-serif;
  display: none;
  padding: 20px 16px;
}
@media (max-width: 767px) {
  .sp-header {
    display: block;
  }
}

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

.drawer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  line-height: 83px;
}
@media (max-width: 767px) {
  .drawer-menu {
    display: block;
    line-height: 22px;
    font-size: 22px;
  }
}

.header-li {
  letter-spacing: 0.01em;
}
.header-li:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .header-li:not(:first-child) {
    font-size: 18px;
    margin-left: 0;
    margin-top: 30px;
  }
}

.drawer-menu-item {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
}
.drawer-menu-item::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000000;
  bottom: 25px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: all 0.3s;
}
.drawer-menu-item:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 767px) {
  .drawer-menu-item {
    padding: 0;
    margin-top: 32px;
  }
}

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

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

.top {
  background: url(../img/mv@2x.png) no-repeat center center/cover;
  height: 580px;
  width: 100%;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .top {
    background: url(../img/mv@2x.png) no-repeat 24% center/cover;
  }
}

.header-container {
  max-width: 1240px;
  width: 100%;
}

.top-contents {
  max-width: 600px;
  content: "";
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  left: 50%;
}
@media (max-width: 767px) {
  .top-contents {
    content: "";
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    left: 5%;
  }
}

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

.sub-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 35px;
  letter-spacing: 0.45px;
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
  }
}

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

.contact-button {
  width: 280px;
  display: block;
  margin-top: 45px;
  color: #FFFFFF;
  border-radius: 10px;
  background-color: #FFAA3B;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
  padding: 16px 50px;
  text-align: center;
  transition-duration: 0.3s;
}
.contact-button:hover {
  background-color: #F18900;
}
@media (max-width: 767px) {
  .contact-button {
    width: 222px;
    padding: 16px 32px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.news {
  background-color: #F3F3F3;
  padding: 120px 40px;
}
@media (max-width: 767px) {
  .news {
    position: relative;
    height: 820px;
    z-index: 1;
    padding: 0px 16px 30px;
  }
}
.news h2 {
  text-align: center;
}

.news-back-white {
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
  padding: 60px;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .news-back-white {
    width: 90%;
    position: absolute;
    content: "";
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 16px 36px;
  }
}

.news-ul {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1607843137);
}
.news-ul:first-child {
  border-top: 1px solid rgba(112, 112, 112, 0.1607843137);
  margin-top: 60px;
}
.news-ul:hover {
  background-color: rgba(59, 105, 255, 0.2);
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news-ul:first-child {
    margin-top: 40px;
  }
}

.news-link {
  display: flex;
}
@media (max-width: 767px) {
  .news-link {
    display: block;
    position: relative;
    padding-right: 40px;
  }
  .news-link::after {
    content: "";
    position: absolute;
    background: url(../img/news-arrow@2x.png) no-repeat center center/contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 10px;
    height: 20px;
  }
}

.sp-group {
  display: flex;
  align-items: center;
}

.news-date {
  font-size: 18px;
  width: 100px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .news-date {
    font-size: 15px;
  }
}

.news-text {
  width: 120px;
  height: 30px;
  border: 2px solid #3B69FF;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .news-text {
    margin-left: 5px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}

.news-contents {
  font-size: 18px;
  width: calc(100% - 330px);
  padding-left: 40px;
  padding-right: 70px;
  position: relative;
}
.news-contents::after {
  position: absolute;
  content: "";
  background: url(../img/news-arrow@2x.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 10px;
  height: 20px;
}
@media (max-width: 767px) {
  .news-contents {
    width: 100%;
    padding: 0;
    margin-top: 12px;
    font-size: 14px;
  }
  .news-contents::after {
    display: none;
  }
}

.more-button {
  display: block;
  border: 1px solid #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 40px auto 0;
  width: 236px;
  height: 64px;
  line-height: 64px;
  transition-duration: 0.3s;
}
.more-button:hover {
  color: #fff;
  background-color: #3E3E3E;
}
@media (max-width: 767px) {
  .more-button {
    width: 268px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }
}

.service {
  background: linear-gradient(to bottom, #3e3e3e 65%, #f3f3f3 35%);
  width: 100%;
  max-height: 615px;
}
.service h2 {
  color: #FFFFFF;
  padding: 55px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .service h2 {
    font-size: 30px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .service {
    max-height: 960px;
    padding-bottom: 60px;
    height: 100%;
  }
}

.service-ul {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  height: 330px;
  margin: 0 auto;
  box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
  z-index: 99;
  position: relative;
}
@media (max-width: 767px) {
  .service-ul {
    display: block;
    padding: 50px 16px;
    height: 694px;
    margin: 0 16px;
  }
}

.service-item {
  width: 33%;
  padding: 55px 45px;
}
.service-item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px;
}
.service-item p {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .service-item {
    padding: 0;
    margin: 0 auto;
    width: 311px;
    height: auto;
  }
  .service-item:not(:first-child) {
    margin-top: 60px;
  }
}

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

.service-picture {
  width: 64px;
  height: 64px;
  position: relative;
  margin: 0 auto;
}
.service-picture img {
  width: 50px;
  height: auto;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.results {
  background: #F3F3F3;
  padding: 120px 0 0 40px;
}
@media (max-width: 767px) {
  .results {
    padding: 0;
  }
}
.results h2 {
  color: #fff;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .results h2 {
    font-size: 30px;
    text-align: center;
    padding: 40px 0;
  }
}

.results-back-black {
  background-color: #3E3E3E;
  max-width: 1240px;
  width: 100%;
  padding: 60px 0 60px 60px;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .results-back-black {
    padding: 0 0 16px;
  }
}

.results-item {
  max-width: 400px;
  max-height: 366px;
}

.results-contents {
  padding: 16px;
  background-color: #fff;
}

.results-title {
  font-size: 20px;
  font-weight: bold;
}

.results-text {
  line-height: 1.5;
  margin-top: 10px;
}

.swiper-container {
  position: relative;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: left;
}
@media (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: center;
  }
}

.swiper-wrapper {
  display: flex;
  position: relative;
  height: auto;
}

.swiper-slide {
  width: auto;
  transition: all 0.3s ease 0s;
}
.swiper-slide:hover {
  background-color: #3e3e3e;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .swiper-slide {
    width: 274px;
    height: 171px;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 10px;
}

.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  position: relative;
  box-sizing: border-box;
  background-color: #3e3e3e;
  border: solid #fff 2px;
}
.swiper-pagination-bullet-active::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
}

.swiper-container,
.swiper-container-initialized,
.swiper-container-horizontal {
  height: 450px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child),
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}

.black-button {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  width: 289px;
  height: 64px;
  line-height: 64px;
  transition-duration: 0.3s;
}
.black-button:hover {
  color: #3E3E3E;
  background-color: #fff;
}
@media (max-width: 767px) {
  .black-button {
    width: 316px;
    height: 54px;
    margin: 24px auto 40px;
  }
}

.price {
  padding: 120px 40px;
  background-color: #F3F3F3;
  font-size: 24px;
}
@media (max-width: 767px) {
  .price {
    padding: 40px 16px 60px;
  }
}
.price h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.price small {
  font-size: 12px;
  color: #3E3E3E;
}

.price-table {
  max-width: 960px;
  margin: 0 auto;
}

table {
  border: 1px solid #707070;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 960px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-top: 60px;
}

.row-area {
  width: 27%;
  background-color: #3E3E3E;
  color: #fff;
  border: 1px solid #707070;
  padding: 16px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .row-area {
    padding: 12px 20px;
  }
}

.price-area {
  width: 73%;
  border: 1px solid #707070;
  padding: 16px 0;
  padding-left: 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .price-area {
    padding: 12px 20px;
  }
}

.comments {
  background-color: #F3F3F3;
  position: relative;
  height: 700px;
}
@media (max-width: 767px) {
  .comments {
    background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 75%, #3e3e3e 75%, #3e3e3e 100%);
    padding: 0 16px 60px;
    height: auto;
  }
}

.comments-back-black {
  width: 100%;
  max-height: 550px;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #3e3e3e 75%, #f3f3f3 25%);
}
@media (max-width: 767px) {
  .comments-back-black {
    display: none;
  }
}

.comments-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-height: 604px;
}
@media (max-width: 767px) {
  .comments-flex {
    display: block;
  }
}

.comments-contents {
  width: 55.5%;
  max-width: 666px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  z-index: 90;
  background-color: #fff;
}
@media (max-width: 767px) {
  .comments-contents {
    width: 100%;
  }
}
.comments-contents-inner {
  padding: 110px 60px;
}
@media (max-width: 767px) {
  .comments-contents-inner {
    padding: 40px 20px;
  }
}

.comments-content-item {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .comments-content-item {
    margin-top: 40px;
  }
}
.comments-content-item p {
  padding-left: 32px;
  width: 81.684981685%;
}
@media (max-width: 767px) {
  .comments-content-item p {
    padding-left: 20px;
    font-size: 14px;
  }
}

.comments-picture {
  width: 18.315018315%;
}

.comments-image {
  width: 44.5%;
  max-width: 534px;
  z-index: 89;
}
@media (max-width: 767px) {
  .comments-image {
    display: none;
  }
}

.QA {
  background: url(../img/qa-bg@2x.png) no-repeat center center/cover;
  padding: 60px 40px 120px;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .QA {
    padding: 40px 16px 60px;
  }
}
.QA h2 {
  text-align: center;
}

.QA-contents {
  max-width: 612px;
  margin: 60px 0 0 auto;
}
@media (max-width: 767px) {
  .QA-contents {
    margin: 40px auto 0;
  }
}

.qa__item-accordion {
  border-radius: 4px;
  background-color: #fff;
}
.qa__item-accordion:not(:first-child) {
  margin-top: 32px;
}

.accordion__head {
  background-color: #fff;
  font-weight: bold;
  padding: 20px 15px;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 767px) {
  .accordion__head {
    padding: 16px;
  }
}

.Q-text {
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background-color: #3B69FF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
}

.accordion__icon {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../img/minus@2x.png) no-repeat center center/contain;
}
.accordion__icon.is-open {
  background-image: url(../img/plus@2x.png);
}

.accordion__body {
  background-color: #fff;
  padding: 16px;
  border-radius: 0 0 4px 4px;
  display: none;
}
@media (max-width: 767px) {
  .accordion__body {
    font-size: 14px;
  }
}

.accordion__body-in {
  padding: 16px;
  background-color: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
}

.access {
  background-color: #F3F3F3;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .access {
    background-color: #3e3e3e;
    padding: 40px 16px 60px;
  }
}

.access-contents {
  background-color: #3E3E3E;
  height: 504px;
  width: 79.8387096774%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .access-contents {
    width: 100%;
    background-color: transparent;
  }
}

.access-contents-inner {
  padding: 0 100px 120px 80px;
  z-index: 90;
}
.access-contents-inner h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .access-contents-inner {
    padding: 0;
  }
}

.access-flex {
  max-width: 1240px;
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .access-flex {
    padding: 0;
    display: block;
  }
}

.map-width {
  width: 58.5483870968%;
  content: "";
  top: 100px;
  right: 0;
  display: block;
}
@media (max-width: 767px) {
  .map-width {
    width: 100%;
    margin-top: 30px;
  }
}

.access-black-button {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
  max-width: 289px;
  height: 64px;
  line-height: 64px;
  transition-duration: 0.3s;
}
.access-black-button:hover {
  color: #3E3E3E;
  background-color: #fff;
}
@media (max-width: 767px) {
  .access-black-button {
    display: none;
  }
}

.address {
  line-height: 1.5;
  margin-top: 60px;
  color: #fff;
}
@media (max-width: 767px) {
  .address {
    margin-top: 40px;
  }
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 71.6253443526%;
}
.iframe-wrap iframe {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 71;
}
.access-black-sp-button {
  display: none;
}
@media (max-width: 767px) {
  .access-black-sp-button {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 0;
    max-width: 339px;
    height: 54px;
    line-height: 54px;
    transition-duration: 0.3s;
  }
}
.access-black-sp-button:hover {
  color: #3E3E3E;
  background-color: #fff;
}

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

.contact-image {
  background: url(../img/contact1@2x.png) no-repeat center center/cover;
  color: #fff;
  max-width: 960px;
  height: 200px;
  border-radius: 12px 12px 0 0;
  margin: 0 auto;
}
.contact-image h2 {
  text-align: center;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .contact-image h2 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact-image {
    background: url(../img/sp/contact1@2x.png) no-repeat center center/cover;
    padding: 40px 16px;
    height: 100%;
  }
}

.contact-message {
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .contact-message {
    margin-top: 12px;
  }
}

.contact-contents {
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto;
}

.contact-inner {
  padding: 60px 100px;
  max-width: 720px;
}
@media (max-width: 767px) {
  .contact-inner {
    padding: 40px 16px;
  }
}

.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .form-item {
    display: block;
  }
}
.form-item:not(:first-child) {
  margin-top: 32px;
}

.contact-form_label {
  width: 188px;
}
@media (max-width: 767px) {
  .contact-form_label {
    width: 90%;
  }
}

.contact-form_input {
  width: calc(100% - 188px);
}
@media (max-width: 767px) {
  .contact-form_input {
    width: 100%;
    margin-top: 16px;
  }
}
.contact-form_input select {
  width: 200px;
  height: 40px;
  outline: 0;
}
@media (max-width: 767px) {
  .contact-form_input select {
    width: 100%;
  }
}
.contact-form_input select:hover {
  border: 1px solid #4973FF;
  box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5019607843);
}

.red-icon {
  border-radius: 2px;
  background-color: #FF4646;
  color: #fff;
  width: 40px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  padding: 2px;
  margin-left: 12px;
}

label,
legend {
  font-weight: bold;
}

input[type=text],
input[type=email] {
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 2px solid #CECDCD;
  padding: 10px 16px;
  width: 90%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:hover,
input[type=email]:hover {
  border-bottom: 1px solid #4973ff;
  box-shadow: 0px 0px 4px rgba(73, 115, 255, 0.1019607843);
}

input:-internal-autofill-selected {
  background-color: rgba(0, 0, 0, 0);
}

@-webkit-keyframes onAutoFillStart {}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 767px) {
  fieldset {
    display: block;
  }
}

.contact-form_radio {
  margin-top: 16px;
}
.contact-form_radio label:not(:first-child) {
  margin-left: 40px;
}

textarea {
  max-width: 720px;
  height: 200px;
  padding: 0;
  border: 1px solid #707070;
  resize: none;
  width: 100%;
  outline: 0;
  font-size: 16px;
}
textarea:hover {
  border: 1px solid #4973ff;
  box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.5019607843);
}

.contact-form_message {
  margin-top: 32px;
  max-width: 720px;
}

.contact-form_check {
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact-form_check {
    margin-top: 33px;
  }
}

input[type=checkbox] {
  display: none;
}

.check-box_style {
  position: relative;
  padding-left: 40px;
}
.check-box_style:active::before {
  border: 1px solid #4973FF;
  background-color: rgba(59, 105, 255, 0.2);
  box-shadow: none;
}
.check-box_style:hover::before {
  border: 1px solid #4973ff;
  box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.2);
}
.check-box_style::before {
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.check-box_style::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  background: transparent url(../img/checkbox@2x.png) no-repeat center center/contain;
  display: none;
}

input[type=checkbox]:checked + span::after {
  display: block;
}

.submit-button {
  border: none;
  width: 173px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: 40px;
  color: #FFFFFF;
  border-radius: 10px;
  background-color: #F18900;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
  text-align: center;
  transition-duration: 0.3s;
}
.submit-button:disabled {
  background-color: #b2b2b2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .submit-button {
    margin-top: 33px;
  }
}

footer {
  background-color: #3E3E3E;
  padding: 60px 160px;
}
@media (max-width: 767px) {
  footer {
    padding: 60px 70px;
  }
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-flex {
    display: block;
  }
}

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

.sns-color {
  color: #b2b2b2;
}
.sns-color:hover {
  color: #fff;
}

sns-icons {
  display: flex;
}
@media (max-width: 767px) {
  sns-icons {
    margin: 0 auto;
  }
}

.fa-twitter:before {
  margin-right: 32px;
}

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

.icon-size {
  width: 36px;
}

.policy {
  color: #fff;
  margin-top: 40px;
}
.policy li:not(:first-child) {
  margin-top: 24px;
}

.footer-link {
  position: relative;
}
.footer-link::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -5px;
  left: 0;
  display: none;
}
.footer-link:hover::after {
  display: block;
}

.footer-content2 {
  text-align: right;
}
@media (max-width: 767px) {
  .footer-content2 {
    text-align: center;
  }
}
.footer-content2 h1 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .footer-content2 h1 {
    font-size: 32px;
    margin-top: 40px;
    text-align: center;
  }
}

small {
  font-size: 12px;
  color: #e3e3e3;
}
@media (max-width: 767px) {
  small {
    margin-top: 12px;
  }
}

.floating {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  width: 50px;
  height: 50px;
}