@charset "UTF-8";
/*
Theme Name: mnn-sozoku
Theme URI:
Description: mnn-sozoku
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #1e529e;
  --color-primary-light: #eff6fd;
  --color-secondary: #efc130;
  --color-secondary-light: #fffbe3;
  --color-link: #4895e6;
}

.red {
  color: #f3474f;
}

.yellow {
  color: #ffc000;
}

.green {
  color: #70ad47;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 760px;
  --width-content: 1100px;
}

/*!
global > font
------------------------------
*/
@font-face {
  font-family: "ud";
  src: url("assets/font/ud.woff") format("woff");
}
:root {
  --font-family-base: "Inter", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans",
      "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.f_noto, .PgSouzoku .Fv__mainCopy {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_teko {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.f_ud, .PgSouzoku {
  font-family: "ud";
}

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
.formCnt .btnarea input, #nav-toggle, #btm-btn ul li a.pagetop, .side-btn, .Header, .Logo__img, .HeaderMenu, .HeaderMenu .g-menu li a::after, .pgNav li a, .contact-Btn, .moreLink, .baseBtn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

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

/*!
foundation > base
------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-base);
  font-size: 1.8rem;
  font-weight: 300;
  color: black;
  line-height: 2;
  background-color: white;
}
@media screen and (max-width: 100px) {
  body {
    font-size: 1.3846153846vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
body#lp {
  background-color: #f0f0f0;
}

a {
  color: #1e529e;
  word-wrap: break-word;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
}
a.External_links {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}

.br-pc {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

.br-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block !important;
  }
}

.br-tb {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br-tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-tb {
    display: none !important;
  }
}

.br-tb-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br-tb-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-tb-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-ml5 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-ml10 {
    margin-left: 0.7692307692vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-ml15 {
    margin-left: 1.1538461538vw !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-ml25 {
    margin-left: 1.9230769231vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-ml50 {
    margin-left: 3.8461538462vw !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-ml70 {
    margin-left: 5.3846153846vw !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-mr5 {
    margin-right: 0.3846153846vw !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-mr10 {
    margin-right: 0.7692307692vw !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-mr15 {
    margin-right: 1.1538461538vw !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-mr25 {
    margin-right: 1.9230769231vw !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-mr50 {
    margin-right: 3.8461538462vw !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-mr70 {
    margin-right: 5.3846153846vw !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-mr100 {
    margin-right: 7.6923076923vw !important;
  }
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-mlr25 {
    margin-left: 1.9230769231vw !important;
    margin-right: 1.9230769231vw !important;
  }
}

.u-p-reset {
  padding: 0 !important;
}

.u-ptb {
  padding: 100px 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-ptb {
    padding: 70px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 70px 0 !important;
  }
}

.u-ptb100 {
  padding: 100px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb100 {
    padding: 50px 0 !important;
  }
}

.u-ptb70 {
  padding: 70px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb70 {
    padding-top: 35px !important;
  }
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-ptb25 {
  padding: 25px 0 !important;
}

.u-pt {
  padding-top: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-pt {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 70px !important;
  }
}

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-pb {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 70px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mlauto {
    margin-left: 0 !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt150 {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb {
    padding: 70px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb25 {
    padding: 25px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb35 {
    padding: 35px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb50 {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-reset {
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-flr {
    float: right !important;
  }
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w45 {
  width: 45% !important;
  max-width: 45% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w55 {
  width: 55% !important;
  max-width: 55% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .u-tab-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w25 {
    width: 25% !important;
    max-width: 25% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w35 {
    width: 35% !important;
    max-width: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w40 {
    width: 40% !important;
    max-width: 40% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w70 {
    width: 70% !important;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w80 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: 600;
}

.u-txtSmall {
  font-size: 1.4rem;
}

.u-txtLarge {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 1.8rem;
  }
}

.u-underLine {
  display: inline;
  border-bottom: 1px solid black;
}

/*!
layout > container
------------------------------
*/
.l-container-s {
  width: 100%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
  box-sizing: border-box;
}

/*!
component > title
------------------------------
*/
.title-Lv1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  gap: 0 0.75em;
  line-height: 1.4;
}
@media screen and (max-width: 100px) {
  .title-Lv1 {
    font-size: 2.4615384615vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title-Lv1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    flex-direction: column;
    font-size: 1.8rem;
    line-height: 1.4;
    gap: 1em 0;
  }
}
.title-Lv1 i {
  color: #4aabe2;
}
.title-Lv1--small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .title-Lv1--small {
    font-size: 1.7rem;
  }
}

.title-Lv2 {
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    font-size: 2.2rem;
  }
}

