@charset "UTF-8";
/*======================================
color
======================================*/
/*======================================
インナー幅
======================================*/
/*======================================
mixin
======================================*/
/*======================================
#common - 全体に共通するスタイル
======================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 1040px) {
  .is-sp {
    display: none;
  }
}
/*======================================
reset.css/共通設定
======================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body, p {
  font-size: 16px;
  color: #3E3E3E;
  font-family: ’STIX Two Text’, "Yu Gothic", serif;
  line-height: 1.2;
  letter-spacing: 0.4pt;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body, p {
    font-size: 14px;
    line-height: 14;
    letter-spacing: 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.inner {
  width: 100%;
  max-width: 94%;
  height: inherit;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 92%;
  }
}

img {
  width: 100%;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 12px;
}

.section-padding {
  padding: 120px 0 100px;
}

.section-color-bg {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(to left, #e5eaee 97%, #fff 3%);
  -webkit-transform: skew(0deg, -5deg);
}
.section-color-bg .inner {
  -webkit-transform: skew(0deg, 5deg);
}
@media screen and (max-width: 767px) {
  .section-color-bg {
    background: #e5eaee;
  }
}

.section-title {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
  position: relative;
  text-transform: capitalize;
}
.section-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 75px;
  background: #e5eaee;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
    line-height: 1.2;
  }
}

.section-title-grey {
  position: relative;
}
.section-title-grey::after {
  background: #9c9c9c;
}

.text-all-big {
  text-transform: uppercase;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 83px;
  width: 100%;
  max-width: 100%;
  line-height: 83px;
  color: #fff;
  background: #FFFFFF1A;
  z-index: 100;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  header {
    background: #FFFFFF1A;
    padding: 0 4%;
    height: 68px;
    line-height: 68px;
  }
}

.js-change-header-color {
  color: #fff;
  background-color: #032137;
}

.header-logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-logo {
    display: block;
    width: 160px;
    font-size: 23px;
    font-weight: bold;
    white-space: nowrap;
  }
}

.header-list {
  width: 515px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header-list {
    display: none;
  }
}

.header-nav {
  display: flex;
}
.header-nav > :first-child {
  margin-left: 0;
}

.header-nav-item a {
  margin-left: 34px;
  font-weight: 600;
  letter-spacing: 0.4px;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.header-nav-item a:hover {
  cursor: pointer;
  color: #54a1fa;
}

.drawer-icon {
  display: none;
  position: fixed;
  top: 23px;
  right: 42px;
  transition: transform 0.5s ease 0s;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.drawer-is-active {
  transform: translateX(-300px);
}
.drawer-icon.drawer-is-active .drawer-icon_bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background-color: #fff;
}
.drawer-icon.drawer-is-active .drawer-icon_bar2 {
  display: none;
}
.drawer-icon.drawer-is-active .drawer-icon_bar3 {
  transform: rotate(45deg);
  top: 4px;
  background-color: #fff;
}

.drawer-icon_bars {
  width: 26px;
  height: 20px;
  display: block;
  position: absolute;
}

.drawer-icon_bar1,
.drawer-icon_bar2,
.drawer-icon_bar3 {
  position: relative;
  width: 26px;
  height: 4px;
  background: #fff;
  border-radius: 3px;
  top: 0;
  left: 0;
}

.drawer-icon_bar1 {
  top: 0;
}

.drawer-icon_bar2 {
  top: 5px;
}

.drawer-icon_bar3 {
  top: 10px;
}

.drawer-content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-content.drawer-is-active {
  transform: translateX(0);
}

.drawer-content_items {
  padding-top: 161px;
}

.drawer-content_item a {
  display: block;
  color: #3E3E3E;
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 32px;
  line-height: 1.2;
  width: 102px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}

.drawer-top {
  transform: translateX(0);
  transition: transform 0.5s ease 0s;
}
.drawer-top.drawer-is-active {
  transform: translateX(-300px);
}

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

.top {
  width: inherit;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .top {
    background: url(../img/mv@2x.jpg) no-repeat left center/cover;
    height: 648px;
  }
}
@media screen and (max-width: 1039px) {
  .top {
    background: url(../img/mv@2x.jpg) no-repeat left center/cover;
    height: 648px;
  }
}
@media screen and (max-width: 767px) {
  .top {
    background: url(../img/mv@2x.jpg) no-repeat left -209px center/cover;
    height: 667px;
  }
}

@media screen and (min-width: 1040px) {
  .top-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 48%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1039px) {
  .top-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-text {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    padding-top: 229px;
    top: 30%;
    transform: translateY(-50%);
  }
}

.top-title {
  font-size: 45px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .top-title {
    font-size: 45px;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 1.4;
  }
}

.sub-title {
  margin-top: 29px;
  margin-bottom: 37px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #fff;
}
@media screen and (min-width: 1040px) {
  .sub-title {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .sub-title {
    margin-bottom: 27px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

.about-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about-item {
    display: block;
  }
}

.about-img {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .about-img {
    width: 70%;
    margin: 0 auto;
  }
}
.about-img img {
  border-radius: 50%;
}

.about-text {
  width: 50%;
  margin-left: 6.6666666667%;
}
.about-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about-text h3 {
    margin-top: 35px;
    margin-bottom: 7px;
  }
}
.about-text p {
  width: 521px;
  max-width: 100%;
  line-height: 1.8;
}
.about-text ul li {
  position: relative;
  list-style-type: none !important;
  /*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #e5eaee;
  vertical-align: middle;
  color: #505050;
  border-radius: 12px;
  /*左側の角丸く*/
  text-transform: capitalize;
}
.about-text ul li:before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .about-text {
    width: 100%;
    margin: 0 auto;
  }
}
.about-text .about-contact {
  margin-top: 20px;
}

