@charset "UTF-8";
/* =========================================
   Reset
========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* =========================================
   Base
========================================= */
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* =========================================
   Typography
========================================= */
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* =========================================
   Lists
========================================= */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* =========================================
   Media
========================================= */
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  display: block;
}

/* =========================================
   Links
========================================= */
a {
  text-decoration: none;
  color: inherit;
}

/* =========================================
   Forms
========================================= */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* =========================================
   Tables
========================================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =========================================
   Accessibility
========================================= */
[hidden] {
  display: none;
}

body {
  max-width: 2560px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #222;
}
@media (320px <= width <= 1259px) {
  body {
    font-size: 16px;
  }
}
body.is-menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

a {
  position: relative;
  transition-duration: 0.2s;
}
a:hover {
  opacity: 0.8;
}

.c-inner {
  width: 1240px;
  margin: 0 auto;
}
@media (320px <= width <= 1259px) {
  .c-inner {
    width: 100%;
    padding-inline: 16px;
  }
}

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

.c-sec {
  padding-block: 80px;
}
@media (320px <= width <= 1259px) {
  .c-sec {
    padding-block: 64px;
  }
}

.c-sec-title {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 16px;
}
@media (320px <= width <= 1259px) {
  .c-sec-title {
    padding-bottom: 8px;
    font-size: 24px;
  }
}
.c-sec-title::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 4px;
  border-radius: 12px;
  background-color: #5C9765;
}

.c-sec-subtitle {
  margin-top: 24px;
  text-align: center;
  font-size: 24px;
}
@media (320px <= width <= 1259px) {
  .c-sec-subtitle {
    margin-top: 16px;
    font-size: 20px;
  }
}

.c-text-annotation {
  font-size: 18px;
}
@media (320px <= width <= 1259px) {
  .c-text-annotation {
    font-size: 14px;
  }
}

.c-bg-green {
  background: var(--bg-green, linear-gradient(100deg, #EAF4EF 0%, #F7FBF9 100%));
}

.c-sec-link {
  padding-block: 80px;
}
@media (320px <= width <= 1259px) {
  .c-sec-link {
    padding-block: 64px;
  }
}
.c-sec-link .c-inner > * {
  margin-top: 24px;
}
@media (320px <= width <= 1259px) {
  .c-sec-link .c-inner > * {
    margin-top: 16px;
  }
}
.c-sec-link .c-sec-link-title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media (320px <= width <= 1259px) {
  .c-sec-link .c-sec-link-title {
    font-size: 24px;
  }
}
.c-sec-link .c-sec-link-text {
  font-size: 24px;
  text-align: center;
}
@media (320px <= width <= 1259px) {
  .c-sec-link .c-sec-link-text {
    font-size: 20px;
  }
}
.c-sec-link .c-sec-link-cta-group {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 56px;
}
@media (320px <= width <= 1259px) {
  .c-sec-link .c-sec-link-cta-group {
    flex-direction: column;
    align-items: center;
  }
}

.c-cta-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  width: 360px;
  max-width: 100%;
  height: 72px;
  background-color: #5C9765;
}
@media (320px <= width <= 1259px) {
  .c-cta-primary {
    font-size: 20px;
  }
}
.c-cta-primary::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-size: contain;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background: url("../img/icon/icon_primary_right_arrow.svg") no-repeat center center;
}

.c-cta-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  width: 360px;
  max-width: 100%;
  height: 72px;
  background-color: #7A9FB5;
  opacity: 1;
}
@media (320px <= width <= 1024px) {
  .c-cta-secondary {
    font-size: 20px;
  }
}
.c-cta-secondary::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-size: contain;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background: url("../img/icon/icon_secondary_right_arrow.svg") no-repeat center center;
}
.c-cta-secondary:hover {
  box-shadow: 0 1px 3px rgba(0, 26, 99, 0.8);
}

.c-mv {
  padding-block: 80px;
  background: url("../img/common/mv_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media (320px <= width <= 1259px) {
  .c-mv {
    padding-block: 64px;
  }
}
.c-mv .c-mv-title {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
}
@media (320px <= width <= 1259px) {
  .c-mv .c-mv-title {
    font-size: 48px;
  }
}
@media (320px <= width <= 1024px) {
  .c-mv .c-mv-title {
    font-size: 32px;
  }
}
.c-mv .c-mv-subtitle {
  margin-top: 64px;
  font-size: 32px;
  text-align: center;
}
@media (320px <= width <= 1259px) {
  .c-mv .c-mv-subtitle {
    margin-top: 40px;
    font-size: 24px;
  }
}

.c-breadcrumb {
  margin-top: 16px;
}
.c-breadcrumb .c-breadcrumb-container {
  display: flex;
}
.c-breadcrumb .c-breadcrumb-container .c-breadcrumb-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #222;
  border-radius: 4px;
  transition: all 0.3s;
}
.c-breadcrumb .c-breadcrumb-container .c-breadcrumb-text a:hover::after {
  width: 100%;
}
.c-breadcrumb .c-breadcrumb-container .c-breadcrumb-text:not(:first-child)::before {
  content: "＞";
  margin-inline: 16px;
}

.c-pc-block {
  display: none;
}
@media (1260px <= width) {
  .c-pc-block {
    display: block;
  }
}

.c-sp-block {
  display: none;
}
@media (320px <= width <= 1259px) {
  .c-sp-block {
    display: block;
  }
}

@media (1260px <= width) {
  .c-mt24-pc {
    margin-top: 24px !important;
  }
}

@media (1260px <= width) {
  .c-mt40-pc {
    margin-top: 40px !important;
  }
}