.title-Lv3 {
  display: block;
  font-size: 1.9rem;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.title-Lv3::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 100px) {
  .title-Lv3 {
    font-size: 1.4615384615vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title-Lv3 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv3 {
    font-size: 3rem;
  }
}

.title-Lv4 {
  font-size: 1.8rem;
  font-weight: 600;
}

/*!
component > btn
------------------------------
*/
.contact-Btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 360px;
  padding: 1em;
  background-color: var(--color-primary);
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 2.1rem;
  line-height: 1.5;
  position: relative;
  gap: 0 0.5em;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .contact-Btn {
    min-width: initial;
    padding: 1em 3em;
    font-size: 1.8rem;
  }
}
.contact-Btn:hover {
  filter: brightness(110%);
}
.contact-Btn--header {
  height: 50px;
  max-height: 50px;
  padding: 0.75em 1.5em;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact-Btn--header {
    height: 35px;
    max-height: 35px;
    font-size: 1.3rem;
  }
}
.contact-Btn--middle {
  padding: 0.5em 1.5em;
  font-size: 1.7rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact-Btn--middle {
    padding: 0.75em 1.5em;
    font-size: 1.5rem;
  }
}
.contact-Btn--large {
  padding: 1.5em 2em;
  font-size: 2.2rem;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 100px) {
  .contact-Btn--large {
    font-size: 1.6923076923vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contact-Btn--large {
    width: 600px;
    padding: 1.5em 1em;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--large {
    width: 100%;
    max-width: 100%;
    padding: 1.5em 0.5em;
    font-size: 1.8rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn__txt {
    display: block;
    font-size: 1rem;
    transform: scale(0.8);
  }
}

.viewMore {
  display: inline-flex;
  align-items: center;
  gap: 0 25px;
  position: relative;
  color: black;
  text-decoration: none;
}
.viewMore .caption {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 767px) {
  .viewMore .caption {
    font-size: 1.8rem;
  }
}
.viewMore .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .viewMore .arrow {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}
.viewMore--white {
  color: white;
}
.viewMore--white .caption {
  border-bottom-color: white;
}
.viewMore--white .arrow {
  background-color: white;
  color: var(--color-primary);
}

.moreLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 0.5em;
  padding-right: 1.25em;
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.moreLink::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.5em;
  background-color: var(--color-primary);
  clip-path: polygon(0 100%, 100% 100%, 90% 40%, 90% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}
.moreLink:hover {
  padding-right: 1.5em;
}

.baseBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2em;
  background-color: white;
  color: var(--color-primary);
  font-size: 2.1rem;
  font-weight: 500;
  border: 1.5px solid var(--color-primary);
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.7;
  position: relative;
}
.baseBtn:hover {
  background-color: var(--color-primary);
  color: white;
}
.baseBtn i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.baseBtn--white {
  background-color: transparent;
  color: white;
  border-color: white;
}
.baseBtn--white:hover {
  background-color: white;
  color: var(--color-primary);
}
.baseBtn--small {
  font-size: 1.8rem;
}

.MiddleBtn {
  display: table;
  padding: 0.5em 1.5em;
  background-color: white;
  border: 1px solid black;
  text-decoration: none;
  font-size: 1.8rem;
  color: black;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .MiddleBtn {
    padding: 0.25em 0.75em;
    font-size: 1.3rem;
  }
}

.Shiny {
  overflow: hidden;
}
.Shiny::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*!
component > parts
------------------------------
*/
.listDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

.listNum li {
  margin-left: 1em;
  list-style-type: decimal;
}

.SnsMenu__column {
  display: flex;
  gap: 0 0.25em;
}
@media screen and (max-width: 767px) {
  .SnsMenu__column {
    gap: 0;
  }
}
.SnsMenu__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .SnsMenu__link {
    width: 28px;
    height: 28px;
  }
}
.SnsMenu__link img {
  display: block;
  width: 22px;
}
@media screen and (max-width: 767px) {
  .SnsMenu__link img {
    width: 20px;
  }
}
.SnsMenu__link i {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .SnsMenu__link i {
    font-size: 2rem;
  }
}
.SnsMenu__link.twitter {
  color: black;
}
.SnsMenu__link.youtube {
  color: #ff0000;
}

.aioseo-breadcrumbs {
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  padding: 1em 2.5%;
  overflow: hidden;
  font-size: 1.3rem;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    display: none;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0 1em;
}
.pgNav {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .pgNav {
    justify-content: flex-start;
    gap: 5px;
  }
}
.pgNav li a {
  display: block;
  padding: 0.75em 1.5em;
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: black;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .pgNav li a {
    padding: 0.75em 1em;
    font-size: 1.3rem;
    border-radius: 7px;
    letter-spacing: -0.025em;
  }
}
.pgNav li a:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.pgNav li a.active {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: white;
}

.NotesMark {
  font-size: 1.1rem;
  vertical-align: 0.5em;
}

.NotesBox {
  padding: 1.5%;
  background-color: var(--color-secondary-light);
  border-radius: 15px;
}

.NotesCnt {
  display: flex;
  flex-direction: column;
  gap: 0.5em 0;
}
.NotesCnt--ptn1 {
  align-items: flex-end;
}

.Notes {
  display: inline-block;
  padding-left: 1em;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1.2rem;
  }
}
.Notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.Notes--num {
  padding-left: 2em;
}
.Notes--num::before {
  content: attr(data-num);
}

.CntBox {
  background-color: var(--color-primary-light);
}
.CntBox__inner {
  padding: 2.5%;
}

