@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author      : Richard Clark - http://richclarkdesign.com
Twitter     : @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1179px) {
  html {
    font-size: 0.848vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Montserrat", "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.6em;
}

@media screen and (max-width: 1179px) {
  body {
    font-size: 1.6rem;
  }
}

h1 {
  font-size: 30px;
  font-weight: bold;
}

h2 {
  font-size: 28px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 12px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

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

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

@media screen and (max-width: 1179px) {
  .inner {
    width: 94.910%;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: 91.466%;
  }
}

body {
  color: #3E3E3E;
  background: #F3F3F3;
}

.btn-black {
  color: #FFFFFF;
}

.btn-black p {
  border: solid 1px #FFFFFF;
}

.btn-black p:hover {
  background: #FFFFFF;
  color: #3E3E3E;
  border: solid 1px #3E3E3E;
}

header {
  background-color: #FFFFFF1A;
}

header a {
  color: #3E3E3E;
  border-bottom: solid 1px transparent;
}

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

.drawer-open .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.drawer-open header .drawer-toggle .drawer-hamburger-icon:before,
.drawer-open header .drawer-hamburger .drawer-hamburger-icon:before {
  background-color: #FFFFFF;
}

.drawer-open header .drawer-toggle .drawer-hamburger-icon:after,
.drawer-open header .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #FFFFFF;
}

.drawer-open header .drawer-nav .drawer-menu .drawer-brand,
.drawer-open header .drawer-nav .drawer-menu .drawer-menu-item {
  color: #3E3E3E;
}

.drawer-close header .drawer-toggle .drawer-hamburger-icon,
.drawer-close header .drawer-hamburger .drawer-hamburger-icon {
  background-color: #3E3E3E;
}

.drawer-close header .drawer-toggle .drawer-hamburger-icon:before,
.drawer-close header .drawer-hamburger .drawer-hamburger-icon:before {
  background-color: #3E3E3E;
}

.drawer-close header .drawer-toggle .drawer-hamburger-icon:after,
.drawer-close header .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #3E3E3E;
}

.main .inner .text-wrap .btn .btn-inquiry {
  background-color: #FFAA3B;
}

.main .inner .text-wrap .btn .btn-inquiry:hover {
  background-color: #F18900;
}

.main .inner .text-wrap .btn .btn-inquiry a {
  color: #FFFFFF;
}

.news .inner {
  background-color: #FFFFFF;
}

.news .inner .news-wrap {
  border-top: solid 2px #F3F3F3;
}

.news .inner .news-wrap:hover {
  background-color: rgba(236, 240, 255, 0.9);
}

.news .inner .news-wrap:last-child {
  border-bottom: solid 2px #F3F3F3;
}

.news .inner .news-wrap .news-label p {
  border: solid 2px #3B69FF;
}

.news .inner .btn-white p {
  border: solid 1px #707070;
}

.news .inner .btn-white p:hover {
  background: #3E3E3E;
  color: #FFFFFF;
}

.service {
  background-color: #3E3E3E;
}

.service .inner .section-title {
  color: #FFFFFF;
}

.service .inner .service-wrap {
  background-color: #FFFFFF;
}

.result {
  background-color: #3E3E3E;
}

.result .inner .section-title {
  color: #FFFFFF;
}

.result .inner .swiper-container .swiper-wrapper .swiper-slide .result-content .result-description {
  background-color: #FFFFFF;
}

.result .inner .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: 1;
}

.result .inner .swiper-pagination .swiper-pagination-bullet-active:after {
  border: 1px solid white;
}

.price .inner .price-table .table-content td {
  border: solid 1px #707070;
}

.price .inner .price-table .table-content .td-head {
  color: #FFFFFF;
  background: #3E3E3E;
}

.price .inner .price-table .table-content .td-data {
  background-color: #FFFFFF;
}

.price .inner .price-table .table-content .remark {
  border: none;
}

.comment:after {
  background-color: #3E3E3E;
}

.comment .inner .comment-wrap .comment-box {
  background-color: #FFFFFF;
}

.faq .inner .accordion .accordion-list .accordion-list-item {
  background-color: #FFFFFF;
}

.faq .inner .accordion .accordion-list .accordion-list-item .question .question-detail .symbol {
  color: #FFFFFF;
  background-color: #3B69FF;
}

