@charset "UTF-8";
.hidden-pc {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hidden-pc {
    display: block !important;
  }
}

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

.over-minPc {
  display: block !important;
}
@media screen and (max-width: 1350px) {
  .over-minPc {
    display: none !important;
  }
}

.over-pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .over-pc {
    display: none !important;
  }
}

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

.over-tab {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .over-tab {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .over-tab {
    display: none !important;
  }
}

.under-tab {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .under-tab {
    display: block !important;
  }
}

.under-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .under-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .under-sp {
    display: block !important;
  }
}

.tCenter {
  text-align: center !important;
}

.font-lllll {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .font-lllll {
    font-size: 24px;
  }
}

.font-s {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .font-s {
    font-size: 13px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

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

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

.ib {
  display: inline-block !important;
}

.flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.section {
  padding: 110px 0;
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .section {
    padding: 48px 20px;
  }
}
.section_inner {
  margin: 0 auto;
  width: 880px;
}
@media screen and (max-width: 1024px) {
  .section_inner {
    width: 94.7%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .section_inner {
    width: auto;
  }
}
.section_inner-l {
  max-width: 1100px;
  width: 89.4%;
}
@media screen and (max-width: 1024px) {
  .section_inner-l {
    width: 94.7%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .section_inner-l {
    width: auto;
  }
}
.section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: #47aeab;
}
@media screen and (max-width: 1024px) {
  .section_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .section_title {
    font-size: 26px;
  }
}

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  height: 100%;
  scroll-padding-top: var(--scOffset-pc, 20px);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  height: 100%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #2f3034;
  font-size: 1rem;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  text-align: left;
  background-color: #fff;
  letter-spacing: 0.04em;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
}

p {
  margin-top: 20px;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 20px;
  margin-bottom: 0;
}

ul {
  padding: 0;
}
ul > li {
  display: block;
}

ol,
ul:not([class]),
ul.dotList {
  padding-left: 2rem;
}
ol > li,
ul:not([class]) > li,
ul.dotList > li {
  display: list-item;
}
ol ol,
ol ul:not([class]),
ol ul.dotList,
ul:not([class]) ol,
ul:not([class]) ul:not([class]),
ul:not([class]) ul.dotList,
ul.dotList ol,
ul.dotList ul:not([class]),
ul.dotList ul.dotList {
  margin-top: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 20px 0 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 0.8em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 20px;
  margin-bottom: 0;
  overflow: auto;
}

figure {
  margin: 20px 0 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  border-style: none;
  backface-visibility: hidden;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
  border: none;
}

table {
  margin: 20px 0 0;
  border-collapse: collapse;
  width: 100%;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th,
td {
  text-align: left;
  border: 1px solid #d8d8d8;
  background-clip: padding-box;
  padding: 10px;
}
th > :first-child,
td > :first-child {
  margin-top: 0;
}

th {
  text-align: inherit;
}

thead th {
  text-align: center;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
select,
textarea {
  width: 100%;
  min-width: 1px;
  font-family: inherit;
  border: 1px solid #d8d8d8;
  height: auto;
  padding: 0 10px;
  transition: all 0.4s;
}
[type=text]:disabled,
[type=search]:disabled,
[type=tel]:disabled,
[type=url]:disabled,
[type=email]:disabled,
[type=password]:disabled,
[type=datetime]:disabled,
[type=date]:disabled,
[type=month]:disabled,
[type=week]:disabled,
[type=time]:disabled,
[type=datetime-local]:disabled,
[type=number]:disabled,
select:disabled,
textarea:disabled {
  background: white;
}
@media screen and (max-width: 768px) {
  [type=text],
  [type=search],
  [type=tel],
  [type=url],
  [type=email],
  [type=password],
  [type=datetime],
  [type=date],
  [type=month],
  [type=week],
  [type=time],
  [type=datetime-local],
  [type=number],
  select,
  textarea {
    font-size: 16px !important;
  }
}

select {
  word-wrap: normal;
  padding-right: 0;
}

textarea {
  padding: 10px;
  overflow: auto;
  resize: vertical;
  height: 240px;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  margin: 0;
  -webkit-appearance: none;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.fade-enter-active {
  display: block;
  transition: opacity 0.4s;
}
.fade-enter {
  opacity: 0;
}
.fade-enter-to {
  opacity: 1;
}
.fade-leave-active {
  display: block;
  transition: opacity 0.4s;
}
.fade-leave {
  opacity: 1;
}
.fade-leave-to {
  opacity: 0;
}

[v-cloak] {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  /* スクロールバー全体 */
  ::-webkit-scrollbar {
    width: 11px;
    border-left: 1px solid #d8d8d8;
  }
  /* スクロールバーのつまみ */
  ::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 4px;
    /* 「余白」を演出するため、外側に透明の境界を持たせる */
    box-sizing: border-box;
    border: 4px solid transparent;
    background-clip: content-box;
    height: 38px;
  }
}
@media screen and (min-width: 769px) {
  a,
  button {
    transition: opacity 0.4s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    scroll-padding-top: var(--scOffset-sp, 20px);
  }
}
.wrapper {
  min-height: 100%;
}
.wrapper > :first-child {
  margin-top: 0;
}

.contents-thanks {
  height: 100vh;
  background: #f7f3e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contents-thanks {
    padding: 0 10px;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: 0.4s opacity;
  z-index: 1000;
  opacity: 0;
}
.overlay-enter-active {
  display: block;
}
.overlay-enter {
  display: block;
  opacity: 0;
}
.overlay-enter:hover {
  opacity: 0;
}
.overlay-enter-to {
  display: block;
  opacity: 1;
}
.overlay-enter-to:hover {
  opacity: 1;
}
.overlay-leave-active {
  display: block;
}
.overlay-leave {
  display: block;
  opacity: 1;
}
.overlay-leave:hover {
  opacity: 1;
}
.overlay-leave-to {
  display: block;
  opacity: 0;
}
.overlay-leave-to:hover {
  opacity: 0;
}

.gHeader {
  padding: 0 40px;
  background-color: #f7f3e5;
  position: sticky;
  top: 0;
  left: 0;
  height: 84px;
  transition: all 0.4s;
  z-index: 2000;
}
@media screen and (max-width: 1350px) {
  .gHeader {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .gHeader {
    height: 68px;
  }
}
.gHeader-scroll {
  height: 77px;
}
.gHeader-scroll .gHeader_childContent {
  top: 77px;
}
.gHeader-scroll .gHeader_btn > a {
  padding: 7px 15px;
  font-size: 16px;
}
.gHeader-scroll .gHeader_btn > a > :last-child {
  display: none;
}
.gHeader-scroll .gHeader_btn .btn-orange.btn-beforeText > span {
  font-size: 14px;
}
.gHeader_inner {
  margin: 0 auto;
  max-width: 1360px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .gHeader_inner {
    width: 94.7%;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .gHeader_inner {
    width: auto;
  }
}
@media screen and (max-width: 1350px) {
  .gHeader_inner {
    width: auto;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .gHeader_inner {
    gap: 0 12px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) and (max-width: 768px) {
  .gHeader_inner {
    gap: 0 2px;
  }
}
.gHeader_logo > a, .gHeader_logo > div {
  text-decoration: none;
  display: block;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .gHeader_logo {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
}
.gHeader_logo > a, .gHeader_logo > div {
  padding: 12px 0;
}
@media screen and (max-width: 1024px) {
  .gHeader_logo > a, .gHeader_logo > div {
    padding: 0;
  }
}
.gHeader_subLogo {
  padding: 3px 8px;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #fe842e;
  color: #fe842e;
  border-radius: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .gHeader_subLogo {
    padding: 3px 6px;
    font-size: 13px;
  }
}
.gHeader_mainLogo {
  margin: 4px 0 0;
  display: block;
  width: 214px;
}
@media screen and (max-width: 1350px) {
  .gHeader_mainLogo {
    width: 180px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .gHeader_mainLogo {
    margin: 2px 0 0;
    width: 161px;
  }
}
.gHeader_mainLogo img {
  aspect-ratio: 214/24;
  width: 100%;
}
.gHeader_content {
  display: flex;
  align-items: center;
  gap: 0 32px;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .gHeader_content {
    gap: 0 15px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .gHeader_content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 68px;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: all 0.4s;
    z-index: 2000;
    display: block;
    width: 100vw;
    height: 100svh;
    overflow-y: auto;
  }
  .gHeader_content-active {
    opacity: 1;
    visibility: visible;
  }
}
.gHeader_nav {
  height: 100%;
}
.gHeader_navInner {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .gHeader_navInner {
    padding: 16px 0 100px;
    height: auto;
    overflow-y: auto;
  }
  .gHeader_navInner .cta {
    padding: 24px 0 0;
    height: auto;
    background: #fff;
    z-index: 2000;
  }
  .gHeader_navInner .cta_inner {
    display: block;
  }
  .gHeader_navInner .cta_text {
    padding: 8px 0;
    background: transparent;
    transform: translateY(0);
    position: static;
  }
  .gHeader_navInner .cta_btns {
    margin: 3px 0 0;
    flex-direction: column;
    padding: 0 47px;
    gap: 8px;
  }
  .gHeader_navInner .cta_btn {
    width: 100%;
  }
  .gHeader_navInner .cta_btn .btn {
    margin: 0 auto;
    font-size: 18px;
    width: 100%;
    max-width: 296px;
    justify-content: center;
  }
  .gHeader_navInner .cta_btn .btn > :first-child {
    display: block !important;
  }
  .gHeader_navInner .cta_btn .btn-l.btn-afterArrowRight > :last-child {
    width: 9px;
    margin-left: 18px;
  }
  .gHeader_navInner .cta_btn .btn-beforeMail > :first-child {
    width: 20px;
  }
  .gHeader_navInner .cta_btn .btn-beforeLine > :first-child {
    width: 25px;
  }
  .gHeader_navInner .cta_comment {
    display: none;
  }
}
.gHeader_list {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .gHeader_list {
    gap: 0 12px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .gHeader_list {
    padding: 0 47px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}
.gHeader_item {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .gHeader_item {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
  }
}
.gHeader_item > a, .gHeader_item > span {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .gHeader_item > a, .gHeader_item > span {
    font-size: 13px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .gHeader_item > a, .gHeader_item > span {
    padding: 22px 0;
    width: 100%;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 16px;
    height: auto;
  }
}
.gHeader_item > a::after, .gHeader_item > span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fe842e;
  bottom: 20px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media screen and (max-width: 1024px) {
  .gHeader_item > a::after, .gHeader_item > span::after {
    content: none;
  }
}
@media (hover: hover) {
  .gHeader_item > a:hover, .gHeader_item > span:hover {
    opacity: 1;
  }
  .gHeader_item > a:hover::after, .gHeader_item > span:hover::after {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1024px) {
  .gHeader_item > span {
    position: relative;
  }
  .gHeader_item > span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/gHeader_item-span.svg) no-repeat center center/contain;
    width: 12px;
    height: auto;
    aspect-ratio: 7/4;
    display: block;
    transition: transform 0.4s;
  }
}
.gHeader_item-active::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1024px) {
  .gHeader_item-active > span::before {
    transform: rotate(180deg) translateY(5px);
  }
}
.gHeader_childContent {
  position: absolute;
  top: 84px;
  left: -22px;
  padding: 22px 24px;
  background: #f7f3e5;
  white-space: nowrap;
  box-shadow: 0px 14px 12px 0px rgba(51, 51, 51, 0.0784313725);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
@media screen and (max-width: 1024px) {
  .gHeader_childContent {
    display: none;
    padding: 24px 15px;
    position: static;
    background: #fff;
    white-space: inherit;
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.0784313725);
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #ddd;
  }
}
.gHeader_childContent-active {
  opacity: 1;
  visibility: visible;
}
.gHeader_childList {
  margin: 0;
}
.gHeader_childList > :first-child {
  margin-top: 0;
}
.gHeader_childItem {
  margin: 14px 0 0;
}
.gHeader_childItem > a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 12px;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .gHeader_childItem > a {
    font-size: 14px;
  }
}
.gHeader_childItem > a > svg path {
  transition: all 0.4s;
}
.gHeader_childItem > a > span {
  position: relative;
  transition: all 0.4s;
}
.gHeader_childItem > a > span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fe842e;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
@media (hover: hover) {
  .gHeader_childItem > a:hover {
    opacity: 1;
  }
  .gHeader_childItem > a:hover > svg path {
    fill: #fe842e;
  }
  .gHeader_childItem > a:hover > span {
    color: #fe842e;
  }
  .gHeader_childItem > a:hover > span::after {
    transform: scale(1, 1);
  }
}
.gHeader_btn {
  margin: 12px 0;
}
@media screen and (max-width: 1350px) {
  .gHeader_btn .btn {
    padding: 13px 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .gHeader_btn .btn {
    padding: 2px 13px;
    flex-direction: column;
    gap: 2px;
    font-size: 11px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) and (max-width: 389px) {
  .gHeader_btn .btn {
    padding: 2px 6px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .gHeader_btn .btn > :last-child {
    display: none;
  }
}
.gHeader_hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gHeader_hamburger {
    margin-left: 7px;
    padding: 3px 0 0;
    height: 100%;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) and (max-width: 389px) {
  .gHeader_hamburger {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .gHeader_hamburger-active .gHeader_hamburgerBar::before, .gHeader_hamburger-active .gHeader_hamburgerBar::after {
    width: 110%;
  }
  .gHeader_hamburger-active .gHeader_hamburgerBar::before {
    transform: translateY(4px) rotate(23deg);
  }
  .gHeader_hamburger-active .gHeader_hamburgerBar::after {
    transform: translateY(-6px) rotate(-25deg);
  }
}
@media screen and (max-width: 1024px) {
  .gHeader_hamburgerBar {
    display: block;
    height: 20px;
    width: 30px;
    position: relative;
  }
  .gHeader_hamburgerBar::before, .gHeader_hamburgerBar:after {
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    background: #47aeab;
    transition: all 0.4s;
  }
  .gHeader_hamburgerBar::after {
    top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .gHeader_hamburgerText {
    padding-left: 5px;
    font-weight: 700;
    font-size: 10px;
    color: #47aeab;
    text-align: center;
    white-space: nowrap;
  }
}

.gFooter {
  padding: 64px 40px 48px;
  background-color: #f7f3e5;
}
@media screen and (max-width: 1024px) {
  .gFooter {
    padding: 40px 20px 30px;
  }
}
.gFooter_inner {
  margin: 0 auto;
  max-width: 1360px;
}
@media screen and (max-width: 1350px) {
  .gFooter_inner {
    width: 94.7%;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .gFooter_inner {
    width: auto;
  }
}
.gFooter_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 30px;
}
@media screen and (max-width: 1350px) {
  .gFooter_top {
    display: block;
  }
}
.gFooter_logo > a, .gFooter_logo > div {
  text-decoration: none;
  display: block;
  color: inherit;
}
.gFooter_subLogo {
  padding: 3px 8px;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #fe842e;
  color: #fe842e;
  border-radius: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .gFooter_subLogo {
    padding: 3px 6px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .gFooter_subLogo {
    font-size: 14px;
  }
}
.gFooter_mainLogo {
  margin: 4px 0 0;
  display: block;
  width: 214px;
}
@media screen and (max-width: 1350px) {
  .gFooter_mainLogo {
    width: 180px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .gFooter_mainLogo {
    margin: 2px 0 0;
    width: 161px;
  }
}
.gFooter_mainLogo img {
  aspect-ratio: 214/24;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gFooter_mainLogo {
    width: 214px;
  }
}
.gFooter_list {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
}
@media screen and (max-width: 1350px) {
  .gFooter_list {
    margin: 40px 0 0;
    gap: 0 20px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .gFooter_list {
    margin: 56px 0 0;
    flex-direction: column;
    gap: 29px;
  }
}
.gFooter_item > a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .gFooter_item > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .gFooter_item > a {
    font-size: 16px;
    font-weight: 500;
  }
}
.gFooter_bottom {
  margin: 134px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  .gFooter_bottom {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .gFooter_bottom {
    flex-direction: column;
  }
}
.gFooter_snsText {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gFooter_snsText {
    font-size: 15px;
    text-align: center;
  }
}
.gFooter_snsList {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}
@media screen and (max-width: 768px) {
  .gFooter_snsList {
    margin: 8px 0 0;
    gap: 0 16px;
  }
}
.gFooter_snsItem {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .gFooter_snsItem {
    width: 40px;
  }
}
.gFooter_snsItem > a {
  text-decoration: none;
  color: inherit;
  background: #eee8d3;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.gFooter_snsItem-x > a img {
  aspect-ratio: 18/16;
  width: 18px;
}
.gFooter_snsItem-note > a img {
  aspect-ratio: 1/1;
  width: 14px;
}
.gFooter_snsItem-facebook > a img {
  aspect-ratio: 1/1;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .gFooter_content {
    margin: 40px 0 0;
  }
}
.gFooter_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .gFooter_links {
    flex-direction: column;
    gap: 16px;
  }
}
.gFooter_privacy {
  margin: 0;
}
.gFooter_privacy > a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  font-size: 13px;
  position: relative;
}
.gFooter_privacy > a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2f3034;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .gFooter_privacy > a:hover {
    opacity: 1;
  }
  .gFooter_privacy > a:hover::after {
    transform: scale(1, 1);
  }
}
.gFooter_link > a {
  padding: 4px 14px;
  text-decoration: none;
  color: #47aeab;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: 2px solid #47aeab;
  gap: 0 10px;
  transition: all 0.4s;
}
@media (hover: hover) {
  .gFooter_link > a:hover {
    opacity: 1;
    background: #47aeab;
    color: #fff;
  }
}
.gFooter_copyright {
  margin: 24px 0 0;
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .gFooter_copyright {
    margin: 40px 0 0;
    text-align: center;
  }
}

.cta {
  background-color: #f7f3e5;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s;
}
@media screen and (max-width: 1024px) {
  .cta {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 389px) {
  .cta {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    background: transparent;
    padding-bottom: 8px;
    width: 100%;
  }
}
.cta-scroll {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1800;
  background-color: #47aeab;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.cta-scroll .cta_tel > a {
  color: #fff;
}
.cta-scroll .cta_telIcon {
  background-color: #fff;
}
.cta-scroll .cta_telIcon svg path {
  fill: #47aeab;
}
.cta-scroll .cta_time {
  color: #fff;
}
.cta-scroll .cta_toTop {
  opacity: 1;
  visibility: visible;
}
.cta-active {
  opacity: 1;
  visibility: visible;
}
.cta_text {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta_text {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 8px 0 4px;
    background: rgba(247, 243, 229, 0.9);
    font-weight: 700;
    color: #47aeab;
    width: 100%;
    text-align: center;
    transform: translateY(-100%);
  }
}
.cta_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 32px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cta_inner {
    display: block;
  }
}
.cta_info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}
.cta_info .cta_comment {
  top: -32px;
  left: -15px;
}
.cta_comment {
  position: absolute;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #ea3257;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 24px;
  border: 1px solid #ea3257;
  z-index: 5;
  letter-spacing: normal;
  white-space: nowrap;
  padding: 7px 27px;
}
@media screen and (max-width: 1024px) {
  .cta_comment {
    font-size: 12px;
  }
}
.cta_comment::before, .cta_comment::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  border-style: solid;
}
.cta_comment::before {
  border-width: 7px 5px 0 5px;
  border-color: #ea3257 transparent transparent;
}
.cta_comment::after {
  border-width: 6px 4px 0 4px;
  border-color: #ffffff transparent transparent;
}
@media screen and (max-width: 768px) {
  .cta_comment {
    display: none;
  }
}
.cta_tel {
  transition: all 0.4s;
}
.cta_tel > a {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  text-decoration: none;
  font-style: italic;
  font-weight: 800;
  font-size: 42px;
  color: #47aeab;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  gap: 0 6px;
  transition: color 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .cta_tel > a {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .cta_tel > a {
    pointer-events: visible;
  }
}
.cta_telIcon {
  width: 38px;
  aspect-ratio: 1/1;
  background-color: #47aeab;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.4s;
}
.cta_telIcon svg path {
  transition: fill 0.4s;
}
@media screen and (max-width: 1024px) {
  .cta_telIcon {
    width: 33px;
  }
  .cta_telIcon svg {
    width: 20px;
  }
}
.cta_time {
  margin: 0;
  font-weight: 700;
  color: #47aeab;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  transition: color 0.4s;
}
@media screen and (max-width: 1024px) {
  .cta_time {
    font-size: 10px;
    line-height: 1;
  }
}
.cta_time span {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .cta_time span {
    font-size: 16px;
  }
}
.cta_time span span {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .cta_time span span {
    font-size: 10px;
  }
}
.cta_btns {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
}
@media screen and (max-width: 1024px) {
  .cta_btns {
    gap: 0 8px;
  }
}
.cta_btn {
  position: relative;
}
.cta_btn .cta_comment {
  padding: 7px 16px;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1350px) {
  .cta_btn .btn {
    padding: 13px 15px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .cta_btn .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cta_btn .btn > :first-child {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  .cta_btn .btn-l.btn-afterArrowRight {
    padding-right: 15px;
  }
  .cta_btn .btn-l.btn-afterArrowRight > :first-child {
    display: none;
  }
}
.cta_btn .btn-l.btn-beforeLine {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media screen and (max-width: 1350px) {
  .cta_btn .btn-l.btn-beforeLine {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
  }
}
.cta_toTop {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
@media screen and (max-width: 1350px) {
  .cta_toTop {
    display: none;
  }
}
.cta_toTopText {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}
.cta_toTopIcon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
.guide {
  padding: 105px 0 104px;
  background-image: url(../images/guide_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .guide {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .guide {
    padding: 48px 20px;
  }
}
.guide::before, .guide::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
.guide::before {
  background-color: rgba(71, 174, 171, 0.6);
  z-index: 1;
}
.guide::after {
  background: url(../images/guide_img.png) no-repeat center center/cover;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .guide::after {
    content: none;
  }
}
.guide_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 89.4%;
}
@media screen and (max-width: 1024px) {
  .guide_inner {
    width: 94.7%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .guide_inner {
    width: auto;
  }
}
.guide_container {
  margin-left: auto;
  position: relative;
  z-index: 3;
  width: 648px;
}
@media screen and (max-width: 1024px) {
  .guide_container {
    width: auto;
  }
}
.guide_lead {
  margin: 0;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .guide_lead {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .guide_lead {
    font-size: 26px;
  }
}
.guide_text {
  margin: 24px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guide_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .guide_box {
    margin: 120px auto 0;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .guide_box {
    margin: 95px 0 0;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .guide_box::after {
    position: absolute;
    top: -140px;
    left: 40px;
    content: "";
    background: url(../images/guide_telContent-sp.png) no-repeat center center/contain;
    display: block;
    aspect-ratio: 249/168;
    width: 249px;
    height: auto;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .guide_box::after {
    left: -20px;
  }
}
.guide_telContent {
  margin: 32px auto 0;
  padding-top: 12px;
  background: #47aeab;
  border-radius: 10px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  width: 608px;
  height: 88px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .guide_telContent {
    margin: 0;
    width: auto;
    height: 82px;
  }
}
.guide_comment {
  position: absolute;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #ea3257;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 24px;
  border: 1px solid #ea3257;
  z-index: 5;
  letter-spacing: normal;
  white-space: nowrap;
  margin: 0;
  padding: 4px 27px;
  background: #ea3257;
  color: #fff;
  border-color: #fff;
  border-width: 2px;
  width: 396px;
  text-align: center;
  bottom: auto;
  top: -15px;
}
@media screen and (max-width: 1024px) {
  .guide_comment {
    font-size: 12px;
  }
}
.guide_comment::before, .guide_comment::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  border-style: solid;
}
.guide_comment::before {
  border-width: 7px 5px 0 5px;
  border-color: #ea3257 transparent transparent;
}
.guide_comment::after {
  border-width: 6px 4px 0 4px;
  border-color: #ffffff transparent transparent;
}
@media screen and (max-width: 768px) {
  .guide_comment {
    width: 296px;
  }
}
.guide_comment::before {
  border-color: #fff transparent transparent;
  border-width: 9px 6px 0 6px;
}
.guide_comment::after {
  border-color: #ea3257 transparent transparent;
}
.guide_tel > a {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  text-decoration: none;
  font-style: italic;
  font-weight: 800;
  font-size: 42px;
  color: #47aeab;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  gap: 0 6px;
  transition: color 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .guide_tel > a {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .guide_tel > a {
    pointer-events: visible;
  }
}
.guide_tel > a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .guide_tel > a {
    gap: 0 8px;
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) and (max-width: 389px) {
  .guide_tel > a {
    font-size: 28px;
  }
}
.guide_telIcon {
  width: 38px;
  aspect-ratio: 1/1;
  background-color: #47aeab;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.4s;
  background: #fff;
}
.guide_telIcon svg path {
  transition: fill 0.4s;
}
@media screen and (max-width: 1024px) {
  .guide_telIcon {
    width: 33px;
  }
  .guide_telIcon svg {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .guide_telIcon {
    width: 38px;
  }
}
.guide_telIcon svg {
  color: #47aeab;
}
@media screen and (max-width: 768px) {
  .guide_telIcon svg {
    width: 24px;
  }
}
.guide_time {
  margin: 0;
  font-weight: 700;
  color: #47aeab;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  transition: color 0.4s;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .guide_time {
    font-size: 10px;
    line-height: 1;
  }
}
.guide_time span {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .guide_time span {
    font-size: 16px;
  }
}
.guide_time span span {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .guide_time span span {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .guide_time {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 389px) {
  .guide_time {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .guide_time span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 389px) {
  .guide_time span {
    font-size: 16px;
  }
}
.guide_btns {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .guide_btns {
    margin: 8px 0 0;
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .guide_btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .guide_btn > a {
    padding: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .guide_btn > a > :last-child {
    width: 10px;
    margin-left: 22px !important;
  }
}
.form {
  margin: 20px 0 0;
}
.form > :first-child {
  margin-top: 0;
}
.form_table {
  margin: 0;
}
.form_table th,
.form_table td {
  border: none;
}
.form_table th > :first-child,
.form_table td > :first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.form_table > tbody {
  display: block;
}
.form_table > tbody > tr {
  margin: 32px 0 0;
  display: block;
}
.form_table > tbody > tr > th, .form_table > tbody > tr > td {
  padding: 0;
  display: block;
}
.form_table > tbody > tr > th {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .form_table > tbody > tr > th {
    font-size: 16px;
  }
}
.form_table > tbody > tr > td {
  margin: 8px 0 0;
}
.form_table > tbody > tr > td input,
.form_table > tbody > tr > td textarea {
  padding: 16px;
  background: #f3f3f3;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: none;
}
@media screen and (max-width: 768px) {
  .form_table > tbody > tr > td input,
  .form_table > tbody > tr > td textarea {
    padding: 13px 16px;
    border-radius: 4px;
  }
}
.form_table > tbody > tr > td input::-moz-placeholder, .form_table > tbody > tr > td textarea::-moz-placeholder {
  color: #999;
}
.form_table > tbody > tr > td input::placeholder,
.form_table > tbody > tr > td textarea::placeholder {
  color: #999;
}
.form_table > tbody > tr > td input:focus-visible,
.form_table > tbody > tr > td textarea:focus-visible {
  outline: 2px solid #fe842e;
}
.form_table > tbody > :first-child {
  margin-top: 0;
}
.form_must > th::after {
  margin-left: 4px;
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fe842e;
  width: 36px;
  height: 16px;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  border-radius: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .form_must > th::after {
    margin-left: 8px;
  }
}

.grid {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: var(--row-gap, 20px) var(--column-gap, 20px);
}
.grid-left {
  justify-content: flex-start;
}
.grid-center {
  justify-content: center;
}
.grid-right {
  justify-content: flex-end;
}
.grid-vat {
  align-items: flex-start;
}
.grid-vam {
  align-items: center;
}
.grid-vab {
  align-items: flex-end;
}
.grid_col > :first-child {
  margin-top: 0;
}
.grid_col-1-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 1 - var(--column-gap, 20px));
}
.grid_col-2-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 2 - var(--column-gap, 20px));
}
.grid_col-3-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 3 - var(--column-gap, 20px));
}
.grid_col-4-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 4 - var(--column-gap, 20px));
}
.grid_col-5-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 5 - var(--column-gap, 20px));
}
.grid_col-6-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 6 - var(--column-gap, 20px));
}
.grid_col-7-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 7 - var(--column-gap, 20px));
}
.grid_col-8-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 8 - var(--column-gap, 20px));
}
.grid_col-9-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 9 - var(--column-gap, 20px));
}
.grid_col-10-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 10 - var(--column-gap, 20px));
}
.grid_col-11-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 11 - var(--column-gap, 20px));
}
.grid_col-12-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 12 - var(--column-gap, 20px));
}
.grid_col-1-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 1 - var(--column-gap, 20px));
}
.grid_col-2-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 2 - var(--column-gap, 20px));
}
.grid_col-3-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 3 - var(--column-gap, 20px));
}
.grid_col-4-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 4 - var(--column-gap, 20px));
}
.grid_col-5-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 5 - var(--column-gap, 20px));
}
.grid_col-6-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 6 - var(--column-gap, 20px));
}
.grid_col-7-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 7 - var(--column-gap, 20px));
}
.grid_col-8-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 8 - var(--column-gap, 20px));
}
.grid_col-9-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 9 - var(--column-gap, 20px));
}
.grid_col-10-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 10 - var(--column-gap, 20px));
}