.service-items {
  width: 75%;
  max-width: 1100px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 5px 12px rgba(100, 130, 175, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 60px 45px;
  margin-top: 50px;
  border-radius: 12px;
}
@media screen and (max-width: 1039px) {
  .service-items {
    width: 91.4%;
    padding: 0 0 40px 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .service-items {
    width: 91.4%;
    display: block;
    padding: 0 0 40px 0;
    box-shadow: none;
  }
}

.service-item {
  width: 230px;
}
@media screen and (max-width: 1039px) {
  .service-item {
    width: 45%;
    margin: 0 auto;
    padding-top: 49px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .service-item {
    width: 90%;
    margin: 0 auto;
    padding-top: 49px;
    padding-bottom: 4px;
  }
}
.service-item img {
  display: block;
  width: 50px;
  margin: 0 auto;
}

.service-title {
  margin: 38px auto 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  width: 156px;
  letter-spacing: 4px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .service-title {
    line-height: 1.2;
    width: auto;
    font-size: 20px;
    margin: 20px auto 17px;
  }
}

.service-text {
  width: 230px;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .service-text {
    width: auto;
    height: auto;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
  }
}

.work {
  width: 100%;
}

.work-inner {
  width: 92%;
  max-width: 94%;
  height: inherit;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .work-inner {
    width: 96%;
    max-width: 96%;
  }
}

.works-container {
  margin-top: 30px;
}

.slider {
  width: 100%;
  display: flex;
}

.slider-item {
  width: 29%;
  margin-right: 31px;
}
@media screen and (max-width: 767px) {
  .slider-item {
    width: 30%;
    margin-right: 20px;
    margin-top: 40px;
  }
}

.slider-text-box {
  width: 100%;
  background: #FFFFFF;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .slider-text-box {
    padding: 12px;
  }
}

.slider-head {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .slider-head {
    font-size: 14px;
    letter-spacing: 0.01pt;
    line-height: 1.1;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1040px) {
  .card-item:hover .card-img > img {
    transform: scale(1.05);
  }
}

.card-img {
  overflow: hidden;
}
.card-img img {
  transition-duration: 0.4s;
}

.card-text {
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .card-text {
    font-size: 12px;
    line-height: 1.8;
  }
}

.slick-dots {
  bottom: -51px;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    left: 28%;
    bottom: -130px;
  }
}

.slick-dots li.slick-active button::before {
  opacity: 10;
}
.slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: transparent;
  width: 20px;
  height: 20px;
  border: 1px solid #888;
  border-radius: 50%;
}

.slick-dots li button::before {
  content: "";
  background: #888;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}

.price {
  line-height: 1.8;
}
@media screen and (max-width: 1039px) {
  .price {
    background: #e5eaee;
  }
}
@media screen and (max-width: 767px) {
  .price {
    padding: 3%;
  }
}

.price-items {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  margin-top: 50px;
}
@media screen and (min-width: 1040px) {
  .price-items {
    display: flex;
  }
}

.my-parts {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .my-parts {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    padding: 30px;
    margin-left: 28px;
  }
}

.my-parts th, .my-parts td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.6em;
  text-align: center;
}
@media screen and (min-width: 1040px) {
  .my-parts th, .my-parts td {
    width: 100%;
  }
}

.my-parts th {
  color: #000;
  font-weight: bold;
}

.price-img {
  margin: 20px 0;
}

.price-text {
  margin-top: 12px;
  font-size: 12px;
  text-align: right;
}
.price-text a {
  text-decoration: underline;
  font-weight: bold;
}

.accordion {
  width: 100%;
  max-width: 100%;
  height: 952px;
  background: url(../img/qa-bg.jpg) no-repeat top 65% center/cover;
  -webkit-transform: skew(0deg, 5deg);
  position: relative;
}
.accordion::before {
  content: "";
  position: absolute;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.accordion .inner {
  -webkit-transform: skew(0deg, -5deg);
}
.accordion .section-title {
  color: #e5eaee;
}
.ac {
  width: 51%;
  max-width: 100%;
  margin-left: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .ac {
    width: 100%;
  }
}

.ac-parent {
  width: 100%;
  padding: 15px 45px 15px 56px;
  line-height: 1.5;
  background: #FFFFFF;
  border-radius: 12px;
  color: #3E3E3E;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ac-parent {
    padding: 15px 43px 15px 56px;
    font-size: 16px;
  }
}
.ac-parent.open {
  border-radius: 4px 4px 0 0;
}
.ac-parent span {
  color: #fff;
  margin-right: 22px;
  z-index: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
}
.ac-parent:not(:first-child) {
  margin-top: 24px;
}
.ac-parent::before {
  content: "";
  background: #b9c9ff;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #b9c9ff;
  border-radius: 50%;
}
.ac-parent::after {
  content: "";
  position: absolute;
  background: url(../img/plus@2x.png) no-repeat center center/contain;
  width: 17px;
  height: 16px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}
.ac-parent.open:after {
  background: url(../img/minus@2x.png) no-repeat center center/contain;
}

.ac-child {
  width: 100%;
  height: auto;
  padding: 0 16px 16px 16px;
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
  display: none;
  cursor: pointer;
}
.ac-child .ac-child-box {
  color: #3E3E3E;
  background: #D8E1FF;
  border-radius: 12px;
  padding: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ac-child .ac-child-box {
    font-size: 14px;
    padding: 8px 12px;
  }
}

.contact {
  width: 100%;
  max-width: 100%;
}

.contact-inner {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-inner {
    width: 92%;
  }
}

.contact-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 60px;
  background: #e5eaee;
  border-radius: 12px;
  box-shadow: 0 5px 12px rgba(100, 130, 175, 0.2);
}
@media screen and (max-width: 767px) {
  .contact-container {
    height: auto;
    padding-bottom: 8px;
  }
}