@media (320px <= width <= 1259px) {
  .c-mt16-sp {
    margin-top: 16px !important;
  }
}

@media (320px <= width <= 1259px) {
  .c-mt32-sp {
    margin-top: 32px !important;
  }
}

.c-header {
  position: relative;
  height: 180px;
}
@media (769px <= width <= 1259px) {
  .c-header {
    height: 100px;
  }
}
@media (320px <= width <= 768px) {
  .c-header {
    height: 80px;
  }
}
.c-header .c-header-logo > a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.c-header .c-header-logo > a img:nth-child(1) {
  width: 158px;
}
@media (769px <= width <= 1740px) {
  .c-header .c-header-logo > a img:nth-child(1) {
    width: 110px;
  }
}
@media (320px <= width <= 768px) {
  .c-header .c-header-logo > a img:nth-child(1) {
    width: 100px;
  }
}
.c-header .c-header-logo > a img:nth-child(2) {
  width: 240px;
}
@media (769px <= width <= 1740px) {
  .c-header .c-header-logo > a img:nth-child(2) {
    width: 184px;
  }
}
@media (320px <= width <= 768px) {
  .c-header .c-header-logo > a img:nth-child(2) {
    width: 160px;
  }
}
.c-header .c-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (1260px <= width <= 1740px) {
  .c-header .c-header-inner {
    width: 100%;
    padding-left: 40px;
  }
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s ease;
  }
}
@media (769px <= width <= 1740px) {
  .c-header .c-header-nav.is-open {
    padding-top: 100px;
  }
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    padding-top: 80px;
  }
}
.c-header .c-header-nav .c-header-nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 700;
  font-size: 24px;
}
@media (1260px <= width <= 1740px) {
  .c-header .c-header-nav .c-header-nav-list {
    gap: 32px;
    padding-right: 250px;
    font-size: 22px;
  }
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-nav .c-header-nav-list {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-nav .c-header-nav-list .c-header-nav-item {
    width: 100%;
    text-align: center;
    padding-block: 16px;
    border-top: solid 2px #222;
  }
}
.c-header .c-header-nav .c-header-nav-list .c-header-nav-item a {
  position: relative;
  padding-inline: 8px;
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-nav .c-header-nav-list .c-header-nav-item a {
    display: block;
  }
}
.c-header .c-header-nav .c-header-nav-list .c-header-nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0%;
  height: 4px;
  background: #5C9765;
  border-radius: 4px;
  transition: all 0.3s;
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-nav .c-header-nav-list .c-header-nav-item a::after {
    display: none;
  }
}
.c-header .c-header-nav .c-header-nav-list .c-header-nav-item a:hover {
  color: #5C9765;
  opacity: 0.7;
}
.c-header .c-header-nav .c-header-nav-list .c-header-nav-item a:hover::after {
  width: 100%;
}
.c-header .c-header-nav .c-header-nav-list .c-header-nav-item.is-active {
  color: #5C9765;
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-nav .c-header-nav-list .c-header-nav-item.is-active {
    color: #FFF;
    background-color: #5C9765;
  }
}
.c-header .c-header-nav .c-header-nav-list .c-header-nav-item.is-active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 4px;
  background-color: #5C9765;
  border-radius: 4px;
}
.c-header .c-header-contact {
  position: absolute;
  top: 0;
  right: 0;
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-contact {
    display: flex;
    justify-content: center;
    border-top: solid 2px #222;
    padding-top: 32px;
  }
}
.c-header .c-header-contact img {
  width: 210px;
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-contact {
    position: relative;
  }
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-hamburger {
    position: fixed;
    top: 30px;
    right: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 3000;
  }
}
@media (320px <= width <= 768px) {
  .c-header .c-header-hamburger {
    top: 20px;
  }
}
.c-header .c-header-hamburger.is-active {
  gap: 0;
}
.c-header .c-header-hamburger.is-active .c-header-hamburger-line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.c-header .c-header-hamburger.is-active .c-header-hamburger-line:nth-child(2) {
  opacity: 0;
}
.c-header .c-header-hamburger.is-active .c-header-hamburger-line:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
@media (320px <= width <= 1259px) {
  .c-header .c-header-hamburger .c-header-hamburger-line {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #5C9765;
    transition: all 0.3s ease;
    transform-origin: center;
  }
}

.is-menu-open .c-header {
  z-index: 1000;
}
.is-menu-open .c-header .c-header-nav {
  z-index: 2000;
}