.ContactInfo {
  background-color: var(--color-primary-light);
  position: relative;
}
.ContactInfo__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 100px) {
  .ContactInfo__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ContactInfo__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__inner {
    max-width: calc(100% - 35px);
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__inner {
    max-width: 85%;
  }
}
.ContactInfo__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 100px;
}
@media screen and (max-width: 100px) {
  .ContactInfo__column {
    column-gap: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ContactInfo__column {
    gap: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px 0;
  }
}
.ContactInfo__txt {
  font-size: 2rem;
}
@media screen and (max-width: 100px) {
  .ContactInfo__txt {
    font-size: 1.5384615385vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ContactInfo__txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__txt {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

/*!
component > tab
------------------------------
*/
.tab-group {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tab-group {
    flex-wrap: wrap;
  }
}
.tab-group li.tab {
  margin: 0 5px;
  padding: 0.75em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: black;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: white;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .tab-group li.tab {
    padding: 0.75em 1em;
    min-width: initial;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 100px) {
  .tab-group li.tab {
    font-size: 1.4rem;
  }
}
.tab-group li.tab.tab-active {
  background-color: #1e529e;
  transition: all 0.2s ease-out;
  color: white;
}

.panel {
  display: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.panel.panel-show {
  display: block;
}
.panel__inner {
  background-color: white;
}
/*!
component > modal
------------------------------
*/
.mv-modal {
  max-width: 740px !important;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .mv-modal {
    max-width: 90% !important;
  }
}
.mv-modal .iziModal-wrap {
  width: 740px !important;
  max-width: 740px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-wrap {
    width: 99% !important;
    max-width: 99% !important;
  }
}
.mv-modal .iziModal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 50px 35px 35px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content {
    padding: 45px 15px 15px !important;
  }
}
.mv-modal .iziModal-content .dammy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content .dammy {
    height: 240px;
  }
}
.mv-modal .iziModal-content video {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content video {
    height: 170px !important;
    border: 1px solid #ccc !important;
  }
}
.mv-modal .iziModal-content iframe {
  display: block;
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content iframe {
    height: 170px !important;
    border: 1px solid #ccc !important;
  }
}
.mv-modal .iziModal-content .close-btn {
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  right: 20px;
  color: black;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content .close-btn {
    top: 12px;
    right: 12px;
  }
}

/*!
global > scroll
------------------------------
*/
.scroll_bar {
  overflow-y: scroll;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .TableScroll {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
/*!
layout > header
------------------------------
*/
.Header {
  height: 100px;
  box-sizing: border-box;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .Header {
    height: 60px;
    padding: 0;
    background-color: transparent;
  }
}
.Header__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 100px) {
  .Header__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .Header__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .Header__inner {
    max-width: calc(100% - 35px);
  }
}
.Header__column {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 100px;
}
@media screen and (max-width: 767px) {
  .Header__column {
    gap: 0;
  }
}

.Logo {
  display: block;
  position: relative;
  z-index: 51;
}
.Logo__img {
  display: block;
  width: auto;
  height: 50px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .Logo__img {
    height: 35px;
  }
}

.HeaderMenu {
  height: 100%;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  z-index: 51;
  /*==ナビゲーション全体の設定*/
  /*ナビゲーションを横並びに*/
  /*hoverしたら表示*/
}
.HeaderMenu__inner {
  height: 100%;
}
.HeaderMenu__column {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.HeaderMenu nav {
  text-align: center;
  display: none;
}
.HeaderMenu .g-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .HeaderMenu .g-menu {
    display: none;
  }
}
.HeaderMenu .g-menu ul {
  display: block;
}
.HeaderMenu .g-menu ul li.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 15;
}
.HeaderMenu .g-menu li {
  position: relative;
}
.HeaderMenu .g-menu li a {
  min-height: 30px;
  padding: 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 100px) {
  .HeaderMenu .g-menu li a {
    font-size: 1.1538461538vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .HeaderMenu .g-menu li a {
    font-size: 1.4rem;
    padding: 0 0.5em;
  }
}
.HeaderMenu .g-menu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.HeaderMenu .g-menu li a span {
  position: relative;
  z-index: 5;
}
.HeaderMenu .g-menu li a:hover {
  color: var(--color-primary);
  opacity: 1;
}
.HeaderMenu .g-menu li a:hover::before {
  color: var(--color-primary);
}
.HeaderMenu .g-menu li a:hover::after {
  width: calc(100% - 15px);
}
.HeaderMenu .g-menu li:last-child a {
  border-right: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  top: 40px;
  z-index: 4;
  /*形状を指定*/
  background-color: white;
  width: 220px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  border: 1px solid #ccc;
  /*==3階層目*/
}
.HeaderMenu .g-menu li.menu-item-has-children ul li {
  border-right: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a {
  min-height: initial;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  color: black;
  line-height: 1.3;
  justify-content: flex-start;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a:hover, .HeaderMenu .g-menu li.menu-item-has-children ul li a:active {
  background-color: var(--color-primary);
  color: white;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a::after {
  display: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li:last-child a {
  border-bottom: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul ul {
  top: 0;
  left: 200px;
}
.HeaderMenu nav li.menu-item-has-children:hover > ul,
.HeaderMenu nav li.menu-item-has-children ul li:hover > ul,
.HeaderMenu nav li.menu-item-has-children:active > ul,
.HeaderMenu nav li.menu-item-has-children ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.HeaderPhone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.3;
}
.HeaderPhone__no {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-primary);
  gap: 0 0.25em;
}
@media screen and (max-width: 100px) {
  .HeaderPhone__no {
    font-size: 1.8461538462vw;
  }
}
.HeaderPhone__no i {
  font-size: 1.8rem;
}
@media screen and (max-width: 100px) {
  .HeaderPhone__no i {
    font-size: 1.3846153846vw;
  }
}
.HeaderPhone__reception {
  font-size: 1.3rem;
}
@media screen and (max-width: 100px) {
  .HeaderPhone__reception {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1200px) {
  header.is-fixed {
    box-shadow: 0 0 5px rgba(148, 148, 148, 0.35);
  }
}
@media screen and (max-width: 100px) {
  header.is-fixed {
    height: 80px;
  }
  header.is-fixed::before {
    top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header.is-fixed::before {
    top: 0;
    height: 100%;
  }
}
/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: var(--color-primary);
}
.Footer--lp {
  background-color: transparent;
}
.Footer__inner {
  padding: 0.5em 0;
}
.Footer .Copyright {
  display: block;
  font-size: 1rem;
  color: white;
}
.Footer .Copyright--lp {
  color: black;
}

.FooterNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .FooterNav {
    justify-content: center;
  }
}
.FooterNav li {
  line-height: 1.3;
}
@media screen and (max-width: 100px) {
  .FooterNav li {
    letter-spacing: -0.05em;
  }
}
.FooterNav li:last-child a {
  border-right: none;
}
.FooterNav li a {
  display: block;
  padding: 0 1em;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .FooterNav li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 100px) {
  .FooterNav li a {
    font-size: 1.1rem;
  }
}

#btm-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 50;
  display: none;
}
@media screen and (max-width: 767px) {
  #btm-btn {
    transform-origin: 100% 100%;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  #btm-btn ul {
    display: none;
  }
}
#btm-btn ul li a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #btm-btn ul li a.pagetop {
    transform-origin: 100% 100%;
    transform: scale(0.8);
  }
}
#btm-btn ul li a.pagetop img {
  display: block;
  width: 14px;
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}
#btm-btn ul li a.pagetop:hover {
  opacity: 1;
  transform: scale(1.2);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #btm-btn ul li a.pagetop:hover {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  #btm-btn ul li a.pagetop:hover {
    transform: scale(1);
  }
}

.SmpDisp {
  display: none;
}
@media screen and (max-width: 767px) {
  .SmpDisp {
    display: block;
  }
}

.smp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: flex;
  }
}

