@charset "UTF-8";
:root {
  --color-main: #004a7c;
  --color-blue: #3194d6;
  --color-lightblue: #edf6fd;
  --color-emerald: #38a2c1;
  --color-cream: #fff4d0;
  --color-brown: #554201;
  --color-text: #111;
  --font-serif: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝",
    "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --font-sans-serif: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    sans-serif;
  --font-qs: "Quicksand", sans-serif;
  --font-cn: "Noto Serif SC", serif;
}

/* rest */
/* 
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;
}

/* -----------------------------------------
body
--------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 59px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: var(--color_text);
  background: #fff;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-serif);
  font-weight: 400;
}
html[lang=zh-CN] body {
  font-family: var(--font-cn);
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(0, -100%);
}

#body_wrapper {
  position: relative;
  overflow: hidden;
}

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;
}

/* 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;
}

/* -----------------------------------------
common
--------------------------------------------*/
/* --- clearfix --- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* css sprite */
.s {
  background: url(../images/sprite@2x.png) no-repeat 0 0;
  background-size: 500px 500px;
  text-indent: 200%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-style: none;
}

.sb::before,
.sa::after {
  content: "";
  background-image: url(../images/sprite@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500px 500px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}

.nobi {
  /*
  margin-right: 5px;
  letter-spacing: -5px;
  */
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 1em;
}

/* ----------------- 
reset
----------------- */
@media screen and (min-width: 640px) {
  .xs_only {
    display: none;
  }
}

.sm_only {
  display: none;
}
@media screen and (min-width: 640px) {
  .sm_only {
    display: inline;
  }
}

.md_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .md_only {
    display: inline;
  }
}

.ts_only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .ts_only {
    display: none;
  }
}

.lg_only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lg_only {
    display: inline;
  }
}

em {
  font-style: normal;
}

b {
  font-weight: 700;
  color: inherit;
}

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

.img-resp {
  width: 100%;
  height: auto;
}

