@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

a:hover {
  opacity: 0.8;
}

a:visited {
  color: inherit;
}

ul {
  list-style: none;
}

p {
  letter-spacing: 0.8px;
  line-height: 30px;
}

h1,
h2 {
  letter-spacing: 1.2px;
}

body {
  color: #333333;
  max-width: 2800px;
  margin: auto;
}

.text-test {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  padding: 0.4em 0.8em;
  width: 100%;
}

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

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

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

.radio-test {
  display: none;
}

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

.radio-test + span::before {
  -webkit-transform: translateY(-50%);
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.radio-test + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 4px;
  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: 4px;
}

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

.check-test {
  display: none;
}

.check-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2.2em;
  position: relative;
  color: #333;
  font-size: 14px;
}

.check-test + span::before {
  -webkit-transform: translateY(-50%);
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.check-test + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check-test:checked + span::after {
  opacity: 1;
}

.select-test {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../images/reservation/arrow.jpg) no-repeat center right 8px/12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.select-test::-ms-expand {
  display: none;
}

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

.submit-test {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

.submit-test:hover,
.submit-test:focus {
  outline: none;
}

.submit-test::-moz-foucus-inner {
  border: none;
  padding: 0;
}

#file-test {
  display: none;
}

#file-test-label {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 0.4em 0.8em;
}

#file-test-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  display: none;
  padding: 0.4em 0;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 14px;
  height: 14px;
  margin: 0px;
  background-image: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
  display: none;
}

.swiper-button-prev {
  background: url(../images/top/icon/矢印left.svg) no-repeat center center/contain;
}

.swiper-button-next {
  background: url(../images/top/icon/矢印right.svg) no-repeat center center/contain;
}

.swiper-pagination {
  margin: 0px 4rem;
}

.swiper-pagination-bullet {
  margin-right: 0.4rem;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-nav-origin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  position: static;
}

.g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

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

.smp {
  display: none;
}

section {
  margin-bottom: 120px;
}

#top_section {
  height: 100vh;
  margin-bottom: 0px;
  position: relative;
}

#header_pc {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  max-width: 2800px;
}

.header_menu_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header_menu_pc li {
  margin-right: 27px;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.header_menu_pc li:last-child {
  margin-right: 0px;
}

.header_menu_pc a {
  color: #313131;
  position: relative;
  display: inline-block;
}

.header_menu_pc a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 1.2px;
  background: #313131;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header_menu_pc a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header_menu_pc a:hover {
  opacity: 1;
}

#header_pc.transform {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 6px 25px;
}

#header_pc.transform .header_menu_btn a {
  height: 40px;
  border-radius: 10px;
  line-height: 40px;
}

#header_pc.transform .header_menu_pc a::after {
  height: 1.6px;
}

.header_menu_btn a {
  color: #313131;
  display: inline-block;
  width: 150px;
  height: 45px;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e4e4e4;
}

.header_menu_btn a::after {
  content: none;
}

.header_menu_btn a:hover {
  background-color: #87cce3;
}

.header_left_pc {
  width: 160px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header_left_pc img {
  width: 100%;
}

.header_margin {
  height: 170px;
}

.headline_A {
  font-size: 20px;
  padding: 5px;
  padding-left: 10px;
  border-left: 6px solid #e4e4e4;
  margin-bottom: 100px;
}

.headline_A span {
  font-size: 13px;
}

.service_seikyu_wrapper .headline_A {
  border-left: 6px solid #e3d787;
  margin-bottom: 50px;
}

.service_seikyu_wrapper .header_menu_btn a {
  background-color: #e3d787;
}

.service_seikyu_wrapper .header_menu_btn a:hover {
  background-color: #e3b587;
}

.service_tool_wrapper .headline_A {
  border-left: 6px solid #87cce3;
  margin-bottom: 50px;
}

.service_tool_wrapper .service_flow_block_txt1::after {
  border-top: 14px solid #8793e3;
}

.service_tool_wrapper .header_menu_btn a:hover {
  background-color: #8793e3;
}

.service_tool_wrapper .ac-parent,
.service_tool_wrapper .service_flow_block_txt1,
.service_tool_wrapper .header_menu_btn a {
  background-color: #87cce3;
}

.service_hp_wrapper .headline_A {
  border-left: 6px solid #e387a0;
  margin-bottom: 50px;
}

.service_hp_wrapper .service_flow_block_txt1::after {
  border-top: 14px solid #fe5959;
}

.service_hp_wrapper .header_menu_btn a:hover {
  background-color: #fe5959;
}

.service_hp_wrapper .ac-parent,
.service_hp_wrapper .service_flow_block_txt1,
.service_hp_wrapper .header_menu_btn a {
  background-color: #e387a0;
}

.toppage_logo {
  width: 15%;
  position: absolute;
  /* 位置指定 */
  top: 42%;
  /* 親要素の半分下にずらす */
  left: 50%;
  /* 親要素の半分右にずらす */
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  /* 要素自体の半分、上と左にずらす */
}

.toppage_slider {
  position: absolute !important;
  bottom: 0px;
  width: 100%;
}

.toppage_slider img {
  width: 100%;
}

#intro_section {
  padding-top: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, #e4e4e4), to(#e4e4e4));
  background: linear-gradient(180deg, white 0%, white 50%, #e4e4e4 50%, #e4e4e4 100%);
}

.inner_A {
  margin: 0 auto;
  max-width: 1090px;
  position: relative;
}

.inner_B {
  margin: 0 auto;
  width: 790px;
  position: relative;
}

.intro_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro_section_message_wrapper {
  width: 100%;
  padding: 40px 55px;
  margin-bottom: 70px;
  border: 1px solid #313131;
  background-color: white;
}

.intro_section_message_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 35px;
}

