@charset "UTF-8";
/*
Theme Name: h-hiroshima
Theme URI:
Description: h-hiroshima
Version: 1.0
Author: 
Author URI: 
*/
/*
Theme Name: lp01
Theme URI:
Description: lp01
Version: 1.0
Author: W-ONE
Author URI: http://www.wakasaone.com
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #efdc7e;
  --color-primary-light: #F2F2F2;
  --color-bg-primary-light: rgba(199, 162, 108, 0.05);
  --color-link: #323232;
}

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

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Inter","Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
      "Yu Gothic", "Meiryo", sans-serif;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > scroll
------------------------------
*/
.scroll_bar {
  background-color: white;
  overflow-y: scroll;
  height: 150px;
}

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

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

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}

/*!
global > effects
------------------------------
*/
.pagenavi .nav a, .ContactForm__inner .BtnArea input, #nav-toggle, .Header, .Header::before, .Header__menu, .Header__menu .g-menu li a::after, .Logo, .pg-nav li a, .pg-nav li a .triangle, .more-btn::after {
  -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: clamp(1.4rem, 1.2vw, 100rem);
  font-weight: 400;
  line-height: 2;
  background-color: white;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  word-wrap: break-word;
  color: #0086d1;
  text-decoration: none;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  a.anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.br-pc {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .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: 1024px) {
  .br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block !important;
  }
}

.br-tb {
  display: none;
}

/*!
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-mt35 {
  margin-top: 35px !important;
}

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

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

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

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

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

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

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

.u-ml0 {
  margin-left: 0px !important;
}

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

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

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

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .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: 1024px) {
  .u-mlr25 {
    margin-left: 1.9230769231vw !important;
    margin-right: 1.9230769231vw !important;
  }
}

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

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

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

.u-ptb70 {
  padding: 70px 0 !important;
}

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

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

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

.u-pt50 {
  padding-top: 50px !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-pr50 {
  padding-right: 50px !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-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-mt70 {
    margin-top: 70px !important;
  }
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-sp-ptb35 {
    padding: 35px 0 !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-pt100 {
    padding-top: 100px !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;
  }
}

.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-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

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

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

.u-w100 {
  width: 100% !important;
  max-width: 100% !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-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-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-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

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

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

/*!
component > title
------------------------------
*/
.c-title-level1 {
  display: table;
  margin: 0 auto;
  padding-bottom: 0.5em;
  font-size: 4.8rem;
  position: relative;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title-level1 {
    font-size: 3.2rem;
  }
}
.c-title-level1 .icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.15em;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .c-title-level1 .icon {
    width: 40px;
    height: 40px;
  }
}
.c-title-level1 .en {
  display: table;
  margin: 10px auto 0;
  font-size: 1.5rem;
}
.c-title-level1::before {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: var(--color-primary-light);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-title-level1::before {
    width: 100px;
    right: -120px;
  }
}
.c-title-level1::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-title-level1::after {
    height: 7px;
    width: 40px;
    right: -60px;
  }
}

.c-title-level2 {
  display: table;
  margin: 0 auto;
  font-size: clamp(2.8rem, 2.8vw, 100rem);
  font-weight: 800;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title-level2 {
    font-size: 2.4rem;
  }
}
.c-title-level2--news {
  margin: 0 !important;
  text-align: left;
}
.c-title-level2--2 {
  font-size: 3.2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-title-level2--2 {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: left;
  }
}
.c-title-level2--small {
  font-size: clamp(2.5rem, 2.5vw, 100rem);
}

.c-title-level3 {
  padding-left: 1.5em;
  padding-bottom: 0.75em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title-level3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title-level3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 100px) {
  .c-title-level3 {
    font-size: 1.5rem;
  }
}
.c-title-level3::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 10;
}
.c-title-level3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #323232;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*!
component > btn
------------------------------
*/
.ContactBtn {
  margin-left: 25px;
  padding: 0.15em 1em;
  background-color: var(--color-primary);
  color: #323232;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1vw, 100rem);
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactBtn {
    font-size: 1rem;
  }
}

.SpContactBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: var(--color-primary);
  top: 10px;
  right: 10px;
  border-radius: 4px;
  display: none;
  text-decoration: none;
  border: 1.5px solid #323232;
}
@media screen and (max-width: 767px) {
  .SpContactBtn {
    display: flex;
  }
}
.SpContactBtn img {
  display: block;
  width: 18px;
  margin-bottom: 0.15em;
}
.SpContactBtn span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  transform: scale(0.8);
  color: #323232;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.more-btn {
  display: table;
  margin: 50px auto 0;
  padding: 0 2.5em 0.5em;
  position: relative;
  border-bottom: 2px solid #eeeeee;
  color: #323232;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .more-btn {
    padding: 0 2em 0.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .more-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 100px) {
  .more-btn {
    padding: 0 2em 0.5em;
    font-size: 1.5rem;
  }
}
.more-btn:hover::after {
  width: 120px;
}
.more-btn::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #323232;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-1 {
  display: inline-flex;
  padding: 0.25em 0.75em;
  background-color: white;
  border: 1px solid #323232;
  text-decoration: none;
  font-size: 1.5rem;
  color: #323232;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .btn-1 {
    padding: 0.25em 0.75em;
    font-size: 1.3rem;
  }
}

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

/*!
component > parts
------------------------------
*/
.aioseo-breadcrumbs {
  position: absolute;
  top: 115px;
  right: 50px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    top: 135px;
    right: 15px;
  }
}

.annotation {
  display: table;
  padding-left: 1em;
  font-size: clamp(1.3rem, 1.1vw, 100rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .annotation {
    font-size: 1.1rem;
  }
}
.annotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.pg-nav {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pg-nav {
    margin-top: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pg-nav {
    padding: 0 3.5%;
  }
}
@media screen and (max-width: 100px) {
  .pg-nav {
    padding: 0 5%;
  }
}
.pg-nav li {
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .pg-nav li {
    margin: 15px 0 0;
    width: calc(50% - 7.5px);
  }
}
.pg-nav li a {
  display: block;
  padding: 0.5em 1.5em;
  background-color: var(--color-primary-light);
  color: var(--color-link);
  font-size: 2.2rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pg-nav li a {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .pg-nav li a {
    padding: 0.5em 0;
    font-size: 1.6rem;
    text-align: center;
  }
}
.pg-nav li a:hover {
  background-color: var(--color-primary);
  color: white;
}
.pg-nav li a:hover .triangle {
  opacity: 1;
  bottom: -10px;
  background: var(--color-primary);
}
.pg-nav li a .triangle {
  background: var(--color-primary-light);
  height: 10.3923048454px;
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.list-annotation {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .list-annotation {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .list-annotation {
    font-size: 1.1rem;
  }
}
.list-annotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.list-annotation + .list-annotation {
  margin-top: 0.5em;
}

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

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

.l-container {
  max-width: var(--width-content);
}

/*!
layout > header
------------------------------
*/
.Header {
  width: 100%;
  max-width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.5%;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 30;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .Header {
    height: 70px;
    justify-content: center;
  }
}
.Header::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 4px rgba(81, 106, 118, 0.15);
  opacity: 0;
}
.Header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 0;
  box-sizing: border-box;
  background-color: white;
  padding: 0 1em;
  transform-origin: 100% 50%;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 2px 4px rgba(81, 106, 118, 0.15);
  /*==ナビゲーション全体の設定*/
  /*ナビゲーションを横並びに*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header__menu {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .Header__menu {
    display: none;
  }
}
.Header__menu nav {
  text-align: center;
}
.Header__menu .g-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .Header__menu .g-menu {
    display: none;
  }
}
.Header__menu .g-menu ul {
  display: block;
}
.Header__menu .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;
}
.Header__menu .g-menu li {
  position: relative;
}
.Header__menu .g-menu li a {
  padding: 0.25em 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #323232;
  font-size: clamp(1.2rem, 1vw, 100rem);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header__menu .g-menu li a {
    padding: 0.25em 0.35em;
    font-size: 1rem;
  }
}
.Header__menu .g-menu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #323232;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.Header__menu .g-menu li a span {
  position: relative;
  z-index: 5;
}
.Header__menu .g-menu li a:hover {
  opacity: 1;
}
.Header__menu .g-menu li a:hover::after {
  width: 60px;
}
.Header__menu .g-menu li.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 23px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  transform: rotate(135deg);
}
.Header__menu .g-menu li.menu-item-has-children ul {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 4;
  background: #20689c;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  /*==3階層目*/
}
.Header__menu .g-menu li.menu-item-has-children ul li a {
  padding: 0.5em 1.5em;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
}
.Header__menu .g-menu li.menu-item-has-children ul li a:hover, .Header__menu .g-menu li.menu-item-has-children ul li a:active {
  background-color: #005786;
}
.Header__menu .g-menu li.menu-item-has-children ul li a::after {
  display: none;
}
.Header__menu .g-menu li.menu-item-has-children ul li:last-child a {
  border-bottom: none;
}
.Header__menu .g-menu li.menu-item-has-children ul ul {
  top: 0;
  left: 200px;
}
.Header__menu nav li.menu-item-has-children:hover > ul,
.Header__menu nav li.menu-item-has-children ul li:hover > ul,
.Header__menu nav li.menu-item-has-children:active > ul,
.Header__menu nav li.menu-item-has-children ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
#front .Header__menu .g-menu li .sub-menu li:first-child {
  display: block;
}
@media screen and (max-width: 767px) {
  #under-pg .Header::before {
    height: 100%;
    opacity: 1;
  }
}

.Logo {
  z-index: 10;
  transform-origin: 0 50%;
}
.Logo__mark {
  display: block;
  width: 320px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Logo__mark {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .Logo__mark {
    width: 220px;
  }
}

@media screen and (min-width: 1300px) {
  .Header.is-fixed {
    height: 60px;
  }
  .Header.is-fixed .Logo {
    transform: scale(0.8);
  }
  .Header.is-fixed .Header__menu {
    width: 100%;
    max-width: 100%;
    top: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header.is-fixed {
    height: 45px;
  }
  .Header.is-fixed .Logo {
    transform: scale(0.8);
  }
  .Header.is-fixed .Header__menu {
    width: 100%;
    max-width: 100%;
    top: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .Header.is-fixed::before {
    height: 100%;
    opacity: 1;
  }
}
/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 100;
}
.Footer__inner {
  padding: 35px 0;
}
.Footer__inner .Copyright {
  margin-top: 15px;
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Footer__inner .Copyright {
    font-size: 0.8461538462vw;
  }
}
.Footer__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.Footer__menu li {
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .Footer__menu li {
    margin: 0 0.25em;
  }
}
.Footer__menu li a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #323232;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Footer__menu li a {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .Footer__menu li a {
    font-size: 1.1rem;
  }
}
.Footer__menu li a i {
  margin-left: 0.5em;
}

#btm-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 200;
  display: none;
}
#btm-btn ul li a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: var(--color-primary);
  color: #323232;
  border-radius: 50%;
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}
#btm-btn ul li a.pagetop:hover {
  opacity: 1;
}