.contact-head {
  width: 100%;
  height: 196px;
  background: url(../img/contact-bg.jpg) no-repeat center center/cover;
  border-radius: 12px 12px 0 0;
  position: relative;
}
.contact-head::before {
  position: absolute;
  content: "";
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-head {
    height: 163px;
    padding: 0 3%;
  }
}
.contact-head .contact-section-title {
  color: #fff;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact-head .contact-section-title {
    padding-top: 40px;
    line-height: 1.3;
  }
}
.contact-head .contact-head-text {
  color: #d6d6d6;
  text-align: center;
  position: relative;
  padding-top: 13px;
}
@media screen and (max-width: 767px) {
  .contact-head .contact-head-text {
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    width: 420px;
    margin: 0 auto;
    font-weight: 500;
  }
}

.contact_form {
  background: transparent;
  width: 95%;
  max-width: 720px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .contact_form {
    padding: 12px 12px 0;
    margin: 23px auto 0;
    width: 100%;
    height: auto;
    border-radius: 0 0 12px 12px;
  }
}

.contact-form-dl {
  margin: 0;
  padding: 0;
}

.contact-form_row {
  display: flex;
}
.contact-form_row:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .contact-form_row {
    display: block;
  }
  .contact-form_row:not(:first-child) {
    margin-top: 24px;
  }
}