.c-footer {
  padding-block: 80px;
}
@media (320px <= width <= 1259px) {
  .c-footer {
    padding-block: 40px;
  }
}
.c-footer .c-footer-text {
  font-size: 14px;
}
.c-footer .c-footer-logo > a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.c-footer .c-footer-logo > a img:nth-child(1) {
  width: 158px;
  max-width: 158px;
}
@media (320px <= width <= 1259px) {
  .c-footer .c-footer-logo > a img:nth-child(1) {
    width: 28%;
  }
}
.c-footer .c-footer-logo > a img:nth-child(2) {
  width: 240px;
  max-width: 240px;
}
@media (320px <= width <= 1259px) {
  .c-footer .c-footer-logo > a img:nth-child(2) {
    width: 72%;
  }
}
.c-footer .c-footer-container {
  display: flex;
  justify-content: space-between;
}
@media (320px <= width <= 1259px) {
  .c-footer .c-footer-container {
    flex-direction: column;
  }
}
.c-footer .c-footer-navi {
  display: flex;
  gap: 80px;
}
@media (320px <= width <= 1259px) {
  .c-footer .c-footer-navi {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
}
.c-footer .c-footer-navi .c-footer-navi-contents {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (320px <= width <= 1259px) {
  .c-footer .c-footer-navi .c-footer-navi-contents {
    gap: 24px;
  }
}
.c-footer .c-footer-navi .c-footer-navi-contents a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #222;
  border-radius: 4px;
  transition: all 0.3s;
}
.c-footer .c-footer-navi .c-footer-navi-contents a:hover::after {
  width: 100%;
}
.c-footer .c-footer-overview .c-footer-overview-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  font-size: 16px;
}
.c-footer .c-footer-overview .c-footer-overview-list .c-footer-overview-list-items {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-footer .c-footer-icon-map {
  width: 11px;
  height: 20px;
}
.c-footer .c-footer-icon-call {
  width: 14px;
  height: 20px;
}
.c-footer .c-footer-end {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #CCC;
}

.p-home .sec-mv {
  background: url("../img/page/home/mv_bg.jpg") no-repeat 56% center;
  background-size: cover;
  padding-block: 56px;
}
@media (1025px <= width <= 1259px) {
  .p-home .sec-mv {
    background: url("../img/page/home/mv_bg.jpg") no-repeat 46% center;
    background-size: cover;
  }
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv {
    background: url("../img/page/home/mv_bg.jpg") no-repeat 57% center;
    background-size: cover;
  }
}
@media (320px <= width <= 1259px) {
  .p-home .sec-mv {
    padding-block: 40px;
  }
}
.p-home .sec-mv .sec-mv-title {
  font-size: 48px;
  font-weight: 700;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-title {
    font-size: 30px;
  }
}
.p-home .sec-mv .sec-mv-text {
  margin-top: 24px;
  font-size: 24px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-mv .sec-mv-text {
    font-size: 20px;
  }
}
.p-home .sec-mv .sec-mv-cta-group {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-cta-group {
    flex-direction: column;
    margin-top: 32px;
    gap: 32px;
  }
}
.p-home .sec-mv .sec-mv-cta-group a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  width: 360px;
  max-width: 100%;
  height: 72px;
}
.p-home .sec-mv .sec-mv-cta-group a::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-size: contain;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.p-home .sec-mv .sec-mv-cta-group a.sec-mv-cta-primary {
  background-color: #5C9765;
}
.p-home .sec-mv .sec-mv-cta-group a.sec-mv-cta-primary::after {
  background: url("../img/icon/icon_primary_right_arrow.svg") no-repeat center center;
}
.p-home .sec-mv .sec-mv-cta-group a.sec-mv-cta-secondary {
  background-color: #7A9FB5;
}
.p-home .sec-mv .sec-mv-cta-group a.sec-mv-cta-secondary::after {
  background: url("../img/icon/icon_secondary_right_arrow.svg") no-repeat center center;
}
.p-home .sec-mv .sec-mv-cta-group a:hover {
  box-shadow: 0 1px 3px rgba(0, 26, 99, 0.8);
}
.p-home .sec-mv .sec-mv-point-list {
  display: flex;
  gap: 32px;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-point-list {
    flex-direction: column;
    font-size: 20px;
    gap: 16px;
  }
}
.p-home .sec-mv .sec-mv-point-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-home .sec-mv .sec-mv-point-list li::before {
  display: inline-block;
  content: "";
  background: url("../img/icon/icon_primary_check.svg") no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 25px;
}
.p-home .sec-mv .sec-mv-caution-container {
  margin-top: 32px;
  font-size: 18px;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-caution-container {
    font-size: 16px;
  }
}
.p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-contents {
  border-radius: 12px;
  border: 2px solid #E3A23A;
  padding: 32px;
  background-color: #FFFDF9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-contents {
    padding: 24px;
  }
}
.p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  font-weight: 500;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-title {
    gap: 8px;
    font-size: 24px;
  }
}
.p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-title::before {
  display: inline-block;
  content: "";
  background: url("../img/icon/icon_exclamation.svg") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-title::before {
    width: 24px;
    height: 24px;
  }
}
.p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
}
.p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-wrap .sec-mv-caution-wrap-col:nth-child(1) {
  width: 720px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-wrap .sec-mv-caution-wrap-col:nth-child(1) {
    width: calc(100% - 370px);
  }
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-wrap .sec-mv-caution-wrap-col:nth-child(1) {
    width: 100%;
  }
}
.p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-wrap .sec-mv-caution-wrap-col:nth-child(2) {
  border-left: 2px solid #E3A23A;
  display: flex;
  flex-direction: column;
  padding: 24px 0 24px 64px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-wrap .sec-mv-caution-wrap-col:nth-child(2) {
    width: 330px;
    padding: 24px 0 24px 40px;
  }
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-wrap .sec-mv-caution-wrap-col:nth-child(2) {
    align-items: end;
    margin-top: 16px;
    gap: 0;
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
.p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-company {
  font-size: 24px;
  font-weight: 500;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-company {
    font-size: 20px;
  }
}
.p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-tel {
  font-size: 28px;
  font-weight: 500;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-tel {
    font-size: 24px;
  }
}
@media (320px <= width <= 1024px) {
  .p-home .sec-mv .sec-mv-caution-container .sec-mv-caution-tel {
    font-size: 20px;
  }
}
.p-home .sec-service .sec-service-container {
  margin-top: 40px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-service .sec-service-container {
    margin-top: 32px;
  }
}
.p-home .sec-service .sec-service-container .sec-service-contents {
  display: flex;
  gap: 32px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-service .sec-service-container .sec-service-contents {
    flex-direction: column;
    gap: 24px;
  }
}
.p-home .sec-service .sec-service-items {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 32px;
  gap: 24px;
  border-radius: 12px;
  border: 2px solid #CCC;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
@media (320px <= width <= 1259px) {
  .p-home .sec-service .sec-service-items {
    padding: 24px;
    gap: 16px;
  }
}
.p-home .sec-service .sec-service-items .sec-service-items-image img {
  width: 100%;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-service .sec-service-items-title {
    font-size: 20px;
  }
}
.p-home .sec-service .sec-service-items-btn {
  display: flex;
  justify-content: center;
}
.p-home .sec-service .sec-service-items-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  border: 2px solid #2D8C7A;
  color: #2D8C7A;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  height: 56px;
  opacity: 1;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-service .sec-service-items-btn a {
    width: 360px;
    font-size: 20px;
  }
}
.p-home .sec-service .sec-service-items-btn a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 14px;
  background-size: contain;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url("../img/page/home/icon_arrow_right.svg") no-repeat center center;
}
.p-home .sec-service .sec-service-items-btn a:hover {
  background-color: #2D8C7A;
  color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 26, 99, 0.8);
}
.p-home .sec-service .sec-service-items-btn a:hover::after {
  background: url("../img/page/home/icon_arrow_right_white.svg") no-repeat center center;
}
.p-home .sec-recommend .sec-recommend-container {
  margin-top: 40px;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-recommend .sec-recommend-container {
    margin-top: 32px;
  }
}
.p-home .sec-recommend .sec-recommend-container .sec-recommend-contents {
  display: flex;
  gap: 40px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-recommend .sec-recommend-detail {
    width: 100%;
  }
}
.p-home .sec-recommend .sec-recommend-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 600px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-recommend .sec-recommend-list {
    width: 100%;
    font-size: 18px;
    gap: 24px;
  }
}
.p-home .sec-recommend .sec-recommend-list > li {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #FFF;
  border-radius: 12px;
  padding: 20px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-recommend .sec-recommend-list > li {
    padding: 24px;
  }
}
.p-home .sec-recommend .sec-recommend-list > li::before {
  display: inline-block;
  content: "";
  background: url("../img/icon/icon_primary_check.svg") no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 25px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-recommend .sec-recommend-image {
    display: none;
  }
}
.p-home .sec-recommend .sec-recommend-image > img {
  width: 600px;
}
.p-home .sec-price .sec-price-container {
  margin-top: 40px;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-price .sec-price-container {
    margin-top: 32px;
  }
}
.p-home .sec-price .sec-price-container .sec-price-contents {
  border-radius: 12px;
  border: 2px solid #CCC;
  padding: 40px;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-price .sec-price-container .sec-price-contents {
    padding: 24px;
  }
}
.p-home .sec-price .sec-price-title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-price .sec-price-title {
    font-size: 24px;
  }
}
.p-home .sec-price .sec-price-point-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-price .sec-price-point-list {
    gap: 24px;
    margin-top: 24px;
  }
}
.p-home .sec-price .sec-price-point-list > li {
  display: flex;
  gap: 12px;
  counter-increment: cnt;
}
.p-home .sec-price .sec-price-point-list > li::before {
  font-size: 24px;
  font-weight: 500;
  color: #5C9765;
  content: counter(cnt) ".";
}
@media (320px <= width <= 1024px) {
  .p-home .sec-price .sec-price-point-list > li::before {
    font-size: 20px;
  }
}
.p-home .sec-price .sec-price-point-list > li .sec-price-point-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-home .sec-price .sec-price-point-list > li .sec-price-point-list-title {
  font-size: 24px;
  font-weight: 500;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-price .sec-price-point-list > li .sec-price-point-list-title {
    font-size: 20px;
  }
}
.p-home .sec-price .sec-price-btn {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
@media (320px <= width <= 1024px) {
  .p-home .sec-price .sec-price-btn {
    margin-top: 48px;
  }
}
.p-home .sec-voice .sec-voice-container {
  margin-top: 40px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-voice .sec-voice-container {
    margin-top: 32px;
  }
}
.p-home .sec-voice .sec-voice-container .sec-voice-contents {
  display: flex;
  gap: 32px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-voice .sec-voice-container .sec-voice-contents {
    gap: 24px;
    flex-direction: column;
  }
}
.p-home .sec-voice .sec-voice-container .sec-voice-items {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 24px;
  padding: 40px;
  border-radius: 12px;
  border: 2px solid #CCC;
  background-color: #FFF;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-voice .sec-voice-container .sec-voice-items {
    width: 100%;
    padding: 24px;
    gap: 16px;
  }
}
.p-home .sec-voice .sec-voice-container .sec-voice-items .sec-voice-items-user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-home .sec-voice .sec-voice-container .sec-voice-items .sec-voice-items-user .sec-voice-items-user-image > img {
  border-radius: 9999px;
  width: 64px;
  height: 64px;
}
.p-home .sec-voice .sec-voice-container .sec-voice-items .sec-voice-items-user .sec-voice-items-user-att .sec-voice-items-user-att-mini {
  font-size: 16px;
}
.p-home .sec-voice .sec-voice-container .sec-voice-btn {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-voice .sec-voice-container .sec-voice-btn {
    margin-top: 48px;
  }
}
.p-home .sec-voice .sec-voice-container .sec-voice-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  max-width: 100%;
  height: 56px;
  border-radius: 32px;
  border: 2px solid #2D8C7A;
  color: #2D8C7A;
  font-size: 24px;
  font-weight: 500;
  background-color: #FFF;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-voice .sec-voice-container .sec-voice-btn > a {
    font-size: 20px;
  }
}
.p-home .sec-voice .sec-voice-container .sec-voice-btn > a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 14px;
  background-size: contain;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url("../img/page/home/icon_arrow_right.svg") no-repeat center center;
}
.p-home .sec-voice .sec-voice-container .sec-voice-btn > a:hover {
  color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 26, 99, 0.8);
  background-color: #2D8C7A;
}
.p-home .sec-voice .sec-voice-container .sec-voice-btn > a:hover::after {
  background: url("../img/page/home/icon_arrow_right_white.svg") no-repeat center center;
}
.p-home .sec-qa .sec-qa-container {
  margin-top: 40px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-qa .sec-qa-container {
    margin-top: 32px;
  }
}
.p-home .sec-qa .sec-qa-contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-qa .sec-qa-contents {
    gap: 32px;
  }
}
.p-home .sec-qa .sec-qa-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 24px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-qa .sec-qa-list {
    gap: 16px;
    font-size: 20px;
  }
}
.p-home .sec-qa .sec-qa-list > dt,
.p-home .sec-qa .sec-qa-list dd {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.p-home .sec-qa .sec-qa-list > dt::before,
.p-home .sec-qa .sec-qa-list dd::before {
  font-size: 24px;
  font-weight: 500;
  color: #5C9765;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-qa .sec-qa-list > dt::before,
  .p-home .sec-qa .sec-qa-list dd::before {
    font-size: 20px;
  }
}
.p-home .sec-qa .sec-qa-list dd > div {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.p-home .sec-qa .sec-qa-list > dt::before {
  content: "Q.";
}
.p-home .sec-qa .sec-qa-list > dd::before {
  content: "A.";
}
.p-home .sec-qa .sec-qa-list .sec-qa-list-dd-mimi {
  font-size: 20px;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-qa .sec-qa-list .sec-qa-list-dd-mimi {
    font-size: 16px;
  }
}
.p-home .sec-qa .sec-qa-items {
  padding: 40px 32px;
  border-radius: 12px;
  border: 2px solid #CCC;
}
@media (320px <= width <= 1259px) {
  .p-home .sec-qa .sec-qa-items {
    padding: 24px;
  }
}
.p-home .sec-partner .sec-partner-image {
  margin-top: 40px;
}
.p-home .sec-partner .sec-partner-image > img {
  width: 1155px;
}

.sec-company .sec-company-container .sec-company-contents {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (320px <= width <= 1259px) {
  .sec-company .sec-company-container .sec-company-contents {
    flex-direction: column;
    gap: 32px;
  }
}
.sec-company .sec-company-detail {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
  width: 100%;
}
@media (320px <= width <= 1259px) {
  .sec-company .sec-company-detail {
    gap: 32px;
  }
}
.sec-company .sec-company-detail .sec-company-detail-list {
  display: flex;
  align-items: stretch;
  border: solid 3px #5C9765;
  font-size: 24px;
}
@media (320px <= width <= 1259px) {
  .sec-company .sec-company-detail .sec-company-detail-list {
    flex-wrap: wrap;
    font-size: 20px;
  }
}
.sec-company .sec-company-detail .sec-company-detail-list > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 16px;
  text-align: center;
  color: #FFF;
  background-color: #5C9765;
}
@media (320px <= width <= 1259px) {
  .sec-company .sec-company-detail .sec-company-detail-list > dt {
    width: 180px;
  }
}
.sec-company .sec-company-detail .sec-company-detail-list > dd {
  padding: 16px;
}
@media (320px <= width <= 1259px) {
  .sec-company .sec-company-detail .sec-company-detail-list > dd {
    width: calc(100% - 180px);
  }
}

.p-contact input:focus,
.p-contact textarea:focus,
.p-contact select:focus {
  border: 2px solid #5f9f68;
  outline: none;
  box-shadow: none;
}
.p-contact .p-contact-form-container {
  border-radius: 12px;
  border: 3px solid #CCC;
  padding: 40px;
  margin-top: 0;
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-form-container {
    padding: 24px;
  }
}
.p-contact .p-contact-note {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-note .p-contact-note-icon {
    width: 32px;
    height: 32px;
  }
}
.p-contact .p-contact-note .p-contact-note-icon > img {
  width: 24px;
  height: 24px;
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-note .p-contact-note-icon > img {
    width: 32px;
    height: 32px;
  }
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-note .p-contact-note-text {
    width: calc(100% - 44px);
  }
}
.p-contact .is-required,
.p-contact .is-optional {
  display: flex;
  width: 64px;
  padding: 4px 10px 6px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  font-size: 20px;
  color: #FFF;
  line-height: 1;
}
.p-contact .is-required {
  background-color: #E895C4;
}
.p-contact .is-optional {
  background-color: #B19977;
}
.p-contact .p-contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-field {
    margin-top: 32px;
  }
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-field .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
  }
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-field .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
  }
}
.p-contact .p-contact-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-label {
    font-size: 20px;
  }
}
.p-contact .p-contact-label-bold {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 500;
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-label-bold {
    flex-wrap: wrap;
    font-size: 20px;
  }
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-label-bold .p-contact-field-privacy-text {
    width: calc(100% - 72px);
  }
}
.p-contact .p-contact-input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 12px;
  border: 2px solid #CCC;
}
.p-contact .p-contact-checkbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.p-contact .p-contact-checkbox > span {
  margin-left: 0;
  font-size: 24px;
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-checkbox > span {
    font-size: 20px;
  }
}
.p-contact .p-contact-checkbox > span > label {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-contact .p-contact-checkbox > span > label > input {
  margin: 0;
}
.p-contact .p-contact-textarea {
  width: 100%;
  padding: 8px 12px;
  border-radius: 12px;
  border: 2px solid #CCC;
}
@media (320px <= width <= 1259px) {
  .p-contact .p-contact-check-privacy {
    font-size: 14px;
  }
}
.p-contact .p-contact-check-privacy .wpcf7-list-item {
  margin-left: 0;
}
.p-contact .p-contact-check-privacy a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #222;
  border-radius: 4px;
}
.p-contact .p-contact-check-privacy label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-contact .p-contact-check-privacy label > input {
  position: relative;
  width: 32px;
  height: 32px;
  opacity: 1;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
}
.p-contact .p-contact-check-privacy label > input::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  border: 2px solid #222;
  border-radius: 8px;
  background-color: #FFF;
  position: relative;
  transition: all 0.2s ease;
}
.p-contact .p-contact-check-privacy label > input::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 6px;
  width: 10px;
  height: 18px;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.p-contact .p-contact-check-privacy label > input:checked::before {
  background-color: #FFF;
}
.p-contact .p-contact-check-privacy label > input:checked::after {
  opacity: 1;
}
.p-contact .p-contact-privacy-text {
  margin-top: 24px;
}
.p-contact .p-contact-submit-button {
  width: 100%;
  height: 72px;
  margin-top: 40px;
  border-radius: 12px;
  font-size: 32px;
  font-weight: 500;
  color: #FFF;
  border: none;
  background-color: #5C9765;
}
.p-contact .p-contact-submit-button:disabled {
  background-color: #5F9F68;
  cursor: not-allowed;
  opacity: 0.45;
}
.p-contact .p-contact-check-box label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-contact .p-contact-check-box label > input {
  position: relative;
  width: 32px;
  height: 32px;
  opacity: 1;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
}
.p-contact .p-contact-check-box label > input::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  border: 2px solid #222;
  border-radius: 8px;
  background-color: #FFF;
  position: relative;
  transition: all 0.2s ease;
}
.p-contact .p-contact-check-box label > input::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 6px;
  width: 10px;
  height: 18px;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.p-contact .p-contact-check-box label > input:checked::before {
  background-color: #FFF;
}
.p-contact .p-contact-check-box label > input:checked::after {
  opacity: 1;
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact .wpcf7-not-valid-tip {
  color: #E895C4;
  font-weight: 700;
}
.p-contact .p-contact-submit-button {
  cursor: pointer;
  pointer-events: auto;
}
.p-contact .p-contact-submit-button:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.p-privacy-policy .sec-policy .sec-policy-wrap .sec-policy-list {
  padding-block: 40px;
}
@media (320px <= width <= 1259px) {
  .p-privacy-policy .sec-policy .sec-policy-wrap .sec-policy-list {
    padding-block: 32px;
  }
}
.p-privacy-policy .sec-policy .sec-policy-wrap .sec-policy-list:not(:nth-child(1)) {
  border-top: 1px solid #222;
}
.p-privacy-policy .sec-policy .sec-policy-wrap .sec-policy-list:last-child {
  padding-bottom: 0;
}
.p-privacy-policy .sec-policy .sec-policy-wrap .sec-policy-list > dt {
  font-size: 24px;
  font-weight: 500;
}
.p-privacy-policy .sec-policy .sec-policy-wrap .sec-policy-list > dd {
  margin-top: 24px;
}
.p-privacy-policy .sec-policy .sec-policy-wrap .sec-policy-terms-list {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  gap: 12px;
}
.p-privacy-policy .sec-policy .sec-policy-wrap .sec-policy-terms-list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-privacy-policy .sec-policy .sec-policy-wrap .sec-policy-terms-list > li::before {
  content: "・";
}

.p-simulation .p-inner {
  width: 960px;
}
@media (320px <= width <= 1024px) {
  .p-simulation .p-inner {
    width: 100%;
  }
}
.p-simulation .p-simulation-container {
  padding-block: 80px;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-container {
    padding-block: 64px;
  }
}
.p-simulation .p-simulation-container .p-simulation-contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-container .p-simulation-contents {
    gap: 64px;
  }
}
.p-simulation .p-simulation-support {
  border-radius: 12px;
  border: 2px solid #CCC;
  overflow: hidden;
}
.p-simulation .p-simulation-support .p-simulation-support-contents {
  padding: 40px 80px;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-support .p-simulation-support-contents {
    padding: 24px;
  }
}
.p-simulation .p-simulation-support .p-simulation-support-title {
  padding: 24px 80px;
  font-size: 28px;
  font-weight: 500;
  color: #FFF;
  background-color: #5C9765;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-support .p-simulation-support-title {
    padding: 24px;
    font-size: 24px;
  }
}
.p-simulation .p-simulation-support .p-simulation-support-subtitle {
  font-size: 24px;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-support .p-simulation-support-subtitle {
    font-size: 20px;
  }
}
.p-simulation .p-simulation-support .p-simulation-support-box {
  margin-top: 24px;
  padding: 40px;
  border-radius: 12px;
  border: 2px solid #CCC;
  background: #EFEFEF;
  font-size: 24px;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-support .p-simulation-support-box {
    margin-top: 16px;
    padding: 24px;
    font-size: 20px;
  }
}
.p-simulation .p-simulation-support .p-simulation-support-box.is-active {
  background: var(--bg-green, linear-gradient(100deg, #EAF4EF 0%, #F7FBF9 100%));
}
.p-simulation .p-simulation-support .p-simulation-support-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-support .p-simulation-support-wrap {
    align-items: start;
    flex-direction: column;
  }
}
.p-simulation .p-simulation-support .p-simulation-support-menu-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-support .p-simulation-support-menu-wrap {
    gap: 32px;
  }
}
.p-simulation .p-simulation-support .p-simulation-support-price {
  margin-top: 16px;
  line-height: 1;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-support .p-simulation-support-price {
    display: flex;
    align-items: baseline;
    margin-top: 8px;
  }
}
.p-simulation .p-simulation-support .p-simulation-support-text-mini {
  margin-top: 8px;
  text-indent: -1.25em;
  padding-left: 1.25em;
  font-size: 16px;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-support .p-simulation-support-text-mini {
    font-size: 14px;
  }
}
.p-simulation .p-simulation-support .sec-program-price-list-dd-price {
  font-size: 48px;
  font-weight: 500;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-support .sec-program-price-list-dd-price {
    font-size: 28px;
  }
}
.p-simulation .p-simulation-support .sec-program-price-list-dd-mini {
  font-size: 20px;
}
.p-simulation .p-simulation-support .p-simulation-support-label {
  display: flex;
  align-items: center;
  min-width: 348px;
  gap: 8px;
  font-size: 28px;
  font-weight: 500;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-support .p-simulation-support-label {
    font-size: 18px;
  }
}
.p-simulation .p-simulation-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  text-align: center;
}
.p-simulation .p-simulation-button > button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  width: 360px;
  max-width: 100%;
  height: 72px;
  background-color: #5C9765;
  transition-duration: 0.3s;
}
.p-simulation .p-simulation-button > button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}
.p-simulation .p-simulation-button > button:disabled + p {
  display: none;
}
.p-simulation .p-simulation-button > button::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-size: contain;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background: url(../img/icon/icon_arrow_bottom.svg) no-repeat center center;
}
.p-simulation .p-simulation-button > button p {
  font-size: 16px;
}
.p-simulation .p-simulation-answer {
  display: none;
  margin-top: 80px;
  opacity: 0;
  transition-duration: 0.3s;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-answer {
    margin-top: 64px;
  }
}
.p-simulation .p-simulation-answer.is-active {
  display: block;
  opacity: 1;
}
.p-simulation .p-simulation-answer .p-simulation-answer-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #5C9765;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-answer .p-simulation-answer-title {
    font-size: 24px;
  }
}
.p-simulation .p-simulation-answer .p-simulation-answer-title::before {
  display: inline-block;
  content: "";
  background: url("../img/icon/icon_simulation.svg") no-repeat center center;
  background-size: contain;
  width: 28px;
  height: 34px;
}
.p-simulation .p-simulation-answer .p-simulation-answer-contents {
  margin-top: 16px;
  padding: 40px;
  border-radius: 12px;
  border: 2px solid #CCC;
  background: var(--bg-green, linear-gradient(100deg, #EAF4EF 0%, #F7FBF9 100%));
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-answer .p-simulation-answer-contents {
    padding: 24px;
  }
}
.p-simulation .p-simulation-answer .p-simulation-answer-subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-answer .p-simulation-answer-subtitle {
    font-size: 22px;
  }
}
.p-simulation .p-simulation-answer .p-simulation-answer-price-wrap {
  margin-top: 40px;
  text-align: center;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-answer .p-simulation-answer-price-wrap {
    margin-top: 32px;
  }
}
.p-simulation .p-simulation-answer .sec-simulation-answer-price {
  color: #5C9765;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-answer .sec-simulation-answer-price {
    font-size: 40px;
    line-height: 40px;
  }
}
.p-simulation .p-simulation-answer .sec-simulation-answer-mini {
  font-size: 16px;
}
.p-simulation .p-simulation-answer .p-simulation-answer-anno {
  margin-top: 16px;
  text-align: center;
  font-weight: 500;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-answer .p-simulation-answer-anno {
    text-align: left;
    text-indent: -1.25em;
    padding-left: 1.25em;
  }
}
.p-simulation .p-simulation-contact-btn {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media (320px <= width <= 1259px) {
  .p-simulation .p-simulation-contact-btn {
    margin-top: 56px;
  }
}
.p-simulation .p-simulation-check {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.p-simulation .p-simulation-check .p-simulation-check-box {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.p-simulation .p-simulation-check .p-simulation-check-box:checked + .p-simulation-check-icon {
  background-color: #FFF;
}
.p-simulation .p-simulation-check .p-simulation-check-box:checked + .p-simulation-check-icon::after {
  opacity: 1;
}
.p-simulation .p-simulation-check .p-simulation-check-icon {
  width: 32px;
  height: 32px;
  display: block;
  border: 2px solid #222;
  border-radius: 8px;
  background-color: #FFF;
  position: relative;
  transition: all 0.2s ease;
}
.p-simulation .p-simulation-check .p-simulation-check-icon::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 4px;
  width: 10px;
  height: 18px;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.p-support .sec-mv .sec-mv-point-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
  font-size: 32px;
  font-weight: 500;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-mv .sec-mv-point-list {
    gap: 24px;
    margin-top: 32px;
    font-size: 24px;
  }
}
@media (320px <= width <= 1024px) {
  .p-support .sec-mv .sec-mv-point-list {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
    font-size: 20px;
  }
}
.p-support .sec-mv .sec-mv-point-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-support .sec-mv .sec-mv-point-list li::before {
  display: inline-block;
  content: "";
  background: url("../img/icon/icon_primary_check.svg") no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 25px;
}
.p-support .sec-program .sec-program-container {
  margin-top: 40px;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container {
    margin-top: 32px;
  }
}
.p-support .sec-program .sec-program-container .sec-program-contents {
  display: flex;
  gap: 32px;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-contents {
    flex-direction: column;
    gap: 24px;
  }
}
.p-support .sec-program .sec-program-container .sec-program-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  font-weight: 500;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-title {
    font-size: 24px;
  }
}
.p-support .sec-program .sec-program-container .sec-program-title.sec-program-title-border-gray {
  border-bottom: 2px solid #CCC;
  padding-bottom: 16px;
}
.p-support .sec-program .sec-program-container .sec-program-title + p {
  margin-top: 16px;
}
.p-support .sec-program .sec-program-container .sec-program-title + .sec-program-title-indent {
  padding-left: 44px;
}
.p-support .sec-program .sec-program-container .sec-program-title .sec-program-title-icon {
  width: 24px;
}
.p-support .sec-program .sec-program-container .sec-program-title .sec-program-title-icon img {
  width: 24px;
  height: 24px;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-title .sec-program-title-icon img {
    width: 32px;
    height: 32px;
  }
}
.p-support .sec-program .sec-program-container .sec-program-title .sec-program-title-text {
  width: calc(100% - 36px);
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-title .sec-program-title-text {
    width: calc(100% - 44px);
  }
}
.p-support .sec-program .sec-program-container .sec-program-col {
  display: flex;
  flex-direction: column;
  width: stretch;
  gap: 40px;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-col {
    gap: 32px;
  }
}
.p-support .sec-program .sec-program-container .sec-program-box {
  padding: 32px;
  border-radius: 12px;
  border: 2px solid #CCC;
  background-color: #FFF;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-box {
    padding: 24px;
  }
}
.p-support .sec-program .sec-program-container .sec-program-box.sec-program-bg-green {
  border: 2px solid #5C9765;
  background: linear-gradient(100deg, #EAF4EF 0%, #F7FBF9 100%);
}
.p-support .sec-program .sec-program-container .sec-program-box.sec-program-bg-gray {
  background-color: #EFEFEF;
}
.p-support .sec-program .sec-program-container .sec-program-check-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
  gap: 16px;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-check-list {
    margin-top: 16px;
  }
}
.p-support .sec-program .sec-program-container .sec-program-check-list > li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
}
.p-support .sec-program .sec-program-container .sec-program-check-list > li::before {
  display: inline-block;
  content: "";
  background: url("../img/icon/icon_primary_check.svg") no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 25px;
}
.p-support .sec-program .sec-program-container .sec-program-menu-list {
  margin-top: 40px;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-menu-list {
    margin-top: 32px;
  }
}
.p-support .sec-program .sec-program-container .sec-program-menu-list > dt {
  padding-left: 12px;
  border-left: 3px solid var(--first, #5C9765);
  font-weight: 500;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-menu-list > dt {
    font-size: 20px;
  }
}
.p-support .sec-program .sec-program-container .sec-program-menu-list > dd {
  margin-top: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-support .sec-program .sec-program-container .sec-program-menu-list > dd:nth-child(2) {
  margin-top: 24px;
}
.p-support .sec-program .sec-program-container .sec-program-menu-list > dd::before {
  content: "・";
}
.p-support .sec-program .sec-program-container .sec-program-menu-list > dd.sec-program-menu-list-text {
  text-indent: 0;
  padding-left: 0.5em;
  font-size: 18px;
}
.p-support .sec-program .sec-program-container .sec-program-menu-list > dd.sec-program-menu-list-text::before {
  content: "";
}
.p-support .sec-program .sec-program-container .sec-program-menu-list > li {
  margin-top: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-support .sec-program .sec-program-container .sec-program-menu-list > li::before {
  content: "・";
}
.p-support .sec-program .sec-program-container .sec-program-menu-list > li.sec-program-menu-list-text {
  text-indent: 0;
  padding-left: 0.5em;
}
.p-support .sec-program .sec-program-container .sec-program-menu-list > li.sec-program-menu-list-text::before {
  content: "";
}
.p-support .sec-program .sec-program-container .sec-program-price-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-price-list-wrap {
    margin-top: 32px;
  }
}
.p-support .sec-program .sec-program-container .sec-program-price-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (320px <= width <= 1259px) {
  .p-support .sec-program .sec-program-container .sec-program-price-list {
    align-items: start;
    flex-direction: column;
  }
}
.p-support .sec-program .sec-program-container .sec-program-price-list .sec-program-price-list-dd-price {
  font-size: 24px;
  font-weight: 500;
}
.p-support .sec-program .sec-program-container .sec-program-price-list .sec-program-price-list-dd-mini {
  font-size: 16px;
}

.p-thanks-box {
  margin: 0 auto;
  padding: 56px 48px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
}
@media (320px <= width <= 1259px) {
  .p-thanks-box {
    padding: 32px 0;
  }
}

.p-thanks-note {
  margin-top: 24px;
}
@media (320px <= width <= 1259px) {
  .p-thanks-note {
    margin-top: 16px;
  }
}

.p-thanks-tel {
  margin-top: 32px;
  padding: 24px;
  background: #f4f8f5;
  border-radius: 12px;
}
@media (320px <= width <= 1259px) {
  .p-thanks-tel {
    margin-top: 24px;
  }
}

.p-thanks-tel-label {
  display: block;
  font-size: 28px;
}
@media (320px <= width <= 1259px) {
  .p-thanks-tel-label {
    font-size: 24px;
  }
}

.p-thanks-tel-number {
  display: inline-block;
  margin-top: 8px;
  font-size: 32px;
  font-weight: 500;
  color: #5C9765;
  text-decoration: none;
}
@media (320px <= width <= 1259px) {
  .p-thanks-tel-number {
    font-size: 28px;
  }
}

.p-thanks-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (320px <= width <= 1259px) {
  .p-thanks-button-wrap {
    margin-top: 32px;
  }
}

.p-404 .p-404-container {
  padding-block: 80px;
  text-align: center;
}
.p-404 .p-404-title {
  font-size: 28px;
}
.p-404 .p-404-title + p {
  margin-top: 24px;
}
.p-404 .p-404-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

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