.faq .inner .accordion .accordion-list .accordion-list-item .answer .answer-detail {
  background-color: rgba(73, 115, 255, 0.2);
}

.access {
  position: relative;
}

.access:before {
  background-color: #3E3E3E;
}

.access .section-title {
  color: #FFFFFF;
}

.access .access-wrap {
  color: #FFFFFF;
}

.access .access-wrap .btn-black-sp {
  border: 1px solid #FFFFFF;
}

.contact .inner {
  background-color: #FFFFFF;
}

.contact .inner .contact-header {
  color: #FFFFFF;
}

.contact .inner .contact-form .input-form .label .label-must::after {
  background-color: #FF4646;
  color: #FFFFFF;
}

.contact .inner .contact-form .input-form .select {
  color: #3E3E3E;
}

.contact .inner .contact-form .input-form .select:hover {
  box-shadow: 0 0 4px #4973ff;
}

.contact .inner .contact-form .input-form .input-text .text::-webkit-input-placeholder {
  opacity: 0.5;
}

.contact .inner .contact-form .input-form .input-text .text::-moz-placeholder {
  opacity: 0.5;
}

.contact .inner .contact-form .input-form .input-text .text:-ms-input-placeholder {
  opacity: 0.5;
}

.contact .inner .contact-form .input-form .input-text .text::-ms-input-placeholder {
  opacity: 0.5;
}

.contact .inner .contact-form .input-form .input-text .text::placeholder {
  opacity: 0.5;
}

.contact .inner .contact-form .textarea-form .textarea-text .textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

.contact .inner .contact-form .textarea-form .textarea-text .textarea::-moz-placeholder {
  opacity: 0.5;
}

.contact .inner .contact-form .textarea-form .textarea-text .textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.contact .inner .contact-form .textarea-form .textarea-text .textarea::-ms-input-placeholder {
  opacity: 0.5;
}

.contact .inner .contact-form .textarea-form .textarea-text .textarea::placeholder {
  opacity: 0.5;
}

.contact .inner .contact-form .checkbox #privacy-policy-link:hover {
  opacity: 0.7;
}

.contact .inner .contact-form #btn-main {
  background-color: #FFAA3B;
  color: #FFFFFF;
}

.contact .inner .contact-form #btn-main:hover {
  background-color: #F18900;
}

footer {
  background-color: #3E3E3E;
  color: #FFFFFF;
}

footer .inner .footer-nav .sns-icon-list .icon {
  color: #FFFFFF;
}

footer .inner .footer-nav .nav-list .nav-item .nav-link {
  color: #FFFFFF;
}

.section-title {
  text-align: center;
  margin-bottom: 6rem;
}

.section-title h2 {
  font-size: 3.6rem;
}

.btn-black {
  margin-top: 4.8rem;
  font-size: 2rem;
}

.btn-black p {
  display: inline-block;
  padding: 2rem 8.6rem;
  font-weight: bold;
}

.btn-black-sp {
  margin-top: 4.8rem;
  font-size: 2rem;
}

.btn-black-sp p {
  display: inline-block;
  padding: 2rem 8.6rem;
  font-weight: bold;
}

header {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 100;
}

header .inner {
  height: 80px;
}

header .inner #global-menu {
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  header .inner #global-menu {
    display: none;
  }
}

header .inner #global-menu li {
  margin-right: 4rem;
}

header .inner #global-menu a {
  text-decoration: none;
  padding-bottom: 0.3rem;
}

header .inner .header-logo {
  display: none;
}

@media screen and (max-width: 767px) {
  header .inner .header-logo {
    display: block;
    width: 200px;
    margin-left: 16px;
    margin-top: 21.5px;
  }
}

header .inner .drawer-toggle,
header .inner .drawer-hamburger {
  display: none;
  width: 26px;
  margin-right: 16px;
  padding-top: 20px;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  header .inner .drawer-toggle,
  header .inner .drawer-hamburger {
    display: block;
  }
}

header .inner .drawer-toggle .drawer-hamburger-icon,
header .inner .drawer-hamburger .drawer-hamburger-icon {
  height: 4px;
}

header .inner .drawer-toggle .drawer-hamburger-icon:before,
header .inner .drawer-hamburger .drawer-hamburger-icon:before {
  height: 4px;
}

header .inner .drawer-toggle .drawer-hamburger-icon:after,
header .inner .drawer-hamburger .drawer-hamburger-icon:after {
  height: 4px;
}