.svg-resp {
  width: 100%;
  height: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

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

/* table */
.table_table table {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .table_table th,
  .table_table td {
    text-align: center;
    font-size: 1.6rem;
  }
}

.table_dl {
  display: block;
}
.table_dl table {
  width: 100%;
}
.table_dl thead {
  display: none;
}
.table_dl tbody,
.table_dl tr {
  display: block;
}
.table_dl th {
  padding: 0 0 0.4em 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  font-weight: normal;
}
.table_dl td {
  padding: 0 0 1em 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .table_dl table {
    display: table;
    width: 100%;
  }
  .table_dl thead,
  .table_dl tbody {
    display: table-row-group;
  }
  .table_dl tr {
    display: table-row;
  }
  .table_dl th {
    padding: 15px 0 10px 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 30%;
  }
  .table_dl td {
    padding: 15px 10px 10px 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .table_dl {
    margin: 0 auto;
  }
  .table_dl th,
  .table_dl td {
    font-size: 1.4rem;
  }
}

#bg_black {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

@media screen and (min-width: 768px) {
  .sm_only {
    display: none;
  }
}

body {
  position: relative;
  background-color: #fff;
}

.header {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background-color: #fff;
}
.header__logo {
  margin: 8px 0 0 5.5555555556vw;
  width: 170px;
}
.header__contact {
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header__contact__line {
  width: 40px;
}
.header__contact__form__link {
  display: flex;
  padding: 10px 10px;
  align-items: center;
  border-radius: 5px;
  background-color: var(--color-main);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-sans-serif);
  text-decoration: none;
}
.header__contact__form__svg {
  margin-right: 5px;
  width: 22px;
  height: 13px;
}
.header__lang {
  position: absolute;
  right: 5.5555555556vw;
  top: 10px;
}
.header__lang__sw {
  padding: 5px 10px;
  border: 1px solid #fff;
  background-color: #f7f7f7;
  font-weight: 700;
  line-height: 1.5;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.header__lang__sw__svg {
  margin-right: 5px;
  width: 12px;
  height: 6px;
  transition: rotate 500ms;
}
.header__lang__sw__svg--on {
  rotate: -180deg;
}
.header__lang__list {
  margin: 10px 0 0 0;
  padding: 5px 0;
  background-color: #fff;
  font-size: 12px;
  font-family: var(--font-sans-serif);
  background-color: #f7f7f7;
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: opacity 500ms;
  opacity: 0;
  pointer-events: none;
}
.header__lang__list--on {
  opacity: 1;
  pointer-events: all;
}
.header__lang__list__item {
  text-align: center;
  transition: background-color 500ms;
}
.header__lang__list__item:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.header__lang__list__item:hover {
  background-color: #eee;
}
.header__lang__list__link {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .header {
    display: flex;
    margin: 0;
    padding: 0 2.6041666667vw;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: auto;
  }
  .header__logo {
    margin: 0;
  }
  .header__contact {
    display: flex;
    margin: 0 20px 0 auto;
    padding: 0;
    background-color: transparent;
    position: static;
    box-shadow: none;
  }
  .header__contact__line {
    margin-left: 15px;
  }
  .header__contact__form {
    margin-left: 15px;
  }
  .header__lang {
    position: relative;
    right: auto;
    top: auto;
  }
  .header__lang__list {
    position: absolute;
    width: 80px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 80px;
  }
  .header__logo {
    width: 227px;
    position: relative;
    z-index: 1;
  }
  .header__contact {
    margin-right: 30px;
    position: relative;
    z-index: 1;
  }
  .header__contact__line {
    margin-left: 20px;
    width: 44px;
  }
  .header__contact__form {
    margin-left: 20px;
  }
  .header__contact__form__link {
    padding: 10px 15px;
    font-size: 14px;
  }
  .header__contact__form__svg {
    margin-right: 10px;
    width: 30px;
    height: 20px;
  }
  .header__lang__sw {
    padding: 10px 15px;
    font-size: 14px;
  }
  .header__lang__sw__svg {
    margin-right: 10px;
  }
  .header__lang__list {
    margin: 15px 0 0 0;
    padding: 0 0;
    font-size: 14px;
    width: 100px;
  }
  .header__lang__list__link {
    padding: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
  }
  .header::before {
    display: block;
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    right: 0;
    top: 0;
    background-color: #fff;
    translate: -50% 0;
    z-index: 0;
  }
}

.bogo-language-switcher {
  margin: 10px 0 0 0;
  padding: 5px 0;
  background-color: #fff;
  font-size: 12px;
  font-family: var(--font-sans-serif);
  background-color: #f7f7f7;
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: opacity 500ms;
  opacity: 0;
  pointer-events: none;
}
.bogo-language-switcher--on {
  opacity: 1;
  pointer-events: all;
}
.bogo-language-switcher li {
  text-align: center;
  transition: background-color 500ms;
}
.bogo-language-switcher li:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.bogo-language-switcher li:hover {
  background-color: #eee;
}
.bogo-language-switcher li .bogoflags {
  display: none;
}
.bogo-language-switcher li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .bogo-language-switcher {
    position: absolute;
    width: 85px;
    box-sizing: border-box;
  }
  .bogo-language-switcher li a {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .bogo-language-switcher {
    margin: 15px 0 0 0;
    padding: 0 0;
    font-size: 14px;
    width: 110px;
  }
  .bogo-language-switcher li a {
    padding: 10px;
  }
}

.footer {
  position: relative;
  font-family: var(--font-sans-serif);
}
.footer__information {
  padding: 30px 0;
  background-color: var(--color-lightblue);
}
.footer__logo {
  margin: 0 auto 20px auto;
  width: 200px;
}
.footer__address {
  margin: 10px 0;
  font-size: 10px;
  text-align: center;
}
.footer__schedule {
  margin: 10px 5.5555555556vw;
}
.footer__schedule table {
  width: 100%;
  font-size: 12px;
}
.footer__schedule tr {
  border-bottom: 2px solid #fff;
}
.footer__schedule thead th {
  padding: 5px;
  color: var(--color-main);
  text-align: center;
}
.footer__schedule thead th:first-child {
  text-align: left;
}
.footer__schedule tbody th {
  padding: 5px;
  color: var(--color-main);
  text-align: left;
}
.footer__schedule tbody td {
  padding: 5px;
  text-align: center;
}
.footer__schedule__note {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
}
.footer__map iframe {
  width: 100%;
  height: 105.5555555556vw;
}
.footer__credit {
  padding: 20px 0 80px 0;
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.footer__credit__para {
  margin: 5px 0;
}
.footer__credit__para__link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer__information__content {
    display: grid;
    padding: 40px 5.2083333333vw;
    box-sizing: border-box;
    grid-template: "areaA ." auto "areaB areaD" auto "areaC areaD" auto ". areaD" auto/50% 50%;
  }
  .footer__logo {
    margin: 0 0 20px 0;
    width: 240px;
    text-align: left;
    grid-area: areaA;
  }
  .footer .link-tel {
    text-align: left;
    grid-area: areaB;
  }
  .footer__address {
    font-size: 12px;
    text-align: left;
    grid-area: areaC;
  }
  .footer__schedule {
    margin: 0;
    grid-area: areaD;
  }
  .footer__schedule table {
    font-size: 14px;
  }
  .footer__schedule__note {
    font-size: 12px;
  }
  .footer__map iframe {
    display: block;
    height: 380px;
  }
  .footer__credit {
    padding: 20px 0;
    font-size: 12px;
  }
  .footer__credit__para {
    margin: 5px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    margin-bottom: 20px;
    width: 300px;
  }
  .footer__address {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__information__content {
    margin: 0 auto;
    padding: 40px 0;
    width: 1100px;
  }
  .footer__schedule {
    margin: 0;
    width: 540px;
  }
  .footer__schedule table {
    font-size: 14px;
  }
  .footer__schedule thead th {
    padding: 10px 5px;
    font-size: 16px;
  }
  .footer__schedule thead th:first-child {
    text-align: center;
  }
  .footer__schedule tbody th {
    padding: 10px 5px;
    font-size: 16px;
    text-align: center;
  }
  .footer__schedule tbody td {
    padding: 10px 5px;
    font-size: 16px;
  }
  .footer__schedule__note {
    margin-top: 10px;
    font-size: 14px;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.selector {
  /* IE11 のみ適用される */
}

/* main */
.main {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .main {
    padding-top: 80px;
  }
}

/* section */
.unit {
  padding: 11.1111111111vw 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .unit {
    padding: 7.8125vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .unit {
    padding: 80px 0;
  }
}

.content-block {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .content-block {
    margin: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .content-block {
    margin: 0 auto;
    width: 800px;
  }
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
.modal__overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 40;
  box-sizing: border-box;
}
.modal__container {
  margin: 20px;
  padding: 20px;
  background-color: #fff;
  max-width: 660px;
  max-height: calc(100vh - 40px);
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  position: relative;
}
.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
}
.modal__close::before {
  content: "✕";
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__footer {
  text-align: center;
}
.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media screen and (min-width: 1024px) {
  .modal__close {
    font-size: 30px;
    top: -30px;
    right: -30px;
  }
  .modal__close::before {
    content: "✕";
  }
  .modal__container {
    margin: 50px;
    padding: 50px;
    max-height: calc(100vh - 100px);
  }
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.para, .modal-pp__list-num__item, .modal-pp__list__item, .unit-contact__thanks__para, .list-flow__para, .list-voices__para, .list-features__para, .unit-about__ion__para, .unit-intro__point__content, .unit-top__text2__para, .unit-top__text1__para {
  margin: 0 0 2em 0;
  font-size: 12px;
  line-height: 1.8;
}
.para:last-of-type, .modal-pp__list-num__item:last-of-type, .modal-pp__list__item:last-of-type, .unit-contact__thanks__para:last-of-type, .list-flow__para:last-of-type, .list-voices__para:last-of-type, .list-features__para:last-of-type, .unit-about__ion__para:last-of-type, .unit-intro__point__content:last-of-type, .unit-top__text2__para:last-of-type, .unit-top__text1__para:last-of-type {
  margin-bottom: 0;
}
.para--white {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .para, .modal-pp__list-num__item, .modal-pp__list__item, .unit-contact__thanks__para, .list-flow__para, .list-voices__para, .list-features__para, .unit-about__ion__para, .unit-intro__point__content, .unit-top__text2__para, .unit-top__text1__para {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .para, .modal-pp__list-num__item, .modal-pp__list__item, .unit-contact__thanks__para, .list-flow__para, .list-voices__para, .list-features__para, .unit-about__ion__para, .unit-intro__point__content, .unit-top__text2__para, .unit-top__text1__para {
    font-size: 16px;
  }
  .para--em {
    margin-bottom: 0.3em;
    font-size: 18px;
  }
}

.para-lead {
  text-align: center;
  margin: 0 0 1.2em 0;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .para-lead {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .para-lead {
    margin-bottom: 40px;
    font-size: 18px;
  }
}

/* ----------------- 
titletitle
----------------- */
.title-mid {
  padding-top: 20px;
  margin-bottom: 30px;
  color: var(--color-main);
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: 24px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.title-mid__content {
  display: inline-block;
  position: relative;
}
.title-mid__text {
  position: relative;
  z-index: 2;
}
.title-mid__text--brown {
  color: var(--color-brown);
}
.title-mid__bubble-left {
  width: 32px;
  position: absolute;
  left: -30px;
  top: -10px;
  z-index: 0;
}
.title-mid__bubble-right {
  width: 24px;
  position: absolute;
  z-index: 0;
  right: -25px;
  bottom: -10px;
}
@media screen and (min-width: 768px) {
  .title-mid {
    padding-top: 35px;
    padding-bottom: 20px;
    font-size: 29px;
  }
  .title-mid__bubble-left {
    width: 76px;
    left: -60px;
    top: -40px;
  }
  .title-mid__bubble-right {
    width: 36px;
    right: -40px;
    bottom: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .title-mid {
    font-size: 36px;
  }
}

/* ----------------- 
linklink
----------------- */
.link-tel--form, .link-tel--footer {
  text-align: center;
}
.link-tel__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-blue);
}
.link-tel__link--form {
  font-size: 26px;
}
.link-tel__link--header {
  translate: 0 2px;
}
.link-tel__text {
  display: block;
}
.link-tel__text__title {
  display: block;
  text-align: left;
  margin-bottom: 0.2em;
  font-family: var(--font-sans-serif);
  line-height: 1;
  font-weight: 700;
  font-size: 10px;
}
.link-tel__text__num {
  display: block;
  font-family: var(--font-qs);
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  font-size: 20px;
}
.link-tel__text--form .link-tel__text__num {
  font-size: 26px;
}
.link-tel__svg {
  margin-right: 8px;
  width: 14px;
  height: 20px;
}
.link-tel__svg--form {
  margin-right: 12px;
  width: 17px;
  height: 26px;
}
@media screen and (min-width: 768px) {
  .link-tel__svg {
    margin-right: 12px;
    width: 20px;
    height: 30px;
  }
  .link-tel__svg--form {
    margin-right: 12px;
    width: 20px;
    height: 30px;
  }
  .link-tel__svg--header {
    margin-right: 8px;
    width: 14px;
    height: 20px;
  }
  .link-tel__text__title {
    font-size: 12px;
  }
  .link-tel__text__num {
    font-size: 30px;
  }
  .link-tel__text--header {
    translate: 0 0px;
  }
  .link-tel__text--header .link-tel__text__num {
    font-size: 26px;
  }
  .link-tel__text--form .link-tel__text__title {
    font-size: 12px;
  }
  .link-tel__text--form .link-tel__text__num {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .link-tel__text--header {
    translate: 0 0px;
  }
  .link-tel__text--header .link-tel__text__num {
    font-size: 30px;
  }
  .link-tel__svg--header {
    margin-right: 12px;
    width: 20px;
    height: 30px;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=date] {
  padding: 0.8em;
  line-height: 1;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=date]::placeholder {
  color: #ccc;
}

textarea {
  padding: 0.8em;
  line-height: 1.4;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}
textarea::placeholder {
  color: #ccc;
}

.select {
  display: inline-flex;
  margin: 10px 0 0 0;
  align-items: center;
  position: relative;
}
.select::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.select select {
  appearance: none;
  min-width: 60px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.mw_wp_form_confirm .select::after {
  display: none;
}

.button {
  display: block;
  padding: 1em 0 0.8em 0;
  border-style: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  background-color: #ccc;
  color: var(--color-text);
}
.button--submit {
  background-color: var(--color-main);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .button {
    min-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 18px;
  }
}

/* for inline */
.unit-top {
  position: relative;
  padding-bottom: 45px;
  background-color: var(--color-lightblue);
  background-image: url(../images/top_bg.svg);
  background-size: 1173px 47px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.unit-top__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
}
.unit-top__bg__photo {
  width: 100%;
}
.unit-top__content {
  padding: 93.6111111111vw 5.5555555556vw 0 5.5555555556vw;
  position: relative;
  z-index: 1;
}
.unit-top__title {
  position: relative;
}
.unit-top__title::before, .unit-top__title::after {
  display: block;
  content: "";
  width: 23.6111111111vw;
  height: 32.5vw;
  background-image: url(../images/top_bubble_left.svg);
  background-repeat: no-repeat;
  background-size: 23.6111111111vw auto;
  position: absolute;
  z-index: 1;
  left: -5.5555555556vw;
  top: -5.5555555556vw;
}
.unit-top__title::after {
  width: 15.8333333333vw;
  height: 21.9444444444vw;
  background-image: url(../images/top_bubble_right.svg);
  background-size: 15.8333333333vw auto;
  left: auto;
  right: -5.5555555556vw;
  top: auto;
  bottom: -13.8888888889vw;
}
.unit-top__title__image {
  position: relative;
  z-index: 2;
}
.unit-top__symptoms {
  margin: 10px 1.3888888889vw 0 1.3888888889vw;
  position: relative;
  z-index: 2;
}
html[lang=en-US] .unit-top__symptoms {
  margin-top: 5px;
}
html[lang=zh-CN] .unit-top__symptoms {
  margin-top: 5px;
}
.unit-top__text1__lead {
  margin: 20px 0 10px 0;
  color: var(--color-main);
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
}
.unit-top__text2 {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.unit-top__text2__lead {
  margin-bottom: 10px;
  color: var(--color-blue);
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  letter-spacing: 0;
}
.unit-top__ion-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .unit-top {
    padding-bottom: 8.4635416667vw;
    background-image: url(../images/top_bg_md.svg);
    background-size: 347px 43px;
    background-repeat: repeat-x;
    background-position: left bottom;
    overflow: hidden;
  }
  .unit-top__bg {
    width: 75.5208333333vw;
    left: auto;
    right: -7.8125vw;
  }
  .unit-top__content {
    padding: 40px 0 0 3.90625vw;
    height: 100%;
    box-sizing: border-box;
  }
  .unit-top__title {
    width: 48.1770833333vw;
    position: relative;
    z-index: 2;
  }
  .unit-top__title::before, .unit-top__title::after {
    width: 15.625vw;
    height: 19.53125vw;
    background-size: 15.625vw auto;
    left: -7.8125vw;
    top: -2.6041666667vw;
  }
  .unit-top__title::after {
    width: 9.1145833333vw;
    height: 11.0677083333vw;
    background-size: 9.1145833333vw auto;
    left: auto;
    right: -2.6041666667vw;
    top: auto;
    bottom: -6.5104166667vw;
  }
  .unit-top__symptoms {
    margin: 20px 5px 0 5px;
    width: 48.828125vw;
  }
  .unit-top__text1 {
    width: 50%;
  }
  .unit-top__text1__lead {
    margin: 20px 0 10px 0;
    text-align: left;
    font-size: 20px;
  }
  .unit-top__text2 {
    margin: 2.6041666667vw auto 0 auto;
    padding: 20px;
    border-radius: 20px;
    width: 58.59375vw;
  }
  .unit-top__text2__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .unit-top__ion-logo {
    display: block;
    width: 9.1145833333vw;
    position: absolute;
    bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .unit-top {
    height: 51.4285714286vw;
  }
  .unit-top__bg {
    width: 69.2857142857vw;
    left: auto;
    right: 0;
  }
  .unit-top__content {
    padding: 2.8571428571vw 2.1428571429vw 0 2.1428571429vw;
    height: auto;
  }
  .unit-top__title {
    position: absolute;
    top: 3.5714285714vw;
    left: 10.7142857143vw;
    width: 38.0714285714vw;
  }
  .unit-top__symptoms {
    margin: 0;
    position: absolute;
    top: 17.1428571429vw;
    left: 11.0714285714vw;
    width: 37.1428571429vw;
  }
  html[lang=en-US] .unit-top__symptoms {
    margin-top: 0;
    top: 16.0714285714vw;
  }
  html[lang=zh-CN] .unit-top__symptoms {
    margin-top: 0;
    top: 16.0714285714vw;
  }
  .unit-top__ion-logo {
    left: 10.7142857143vw;
    top: 42.8571428571vw;
  }
  .unit-top__text1 {
    position: absolute;
    top: 21.7857142857vw;
    left: 10.7142857143vw;
    width: 39.2857142857vw;
  }
  .unit-top__text1__lead {
    margin-top: 0;
    margin-bottom: 1.4285714286vw;
    font-size: 2vw;
  }
  .unit-top__text1__para {
    font-size: 1.2vw;
  }
  .unit-top__text2 {
    margin: 0;
    position: absolute;
    top: 39.2857142857vw;
    left: 21.4285714286vw;
    width: 57.1428571429vw;
    padding: 30px 50px 40px;
  }
  .unit-top__text2__lead {
    font-size: 2vw;
  }
  .unit-top__text2__para {
    text-align: center;
    font-size: 1.2vw;
  }
  .unit-top__ion-logo {
    width: 8.2142857143vw;
    left: 10.7142857143vw;
    top: 47.8571428571vw;
    bottom: auto;
  }
}

.unit-intro {
  padding-top: 8.3333333333vw;
  padding-bottom: 11.1111111111vw;
}
.unit-intro__photo {
  margin: 0 5.5555555556vw;
}
.unit-intro__symptoms {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.unit-intro__symptoms__item {
  margin: 0 0 5px 0;
  padding: 0.2em 0;
  width: 48%;
  background-color: var(--color-emerald);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-family: var(--font-sans-serif);
  font-weight: 700;
  font-size: 15px;
}
html[lang=en-US] .unit-intro__symptoms__item {
  font-size: 12px;
}
.unit-intro__point {
  padding: 15px;
  border: 5px solid #e7f1f9;
  background-color: #f4faff;
  border-radius: 20px;
}
.unit-intro__point__title {
  margin-bottom: 10px;
  text-align: center;
  color: var(--color-main);
  line-height: 1.4;
  font-size: 16px;
}
.unit-intro__point__content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .unit-intro {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }
  .unit-intro__photo {
    margin: 0 5.2083333333vw;
  }
  .unit-intro__symptoms {
    margin: 15px auto 25px auto;
    width: 72.9166666667vw;
  }
  .unit-intro__symptoms__item {
    margin: 0 0 10px 0;
    width: 31%;
    font-size: 15px;
  }
  .unit-intro__point {
    padding: 40px;
  }
  .unit-intro__point__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .unit-intro__point__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .unit-intro {
    padding-bottom: 100px;
  }
  .unit-intro__photo {
    margin: 0 auto;
    width: 960px;
  }
  .unit-intro__symptoms {
    margin: 20px auto 25px auto;
    width: 800px;
  }
  .unit-intro__symptoms__item {
    margin: 0 0 10px 0;
    padding: 10px 0;
    width: 31%;
    font-size: 16px;
    border-radius: 30px;
  }
  .unit-intro__point {
    margin: 0 auto;
    padding: 50px;
    width: 800px;
    box-sizing: border-box;
  }
  .unit-intro__point__title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .unit-intro__point__content {
    font-size: 18px;
  }
}

.unit-about {
  background-color: var(--color-cream);
}
.unit-about__illust {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.unit-about__ion {
  margin-top: 20px;
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.unit-about__ion__logo {
  display: block;
  margin: 0 auto 20px auto;
  width: 160px;
}
.unit-about__ion__title {
  margin-bottom: 5px;
  font-family: var(--font-sans-serif);
  text-align: center;
  color: var(--color-brown);
  font-weight: 700;
  font-size: 20px;
}
.unit-about__ion__para {
  font-family: var(--font-sans-serif);
}
@media screen and (min-width: 768px) {
  .unit-about__ion {
    display: grid;
    margin-top: 30px;
    padding: 40px;
    border-radius: 20px;
    grid-template: "areaA areaB" auto "areaA areaC" auto/40% 60%;
  }
  .unit-about__ion__logo {
    margin: 0;
    width: 180px;
    grid-area: areaA;
  }
  .unit-about__ion__title {
    margin-bottom: 5px;
    font-family: var(--font-sans-serif);
    text-align: center;
    color: var(--color-brown);
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    grid-area: areaB;
  }
  .unit-about__ion__para {
    grid-area: areaC;
  }
}
@media screen and (min-width: 1024px) {
  .unit-about__illust {
    margin-bottom: 30px;
  }
  .unit-about__ion {
    margin-top: 40px;
    padding: 40px 60px;
  }
  .unit-about__ion__logo {
    width: 222px;
  }
  .unit-about__ion__title {
    margin-bottom: 5px;
    font-size: 32px;
  }
}

.unit-features::before {
  display: block;
  content: "";
  background-color: var(--color-lightblue);
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: absolute;
  top: 72.2222222222vw;
  left: 0;
  right: 0;
}
.unit-features__bg {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .unit-features::before {
    height: 50vh;
    top: 33.8541666667vw;
    left: 0;
    right: 0;
  }
  .unit-features__bg {
    margin: -9.1666666667vw 3.3333333333vw 0 3.3333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .unit-features::before {
    height: 50vh;
    top: 436px;
    left: 0;
    right: 0;
  }
  .unit-features::after {
    display: block;
    content: "";
    width: 100%;
    height: 44px;
    z-index: 0;
    position: absolute;
    top: 400px;
    left: 0;
    right: 0;
    background-image: url(../images/features_bgborder_md.svg);
    mask-repeat: repeat-x;
    z-index: 0;
  }
  .unit-features__bg {
    margin: -100px auto 0 auto;
    width: 91.6666666667vw;
    max-width: 1100px;
  }
}

.list-features {
  margin: -13.8888888889vw 5.5555555556vw 0 5.5555555556vw;
  position: relative;
  z-index: 2;
}
.list-features__item {
  border: 2px solid var(--color-emerald);
  border-radius: 10px;
  overflow: hidden;
}
.list-features__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.list-features__title {
  padding: 0.2em 0 0.4em 0;
  background-color: var(--color-emerald);
  color: #fff;
  font-family: var(--font-sans-serif);
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.3rem;
}
.list-features__para {
  padding: 10px 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .list-features {
    display: flex;
    margin: -10vw 5vw 0 5vw;
  }
  .list-features__item {
    margin-left: 2.6666666667%;
    background-color: #fff;
    width: 48%;
  }
  .list-features__item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .list-features__item:nth-of-type(4n-3) {
    margin-left: 0;
  }
  .list-features__title {
    padding: 10px 0;
  }
  .list-features__para {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .list-features {
    margin: -115px auto 0 auto;
    width: 980px;
  }
  .list-features__item {
    margin-left: 2.6666666667%;
    background-color: #fff;
    width: 48%;
  }
  .list-features__item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .list-features__item:nth-of-type(4n-3) {
    margin-left: 0;
  }
  .list-features__title {
    padding: 15px 0;
    font-size: 16px;
  }
  .list-features__para {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.unit-voices {
  padding-top: 0;
  background-color: var(--color-lightblue);
}

.list-voices {
  margin: 0 5.5555555556vw;
}
.list-voices__item {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.list-voices__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.list-voices__illust {
  display: block;
  margin: 0 auto 15px auto;
  width: 120px;
}
.list-voices__info {
  margin: 0 auto 20px auto;
  width: 44.4444444444vw;
  border: 2px solid #fc6602;
  border-radius: 10px;
  overflow: hidden;
  font-family: var(--font-sans-serif);
  font-weight: 700;
  text-align: center;
}
.list-voices__info--blue {
  border-color: var(--color-emerald);
}
.list-voices__info__symptom {
  padding: 0.4em 0;
  background-color: #fc6602;
  color: #fff;
  line-height: 1;
  font-size: 16px;
}
.list-voices__info__symptom--blue {
  background-color: var(--color-emerald);
}
.list-voices__info__prof {
  padding: 0.4em 0;
  color: var(--color-text);
  line-height: 1;
  font-size: 13px;
}
.list-voices__para {
  font-family: var(--font-sans-serif);
}
@media screen and (min-width: 768px) {
  .list-voices {
    margin: 0 5.2083333333vw;
  }
  .list-voices__item {
    display: grid;
    padding: 40px 40px;
    gap: 20px 50px;
    grid-template: "areaA areaC" auto "areaB areaC" auto ". areaC" auto/150px 1fr;
  }
  .list-voices__item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .list-voices__illust {
    margin: 0;
    width: 150px;
    grid-area: areaA;
  }
  .list-voices__info {
    margin: 0;
    width: 150px;
    grid-area: areaB;
  }
  .list-voices__info__symptom {
    padding: 0.6em 0;
    font-size: 18px;
  }
  .list-voices__info__prof {
    padding: 0.6em 0;
    font-size: 16px;
  }
  .list-voices__comment {
    grid-area: areaC;
  }
}
@media screen and (min-width: 1024px) {
  .list-voices {
    margin: 0 auto;
    width: 1000px;
  }
  .list-voices__item {
    padding: 55px 100px 50px 100px;
    gap: 20px 50px;
  }
  .list-voices__item:not(:last-of-type) {
    margin-bottom: 70px;
  }
}

.unit-flow {
  background-color: #f7f7f7;
}

.list-flow {
  margin: 0 5.5555555556vw 20px 5.5555555556vw;
  counter-reset: count_flow;
}
.list-flow__item {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  counter-increment: count_flow;
}
.list-flow__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.list-flow__photo {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.list-flow__title {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-main);
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
}
.list-flow__title::before {
  display: block;
  margin-right: 5px;
  content: counter(count_flow);
  font-family: var(--font-qs);
  font-size: 14px;
  color: #fff;
  background-color: var(--color-main);
  width: 36px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .list-flow__item {
    display: grid;
    padding: 40px;
    grid-template: "areaA areaC" auto "areaB areaC" auto ". areaC" auto/1fr 40%;
    gap: 10px 20px;
  }
  .list-flow__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .list-flow__photo {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    grid-area: areaC;
  }
  .list-flow__title {
    margin-bottom: 10px;
    justify-content: flex-start;
    font-size: 19px;
    grid-area: areaA;
  }
  .list-flow__title::before {
    margin-right: 10px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .list-flow .para, .list-flow .modal-pp__list-num__item, .list-flow .modal-pp__list__item, .list-flow .unit-contact__thanks__para, .list-flow .unit-top__text1__para, .list-flow .unit-top__text2__para, .list-flow .unit-intro__point__content, .list-flow .unit-about__ion__para, .list-flow .list-features__para, .list-flow .list-voices__para, .list-flow .list-flow__para {
    grid-area: areaB;
  }
}
@media screen and (min-width: 1024px) {
  .list-flow {
    margin: 0 auto 40px auto;
    width: 800px;
  }
  .list-flow__item {
    border-radius: 20px;
    gap: 0 30px;
  }
  .list-flow__title {
    font-size: 24px;
  }
  .list-flow__title::before {
    font-size: 20px;
  }
}

.unit-price {
  background-color: var(--color-lightblue);
}

.table-price {
  margin: 0 5.5555555556vw;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.table-price table {
  width: 100%;
}
.table-price th {
  padding: 10px 10px;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
.table-price tr:not(:last-of-type) {
  border-bottom: 1px solid var(--color-emerald);
}
.table-price td {
  padding: 10px 10px 10px 0;
  color: var(--color-main);
  text-align: right;
  vertical-align: middle;
  font-size: 16px;
}
.table-price__unit {
  font-size: 12px;
}
.table-price__tax {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .table-price {
    margin: 0 auto;
    padding: 0 40px;
    width: 460px;
    box-sizing: border-box;
  }
  .table-price th {
    padding: 15px 10px 15px 30px;
    font-size: 20px;
  }
  .table-price td {
    padding: 15px 30px 15px 0;
    font-size: 20px;
  }
  .table-price__unit {
    font-size: 14px;
  }
  .table-price__tax {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .table-price {
    margin: 0 auto;
    padding: 0 40px;
    width: 500px;
  }
  .table-price th {
    font-size: 24px;
  }
  .table-price td {
    font-size: 24px;
  }
  .table-price__unit {
    font-size: 14px;
  }
  .table-price__tax {
    font-size: 12px;
  }
}

.unit-contact__line {
  margin: 0 auto 15px auto;
  width: 116px;
}
.unit-contact__buttons {
  margin-top: 20px;
}
.unit-contact__buttons__item {
  margin: 0 10px 10px 10px;
}
.unit-contact__thanks {
  margin: 50px 5.5555555556vw;
  padding: 5.5555555556vw;
  border: 5px solid var(--color-lightblue);
  border-radius: 20px;
}
.unit-contact__thanks__title {
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 1.4rem;
  color: var(--color-blue);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .unit-contact__line {
    margin-bottom: 30px;
  }
  .unit-contact__buttons {
    display: flex;
    justify-content: center;
  }
  .unit-contact__thanks {
    margin: 50px 5.2083333333vw;
    padding: 3.90625vw;
    border-radius: 20px;
  }
  .unit-contact__thanks__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .unit-contact__thanks__para {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .unit-contact__thanks {
    margin: 50px auto;
    padding: 40px;
    width: 640px;
  }
}

.table-contact {
  margin: 30px 5.5555555556vw 0 5.5555555556vw;
}
.table-contact table {
  width: 100%;
  font-family: var(--font-sans-serif);
}
.table-contact tbody,
.table-contact tr,
.table-contact th,
.table-contact td {
  display: block;
  text-align: left;
}
.table-contact th {
  margin-top: 15px;
  padding: 5px 0;
  color: var(--color-main);
  font-size: 14px;
}
.table-contact__required {
  margin-left: 5px;
  padding: 0.3em 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
  background-color: var(--color-emerald);
  color: #fff;
  border-radius: 3px;
  vertical-align: bottom;
  translate: 0 -5px;
}
.mw_wp_form_confirm .table-contact__required {
  display: none;
}
@media screen and (min-width: 768px) {
  .table-contact tbody {
    display: table-row-group;
  }
  .table-contact tr {
    display: table-row;
  }
  .table-contact th,
  .table-contact td {
    display: table-cell;
  }
  .table-contact th {
    margin-top: 0;
    padding: 10px;
    font-size: 16px;
    vertical-align: top;
  }
  .table-contact td {
    vertical-align: top;
    margin-top: 0;
    padding: 10px;
    font-size: 16px;
  }
  .table-contact__required {
    margin-left: 10px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .table-contact {
    margin: 50px auto 0 auto;
    width: 640px;
  }
}

.modal-pp__title {
  margin-bottom: 2em;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
}
.modal-pp__title-sub {
  margin: 3em 0 1em 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.modal-pp__list {
  padding-left: 1.5em;
  position: relative;
}
.modal-pp__list__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.modal-pp__list-num {
  counter-reset: count-li;
}
.modal-pp__list-num__item {
  margin: 0.4em 0;
  padding-left: 1.5em;
  counter-increment: count-li;
  position: relative;
}
.modal-pp__list-num__item::before {
  content: "(" counter(count-li) ")";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .modal-pp__title {
    font-size: 2rem;
  }
  .modal-pp__title-sub {
    font-size: 1.6rem;
  }
}