/*!
layout > menu(smp)
------------------------------
*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -100%;
  width: 360px;
  max-width: 360px;
  height: 100vh;
  background-color: var(--color-primary);
  transition: all 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #g-nav {
    width: 100%;
    max-width: 100%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
}

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

#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 (max-width: 767px) {
  #g-nav #dmenu,
  #g-nav #menu-foot_navi {
    width: calc(100% - 100px);
  }
}
#g-nav #dmenu li,
#g-nav #menu-foot_navi li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
#g-nav #dmenu li a,
#g-nav #menu-foot_navi li a {
  display: block;
  padding: 0.75em 2em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #323232;
  text-align: center;
  border-bottom: 1px solid #323232;
}
#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 {
  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 {
  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;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav .reserve_btn {
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  #g-nav .reserve_btn {
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
}

#nav-toggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-toggle {
    display: flex;
    width: 60px;
    height: 70px;
  }
}
@media screen and (max-width: 100px) {
  #nav-toggle {
    width: 50px;
  }
}
#nav-toggle > div {
  position: relative;
}
#nav-toggle span {
  width: 27px;
  height: 2px;
  left: 50%;
  display: block;
  background-color: #323232;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
  top: 25px;
}
@media screen and (max-width: 767px) {
  #nav-toggle span:nth-child(1) {
    top: 20px;
  }
}
#nav-toggle span:nth-child(2) {
  top: 38px;
}
@media screen and (max-width: 767px) {
  #nav-toggle span:nth-child(2) {
    top: 33px;
  }
}
#nav-toggle span:nth-child(3) {
  top: 51px;
}
@media screen and (max-width: 767px) {
  #nav-toggle span:nth-child(3) {
    top: 46px;
  }
}
#nav-toggle.active {
  background-color: transparent;
  border: none;
}
#nav-toggle.active::before {
  opacity: 0;
}
#nav-toggle.active::after {
  display: none;
}
#nav-toggle.active span:nth-child(1) {
  top: 30px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle.active span:nth-child(2) {
  top: 30px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#nav-toggle.active span:nth-child(3) {
  display: none;
}
#nav-toggle.active span.menu-ttl {
  display: none;
}

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

/*!
page > top
------------------------------
*/
.Fv {
  width: 100%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 15;
  overflow: hidden;
  background-color: #dde8ee;
}
.Fv__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Fv__bg {
    width: 100%;
    height: auto;
  }
}
.Fv__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.Fv .NewsTips {
  width: 100%;
  position: absolute;
  top: 95px;
  left: 0;
  background-color: white;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .NewsTips {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .NewsTips {
    top: 70px;
  }
}
.Fv .NewsTips__inner {
  padding: 0.25em 3em;
}
@media screen and (max-width: 767px) {
  .Fv .NewsTips__inner {
    padding: 0.25em;
  }
}
.Fv .NewsTips__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  text-decoration: none;
  color: #20689c;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .Fv .NewsTips__link {
    font-size: 1.4rem;
  }
}
.Fv .NewsTips__link .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd6b66;
  color: white;
  padding: 0 0.75em;
  border-radius: 4px;
  line-height: 1.8;
}
.Fv__total {
  display: block;
  width: 240px;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translateX(-25%) translateY(-50%);
  z-index: 15;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__total {
    top: 220px;
    left: 75%;
    width: 110px;
    transform: translateX(-25%) translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .Fv__total {
    top: 220px;
    left: 62.5%;
    width: 110px;
    transform: translateX(-37.5%) translateY(0);
  }
}
.Fv__num {
  display: block;
  width: 180px;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateX(-75%) translateY(-50%);
  z-index: 15;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__num {
    width: 110px;
    top: 210px;
    left: 25%;
    transform: translateX(-75%) translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .Fv__num {
    width: 110px;
    top: 210px;
    left: 35%;
    transform: translateX(-65%) translateY(0);
  }
}
.Fv .LeadMes {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.65);
  border: 2px solid #dd6b66;
  color: #dd6b66;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 500;
  line-height: 1.6;
  padding: 0.75em;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .Fv .LeadMes {
    display: block;
    width: 90%;
    font-size: 1.4rem;
    white-space: initial;
    box-sizing: border-box;
    line-height: 1.5;
    bottom: 25px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}

.FvCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.8;
  margin-top: 15%;
}
@media screen and (max-width: 767px) {
  .FvCopy {
    margin-top: 130px !important;
  }
}
.FvCopy__row--1 {
  font-size: clamp(3rem, 3vw, 100rem);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .FvCopy__row--1 {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.2;
  }
}

.PriceStructure {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .PriceStructure {
    padding: 50px 0;
  }
}
.PriceStructure__inner {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PriceStructure__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .PriceStructure__inner {
    padding: 0 5%;
  }
}
.PriceStructure__arrow {
  display: block;
  width: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PriceStructure__arrow {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .PriceStructure__arrow {
    width: 30px;
  }
}
.PriceStructure__arrow--2 {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .PriceStructure__arrow--2 {
    top: -70px;
  }
}

.StructureFlow {
  display: flex;
  padding: 2em 5em;
  align-items: center;
  background-color: var(--color-primary-light);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .StructureFlow {
    width: 100%;
    flex-direction: column;
    border-radius: 30px;
    box-sizing: border-box;
  }
}
.StructureFlow__parts1 {
  color: #dd6b66;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .StructureFlow__parts1 {
    font-size: 2rem;
  }
}
.StructureFlow__parts1 strong {
  font-size: clamp(5.8rem, 5.8vw, 100rem);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .StructureFlow__parts1 strong {
    font-size: 8rem;
  }
}
.StructureFlow__parts2 h3 {
  font-size: clamp(1.7rem, 1.7vw, 100rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .StructureFlow__parts2 h3 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.StructureFlow__parts2__img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .StructureFlow__parts2__img {
    flex-direction: column;
    gap: 1em 0;
  }
}
.StructureFlow__parts2__img img {
  display: block;
  width: auto;
  height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .StructureFlow__parts2__img img {
    height: 30px;
  }
}
.StructureFlow__parts2__img img.hse {
  height: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .StructureFlow__parts2__img img.hse {
    height: 22px;
  }
}

.StructureFlow2 {
  width: 100%;
  max-width: 100%;
}
.StructureFlow2__wrap1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .StructureFlow2__wrap1 {
    flex-direction: column;
    align-items: center;
    gap: 1.5em 0;
  }
}
.StructureFlow2__sub1 {
  width: 30%;
  min-width: 30%;
  padding: 1.5em;
  background-color: var(--color-primary-light);
  position: relative;
  border-radius: 15px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub1 {
    width: 100%;
    max-width: 100%;
  }
}
.StructureFlow2__sub1__parts1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  background-color: var(--color-primary);
  font-size: 1.3rem;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 15;
  border-radius: 50%;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .StructureFlow2__sub1__parts1 {
    width: 50px;
    font-size: 1.1rem;
  }
}
.StructureFlow2__sub1 h3 {
  font-size: clamp(1.3rem, 1.3vw, 100rem);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub1 h3 {
    font-size: 1.8rem;
  }
}
.StructureFlow2__sub1__i1 {
  margin-top: 15px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub1__i1 {
    margin-top: 0;
  }
}
.StructureFlow2__sub1__text1 {
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .StructureFlow2__sub1__text1 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub1__text1 {
    font-size: 1.8rem;
  }
}
.StructureFlow2__sub1__text2 {
  margin-top: -15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.StructureFlow2__sub1__text2 span {
  margin-right: 0.5em;
}
.StructureFlow2__sub1__text2 strong {
  font-size: clamp(5.8rem, 5.8vw, 100rem);
  font-weight: 800;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub1__text2 strong {
    font-size: 8rem;
  }
}
.StructureFlow2__sub1 .triangle {
  margin: 15px auto 0;
  background: #323232;
  height: 25.9807621135px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .StructureFlow2__sub1 .triangle {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub1 .triangle {
    transform: scale(0.8);
  }
}
.StructureFlow2__sub2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub2 {
    padding-bottom: 90px;
  }
}
.StructureFlow2__sub2__i1 {
  display: block;
  width: 100%;
}
.StructureFlow2__sub2__parts1 {
  width: 70%;
  border: 2px solid #4d4d4d;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub2__parts1 {
    width: 42.5%;
    max-width: 42.5%;
    box-sizing: border-box;
    border-radius: 6px;
  }
}
.StructureFlow2__sub2__parts1 h3 {
  padding: 0.25em 1em;
  background-color: #4d4d4d;
  color: white;
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub2__parts1 h3 {
    padding: 0.5em 0.25em;
    text-align: center;
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub2__parts1 p {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.StructureFlow2__sub3 {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid black;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .StructureFlow2__sub3 {
    margin-top: 0;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub3 {
    margin-top: -40px;
    width: 100%;
  }
}
.StructureFlow2__sub3 h3 {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.25em 2em;
  background-color: black;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 800;
  color: white;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .StructureFlow2__sub3 h3 {
    padding: 0.5em;
    font-size: 1.9rem;
    line-height: 1.3;
    text-align: center;
  }
}
.StructureFlow2__sub3__text1 {
  display: flex;
  gap: 0 1.5em;
}
.StructureFlow2__sub3__text1__i1 {
  display: block;
  width: 80px;
  position: relative;
  top: -0.5em;
}
.StructureFlow3 {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.StructureFlow3__title {
  max-width: 85%;
  padding: 0.25em;
  background-color: #e6f5f9;
  border: 2px solid #20689c;
  border-radius: 50px;
  font-size: clamp(1.9rem, 1.9vw, 100rem);
  font-weight: 800;
  color: #20689c;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__title {
    padding: 0.5em 1.5em;
    font-size: 1.9rem;
    line-height: 1.3;
  }
}
.StructureFlow3__subtitle {
  font-size: clamp(1.8rem, 1.8vw, 100rem);
  font-weight: 700;
  text-align: center;
}
.StructureFlow3__wrap {
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.StructureFlow3__wrap::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__wrap::before {
    display: none;
  }
}
.StructureFlow3__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box:not(:nth-of-type(1)) {
    margin-top: 50px;
  }
}
.StructureFlow3__box__sub {
  padding: 1.5em 0;
  display: flex;
  justify-content: space-between;
  background-color: var(--color-primary-light);
  text-align: center;
  font-size: clamp(1.2rem, 1.2vw, 100rem);
  font-weight: 600;
  border-radius: 15px;
  max-width: 65%;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box__sub {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
.StructureFlow3__box__sub__lb {
  background-color: black;
  color: white;
  padding: 0.15em 0.5em;
  border-radius: 50px;
}
.StructureFlow3__box__sub__parts1 {
  width: 30%;
  min-width: 30%;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box__sub__parts1 {
    width: 35%;
    max-width: 35%;
  }
}
.StructureFlow3__box__sub__parts1__i1 {
  display: block;
  width: 40%;
  margin: 15px auto;
}
.StructureFlow3__box__sub__parts1__i2 {
  display: block;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.StructureFlow3__box__sub__parts2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box__sub__parts2 {
    width: 65%;
  }
}
.StructureFlow3__box__sub__parts2__i1 {
  display: block;
  width: 70%;
  margin: 15px auto;
}
.StructureFlow3__box__sub2 {
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  color: #20689c;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box__sub2 {
    font-size: 1.7rem;
    position: relative;
    padding-left: 90px;
    line-height: 1.5;
  }
}
.StructureFlow3__box__sub2 span {
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin-right: 1em;
  padding: 0 0.5em;
  background-color: #20689c;
  color: white;
  position: relative;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box__sub2 span {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.StructureFlow3__box__sub2 span::after {
  content: "";
  background: #20689c;
  height: 36px;
  width: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  right: -14.5px;
}
.StructureFlow3__box2 {
  padding: 2.5em;
  background-color: var(--color-primary-light);
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box2 {
    padding: 1.5em 0.5em;
  }
}
.StructureFlow3__box2__title {
  text-align: center;
  font-size: clamp(1.7rem, 1.7vw, 100rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box2__title {
    line-height: 1.3;
  }
}
.StructureFlow3__box2__wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 2.5%;
}
.StructureFlow3__box2__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20%;
  width: 20%;
  height: 120px;
  background-color: #20689c;
  font-size: clamp(1.1rem, 1.1vw, 100rem);
  font-weight: 500;
  color: white;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box2__sub {
    min-width: 22.5%;
    width: 22.5%;
    height: 110px;
    font-size: 1.1rem;
    letter-spacing: -0.05em;
  }
}
.StructureFlow3__box2__sub strong {
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box2__sub strong {
    font-size: 1.3rem;
  }
}
.StructureFlow3__box2__sub2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.StructureFlow3__box2__sub2__graph {
  max-width: calc(100% - 25px);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f29a63;
  font-size: clamp(1.1rem, 1.4vw, 100rem);
  font-weight: 700;
  color: white;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box2__sub2__graph {
    max-width: calc(100% - 15px);
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0 0.5em;
  }
}
.StructureFlow3__box2__sub2__graph::after {
  content: "";
  background: #f29a63;
  height: 50px;
  width: 25px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  right: -24px;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box2__sub2__graph::after {
    width: 15px;
    right: -14px;
  }
}
.StructureFlow3__box2__sub2__graph--1 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .StructureFlow3__box2__sub2__graph--1 {
    width: 60%;
  }
}
.StructureFlow3__box2__sub2__graph--2 {
  background-color: #6bb392;
}
.StructureFlow3__box2__sub2__graph--2::after {
  background-color: #6bb392;
}

.Example {
  padding: 100px 0;
  background-color: var(--color-primary-light);
}
@media screen and (max-width: 767px) {
  .Example {
    padding: 50px 0;
  }
}
.Example__inner {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Example__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Example__inner {
    padding: 0 5%;
  }
}
.Example__title {
  width: 100%;
  max-width: 100%;
  background-color: black;
  color: white;
  font-size: clamp(2.8rem, 2.8vw, 100rem);
  font-weight: 800;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Example__title {
    padding: 0.25em 0.5em;
    font-size: 2.1rem;
    border-radius: 12px;
  }
}
.Example .LeadMes {
  display: inline-block;
  border: 2px solid #dd6b66;
  color: #dd6b66;
  font-size: clamp(1.5rem, 1.5vw, 100rem);
  font-weight: 500;
  line-height: 1.6;
  padding: 0.75em;
}
@media screen and (max-width: 767px) {
  .Example .LeadMes {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.Example__wrap {
  margin-top: 70px;
  width: 100%;
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .Example__wrap {
    margin-top: 35px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.Example__box {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .Example__box {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .Example__box:not(:nth-of-type(1)) {
    margin-top: 2.5em;
  }
}
.Example__box img {
  display: block;
  width: 100%;
  border-radius: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Example__box img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .Example__box img {
    border-radius: 15px;
  }
}

.PriceFaq {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .PriceFaq {
    padding: 50px 0;
  }
}
.PriceFaq__inner {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PriceFaq__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .PriceFaq__inner {
    padding: 0 5%;
  }
}
.PriceFaq__wrap {
  padding: 2.5em;
  display: flex;
  justify-content: space-between;
  border: 2px solid #20689c;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .PriceFaq__wrap {
    padding: 1.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5em 0;
  }
}
.PriceFaq__title {
  min-width: 25%;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #20689c;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .PriceFaq__title {
    min-width: initial;
    width: 80%;
    font-size: 1.8rem;
  }
}
.PriceFaq__title__i1 {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.PriceFaq__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .PriceFaq__box {
    width: auto;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .PriceFaq__box dl:not(:nth-of-type(1)) {
    margin-top: 1em;
  }
}
.PriceFaq__box dl dt,
.PriceFaq__box dl dd {
  display: block;
  line-height: 1.7;
}
.PriceFaq__box dl dt {
  padding-left: 30px;
  position: relative;
  color: #20689c;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .PriceFaq__box dl dt {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}
.PriceFaq__box dl dt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
}
.PriceFaq__box dl dd {
  padding-left: 30px;
}
.AboutTeraris {
  padding: 100px 0;
  background-color: var(--color-primary-light);
}
@media screen and (max-width: 767px) {
  .AboutTeraris {
    padding: 50px 0;
  }
}
.AboutTeraris__inner {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutTeraris__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .AboutTeraris__inner {
    padding: 0 5%;
  }
}
.AboutTeraris__box1 {
  margin-top: 70px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .AboutTeraris__box1 {
    margin-top: 35px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.AboutTeraris__box1__i1 {
  display: block;
  min-width: 52.5%;
  width: 52.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .AboutTeraris__box1__i1 {
    width: 100%;
  }
}
.AboutTeraris__box1__i1 img {
  display: block;
  width: 100%;
}
.AboutTeraris__box1__i1 img.sunwatch {
  width: 160px;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutTeraris__box1__i1 img.sunwatch {
    width: 12.3076923077vw;
    left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .AboutTeraris__box1__i1 img.sunwatch {
    width: 100px;
    top: 15px;
    left: 15px;
  }
}
.AboutTeraris__box1__sub {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .AboutTeraris__box1__sub {
    width: auto;
    margin-top: 1em;
  }
}
.AboutTeraris__box1__title {
  padding-left: 40px;
  font-size: 3rem;
  font-size: clamp(2.1rem, 2.1vw, 100rem);
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutTeraris__box1__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .AboutTeraris__box1__title {
    padding-left: 30px;
    font-size: 2.1rem;
  }
}
.AboutTeraris__box1__title::before {
  content: "";
  background: #323232;
  height: 30px;
  width: 21px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutTeraris__box1__title::before {
    width: 17px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .AboutTeraris__box1__title::before {
    width: 16px;
    height: 20px;
  }
}
.AboutTeraris__box1__line {
  padding: 1.5em;
  background-color: white;
}
.AboutTeraris__box1__line__wrap {
  display: flex;
  align-items: center;
}
.AboutTeraris__box1__line__i1 {
  display: block;
  min-width: 45%;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .AboutTeraris__box1__line__i1 {
    width: 120px;
  }
}
.AboutTeraris__box1__line__i1 img {
  display: block;
  width: 100%;
}
.AboutTeraris__box1__line__text {
  width: 100%;
  text-align: center;
  font-size: clamp(1.2rem, 1.2vw, 100rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .AboutTeraris__box1__line__text {
    line-height: 1.4;
  }
}
.AboutTeraris__box1__line__text strong {
  font-size: clamp(1.5rem, 1.5vw, 100rem);
}
@media screen and (max-width: 767px) {
  .AboutTeraris__box1__line__text strong {
    font-size: 1.8rem;
  }
}
.AboutTeraris__wrap1 {
  margin-top: 100px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .AboutTeraris__wrap1 {
    margin-top: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.Point {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .Point {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .Point:not(:nth-of-type(1)) {
    margin-top: 2.5em;
  }
}
.Point__title {
  padding: 0.35em 0;
  padding-left: 60px;
  position: relative;
  font-size: clamp(1.7rem, 1.7vw, 100rem);
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Point__title {
    padding-left: 4.6153846154vw;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .Point__title {
    font-size: 2.2rem;
    padding-bottom: 0.5em;
  }
}
.Point__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #323232;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.Point__title small {
  margin-left: -0.5em;
  font-size: 1rem;
  vertical-align: top;
}
.Point__title__num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9rem, 0.9vw, 100rem);
  line-height: 1.1;
  position: absolute;
  top: 0;
  left: 0;
}
.Point__title__num strong {
  font-size: clamp(2.1rem, 2.1vw, 100rem);
}
.Point figure {
  display: block;
  width: 100%;
}
.Point figure img {
  display: block;
  width: 100%;
  aspect-ratio: 5/2.5;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Point figure img {
    width: 85%;
  }
}

.SunlightFaq {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .SunlightFaq {
    padding: 50px 0;
  }
}
.SunlightFaq__inner {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SunlightFaq__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .SunlightFaq__inner {
    padding: 0 5%;
  }
}
.SunlightFaq__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .SunlightFaq__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
}
.SunlightFaq__title {
  min-width: 25%;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #20689c;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .SunlightFaq__title {
    min-width: initial;
    width: 70%;
    font-size: 1.8rem;
  }
}
.SunlightFaq__title__i1 {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.SunlightFaq__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px 30px;
}
@media screen and (max-width: 767px) {
  .SunlightFaq__box {
    width: auto;
    margin-top: 1em;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}

.FaqDetail {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .FaqDetail {
    width: auto;
  }
}
.FaqDetail__title {
  padding: 0.35em 0.5em;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 600;
  color: #20689c;
  border: 2px solid #20689c;
  border-radius: 50px;
  text-align: center;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .FaqDetail__title {
    font-size: 1.7rem;
  }
}
.FaqDetail__title::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #20689c;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 4px solid white;
  border-right: 4px solid white;
}
.FaqDetail__text {
  background-color: var(--color-primary-light);
  padding: 20px;
  border-radius: 20px;
  font-size: clamp(1.1rem, 1.1vw, 100rem);
}
@media screen and (max-width: 767px) {
  .FaqDetail__text {
    font-size: 1.4rem;
  }
}

.Equipment {
  position: relative;
  overflow: hidden;
}
.Equipment__bg {
  display: block;
  width: 100%;
  min-width: 1920px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Equipment__bg {
    top: -100px;
    min-width: 147.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .Equipment__bg {
    min-width: initial;
    top: 0;
  }
}
.Equipment__subtitle {
  padding: 0.25em 1em;
  background-color: black;
  border-radius: 10px;
  font-size: clamp(1.8rem, 1.6vw, 100rem);
  font-weight: 800;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Equipment__subtitle {
    padding: 0.5em;
    font-size: 1.9rem;
    line-height: 1.3;
  }
}
.Equipment__inner {
  padding: 100px 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Equipment__inner {
    padding: 100px 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Equipment__inner {
    padding: 50px 5%;
  }
}
.Equipment__lead {
  text-align: center;
}

.Standard {
  position: relative;
  margin-top: 700px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Standard {
    margin-top: 400px;
  }
}
@media screen and (max-width: 767px) {
  .Standard {
    margin-top: 320px;
  }
}
.Standard__title {
  padding: 0.25em 1em;
  background-color: black;
  border-radius: 10px;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 800;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Standard__title {
    padding: 0.5em;
    font-size: 1.9rem;
    line-height: 1.3;
  }
}
.Standard__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.5%;
}
.Standard__sub {
  margin-top: 70px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #323232;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Standard__sub {
    flex-direction: column;
    gap: 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .Standard__sub {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: initial;
  }
}
.Standard__sub__title {
  width: 240px;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Standard__sub__title {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .Standard__sub__title {
    font-size: 1.9rem;
    width: auto;
    text-align: center;
  }
}
.Standard__sub__wrap {
  display: flex;
  justify-content: space-between;
  min-width: 75%;
  width: 75%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Standard__sub__wrap {
    min-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .Standard__sub__wrap {
    min-width: initial;
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.Standard__sub__parts {
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .Standard__sub__parts {
    margin-top: 2.5em;
    width: auto;
  }
}
.Standard__sub__parts--1 {
  min-width: 40%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .Standard__sub__parts--1 {
    width: auto;
  }
}
.Standard__sub__parts--2 {
  width: 52.5%;
}
@media screen and (max-width: 767px) {
  .Standard__sub__parts--2 {
    width: auto;
  }
}
.Standard__sub__parts figure {
  display: block;
  min-width: 60px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .Standard__sub__parts figure {
    width: 50px;
  }
}
.Standard__sub__parts figure img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .Standard__sub__parts figure img {
    height: auto;
  }
}
.Standard__sub__parts__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Standard__sub__parts__box {
    width: calc(100% - 50px - 15px);
  }
}
.Standard__sub__parts__box p {
  font-size: clamp(1.3rem, 1.1vw, 100rem);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Standard__sub__parts__box p {
    font-size: 1.4rem;
  }
}
.Standard__sub__parts__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.5rem, 1.3vw, 100rem);
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Standard__sub__parts__title {
    font-size: 1.6rem;
  }
}
.Standard__sub__parts__title span {
  padding: 0.15em 0.5em;
  background-color: #323232;
  color: white;
  font-size: clamp(1rem, 0.9vw, 100rem);
  font-weight: 500;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .Standard__sub__parts__title span {
    font-size: 1.1rem;
  }
}
.Standard__sub2 {
  margin-top: 70px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Standard__sub2 {
    margin-top: 35px;
  }
}
.Standard__sub2__title {
  font-size: 3rem;
  font-weight: 800;
  position: absolute;
  top: 35px;
  left: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Standard__sub2__title {
    font-size: 2.3076923077vw;
    left: 2.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .Standard__sub2__title {
    font-size: 1.5rem;
    top: 5px;
    left: 5px;
  }
}
.Standard__sub2 img {
  display: block;
  width: 100%;
}

.StandardDetail {
  margin-top: 50px;
  width: 18.8%;
  padding: 1.5em;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .StandardDetail {
    margin-top: 20px;
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 15px;
  }
}
.StandardDetail__target {
  margin: 0 auto;
  padding: 0.25em 0.5em;
  background-color: #20689c;
  color: white;
  font-size: clamp(1.1rem, 1.1vw, 100rem);
  border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .StandardDetail__target {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .StandardDetail__target {
    font-size: 1.3rem;
  }
}
.StandardDetail__title {
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .StandardDetail__title {
    font-size: 1.6rem;
  }
}
.StandardDetail__i {
  display: block;
  width: 100%;
}
.StandardDetail__i img {
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .StandardDetail__i img {
    height: 50px;
  }
}
.StandardDetail p {
  font-size: clamp(1.1rem, 1.1vw, 100rem);
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .StandardDetail p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.StandardDetail__Notes {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  position: absolute;
  bottom: -3em;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .StandardDetail__Notes {
    font-size: 0.9rem;
    bottom: -4.5em;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .StandardDetail__Notes {
    margin-top: 1em;
    font-size: 1rem;
    position: relative;
    bottom: auto;
    text-align: left;
    line-height: 1.3;
  }
}
.StandardDetail__Notes::before {
  content: "※";
}

.Flow {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .Flow {
    padding: 0 0 50px;
  }
}
.Flow__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Flow__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Flow__inner {
    padding: 0 5%;
  }
}
.Flow__lead {
  text-align: center;
}

.FlowDetail {
  padding: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-primary-light);
  border-radius: 20px;
  gap: 0 3.5%;
}
@media screen and (max-width: 767px) {
  .FlowDetail {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.FlowDetail:not(:nth-of-type(1)) {
  margin-top: 15px;
}
.FlowDetail__i {
  display: block;
  min-width: 10%;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .FlowDetail__i {
    width: 100px;
  }
}
.FlowDetail__i img {
  display: block;
  width: 100%;
}
.FlowDetail__title {
  display: block;
  font-size: clamp(1.9rem, 1.9vw, 100rem);
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 767px) {
  .FlowDetail__title {
    font-size: 1.9rem;
    text-align: center;
    line-height: 1.5;
  }
}
.FlowDetail__title .period {
  display: inline-block;
  margin-right: 1em;
  margin-left: 1em;
  padding: 0.25em;
  border: 1px solid #323232;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .FlowDetail__title .period {
    margin: 0 0.5em;
    font-size: 1.5rem;
  }
}
.FlowDetail__title .plus {
  margin-left: 50px;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .FlowDetail__title .plus {
    margin-left: 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .FlowDetail__title .plus {
    margin-left: 1.5em;
    font-size: 1.5rem;
  }
}
.FlowDetail__title small {
  font-size: clamp(1.2rem, 1.2vw, 100rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .FlowDetail__title small {
    font-size: 1.2rem;
  }
}
.FlowDetail__title small.ann {
  vertical-align: top;
}
.FlowDetail__lb {
  padding: 0.35em;
  background-color: #dd6b66;
  color: white;
  font-size: clamp(1.2rem, 1.2vw, 100rem);
  font-weight: 600;
  border-radius: 7px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .FlowDetail__lb {
    font-size: 1.5rem;
  }
}
.FlowDetail__box1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .FlowDetail__box1 {
    width: auto;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .FlowDetail__box1 p {
    margin-top: 1em;
  }
}
.FlowDetail__box2 {
  width: 22.5%;
  min-width: 22.5%;
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .FlowDetail__box2 {
    width: 100%;
    max-width: 100%;
    margin-top: 1em;
  }
}
.FlowDetail__box2 p {
  font-size: clamp(1.1rem, 1.1vw, 100rem);
  line-height: 1.5;
}
.FlowDetail__box2 ul li {
  margin-left: 1em;
  font-size: clamp(1.1rem, 1.1vw, 100rem);
  list-style-type: disc;
  line-height: 1.5;
}
.FlowArrow {
  position: relative;
}
.FlowArrow .triangle {
  margin: 15px auto 0;
  background: #323232;
  height: 25.9807621135px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.FlowArrow__caption {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateX(-40%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .FlowArrow__caption {
    left: 70%;
    transform: translateX(-30%) translateY(-50%);
  }
}

.Qanda {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .Qanda {
    padding: 0 0 50px;
  }
}
.Qanda__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Qanda__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Qanda__inner {
    padding: 0 5%;
  }
}
.Qanda__lead {
  text-align: center;
}
.Qanda__list {
  margin-top: 70px;
  padding: 0 7.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Qanda__list {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .Qanda__list {
    margin-top: 35px;
    padding: 0;
  }
}
.Qanda dl {
  margin-top: 35px;
  padding: 1.5em 2.5em;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 7px 7px 0 rgba(204, 204, 204, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Qanda dl {
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .Qanda dl {
    padding: 15px;
    border-radius: 10px;
  }
}
.Qanda dl dt,
.Qanda dl dd {
  display: block;
  line-height: 1.7;
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Qanda dl dt,
  .Qanda dl dd {
    padding-left: 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .Qanda dl dt,
  .Qanda dl dd {
    padding-left: 25px;
  }
}
.Qanda dl dt {
  color: #20689c;
  font-size: clamp(1.3rem, 1.3vw, 100rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .Qanda dl dt {
    font-size: 1.6rem;
    line-height: 1.3;
    padding-right: 20px;
  }
}
.Qanda dl dt::before {
  content: "Ｑ";
  position: absolute;
  top: 0;
  left: 0;
}
.Qanda dl dt span::before, .Qanda dl dt span::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #323232;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Qanda dl dt span::before, .Qanda dl dt span::after {
    width: 14px;
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .Qanda dl dt span::before, .Qanda dl dt span::after {
    width: 14px;
    right: 0px;
  }
}
.Qanda dl dt span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.Qanda dl dt span.active::after {
  transform: rotate(0);
  transition: 0.2s;
}
.Qanda dl dt:hover {
  cursor: pointer;
}
.Qanda dl dd {
  display: none;
  padding-top: 1em;
}
.Qanda dl dd::before {
  content: "Ａ";
  position: absolute;
  top: 16px;
  left: 0;
  color: #dd6b66;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .Qanda dl dd::before {
    top: 15px;
    font-size: 1.6rem;
  }
}

.balloon-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #fec578;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .balloon-1 {
    transform-origin: center right;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  .balloon-1 {
    transform-origin: center right;
    transform: scale(0.5);
  }
}
.balloon-1--blue {
  background-color: #b3cdda;
}
.balloon-1--1 {
  top: -8.5px;
  right: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .balloon-1--1 {
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .balloon-1--1 {
    top: -12.5px;
    right: 10px;
  }
}
.balloon-1--2 {
  top: -30px;
  right: 10px;
  transform-origin: center right;
  transform: scale(0.9);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .balloon-1--2 {
    transform: scale(0.6);
  }
}

.exOtherList__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .exOtherList__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .exOtherList__inner {
    padding: 0 5%;
  }
}
.exOtherList__column {
  display: flex;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .exOtherList__column {
    flex-direction: column;
    gap: 35px 0;
  }
}
.exOtherList .exOther {
  width: 46.25%;
}
@media screen and (max-width: 767px) {
  .exOtherList .exOther {
    width: 100%;
  }
}
.exOtherList .exOther__label {
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .exOtherList .exOther__label {
    font-size: 1.8rem;
  }
}
.exOtherList .exOther__img {
  display: block;
  width: 100%;
}
.exOtherList .exOther__img img {
  display: block;
  width: 100%;
}

.batteryIntro__column {
  display: flex;
  gap: 0 70px;
}
@media screen and (max-width: 767px) {
  .batteryIntro__column {
    flex-direction: column;
    gap: 35px 0;
  }
}
.batteryIntro .batteryInfo {
  width: 35%;
  min-width: 35%;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .batteryIntro .batteryInfo {
    width: 100%;
    min-width: initial;
  }
}
.batteryIntro .batteryInfo__inner {
  padding: 10%;
}
.batteryIntro .batteryInfo__label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  color: #20689c;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .batteryIntro .batteryInfo__label {
    font-size: 2.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .batteryIntro .batteryInfo__label {
    font-size: 2.4rem;
  }
}
.batteryIntro .batteryInfo__img {
  display: block;
  width: 100%;
}
.batteryIntro .batteryInfo__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/3;
}
.batteryIntro .batterySys {
  width: 100%;
  border: 2px solid #323232;
}
.batteryIntro .batterySys__inner {
  padding: 7%;
}
.batteryIntro .batterySys__label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .batteryIntro .batterySys__label {
    font-size: 2.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .batteryIntro .batterySys__label {
    font-size: 2.1rem;
  }
}
.batteryIntro .batterySys__list li {
  display: block;
  padding-left: 1em;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .batteryIntro .batterySys__list li {
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .batteryIntro .batterySys__list li {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
.batteryIntro .batterySys__list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #323232;
  position: absolute;
  top: 0.75em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .batteryIntro .batterySys__list li::before {
    top: 0.5em;
  }
}

/*!
page > post
------------------------------
*/
.Section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Section__inner {
    max-width: vw(1300px, 1080px);
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Section__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}

.Post {
  max-width: 980px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Post {
    max-width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .Post {
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 100px) {
  .Post {
    font-size: 1.4rem;
  }
}

.NotesCnt {
  display: flex;
  flex-direction: column;
  gap: 0.5em 0;
}

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

sup {
  font-size: 1.1rem;
  vertical-align: 0.5em;
}
@media screen and (max-width: 767px) {
  sup {
    font-size: 0.9rem;
  }
}

.numTxt {
  padding-left: 1.5em;
  position: relative;
}
.numTxt::before {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: 0;
}
.numTxt--level2 {
  padding-left: 2em;
  margin-left: 1.5em;
}

.ListDisc li {
  margin-left: 1em;
  list-style-type: disc;
  line-height: 1.8;
}

.numList {
  counter-reset: num;
}
.numList li {
  padding-left: 2em;
  position: relative;
}
.numList li::before {
  counter-increment: num;
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #323232;
  border-radius: 50%;
  position: absolute;
  top: 0.35em;
  left: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .numList li::before {
    width: 20px;
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .numList li::before {
    transform-origin: 0 0;
    transform: scale(0.85);
  }
}
@media screen and (max-width: 100px) {
  .numList li::before {
    transform: scale(0.8);
  }
}

.Table th,
.Table td {
  padding: 0.75em;
  border-bottom: 1px solid #cccccc;
  line-height: 1.8;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Table th,
  .Table td {
    display: block;
  }
}
.Table th {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Table th {
    font-weight: 600;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.Table td {
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Table td {
    padding-top: 0.25em;
    padding-left: 0.5em;
  }
}
.Table td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .Table td::before {
    display: none;
  }
}

.Sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Sign {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.Sign__head {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sign__head {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .Sign__head {
    font-size: 1.2rem;
  }
}
.Sign__img {
  display: block;
  width: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sign__img {
    width: 12.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .Sign__img {
    width: 140px;
  }
}

.noPage {
  display: block;
  width: 100%;
}
.noPage img {
  display: block;
  width: 100%;
}

.boxPtn {
  display: inline-flex;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .boxPtn {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.boxPtn__inner {
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .boxPtn__inner {
    padding: 1em;
  }
}

/*!
page > form
------------------------------
*/
.noBorder {
  color: #20689c;
  text-decoration: none;
}
.noBorder:visited {
  color: #20689c;
}

.FormLead__inner {
  z-index: 10;
}
.FormLead .ListCaution {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .FormLead .ListCaution {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .FormLead .ListCaution {
    font-size: 1.3rem;
  }
}

.ContactForm {
  position: relative;
}
.ContactForm__inner {
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ContactForm__inner .FormParts {
    width: 100%;
  }
}
.ContactForm__inner .thanks-mes {
  text-align: center;
}
.ContactForm__inner .thanks-mes p {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner .thanks-mes p {
    font-size: 1.3846153846vw;
  }
}
.ContactForm__inner .thanks-mes p:not(:nth-of-type(1)) {
  margin-top: 25px;
}
.ContactForm__inner .notnull,
.ContactForm__inner .optional {
  display: inline-block;
  margin-left: 1em;
  padding: 0.35em 0.5em;
  background-color: #dd6b66;
  color: white;
  font-size: 1.2rem !important;
  font-weight: normal;
  line-height: 1;
  border-radius: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner .notnull,
  .ContactForm__inner .optional {
    font-size: 0.9230769231vw !important;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner .notnull,
  .ContactForm__inner .optional {
    margin-left: 0.5em;
    font-size: 1.1rem !important;
  }
}
.ContactForm__inner .optional {
  background-color: #cccccc;
}
.ContactForm__inner table {
  width: 100%;
}
.ContactForm__inner table th,
.ContactForm__inner table td {
  padding: 1em;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ContactForm__inner table th,
  .ContactForm__inner table td {
    display: block;
    padding: 1.5em 0;
  }
}
.ContactForm__inner table th .row,
.ContactForm__inner table td .row {
  padding-bottom: 0.75em;
  overflow: hidden;
}
.ContactForm__inner table th .row:last-child,
.ContactForm__inner table td .row:last-child {
  padding-bottom: 0;
}
.ContactForm__inner table th .row label.Label1,
.ContactForm__inner table td .row label.Label1 {
  display: block;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .ContactForm__inner table th .row label.Label1,
  .ContactForm__inner table td .row label.Label1 {
    width: auto;
  }
}
.ContactForm__inner table th .row input,
.ContactForm__inner table th .row select,
.ContactForm__inner table td .row input,
.ContactForm__inner table td .row select {
  margin-top: 0.5em;
}
.ContactForm__inner table th .row--fl,
.ContactForm__inner table td .row--fl {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ContactForm__inner table th .row--fl,
  .ContactForm__inner table td .row--fl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ContactForm__inner table th .col,
.ContactForm__inner table td .col {
  margin: 0 0.5em;
}
.ContactForm__inner table th .rowFl,
.ContactForm__inner table td .rowFl {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
.ContactForm__inner table th .notes,
.ContactForm__inner table td .notes {
  display: table;
  margin: 5px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner table th .notes,
  .ContactForm__inner table td .notes {
    font-size: 1.2307692308vw;
  }
}
.ContactForm__inner table th {
  padding-top: 1.5em;
  width: 25%;
  max-width: 25%;
  color: #323232;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner table th {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner table th {
    display: block;
    width: auto;
    max-width: initial;
    font-size: 1.6rem;
    padding-top: 1.5em;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 100px) {
  .ContactForm__inner table th {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner table td {
    padding-top: 0.5em;
  }
}
.ContactForm__inner table td .error {
  display: table;
  margin-top: 0.5em;
}
.ContactForm__inner table td .error + .error {
  margin-top: 0;
}
.ContactForm__inner table td .row-fl {
  display: flex;
  justify-content: space-between;
}
.ContactForm__inner table td input[type=text],
.ContactForm__inner table td input[type=email],
.ContactForm__inner table td select,
.ContactForm__inner table td textarea {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  padding: 1em;
  border: none;
  border: 1px solid rgba(50, 50, 50, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner table td input[type=text],
  .ContactForm__inner table td input[type=email],
  .ContactForm__inner table td select,
  .ContactForm__inner table td textarea {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner table td input[type=text],
  .ContactForm__inner table td input[type=email],
  .ContactForm__inner table td select,
  .ContactForm__inner table td textarea {
    padding: 0.75em 0.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 100px) {
  .ContactForm__inner table td input[type=text],
  .ContactForm__inner table td input[type=email],
  .ContactForm__inner table td select,
  .ContactForm__inner table td textarea {
    font-size: 1.4rem;
  }
}
.ContactForm__inner table td input[type=text]::placeholder,
.ContactForm__inner table td input[type=email]::placeholder,
.ContactForm__inner table td select::placeholder,
.ContactForm__inner table td textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .ContactForm__inner table td input[type=text]::placeholder,
  .ContactForm__inner table td input[type=email]::placeholder,
  .ContactForm__inner table td select::placeholder,
  .ContactForm__inner table td textarea::placeholder {
    font-size: 1.3rem;
  }
}
.ContactForm__inner table td input[type=text]:nth-last-of-type(1),
.ContactForm__inner table td input[type=email]:nth-last-of-type(1),
.ContactForm__inner table td select:nth-last-of-type(1),
.ContactForm__inner table td textarea:nth-last-of-type(1) {
  margin-bottom: 0;
}
.ContactForm__inner table td input[type=text]:disabled,
.ContactForm__inner table td input[type=email]:disabled,
.ContactForm__inner table td select:disabled,
.ContactForm__inner table td textarea:disabled {
  background-color: #f1f1f1;
}
.ContactForm__inner table td input[type=radio],
.ContactForm__inner table td input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.ContactForm__inner table td select {
  width: auto;
  font-size: 100%;
}
.ContactForm__inner table td textarea {
  width: 100%;
  max-width: 100%;
  font-family: sans-serif;
}
.ContactForm__inner table td input[name=郵便番号] {
  width: 200px;
  max-width: 200px;
  font-size: 1.8rem;
  padding: 1em;
  border: none;
  border: 1px solid rgba(50, 50, 50, 0.5);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner table td input[name=郵便番号] {
    width: 15.3846153846vw;
    max-width: 15.3846153846vw;
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner table td input[name=郵便番号] {
    padding: 0.75em 0.5em;
    font-size: 1.5rem;
  }
}
.ContactForm__inner table td input[name=お名前（姓）],
.ContactForm__inner table td input[name=お名前（名）],
.ContactForm__inner table td input[name=フリガナ（姓）],
.ContactForm__inner table td input[name=フリガナ（名）] {
  width: 220px;
  max-width: 220px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner table td input[name=お名前（姓）],
  .ContactForm__inner table td input[name=お名前（名）],
  .ContactForm__inner table td input[name=フリガナ（姓）],
  .ContactForm__inner table td input[name=フリガナ（名）] {
    width: 16.9230769231vw;
    max-width: 16.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner table td input[name=お名前（姓）],
  .ContactForm__inner table td input[name=お名前（名）],
  .ContactForm__inner table td input[name=フリガナ（姓）],
  .ContactForm__inner table td input[name=フリガナ（名）] {
    width: 140px;
    max-width: 140px;
  }
}
@media screen and (max-width: 100px) {
  .ContactForm__inner table td input[name=お名前（姓）],
  .ContactForm__inner table td input[name=お名前（名）],
  .ContactForm__inner table td input[name=フリガナ（姓）],
  .ContactForm__inner table td input[name=フリガナ（名）] {
    width: 110px;
    max-width: 110px;
  }
}
.ContactForm__inner table td input[type=email] {
  width: 100%;
  max-width: 100%;
}
.ContactForm__inner table td .mwform-tel-field input,
.ContactForm__inner table td .mwform-zip-field input {
  width: auto;
}
@media screen and (max-width: 100px) {
  .ContactForm__inner table td .mwform-tel-field input,
  .ContactForm__inner table td .mwform-zip-field input {
    width: calc(33.3333333333% - 10px);
    max-width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner table td .mwform-radio-field {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.ContactForm__inner .BtnArea {
  display: flex;
  justify-content: center;
  text-align: center;
}
.ContactForm__inner .BtnArea input {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1em 2.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner .BtnArea input {
    font-size: 1.3846153846vw;
    margin-left: 1.5384615385vw;
    margin-right: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner .BtnArea input {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0.75em 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 100px) {
  .ContactForm__inner .BtnArea input {
    font-size: 1.5rem;
  }
}
.ContactForm__inner .BtnArea input.send_btn, .ContactForm__inner .BtnArea input.send_btn2 {
  background-color: var(--color-primary);
}
.ContactForm__inner .BtnArea input.send_btn:hover, .ContactForm__inner .BtnArea input.send_btn2:hover {
  filter: brightness(105%);
}
.ContactForm__inner .BtnArea input.send_btn:disabled, .ContactForm__inner .BtnArea input.send_btn2:disabled {
  opacity: 0.5 !important;
  border: 1px solid #ccc;
}
.ContactForm__inner .BtnArea input.upd_btn {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid #cccccc;
  color: #323232;
}
.ContactForm__inner .pr-check {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ContactForm__inner .pr-check {
    flex-direction: column;
  }
}
.ContactForm__inner .pr-check input[type=radio],
.ContactForm__inner .pr-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.ContactForm__inner .pr-check .mwform-checkbox-field {
  text-align: center;
}
.ContactForm__inner .pr-check .mwform-checkbox-field-text {
  display: none;
}
.ContactForm__inner .pr-check__label {
  margin-left: 0.5em;
}
.ContactForm__inner .btm-txt {
  margin: 30px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.ContactForm__inner .privacy_wrap {
  margin: 0;
}
.ContactForm__inner .privacy_wrap .inp_mes {
  font-weight: bold;
}
.ContactForm__inner .privacy_wrap .error {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.ContactForm__inner .privacy_wrap .error + .error {
  display: none !important;
}
.ContactForm__inner .privacy_wrap .privacy {
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin: 35px auto 0;
  padding: 2.5em;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ContactForm__inner .privacy_wrap .privacy {
    padding: 1.5em;
    font-size: 1.2rem;
  }
}
.ContactForm__inner .privacy_wrap .privacy p {
  margin: 0 0 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ContactForm__inner .privacy_wrap .privacy p {
    font-size: 1.2rem;
  }
}
.ContactForm__inner .privacy_wrap .privacy p.ttl {
  font-weight: bold;
}

.mw_wp_form_input .conf_mes {
  display: none;
}
.mw_wp_form_input .BtnArea input.send_btn2 {
  display: none !important;
}

.mw_wp_form_confirm .inp_mes {
  display: none;
}
.mw_wp_form_confirm .conf_mes {
  display: table;
}
.mw_wp_form_confirm .FormParts .txt {
  display: none !important;
}
.mw_wp_form_confirm .FormParts .note-info {
  display: none !important;
}
.mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.mw_wp_form_confirm .privacy {
  display: none !important;
}
.mw_wp_form_confirm .conf_mes {
  display: block;
}
.mw_wp_form_confirm .FormParts table td .row {
  margin-top: 0;
}
.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: rgba(255, 247, 221, 0.35) !important;
}

/*!
page > single
------------------------------
*/
.PgNews {
  position: relative;
  z-index: 10;
}

.PostContent h1 {
  display: block;
  font-size: 4rem;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .PostContent h1 {
    font-size: 2.4rem;
  }
}
.PostContent h2 {
  display: block;
  font-size: 3rem;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .PostContent h2 {
    font-size: 2rem;
  }
}
.PostContent h2 a {
  text-decoration: none;
}
.PostContent h3 {
  display: block;
  padding-bottom: 0.5em;
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .PostContent h3 {
    font-size: 1.8rem;
  }
}
.PostContent h3::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 2px;
  background-color: #a08447;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.PostContent h4 {
  display: block;
  padding: 0.75em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .PostContent h4 {
    font-size: 1.6rem;
  }
}
.PostContent img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .PostContent img {
    width: auto;
  }
}
.PostContent strong {
  font-weight: 800;
}
.PostContent ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.PostContent ol li {
  margin-left: 1em;
  list-style-type: decimal;
}
.PostContent table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.PostContent table th,
.PostContent table td {
  padding: 1em 2em;
  border: 2px solid white;
  box-sizing: border-box;
}
.PostContent table th {
  width: 25%;
  max-width: 25%;
  background-color: #f2f2f2;
  text-align: right;
}
.PostContent table td p,
.PostContent table td ul,
.PostContent table td ol {
  margin: 0 0 10px;
}
.PostContent table td p:last-child,
.PostContent table td ul:last-child,
.PostContent table td ol:last-child {
  margin-bottom: 0;
}
.PostContent iframe {
  display: block;
}
@media screen and (max-width: 767px) {
  .PostContent iframe {
    width: 100%;
    height: 220px;
  }
}

.pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 30px;
  }
}
.pagenavi .nav {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .pagenavi .nav {
    margin: 0 10px;
  }
}
.pagenavi .nav.prev a::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav.next a::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav a {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em;
  text-decoration: none;
  color: #323232;
  font-size: 1.4rem;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .pagenavi .nav a {
    font-size: 1.3rem;
  }
}
.pagenavi .nav a:hover {
  opacity: 1;
  background-color: #323232;
  border-color: #323232;
  color: white;
}

.btm_pgnav {
  display: block;
  margin: 50px auto 0;
}
.btm_pgnav .wp-pagenavi {
  padding: 1em 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.25em;
}
.btm_pgnav .wp-pagenavi .pages {
  display: none;
}
.btm_pgnav .wp-pagenavi a,
.btm_pgnav .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 0;
  color: #323232;
  box-sizing: border-box;
}
.btm_pgnav .wp-pagenavi a.page, .btm_pgnav .wp-pagenavi a.current,
.btm_pgnav .wp-pagenavi span.page,
.btm_pgnav .wp-pagenavi span.current {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-light);
  border-radius: 50%;
}
.btm_pgnav .wp-pagenavi a.pages, .btm_pgnav .wp-pagenavi a.nextpostslink, .btm_pgnav .wp-pagenavi a.previouspostslink,
.btm_pgnav .wp-pagenavi span.pages,
.btm_pgnav .wp-pagenavi span.nextpostslink,
.btm_pgnav .wp-pagenavi span.previouspostslink {
  border: none;
}
.btm_pgnav .wp-pagenavi a.pages:hover, .btm_pgnav .wp-pagenavi a.nextpostslink:hover, .btm_pgnav .wp-pagenavi a.previouspostslink:hover,
.btm_pgnav .wp-pagenavi span.pages:hover,
.btm_pgnav .wp-pagenavi span.nextpostslink:hover,
.btm_pgnav .wp-pagenavi span.previouspostslink:hover {
  background-color: transparent;
  color: #323232;
  font-weight: normal;
}
.btm_pgnav .wp-pagenavi a:hover,
.btm_pgnav .wp-pagenavi span.current {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
  font-weight: normal;
  opacity: 1;
  font-weight: bold;
}

.SinglePost {
  position: relative;
}
.SinglePost__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost__inner {
    max-width: vw(1300px, 1080px);
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.SinglePost .PostWrap {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost .PostWrap {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.SinglePost .PostHead {
  padding-bottom: 1.5em;
  position: relative;
}
.SinglePost .PostHead::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.SinglePost .PostHead__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.5rem;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead__meta {
    font-size: 1.3rem;
  }
}
.SinglePost .PostHead__meta span {
  line-height: 1.2;
}
.SinglePost .PostHead__meta .date {
  display: inline-flex;
  align-items: center;
  gap: 0 0.25em;
}
.SinglePost .PostHead__meta .cat a {
  font-size: 1.2rem;
  display: block;
  padding: 0.25em 0.5em;
  border: 1px solid #323232;
  pointer-events: none;
  text-decoration: none;
  color: #323232;
}
.SinglePost .PostHead__column {
  display: flex;
  flex-direction: column;
}
.SinglePost .PostHead .SnsIcon {
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead .SnsIcon {
    min-width: initial;
  }
}

.NewsCnt__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .NewsCnt__inner {
    max-width: vw(1300px, 1080px);
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .NewsCnt__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .NewsCnt__inner {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .NewsCnt__inner {
    padding: 0 5%;
  }
}
.NewsCnt__column {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
.NewsCnt .News {
  padding: 1em 0;
  border-bottom: 1px solid #c1c1c1;
}
.NewsCnt .News__column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .NewsCnt .News__column {
    flex-direction: column;
  }
}
.NewsCnt .News .date {
  position: relative;
  top: 0.25em;
  min-width: 140px;
  font-size: 1.4rem;
}
.NewsCnt .News__title {
  display: block;
  width: 100%;
  padding-right: 5%;
  color: #323232;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
}
.NewsCnt .News__title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}

/*!
page > upd
------------------------------
*/
.BatterySys {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .BatterySys {
    padding: 0 0 50px;
  }
}
.BatterySys__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BatterySys__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .BatterySys__inner {
    padding: 0 5%;
  }
}
.BatterySys__column {
  display: flex;
  align-items: center;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .BatterySys__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.BatterySys .titleWrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .BatterySys .titleWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em 0;
  }
}
.BatterySys .titleWrap .op {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #dd6b66;
  border: 2px solid #dd6b66;
  font-weight: 500;
  padding: 0.25em 1.5em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .BatterySys .titleWrap .op {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    font-size: 1.3rem;
  }
}
.BatterySys .SmartStar {
  min-width: 60%;
  width: 60%;
  background-color: #e2f4fd;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .BatterySys .SmartStar {
    min-width: initial;
    width: 100%;
  }
}
.BatterySys .SmartStar__inner {
  padding: 2.5em;
}
@media screen and (max-width: 767px) {
  .BatterySys .SmartStar__inner {
    padding: 1.5em;
  }
}
.BatterySys .SmartStar__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .BatterySys .SmartStar__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.BatterySys .SmartStar__ttl {
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .BatterySys .SmartStar__ttl {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}
.BatterySys .SmartStar__img {
  display: block;
  min-width: 42.5%;
  width: 42.5%;
}
@media screen and (max-width: 767px) {
  .BatterySys .SmartStar__img {
    min-width: initial;
    width: 100%;
  }
}
.BatterySys .SmartStar__img img {
  display: block;
  width: 100%;
}
.BatterySys .SmartStar__block {
  width: 100%;
}
.BatterySys .SmartStar__block .caption {
  font-size: clamp(1.1rem, 1.1vw, 100rem);
}
@media screen and (max-width: 767px) {
  .BatterySys .SmartStar__block .caption {
    font-size: 1.4rem;
  }
}
.BatterySys .AISys {
  width: 100%;
}
.BatterySys .AISys__ttl {
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 600;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .BatterySys .AISys__ttl {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}
.BatterySys .AISys__ttl::before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 5/6;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: #323232;
}
.BatterySys .AISys__img {
  display: block;
}
.BatterySys .AISys__img img {
  display: block;
  width: 100%;
}

.CorpInfo {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .CorpInfo {
    padding: 0 0 50px;
  }
}
.CorpInfo__inner {
  padding: 0 15%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CorpInfo__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .CorpInfo__inner {
    padding: 0 5%;
  }
}
.CorpInfo__column {
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .CorpInfo__column {
    flex-direction: column;
    gap: 35px 0;
  }
}
.CorpInfo .CorpItem {
  width: 50%;
  border: 1px solid #323232;
  position: relative;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .CorpInfo .CorpItem {
    width: 100%;
  }
}
.CorpInfo .CorpItem__inner {
  padding: 0 1.5em 1em;
}
.CorpInfo .CorpItem__ttl {
  display: inline-flex;
  font-weight: 600;
  background-color: white;
  border: 1.5px solid #323232;
  padding: 0.35em 1em;
  position: relative;
  top: -20px;
  border-radius: 7px;
  box-shadow: 4px 4px 0px #d4d4d4;
}
.CorpInfo .CorpItem .CorpTable th,
.CorpInfo .CorpItem .CorpTable td {
  padding: 0.35em 0;
  line-height: 1.5;
}
.CorpInfo .CorpItem .CorpTable th {
  font-weight: 600;
}
.CorpInfo .CorpItem .CorpTable .PhoneNo {
  display: inline-flex;
  align-items: center;
  gap: 0 0.35em;
  font-size: clamp(1.3em, 1.3vw, 100rem);
}
.CorpInfo .CorpItem .CorpTable .PhoneNo i {
  font-size: clamp(1.2rem, 1.2vw, 100rem);
}
.CorpInfo .CorpItem .CorpTable small {
  font-size: clamp(0.9rem, 0.9vw, 100rem);
}

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