.intro_section_message_txt {
  text-align: left;
  font-size: 13px;
  line-height: 35px;
  margin-bottom: 120px;
}

.intro_section_message_sign {
  text-align: right;
  font-size: 14px;
}

.intro_section_message_img {
  width: 35%;
  position: absolute;
  bottom: 0px;
}

#service_section {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, #e4e4e4), to(#e4e4e4));
  background: linear-gradient(180deg, white 0%, white 50%, #e4e4e4 50%, #e4e4e4 100%);
}

.service_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section_block {
  margin: 0 110px 0 0;
  width: calc(33.3333333% - 220px / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section_block img {
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service_section_block:hover img {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.service_section_block:nth-child(3n) {
  margin-right: 0px;
}

.service_section_block_txt {
  margin-bottom: 20px;
}

.service_section_block_txt p {
  line-height: 20px;
}

.service_section_block_txt p:first-child {
  font-size: 9px;
}

.service_section_block_txt p:nth-child(2) {
  font-size: 18px;
}

.outline_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.outline_section_logo {
  display: block;
  width: 30%;
  margin-bottom: 40px;
}

.outline_section_table {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}

.outline_section_table th:first-child {
  width: 260px;
  padding: 0% 1%;
  line-height: 50px;
  text-align: center;
  background-color: #e4e4e4;
  border: 1px solid #707070;
}

.outline_section_table td {
  text-align: left;
  padding: 1% 5%;
  border: 1px solid #707070;
}

.outline_section_table th,
.outline_section_table td {
  vertical-align: middle;
}

.outline_section_map {
  width: 100%;
  position: relative;
}

.inquiry_section_wrapper {
  margin: 0 auto;
}

.formrun {
  margin-right: auto;
  margin-left: auto;
}

.contact-container {
  width: 100%;
  margin: 0 auto;
}

.contact-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.contact-colum-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 23%;
          flex: 0 23%;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-colum-left p {
  margin: 0;
  font-size: 14px;
}

.colum-tag {
  margin-left: auto;
  background-color: #87cce3;
  color: white;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 5px;
  display: inline;
}

.contact-colum-right {
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.select-test {
  max-width: 150px;
  margin-right: 0.7rem;
  position: relative;
}

.select-small {
  max-width: 100px;
}

.select-span {
  margin-right: 1rem;
}

.submit-test {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background-color: white;
  border: 1px solid #333;
  color: #313131;
  margin: 0 0 1em;
  padding: 10px 120px;
  text-decoration: none;
}

.radio-test + span {
  margin-top: 0;
}

.submit-test:hover,
.submit-test:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #313131;
  background-color: #87cce3;
}

.left-last {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  width: 100%;
}

.right-last {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  width: 100%;
}

.textarea-text {
  height: 15rem;
}

.check-box {
  margin-bottom: 40px;
}

.contact-center {
  text-align: center;
}

.formrun-system-show {
  font-size: 0.8rem;
}

.contact_caution {
  font-size: 10px !important;
  color: #4a4a4a;
  font-weight: 300;
  line-height: 16px;
}

.modal {
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: white;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  position: relative;
  margin-right: 0;
  height: 65%;
}

.modal-title {
  text-align: center;
}

.title-under-line {
  margin: 0 auto;
  height: 2px;
  width: 20%;
  margin-bottom: 48px;
  background-color: black;
}

.modal-text {
  margin-bottom: 30px;
}

.modal-text p {
  padding-left: 27px;
}

.modal-close {
  text-align: center;
}

.modal-close-btn {
  color: white;
  padding: 7px 66px;
  border-radius: 12px;
}

.modal-close-btn2 {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 2rem;
}

.modal-container {
  overflow: scroll;
  height: 85%;
}

.thanks_section_img {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.thanks_section_img img {
  width: 100%;
}

.thanks_section_txt1 {
  font-size: 20px;
  text-align: center;
}

.thanks_section_txt2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.thanks_section_btn {
  display: block;
  width: 250px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  background-color: #87cce3;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thanks_section_btn:hover {
  background-color: #8793e3;
}

.service_headline_A {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.service_headline_B {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 24px;
}

.service_headline_C {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}

.service_headline_D {
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}

.service_intro_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_intro_left {
  width: 53%;
}

.service_intro_left_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-bottom: 35px;
  margin-right: 20px;
}

.service_intro_left_block img {
  width: 18%;
  position: absolute;
  left: 0px;
}

.service_intro_left_block p {
  font-size: 18px;
  width: 100%;
  padding: 15px 0px 15px 22%;
  background-color: #e4e4e4;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, white), color-stop(10%, #e4e4e4), to(#e4e4e4));
  background: linear-gradient(90deg, white 0%, white 10%, #e4e4e4 10%, #e4e4e4 100%);
}

.service_intro_right {
  width: 47%;
}

.service_intro_right img {
  width: 100%;
}

#service_subject_section,
#service_introduce_section {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, white), color-stop(0, #e4e4e4), color-stop(77%, #e4e4e4), color-stop(0, white));
  background: linear-gradient(white 47%, #e4e4e4 0, #e4e4e4 77%, white 0);
}

.service_subject_wrapper,
.service_introduce_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.service_subject_block,
.service_introduce_block {
  margin: 0 50px 0 0;
  width: calc(33.3333333% - 100px / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_subject_block img,
.service_introduce_block img {
  width: 75%;
  margin-bottom: 20px;
}

.service_subject_block:nth-child(3n),
.service_introduce_block:nth-child(3n) {
  margin-right: 0px;
}

.service_subject_block_txt1,
.service_introduce_block_txt1 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 36px;
}

.service_subject_block_txt2,
.service_introduce_block_txt2 {
  font-size: 14px;
}

#service_price_section {
  display: none;
}

.service_price_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.service_price_table {
  width: 50%;
  font-size: 15px;
  border-collapse: collapse;
  font-size: 13px;
}

.service_price_table th:first-child {
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e4e4e4;
  border: 1px solid #707070;
}

.service_price_table td {
  text-align: center;
  border: 1px solid #707070;
}

.service_price_table_ash {
  width: 50%;
  margin-right: 12%;
}

.service_price_table_ash_th {
  line-height: 50px;
  text-align: center;
  background-color: #e4e4e4;
  border: 1px solid #707070;
}

.service_price_table_ash_td {
  border: 1px solid #707070;
  border-top: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 50px);
}

.service_price_table_ash_td p {
  line-height: 20px;
}

.service_price_table_ash_td span {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  line-height: 18px;
}

.service_price_table_ash2 {
  width: 50%;
  margin-right: 0px;
  height: 200px;
}

.service_price_plus {
  font-size: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.service_flow_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.service_flow_block_txt1 {
  position: relative;
  width: 30%;
  font-size: 16px;
  padding: 0px 0px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #e3d787;
}

.service_flow_block_txt1::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  border: 14px solid transparent;
  border-top: 14px solid #e3b587;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.service_flow_block_txt2 {
  width: 70%;
  height: 60px;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  background-color: #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}

.ac {
  width: 100%;
  margin-bottom: 30px;
}

.ac:last-child {
  margin-bottom: 0px;
}

.ac-parent {
  font-size: 16px;
  padding: 20px 65px;
  background-color: #e3d787;
  cursor: pointer;
  position: relative;
}

.ac-child {
  display: none;
  padding: 25px 65px;
  border: 0.5px solid #d5d5d5;
  line-height: 30px;
  font-size: 14px;
}

.ac-parent::after {
  content: "Q";
  position: absolute;
  left: 20px;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.manual_section_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.manual_section_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  width: 33%;
}

.manual_section_img {
  width: 55px;
  margin-right: 20px;
}

.manual_section_img img {
  width: 100%;
}

#footer {
  padding-top: 50px;
  position: relative;
  background-color: #e4e4e4;
  max-width: 2800px;
  margin: 0 auto;
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.footer_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.footer_menu li {
  display: block;
  width: 165px;
  text-align: center;
  border-left: 2px solid #313131;
}

.footer_menu li:last-child {
  border-right: 2px solid #313131;
}

.footer_menu a {
  color: #313131;
  position: relative;
  display: inline-block;
}

.footer_menu a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #313131;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.footer_menu a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer_logo {
  width: 280px;
  display: block;
  margin-bottom: 140px;
}

.footer_logo img {
  width: 100%;
}

.footer_slider {
  position: absolute !important;
  bottom: 28px;
  width: 100%;
}

.footer_slider img {
  width: 100%;
}

.footer_copyright {
  font-size: 7px;
  color: white;
  text-align: center;
  background-color: #747474;
  height: 28px;
}
