@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

picture, img {
  display: block;
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 400 700;
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2"), url("../fonts/NotoSansJP-VariableFont_wght.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "jost";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Jost-VariableFont_wght.woff2") format("woff2"), url("../fonts/Jost-VariableFont_wght.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "jost";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/Jost-Italic-VariableFont_wght.woff2") format("woff2"), url("../fonts/Jost-Italic-VariableFont_wght.woff") format("woff");
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
.u-mb-sm {
  margin-bottom: 4px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-sm-pc {
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-sm-sp {
    margin-bottom: 4px !important;
  }
}

.u-mb-01 {
  margin-bottom: 8px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-01-pc {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-01-sp {
    margin-bottom: 8px !important;
  }
}

.u-mb-02 {
  margin-bottom: 16px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-02-pc {
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-02-sp {
    margin-bottom: 16px !important;
  }
}

.u-mb-03 {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-03-pc {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-03-sp {
    margin-bottom: 24px !important;
  }
}

.u-mb-04 {
  margin-bottom: 32px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-04-pc {
    margin-bottom: 32px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-04-sp {
    margin-bottom: 32px !important;
  }
}

.u-mb-05 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-05-pc {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-05-sp {
    margin-bottom: 40px !important;
  }
}

.u-mb-06 {
  margin-bottom: 48px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-06-pc {
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-06-sp {
    margin-bottom: 48px !important;
  }
}

.u-mb-07 {
  margin-bottom: 56px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-07-pc {
    margin-bottom: 56px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-07-sp {
    margin-bottom: 56px !important;
  }
}

.u-mb-08 {
  margin-bottom: 64px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-08-pc {
    margin-bottom: 64px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-08-sp {
    margin-bottom: 64px !important;
  }
}

.u-mb-09 {
  margin-bottom: 72px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-09-pc {
    margin-bottom: 72px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-09-sp {
    margin-bottom: 72px !important;
  }
}

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

@media screen and (min-width: 744px) {
  .u-mb-10-pc {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-10-sp {
    margin-bottom: 80px !important;
  }
}

.u-mb-md {
  margin-bottom: 120px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-md-pc {
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-md-sp {
    margin-bottom: 120px !important;
  }
}

.u-mb-lg {
  margin-bottom: 160px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-lg-pc {
    margin-bottom: 160px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-lg-sp {
    margin-bottom: 160px !important;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #0D1C3B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.7;
  letter-spacing: 0;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  width: 100%;
  height: auto;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

@media screen and (max-width: 743px) {
  #page {
    padding-top: 5.4rem;
  }
}

@media screen and (min-width: 744px) {
  .home #page {
    padding-top: 10.2rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .home #page {
    padding-top: 7.4rem;
  }
}

/*
section {
  content-visibility: auto;
  contain-intrinsic-size: 500px;

  &.u-force-visible {
    content-visibility: visible;
    contain-intrinsic-size: inherit;
  }
}
*/
/*——————————————————————
コンテンツ幅
最大幅はtheme.jsonで設定
——————————————————————*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: min(90vw, var(--wp--style--global--content-size));
}
.l-container.--wide {
  width: min(90vw, var(--wp--style--global--wide-size));
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5000;
}
.l-header.--bg-white {
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .l-header-primary {
    padding: 1rem 1rem 1rem 2.4rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 744px) {
  .l-header-primary {
    padding: 2.4rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-primary {
    padding: 1rem 1rem 1rem 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
  }
}
.l-header-primary-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 744px) {
  .l-header-primary-wrapper {
    padding: 1rem 1rem 1rem 24px;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .l-header-primary-nav {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-primary-nav {
    display: none;
  }
}
.l-header-primary-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .l-header-primary-list {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-primary-list {
    gap: 0.4rem;
  }
}
.l-header-primary-link {
  transition: 0.3s ease;
}
.l-header-primary-link:hover {
  opacity: 0.7;
}
.l-header-primary-text {
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}
.l-header-primary-item {
  margin-right: 2rem;
}
.l-header-primary-item[data-accordion] {
  position: relative;
}
.l-header-primary-item[data-accordion] .l-header-primary-link {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .l-header-primary-item[data-accordion] .l-header-primary-link {
    justify-content: center;
  }
}
.l-header-primary-item[data-accordion] .l-header-primary-link::after {
  content: "";
  background-image: url(../images/common/icon-arrow-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  display: block;
  transition: 0.3s ease;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 1280px) {
  .l-header-primary-item[data-accordion] .l-header-primary-link::after {
    filter: unset;
  }
}
.l-header-primary-item.is-open[data-accordion] .l-header-primary-link::after {
  transform: rotate(180deg);
}
.l-header-primary-sub-list {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  outline: none;
  display: flex;
  flex-direction: column;
  display: none;
}
@media screen and (max-width: 743px) {
  .l-header-primary-sub-list {
    position: relative;
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-primary-sub-list {
    background-color: #fff;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-primary-sub-list {
    background-color: unset;
    position: relative;
  }
}
.l-header-primary-sub-list-item {
  outline: none;
  white-space: nowrap;
  transition: 0.3s ease;
}
.l-header-primary-sub-list-item:hover {
  opacity: 0.7;
}
.l-header-primary-sub-list-item a {
  width: 100%;
  display: block;
}
@media screen and (max-width: 743px) {
  .l-header-primary-sub-list-item a {
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 744px) {
  .l-header-primary-sub-list-item a {
    padding: 1rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-primary-sub-list-item a {
    text-align: center;
  }
}
.l-header-primary-tel {
  border-radius: 2em;
  padding: 0.4rem 1.6rem;
  background-color: #FFC300;
  color: #fff;
}
@media screen and (min-width: 744px) {
  .l-header-primary-tel {
    pointer-events: none;
  }
}
.l-header-primary-tel .l-header-primary-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7;
}
.l-header-primary-tel .l-header-primary-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
}
.l-header-primary-line {
  border-radius: 2em;
  padding: 0.4rem 1.6rem;
  background-color: #06C755;
  color: #fff;
}
.l-header-primary-line .l-header-primary-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7;
}
.l-header-primary-line .l-header-primary-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
}
.l-header-hamburger {
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.l-header-hamburger__btn {
  align-items: center;
  background: #FFC300;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding-top: 4px;
  position: relative;
  height: 3.4rem;
  width: 3.4rem;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn {
    height: 3.4rem;
    width: 3.4rem;
  }
}
.l-header-hamburger__btn div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header-hamburger__btn div.-open-icon {
  height: 15px;
  width: 12px;
  transition: 0.4s;
}
.l-header-hamburger__btn div.-open-icon::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.4s;
  width: 100%;
  opacity: 1;
  background-image: repeating-linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 6px);
}
.l-header-hamburger__btn div.-close-icon {
  height: 15px;
  width: 15px;
  opacity: 0;
  transition: 0.4s;
}
.l-header-hamburger__btn div.-close-icon::before, .l-header-hamburger__btn div.-close-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
}
.l-header-hamburger__btn div.-close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}
.l-header-hamburger__btn div.-close-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}
.l-header-hamburger__btn.open .-open-icon {
  opacity: 0;
}
.l-header-hamburger__btn.open .-close-icon {
  opacity: 1;
}
.l-header-hamburger-wrapper {
  background: rgba(80, 180, 152, 0.9);
  color: #fff;
  height: 100svh;
  opacity: 0;
  padding: 7.2rem 2rem 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 1;
  cursor: initial;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-wrapper {
    padding-top: 8.2rem;
    max-width: 375px;
  }
}
.l-header-hamburger-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.l-header-hamburger-wrapper-inner {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .l-header-hamburger-wrapper-inner {
    overflow: overlay;
    padding-right: 5px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar {
    opacity: 0.6;
    width: 2px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }
}
.l-header-hamburger-wrapper .l-header-primary-nav {
  display: block;
}
.l-header-hamburger-wrapper .l-header-secondary-nav {
  display: block;
}
.l-header-hamburger-wrapper .l-header-contact {
  display: flex;
}
.l-header-hamburger-wrapper .l-header-primary-list {
  align-items: flex-start;
}
.l-header-hamburger-wrapper .l-header-primary-item[data-accordion] .l-header-primary-link {
  justify-content: flex-start;
}
.l-header-hamburger-wrapper .l-header-primary-sub-list-item .l-header-primary-text {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.l-header-hamburger-wrapper .l-header-primary-sub-list-item .l-header-primary-text::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  flex-shrink: 0;
}
.l-header-hamburger-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.l-header-hamburger-nav__item {
  font-size: 7vw;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav__item {
    font-size: 1.875em;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-hamburger-nav__item br {
    display: none;
  }
}
.l-header-branding__logo a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-header-branding__logo a * {
  transition: 0.3s ease;
}
.l-header-branding__logo a:hover * {
  opacity: 0.7;
}
.l-header-branding__logo-img {
  width: 23.1rem;
}
@media screen and (max-width: 743px) {
  .l-footer {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer-wrapper {
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-footer-wrapper {
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-wrapper {
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.l-footer-logo {
  width: 23rem;
}
@media screen and (max-width: 743px) {
  .l-footer-logo {
    margin-bottom: 32px;
  }
}
.l-footer-nav__list {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 743px) {
  .l-footer-nav__list {
    flex-wrap: wrap;
  }
}
.l-footer-nav__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
  color: #50B498;
}
.l-footer-nav__link {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}
.l-footer-nav__link.-sub {
  gap: 1.2rem;
}
.l-footer-nav__link.-sub::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #50B498;
  flex-shrink: 0;
}
.l-footer-copy {
  color: #50B498;
  letter-spacing: 0;
  padding: 16px;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.6;
  border-top: 1px solid #f3fdf9;
}
@media screen and (max-width: 743px) {
  .l-footer-copy {
    padding: 16px 2rem 4rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-copy {
    padding: 16px;
    text-align: center;
  }
}

.l-main {
  overflow: clip;
}

@media screen and (max-width: 743px) {
  .l-wrapper {
    padding-top: 5.4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-wrapper {
    padding-top: 10.2rem;
  }
}

@media screen and (max-width: 743px) {
  .l-section {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section {
    padding-top: 12rem;
  }
}

@media screen and (max-width: 743px) {
  .l-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-content {
    max-width: calc(110rem + 32px + 32px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.c-btn-viewmore {
  margin: 0 auto;
  display: block;
  width: 15.2rem;
  height: 5.9rem;
  display: flex;
  align-items: center;
  padding-left: 2.4rem;
  gap: 8px;
  color: #FFC300;
  background-color: #fff;
  border: 1px solid #FFC300;
  border-radius: 3rem;
  position: relative;
  font-weight: 700;
}
.c-btn-viewmore::after {
  content: "";
  background-image: url(../images/common/section-cases/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.4rem;
  height: 2.4rem;
}

.c-form {
  margin-top: 3rem;
}
.c-form input:not([name*=tel]):not([name*=zip]):not([type=submit]):not([type=radio]):not([type=checkbox]),
.c-form textarea {
  width: 100%;
}
.c-form input[name*=tel],
.c-form input[name*=zip] {
  width: 5em;
}
.c-form input,
.c-form select,
.c-form textarea {
  font-family: inherit;
  font-size: 1em;
  padding: 3px 5px;
}
.c-form-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-form-content + .c-form-content {
  margin-top: 2rem;
}
.c-form-content dt {
  font-size: 1.125em;
  font-weight: 700;
}
.c-form-privacy {
  align-items: center;
  background: #e7e7e7;
  margin: 3rem auto 0;
  padding: 2rem;
  text-align: center;
  width: min(100%, 500px);
}
.c-form-btn {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}
.c-form-btn input {
  background: #f00;
  border: 1px solid #f00;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  transition: 0.4s;
}
.c-form-btn input:hover {
  background: #fff;
  color: #f00;
}
.c-form-btn input[name=submitBack] {
  filter: grayscale(1);
}

.mw_wp_form_confirm .c-form-privacy {
  display: none;
}

@media screen and (min-width: 744px) {
  .c-heading-lg-pc {
    font-size: 3.6rem !important;
    line-height: 1.6;
    font-weight: 700;
  }
}

@media screen and (max-width: 743px) {
  .c-heading-lg-sp {
    font-size: 2.2rem !important;
    line-height: 1.6;
    font-weight: 700;
  }
}

@media screen and (min-width: 744px) {
  .c-heading-md-pc {
    font-size: 2rem !important;
    line-height: 1.6;
    font-weight: 700;
  }
}

@media screen and (max-width: 743px) {
  .c-heading-md-sp {
    font-size: 2rem !important;
    line-height: 1.6;
    font-weight: 700;
  }
}

@media screen and (min-width: 744px) {
  .c-heading-sm-pc {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
  }
}

@media screen and (max-width: 743px) {
  .c-heading-sm-sp {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
  }
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 32px;
}
.wp-pagenavi > * {
  background: #fff;
  border: 1px solid #50B498;
  border-radius: 50%;
  color: #50B498;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  background: #50B498;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  background: #50B498;
  bottom: 0;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  margin: auto;
  mask: url(../images/common/icon-arrow-down.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  rotate: -90deg;
  top: 0;
  width: 0.6em;
}
.wp-pagenavi .previouspostslink::before {
  rotate: 90deg;
  transform: scale(-1, 1);
}

.c-breadcrumbs {
  letter-spacing: 0;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 743px) {
  .c-breadcrumbs {
    padding: 6px 0;
  }
}
@media screen and (min-width: 744px) {
  .c-breadcrumbs {
    padding: 4px 0;
  }
}
.c-breadcrumbs a * {
  transition: 0.3s ease;
}
.c-breadcrumbs a:hover * {
  opacity: 0.7;
}
.c-breadcrumbs .home {
  position: relative;
  position: relative;
  display: block;
  width: 2rem;
  transition: 0.3s ease;
}
.c-breadcrumbs .home span[property=name] {
  display: none;
}
.c-breadcrumbs .home:hover {
  opacity: 0.7;
}
.c-breadcrumbs .home::after {
  content: "";
  background-image: url(../images/common/icon-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  display: block;
}

.c-mv {
  position: relative;
  background-color: #50B498;
}
@media screen and (min-width: 744px) {
  .c-mv {
    margin-top: 10.2rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .c-mv {
    margin-top: 7.4rem;
  }
}
@media screen and (max-width: 743px) {
  .c-mv__wrapper {
    padding: 24px 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-mv__wrapper {
    padding: 40px 32px;
  }
}
.c-mv__heading {
  text-align: center;
  color: #fff;
}
.c-float {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.c-float * {
  transition: 0.3s ease;
}
.c-float:hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .c-float {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .c-float .--pc {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .c-float .--sp {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .c-float-line {
    align-items: center;
    background: #06C755;
    color: #fff;
    display: flex;
    font-size: 0.875em;
    font-weight: 700;
    gap: 8px;
    height: 4rem;
    justify-content: center;
  }
  .c-float-line::before {
    aspect-ratio: 1/1;
    background: url(../images/common/icon-line.svg) no-repeat center/contain;
    content: "";
    display: block;
    width: 1.5em;
  }
}
@media screen and (min-width: 744px) {
  .c-float-line {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    overflow: hidden;
    z-index: 2;
  }
  .c-float-line::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #06C755;
    height: calc(100% - 44px);
    bottom: 0;
    right: 0;
  }
  .c-float-line__img {
    position: relative;
    z-index: 2;
  }
  .c-float-line__text {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    line-height: 1.3;
    writing-mode: vertical-lr;
    color: #fff;
    display: block;
    width: 44px;
    padding: 13px;
    position: relative;
    z-index: 2;
  }
}
.c-float-tel {
  align-items: center;
  background: #FFC300;
  color: #fff;
  display: flex;
  font-size: 0.875em;
  font-weight: 700;
  gap: 8px;
  height: 4rem;
  justify-content: center;
}
.c-float-tel::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon-tel.svg) no-repeat center/contain;
  content: "";
  display: block;
  width: 1.5em;
}

.c-about__wrapper {
  display: grid;
}
@media screen and (max-width: 743px) {
  .c-about__wrapper {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 744px) {
  .c-about__wrapper {
    grid-template-columns: 44% 48.8%;
    column-gap: 7.2%;
    padding-top: 8rem;
    padding-bottom: 8.4rem;
  }
}
.c-about__heading {
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .c-about__heading {
    font-size: 3rem;
  }
}
.c-about__sub {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .c-about__sub {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .c-about__sub {
    margin-bottom: 4rem;
  }
}
.c-about__sub::before, .c-about__sub::after {
  content: "";
  display: block;
  background-color: #0D1C3B;
  width: 2rem;
  height: 1px;
  flex-shrink: 0;
}
.c-about__text1 {
  margin-bottom: 16px;
}
.c-about__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
.c-about__item {
  display: flex;
  gap: 6px;
  position: relative;
  color: #50B498;
  font-weight: 700;
}
.c-about__item::before {
  content: "";
  background-image: url(../images/common/section-about/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2.7rem;
  flex-shrink: 0;
}

.c-spacer-ellipse {
  width: 100%;
}
.c-points {
  position: relative;
}
.c-points-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-points-bg img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 743px) {
  .c-points__wrapper {
    padding: 4.8rem 0 8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-points__wrapper {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
.c-points__heading {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #fff;
  width: max-content;
  margin: 0 auto 4rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 743px) {
  .c-points__heading {
    padding: 8px;
  }
}
@media screen and (min-width: 744px) {
  .c-points__heading {
    padding: 8px 32px;
    font-size: 2.4rem;
  }
}
.c-points__lead {
  color: #fff;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 743px) {
  .c-points__lead {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .c-points__lead {
    text-align: center;
    margin-bottom: 7.4rem;
  }
}
.c-points__list {
  display: flex;
  gap: 4px;
  background-color: #fff;
  border-radius: 3rem;
}
@media screen and (max-width: 743px) {
  .c-points__list {
    flex-direction: column;
    gap: 3.2rem;
    padding: 3.2rem 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-points__list {
    flex-wrap: wrap;
    gap: 4rem 8.8%;
    padding: 5.6rem 5.6rem 4rem;
  }
}
@media screen and (max-width: 743px) {
  .c-points-item {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .c-points-item {
    width: 45.6%;
  }
}
.c-points-item__title {
  display: flex;
  gap: 6px;
  position: relative;
  color: #50B498;
  margin-bottom: 8px;
}
@media screen and (min-width: 744px) {
  .c-points-item__title {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 700;
  }
}
.c-points-item__title::before {
  content: "";
  background-image: url(../images/common/section-points/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.4rem;
  height: 3.5rem;
  flex-shrink: 0;
}

.c-reasons {
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-reasons__wrapper {
    padding: 8rem 0 8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-reasons__wrapper {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.c-reasons__heading {
  border-top: 1px dotted #50B498;
  border-bottom: 1px dotted #50B498;
  color: #50B498;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .c-reasons__heading {
    padding: 8px;
    margin: 0 auto 5.8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-reasons__heading {
    margin: 0 auto 9rem;
    padding: 8px 32px;
  }
}
.c-reasons__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .c-reasons__list {
    gap: 6.6rem;
  }
}
@media screen and (min-width: 744px) {
  .c-reasons__list {
    gap: 9rem;
  }
}
.c-reasons-item {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 743px) {
  .c-reasons-item {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (min-width: 744px) {
  .c-reasons-item {
    align-items: center;
  }
  .c-reasons-item:nth-of-type(odd) .c-reasons-item__texts {
    padding-left: 5.6rem;
  }
  .c-reasons-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .c-reasons-item:nth-of-type(even) .c-reasons-item__texts {
    padding-right: 5.6rem;
  }
}
.c-reasons-item__image {
  box-shadow: 8px 8px 0px #50b498;
  position: relative;
}
@media screen and (min-width: 744px) {
  .c-reasons-item__image {
    width: 49%;
  }
}
.c-reasons-item__num {
  position: absolute;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #FFC300;
  font-size: 5.6rem;
  top: -5rem;
  left: 1.6rem;
}
@media screen and (min-width: 744px) {
  .c-reasons-item__texts {
    width: 51%;
  }
}
.c-reasons-item__title {
  display: flex;
  position: relative;
  color: #50B498;
  margin-bottom: 8px;
  border-bottom: 1px dotted #50B498;
}
@media screen and (max-width: 743px) {
  .c-reasons-item__title {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .c-reasons-item__title {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 700;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.c-reasons-item__text__strong {
  display: inline-block;
  color: #FFC300;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 743px) {
  .c-reasons-item__text__strong {
    width: 100%;
  }
}
.c-reasons-item__text__unit {
  font-weight: 700;
  color: #FFC300;
  font-size: 1.6rem !important;
}
.c-reasons-item__text__cation {
  display: inline-block;
  font-weight: 500;
  color: #FFC300;
  font-size: 1.1rem;
  transform: translateY(-8px);
}

.c-works {
  position: relative;
  background-color: #FFFFEE;
  z-index: 1;
}
.c-works-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 743px) {
  .c-works-bg {
    height: 32rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works-bg {
    height: 45rem;
  }
}
.c-works-bg img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 743px) {
  .c-works__wrapper {
    padding: 5.9rem 0 8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works__wrapper {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
.c-works__heading {
  position: relative;
  z-index: 3;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #fff;
  width: max-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 743px) {
  .c-works__heading {
    padding: 8px;
  }
}
@media screen and (min-width: 744px) {
  .c-works__heading {
    padding: 8px 32px;
  }
}
.c-works__lead {
  position: relative;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .c-works__lead {
    margin-bottom: 24px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 744px) {
  .c-works__lead {
    text-align: center;
    margin-bottom: 4rem;
  }
}
.c-works__heading2 {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .c-works__heading2 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .c-works__heading2 {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 4rem;
  }
}
.c-works__heading2::before, .c-works__heading2::after {
  content: "";
  display: block;
  background-color: currentColor;
  width: 2rem;
  height: 1px;
  flex-shrink: 0;
}
.c-works__spacer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 8px;
}
@media screen and (min-width: 744px) {
  .c-works__spacer {
    height: 3.5rem;
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 4rem;
  }
}
.c-works__main-image {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 743px) {
  .c-works__main-image {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .c-works__main-image {
    margin-bottom: 4rem;
  }
}
.c-works__list {
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 743px) {
  .c-works__list {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works__list {
    flex-wrap: wrap;
    gap: 4rem;
  }
}
.c-works__list-type2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 743px) {
  .c-works__list-type2 {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works__list-type2 {
    flex-wrap: wrap;
    gap: 4rem;
  }
}
.c-works__list-type2 .c-works-item {
  gap: 0;
}
@media screen and (min-width: 744px) {
  .c-works__list-type2 .c-works-item {
    width: 45%;
  }
}
.c-works__list-type2 .c-works-item__title {
  margin: 0;
}
.c-works-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 743px) {
  .c-works-item {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .c-works-item {
    width: calc(50% - 2rem);
  }
}
.c-works-item__title {
  display: flex;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (min-width: 744px) {
  .c-works-item__title {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 700;
  }
}
.c-works-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-works-item__tag {
  color: #fff;
  background-color: #50B498;
  padding: 0 1.2rem;
  border-radius: 2rem;
}
@media screen and (max-width: 743px) {
  .c-works__cation {
    margin-top: 24px;
  }
}
@media screen and (min-width: 744px) {
  .c-works__cation {
    margin-top: 4rem;
  }
}
.c-works__steps {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 3rem;
  counter-reset: number 0;
}
@media screen and (max-width: 743px) {
  .c-works__steps {
    padding: 8.7rem 2rem 4.4rem;
    gap: 6rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works__steps {
    padding: 16.7rem 7rem 7.4rem;
    gap: 6.7rem;
  }
}
.c-works__step {
  position: relative;
  border: 2px solid #FFC300;
  border-radius: 1rem;
  width: 100%;
}
@media screen and (max-width: 743px) {
  .c-works__step {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 744px) {
  .c-works__step {
    max-width: 73rem;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 24px;
  }
}
.c-works__step:last-of-type::after {
  display: none;
}
.c-works__step::after {
  content: "";
  background-image: url(../images/common/section-flow/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6rem;
  height: 3.6rem;
  position: absolute;
  left: 50%;
  top: calc(100% + 16px);
  transform: translateX(-50%);
}
.c-works__step__image {
  position: relative;
}
.c-works__step__image-icon {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  order: 1;
  color: #fff;
  background-color: #FFC300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  font-family: "jost", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  .c-works__step__image-icon {
    font-size: 1.1rem;
    width: 6.4rem;
    height: 6.4rem;
    top: -4rem;
    left: 0;
  }
}
@media screen and (min-width: 744px) {
  .c-works__step__image-icon {
    top: -4.7rem;
    left: -3rem;
    width: 9.4rem;
    height: 9.4rem;
  }
}
.c-works__step__image-icon .c-heading-sm {
  line-height: 1 !important;
}
.c-works__step__image-icon::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: currentColor;
  order: 2;
  line-height: 1 !important;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "jost", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 743px) {
  .c-works__step__image-icon::before {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works__step__image-icon::before {
    font-size: 4.8rem;
  }
}
.c-works__step__title {
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .c-works__step__title {
    font-size: 2rem;
    padding-left: 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works__step__title {
    font-size: 2.2rem;
    padding-left: 4.8rem;
  }
}

.c-price {
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-price__wrapper {
    padding: 0 0 8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-price__wrapper {
    padding-bottom: 12rem;
  }
}
.c-price__heading {
  border-top: 1px dotted #50B498;
  border-bottom: 1px dotted #50B498;
  color: #50B498;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .c-price__heading {
    padding: 8px 32px;
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 744px) {
  .c-price__heading {
    margin: 0 auto 24px;
    padding: 8px 32px;
  }
}
@media screen and (min-width: 744px) {
  .c-price__lead {
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .c-price-table {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-price-table {
    margin-top: 8rem;
  }
}
.c-price-table table {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .c-price-table thead:not(:first-of-type) {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}
.c-price-table thead th {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .c-price-table thead th {
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-price-table thead th {
    font-size: 2.2rem;
  }
  .c-price-table thead th .-sm {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .c-price-table tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 744px) {
  .c-price-table tr td:not(:last-of-type), .c-price-table tr th:not(:last-of-type) {
    border-right: 4px solid #fff;
  }
}
@media screen and (max-width: 743px) {
  .c-price-table tbody {
    background-color: #FFFFEE;
  }
}
.c-price-table tbody td {
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .c-price-table tbody td {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 24px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 743px) {
  .c-price-table tbody tr {
    padding: 8px;
  }
}
@media screen and (min-width: 744px) {
  .c-price-table tbody tr:nth-of-type(even) {
    background-color: #f0f0f0;
  }
}
@media screen and (max-width: 743px) {
  .c-price-table tbody.-bg-reverse tr {
    padding: 8px;
  }
}
@media screen and (min-width: 744px) {
  .c-price-table tbody.-bg-reverse tr:nth-of-type(odd) {
    background-color: #f0f0f0;
  }
  .c-price-table tbody.-bg-reverse tr:nth-of-type(even) {
    background-color: #fff;
  }
}
@media screen and (max-width: 743px) {
  .c-price-table__col1 {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .c-price-table__col1 {
    width: 36%;
  }
}
@media screen and (max-width: 743px) {
  .c-price-table__col2 {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .c-price-table__col2 {
    width: 25%;
  }
}
@media screen and (max-width: 743px) {
  .c-price-table__col2-type2 {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .c-price-table__col2-type2 {
    width: calc(64% - 4px);
  }
}
@media screen and (max-width: 743px) {
  .c-price-table__col3 {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .c-price-table__col3 {
    width: calc(39% - 4px - 4px);
  }
}
.c-price-table__th1 {
  background-color: #50B498;
  color: #fff;
}
.c-price-table__th2 {
  background-color: #FFC300;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .c-price-table__th2 {
    display: none;
  }
}
.c-price-table__th3 {
  background-color: #d3d3d3;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .c-price-table__th3 {
    display: none;
  }
}
.c-price-table__td1 {
  color: #50B498;
}
@media screen and (max-width: 743px) {
  .c-price-table__td1 {
    background-color: #F0F0F0;
    padding: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .c-price-table__td2 {
    background-color: #fff;
    padding: 8px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .c-price-table__td2::before {
    content: "料金";
    display: block;
    color: #FFC300;
    order: 2;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .c-price-table__td2::after {
    content: "(税込)";
    display: block;
    color: #FFC300;
    order: 1;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-right: 1em;
  }
  .c-price-table__td2.-unit-none::before, .c-price-table__td2.-unit-none::after {
    display: none;
  }
  .c-price-table__td2.-grid {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr repeat(3, max-content) 1fr;
  }
  .c-price-table__td2.-grid::before {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .c-price-table__td2.-grid::after {
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
  .c-price-table__td2.-grid .-first {
    grid-column: 4/span 1;
    grid-row: 1/span 1;
  }
  .c-price-table__td2.-grid .-last {
    grid-column: 1/span 5;
    grid-row: 2/span 1;
    font-weight: 500;
    margin-top: 16px;
    text-align: left;
  }
}
@media screen and (min-width: 744px) {
  .c-price-table__td2.-grid {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 743px) {
  .c-price-table__td3 {
    background-color: #fff;
    padding: 8px 16px;
    border-top: 1px dotted #F0F0F0;
    text-align: center;
  }
  .c-price-table__td3:empty {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .c-price__cation {
    margin-top: 24px;
  }
}
@media screen and (min-width: 744px) {
  .c-price__cation {
    margin-top: 4rem;
  }
}

.c-flow {
  position: relative;
}
.c-flow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 16rem;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: #FFFFEE;
}
.c-flow__wrapper {
  background-color: #50B498;
  border-radius: 3rem;
}
@media screen and (max-width: 743px) {
  .c-flow__wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__wrapper {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.c-flow__heading {
  position: relative;
  z-index: 3;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #fff;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .c-flow__heading {
    padding: 8px 32px;
    margin: 0 auto 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__heading {
    padding: 8px 32px;
    margin: 0 auto 8.7rem;
  }
}
.c-flow__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .c-flow__list {
    gap: 6rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__list {
    gap: 6.7rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 7rem;
  }
}
.c-flow-item {
  position: relative;
  display: flex;
  width: 100%;
}
.c-flow-item:last-of-type .c-flow-item__texts:after {
  display: none;
}
.c-flow-item__num {
  position: absolute;
  z-index: 2;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #FFC300;
  color: #fff;
  font-size: 5.6rem;
  text-align: center;
  line-height: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
}
@media screen and (max-width: 743px) {
  .c-flow-item__num {
    width: 6.4rem;
    height: 6.4rem;
    top: -4rem;
    left: 0;
  }
  .c-flow-item__num-unit {
    font-size: 1.1rem;
  }
  .c-flow-item__num-num {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-flow-item__num {
    width: 9.4rem;
    height: 9.4rem;
    top: -4.7rem;
    left: -3rem;
  }
  .c-flow-item__num-unit {
    font-size: 1.6rem;
  }
  .c-flow-item__num-num {
    font-size: 4.8rem;
  }
}
.c-flow-item__texts {
  position: relative;
  background-color: #fff;
  border: 2px solid #FFC300;
  border-radius: 1rem;
  padding: 32px 24px;
  width: 100%;
}
.c-flow-item__texts::after {
  content: "";
  background-image: url(../images/common/section-flow/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6rem;
  height: 3.6rem;
  position: absolute;
  left: 50%;
  top: calc(100% + 16px);
  transform: translateX(-50%);
}
.c-flow-item__title {
  display: flex;
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-flow-item__title {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 744px) {
  .c-flow-item__title {
    padding-left: 4.8rem;
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 16px;
  }
}

.c-cases {
  position: relative;
  background-color: #FFFFEE;
}
@media screen and (max-width: 743px) {
  .c-cases__wrapper {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-cases__wrapper {
    padding-bottom: 12rem;
  }
}
.c-cases__heading {
  position: relative;
  z-index: 3;
  border-top: 1px dotted #50B498;
  border-bottom: 1px dotted #50B498;
  color: #50B498;
  width: max-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 743px) {
  .c-cases__heading {
    padding: 8px 32px;
  }
}
@media screen and (min-width: 744px) {
  .c-cases__heading {
    padding: 8px 32px;
  }
}
.c-cases__lead {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-cases__lead {
    margin-bottom: 4rem;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 744px) {
  .c-cases__lead {
    margin-bottom: 8rem;
  }
}
.c-cases-slider {
  overflow: visible !important;
}
.c-cases-slider .swiper-button-prev,
.c-cases-slider .swiper-button-next {
  width: 3.2rem;
  height: 3.2rem;
}
.c-cases-slider .swiper-button-prev::after,
.c-cases-slider .swiper-button-next::after {
  display: none;
}
.c-cases-slider .swiper-button-prev::before,
.c-cases-slider .swiper-button-next::before {
  content: "";
  font-family: unset;
  font-size: unset;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  display: block;
}
.c-cases-slider .swiper-button-prev {
  left: -8px;
}
.c-cases-slider .swiper-button-prev::before {
  background-image: url(../images/common/section-cases/icon-prev.svg);
}
@media screen and (max-width: 743px) {
  .c-cases-slider .swiper-button-next {
    right: -8px;
  }
}
@media screen and (min-width: 744px) {
  .c-cases-slider .swiper-button-next {
    right: 8px;
  }
}
.c-cases-slider .swiper-button-next::before {
  background-image: url(../images/common/section-cases/icon-next.svg);
}
.c-cases-slider .swiper-pagination {
  bottom: -45px;
}
.c-cases-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50B498;
}
.c-cases-list {
  display: flex;
  counter-reset: number 0;
}
@media screen and (max-width: 743px) {
  .c-cases-list {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-cases-list {
    margin-bottom: 12rem;
  }
}
.c-cases-grid {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 744px) {
  .c-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .c-cases-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.c-cases-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .c-cases-item {
    padding: 3.2rem 2.4rem 1.6rem;
    width: 33.5rem;
  }
}
@media screen and (min-width: 744px) {
  .c-cases-item {
    padding: 4rem 3.2rem 5.1rem;
    width: 53rem;
  }
}
.c-cases-item:not(.swiper-slide) {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 16px;
  width: 100% !important;
}
@media screen and (min-width: 744px) {
  .c-cases-item:not(.swiper-slide) {
    padding-top: 0;
  }
}
.c-cases-item__voice {
  font-weight: 700;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .c-cases-item__voice span {
    padding: 0 16px 24px;
    display: block;
  }
}
@media screen and (min-width: 744px) {
  .c-cases-item__voice span {
    padding: 16px 24px;
    display: block;
  }
}
.c-cases-item__voice::after {
  aspect-ratio: 466/60;
  content: "";
  display: block;
  background-image: url(../images/common/section-cases/icon-voice.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-inline: auto;
  width: 100%;
}
.c-cases-item__images {
  display: flex;
}
@media screen and (max-width: 743px) {
  .c-cases-item__images {
    gap: 8px;
  }
}
@media screen and (min-width: 744px) {
  .c-cases-item__images {
    gap: 16px;
  }
}
.c-cases-item__image {
  aspect-ratio: 1/1;
  position: relative;
}
.c-cases-item__image::after {
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
  padding: 0 8px;
  z-index: 2;
}
@media screen and (min-width: 744px) {
  .c-cases-item__image::after {
    font-size: 2.2rem;
  }
}
.c-cases-item__image.-before::after {
  content: "Before";
  background-color: #fff;
}
.c-cases-item__image.-after::after {
  content: "After";
  background-color: #FFC300;
  color: #fff;
}
.c-cases-item__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-cases-item__texts {
  margin-top: 16px;
}
.c-cases-item__title {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
  gap: 8px;
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .c-cases-item__title {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.c-cases-item__title__case-num {
  flex-shrink: 0;
  color: #fff;
  background-color: #50B498;
  padding: 0 8px;
  border-radius: 0.5rem;
}
@media screen and (max-width: 743px) {
  .c-cases-item__title__case-num {
    font-size: 2rem;
    font-weight: 700;
  }
}
.c-cases-item__sub {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
  gap: 8px;
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .c-cases-item__sub {
    line-height: 1.6;
  }
}
.c-cases-item__sub__case-type {
  flex-shrink: 0;
  color: #fff;
  background-color: #50B498;
  padding: 0 8px;
  border-radius: 0.5rem;
}
@media screen and (max-width: 743px) {
  .c-cases-item__sub__case-type {
    font-weight: 700;
  }
}
.c-cases-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-cases-item__tag {
  color: #50B498;
  background-color: #fff;
  padding: 0 1.2rem;
  border-radius: 2rem;
  border: 1px solid #50B498;
}
.c-cases-archive {
  padding-block: 4rem;
}
@media screen and (min-width: 744px) {
  .c-cases-archive {
    padding-block: 8rem;
  }
}
.c-cases-archive__link {
  margin: 0 auto;
  display: block;
  width: 18.4rem;
  height: 5.9rem;
  display: flex;
  align-items: center;
  padding-left: 2.4rem;
  gap: 8px;
  color: #FFC300;
  background-color: #fff;
  border: 1px solid #FFC300;
  border-radius: 3rem;
  position: relative;
  font-weight: 700;
  transition: 0.3s ease;
}
.c-cases-archive__link:hover {
  opacity: 0.7;
}
.c-cases-archive__link::after {
  content: "";
  background-image: url(../images/common/section-cases/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.4rem;
  height: 2.4rem;
}
.c-cases-single {
  margin-inline: auto;
  max-width: 800px;
  padding-block: 4rem;
}
@media screen and (min-width: 744px) {
  .c-cases-single {
    padding-block: 8rem;
  }
}
.c-cases-single-header {
  margin-bottom: 32px;
}
.c-cases-single-header__title {
  border-bottom: 1px solid #50B498;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 8px;
}
.c-cases-single-header__cat {
  font-size: 0.875em;
  margin-top: 8px;
}
.c-cases-single-header__tags {
  font-size: 0.875em;
}
.c-cases-single-images {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 744px) {
  .c-cases-single-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-cases-single-images .c-cases-item__image {
  transition: 0.3s ease;
  aspect-ratio: 3/2;
}
.c-cases-single-images .c-cases-item__image:hover {
  opacity: 0.7;
}
.c-cases-single-images .c-cases-item__image::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon-roupe.svg) no-repeat center/contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 32px;
}
.c-cases-single-footer {
  margin-top: 40px;
}

.c-faq {
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-faq__wrapper {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-faq__wrapper {
    padding-bottom: 12rem;
  }
}
.c-faq__heading {
  position: relative;
  z-index: 3;
  border-top: 1px dotted #50B498;
  border-bottom: 1px dotted #50B498;
  color: #50B498;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .c-faq__heading {
    padding: 8px 32px;
    margin: 0 auto 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-faq__heading {
    padding: 8px 32px;
    margin: 0 auto 8rem;
  }
}
.c-faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  counter-reset: number 0;
  gap: 24px;
}
.c-faq-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-faq-item__q {
  font-weight: 700;
  position: relative;
  display: flex;
  gap: 8px;
  border: 1px solid #50B498;
  border-radius: 1rem;
  background-color: #fff;
  transition: 0.3s ease;
  cursor: pointer;
  outline: none;
}
.c-faq-item__q:hover {
  background-color: #f4f4f4;
}
@media screen and (max-width: 743px) {
  .c-faq-item__q {
    padding: 16px 4.5rem 16px 16px;
  }
}
@media screen and (min-width: 744px) {
  .c-faq-item__q {
    padding: 16px 4.5rem 16px 24px;
    font-size: 2.2rem;
  }
}
.c-faq-item__q::before {
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  display: block;
  color: #50B498;
  transition: 0.3s ease;
}
@media screen and (max-width: 743px) {
  .c-faq-item__q::before {
    font-size: 2rem;
    transform: translateY(-3px);
  }
}
.c-faq-item__q::after {
  content: "";
  background-image: url(../images/common/section-faq/icon-open.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transform: 0.3s ease;
}
.c-faq-item__a {
  margin-top: 16px;
  padding: 0 24px;
  display: none;
}
.c-faq-item.is-open .c-faq-item__q {
  background-color: #50B498;
  color: #fff;
}
.c-faq-item.is-open .c-faq-item__q::before {
  color: #fff;
}
.c-faq-item.is-open .c-faq-item__q::after {
  background-image: url(../images/common/section-faq/icon-close.svg);
}

.c-contact {
  position: relative;
}
.c-contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.c-contact-bg img {
  height: 100%;
  object-fit: cover;
}
.c-contact-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 180, 152, 0.8);
}
.c-contact__wrapper {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.c-contact__heading {
  color: #fff;
  width: max-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 743px) {
  .c-contact__heading {
    padding: 8px;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__heading {
    padding: 8px 32px;
  }
}
.c-contact__lead {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .c-contact__lead {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__lead {
    margin-bottom: 3rem;
  }
}
.c-contact__list {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .c-contact__list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__list {
    flex-wrap: wrap;
  }
}
.c-contact__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.c-contact__item-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .c-contact__item-link {
    width: 23.4rem;
    height: 6.7rem;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__item-link {
    width: 23.4rem;
    height: 6.7rem;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__item.-tel {
    pointer-events: none;
  }
}
.c-contact__item.-tel .c-contact__item-link {
  border-radius: 2em;
  background-color: #fff;
  color: #FFC300;
  border: 1px solid #FFC300;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 2.2rem;
  padding-right: 8px;
}
.c-contact__item.-tel .c-contact__item-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/section-contact/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
.c-contact__item.-line .c-contact__item-link {
  border-radius: 2em;
  padding: 0.4rem 1.6rem;
  background-color: #06C755;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 2.2rem;
}
.c-contact__item.-line .c-contact__item-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

.u-fadeinUp {
  opacity: 0;
  visibility: hidden;
}
.u-fadeinUp-active {
  animation-name: fadeinUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}

.u-red {
  color: #f00 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

@media screen and (max-width: 743px) {
  .u-md-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 744px) {
  .u-md-min-none {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-lg-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .u-lg-min-none {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .u-xl-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .u-xl-min-none {
    display: none !important;
  }
}

.u-d-none {
  display: none !important;
}

.u-list {
  display: flex;
  flex-direction: column;
}
.u-list li {
  display: flex;
  position: relative;
}
.u-list li:before {
  content: "・";
  display: block;
  flex-shrink: 0;
  color: currentColor;
}

.p-top-fv {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-fv {
    display: flex;
    flex-direction: column;
  }
}
.p-top-fv-slider {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-fv-slider {
    overflow: visible !important;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv-slider {
    width: 73.15%;
    margin-left: auto;
    margin-right: 0;
    max-width: 141.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv-slider-container {
    padding-bottom: min(7.4666666667rem, 3.8888888889vw);
  }
  .p-top-fv-slider-container::before {
    content: "";
    background-color: #f8f8f8;
    width: 73.15%;
    height: min(92.4rem, 48.125vw);
    position: absolute;
    top: min(16rem, 11.1111111111vw);
    left: 0;
    z-index: -1;
  }
}
.p-top-fv-slider .swiper-slide {
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.p-top-fv-slider .swiper-slide img {
  transition: 8s ease-out;
  transition-delay: 0.3s;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 743px) {
  .p-top-fv-slider .swiper-slide img {
    aspect-ratio: 374/280;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv-slider .swiper-slide img {
    aspect-ratio: 1062/797;
    max-height: 797px;
  }
}
.p-top-fv-slider .swiper-slide[data-transform=scaleup].swiper-slide-active img {
  transform: scale(1.03);
}
.p-top-fv-slider .swiper-slide[data-transform=fromLeft] img {
  transform: scale(1.1);
}
.p-top-fv-slider .swiper-slide[data-transform=fromLeft].swiper-slide-active img {
  transform: translateX(-3%) scale(1.1);
}
.p-top-fv-slider .swiper-slide[data-transform=fromRight] img {
  transform: scale(1.1);
}
.p-top-fv-slider .swiper-slide[data-transform=fromRight].swiper-slide-active img {
  transform: translateX(3%) scale(1.1);
}
.p-top-fv-slider .swiper-slide[data-transform=fromTop] img {
  transform: scale(1.1);
}
.p-top-fv-slider .swiper-slide[data-transform=fromTop].swiper-slide-active img {
  transform: translateY(3%) scale(1.1);
}
@media screen and (min-width: 744px) {
  .p-top-fv__wrapper {
    z-index: 5;
    max-width: 192rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-top-fv__texts {
    position: relative;
    background-color: #FFC300;
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__texts {
    z-index: 5;
    position: absolute;
    width: 73.15%;
    margin-left: 0;
    margin-right: auto;
    top: min(16rem, 11.1111111111vw);
    padding-top: min(13.6rem, 9.4444444444vw);
    padding-left: 2.6rem;
  }
}
.p-top-fv__title {
  display: flex;
  color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 743px) {
  .p-top-fv__title {
    flex-direction: column;
    padding-top: 1.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__title {
    background-color: #FFC300;
    max-width: max-content;
    margin-bottom: min(1.1rem, 0.7638888889vw);
    padding: min(0.8rem, 0.5555555556vw);
  }
}
.p-top-fv__title-text1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 744px) {
  .p-top-fv__title-text1 {
    margin-bottom: min(0.8rem, 0.5555555556vw);
  }
}
.p-top-fv__title-text1 span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  background-color: #fff;
  color: #50B498;
  border-radius: 50%;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-top-fv__title-text1 span:nth-of-type(1) {
    width: 6.6rem;
    height: 6.6rem;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__title-text1 span:nth-of-type(1) {
    width: min(9rem, 6.25vw);
    height: min(9rem, 6.25vw);
    font-size: min(2.3rem, 1.5972222222vw);
  }
}
.p-top-fv__title-text1 span:nth-of-type(2) {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  margin-left: -1.6rem;
}
@media screen and (max-width: 743px) {
  .p-top-fv__title-text1 span:nth-of-type(2) {
    font-size: 2.6rem;
    line-height: 1.6;
    padding: 8px 8px 8px 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__title-text1 span:nth-of-type(2) {
    padding: min(0.8rem, 0.5555555556vw) 24px;
    font-size: min(3.2rem, 2.2222222222vw);
    margin-left: max(-1.6rem, -1.1111111111vw);
  }
}
.p-top-fv__title-text2 {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 743px) {
  .p-top-fv__title-text2 {
    font-size: 2.6rem;
    text-align: center;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__title-text2 {
    line-height: 2.57;
    font-size: min(3.5rem, 2.4305555556vw);
    margin-left: 8px;
  }
}
.p-top-fv__title-text3 {
  color: #fff;
  font-weight: 700;
  background-color: #FFC300;
  border-radius: 1rem;
}
@media screen and (max-width: 743px) {
  .p-top-fv__title-text3 {
    font-size: 2.6rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__title-text3 {
    display: inline-block;
    line-height: 2.57;
    padding: min(0.8rem, 0.5555555556vw);
    font-size: min(3.5rem, 2.4305555556vw);
  }
}
.p-top-fv__title-en {
  color: #e2e2e2;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-top-fv__title-en {
    background-color: #f8f8f8;
    font-size: 7rem;
    text-align: center;
    line-height: 1.7;
    padding-bottom: 2.1rem;
    position: relative;
    z-index: -1;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__title-en {
    line-height: 1.2;
    margin-top: min(7.5rem, 5.2083333333vw);
    font-size: min(9.6rem, 6.6666666667vw);
  }
}
.p-top-fv__list {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 743px) {
  .p-top-fv__list {
    top: calc(100% + 1.1rem);
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__list {
    bottom: 2rem;
    gap: min(5.2rem, 3.6111111111vw);
  }
}
.p-top-fv__item {
  border-radius: 50%;
  background-color: rgba(15, 176, 152, 0.9);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .p-top-fv__item {
    width: 13rem;
    height: 13rem;
    margin: 0 -1rem;
  }
  .p-top-fv__item:nth-of-type(2) {
    margin-top: 8.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__item {
    width: min(18.2rem, 12.6388888889vw);
    height: min(18.2rem, 12.6388888889vw);
  }
}
@media screen and (max-width: 743px) {
  .p-top-fv__item-image {
    max-width: 3.7rem;
    max-height: 3.7rem;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__item-image {
    max-width: min(5.1rem, 3.5416666667vw);
    max-height: min(5.1rem, 3.5416666667vw);
    margin-bottom: min(1rem, 0.6944444444vw);
  }
}
.p-top-fv__item-text {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-fv__item-text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__item-text {
    font-size: min(2.4rem, 1.6666666667vw);
  }
}
.p-top-service {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-service {
    background-image: url(../images/index/service/bg@sp.png);
  }
}
@media screen and (min-width: 744px) {
  .p-top-service {
    background-image: url(../images/index/service/bg.png);
  }
}
@media screen and (max-width: 743px) {
  .p-top-service__wrapper {
    padding: 7.6rem 0 6.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__wrapper {
    padding-top: 10.8rem;
    padding-bottom: 4.8rem;
  }
}
.p-top-service__heading {
  border-top: 1px dotted #50B498;
  border-bottom: 1px dotted #50B498;
  color: #50B498;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .p-top-service__heading {
    padding: 8px 32px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__heading {
    margin: 0 auto 64px;
    padding: 8px 32px;
  }
}
.p-top-service__title-en {
  color: #e2e2e2;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-size: 9.6rem;
  writing-mode: vertical-lr;
  padding-top: 10.1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-service__list {
  position: relative;
  z-index: 5;
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-top-service__list {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__list {
    flex-wrap: wrap;
    gap: 3rem 2.5rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-service__list {
    justify-content: center;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-service__item {
  background-color: #fff;
  border: 1px solid #50B498;
  border-radius: 1rem;
}
@media screen and (min-width: 744px) {
  .p-top-service__item {
    width: calc((100% - 5rem) / 3);
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-service__item {
    width: 31.7rem;
  }
}
.p-top-service__item-link * {
  transition: 0.3s ease;
}
.p-top-service__item-link:hover * {
  opacity: 0.7;
}
.p-top-service__item-title {
  min-height: 10.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #50B498;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 0 16px;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-service__item-title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__item-title {
    font-size: 2.6rem;
  }
}
.p-top-service__item-text1 {
  padding: 16px 16px 8px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #50B498;
  font-size: 2rem;
  text-align: center;
}
.p-top-service__item-text2 {
  padding: 0 16px 4px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #FFC300;
  font-size: 2.4rem;
  text-align: center;
}
.p-top-service__item-text2 .-sm {
  font-size: 1.6rem;
}
.p-top-service__item-text3 {
  padding: 0 16px 16px;
  line-height: 1.4;
  min-height: 4.2lh;
}
.p-top-service__item-btn {
  padding: 0 16px 40px;
}
.p-top-area {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-area__wrapper {
    padding: 5.8rem 0 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-area__wrapper {
    padding-top: 10.8rem;
    padding-bottom: 4.8rem;
  }
}
.p-top-area__heading {
  border-top: 1px dotted #50B498;
  border-bottom: 1px dotted #50B498;
  color: #50B498;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .p-top-area__heading {
    padding: 8px 32px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-area__heading {
    margin: 0 auto 40px;
    padding: 8px 32px;
  }
}
.p-top-area__title-en {
  color: #e2e2e2;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-size: 9.6rem;
  writing-mode: vertical-lr;
  padding-top: 10.1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-area__box {
  position: relative;
  z-index: 5;
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-top-area__box {
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }
}
@media screen and (min-width: 744px) {
  .p-top-area__box {
    gap: 48px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 743px) {
  .p-top-area__image {
    padding-right: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-area__image {
    max-width: 40.1rem;
  }
}
.p-top-area__list {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-top-area__list {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 744px) {
  .p-top-area__list {
    width: 100%;
    max-width: 34rem;
  }
}
.p-top-area__item {
  position: relative;
  display: flex;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  font-size: 2.6rem;
  color: #50B498;
  gap: 8px;
}
.p-top-area__item::before {
  content: "";
  background-image: url(../images/index/area/icon-map.svg);
  background-repeat: no-repeat;
  background-position: cneter;
  background-size: contain;
  width: 3.7rem;
  height: 3.7rem;
}
.p-top-area__item-link * {
  transition: 0.3s ease;
}
.p-top-area__item-link:hover * {
  opacity: 0.7;
}
.p-top-area__item-title {
  min-height: 10.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #50B498;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 0 16px;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-area__item-title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-area__item-title {
    font-size: 2.6rem;
  }
}
.p-top-area__item-text1 {
  padding: 16px 16px 8px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #50B498;
  font-size: 2rem;
  text-align: center;
}
.p-top-area__item-text2 {
  padding: 0 16px 4px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #FFC300;
  font-size: 2.4rem;
  text-align: center;
}
.p-top-area__item-text2 .-sm {
  font-size: 1.6rem;
}
.p-top-area__item-text3 {
  padding: 0 16px 16px;
  line-height: 1.4;
  min-height: 4.2lh;
}
.p-top-area__item-btn {
  padding: 0 16px 40px;
}
.p-top-payment {
  width: 100%;
  position: relative;
}
.p-top-payment__heading {
  border-top: 1px dotted #50B498;
  border-bottom: 1px dotted #50B498;
  color: #50B498;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .p-top-payment__heading {
    padding: 8px 32px;
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-payment__heading {
    margin: 0 auto 56px;
    padding: 8px 32px;
  }
}
.p-top-payment__title-en {
  color: #e2e2e2;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-size: 9.6rem;
  writing-mode: vertical-lr;
  padding-top: 10.1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-payment__wrapper {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .p-top-payment__wrapper {
    padding: 7rem 0 11rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-payment__wrapper {
    padding-top: 10.8rem;
    padding-bottom: 4.8rem;
  }
}
.p-top-payment__lead {
  text-align: center;
  justify-content: center;
  display: flex;
  line-height: 2.29em;
}
.p-top-payment__logo {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 744px) {
  .p-top-payment__logo {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-payment__logo {
    grid-template-columns: repeat(7, 1fr);
  }
}
.p-top-payment-note {
  display: flex;
  font-size: 14px;
  gap: 8px;
}
.p-top-payment-note::before {
  color: #FF2D2D;
  content: "*";
}
.p-top-payment-note ul {
  color: color-mix(in srgb, #0D1C3B 70%, #fff 30%);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.p-top-payment-note ul li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5em;
}
.p-top-promise {
  width: 100%;
  position: relative;
}
.p-top-promise__wrapper {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .p-top-promise__wrapper {
    padding: 7rem 0 11rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-promise__wrapper {
    padding-top: 10.8rem;
    padding-bottom: 15.5rem;
  }
}
.p-top-promise__heading {
  border-top: 1px dotted #50B498;
  border-bottom: 1px dotted #50B498;
  color: #50B498;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .p-top-promise__heading {
    padding: 8px 32px;
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-promise__heading {
    margin: 0 auto 56px;
    padding: 8px 32px;
  }
}
.p-top-promise__lead {
  text-align: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-top-promise__lead {
    line-height: 2.29em;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-promise__lead {
    line-height: 2.29em;
    margin-bottom: 48px;
  }
}
.p-top-promise__title-en {
  color: #e2e2e2;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-size: 9.6rem;
  writing-mode: vertical-lr;
  padding-top: 10.1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-promise__box {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-top-promise__box {
    flex-direction: column;
    gap: 24px;
    justify-content: center;
  }
}
@media screen and (min-width: 744px) {
  .p-top-promise__box {
    gap: 7.4rem;
    align-items: center;
    justify-content: center;
  }
}
.p-top-promise__image {
  box-shadow: 8px 8px 0px #50b498;
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-top-promise__image {
    width: 49%;
    max-width: 48.7rem;
  }
}
.p-top-promise__list {
  position: relative;
  display: flex;
  flex-direction: column;
  counter-reset: number 0;
  gap: 1rem;
}
@media screen and (min-width: 744px) {
  .p-top-promise__list {
    width: 38%;
  }
}
.p-top-promise__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-top-promise__item-icon {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  order: 1;
  color: #fff;
  background-color: #50B498;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  letter-spacing: 0;
  font-weight: 500;
  width: 4.7rem;
  height: 4.7rem;
  font-size: 7px;
}
.p-top-promise__item-icon::before {
  counter-increment: number 1;
  content: counter(number);
  color: currentColor;
  order: 2;
  line-height: 1 !important;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.2rem;
}
.p-top-promise__item-text {
  order: 2;
}
@media screen and (max-width: 743px) {
  .p-top-promise__btn {
    margin-top: 48px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-promise__btn {
    margin-top: 40px;
  }
}
.p-top-promise__btn a {
  transition: 0.3s ease;
}
.p-top-promise__btn a:hover {
  opacity: 0.7;
}

.p-single {
  margin-inline: auto;
  max-width: 800px;
}
.p-single > * + * {
  margin-top: var(--wp--style--block-gap, 1.5rem);
}
.p-single h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.p-single h3 {
  font-size: 1.25em;
  font-weight: 700;
}
.p-single a:not([class]) {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}
.p-single ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-single ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.p-single strong {
  font-weight: 700;
}

.p-promise__wrapper {
  padding-bottom: 0;
}

@media screen and (max-width: 743px) {
  .p-company-staff__wrapper {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 744px) {
  .p-company-staff__wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
    max-width: 946px;
    margin: 0 auto;
  }
}
.p-company-staff__heading {
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-company-staff__heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-staff__heading {
    font-size: 2.2rem;
  }
}
.p-company-staff__image figcaption {
  font-weight: 700;
  display: block;
  margin-top: 16px;
}
.p-company-staff__text1 {
  display: flex;
  position: relative;
  color: #50B498;
  margin-bottom: 8px;
  border-bottom: 1px dotted #50B498;
  max-width: max-content;
}
@media screen and (max-width: 743px) {
  .p-company-staff__text1 {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-company-staff__text1 {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 700;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
}
.p-company-overview {
  position: relative;
}
.p-company-overview__wrapper {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 743px) {
  .p-company-overview__wrapper {
    padding: 8rem 0 8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-overview__wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-company-overview__heading {
  border-top: 1px dotted #50B498;
  border-bottom: 1px dotted #50B498;
  color: #50B498;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .p-company-overview__heading {
    padding: 8px;
    margin: 0 auto 5.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-overview__heading {
    margin: 0 auto 9rem;
    padding: 8px 32px;
  }
}
.p-company-overview__data {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-company-overview__dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-bottom: 1px dotted #50B498;
  padding-bottom: 16px;
}
.p-company-overview__dt {
  color: #50B498;
}
@media screen and (max-width: 743px) {
  .p-company-overview__dt {
    width: 50%;
  }
}
@media screen and (min-width: 744px) {
  .p-company-overview__dt {
    width: 40%;
  }
}
@media screen and (max-width: 743px) {
  .p-company-overview__dd {
    width: 50%;
  }
}
@media screen and (min-width: 744px) {
  .p-company-overview__dd {
    width: 60%;
  }
}

.p-house-mv {
  width: 100%;
  overflow-x: hidden;
}
.p-house-mv__wrapper {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-house-mv__wrapper {
    grid-template-columns: 50% 50%;
  }
}
.p-house-mv__texts {
  width: 100%;
  background: linear-gradient(180deg, #50b498 0%, #00af97 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .p-house-mv__texts {
    padding: 2.6rem 2.3rem 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-house-mv__texts {
    padding-top: 11.2rem;
    padding-left: min(6.4rem, 4.4444444444vw);
    padding-right: min(6.4rem, 4.4444444444vw);
    padding-bottom: 5.3rem;
  }
}
.p-house-mv__text1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 744px) {
  .p-house-mv__text1 {
    margin-bottom: 8px;
  }
}
.p-house-mv__text1 span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  background-color: #fff;
  color: #50B498;
  border-radius: 50%;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-house-mv__text1 span:nth-of-type(1) {
    width: 6.6rem;
    height: 6.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-house-mv__text1 span:nth-of-type(1) {
    width: min(9rem, 6.25vw);
    height: min(9rem, 6.25vw);
    font-size: min(2.3rem, 1.5972222222vw);
  }
}
.p-house-mv__text1 span:nth-of-type(2) {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  margin-left: -1.6rem;
}
@media screen and (max-width: 743px) {
  .p-house-mv__text1 span:nth-of-type(2) {
    font-size: 2rem;
    padding: 8px 8px 8px 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-house-mv__text1 span:nth-of-type(2) {
    padding: 8px 24px;
    font-size: min(3.2rem, 2.2222222222vw);
    margin-left: max(-1.6rem, -1.1111111111vw);
  }
}
.p-house-mv__text2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-house-mv__text2 {
    gap: 8px;
    padding-bottom: 24px;
    line-height: 1.4;
    font-size: 2.3rem;
  }
  .p-house-mv__text2 .-lg {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-house-mv__text2 {
    gap: min(1.6rem, 1.1111111111vw);
    white-space: nowrap;
    padding-bottom: 4rem;
    font-size: min(4.2rem, 2.9166666667vw);
  }
  .p-house-mv__text2 .-lg {
    font-size: min(5rem, 3.4722222222vw);
  }
}
@media screen and (max-width: 743px) {
  .p-house-mv__text2 .-icon {
    width: 9.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-house-mv__text2 .-icon {
    width: min(14.8rem, 10.2777777778vw);
  }
}
.p-house-mv__text3 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-house-mv__text3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-house-mv__text3 {
    font-size: min(3.2rem, 2.2222222222vw);
  }
}
.p-house-mv__text4 {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: 1fr max-content;
  text-align: center;
  justify-content: center;
  gap: 4px 8px;
}
.p-house-mv__text4__num {
  color: #FFC300;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 743px) {
  .p-house-mv__text4__num {
    font-size: 7.2rem;
    margin-top: -0.3rem;
  }
  .p-house-mv__text4__num .-sm {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-house-mv__text4__num {
    font-size: min(12.4rem, 8.6111111111vw);
    margin-top: max(-1rem, -0.6944444444vw);
  }
  .p-house-mv__text4__num .-sm {
    font-size: min(7.2rem, 5vw);
  }
}
.p-house-mv__text4__tax {
  color: #FFC300;
  line-height: 1;
  font-weight: 700;
  line-height: 1;
  align-self: flex-end;
  text-align: left;
}
@media screen and (max-width: 743px) {
  .p-house-mv__text4__tax {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-house-mv__text4__tax {
    font-size: min(1.6rem, 1.1111111111vw);
  }
}
.p-house-mv__text4__unit {
  color: #FFC300;
  line-height: 1;
  font-weight: 700;
  line-height: 1;
  align-self: flex-end;
}
@media screen and (max-width: 743px) {
  .p-house-mv__text4__unit {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-house-mv__text4__unit {
    font-size: min(4rem, 2.7777777778vw);
    margin-bottom: min(1.7rem, 1.1805555556vw);
  }
}
.p-house-mv__image {
  width: 100%;
  align-self: stretch;
}
@media screen and (min-width: 744px) {
  .p-house-mv__image picture {
    height: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-house-mv__image img {
    object-fit: cover;
    height: 100%;
  }
}

.p-air-conditioner-mv {
  width: 100%;
  overflow-x: hidden;
}
.p-air-conditioner-mv__wrapper {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__wrapper {
    grid-template-columns: 50% 50%;
  }
}
.p-air-conditioner-mv__texts {
  width: 100%;
  background: linear-gradient(180deg, #50b498 0%, #00af97 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__texts {
    padding: 2.6rem 2.3rem 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__texts {
    padding-top: 11.2rem;
    padding-left: min(6.4rem, 4.4444444444vw);
    padding-right: min(6.4rem, 4.4444444444vw);
    padding-bottom: 5.3rem;
  }
}
.p-air-conditioner-mv__text1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text1 {
    margin-bottom: 8px;
  }
}
.p-air-conditioner-mv__text1 > span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 9rem;
  height: 9rem;
  background-color: #fff;
  color: #50B498;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__text1 > span:nth-of-type(1) {
    width: 6.6rem;
    height: 6.6rem;
    font-size: 1.6rem;
  }
  .p-air-conditioner-mv__text1 > span:nth-of-type(1) .-sm {
    display: inline-block;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text1 > span:nth-of-type(1) {
    width: min(9rem, 6.25vw);
    height: min(9rem, 6.25vw);
    font-size: min(2.3rem, 1.5972222222vw);
  }
  .p-air-conditioner-mv__text1 > span:nth-of-type(1) .-sm {
    font-size: min(2rem, 1.3888888889vw);
  }
}
.p-air-conditioner-mv__text1 > span:nth-of-type(2) {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  margin-left: -1.6rem;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__text1 > span:nth-of-type(2) {
    font-size: 2rem;
    padding: 8px 8px 8px 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text1 > span:nth-of-type(2) {
    padding: 8px 24px;
    font-size: min(3.2rem, 2.2222222222vw);
    margin-left: max(-1.6rem, -1.1111111111vw);
  }
}
.p-air-conditioner-mv__text2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__text2 {
    gap: 8px;
    padding-bottom: 24px;
    line-height: 1.4;
    font-size: 2.3rem;
  }
  .p-air-conditioner-mv__text2 .-lg {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text2 {
    gap: min(1.6rem, 1.1111111111vw);
    white-space: nowrap;
    padding-bottom: 4rem;
    font-size: min(4.2rem, 2.9166666667vw);
  }
  .p-air-conditioner-mv__text2 .-lg {
    font-size: min(5rem, 3.4722222222vw);
  }
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__text2 .-icon {
    width: 9.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text2 .-icon {
    width: min(14.8rem, 10.2777777778vw);
  }
}
.p-air-conditioner-mv__text3 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__text3 {
    font-size: 2rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text3 {
    font-size: min(3.2rem, 2.2222222222vw);
  }
}
.p-air-conditioner-mv__text4 {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: 1fr max-content;
  text-align: center;
  justify-content: center;
  gap: 4px 8px;
  position: relative;
}
.p-air-conditioner-mv__text4.-campaign::before {
  content: "";
  background-image: url(../images/common/section-mv/icon-campaign.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__text4.-campaign::before {
    width: 8.9rem;
    height: 6rem;
    top: -3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text4.-campaign::before {
    width: min(15.5rem, 10.7638888889vw);
    height: min(10rem, 6.9444444444vw);
    top: max(-5rem, -3.4722222222vw);
  }
}
.p-air-conditioner-mv__text4__per {
  color: #FFC300;
  line-height: 1;
  font-weight: 700;
  align-self: flex-end;
  text-align: left;
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__text4__per {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    padding-left: 4.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text4__per {
    font-size: min(4rem, 2.7777777778vw);
    padding-left: min(6.6rem, 4.5833333333vw);
    margin-bottom: min(1.7rem, 1.1805555556vw);
  }
}
.p-air-conditioner-mv__text4__num {
  color: #FFC300;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__text4__num {
    font-size: 7.2rem;
    margin-top: -0.3rem;
  }
  .p-air-conditioner-mv__text4__num .-sm {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text4__num {
    font-size: min(12.4rem, 8.6111111111vw);
    margin-top: max(-1rem, -0.6944444444vw);
  }
  .p-air-conditioner-mv__text4__num .-sm {
    font-size: min(7.2rem, 5vw);
  }
}
.p-air-conditioner-mv__text4__tax {
  color: #FFC300;
  line-height: 1;
  font-weight: 700;
  align-self: flex-end;
  text-align: left;
  grid-column: 3/span 1;
  grid-row: 1/span 1;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__text4__tax {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text4__tax {
    font-size: min(1.6rem, 1.1111111111vw);
  }
}
.p-air-conditioner-mv__text4__unit {
  color: #FFC300;
  line-height: 1;
  font-weight: 700;
  align-self: flex-end;
  grid-column: 3/span 1;
  grid-row: 2/span 1;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__text4__unit {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__text4__unit {
    font-size: min(4rem, 2.7777777778vw);
    margin-bottom: min(1.7rem, 1.1805555556vw);
  }
}
.p-air-conditioner-mv__cation {
  color: #FFC300;
  line-height: 1;
  font-weight: 500;
  grid-column: 3/span 1;
  grid-row: 2/span 1;
  font-size: 1.1rem;
  text-align: center;
}
.p-air-conditioner-mv__image {
  width: 100%;
  align-self: stretch;
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__image {
    overflow: hidden;
  }
}
@media screen and (max-width: 743px) {
  .p-air-conditioner-mv__image picture {
    margin-top: -2px;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__image picture {
    height: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-air-conditioner-mv__image img {
    object-fit: cover;
    height: 100%;
  }
}

.p-vacant-room-mv {
  width: 100%;
  overflow-x: hidden;
}
.p-vacant-room-mv__wrapper {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__wrapper {
    grid-template-columns: 50% 50%;
  }
}
.p-vacant-room-mv__texts {
  width: 100%;
  background: linear-gradient(180deg, #50b498 0%, #00af97 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__texts {
    padding: 2.6rem 2.3rem 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__texts {
    padding-top: 11.2rem;
    padding-left: min(6.4rem, 4.4444444444vw);
    padding-right: min(6.4rem, 4.4444444444vw);
    padding-bottom: 5.3rem;
  }
}
.p-vacant-room-mv__text1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text1 {
    margin-bottom: 8px;
  }
}
.p-vacant-room-mv__text1 > span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 9rem;
  height: 9rem;
  background-color: #fff;
  color: #50B498;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__text1 > span:nth-of-type(1) {
    width: 6.6rem;
    height: 6.6rem;
    font-size: 1.6rem;
  }
  .p-vacant-room-mv__text1 > span:nth-of-type(1) .-sm {
    display: inline-block;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text1 > span:nth-of-type(1) {
    width: min(9rem, 6.25vw);
    height: min(9rem, 6.25vw);
    font-size: min(2.3rem, 1.5972222222vw);
  }
  .p-vacant-room-mv__text1 > span:nth-of-type(1) .-sm {
    font-size: min(2rem, 1.3888888889vw);
  }
}
.p-vacant-room-mv__text1 > span:nth-of-type(2) {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  margin-left: -1.6rem;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__text1 > span:nth-of-type(2) {
    font-size: 2rem;
    padding: 8px 8px 8px 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text1 > span:nth-of-type(2) {
    padding: 8px 24px;
    font-size: min(3.2rem, 2.2222222222vw);
    margin-left: max(-1.6rem, -1.1111111111vw);
  }
}
.p-vacant-room-mv__text2 {
  display: flex;
  justify-content: center;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__text2 {
    align-items: center;
    gap: 8px;
    padding-bottom: 24px;
    line-height: 1.5;
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .p-vacant-room-mv__text2 .-lg {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text2 {
    margin-top: 8px;
    align-items: flex-end;
    gap: min(1.6rem, 1.1111111111vw);
    white-space: nowrap;
    padding-bottom: 4rem;
    line-height: 1.5;
    font-size: min(2.2rem, 1.5277777778vw);
  }
  .p-vacant-room-mv__text2 .-lg {
    font-size: min(3.2rem, 2.2222222222vw);
  }
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__text2 .-icon {
    width: 9.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text2 .-icon {
    width: min(14.8rem, 10.2777777778vw);
  }
}
.p-vacant-room-mv__text3 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__text3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text3 {
    font-size: min(3.2rem, 2.2222222222vw);
  }
}
.p-vacant-room-mv__text4 {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: 1fr max-content;
  text-align: center;
  justify-content: center;
  gap: 4px 8px;
  position: relative;
}
.p-vacant-room-mv__text4.-campaign::before {
  content: "";
  background-image: url(../images/common/section-mv/icon-campaign.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__text4.-campaign::before {
    width: 8.9rem;
    height: 6rem;
    top: -3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text4.-campaign::before {
    width: min(15.5rem, 10.7638888889vw);
    height: min(10rem, 6.9444444444vw);
    top: max(-5rem, -3.4722222222vw);
  }
}
.p-vacant-room-mv__text4__per {
  color: #FFC300;
  line-height: 1;
  font-weight: 700;
  align-self: flex-end;
  text-align: left;
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__text4__per {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    padding-left: 4.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text4__per {
    font-size: min(4rem, 2.7777777778vw);
    padding-left: min(6.6rem, 4.5833333333vw);
    margin-bottom: min(1.7rem, 1.1805555556vw);
  }
}
.p-vacant-room-mv__text4__num {
  color: #FFC300;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__text4__num {
    font-size: 7.2rem;
    margin-top: -0.3rem;
  }
  .p-vacant-room-mv__text4__num .-sm {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text4__num {
    font-size: min(12.4rem, 8.6111111111vw);
    margin-top: max(-1rem, -0.6944444444vw);
  }
  .p-vacant-room-mv__text4__num .-sm {
    font-size: min(7.2rem, 5vw);
  }
}
.p-vacant-room-mv__text4__tax {
  color: #FFC300;
  line-height: 1;
  font-weight: 700;
  align-self: flex-end;
  text-align: left;
  grid-column: 3/span 1;
  grid-row: 1/span 1;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__text4__tax {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text4__tax {
    font-size: min(1.6rem, 1.1111111111vw);
  }
}
.p-vacant-room-mv__text4__unit {
  color: #FFC300;
  line-height: 1;
  font-weight: 700;
  align-self: flex-end;
  grid-column: 3/span 1;
  grid-row: 2/span 1;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__text4__unit {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__text4__unit {
    font-size: min(4rem, 2.7777777778vw);
    margin-bottom: min(1.7rem, 1.1805555556vw);
  }
}
.p-vacant-room-mv__cation {
  color: #FFC300;
  line-height: 1;
  font-weight: 500;
  grid-column: 3/span 1;
  grid-row: 2/span 1;
  font-size: 1.1rem;
  text-align: center;
}
.p-vacant-room-mv__image {
  width: 100%;
  align-self: stretch;
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__image {
    overflow: hidden;
  }
}
@media screen and (max-width: 743px) {
  .p-vacant-room-mv__image picture {
    margin-top: -2px;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__image picture {
    height: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-vacant-room-mv__image img {
    object-fit: cover;
    height: 100%;
  }
}

.p-commercial-air-conditioner-mv {
  width: 100%;
  overflow-x: hidden;
}
.p-commercial-air-conditioner-mv__wrapper {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__wrapper {
    grid-template-columns: 50% 50%;
  }
}
.p-commercial-air-conditioner-mv__texts {
  width: 100%;
  background: linear-gradient(180deg, #50b498 0%, #00af97 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .p-commercial-air-conditioner-mv__texts {
    padding: 2.6rem 2.3rem 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__texts {
    padding-top: 11.2rem;
    padding-left: min(6.4rem, 4.4444444444vw);
    padding-right: min(6.4rem, 4.4444444444vw);
    padding-bottom: 5.3rem;
  }
}
.p-commercial-air-conditioner-mv__text1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__text1 {
    margin-bottom: 8px;
  }
}
.p-commercial-air-conditioner-mv__text1 span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  background-color: #fff;
  color: #50B498;
  border-radius: 50%;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-commercial-air-conditioner-mv__text1 span:nth-of-type(1) {
    width: 6.6rem;
    height: 6.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__text1 span:nth-of-type(1) {
    width: min(9rem, 6.25vw);
    height: min(9rem, 6.25vw);
    font-size: min(2.3rem, 1.5972222222vw);
  }
}
.p-commercial-air-conditioner-mv__text1 span:nth-of-type(2) {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  margin-left: -1.6rem;
}
@media screen and (max-width: 743px) {
  .p-commercial-air-conditioner-mv__text1 span:nth-of-type(2) {
    font-size: 1.8rem;
    padding: 8px 8px 8px 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__text1 span:nth-of-type(2) {
    padding: 8px 24px;
    font-size: min(3.2rem, 2.2222222222vw);
    margin-left: max(-1.6rem, -1.1111111111vw);
  }
}
.p-commercial-air-conditioner-mv__text2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-commercial-air-conditioner-mv__text2 {
    gap: 8px;
    padding-bottom: 24px;
    line-height: 1.55;
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .p-commercial-air-conditioner-mv__text2 .-lg {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__text2 {
    gap: min(1.6rem, 1.1111111111vw);
    white-space: nowrap;
    padding-bottom: 4rem;
    line-height: 1.55;
    font-size: min(2.2rem, 1.5277777778vw);
  }
  .p-commercial-air-conditioner-mv__text2 .-lg {
    font-size: min(3.2rem, 2.2222222222vw);
  }
}
@media screen and (max-width: 743px) {
  .p-commercial-air-conditioner-mv__text2 .-icon {
    width: 9.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__text2 .-icon {
    width: min(14.8rem, 10.2777777778vw);
  }
}
.p-commercial-air-conditioner-mv__text3 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-commercial-air-conditioner-mv__text3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__text3 {
    font-size: min(3.2rem, 2.2222222222vw);
  }
}
.p-commercial-air-conditioner-mv__text4 {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: 1fr max-content;
  text-align: center;
  justify-content: center;
  gap: 4px 8px;
}
.p-commercial-air-conditioner-mv__text4__num {
  color: #FFC300;
  font-family: "jost", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 743px) {
  .p-commercial-air-conditioner-mv__text4__num {
    font-size: 7.2rem;
    margin-top: -0.3rem;
  }
  .p-commercial-air-conditioner-mv__text4__num .-sm {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__text4__num {
    font-size: min(12.4rem, 8.6111111111vw);
    margin-top: max(-1rem, -0.6944444444vw);
  }
  .p-commercial-air-conditioner-mv__text4__num .-sm {
    font-size: min(7.2rem, 5vw);
  }
}
.p-commercial-air-conditioner-mv__text4__tax {
  color: #FFC300;
  line-height: 1;
  font-weight: 700;
  line-height: 1;
  align-self: flex-end;
  text-align: left;
}
@media screen and (max-width: 743px) {
  .p-commercial-air-conditioner-mv__text4__tax {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__text4__tax {
    font-size: min(1.6rem, 1.1111111111vw);
  }
}
.p-commercial-air-conditioner-mv__text4__unit {
  color: #FFC300;
  line-height: 1;
  font-weight: 700;
  line-height: 1;
  align-self: flex-end;
}
@media screen and (max-width: 743px) {
  .p-commercial-air-conditioner-mv__text4__unit {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__text4__unit {
    font-size: min(4rem, 2.7777777778vw);
    margin-bottom: min(1.7rem, 1.1805555556vw);
  }
}
.p-commercial-air-conditioner-mv__image {
  width: 100%;
  align-self: stretch;
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__image picture {
    height: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-commercial-air-conditioner-mv__image img {
    object-fit: cover;
    height: 100%;
  }
}