.drawer-open header .inner .drawer-toggle,
.drawer-open header .inner .drawer-hamburger {
  z-index: 100;
  margin-right: 180px;
}

.drawer-open header .inner .drawer-nav {
  width: 300px;
  z-index: 15;
  padding: 197px 100px 191px;
}

.drawer-open header .inner .drawer-nav .drawer-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.drawer-open header .inner .drawer-nav .drawer-menu .drawer-menu-item {
  height: auto;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}

footer {
  padding: 0 4rem;
}

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

footer .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 12rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  footer .inner {
    width: calc(100% - 71px);
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  footer .inner .footer-nav {
    width: 100%;
  }
}

footer .inner .footer-nav .sns-icon-list {
  display: -webkit-box;
  display: flex;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  footer .inner .footer-nav .sns-icon-list {
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  footer .inner .footer-nav .sns-icon-list {
    width: 100%;
  }
}

footer .inner .footer-nav .sns-icon-list .icon {
  font-size: 3.6rem;
  margin-right: 2rem;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  footer .inner .footer-nav .sns-icon-list .icon {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  footer .inner .footer-nav .sns-icon-list .fa-twitter {
    margin-left: 54px;
  }
}

@media screen and (max-width: 767px) {
  footer .inner .footer-nav .sns-icon-list .fa-facebook-square {
    margin-right: 54px;
  }
}

@media screen and (max-width: 767px) {
  footer .inner .footer-nav .nav-list {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 46px;
  }
}

footer .inner .footer-nav .nav-list .nav-item {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  footer .inner .footer-nav .nav-list .nav-item {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  footer .inner .footer-nav .nav-list .nav-item:last-child {
    width: 100%;
    text-align: center;
  }
}

footer .inner .footer-nav .nav-list .nav-item .nav-link {
  padding: 0;
}

footer .inner .footer-logo {
  margin-top: 5rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  footer .inner .footer-logo {
    text-align: center;
    margin-top: 0;
  }
}

footer .inner .footer-logo .company-name {
  margin-bottom: 1.8rem;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  footer .inner .footer-logo .company-name {
    font-size: 30px;
    margin-bottom: 8px;
  }
}

footer .inner .footer-logo .copyright {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer .inner .footer-logo .copyright {
    letter-spacing: 1.5px;
  }
}

footer .inner #to-top-btn {
  position: absolute;
  right: 6.7%;
  bottom: 4%;
  position: fixed;
}

@media screen and (max-width: 767px) {
  footer .inner #to-top-btn {
    right: 3.7%;
    bottom: 0.8%;
  }
}

.main {
  height: 648px;
  background-image: url("/img/mainvisual/mv.png");
  background-size: cover;
  background-position: 24% center;
  position: relative;
}

.main .inner {
  height: 648px;
  position: relative;
}

.main .inner .text-wrap {
  position: absolute;
  width: 45.5%;
  top: 34%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .main .inner .text-wrap {
    width: 100%;
    top: 31.5%;
  }
}

.main .inner .text-wrap h1 {
  margin-bottom: 4rem;
  line-height: 1.5;
}

@media screen and (max-width: 1179px) {
  .main .inner .text-wrap h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .main .inner .text-wrap h1 {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 42px;
  }
}

.main .inner .text-wrap p {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  letter-spacing: 2;
}

@media screen and (max-width: 767px) {
  .main .inner .text-wrap p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .main .inner .text-wrap .btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.main .inner .text-wrap .btn .btn-inquiry {
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.8rem;
  padding: 1.4rem 4.8rem;
}

@media screen and (max-width: 767px) {
  .main .inner .text-wrap .btn .btn-inquiry {
    padding: 12px 23px;
  }
}

.main .inner .text-wrap .btn .btn-inquiry a {
  text-decoration: none;
  font-size: 19px;
}

.news {
  margin: 13rem auto;
  padding: 0 4rem;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 0;
    margin-top: 0;
    margin-bottom: 8rem;
    position: relative;
    margin-top: -12px;
  }
}

.news .inner {
  padding: 6rem 5rem 4rem;
}

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

@media screen and (max-width: 767px) {
  .news .inner .section-title {
    margin-bottom: 4rem;
  }
}

.news .inner .news-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news .inner .news-wrap {
    padding: 13px 47px 16px 16px;
  }
}