.side-btn {
  width: 200px;
  position: fixed;
  top: 35%;
  right: 0;
  transform: translateY(-65%);
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .side-btn {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 767px) {
  .side-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transform: translateY(0);
    z-index: 30;
    opacity: 0;
    visibility: hidden;
  }
}
.side-btn.show {
  opacity: 1;
  visibility: visible;
}
.side-btn.hide {
  opacity: 0;
  visibility: hidden;
}
.side-btn li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .side-btn li {
    width: 350px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .side-btn li {
    width: 50%;
    margin-bottom: 0;
  }
}
.side-btn li:last-child {
  margin-bottom: 0;
}
.side-btn li a {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  border-radius: 7px;
  line-height: 1.5;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .side-btn li a {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .side-btn li a {
    height: 70px;
    font-size: 1.4rem;
    border-radius: 0;
  }
}
.side-btn li a.phone {
  background-color: #1e529e;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .side-btn li a.phone {
    pointer-events: visible;
  }
}
.side-btn li a.phone i {
  margin-right: 10px;
}
.side-btn li a.form {
  background-color: #70ad47;
}
.side-btn li a.form span {
  position: relative;
}
.side-btn li a.form span::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 30px;
  height: 30px;
  background: url(assets/img/common/mail.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

/*!
layout > menu(smp)
------------------------------
*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 80%;
  height: 100vh;
  background-color: white;
  transition: all 0.3s;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #g-nav {
    width: 40%;
    max-width: 40%;
  }
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 80%;
  max-width: 80%;
  padding-bottom: 30px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #g-nav.panelactive #g-nav-list {
    width: 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #g-nav.panelactive #g-nav-list {
    width: 80%;
    max-width: 80%;
  }
}

#g-nav #dmenu,
#g-nav #menu-foot_navi {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #g-nav #dmenu,
  #g-nav #menu-foot_navi {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu,
  #g-nav #menu-foot_navi {
    width: calc(100% - 25px);
  }
}
#g-nav #dmenu li,
#g-nav #menu-foot_navi li {
  margin: 0;
  padding: 0;
  position: relative;
}
#g-nav #dmenu li a,
#g-nav #menu-foot_navi li a {
  display: block;
  padding: 0.5em 2em 0.5em 3em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu li a,
  #g-nav #menu-foot_navi li a {
    padding-left: 2em;
  }
}
#g-nav #dmenu li a::before,
#g-nav #menu-foot_navi li a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  display: inline-block;
  margin-right: 1em;
  width: 18px;
  height: 18px;
}
#g-nav #dmenu li a:hover,
#g-nav #menu-foot_navi li a:hover {
  text-decoration: none;
}
#g-nav #dmenu li.menu-item-has-children a,
#g-nav #menu-foot_navi li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi li.menu-item-has-children a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
}
#g-nav #dmenu .sub-menu,
#g-nav #menu-foot_navi .sub-menu {
  padding-top: 0;
  display: none;
}
#g-nav #dmenu .sub-menu li,
#g-nav #menu-foot_navi .sub-menu li {
  border-bottom: none;
}
#g-nav #dmenu .sub-menu li a,
#g-nav #menu-foot_navi .sub-menu li a {
  pointer-events: visible;
  padding: 0.5em 2em 0.5em 3em;
}
#g-nav #dmenu .sub-menu li a::after,
#g-nav #menu-foot_navi .sub-menu li a::after {
  content: "\f054";
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
}
#g-nav #dmenu .sub-menu-2,
#g-nav #menu-foot_navi .sub-menu-2 {
  margin-left: 3em;
  display: flex;
  flex-wrap: wrap;
}
#g-nav #dmenu .sub-menu-2 li a,
#g-nav #menu-foot_navi .sub-menu-2 li a {
  padding: 0 1em 0 0;
  font-size: 1.2rem;
}
#g-nav #dmenu .sub-menu-2 li a::after,
#g-nav #menu-foot_navi .sub-menu-2 li a::after {
  content: "/" !important;
  left: auto;
  right: 0.5em;
  font-family: initial;
}

#nav-toggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 10px;
  left: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-toggle {
    top: 12px;
    width: 60px;
    height: 60px;
  }
}
#nav-toggle > div {
  position: relative;
}
#nav-toggle span {
  width: 22px;
  height: 1.5px;
  left: 50%;
  display: block;
  background-color: var(--color-primary);
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
  top: 17px;
}
#nav-toggle span:nth-child(2) {
  top: 28px;
}
#nav-toggle span:nth-child(3) {
  top: 39px;
}
#nav-toggle .menu-ttl {
  font-size: 1.1rem;
  display: block;
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
}
#nav-toggle.active {
  background-color: transparent;
  border: none;
}
#nav-toggle.active::before {
  opacity: 0;
}
#nav-toggle.active::after {
  display: none;
}
#nav-toggle.active span {
  background-color: var(--color-primary);
}
#nav-toggle.active span:nth-child(1) {
  top: 20px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle.active span:nth-child(2) {
  top: 20px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#nav-toggle.active span:nth-child(3) {
  display: none;
}
#nav-toggle.active .menu-ttl {
  color: white;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

/*!
page > souzoku
------------------------------
*/
.PgSouzoku {
  width: 768px;
  max-width: 768px;
  background-color: white;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 25px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .PgSouzoku {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    padding: 0;
  }
}
.PgSouzoku .headImg {
  display: block;
}
.PgSouzoku .headImg img {
  display: block;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .headImg img {
    width: 120px;
  }
}
.PgSouzoku .Fv {
  background-color: #f2f9fd;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv {
    border-radius: 0;
  }
}
.PgSouzoku .Fv__inner {
  padding: 5%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv__inner {
    padding: 5% 2.5% 17.5%;
  }
}
.PgSouzoku .Fv .parts-1 {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv .parts-1 {
    bottom: -50px;
  }
}
.PgSouzoku .Fv__img {
  display: block;
  width: 42.5%;
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv__img {
    width: 65%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.PgSouzoku .Fv__mainCopy {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #007f89;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv__mainCopy {
    font-size: 1.7rem;
    letter-spacing: -0.025em;
  }
}
.PgSouzoku .Fv__mainCopy em {
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv__mainCopy em {
    font-size: 2.7rem;
  }
}
.PgSouzoku .Fv__mainCopy img {
  display: block;
  width: 100%;
}
.PgSouzoku .Fv__phoneInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #1e529e;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv__phoneInfo {
    font-size: 1.4rem;
  }
}
.PgSouzoku .Fv__phoneInfo .phoneNo {
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: bold;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv__phoneInfo .phoneNo {
    font-size: 2.1rem;
    pointer-events: visible;
  }
}
.PgSouzoku .Fv__checkList {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv__checkList {
    gap: 6px;
  }
}
.PgSouzoku .Fv__checkList li {
  width: calc(50% - 7px);
  max-width: calc(50% - 7px);
  display: flex;
  align-items: center;
  padding: 0.75em 0.5em;
  padding-left: 2.5em;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.6;
  background-color: white;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid #00a29a;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv__checkList li {
    width: calc(50% - 3px);
    max-width: calc(50% - 3px);
    padding: 0.5em;
    padding-left: 3em;
    font-size: 1.35rem;
    line-height: 1.3;
    letter-spacing: -0.025em;
  }
}
.PgSouzoku .Fv__checkList li i {
  position: absolute;
  top: 0.65em;
  left: 0.75em;
  font-size: 2.1rem;
  color: #00a29a;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv__checkList li i {
    font-size: 1.8rem;
  }
}
.PgSouzoku .Fv__results {
  display: flex;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .Fv__results {
    justify-content: center;
    position: relative;
    transform-origin: center 0;
    transform: scale(0.65);
  }
}
.PgSouzoku .Fv__results li {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffee80;
  border-radius: 50%;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
}
.PgSouzoku .Fv__results li .head {
  font-size: 1.4rem;
  line-height: 1.2;
}
.PgSouzoku .Fv__results li em {
  font-size: 2.7rem;
  font-weight: 700;
  color: #f3474f;
  letter-spacing: -0.05em;
}
.PgSouzoku .Fv__results li .caption {
  display: block;
  font-size: 1rem;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%) scale(0.85);
}
.PgSouzoku .lpBase {
  position: relative;
}
.PgSouzoku .lpBase__inner {
  padding: 0 5%;
}
.PgSouzoku .lpLead__list li {
  display: block;
  padding: 0.5em 0;
  padding-left: 2.5em;
  font-size: 2rem;
  border-bottom: 1px dashed #ccc;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpLead__list li {
    padding: 0.75em 0;
    padding-left: 2.5em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.PgSouzoku .lpLead__list li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #00a29a;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpLead__list li .icon {
    width: 28px;
    height: 28px;
  }
}
.PgSouzoku .lpLead__list li .icon i {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpLead__list li .icon i {
    font-size: 1.3rem;
  }
}
.PgSouzoku .lpPoint {
  counter-reset: num;
}
.PgSouzoku .lpPoint__column {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
.PgSouzoku .lpPoint-Detail {
  background-color: #f6f6f6;
  border-radius: 15px;
  position: relative;
}
.PgSouzoku .lpPoint-Detail::before {
  counter-increment: num;
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: white;
  border: 10px solid #f6f6f6;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4.2rem;
  color: black;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint-Detail::before {
    width: 60px;
    height: 60px;
    font-size: 3.5rem;
  }
}
.PgSouzoku .lpPoint-Detail__inner {
  padding: 70px 50px 50px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint-Detail__inner {
    padding: 50px 25px 25px;
  }
}
.PgSouzoku .lpPoint-Detail__label {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding-left: 80px;
  padding-bottom: 0.25em;
  font-size: 3rem;
  line-height: 1.4;
  border-bottom: 1px solid black;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint-Detail__label {
    min-height: initial;
    flex-direction: column;
    justify-content: center;
    font-size: 2.2rem;
    padding-left: 0;
  }
}
.PgSouzoku .lpPoint-Detail__label img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint-Detail__label img {
    top: auto;
    left: auto;
    position: relative;
    margin: 0 auto 15px;
  }
}
.PgSouzoku .lpPoint .flowImg__column {
  display: flex;
}
.PgSouzoku .lpPoint .Flow__label {
  padding: 0.15em 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0777be;
  color: white;
  border-radius: 50px;
}
.PgSouzoku .lpPoint .Flow__inner {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint .Flow__inner {
    padding-right: 0;
  }
}
.PgSouzoku .lpPoint .Flow__column {
  display: flex;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint .Flow__column {
    gap: 0 10px;
  }
}
.PgSouzoku .lpPoint .Flow-Detail {
  width: 33.3333333333%;
  background-color: #e7ebf7;
  position: relative;
  text-align: center;
}
.PgSouzoku .lpPoint .Flow-Detail--1::before {
  display: none;
}
.PgSouzoku .lpPoint .Flow-Detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 15px solid #f6f6f6;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint .Flow-Detail::before {
    border-left-width: 7px;
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
}
.PgSouzoku .lpPoint .Flow-Detail::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid #e7ebf7;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint .Flow-Detail::after {
    right: -7px;
    border-left-width: 7px;
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
}
.PgSouzoku .lpPoint .Flow-Detail__column {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint .Flow-Detail__column {
    height: 50px;
    padding-left: 1em;
    gap: 0 0.15em;
  }
}
.PgSouzoku .lpPoint .Flow-Detail .label {
  font-size: 1.6rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint .Flow-Detail .label {
    font-size: 1.1rem;
    letter-spacing: -0.05em;
  }
}
.PgSouzoku .lpPoint .Flow-Detail .icon {
  display: block;
  width: 32px;
  position: absolute;
  top: -20px;
  left: 55%;
  transform: translateX(-45%);
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpPoint .Flow-Detail .icon {
    width: 20px;
    top: -15px;
  }
}
.PgSouzoku .lpTodayFlow__column {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpTodayFlow__column {
    gap: 24px 0;
  }
}
.PgSouzoku .lpTodayFlow-Detail {
  position: relative;
}
.PgSouzoku .lpTodayFlow-Detail::before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: calc(100% - 35px);
  background-color: #f2f9fd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpTodayFlow-Detail::before {
    height: calc(100% - 15px);
  }
}
.PgSouzoku .lpTodayFlow-Detail__inner {
  position: relative;
  z-index: 10;
}
.PgSouzoku .lpTodayFlow-Detail__column {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
.PgSouzoku .lpTodayFlow-Detail__img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f0f0f0;
  overflow: hidden;
  border: 7px solid #ddeffa;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpTodayFlow-Detail__img {
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
}
.PgSouzoku .lpTodayFlow-Detail__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PgSouzoku .lpTodayFlow-Detail__block {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpTodayFlow-Detail__block {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.PgSouzoku .lpTodayFlow-Detail .num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: normal;
}
.PgSouzoku .lpTodayFlow-Detail .arrow {
  display: block;
  height: 36px;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpTodayFlow-Detail .arrow {
    height: 24px;
    bottom: -24px;
  }
}
.PgSouzoku .lpService__column {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService__column {
    gap: 50px 0;
  }
}
.PgSouzoku .lpService .lpService-Detail {
  position: relative;
  overflow: visible;
  counter-reset: num;
}
.PgSouzoku .lpService .lpService-Detail::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fcf4de;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail::before {
    height: calc(100% - 20px);
  }
}
.PgSouzoku .lpService .lpService-Detail--2::before {
  background-color: #fbefe6;
}
.PgSouzoku .lpService .lpService-Detail--3::before {
  background-color: #ecf0f7;
}
.PgSouzoku .lpService .lpService-Detail--4::before {
  background-color: #edf5e8;
}
.PgSouzoku .lpService .lpService-Detail__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  padding: 0.35em 0.5em;
  color: white;
  font-size: 3.2rem;
  position: relative;
  z-index: 15;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail__label {
    font-size: 1.9rem;
  }
}
.PgSouzoku .lpService .lpService-Detail__label--1 {
  background-color: #ffc000;
}
.PgSouzoku .lpService .lpService-Detail__label--2 {
  background-color: #ed7d31;
}
.PgSouzoku .lpService .lpService-Detail__label--3 {
  background-color: #1e529e;
}
.PgSouzoku .lpService .lpService-Detail__label--4 {
  background-color: #70ad47;
}
.PgSouzoku .lpService .lpService-Detail__inner {
  padding: 35px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail__inner {
    padding: 20px;
  }
}
.PgSouzoku .lpService .lpService-Detail .falImg {
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 15;
}
.PgSouzoku .lpService .lpService-Detail .falImg .fal-1 {
  display: block;
  width: 100px;
  position: relative;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .falImg .fal-1 {
    width: 60px;
    right: 25px;
  }
}
.PgSouzoku .lpService .lpService-Detail .falImg .fal-2 {
  display: block;
  width: 150px;
  position: relative;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .falImg .fal-2 {
    width: 90px;
    right: 0px;
  }
}
.PgSouzoku .lpService .lpService-Detail .falImg .fal-3 {
  display: block;
  width: 140px;
  position: relative;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .falImg .fal-3 {
    width: 90px;
    right: 10px;
  }
}
.PgSouzoku .lpService .lpService-Detail .falImg .fal-6 {
  display: block;
  width: 140px;
  position: relative;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .falImg .fal-6 {
    width: 90px;
    right: 15px;
  }
}
.PgSouzoku .lpService .lpService-Detail .fl {
  padding: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: white;
  box-sizing: border-box;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .fl {
    padding: 20px;
    flex-direction: column;
    justify-content: center;
  }
}
.PgSouzoku .lpService .lpService-Detail .fl--1 {
  border: 2px solid #ffc000;
}
.PgSouzoku .lpService .lpService-Detail .fl--2 {
  border: 2px solid #ed7d31;
}
.PgSouzoku .lpService .lpService-Detail .fl--3 {
  border: 2px solid #1e529e;
}
.PgSouzoku .lpService .lpService-Detail .fl--4 {
  border: 2px solid #70ad47;
}
.PgSouzoku .lpService .lpService-Detail .fl p {
  margin: 0;
  display: block;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .fl p {
    font-size: 1.5rem;
  }
}
.PgSouzoku .lpService .lpService-Detail .fl figure {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .fl figure {
    width: auto;
  }
}
.PgSouzoku .lpService .lpService-Detail .fl figure img {
  display: block;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .fl figure img {
    width: 80px;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
}
.PgSouzoku .lpService .lpService-Detail .fl figure img.fal-1 {
  width: 100px;
}
.PgSouzoku .lpService .lpService-Detail .fl figure img.fal-2 {
  width: 140px;
  right: -80px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .fl figure img.fal-2 {
    right: auto;
  }
}
.PgSouzoku .lpService .lpService-Detail .fl figure img.fal-3 {
  width: 120px;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .fl figure img.fal-3 {
    right: auto;
  }
}
.PgSouzoku .lpService .lpService-Detail .fl figure img.fal-6 {
  width: 120px;
  right: 0;
}
.PgSouzoku .lpService .lpService-Detail .lp8-op {
  padding: 25px;
  border-radius: 15px;
  border: 2px solid #ed7d31;
  position: relative;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .lp8-op {
    margin-top: 30px;
  }
}
.PgSouzoku .lpService .lpService-Detail .lp8-op h2 {
  display: table;
  margin: 0 auto;
  margin-top: -50px;
  padding: 0.25em 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ed7d31;
  background-color: #fbefe6;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .lp8-op h2 {
    font-size: 1.8rem;
    margin-top: -40px;
  }
}
.PgSouzoku .lpService .lpService-Detail .lp8-op h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #ed7d31;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .lp8-op h3 {
    font-size: 1.6rem;
  }
}
.PgSouzoku .lpService .lpService-Detail .lp8-op p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .lp8-op p {
    font-size: 1.4rem;
  }
}
.PgSouzoku .lpService .lpService-Detail .example {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpService .lpService-Detail .example {
    font-size: 1.3rem;
  }
}
.PgSouzoku .lpVoice {
  width: 90%;
  background-color: #fff7b4;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpVoice {
    border-radius: 0;
  }
}
.PgSouzoku .lpVoice__column {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}
.PgSouzoku .lpVoice-Detail {
  width: 100%;
  border-radius: 15px;
  background-color: white;
  position: relative;
  box-sizing: border-box;
}
.PgSouzoku .lpVoice-Detail__inner {
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpVoice-Detail__inner {
    padding: 20px;
  }
}
.PgSouzoku .lpVoice-Detail__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  font-size: 2.5rem;
  background-color: #70ad47;
  color: white;
  border-radius: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpVoice-Detail__label {
    font-size: 1.7rem;
  }
}
.PgSouzoku .lpVoice .fl {
  display: flex;
  align-items: flex-start;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpVoice .fl {
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
  }
}
.PgSouzoku .lpVoice figure {
  display: block;
  min-width: 100px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpVoice figure {
    width: 60px;
  }
}
.PgSouzoku .lpVoice figure img {
  display: block;
  width: 100%;
}
.PgSouzoku .lpVoice .t-blk {
  width: 100%;
  padding: 0;
}
.PgSouzoku .lpVoice .t-blk p {
  line-height: 1.8;
}
.PgSouzoku .lpLastMes__img {
  display: block;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .lpLastMes__img {
    width: 45%;
    margin: 0 auto !important;
  }
}
.PgSouzoku .lpLastMes__img img {
  display: block;
  width: 100%;
}
.PgSouzoku .tel-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  min-width: 480px;
  height: 100px;
  background-color: #70ad47;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 2.1rem;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
  z-index: 15;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .tel-btn {
    width: 289px;
    min-width: 290px;
    height: 70px;
    font-size: 1.2rem;
    pointer-events: visible;
    overflow: hidden;
    padding-left: 2em;
  }
}
.PgSouzoku .tel-btn::before {
  content: "▼";
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #70ad47;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  font-size: 1.8rem;
  border-radius: 50%;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .tel-btn::before {
    width: 27px;
    height: 27px;
    left: 30px;
    font-size: 1.4rem;
  }
}
.PgSouzoku .tel-btn .phone-no {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .tel-btn .phone-no {
    font-size: 1.8rem;
  }
}
.PgSouzoku .tel-btn .phone-no i {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .tel-btn .phone-no i {
    margin-right: 5px;
  }
}
.PgSouzoku .tel-btn img {
  display: block;
  height: 70px;
  position: absolute;
  bottom: -1px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .tel-btn img {
    height: 50px;
    right: 10px;
  }
}
.PgSouzoku .tel-btn-green {
  background-color: #70ad47;
}
@media screen and (max-width: 767px) {
  .PgSouzoku .tel-btn-green {
    padding-right: 40px;
  }
}
.PgSouzoku .tel-btn-green::before {
  color: #70ad47;
}