.contact-textarea {
  display: block;
}
@media screen and (min-width: 1040px) {
  .contact-textarea {
    margin-top: 2px;
  }
}

.contact-form-label {
  width: 133px;
  vertical-align: bottom;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contact-form-label {
    width: 100%;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .contact-form_label {
    width: 100%;
    line-height: 1.5;
  }
}

label {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  label {
    line-height: 1.3;
  }
}
label.is-required {
  display: inline-block;
  position: relative;
}
label.is-required::after {
  content: "必須";
  position: absolute;

  top: 40%;
  transform: translateY(-50%);
  right: -60px;
  background: #FF4646;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  line-height: 1;
}
@media screen and (min-width: 1040px) {
  label.is-required::after {
    right: -53px;
  }
}

.contact-form-input {
  width: calc(100% - 188px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contact-form-input {
    width: 100%;
    margin-top: 16px;
    line-height: 1.5;
  }
}
.contact-form-input [type=text] {
  position: relative;
  width: 100%;
  color: inherit;
  font-size: 14px;
  padding: 8px 16px;
  border: none;
  border-bottom: 1px solid #707070;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0;
  font-family: inherit;
  transition: all 0.3s ease 0s;
}
.contact-form-input [type=text] .contact-focusLine {
  bottom: 1px;
  box-shadow: 0 2px 4px rgba(73, 115, 255, 0.6);
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  width: 100%;
}
.contact-form-input [type=text]:focus, .contact-form-input [type=text]:hover {
  border-bottom: 1px solid #e5eaee;
  outline: none;
}
.contact-form-input [type=text] [type=text]:hover + .contact-focusLine, .contact-form-input [type=text] [type=text]:focus + .contact-focusLine {
  opacity: 1;
}
.contact-form-input [type=text] [type=email]:hover + .contact-focusLine, .contact-form-input [type=text] [type=email]:focus + .contact-focusLine {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .contact-form-input [type=text] {
    height: 19px;
    font-size: 14px;
    padding: 17px 5px;
  }
}
.contact-form-input [type=email] {
  display: inline-block;
  width: 100%;
  height: 32px;
  color: inherit;
  font-size: 14px;
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid #707070;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0;
  font-family: inherit;
  outline: none;
  transition: all 0.3s ease 0s;
}
.contact-form-input [type=email]:focus, .contact-form-input [type=email]:hover {
  border-bottom: 1px solid #e5eaee;
}
@media screen and (max-width: 767px) {
  .contact-form-input [type=email] {
    height: 19px;
    font-size: 14px;
    padding: 17px 5px;
  }
}
.contact-form-input select {
  width: 34%;
  height: 40px;
  color: inherit;
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 40px 12px 12px;
  border: 1px solid #707070;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0;
  font-family: inherit;
  background-image: url(../img/chevron-down-solid.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease 0s;
}
.contact-form-input select:hover {
  box-shadow: 0 0 12px #e5eaee;
}
@media screen and (max-width: 767px) {
  .contact-form-input select {
    width: 100%;
    height: 38px;
    font-size: 14px;
    line-height: 1.7;
    padding: 9px 12px;
    font-weight: 500;
    background-size: 16px 14px;
  }
}
.contact-form-input [type=radio] {
  display: none;
}
.contact-form-input .radio-span {
  display: inline-block;
  padding-left: 20px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1040px) {
  .contact-form-input .radio-span {
    margin-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-input .radio-span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}
.contact-form-input .radio-span::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 38%;
  left: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 1px solid #707070;
  transition: all 0.3s ease 0s;
}
.contact-form-input .radio-span:hover::before {
  border: 1px solid #e5eaee;
  box-shadow: 0 0 2px #e5eaee;
}
.contact-form-input .radio-span:active::before {
  background: #cad7ff;
}
.contact-form-input .radio-span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 38%;
  transform: translateY(-50%);
  background: #b9c9ff;
  border-radius: 50%;
  display: none;
}
.contact-form-input [type=radio]:checked + .radio-span::after {
  display: block;
}

@media screen and (max-width: 767px) {
  .contact-form-input-textarea {
    height: 160px;
  }
}
.contact-form-input-textarea textarea {
  margin-top: 4px;
  height: 200px;
  resize: none;
  width: 100%;
  color: inherit;
  font-size: 16px;
  padding: 12px 12px;
  border: 1px solid #707070;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0;
  font-family: inherit;
  outline: none;
  transition: all 0.3s ease 0s;
}
.contact-form-input-textarea textarea:hover {
  border: 1px solid #e5eaee;
}
.contact-form-input-textarea textarea:focus {
  border: 1px solid #e5eaee;
  box-shadow: 0 0 8px #e5eaee;
}
@media screen and (max-width: 767px) {
  .contact-form-input-textarea textarea {
    margin-top: 16px;
    height: 160px;
  }
}

.contact-form_check {
  margin-top: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-form_check {
    margin-top: 48px;
    line-height: 1.5;
  }
}
.contact-form_check [type=checkbox] {
  display: none;
}
.contact-form_check span {
  display: inline-block;
  padding-left: 41px;
  position: relative;
  line-height: 18px;
}
@media screen and (min-width: 1040px) {
  .contact-form_check span {
    font-size: 17px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form_check span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    padding-left: 38px;
  }
}
.contact-form_check span::before {
  content: "";
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .contact-form_check span::before {
    width: 18px;
    height: 18px;
  }
}
.contact-form_check span:hover::before {
  border: 1px solid #e5eaee;
  box-shadow: 0 0 2px #e5eaee;
}
.contact-form_check span:active::before {
  background: #cad7ff;
}
.contact-form_check span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  top: 1px;
  left: 2px;
  border-left: 2px solid #b9c9ff;
  border-bottom: 2px solid #b9c9ff;
  background: transparent;
  border-radius: 0;
  transform: rotate(-45deg);
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-form_check span::after {
    width: 14px;
    height: 7px;
  }
}
.contact-form_check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-form_button {
  margin-top: 41px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-form_button {
    line-height: 1;
    width: 165px;
    margin: 35px auto 28px;
  }
}
.contact-form_button [type=submit] {
  background: #B2B2B2;
  width: 173px;
  height: 50px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 10px 50px;
  border-radius: 10px;
  border: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: no-drop;
}
.contact-form_button [type=submit].-active {
  background-color: #FFAA3B;
  color: #fff;
  cursor: pointer;
}
.contact-form_button [type=submit].-active:hover {
  background: #F18900;
}
@media screen and (max-width: 767px) {
  .contact-form_button [type=submit] {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 1.6;
    width: 165px;
  }
}

.contact-message {
  text-align: center;
  display: none;
}
.contact-message.-error {
  color: #f00;
}

footer {
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #032137;
}

.footer-box {
  display: flex;
  justify-content: space-between;
  padding: 61px 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-box {
    display: block;
    line-height: 1;
    padding: 40px 0;
  }
}

.footer-right h1 {
  color: #E3E3E3;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer-right h1 {
    text-align: center;
    font-size: 32px;
  }
}
.footer-right p {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.3pt;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer-right p {
    text-align: center;
    margin-top: 5px;
  }
}

.footer-left .open-time {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.3pt;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer-left .open-time {
    text-align: center;
    margin-top: 20px;
  }
}

/*pagetop*/
#pagetop {
  position: fixed;
  right: 40px;
  bottom: 47px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 16px;
    bottom: 13px;
  }
}