@media screen and (min-width: 769px) {
  .grid {
    gap: var(--row-gap-pc, 20px) var(--column-gap-pc, 20px);
  }
  .grid-leftPc {
    justify-content: flex-start;
  }
  .grid-centerPc {
    justify-content: center;
  }
  .grid-rightPc {
    justify-content: flex-end;
  }
  .grid-vatPc {
    align-items: flex-start;
  }
  .grid-vamPc {
    align-items: center;
  }
  .grid-vabPc {
    align-items: flex-end;
  }
  .grid_col-1-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 1 - var(--column-gap-pc, 20px));
  }
  .grid_col-2-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 2 - var(--column-gap-pc, 20px));
  }
  .grid_col-3-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 3 - var(--column-gap-pc, 20px));
  }
  .grid_col-4-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 4 - var(--column-gap-pc, 20px));
  }
  .grid_col-5-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 5 - var(--column-gap-pc, 20px));
  }
  .grid_col-6-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 6 - var(--column-gap-pc, 20px));
  }
  .grid_col-7-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 7 - var(--column-gap-pc, 20px));
  }
  .grid_col-8-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 8 - var(--column-gap-pc, 20px));
  }
  .grid_col-9-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 9 - var(--column-gap-pc, 20px));
  }
  .grid_col-10-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 10 - var(--column-gap-pc, 20px));
  }
  .grid_col-11-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 11 - var(--column-gap-pc, 20px));
  }
  .grid_col-12-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 12 - var(--column-gap-pc, 20px));
  }
  .grid_col-1-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 1 - var(--column-gap-pc, 20px));
  }
  .grid_col-2-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 2 - var(--column-gap-pc, 20px));
  }
  .grid_col-3-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 3 - var(--column-gap-pc, 20px));
  }
  .grid_col-4-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 4 - var(--column-gap-pc, 20px));
  }
  .grid_col-5-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 5 - var(--column-gap-pc, 20px));
  }
  .grid_col-6-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 6 - var(--column-gap-pc, 20px));
  }
  .grid_col-7-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 7 - var(--column-gap-pc, 20px));
  }
  .grid_col-8-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 8 - var(--column-gap-pc, 20px));
  }
  .grid_col-9-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 9 - var(--column-gap-pc, 20px));
  }
  .grid_col-10-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 10 - var(--column-gap-pc, 20px));
  }
}
@media screen and (max-width: 768px) {
  .grid {
    gap: var(--row-gap-sp, 20px) var(--column-gap-sp, 20px);
  }
  .grid-leftSp {
    justify-content: flex-start;
  }
  .grid-centerSp {
    justify-content: center;
  }
  .grid-rightSp {
    justify-content: flex-end;
  }
  .grid-vatSp {
    align-items: flex-start;
  }
  .grid-vamSp {
    align-items: center;
  }
  .grid-vabSp {
    align-items: flex-end;
  }
  .grid_col-1-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 1 - var(--column-gap-sp, 20px));
  }
  .grid_col-2-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 2 - var(--column-gap-sp, 20px));
  }
  .grid_col-3-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 3 - var(--column-gap-sp, 20px));
  }
  .grid_col-4-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 4 - var(--column-gap-sp, 20px));
  }
  .grid_col-5-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 5 - var(--column-gap-sp, 20px));
  }
  .grid_col-6-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 6 - var(--column-gap-sp, 20px));
  }
  .grid_col-7-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 7 - var(--column-gap-sp, 20px));
  }
  .grid_col-8-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 8 - var(--column-gap-sp, 20px));
  }
  .grid_col-9-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 9 - var(--column-gap-sp, 20px));
  }
  .grid_col-10-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 10 - var(--column-gap-sp, 20px));
  }
  .grid_col-11-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 11 - var(--column-gap-sp, 20px));
  }
  .grid_col-12-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 12 - var(--column-gap-sp, 20px));
  }
  .grid_col-1-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 1 - var(--column-gap-sp, 20px));
  }
  .grid_col-2-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 2 - var(--column-gap-sp, 20px));
  }
  .grid_col-3-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 3 - var(--column-gap-sp, 20px));
  }
  .grid_col-4-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 4 - var(--column-gap-sp, 20px));
  }
  .grid_col-5-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 5 - var(--column-gap-sp, 20px));
  }
  .grid_col-6-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 6 - var(--column-gap-sp, 20px));
  }
  .grid_col-7-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 7 - var(--column-gap-sp, 20px));
  }
  .grid_col-8-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 8 - var(--column-gap-sp, 20px));
  }
  .grid_col-9-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 9 - var(--column-gap-sp, 20px));
  }
  .grid_col-10-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 10 - var(--column-gap-sp, 20px));
  }
}
@media screen and (max-width: 768px) {
  .mainVisual .cta {
    z-index: 0;
  }
}
.mainVisual_top img {
  aspect-ratio: 1440/120;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mainVisual_top img {
    aspect-ratio: 390/65;
  }
}
.mainVisual_container {
  padding: 47px 0 0;
  background-color: #f7f3e5;
  background-image: url(../images/mainVisual_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1350px) {
  .mainVisual_container {
    padding: 30px 20px 0;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .mainVisual_container {
    padding: 10px 0 0;
    background-image: url(../images/mainVisual_bg-sp.png);
  }
}
.mainVisual_layout {
  margin: 0 auto;
  max-width: 1251px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .mainVisual_layout {
    gap: 0 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .mainVisual_layout {
    flex-direction: column;
    gap: 0;
  }
}
.mainVisual_lead {
  margin: 0;
  font-weight: 900;
  font-size: 56px;
  line-height: 1.4;
  color: #47aeab;
}
@media screen and (max-width: 1350px) {
  .mainVisual_lead {
    font-size: 40px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .mainVisual_lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) and (max-width: 389px) {
  .mainVisual_lead {
    font-size: 28px;
  }
}
.mainVisual_lead .marker {
  background: linear-gradient(transparent 75%, #f8f8ae 75%);
}
.mainVisual_lead .orange {
  color: #fe842e;
}
.mainVisual_bagdes {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 16px;
}
.mainVisual_bagdes > :nth-child(1) {
  width: 159px;
}
@media screen and (max-width: 768px) {
  .mainVisual_bagdes > :nth-child(1) {
    width: 109px;
  }
}
.mainVisual_bagdes > :nth-child(1) img {
  aspect-ratio: 1/1;
}
.mainVisual_bagdes > :nth-child(2) {
  width: 165px;
}
@media screen and (max-width: 768px) {
  .mainVisual_bagdes > :nth-child(2) {
    width: 115px;
  }
}
.mainVisual_bagdes > :nth-child(2) img {
  aspect-ratio: 115/111;
}
.mainVisual_bagdes > :nth-child(3) {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .mainVisual_bagdes > :nth-child(3) {
    width: 110px;
  }
}
.mainVisual_bagdes > :nth-child(3) img {
  aspect-ratio: 110/109;
}
@media screen and (max-width: 1350px) {
  .mainVisual_bagdes {
    margin: 12px 0 0;
    width: 370px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .mainVisual_bagdes {
    width: 320px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) and (max-width: 768px) {
  .mainVisual_bagdes {
    margin: 0;
    background: #f7f3e5;
    justify-content: center;
    gap: 0 8px;
    width: auto;
  }
}
.mainVisual_badge img {
  aspect-ratio: 159/158;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainVisual_img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 629px;
  margin-left: -15px;
}
@media screen and (max-width: 1350px) {
  .mainVisual_img {
    width: 550px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .mainVisual_img {
    width: 47%;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) and (max-width: 768px) {
  .mainVisual_img {
    margin-top: 8px;
    margin-left: 0;
    width: auto;
  }
}
.mainVisual_img img {
  aspect-ratio: 629/453;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .mainVisual_img img {
    aspect-ratio: 350/245;
  }
}
.mainVisual_bottomText {
  margin: -1px 0 0;
  padding: 7px 0;
  background: #ea3257;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mainVisual_bottomText {
    display: none;
  }
}
.mainVisual_bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  .mainVisual_bottom {
    display: block;
  }
  .mainVisual_bottom img {
    aspect-ratio: 390/65;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.suggestion {
  padding: 0;
  overflow: hidden;
}
.suggestion_top {
  padding: 110px 0 0;
  background: #eeeeee;
}
@media screen and (max-width: 1024px) {
  .suggestion_top {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .suggestion_top {
    padding: 48px 0 0;
  }
}
.suggestion_list {
  margin: 80px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 0;
  max-width: 984px;
}
@media screen and (max-width: 768px) {
  .suggestion_list {
    margin: 40px 0 0;
    padding: 0 20px 60px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(1) .suggestion_figure {
    bottom: -20px;
    right: -75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 389px) {
  .suggestion_list > :nth-child(1) .suggestion_figure {
    right: -50px;
  }
}
.suggestion_list > :nth-child(2) .suggestion_comment {
  margin: 13px 0 0;
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(2) .suggestion_comment {
    margin-top: 0;
    padding-left: 51px;
    padding-right: 51px;
  }
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(2) .suggestion_figure {
    width: 121px;
    height: 95px;
    bottom: -37px;
    right: auto;
    left: -42px;
  }
}
@media screen and (max-width: 768px) and (max-width: 389px) {
  .suggestion_list > :nth-child(2) .suggestion_figure {
    left: -35px;
  }
}
.suggestion_list > :nth-child(1), .suggestion_list > :nth-child(2) {
  height: 174px;
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(1), .suggestion_list > :nth-child(2) {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(3) {
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(3) .suggestion_figure {
    right: -55px;
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 389px) {
  .suggestion_list > :nth-child(3) .suggestion_figure {
    right: -30px;
  }
}
.suggestion_list > :nth-child(4) .suggestion_comment {
  margin-top: 8px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(4) .suggestion_comment {
    margin-top: 0;
    padding-right: 28px;
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(4) .suggestion_figure {
    right: auto;
    left: -87px;
    bottom: -23px;
  }
}
@media screen and (max-width: 768px) and (max-width: 389px) {
  .suggestion_list > :nth-child(4) .suggestion_figure {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(3) .suggestion_comment, .suggestion_list > :nth-child(4) .suggestion_comment {
    height: 109px;
  }
}
.suggestion_list > :nth-child(even) .suggestion_itemInner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(even) .suggestion_itemInner {
    margin-left: auto;
    margin-right: 0;
  }
}
.suggestion_list > :nth-child(even) .suggestion_comment::after {
  right: auto;
  left: -15px;
  bottom: 20px;
  border-right: 14px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 23px solid transparent;
  transform: rotate(-270deg);
}
@media screen and (max-width: 768px) {
  .suggestion_list > :nth-child(even) .suggestion_comment::after {
    content: none;
  }
}
.suggestion_itemInner {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .suggestion_itemInner {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
}
.suggestion_comment {
  padding: 26px 25px 25px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 18px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .suggestion_comment {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .suggestion_comment {
    margin-right: auto;
    padding: 20px 41px 28px;
    font-weight: 500;
    width: 306px;
    border-radius: 16px;
  }
}
.suggestion_comment::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  bottom: 7px;
  border-right: 15px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 20px solid transparent;
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .suggestion_comment::after {
    content: none;
  }
}
.suggestion_figure {
  flex-grow: 0;
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .suggestion_figure {
    position: absolute;
    z-index: 2;
  }
}
.suggestion_figure img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.suggestion_container {
  margin: 40px auto 0;
  padding: 48px;
  background: #f8f8ae;
  max-width: 996px;
  transform: translateY(100px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .suggestion_container {
    margin: 0;
    padding: 40px 20px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .suggestion_container {
    padding: 40px 15px;
  }
}
.suggestion_container::before, .suggestion_container::after {
  position: absolute;
  content: "";
}
.suggestion_container::before {
  bottom: -80px;
  right: 0;
  display: block;
  transform: translateX(50%);
  width: 169px;
  height: auto;
  aspect-ratio: 169/240;
  background: url(../images/suggestion_noteFigure.png) no-repeat center center/contain;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  .suggestion_container::before {
    bottom: -120px;
    right: 35px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .suggestion_container::before {
    content: none;
  }
}
.suggestion_container::after {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
  border-top: 40px solid #eeeeee;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .suggestion_container::after {
    bottom: -30px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #eeeeee;
  }
}
.suggestion_note {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  font-weight: 700;
  font-size: 32px;
  color: #fe842e;
}
@media screen and (max-width: 768px) {
  .suggestion_note {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 389px) {
  .suggestion_note {
    font-size: 17px;
  }
}
.suggestion_layout {
  margin: 24px 0;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 5px 50px;
}
@media screen and (max-width: 768px) {
  .suggestion_layout {
    display: block;
  }
}
.suggestion_layout .suggestion_text {
  grid-row: 1;
  grid-column: 2;
}
.suggestion_noteIcon {
  width: 186px;
  grid-row: 1/span 2;
}
@media screen and (max-width: 768px) {
  .suggestion_noteIcon {
    margin: 0 auto 16px;
  }
}
.suggestion_noteIcon img {
  aspect-ratio: 1/1;
  width: 100%;
}
.suggestion_text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .suggestion_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .suggestion_text-01 {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 768px) {
  .suggestion_text-02 {
    text-align: left;
  }
}
.suggestion_text-02 .font-l {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .suggestion_text-02 .font-l {
    margin: 0 -5px;
  }
}
.suggestion_noteComment {
  grid-row: 2;
  grid-column: 2;
  padding: 19px 30px;
  max-width: 465px;
  background: #faa265;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .suggestion_noteComment {
    margin: 16px 0 0;
    padding: 14px 35px;
    border-radius: 16px;
  }
}
.suggestion_noteComment::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: -16px;
  top: 12px;
  border-right: 15px solid #faa265;
  border-top: 12px solid transparent;
  border-bottom: 29px solid transparent;
  transform: rotate(125deg);
}
@media screen and (max-width: 768px) {
  .suggestion_noteComment::after {
    content: none;
  }
}
.suggestion_bottom {
  padding: 120px 0 100px;
}
@media screen and (max-width: 1024px) {
  .suggestion_bottom {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .suggestion_bottom {
    position: relative;
    padding: 40px 30px 96px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 389px) {
  .suggestion_bottom {
    padding: 40px 20px 96px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .suggestion_bottom::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 69px;
    aspect-ratio: 69/81;
    background: url(../images/suggestion_bottom-sp.png) no-repeat center center/contain;
    z-index: 2;
  }
}
.suggestion_bottomText {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #fe842e;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .suggestion_bottomText {
    font-size: 31px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .suggestion_bottomText {
    font-size: 20px;
  }
}
.suggestion_bottomText span {
  background: linear-gradient(transparent 75%, #f8f8ae 75%);
}

.strength {
  background: #f7f3e5;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 768px) {
  .strength {
    border-radius: 48px 48px 0 0;
  }
}
.strength_container {
  margin: 100px 0 0;
}
@media screen and (max-width: 1024px) {
  .strength_container {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .strength_container {
    margin: 40px 0 0;
  }
}
.strength_container > :first-child {
  margin-top: 0;
}
.strength_container > :nth-child(odd) {
  flex-direction: row-reverse;
}
.strength_content {
  margin: 100px 0 0;
  display: flex;
  align-items: center;
  gap: 0 80px;
}
@media screen and (max-width: 1024px) {
  .strength_content {
    margin: 60px 0 0;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .strength_content {
    margin: 40px 0 0;
  }
}
.strength_num {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: 56px;
  line-height: 1.2;
  color: #fe842e;
  position: relative;
}
@media screen and (max-width: 768px) {
  .strength_num {
    font-size: 42px;
  }
}
.strength_num::after {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #fe842e;
}
@media screen and (max-width: 768px) {
  .strength_num::after {
    width: 80px;
  }
}
.strength_lead {
  margin: 32px 0 0;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .strength_lead {
    margin: 24px 0 0;
    font-size: 20px;
  }
}
.strength_text {
  margin: 32px 0 0;
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .strength_text {
    margin: 24px 0 0;
    font-size: 16px;
  }
}
.strength_img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 519px;
}
@media screen and (max-width: 1024px) {
  .strength_img {
    margin: 24px auto 0;
    width: 70%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .strength_img {
    margin: 24px 0 0;
    border-radius: 8px;
    overflow: hidden;
    width: auto;
  }
}
.strength_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 519/320;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .strength_img img {
    aspect-ratio: 350/314;
  }
}

.example {
  position: relative;
}
@media screen and (max-width: 768px) {
  .example {
    padding-bottom: 104px;
  }
}
.example::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  display: block;
  background-image: url(../images/example_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 519/420;
  height: auto;
  width: 519px;
}
@media screen and (max-width: 1024px) {
  .example::before {
    width: 300px;
    left: auto;
    right: 8%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .example::before {
    background-image: url(../images/example_bg-sp.png);
    aspect-ratio: 131/150;
    width: 131px;
    bottom: -1px;
    left: 10px;
  }
}
.example_list {
  margin: 80px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .example_list {
    margin: 60px 0 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .example_list {
    margin: 40px 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 0;
  }
}
.example_name {
  margin: 0;
  padding-left: 44px;
  font-weight: 700;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .example_name {
    padding-left: 29px;
    font-size: 18px;
  }
}
.example_name::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 11px solid #fe842e;
}
@media screen and (max-width: 768px) {
  .example_name::before {
    top: 5px;
    width: 20px;
    height: 20px;
    border: 6px solid #fe842e;
  }
}
.example_name span {
  font-size: 17px;
}
.example_img {
  margin: 24px 0 0;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .example_img {
    height: 200px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .example_img {
    height: auto;
    margin: 8px 0 0;
  }
}
.example_img img {
  aspect-ratio: 260/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .example_img img {
    aspect-ratio: 350/135;
  }
}

.area {
  padding: 110px 0 10px;
  background: #f7f3e5;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .area {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .area {
    padding: 48px 0 0;
  }
}
.area_inner {
  max-width: 1440px;
  width: 100%;
}
.area_inner::before, .area_inner::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
}
.area_inner::before {
  top: 30px;
  left: 40px;
  width: 234px;
  background-image: url(../images/area_bg-left.png);
  aspect-ratio: 234/138;
}
@media screen and (max-width: 768px) {
  .area_inner::before {
    left: -16px;
    width: 190px;
  }
}
.area_inner::after {
  bottom: 13px;
  right: 40px;
  width: 175px;
  background-image: url(../images/area_bg-right.png);
  aspect-ratio: 175/186;
}
@media screen and (max-width: 768px) {
  .area_inner::after {
    right: -5px;
    width: 110px;
  }
}
.area_img {
  margin: -160px auto 0;
  max-width: 1440px;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .area_img {
    margin: -80px auto 0;
  }
}
.area_img img {
  aspect-ratio: 1440/882;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .area_img img {
    aspect-ratio: 780/1238;
  }
}

.effort {
  background: #f0f4f7;
}
.effort_icon {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.effort_icon img {
  aspect-ratio: 80/77;
  width: 100%;
  height: 100%;
}
.effort_title {
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .effort_title {
    margin: 24px 0 0;
    line-height: 1.5;
  }
}
.effort_container {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .effort_container {
    margin: 40px 0 0;
  }
}
.effort_container > :first-child {
  margin-top: 0;
}
.effort_container > :first-child .effort_img img {
  aspect-ratio: 880/343;
}
@media screen and (max-width: 768px) {
  .effort_container > :first-child .effort_img img {
    aspect-ratio: 350/300;
  }
}
.effort_content {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .effort_content {
    margin: 40px 0 0;
  }
}
.effort_head {
  padding: 0 2px 2px 1px;
  color: #fe842e;
  line-height: 1;
  border-bottom: 3px solid #fe842e;
  width: -moz-fit-content;
  width: fit-content;
}
.effort_name {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .effort_name {
    font-size: 16px;
  }
}
.effort_num {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: 56px;
  display: inline-block;
  margin-left: 1px;
}
@media screen and (max-width: 768px) {
  .effort_num {
    font-size: 36px;
  }
}
.effort_lead {
  margin: 24px 0 0;
  padding-right: 20px;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .effort_lead {
    margin: 20px 0 0;
    font-size: 20px;
  }
}
.effort_text {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .effort_text {
    margin: 20px 0 0;
    font-size: 16px;
  }
}
.effort_img {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .effort_img {
    margin: 24px 0 0;
  }
}
.effort_img img {
  aspect-ratio: 880/323;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .effort_img img {
    aspect-ratio: 350/300;
  }
}

@media screen and (max-width: 768px) {
  .voice {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 768px) and (max-width: 389px) {
  .voice {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.voice_inner {
  margin: 0 auto;
  width: 94.7%;
}
.voice_icon {
  margin: 0 auto;
  display: block;
  width: 66px;
}
.voice_icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.voice_title {
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .voice_title {
    margin: 24px 0 0;
  }
}
.voice_subTitle {
  margin: 16px 0 0;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .voice_subTitle {
    margin: 24px 0 0;
    font-weight: 500;
  }
}
.voice_slider {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .voice_slider {
    margin: 40px 0 0;
  }
}
.voice_container {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media screen and (max-width: 1350px) {
  .voice_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .voice_container {
    display: flex !important;
    gap: 0;
  }
}
.voice_content {
  padding: 24px;
  border: 3px solid #f7f3e5;
  border-radius: 8px;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@media screen and (max-width: 1350px) {
  .voice_content {
    height: 100% !important;
  }
}
.voice_head {
  display: grid;
  grid-template-columns: 81px auto;
  gap: 8px 24px;
}
.voice_img {
  grid-row: 1/span 2;
  width: 81px;
}
.voice_img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.voice_stars {
  grid-column: 2;
  align-self: flex-end;
}
.voice_name {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  margin: 0;
  grid-column: 2;
  grid-row: 2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .voice_name {
    font-size: 16px;
  }
}
.voice_text {
  margin: 32px 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .voice_text {
    font-size: 16px;
  }
}
.voice_sliderNavi {
  display: none;
}
@media screen and (max-width: 768px) {
  .voice_sliderNavi {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0 20px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .voice_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .voice_pagination .swiper-pagination-bullet {
    margin: 0 6px !important;
  }
  .voice_pagination .swiper-pagination-bullet-active {
    background: #fe842e;
  }
}
@media screen and (max-width: 768px) {
  .voice_arrow {
    cursor: pointer;
  }
}

.merit {
  background: #f7f3e5;
}
.merit_inner {
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .merit_inner {
    width: 94.7%;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .merit_inner {
    width: auto;
  }
}
.merit_inner::before, .merit_inner::after {
  position: absolute;
  content: "";
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .merit_inner::before, .merit_inner::after {
    content: none;
  }
}
.merit_inner::before {
  width: 174px;
  aspect-ratio: 174/186;
  left: 0;
  top: 540px;
  background-image: url(../images/merit_decoration-left.png);
}
.merit_inner::after {
  width: 233px;
  aspect-ratio: 233/138;
  right: 0;
  top: -50px;
  background-image: url(../images/merit_decoration-right.png);
}
.merit_subTitle {
  margin: 0 auto;
  padding: 2px 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #faa265;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .merit_subTitle {
    font-size: 18px;
  }
}
.merit_subTitle::after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 13px solid #faa265;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .merit_subTitle::after {
    bottom: -10px;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 10px solid #faa265;
  }
}
.merit_title {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .merit_title {
    margin: 20px 0 0;
  }
}
.merit_top {
  margin: 0 auto;
  width: 880px;
}
@media screen and (max-width: 1024px) {
  .merit_top {
    width: auto;
  }
}
.merit_list {
  margin: 80px 0 0;
}
@media screen and (max-width: 1024px) {
  .merit_list {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .merit_list {
    margin: 40px 0 0;
  }
}
.merit_list > :first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .merit_list > :first-child {
    position: relative;
  }
  .merit_list > :first-child::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/merit_bg01-sp.png) no-repeat center center/contain;
    aspect-ratio: 97/108;
    right: -5px;
    top: -52px;
    width: 97px;
    height: auto;
  }
}
.merit_list > :nth-child(even) {
  margin-left: auto;
  position: relative;
}
.merit_list > :nth-child(even)::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/merit_bg01.png) no-repeat center center/contain;
  aspect-ratio: 287/320;
  right: -70px;
  top: -277px;
  width: 287px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .merit_list > :nth-child(even)::after {
    content: none;
  }
}
.merit_item {
  margin: 48px 0 0;
  display: flex;
  background: #fff;
  border-radius: 8px;
  border: 3px solid #fe842e;
  max-width: 626px;
}
@media screen and (max-width: 1024px) {
  .merit_item {
    max-width: 80%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .merit_item {
    max-width: 100%;
    display: block;
    background: transparent;
    border-radius: 0;
    border: none;
  }
}
.merit_itemNum {
  margin: 0;
  padding: 13px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  background: #fe842e;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .merit_itemNum {
    padding: 4px 22px;
    writing-mode: horizontal-tb;
    font-size: 20px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.merit_itemNum span {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: 27px;
  display: inline-block;
  line-height: 1.4;
  writing-mode: initial;
}
@media screen and (max-width: 768px) {
  .merit_itemNum span {
    font-size: 23px;
  }
}
.merit_itemBody {
  padding: 32px 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .merit_itemBody {
    padding: 32px 18px;
    background: #fff;
    border-radius: 0 8px 8px 8px;
    border: 3px solid #fe842e;
  }
}
.merit_itemLead {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .merit_itemLead {
    font-size: 20px;
  }
}
.merit_itemText {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .merit_itemText {
    font-size: 16px;
  }
}
.merit_bottom {
  margin: 110px auto 0;
  border-radius: 0 0 8px 8px;
}
.merit_container {
  position: relative;
}
.merit_container::before, .merit_container::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .merit_container::before, .merit_container::after {
    content: none;
  }
}
.merit_container::before {
  left: -120px;
  background-image: url(../images/merit_bg02.png);
  width: 256px;
  aspect-ratio: 256/229;
}
@media screen and (max-width: 1350px) {
  .merit_container::before {
    left: -30px;
    width: 170px;
  }
}
.merit_container::after {
  right: -120px;
  background-image: url(../images/merit_bg03.png);
  width: 279px;
  aspect-ratio: 279/236;
}
@media screen and (max-width: 1350px) {
  .merit_container::after {
    right: -20px;
    width: 180px;
  }
}
.merit_head {
  border-radius: 8px 8px 0 0;
  padding: 5px 0;
  background: #fe842e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit_head {
    padding: 12px 0;
  }
}
.merit_lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .merit_lead {
    font-size: 18px;
  }
}
.merit_subLead {
  position: absolute;
  top: -90px;
  left: -90px;
  border-radius: 50%;
  display: block;
  font-size: 18px;
  background: url(../images/merit_subLead.png) no-repeat center center/contain;
  width: 89px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .merit_subLead {
    top: -86px;
    left: 50%;
    width: 75px;
    height: 82px;
    transform: translateX(-50%);
    background: url(../images/merit_subLead-sp.png) no-repeat center center/contain;
    font-size: 16px;
  }
}
.merit_body {
  padding: 64px 108px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 1024px) {
  .merit_body {
    padding: 40px 50px 250px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .merit_body {
    padding: 32px 20px;
  }
}
.merit_text {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.35;
  text-align: center;
  color: #47aeab;
}
@media screen and (max-width: 768px) {
  .merit_text {
    font-size: 20px;
    line-height: 1.25;
  }
}
.merit_imgs {
  margin: 80px 0 0;
  display: grid;
  grid-template-columns: 1fr 85px 1fr;
  align-items: center;
  justify-content: center;
  gap: 0 28px;
}
@media screen and (max-width: 1350px) {
  .merit_imgs {
    margin: 110px 0 0;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .merit_imgs {
    margin: 60px auto 0;
    width: 589px;
    grid-template-columns: 224px 85px 224px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) and (max-width: 768px) {
  .merit_imgs {
    width: auto;
    margin: 20px 0 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .merit_imgs .horizontal-arrow {
    display: none;
  }
}
.merit_imgs .vertical-arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  .merit_imgs .vertical-arrow {
    display: block;
    margin: 30px auto 24px;
  }
}
@media screen and (max-width: 768px) {
  .merit_imgs > :first-child img {
    aspect-ratio: 310/492;
  }
}
@media screen and (max-width: 768px) {
  .merit_imgs > :last-child {
    position: relative;
  }
  .merit_imgs > :last-child img {
    aspect-ratio: 310/533;
  }
}
.merit_imgs > :last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .merit_imgs > :last-child::after {
    position: absolute;
    content: "";
    top: -98px;
    right: -25px;
    display: block;
    background: url(../images/merit_bg03.png) no-repeat center center/contain;
    aspect-ratio: 279/236;
    width: 119px;
    height: auto;
    z-index: 3;
  }
}
.merit_img {
  position: relative;
}
.merit_img img {
  aspect-ratio: 372/513;
  width: 100%;
  height: 100%;
}
.merit_comment {
  position: absolute;
  content: "";
  top: 150px;
  left: -250px;
  background: #faa265;
  color: #fff;
  font-weight: 700;
  width: 270px;
  border-radius: 16px;
  padding: 20px 21px;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  .merit_comment {
    padding: 14px 12px;
    font-size: 12px;
    top: -90px;
    left: -180px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .merit_comment {
    padding: 14px 12px;
    top: auto;
    bottom: 110px;
    left: auto;
    width: auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) and (max-width: 768px) {
  .merit_comment {
    margin-top: 53px;
    bottom: auto;
    position: relative;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .merit_comment-pc {
    display: none;
  }
}
.merit_comment-underTab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .merit_comment-underTab {
    width: 224px;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .merit_comment-underTab {
    width: auto;
  }
}
.merit_comment::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 50px;
  border-right: 13px solid #faa265;
  border-top: 8px solid transparent;
  border-bottom: 21px solid transparent;
  transform: rotate(-50deg);
}
@media screen and (max-width: 1350px) {
  .merit_comment::before {
    right: 18px;
    top: auto;
    bottom: -20px;
    transform: rotate(345deg);
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .merit_comment::before {
    top: -35px;
    left: 50%;
    border: 8px solid transparent;
    border-bottom: 35px solid #faa265;
    transform: translateX(-50%) rotate(0);
  }
}
.merit_comment::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .merit_comment::after {
    position: absolute;
    content: "";
    display: block;
    top: -105px;
    left: -32px;
    background: url(../images/merit_bg02.png) no-repeat center center/contain;
    aspect-ratio: 256/229;
    width: 119px;
    z-index: 3;
  }
}

.price {
  background: #f0f4f7;
}
.price_list {
  margin: 126px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 32px;
}
@media screen and (max-width: 1024px) {
  .price_list {
    margin: 94px auto 0;
    width: 70%;
    grid-template-columns: repeat(1, 1fr);
    gap: 88px 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .price_list {
    width: auto;
  }
}
.price_item {
  padding: 64px 0 0;
  border-radius: 12px;
  border: 3px solid #47aeab;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .price_item {
    padding: 54px 0 0;
    border-radius: 8px;
  }
}
.price_icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #47aeab;
  border-radius: 50%;
  width: 102px;
  aspect-ratio: 1/1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f4f7;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .price_icon {
    transform: translate(-50%, -60%);
  }
}
.price_name {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price_name {
    font-size: 20px;
  }
}
.price_img {
  margin: 16px 8px 0;
}
.price_img img {
  aspect-ratio: 329/195;
  width: 100%;
  height: 100%;
}
.price_details {
  margin: 22px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .price_details {
    min-height: 98px;
  }
}
.price_details > :first-child {
  margin-top: 0;
}
.price_detail {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
}
.price_area {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  padding: 8px 14px;
  background: #fff;
  border-radius: 56px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
}
.price_area span {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.price_num {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
}
.price_num span {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.price_note {
  margin: 16px 0 0;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .price_note {
    width: 70%;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .price_note {
    width: auto;
  }
}

.contract {
  background: #f7f3e5;
}
.contract_inner {
  position: relative;
  z-index: 1;
}
.contract_inner::after {
  position: absolute;
  content: "";
  bottom: -112px;
  left: -240px;
  display: block;
  background: url(../images/contract_bg.png) no-repeat center center/contain;
  width: 178px;
  height: auto;
  aspect-ratio: 178/220;
}
@media screen and (max-width: 1350px) {
  .contract_inner::after {
    content: none;
  }
}
.contract_icon {
  margin: 0 auto 12px;
  display: block;
  width: 74px;
}
.contract_icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.contract_list {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .contract_list {
    margin: 20px 0 0;
  }
}
.contract_item {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 24px 48px;
}
@media screen and (max-width: 768px) {
  .contract_item {
    grid-template-columns: 1fr 134px;
    gap: 16px 24px;
  }
}
.contract_arrow {
  width: -moz-fit-content;
  width: fit-content;
  margin: 34px 114px 34px auto;
}
@media screen and (max-width: 768px) {
  .contract_arrow {
    margin: 32px auto -30px;
  }
}
.contract_head {
  grid-column: 1;
  grid-row: 1;
  align-self: flex-end;
}
.contract_num {
  margin: 0 0 24px;
  color: #fe842e;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  border-bottom: 2px solid #fe842e;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .contract_num {
    margin: 0 0 16px;
    font-size: 16px;
  }
}
.contract_num span {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: 56px;
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .contract_num span {
    font-size: 36px;
    margin-left: 1px;
  }
}
.contract_lead {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .contract_lead {
    font-size: 20px;
  }
}
.contract_text {
  align-self: flex-start;
  margin: 0;
  grid-column: 1;
  grid-row: 2;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contract_text {
    grid-column: 1/span 2;
    font-size: 16px;
  }
}
.contract_img {
  grid-column: 2;
  grid-row: 1/span 2;
  height: 250px;
  width: 250px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .contract_img {
    grid-row: 1;
    width: 134px;
    height: 134px;
  }
}
.contract_img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}

.demolition_inner {
  margin: 0 auto;
  max-width: 1360px;
}
@media screen and (max-width: 1350px) {
  .demolition_inner {
    width: 94.7%;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .demolition_inner {
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  .demolition_inner {
    width: 94.7%;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  .demolition_inner {
    width: auto;
  }
}
.demolition_list {
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 37px 42px;
}
@media screen and (max-width: 1400px) {
  .demolition_list {
    margin: 80px 60px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 60px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1024px) {
  .demolition_list {
    margin: 60px 60px 0 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1400px) and (max-width: 1024px) and (max-width: 768px) {
  .demolition_list {
    margin: 40px 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 51px;
  }
}
.demolition_list > :nth-child(n+1):nth-child(-n+4) {
  width: 303px;
}
@media screen and (max-width: 1400px) {
  .demolition_list > :nth-child(n+1):nth-child(-n+4) {
    width: auto;
  }
}
.demolition_list > :nth-child(n+5):nth-child(-n+8) {
  width: 305px;
}
@media screen and (max-width: 1400px) {
  .demolition_list > :nth-child(n+5):nth-child(-n+8) {
    width: auto;
  }
}
.demolition_list > :last-child::after {
  content: none;
}
.demolition_item {
  position: relative;
}
.demolition_item::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9.9%;
  content: "";
  background: url(../images/arrow-right02.svg) no-repeat center center/contain;
  display: block;
  width: 20px;
  height: auto;
  aspect-ratio: 14/16;
}
@media screen and (max-width: 1350px) {
  .demolition_item::after {
    right: -40px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .demolition_item::after {
    top: auto;
    bottom: -40px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.demolition_head {
  position: relative;
}
.demolition_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .demolition_img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  .demolition_img img {
    aspect-ratio: 350/175;
  }
}
.demolition_name {
  position: absolute;
  bottom: -1px;
  left: 0;
  padding: 6px 8px;
  background: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #fe842e;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .demolition_name {
    padding: 6px 10px 6px 0;
    border-radius: 0 8px 0 0;
    font-size: 20px;
  }
}
.demolition_text {
  margin: 24px 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .demolition_text {
    margin: 8px 0 0;
    font-size: 16px;
  }
}

.case {
  padding-bottom: 200px;
  background: #f0f4f7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 48px 0 100px;
  }
}
.case::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  height: 239px;
  background-image: url(../images/case_bg.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .case::after {
    height: 99px;
    background-image: url(../images/case_bg-sp.png);
  }
}
.case_slider {
  margin: 80px 0 0;
  min-height: 438px;
}
@media screen and (max-width: 768px) {
  .case_slider {
    margin: 40px 0 0;
    min-height: 435px;
  }
}
.case_slider .swiper-slide {
  transform: scale(0.9) !important;
  transition: 0.7s;
}
.case_slider .swiper-slide img {
  height: auto;
  width: 100%;
}
.case_slider .swiper-slide-active {
  transform: scale(1) !important;
  z-index: 1;
}
.case_list {
  margin: 0;
}
.case_item {
  cursor: pointer;
}
.case_name {
  margin: 0;
  padding: 8px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #faa265;
  border-radius: 8px 8px 0 0;
}
.case_name-s {
  font-size: 22px;
}
.case_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_img img {
  aspect-ratio: 310/189;
}
.case_body {
  padding: 24px 16px;
  background: #f7f3e5;
  border-radius: 0 0 8px 8px;
}
.case_info > dl {
  margin: 4px 0 0;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 12px;
}
.case_info > dl > dt {
  padding: 1px 0;
  background: #eee8d3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
}
.case_info > :first-child {
  margin-top: 0;
}
.case_sliderNavi {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 20px;
  margin-top: 35px;
}
.case_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.case_pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
}
.case_pagination .swiper-pagination-bullet-active {
  background: #fe842e;
}
.case_arrow {
  cursor: pointer;
}
.modal_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3000;
}
.modal_wrapper::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal_wrapper-active {
  opacity: 1;
  visibility: visible;
}
.modal_container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 474px;
  width: 90%;
  cursor: default;
}
.modal_name {
  margin: 0;
  padding: 8px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #faa265;
  border-radius: 8px 8px 0 0;
}
.modal_name-s {
  font-size: 22px;
}
.modal_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal_img img {
  aspect-ratio: 474/233;
}
.modal_body {
  padding: 24px 16px;
  background: #f7f3e5;
  border-radius: 0 0 8px 8px;
}
.modal_info > dl {
  margin: 4px 0 0;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 12px;
}
.modal_info > dl > dt {
  padding: 1px 0;
  background: #eee8d3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
}
.modal_info > :first-child {
  margin-top: 0;
}
.modal_info > dl > dd {
  text-align: left;
}

.faq {
  padding: 110px 0 80px;
  background: #f7f3e5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .faq {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .faq {
    padding: 48px 20px 20px;
  }
}
.faq_title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faq_title {
    text-align: center;
  }
}
.faq_lead {
  margin: 24px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .faq_lead {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
  }
}
.faq_list {
  margin: 80px 0 0;
}
@media screen and (max-width: 1024px) {
  .faq_list {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .faq_list {
    margin: 40px 0 0;
  }
}
.faq_list > :first-child {
  margin-top: 0;
}
.faq_item {
  margin: 16px 0 0;
}
.faq_question {
  padding: 16px 26px 16px 24px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0 24px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .faq_question {
    padding: 16px 20px;
    gap: 0 16px;
  }
}
@media (hover: hover) {
  .faq_question:hover {
    background: #fe842e;
    color: #fff;
  }
  .faq_question:hover .faq_q {
    color: #fe842e;
    background: #fff;
  }
  .faq_question:hover .faq_toggle::before, .faq_question:hover .faq_toggle::after {
    background: #fff;
  }
}
.faq_question-active {
  border-radius: 10px 10px 0 0;
  background: #fe842e;
  color: #fff;
}
.faq_question-active .faq_q {
  color: #fe842e;
  background: #fff;
}
.faq_question-active .faq_toggle::before, .faq_question-active .faq_toggle::after {
  background: #fff;
}
.faq_a, .faq_q {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fe842e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq_a, .faq_q {
    align-self: flex-start;
  }
}
.faq_q {
  transition: all 0.4s;
}
.faq_questionText {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .faq_questionText {
    font-weight: 500;
    font-size: 16px;
  }
}
.faq_toggle {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq_toggle {
    display: none;
  }
}
.faq_toggle::before, .faq_toggle::after {
  position: absolute;
  content: "";
  background: #999;
  transition: all 0.4s;
}
.faq_toggle::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 16px;
}
.faq_toggle::after {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 2px;
  width: 16px;
}
.faq_toggle-active::before {
  transform: translateX(-50%) rotate(90deg);
}
.faq_answer {
  display: none;
}
.faq_answerInner {
  padding: 16px 24px;
  display: flex;
  background: #fff;
  align-items: center;
  gap: 0 24px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .faq_answerInner {
    padding: 16px 20px;
    gap: 0 16px;
  }
}
.faq_answerText {
  margin: 0;
  line-height: 1.8;
}

.greeting {
  background: #f7f3e5;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .greeting {
    padding: 80px 20px 228px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .greeting {
    padding: 80px 20px 175px;
  }
}
.greeting::before {
  position: absolute;
  content: "";
  height: auto;
  aspect-ratio: 1/1;
  background: #f8f8ae;
  border-radius: 50%;
  z-index: 1;
  width: 839px;
  bottom: -375px;
  right: -170px;
}
@media screen and (max-width: 1024px) {
  .greeting::before {
    width: 400px;
    bottom: -270px;
    right: -60px;
  }
}
.greeting_inner {
  position: relative;
}
.greeting_inner::before {
  position: absolute;
  content: "";
  height: auto;
  aspect-ratio: 1/1;
  background: #f8f8ae;
  border-radius: 50%;
  z-index: 3;
  top: -110px;
  left: -120px;
  width: 293px;
}
@media screen and (max-width: 1024px) {
  .greeting_inner::before {
    top: -80px;
    left: -150px;
  }
}
.greeting_title {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-size: 40px;
  color: #fe842e;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .greeting_title {
    font-size: 25px;
  }
}
.greeting_container {
  max-width: 742px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1350px) {
  .greeting_container {
    width: 54%;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1024px) {
  .greeting_container {
    max-width: 100%;
    width: auto;
  }
}
.greeting_text {
  margin: 32px 0 0;
  font-size: 18px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .greeting_text {
    margin: 40px 0 0;
    font-size: 16px;
  }
}
.greeting_name {
  margin: 16px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  text-align: right;
}
.greeting_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 622px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .greeting_img {
    width: 240px;
    right: auto;
    left: 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .greeting_img {
    width: 320px;
    bottom: -30px;
    left: -58px;
  }
}
.greeting_img img {
  aspect-ratio: 622/541;
  width: 100%;
  height: 100%;
}

.about {
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about {
    padding-right: 0;
    padding-left: 0;
  }
}
.about_container {
  margin: 80px 0 0;
  padding: 80px;
  box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1019607843);
}
@media screen and (max-width: 1024px) {
  .about_container {
    margin: 60px 0 0;
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .about_container {
    margin: 40px 0 0;
    padding: 32px 20px;
  }
}
.about_table {
  margin: 0;
}
.about_table a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
.about_table th,
.about_table td {
  padding: 16px 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .about_table th,
  .about_table td {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .about_table tbody {
    display: block;
  }
}
.about_table tbody tr {
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .about_table tbody tr {
    display: block;
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .about_table tbody tr > th, .about_table tbody tr > td {
    display: block;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about_table tbody tr > td {
    margin: 16px 0 0;
  }
}
.about_table tbody > :last-child {
  border-bottom: none;
}

.line {
  background: #f0f4f7;
}
.line_inner {
  text-align: center;
}
.line_container {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .line_container {
    margin: 40px 0 0;
  }
}
.line_container > :first-child {
  margin-top: 0;
}
.line_content {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .line_content {
    margin: 40px 0 0;
  }
}
.line_content-03 .line_text {
  margin: 0 auto;
  width: 556px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .line_content-03 .line_text {
    width: auto;
  }
}
.line_num {
  margin: 0 auto 32px;
  color: #fe842e;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  border-bottom: 2px solid #fe842e;
  width: -moz-fit-content;
  width: fit-content;
}
.line_num span {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: 24px;
  display: inline-block;
  margin-left: 8px;
}
.line_text {
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .line_text {
    font-size: 16px;
    text-align: left;
  }
}
.line_qr {
  margin: 24px auto 0;
  width: 97px;
}
.line_qr img {
  aspect-ratio: 97/117;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.line_list {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 64px;
}
@media screen and (max-width: 768px) {
  .line_list {
    flex-direction: column;
    gap: 40px;
  }
}
.line_guide {
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .line_guide {
    font-size: 16px;
    text-align: left;
  }
}
.line_img {
  margin: 8px 0 0;
}
.line_img img {
  width: 100%;
  height: 100%;
}
.line_img-01 {
  width: 267px;
}
.line_img-01 img {
  aspect-ratio: 267/484;
}
.line_img-02 {
  width: 287px;
}
.line_img-02 img {
  aspect-ratio: 287/484;
}
.line_comment {
  margin: 24px auto 0;
  padding: 14px;
  border: 2px solid #d8d8d8;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
}
.line_commentLead {
  margin: 0;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .line_commentLead {
    font-size: 16px;
  }
}
.line_commentList {
  margin: 17px 0 0;
}
@media screen and (max-width: 768px) {
  .line_commentList {
    font-size: 16px;
  }
}
.line_commentItem {
  line-height: 1.65;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contact_title {
    line-height: 1.5;
  }
}
.contact_lead {
  text-align: center;
  margin: 24px 0 0;
  font-size: 18px;
}
.contact_body {
  margin: 80px auto 0;
  width: 640px;
}
@media screen and (max-width: 768px) {
  .contact_body {
    margin: 48px 0 0;
    width: auto;
  }
}
.contact_privacyArea {
  padding: 32px 0 0;
}
.contact_privacyContainer {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact_privacyContainer {
    border-radius: 4px;
  }
}
.contact_privacyInner {
  max-height: 248px;
  overflow-y: auto;
  padding: 16px 24px;
  line-height: 1.8;
}
.contact_privacyTitle {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_privacyTitle {
    font-size: 18px;
    font-weight: 500;
  }
}
.contact_privacyTxt p {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .contact_privacyTxt p {
    font-size: 16px;
  }
}
.contact_agree {
  margin: 32px 0 0;
  font-weight: 500;
  color: #fe842e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_agree {
    font-size: 16px;
  }
}
.contact_agree label {
  cursor: pointer;
  position: relative;
}
.contact_agree label input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.contact_agree label input[type=checkbox]::before, .contact_agree label input[type=checkbox]::after {
  position: absolute;
  content: "";
  display: block;
}
.contact_agree label input[type=checkbox]::before {
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.contact_agree label input[type=checkbox]::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 6px;
  width: 10px;
  transform: rotate(-50deg);
  top: 8px;
  right: 10px;
  opacity: 0;
}
.contact_agree label input[type=checkbox]:checked::before {
  border-color: #fe842e;
  background: #fe842e;
}
.contact_agree label input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact_agree .wpcf7-list-item-label {
  padding-right: 2.2em;
}
.contact_agreeIcon {
  margin: 4px 0 0;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.contact_agreeIcon svg {
  display: none;
}
.contact_btn {
  margin: 56px 0 0;
}
.contact_btn input {
  height: 70px;
  padding: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 8px;
  color: #fff;
  background: #fe842e;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .contact_btn input {
    border-radius: 4px;
  }
}
.contact_btn input:disabled {
  background: #d8d8d8;
}

.btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 24px;
  background: #eeeeee;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.4s;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
}
.btn[disabled] {
  opacity: 0.6 !important;
  cursor: default !important;
}
.btn-orange {
  background: #fe842e;
}
.btn-orange.btn-beforeText > span {
  padding: 0 6px;
  color: #fe842e;
  border-radius: 16px;
}
.btn-line {
  background: #06c755;
}
.btn-l {
  padding: 21px 34px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .btn-l {
    padding: 12px 14px;
    font-size: 15px;
  }
}
.btn-l.btn-afterArrowRight {
  padding-right: 27px;
}
@media screen and (max-width: 768px) {
  .btn-l.btn-afterArrowRight {
    padding-right: 14px;
  }
}
.btn-l.btn-afterArrowRight > :last-child {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .btn-l.btn-afterArrowRight > :last-child {
    margin-left: 12px;
  }
}
.btn-l.btn-beforeLine {
  padding-left: 38px;
}
@media screen and (max-width: 768px) {
  .btn-l.btn-beforeLine {
    padding-left: 14px;
  }
}
.btn-beforeText > :first-child {
  margin-right: 6px;
  display: inline-block;
  background: #fff;
}
.btn-beforeMail > :first-child {
  display: block;
  margin-right: 7px;
  aspect-ratio: 26/21;
  width: 28px;
}
@media screen and (max-width: 768px) {
  .btn-beforeMail > :first-child {
    width: 22px;
    margin-top: 2px;
    margin-right: 12px;
  }
}
.btn-beforeLine > :first-child {
  display: block;
  margin-right: 17px;
  aspect-ratio: 1/1;
  width: 34px;
}
@media screen and (max-width: 768px) {
  .btn-beforeLine > :first-child {
    margin-top: 3px;
    margin-right: 15px;
    width: 27px;
  }
}
.btn-afterArrowRight {
  padding-right: 15px;
}
.btn-afterArrowRight > :last-child {
  margin-left: 14px;
  width: 8px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .btn-afterArrowRight > :last-child {
    width: 6px;
  }
}

.btns {
  margin: 20px 0 0;
}
.btns_list {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: var(--row-gap, 20px) var(--column-gap, 20px);
}
.btns-v .btns_list {
  flex-direction: column;
  align-items: center;
}
.btns-left .btns_list {
  justify-content: flex-start;
}
.btns-center .btns_list {
  justify-content: center;
}
.btns-right .btns_list {
  justify-content: flex-end;
}
.btns-vat .btns_list {
  align-items: flex-start;
}
.btns-vam .btns_list {
  align-items: center;
}
.btns-vab .btns_list {
  align-items: flex-end;
}
.btns_item > :first-child {
  margin-top: 0;
}
.btns_item > .btn {
  min-height: 100%;
}
.btns_item-1-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 1 - var(--column-gap, 20px));
}
.btns_item-2-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 2 - var(--column-gap, 20px));
}
.btns_item-3-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 3 - var(--column-gap, 20px));
}
.btns_item-4-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 4 - var(--column-gap, 20px));
}
.btns_item-5-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 5 - var(--column-gap, 20px));
}
.btns_item-6-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 6 - var(--column-gap, 20px));
}
.btns_item-7-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 7 - var(--column-gap, 20px));
}
.btns_item-8-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 8 - var(--column-gap, 20px));
}
.btns_item-9-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 9 - var(--column-gap, 20px));
}
.btns_item-10-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 10 - var(--column-gap, 20px));
}
.btns_item-11-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 11 - var(--column-gap, 20px));
}
.btns_item-12-12 {
  width: calc((100% + var(--column-gap, 20px)) / 12 * 12 - var(--column-gap, 20px));
}
.btns_item-1-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 1 - var(--column-gap, 20px));
}
.btns_item-2-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 2 - var(--column-gap, 20px));
}
.btns_item-3-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 3 - var(--column-gap, 20px));
}
.btns_item-4-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 4 - var(--column-gap, 20px));
}
.btns_item-5-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 5 - var(--column-gap, 20px));
}
.btns_item-6-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 6 - var(--column-gap, 20px));
}
.btns_item-7-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 7 - var(--column-gap, 20px));
}
.btns_item-8-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 8 - var(--column-gap, 20px));
}
.btns_item-9-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 9 - var(--column-gap, 20px));
}
.btns_item-10-10 {
  width: calc((100% + var(--column-gap, 20px)) / 10 * 10 - var(--column-gap, 20px));
}