/*!
page > form
------------------------------
*/
.formCnt .thanks-mes {
  margin: 50px auto 0;
  text-align: center;
}
.formCnt .thanks-mes p {
  display: block;
}
.formCnt .thanks-mes p:nth-of-type(2) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .formCnt .thanks-mes p:nth-of-type(2) {
    margin-bottom: 50px;
  }
}
.formCnt .thanks-mes .btn {
  margin: 50px auto 0;
  padding: 1em 2.5em;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 50px;
  background-color: white;
  border: 1px solid black;
  color: black;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .formCnt .thanks-mes .btn {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0.75em 2em;
    font-size: 1.5rem;
  }
}
.formCnt .formbox {
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox {
    margin-top: 30px;
    border-radius: 12px;
  }
}
.formCnt .formbox--lp table th, .formCnt .formbox--lp table td {
  display: block;
}
.formCnt .formbox--lp table td {
  padding-top: 0.5em !important;
}
.formCnt .formbox .mes {
  margin: 0;
  font-weight: 700;
  color: #f3474f;
}
.formCnt .formbox .require,
.formCnt .formbox .optional {
  display: inline-block;
  margin-left: 1em;
  padding: 0.35em 0.5em 0.5em;
  background-color: #f3474f;
  color: white;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  border-radius: 5px;
  vertical-align: 0.5em;
}
.formCnt .formbox .optional {
  background-color: #ccc;
}
.formCnt .formbox table th,
.formCnt .formbox table td {
  padding: 1.5em 0;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table th,
  .formCnt .formbox table td {
    display: block;
  }
}
.formCnt .formbox table th {
  font-weight: 300;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table th {
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td {
    padding-top: 0.5em;
  }
}
.formCnt .formbox table td .row {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin-bottom: 1em;
  overflow: hidden;
}
.formCnt .formbox table td .row--date {
  display: flex;
  align-items: center;
  flex-wrap: initial;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td .row--date {
    flex-wrap: wrap;
  }
}
.formCnt .formbox table td .row--date .label {
  display: block;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td .row--date .label {
    width: 100%;
  }
}
.formCnt .formbox table td .row-zokugara {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.formCnt .formbox table td .row-zokugara .mwform-radio-field {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td .row-zokugara .mwform-radio-field {
    margin-right: 1em;
  }
}
.formCnt .formbox table td .row-zokugara input[name="続柄 その他"] {
  width: 280px;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td .row-zokugara input[name="続柄 その他"] {
    width: 100%;
    max-width: 100%;
  }
}
.formCnt .formbox table td .row-kakunin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1em;
}
.formCnt .formbox table td .row-kakunin input[name="続柄 その他"] {
  width: 280px;
  max-width: 280px;
}
.formCnt .formbox table td .row-soudan {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.formCnt .formbox table td .row-points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1em;
}
.formCnt .formbox table td .row .unit {
  margin: 0 0.5em;
}
.formCnt .formbox table td .row:nth-last-of-type(1) {
  margin-bottom: 0;
}
.formCnt .formbox table td .col {
  margin: 0 0.5em;
}
.formCnt .formbox table td .photo-up {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.formCnt .formbox table td .photo-up .photo {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
}
.formCnt .formbox table td .photo-up .photo .caption {
  display: block;
  margin-bottom: 0.5em;
}
.formCnt .formbox table td .note-info {
  margin-top: 10px;
}
.formCnt .formbox table td .note-info li {
  padding-left: 1.25em;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
}
.formCnt .formbox table td .note-info li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.formCnt .formbox table td input[type=text],
.formCnt .formbox table td input[type=email],
.formCnt .formbox table td select,
.formCnt .formbox table td textarea {
  width: 100%;
  max-width: 100%;
  height: 50px;
  max-height: 50px;
  font-size: 1.6rem;
  padding: 0.75em;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: white;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td input[type=text],
  .formCnt .formbox table td input[type=email],
  .formCnt .formbox table td select,
  .formCnt .formbox table td textarea {
    height: 40px;
    max-height: 40px;
    padding: 0.5em 0.25em;
    font-size: 1.4rem;
  }
}
.formCnt .formbox table td input[type=text]::placeholder,
.formCnt .formbox table td input[type=email]::placeholder,
.formCnt .formbox table td select::placeholder,
.formCnt .formbox table td textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td input[type=text]::placeholder,
  .formCnt .formbox table td input[type=email]::placeholder,
  .formCnt .formbox table td select::placeholder,
  .formCnt .formbox table td textarea::placeholder {
    font-size: 1.3rem;
  }
}
.formCnt .formbox table td input[type=text]:nth-last-of-type(1),
.formCnt .formbox table td input[type=email]:nth-last-of-type(1),
.formCnt .formbox table td select:nth-last-of-type(1),
.formCnt .formbox table td textarea:nth-last-of-type(1) {
  margin-bottom: 0;
}
.formCnt .formbox table td input[type=text]:disabled,
.formCnt .formbox table td input[type=email]:disabled,
.formCnt .formbox table td select:disabled,
.formCnt .formbox table td textarea:disabled {
  background-color: #f1f1f1;
}
.formCnt .formbox table td input[type=radio],
.formCnt .formbox table td input[type=checkbox] {
  min-width: 20px;
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.formCnt .formbox table td select {
  width: auto;
  font-size: 100%;
}
.formCnt .formbox table td textarea {
  width: 100%;
  max-width: 100%;
  font-family: sans-serif;
  height: auto;
  max-height: initial;
}
.formCnt .formbox table td input:invalid {
  background: #f3eaf3;
}
.formCnt .formbox table td input[name=氏名（姓）],
.formCnt .formbox table td input[name=氏名（名）],
.formCnt .formbox table td input[name=フリガナ（姓）],
.formCnt .formbox table td input[name=フリガナ（名）],
.formCnt .formbox table td input[name=確認コード] {
  width: 40%;
  max-width: 40%;
  margin-right: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td input[name=氏名（姓）],
  .formCnt .formbox table td input[name=氏名（名）],
  .formCnt .formbox table td input[name=フリガナ（姓）],
  .formCnt .formbox table td input[name=フリガナ（名）],
  .formCnt .formbox table td input[name=確認コード] {
    width: 47.5%;
    max-width: 47.5%;
    margin-right: 10px;
  }
}
.formCnt .formbox table td input[name=氏名（名）],
.formCnt .formbox table td input[name=フリガナ（名）] {
  margin-right: 0;
}
.formCnt .formbox table td input[name=郵便番号] {
  width: 15rem;
  max-width: 15rem;
  height: 50px;
  max-height: 50px;
  font-size: 1.6rem;
  padding: 0.75em;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border: none;
  background-color: #f4f4f4;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td input[name=郵便番号] {
    height: 40px;
    max-height: 40px;
    padding: 0.5em 0.25em;
    font-size: 1.4rem;
  }
}
.formCnt .formbox table td input.dateselect {
  width: 30%;
  max-width: 30%;
  background: url(assets/img/icon/date.svg) no-repeat calc(100% - 15px) center;
  background-size: 20px auto;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td input.dateselect {
    width: 50%;
    max-width: 50%;
  }
}
.formCnt .formbox table td input[name="続柄 その他"] {
  width: 30%;
  max-width: 30%;
}
.formCnt .formbox table td input[type=email] {
  width: 100%;
  max-width: 100%;
}
.formCnt .formbox table td .blk1-op,
.formCnt .formbox table td .blk2-op,
.formCnt .formbox table td .blk3-op,
.formCnt .formbox table td .blk4-op,
.formCnt .formbox table td .blk5-op,
.formCnt .formbox table td .blk6-op,
.formCnt .formbox table td .blk7-op {
  display: none;
}
.formCnt .formbox table td .mwform-tel-field input,
.formCnt .formbox table td .mwform-zip-field input {
  width: auto;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td .mwform-tel-field input,
  .formCnt .formbox table td .mwform-zip-field input {
    width: calc(33.3333333333% - 1em);
    max-width: calc(33.3333333333% - 1em);
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td .mwform-checkbox-field {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.formCnt .formbox table td .mwform-checkbox-field label {
  display: flex;
}
.formCnt .formbox table td .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.formCnt .formbox table td .mwform-radio-field {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td .mwform-radio-field {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formbox table td .mwform-radio-field:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.formCnt .formbox table td .mwform-radio-field .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.formCnt .formbox table td .mwform-radio-field .mwform-radio-field-text::before,
.formCnt .formbox table td .mwform-radio-field .mwform-radio-field-text::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.formCnt .formbox table td .mwform-radio-field .mwform-radio-field-text::before {
  border: 1px solid black;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.formCnt .formbox table td .mwform-radio-field .mwform-radio-field-text::after {
  background-color: #1e529e;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 8px;
}
.formCnt .formbox table td .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.formCnt .formbox table td .mwform-radio-field input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.formCnt .formbox table td .error {
  color: #f3474f !important;
}
.formCnt .privacy_wrap .mwform-checkbox-field {
  display: block;
  overflow: hidden;
  padding-bottom: 1em;
}
.formCnt .privacy_wrap .mwform-checkbox-field label {
  overflow: hidden;
}
.formCnt .privacy_wrap .mwform-checkbox-field input[type=radio],
.formCnt .privacy_wrap .mwform-checkbox-field input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.formCnt .pr-check {
  margin-top: 30px;
  overflow: hidden;
}
.formCnt .pr-check .mwform-checkbox-field {
  text-align: center;
}
.formCnt .privacy_wrap {
  margin: 70px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .formCnt .privacy_wrap {
    max-width: 100%;
  }
}
.formCnt .privacy_wrap .inp_mes {
  font-weight: bold;
}
.formCnt .privacy_wrap .privacy {
  width: auto;
  height: 140px;
  margin: 10px auto 0;
  padding: 2.5em;
  border: 1px solid black;
  font-size: 1.3rem;
  text-align: left;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .formCnt .privacy_wrap .privacy {
    padding: 1.5rem;
    font-size: 1.1rem;
  }
}
.formCnt .privacy_wrap .privacy h1 {
  background-color: transparent;
  margin-bottom: 15px;
  padding: 0 0 0.5em;
  color: black;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
}
.formCnt .privacy_wrap .privacy h1::before, .formCnt .privacy_wrap .privacy h1::after {
  display: none;
}
.formCnt .privacy_wrap .privacy h2 {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.4rem;
  background-color: transparent;
  border-bottom: none;
}
.formCnt .privacy_wrap .privacy h2::before, .formCnt .privacy_wrap .privacy h2::after {
  display: none;
}
.formCnt .privacy_wrap .privacy h3,
.formCnt .privacy_wrap .privacy h4 {
  font-weight: bold;
}
.formCnt .privacy_wrap .privacy p {
  margin: 0 0 15px;
  line-height: 1.5;
}
.formCnt .privacy_wrap .privacy p strong {
  font-weight: bold;
}
.formCnt .privacy_wrap .privacy ul {
  margin: 0 0 15px;
}
.formCnt .btnarea {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .formCnt .btnarea {
    margin-top: 30px;
  }
}
.formCnt .btnarea input {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1em 2.5em;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .formCnt .btnarea input {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0.75em 2em;
    font-size: 1.5rem;
  }
}
.formCnt .btnarea input.send_btn, .formCnt .btnarea input.send_btn2 {
  background-color: #1e529e;
  color: white;
}
.formCnt .btnarea input.send_btn:disabled, .formCnt .btnarea input.send_btn2:disabled {
  opacity: 0.5 !important;
  border: 1px solid #ccc;
}
.formCnt .btnarea input.upd_btn {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.formCnt .mw_wp_form_input .inp-mes--small {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .formCnt .mw_wp_form_input .inp-mes--small {
    font-size: 1.4rem;
  }
}
.formCnt .mw_wp_form_input .conf-mes {
  display: none;
}
.formCnt .mw_wp_form_input .btnarea input.send_btn2 {
  display: none;
  background-color: #ed7d31;
  color: white;
}
.formCnt .mw_wp_form_confirm .inp-mes {
  display: none;
}
.formCnt .mw_wp_form_confirm .conf-mes {
  display: block;
}
.formCnt .mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .privacy {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .conf_mes {
  display: block;
}
.formCnt .mw_wp_form_confirm .formbox table td .row {
  margin-top: 0;
}
.formCnt .mw_wp_form_confirm .formbox table td .blk1-op,
.formCnt .mw_wp_form_confirm .formbox table td .blk2-op,
.formCnt .mw_wp_form_confirm .formbox table td .blk3-op,
.formCnt .mw_wp_form_confirm .formbox table td .blk4-op,
.formCnt .mw_wp_form_confirm .formbox table td .blk5-op,
.formCnt .mw_wp_form_confirm .formbox table td .blk6-op,
.formCnt .mw_wp_form_confirm .formbox table td .blk7-op {
  display: block !important;
}
.formCnt .mw_wp_form_complete .lead-copy {
  display: none;
}

.ContactForm {
  position: relative;
}
.ContactForm__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  padding: 5%;
  z-index: 10;
  background-color: white;
  box-shadow: 12px 12px 0px rgba(30, 82, 158, 0.07);
  border-radius: 20px;
  border: 1.5px solid #1e529e;
}
@media screen and (max-width: 100px) {
  .ContactForm__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ContactForm__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner {
    max-width: calc(100% - 35px);
  }
}
.ContactForm .chara {
  display: block;
  width: 260px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ContactForm .chara {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm .chara {
    width: 160px;
  }
}
.ContactForm .chara img {
  display: block;
  width: 100%;
}

.under-contact {
  margin-top: 50px;
}
.error-pink input[type=text],
.error-pink input[type=email],
.error-pink input[type=tel],
.error-pink input[type=url],
.error-pink select,
.error-pink textarea {
  background: #f3eaf3 !important;
}

/*# sourceMappingURL=style.css.map */