.news .inner .news-wrap .news-date {
  width: 14.629%;
  font-size: 1.8rem;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .news .inner .news-wrap .news-date {
    width: 76px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.news .inner .news-wrap .news-label {
  text-align: center;
  width: 11.574%;
  margin-right: 6rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .news .inner .news-wrap .news-label {
    width: 89px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.news .inner .news-wrap .news-label p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 50px;
}

.news .inner .news-wrap .news-content {
  width: 64.537%;
  margin-right: 0.9rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .news .inner .news-wrap .news-content {
    margin-right: 0;
    width: 100%;
  }
}

.news .inner .news-wrap .news-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

@media screen and (max-width: 767px) {
  .news .inner .news-wrap .news-arrow {
    right: 9.95px;
    width: 14.85px;
  }
}

.news .inner .btn-white {
  margin-top: 4.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 16px;
  margin-left: 16px;
}

.news .inner .btn-white p {
  display: inline-block;
  padding: 2rem 8.6rem;
}

@media screen and (max-width: 767px) {
  .news .inner .btn-white p {
    width: 100%;
    font-size: 18px;
  }
}

.service {
  height: 400px;
  margin-bottom: 25.5rem;
}

@media screen and (max-width: 767px) {
  .service {
    margin-bottom: 527px;
  }
}

.service .inner {
  padding: 8rem 11rem 0;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .service .inner {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
}

.service .inner .section-title {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .service .inner .section-title {
    margin-bottom: 5rem;
  }
}

.service .inner .service-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 4.8rem 5.4rem;
  width: 100%;
  margin: 0 auto;
  height: 321px;
}

@media screen and (max-width: 1179px) {
  .service .inner .service-wrap {
    height: auto;
    padding: 40px 16px;
  }
}

.service .inner .service-wrap .service-content {
  margin-right: 85.5px;
  width: calc(33.333% - 171px / 3);
}

.service .inner .service-wrap .service-content:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1179px) {
  .service .inner .service-wrap .service-content {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
  .service .inner .service-wrap .service-content:nth-child(3n) {
    margin-right: 85.5px;
  }
  .service .inner .service-wrap .service-content:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .service .inner .service-wrap .service-content {
    margin-bottom: 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .service .inner .service-wrap .service-content {
    width: 100%;
    margin-right: 0;
  }
  .service .inner .service-wrap .service-content:nth-child(3n) {
    margin-right: 0;
  }
}

.service .inner .service-wrap .service-content .service-icon {
  text-align: center;
  height: 20.345%;
  margin-bottom: 2.7rem;
}

@media screen and (max-width: 767px) {
  .service .inner .service-wrap .service-content .service-icon {
    margin-bottom: 4.7rem;
  }
}

.service .inner .service-wrap .service-content .service-title {
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .service .inner .service-wrap .service-content .service-title {
    font-size: 18px;
    margin-bottom: 3.5rem;
  }
}

.service .inner .service-wrap .service-content .service-text {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .service .inner .service-wrap .service-content .service-text {
    text-align: center;
    font-size: 14px;
  }
}

.result {
  margin-left: 9.3rem;
  margin-bottom: 5rem;
}

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

.result .inner {
  padding: 8.2rem 0 8rem 6.5rem;
}

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

.result .inner .section-title {
  text-align: initial;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .result .inner .section-title {
    text-align: center;
    margin-bottom: 6rem;
  }
}

.result .inner .swiper-container {
  height: 41.6rem;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .result .inner .swiper-container {
    height: 38.5rem;
  }
}

.result .inner .swiper-container .swiper-wrapper .swiper-slide .result-content .result-description {
  padding: 2rem;
}

.result .inner .swiper-container .swiper-wrapper .swiper-slide .result-content .result-description .result-title {
  margin-bottom: 2rem;
}

@media screen and (max-width: 1179px) {
  .result .inner .swiper-container .swiper-wrapper .swiper-slide .result-content .result-description .result-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .result .inner .swiper-container .swiper-wrapper .swiper-slide .result-content .result-description .result-title {
    font-size: 15px;
  }
}

.result .inner .swiper-container .swiper-wrapper .swiper-slide .result-content .result-description .result-text {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .result .inner .swiper-container .swiper-wrapper .swiper-slide .result-content .result-description .result-text {
    font-size: 12px;
  }
}

.result .inner .swiper-pagination {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .result .inner .swiper-pagination {
    margin-top: 23px;
    width: 90%;
    text-align: center;
  }
}

.result .inner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  position: relative;
  margin-right: 2rem;
}

.result .inner .swiper-pagination .swiper-pagination-bullet-active:after {
  border-radius: 50%;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  position: absolute;
}

.result .inner .btn-black {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .result .inner .btn-black {
    text-align: center;
  }
}

.result .inner .btn-black p {
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .result .inner .btn-black p {
    width: 100%;
  }
}

.price {
  margin-bottom: 13.1rem;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .price {
    padding-top: 0;
    margin-bottom: 8.1rem;
  }
}

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

.price .inner .section-title {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .price .inner .section-title {
    margin-bottom: 5rem;
  }
}

.price .inner .price-table {
  overflow-x: auto;
}

.price .inner .price-table .table-content {
  border-collapse: collapse;
  margin: 0 auto;
  width: 96rem;
}

@media screen and (max-width: 767px) {
  .price .inner .price-table .table-content {
    width: calc(100% - 32px);
  }
}

.price .inner .price-table .table-content .td-head {
  text-align: center;
  font-weight: bold;
  width: 29.387%;
  font-size: 2.4rem;
  padding: 1.6rem 8.6rem;
}

@media screen and (max-width: 767px) {
  .price .inner .price-table .table-content .td-head {
    font-size: 20px;
    width: 103px;
    padding: 0 0 0 25px;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.price .inner .price-table .table-content .td-data {
  text-align: left;
  font-weight: bold;
  font-size: 2.4rem;
  padding-right: 1.7rem;
  width: 68.571%;
  padding: 1.8rem 4rem;
}

@media screen and (max-width: 767px) {
  .price .inner .price-table .table-content .td-data {
    font-size: 20px;
    width: 243px;
    padding: 0 0 0 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.price .inner .price-table .table-content .tr-3 .td-head,
.price .inner .price-table .table-content .tr-3 .td-data {
  padding-top: 1.8rem;
  padding-bottom: 1.4rem;
}

.price .inner .price-table .table-content .tr-3 .span2 {
  font-size: 1.4rem;
}

.price .inner .price-table .table-content .remark {
  text-align: left;
  padding-top: 20px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .price .inner .price-table .table-content .remark {
    font-size: 12px;
  }
}

.comment {
  position: relative;
  margin-bottom: 13rem;
}

@media screen and (max-width: 767px) {
  .comment {
    margin-bottom: 0;
  }
}

.comment:after {
  position: absolute;
  top: 25%;
  content: "";
  width: 71.742%;
  height: 59.6rem;
  z-index: -10;
}

@media screen and (max-width: 767px) {
  .comment:after {
    width: 100%;
    top: 10%;
    height: 470px;
  }
}

.comment .inner {
  height: 616px;
}

@media screen and (max-width: 767px) {
  .comment .inner {
    height: 510px;
  }
}

.comment .inner .comment-wrap {
  display: -webkit-box;
  display: flex;
  height: 61.6rem;
}

@media screen and (max-width: 767px) {
  .comment .inner .comment-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.comment .inner .comment-wrap .comment-box {
  width: 54.576%;
  padding: 8.5rem 4rem 12rem;
}

@media screen and (max-width: 767px) {
  .comment .inner .comment-wrap .comment-box {
    width: 100%;
    padding: 40px 20px 11px;
  }
}

.comment .inner .comment-wrap .comment-box .section-title {
  text-align: left;
  margin-bottom: 8.7rem;
}

@media screen and (max-width: 767px) {
  .comment .inner .comment-wrap .comment-box .section-title {
    margin-bottom: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .comment .inner .comment-wrap .comment-box .section-title h2 {
    font-size: 30px;
  }
}

.comment .inner .comment-wrap .comment-box .comment-content {
  display: -webkit-box;
  display: flex;
  margin-bottom: 7.6rem;
}

@media screen and (max-width: 767px) {
  .comment .inner .comment-wrap .comment-box .comment-content {
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 4.4rem;
  }
}

.comment .inner .comment-wrap .comment-box .comment-content img {
  width: 100px;
  height: 100px;
  margin-right: 5rem;
}

@media screen and (max-width: 1179px) {
  .comment .inner .comment-wrap .comment-box .comment-content img {
    width: 10rem;
    height: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .comment .inner .comment-wrap .comment-box .comment-content img {
    width: 56px;
    height: 56px;
    margin-right: 24px;
  }
}

.comment .inner .comment-wrap .comment-box .comment-content p {
  width: 73.404%;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .comment .inner .comment-wrap .comment-box .comment-content p {
    font-size: 14px;
  }
}

.comment .inner .comment-wrap .comment-img {
  padding-top: 12.6rem;
  width: 45.508%;
}

@media screen and (max-width: 767px) {
  .comment .inner .comment-wrap .comment-img {
    display: none;
  }
}

.faq {
  background-image: url("/img/faq/sunyu-kim-1053375-unsplash@2x.png");
  background-size: cover;
  background-position: center;
  height: 1065px;
  padding: 0 4rem;
}

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

.faq .inner {
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .faq .inner {
    padding-top: 39px;
  }
}

.faq .inner .section-title {
  margin-bottom: 9rem;
}

@media screen and (max-width: 767px) {
  .faq .inner .section-title {
    margin-bottom: 45px;
  }
}

.faq .inner .accordion .accordion-list .accordion-list-item {
  margin-bottom: 4rem;
  width: 52.203%;
  margin-left: 55rem;
  border-radius: 7px;
}

@media screen and (max-width: 767px) {
  .faq .inner .accordion .accordion-list .accordion-list-item {
    margin-left: 0;
    width: 100%;
  }
}

.faq .inner .accordion .accordion-list .accordion-list-item .question {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 1.8rem;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  padding-bottom: 1.8rem;
}

.faq .inner .accordion .accordion-list .accordion-list-item .question .question-detail {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.faq .inner .accordion .accordion-list .accordion-list-item .question .question-detail p {
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .faq .inner .accordion .accordion-list .accordion-list-item .question .question-detail p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .faq .inner .accordion .accordion-list .accordion-list-item .question .question-detail p .br {
    display: block;
  }
}

.faq .inner .accordion .accordion-list .accordion-list-item .question .symbol {
  font-size: 1.6rem;
  margin-right: 1.3rem;
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .faq .inner .accordion .accordion-list .accordion-list-item .question .symbol {
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
}

.faq .inner .accordion .accordion-list .accordion-list-item .answer {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  padding-bottom: 1.8rem;
  display: none;
}

.faq .inner .accordion .accordion-list .accordion-list-item .answer .answer-detail {
  border-radius: 7px;
  display: -webkit-box;
  display: flex;
}

.faq .inner .accordion .accordion-list .accordion-list-item .answer .answer-detail p {
  padding: 1.8rem 1.4rem;
  font-size: 16px;
  line-height: 1.5;
}

.access {
  margin-top: 13rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .access {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }
}

.access:before {
  position: absolute;
  content: "";
  top: -13rem;
  width: 71.742%;
  height: 570px;
  z-index: -10;
}

@media screen and (max-width: 1179px) {
  .access:before {
    height: 88%;
  }
}

@media screen and (max-width: 767px) {
  .access:before {
    top: 0;
    height: 100%;
    width: 100%;
  }
}

.access .inner {
  padding-left: 93px;
  margin-left: 0;
  padding-bottom: 13.4rem;
}

@media screen and (max-width: 767px) {
  .access .inner {
    padding-left: 0;
    margin: 0 auto;
    padding-bottom: 5.4rem;
  }
}

.access .inner .access-wrap {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  .access .inner .access-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.access .inner .access-wrap .access-block {
  width: 32.6rem;
  margin-right: 13.5rem;
}

@media screen and (max-width: 1179px) {
  .access .inner .access-wrap .access-block {
    width: 20rem;
  }
}

@media screen and (max-width: 767px) {
  .access .inner .access-wrap .access-block {
    position: relative;
    margin-right: 0;
    width: 100%;
  }
}

.access .inner .access-wrap .access-block .section-title {
  text-align: left;
  margin-bottom: 5rem;
}

.access .inner .access-wrap .access-block .access-address {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .access .inner .access-wrap .access-block .access-address {
    margin-bottom: 19px;
    font-size: 12px;
    line-height: 2;
  }
}

.access .inner .access-wrap .map {
  position: relative;
  width: 61.016%;
  padding-top: 43.644%;
}

@media screen and (max-width: 767px) {
  .access .inner .access-wrap .map {
    width: 100%;
    padding-top: 70.262%;
  }
}

.access .inner .access-wrap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access .inner .access-wrap .btn-black {
  margin-top: 4rem;
  padding-right: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .access .inner .access-wrap .btn-black {
    display: none;
  }
}

.access .inner .access-wrap .btn-black p {
  letter-spacing: 1.5px;
  padding: 20px 0px;
  width: 104%;
}

@media screen and (max-width: 1179px) {
  .access .inner .access-wrap .btn-black p {
    font-size: 11px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .access .inner .access-wrap .btn-black p {
    display: block;
  }
}

.access .inner .access-wrap .btn-black-sp {
  margin-top: 4rem;
  padding-right: 0;
  text-align: center;
  display: none;
}

@media screen and (max-width: 767px) {
  .access .inner .access-wrap .btn-black-sp {
    display: inline-block;
    width: 100%;
  }
}

.access .inner .access-wrap .btn-black-sp p {
  letter-spacing: 1.5px;
  padding: 20px 0px;
  width: 104%;
}

@media screen and (max-width: 1179px) {
  .access .inner .access-wrap .btn-black-sp p {
    font-size: 11px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .access .inner .access-wrap .btn-black-sp p {
    display: block;
    font-size: 20px;
    padding: 16px 0;
    width: 100%;
  }
}

.contact {
  background-image: url("/img/contact/alex-blajan-159378-unsplash@2x.png");
  background-size: cover;
  background-position: center;
  height: 1216px;
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 5rem;
    height: 1083px;
  }
}

.contact .inner {
  width: 960px;
  height: auto;
  border-radius: 12px;
}

@media screen and (max-width: 1179px) {
  .contact .inner {
    width: 81.424%;
  }
}

@media screen and (max-width: 767px) {
  .contact .inner {
    width: calc(100% - 32px);
  }
}

.contact .inner .contact-header {
  border-radius: 12px 12px 0 0;
  padding-top: 6.15rem;
  text-align: center;
  height: 200px;
  background-image: url("/img/contact/contact1@2x.png");
  background-position: center;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-header {
    height: 160px;
    padding: 4rem 2rem;
  }
  .contact .inner .contact-header :not(h2) {
    text-align: left;
  }
}

.contact .inner .contact-header h2 {
  font-size: 3.6rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-header p {
    line-height: 2;
    letter-spacing: 1.3px;
  }
}

.contact .inner .contact-form {
  border-radius: 0 0 12px 12px;
  padding: 6rem 9rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form {
    padding: 40px 16px;
  }
}

.contact .inner .contact-form .input-form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form {
    margin-bottom: 5.8rem;
  }
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .label {
    width: 100%;
  }
}

.contact .inner .contact-form .input-form .label .label-name {
  width: 17.6rem;
  margin-right: 9.9rem;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .label .label-name {
    margin-bottom: 14px;
    font-size: 16px;
    display: inline-block;
  }
}

.contact .inner .contact-form .input-form .label .label-must {
  position: relative;
}

.contact .inner .contact-form .input-form .label .label-must::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10%;
  padding-top: 0.248rem;
  padding-bottom: 0.224rem;
  width: 5.5rem;
  font-size: 1.4rem;
  text-align: center;
  content: "必須";
  font-weight: bold;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .label .label-must::after {
    right: initial;
    margin-left: 23px;
  }
}

.contact .inner .contact-form .input-form .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://haniwaman.com/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.8rem;
  padding: 0.5rem 2rem;
  width: 33.461%;
  margin-right: 24.4rem;
}

.contact .inner .contact-form .input-form .select::-ms-expand {
  display: none;
}

.contact .inner .contact-form .input-form .select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .select {
    margin-right: 0;
    width: 100%;
    font-size: 16px;
  }
}

.contact .inner .contact-form .input-form .input-text {
  width: 64.743%;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .input-text {
    width: 100%;
  }
}

.contact .inner .contact-form .input-form .input-text .text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 0.2rem 0.2rem 0.2rem 0.8rem;
  width: 100%;
}

.contact .inner .contact-form .input-form .input-text .text::-webkit-input-placeholder {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .input-text .text::-webkit-input-placeholder {
    font-size: 16px;
    padding-left: 10px;
  }
}

.contact .inner .contact-form .input-form .input-text .text::-moz-placeholder {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .input-text .text::-moz-placeholder {
    font-size: 16px;
    padding-left: 10px;
  }
}

.contact .inner .contact-form .input-form .input-text .text:-ms-input-placeholder {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .input-text .text:-ms-input-placeholder {
    font-size: 16px;
    padding-left: 10px;
  }
}

.contact .inner .contact-form .input-form .input-text .text::-ms-input-placeholder {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .input-text .text::-ms-input-placeholder {
    font-size: 16px;
    padding-left: 10px;
  }
}

.contact .inner .contact-form .input-form .input-text .text::placeholder {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .input-text .text::placeholder {
    font-size: 16px;
    padding-left: 10px;
  }
}

.contact .inner .contact-form .input-form .input-text .text:hover {
  box-shadow: 0px 7px 15px -7px #4973ff;
  border-color: #4973ff;
}

.contact .inner .contact-form .input-form .input-text .text:focus {
  border-color: #4973ff;
  box-shadow: 0px 7px 15px -7px #4973ff;
  outline: none;
}

.contact .inner .contact-form .input-form .radio .radio-btn {
  display: none;
}

.contact .inner .contact-form .input-form .radio .radio-btn + span:hover::before {
  box-shadow: 0 0 4px #4973ff;
  border-color: #4973ff;
}

.contact .inner .contact-form .input-form .radio .radio-btn + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 5.5rem 0 0;
  padding: 0 0 0 2.7rem;
  position: relative;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .input-form .radio .radio-btn + span {
    font-size: 16px;
    margin-right: 95px;
  }
}

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

.contact .inner .contact-form .input-form .radio .radio-btn + span::after {
  -webkit-transform: translateY(-50%);
  background-color: #3F51B5;
  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;
}

.contact .inner .contact-form .input-form .radio .radio-btn:checked + span::after {
  opacity: 1;
}

.contact .inner .contact-form .input-form .radio .radio-btn + span:active::before {
  background-color: #d1d9f5;
}

.contact .inner .contact-form .textarea-form {
  margin-bottom: 3.5rem;
}

.contact .inner .contact-form .textarea-form .label {
  margin-bottom: 1rem;
}

.contact .inner .contact-form .textarea-form .label .label-name {
  font-size: 2.2rem;
}

.contact .inner .contact-form .textarea-form .textarea-text {
  width: 100%;
}

.contact .inner .contact-form .textarea-form .textarea-text .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  height: 21.3rem;
  padding: 1rem 1.6rem;
  width: 100%;
}

.contact .inner .contact-form .textarea-form .textarea-text .textarea:hover {
  border-color: #4973ff;
  box-shadow: 0 0 4px #4973ff;
}

.contact .inner .contact-form .textarea-form .textarea-text .textarea:focus {
  border-color: #4973ff;
  box-shadow: 0 0 4px #4973ff;
  outline: none;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .textarea-form .textarea-text .textarea {
    height: 160px;
  }
}

.contact .inner .contact-form .checkbox {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: flex;
}

.contact .inner .contact-form .checkbox .check {
  display: none;
}

.contact .inner .contact-form .checkbox .check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 4rem;
  position: relative;
}

.contact .inner .contact-form .checkbox .check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 2rem;
  left: -5%;
  position: absolute;
  top: -3px;
  transform: translateY(-50%);
  width: 2rem;
}

.contact .inner .contact-form .checkbox .check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #3F51B5;
  border-left: 3px solid #3F51B5;
  content: "";
  display: block;
  height: 0.5em;
  left: -1%;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 40%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1.6rem;
}

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

.contact .inner .contact-form .checkbox .check + span:hover:before {
  box-shadow: 0 0 4px #4973ff;
  border-color: #4973ff;
}

.contact .inner .contact-form .checkbox .check + span:active::before {
  background-color: #d1d9f5;
}

.contact .inner .contact-form .checkbox p {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form .checkbox p {
    font-size: 16px;
  }
}

.contact .inner .contact-form .checkbox p #privacy-policy-link {
  text-decoration: underline;
  color: #333333;
}

.contact .inner .contact-form #btn-main {
  text-decoration: none;
  font-size: 2.2rem;
  margin-top: 3rem;
  width: 17.4rem;
  height: 5rem;
  border-radius: 10px;
  display: inline-block;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  outline: none;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
  -webkit-appearance: none;
  background-image: none;
  border: none;
}

@media screen and (max-width: 767px) {
  .contact .inner .contact-form #btn-main {
    margin: 0 auto;
  }
}