@media screen and (min-width: 769px) {
  .btns_list {
    gap: var(--row-gap-pc, 20px) var(--column-gap-pc, 20px);
  }
  .btns-vPc .btns_list {
    flex-direction: column;
    align-items: center;
  }
  .btns-leftPc .btns_list {
    justify-content: flex-start;
  }
  .btns-centerPc .btns_list {
    justify-content: center;
  }
  .btns-rightPc .btns_list {
    justify-content: flex-end;
  }
  .btns-vatPc .btns_list {
    align-items: flex-start;
  }
  .btns-vamPc .btns_list {
    align-items: center;
  }
  .btns-vabPc .btns_list {
    align-items: flex-end;
  }
  .btns_item-1-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 1 - var(--column-gap-pc, 20px));
  }
  .btns_item-2-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 2 - var(--column-gap-pc, 20px));
  }
  .btns_item-3-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 3 - var(--column-gap-pc, 20px));
  }
  .btns_item-4-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 4 - var(--column-gap-pc, 20px));
  }
  .btns_item-5-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 5 - var(--column-gap-pc, 20px));
  }
  .btns_item-6-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 6 - var(--column-gap-pc, 20px));
  }
  .btns_item-7-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 7 - var(--column-gap-pc, 20px));
  }
  .btns_item-8-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 8 - var(--column-gap-pc, 20px));
  }
  .btns_item-9-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 9 - var(--column-gap-pc, 20px));
  }
  .btns_item-10-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 10 - var(--column-gap-pc, 20px));
  }
  .btns_item-11-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 11 - var(--column-gap-pc, 20px));
  }
  .btns_item-12-12pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 12 * 12 - var(--column-gap-pc, 20px));
  }
  .btns_item-1-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 1 - var(--column-gap-pc, 20px));
  }
  .btns_item-2-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 2 - var(--column-gap-pc, 20px));
  }
  .btns_item-3-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 3 - var(--column-gap-pc, 20px));
  }
  .btns_item-4-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 4 - var(--column-gap-pc, 20px));
  }
  .btns_item-5-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 5 - var(--column-gap-pc, 20px));
  }
  .btns_item-6-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 6 - var(--column-gap-pc, 20px));
  }
  .btns_item-7-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 7 - var(--column-gap-pc, 20px));
  }
  .btns_item-8-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 8 - var(--column-gap-pc, 20px));
  }
  .btns_item-9-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 9 - var(--column-gap-pc, 20px));
  }
  .btns_item-10-10pc {
    width: calc((100% + var(--column-gap-pc, 20px)) / 10 * 10 - var(--column-gap-pc, 20px));
  }
}
@media screen and (max-width: 768px) {
  .btns_list {
    gap: var(--row-gap-sp, 20px) var(--column-gap-sp, 20px);
  }
  .btns-vSp .btns_list {
    flex-direction: column;
    align-items: center;
  }
  .btns-leftPc .btns_list {
    justify-content: flex-start;
  }
  .btns-centerPc .btns_list {
    justify-content: center;
  }
  .btns-rightPc .btns_list {
    justify-content: flex-end;
  }
  .btns-vatPc .btns_list {
    align-items: flex-start;
  }
  .btns-vamPc .btns_list {
    align-items: center;
  }
  .btns-vabPc .btns_list {
    align-items: flex-end;
  }
  .btns_item-1-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 1 - var(--column-gap-sp, 20px));
  }
  .btns_item-2-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 2 - var(--column-gap-sp, 20px));
  }
  .btns_item-3-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 3 - var(--column-gap-sp, 20px));
  }
  .btns_item-4-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 4 - var(--column-gap-sp, 20px));
  }
  .btns_item-5-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 5 - var(--column-gap-sp, 20px));
  }
  .btns_item-6-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 6 - var(--column-gap-sp, 20px));
  }
  .btns_item-7-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 7 - var(--column-gap-sp, 20px));
  }
  .btns_item-8-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 8 - var(--column-gap-sp, 20px));
  }
  .btns_item-9-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 9 - var(--column-gap-sp, 20px));
  }
  .btns_item-10-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 10 - var(--column-gap-sp, 20px));
  }
  .btns_item-11-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 11 - var(--column-gap-sp, 20px));
  }
  .btns_item-12-12sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 12 * 12 - var(--column-gap-sp, 20px));
  }
  .btns_item-1-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 1 - var(--column-gap-sp, 20px));
  }
  .btns_item-2-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 2 - var(--column-gap-sp, 20px));
  }
  .btns_item-3-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 3 - var(--column-gap-sp, 20px));
  }
  .btns_item-4-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 4 - var(--column-gap-sp, 20px));
  }
  .btns_item-5-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 5 - var(--column-gap-sp, 20px));
  }
  .btns_item-6-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 6 - var(--column-gap-sp, 20px));
  }
  .btns_item-7-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 7 - var(--column-gap-sp, 20px));
  }
  .btns_item-8-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 8 - var(--column-gap-sp, 20px));
  }
  .btns_item-9-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 9 - var(--column-gap-sp, 20px));
  }
  .btns_item-10-10sp {
    width: calc((100% + var(--column-gap-sp, 20px)) / 10 * 10 - var(--column-gap-sp, 20px));
  }
}
.color-red {
  color: #ea3257 !important;
}
.color-blue {
  color: #00f !important;
}
.color-gray {
  color: #999 !important;
}
.color-black {
  color: #2f3034 !important;
}/*# sourceMappingURL=styles.css.map */