@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
  background-color: transparent;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* list
----------------------------------------------------------------- */
ol, ul {
  list-style: none;
}

ol, ul {
  padding: 0;
}

address {
  font-style: normal;
}

dl {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

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

/* select
----------------------------------------------------------------- */
input, select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
function
==========================================================================*/
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #484339;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-justify: inter-ideograph;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: clamp(14px, 0.53vw + 9.68px, 16px);
  }
}
@media screen and (max-width: 820px) {
  html {
    font-size: clamp(14px, 1.04vw + 8px, 16px);
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  min-width: 320px;
  background-color: #FDFAF5;
}
body::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: rgba(85, 85, 85, 0.6);
  z-index: -100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, pointer-events 0s;
}

::selection {
  background-color: rgba(255, 202, 56, 0.3);
}

::-moz-selection {
  background-color: rgba(255, 202, 56, 0.3);
}

.f-common-wrap {
  overflow: hidden;
}

a {
  position: relative;
  color: #43b580;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: #444951;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a[href^="tel:"]:hover {
    text-decoration: underline;
  }
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  line-height: 2;
}
p + p {
  margin-top: 1.5em;
}

img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid #e8e9ea;
  text-align: inherit;
  margin: 0 0 0 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  text-align: justify;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  text-align: justify;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1400pc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1400pc {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 821px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 820px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
.l-header-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 830;
  padding: 24px 24px 0 24px;
}
@media screen and (max-width: 576px) {
  .l-header-wrap {
    padding: 16px;
  }
}

.l-header {
  width: 100%;
  max-width: 1366px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 12px clamp(16px, 2.14vw + -5.3px, 24px);
  background-color: #fff;
  gap: clamp(8px, 4.29vw + -34.6px, 24px);
  box-shadow: 0 0 32px 0 rgba(10, 24, 16, 0.1);
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .l-header {
    height: 72px;
  }
}
@media screen and (max-width: 576px) {
  .l-header {
    height: 68px;
  }
}

.l-header-logo {
  position: relative;
}
.l-header-logo h1, .l-header-logo div {
  position: relative;
  height: 100%;
  width: 100%;
}
.l-header-logo h1 a, .l-header-logo div a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0;
  transition: 0.3s;
}
.l-header-logo h1 a:hover, .l-header-logo div a:hover {
  opacity: 0.75;
}
.l-header-logo h1 a img, .l-header-logo div a img {
  position: relative;
  display: block;
  width: clamp(110px, 10.19vw + 8.84px, 148px);
  height: 100%;
}

/* PC版メニュー
----------------------------------------------------------------- */
.l-header-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  font-size: clamp(13px, 0.54vw + 7.68px, 15px);
  font-weight: 700;
  border-radius: 4px;
  flex: 1;
  gap: clamp(8px, 4.29vw + -34.6px, 24px);
}
.l-header-nav .l-header-nav-global {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
    line-height: 60px;
  }
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu {
  height: 100%;
  position: relative;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 clamp(8px, 1.07vw + -2.65px, 12px);
  color: #484339;
  transition: 0.3s;
  line-height: 1.3;
  white-space: nowrap;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a:hover {
  color: #9CD1B0;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a:hover::before {
  width: 8px;
}
.l-header-nav .l-header-nav-global .l-dropdown {
  position: relative;
}
@media (orientation: landscape) and (max-device-width: 1024px) {
  .l-header-nav .l-header-nav-global .l-dropdown > a {
    pointer-events: none;
  }
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  min-width: max-content;
  width: max-content;
  transform-origin: top center;
  transform: translate(-50%, 100%) scale(1, 0);
  -webkit-transform: translate(-50%, 100%) scale(1, 0);
  -ms-transform: translate(-50%, 100%) scale(1, 0);
  overflow: hidden;
  transition: 0.5s 0.1s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu {
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.8125rem;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu a {
  padding: 10px 20px;
  opacity: 0;
  transition: 0.3s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open {
  overflow: visible;
  transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transform: translate(-50%, 100%) scale(1, 1);
  -ms-transform: translate(-50%, 100%) scale(1, 1);
  transition: 0.4s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open a {
  opacity: 1;
  transition: 0.3s 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #9CD1B0;
  border-right: 1px solid #9CD1B0;
  transform: rotate(135deg) translateY(50%);
  -webkit-transform: rotate(135deg) translateY(50%);
  margin-left: 0.6125em;
  transition: 0.3s;
}
.l-header-nav .l-header-nav-global .l-dropdown:hover .l-dropdown-arrow::after {
  border-top: 1px solid #FFC425;
  border-right: 1px solid #FFC425;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap {
  display: flex;
  justify-content: flex-end;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a .btn_inner {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(140px, 19.57vw + -54.34px, 213px);
  height: calc(100% - 4px);
  background-color: #FF8C00;
  border-radius: 100px;
  box-shadow: 0 4px 0 0 #484339;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  overflow: hidden;
  transition: 0.2s;
  font-weight: 600;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a:hover .btn_inner {
  top: 2px;
  background-color: #ffa200;
  box-shadow: 0 1px 0 0 #484339;
}

/* アクティブメニュー*/
.l-header-nav-list a {
  position: relative;
}
.l-header-nav-list a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  background-color: #9CD1B0;
  width: 25px;
  height: 2px;
}

.l-header-nav-contact-wrap a {
  position: relative;
}
.l-header-nav-contact-wrap a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  background-color: #257c54;
  width: 25px;
  height: 2px;
}

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 27px;
  right: 40px;
  z-index: 850;
  cursor: pointer;
  background: #fff;
  transition: all 0.5s ease;
  border-radius: 50%;
}
@media screen and (max-width: 576px) {
  .l-toggle {
    width: 56px;
    height: 56px;
    top: 22px;
    right: 22px;
  }
}
.l-toggle__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 20px;
}
@media screen and (max-width: 576px) {
  .l-toggle__btn {
    width: 20px;
    height: 18px;
  }
}
.l-toggle__btn-line {
  background-color: #484339;
  border-radius: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
.l-toggle__btn-line--1 {
  top: 0;
}
.l-toggle__btn-line--2 {
  top: 50%;
  transform: translateY(-50%);
}
.l-toggle__btn-line--3 {
  bottom: 0;
}
.l-toggle:hover .l-toggle__btn-line--2 {
  transform: translateY(-50%) scaleX(0.8);
}

body.open {
  overflow: hidden;
}
body.open .l-toggle__btn-line--1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.open .l-toggle__btn-line--2 {
  transform: translateY(-50%) scaleX(0);
  opacity: 0;
}
body.open .l-toggle__btn-line--3 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
body.open .l-header {
  background-color: #fff;
}
body.open .l-drawer {
  visibility: visible;
}
body.open .l-drawer::before {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
body.open .l-drawer .l-drawer-body {
  transform: scale(1);
  height: auto;
  max-height: calc(100% - 48px);
}
@media screen and (max-width: 576px) {
  body.open .l-drawer .l-drawer-body {
    max-height: calc(100% - 32px);
  }
}

.l-drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 831;
  visibility: hidden;
  transition: visibility 0.8s ease;
}
.l-drawer::before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  display: block;
  background-color: rgba(85, 85, 85, 0.6);
  z-index: 840;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, pointer-events 0s;
}
.l-drawer .l-drawer-body {
  position: absolute;
  width: 80%;
  max-width: 400px;
  height: auto;
  top: 26px;
  right: 40px;
  border-radius: 16px;
  z-index: 850;
  overflow: hidden;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.5s cubic-bezier(0.5, 1, 0.2, 1);
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body {
    top: 16px;
    right: 16px;
    width: calc(100% - 32px);
    max-width: 360px;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main {
  position: relative;
  height: 100%;
  padding: 64px 40px 56px 40px;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main {
    padding: 56px 32px 40px 32px;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
  font-size: 1rem;
  line-height: 1.6;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu__link {
  color: #484339;
  font-weight: 600;
  padding: 24px 0;
  display: block;
  position: relative;
  transition: 0.3s;
  font-size: 0.9375rem;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu__link:hover {
  padding-left: 10px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu__link:hover:after {
  animation: arrowDrawerHover 0.5s;
}
@keyframes arrowDrawerHover {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(-50%);
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu__link:after {
  content: "";
  width: 1em;
  height: 1em;
  border: none;
  background: url(/happy-smart/resource/images/ico_arrow--down_main-lp.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu__link[target=_blank]:after {
  width: 1.25em;
  height: 1.25em;
  background: url(/happy-smart/resource/images/common_ico_external.svg) no-repeat center/contain;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .c-btn-push a {
  display: flex;
  max-width: initial;
  min-width: initial;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion {
  width: 100%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.875em 10%;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
    padding: 1.375em 10%;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before, .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before {
  top: 48%;
  right: 4.5%;
  transform: rotate(0deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  top: 48%;
  right: 4.5%;
  transform: rotate(90deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close {
  background: rgba(139, 201, 162, 0.8);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::before {
  transform: rotate(0deg) translateX(5px);
  opacity: 0;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::after {
  transform: rotate(180deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content {
  display: none;
  background: rgba(139, 201, 162, 0.8);
  padding-bottom: 1em;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu {
  margin: 0;
  border-bottom: none;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-top: 1em;
  padding-right: 10%;
  padding-bottom: 1em;
  padding-left: calc(10% + 1.25em);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 5%;
}

/* ==========================================================================
フッター
========================================================================== */
.l-footer {
  background-color: #9CD1B0;
  padding: 0 clamp(40px, 5.94vw + -19.17px, 64px);
}
@media screen and (max-width: 820px) {
  .l-footer {
    padding: 0 24px;
  }
}

.l-footer-main {
  display: flex;
  justify-content: space-between;
  gap: 8%;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .l-footer-main {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}

.l-footer-logo {
  text-align: center;
  padding: 4.5rem 0 0;
  flex-basis: 30%;
}
.l-footer-logo img {
  max-width: 457px;
  width: 100%;
  transition: 0.3s;
}
.l-footer-logo img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 576px) {
  .l-footer-logo img {
    max-width: 380px;
    width: 90%;
  }
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-nav {
  padding: 64px 0 56px 0;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  flex: 1;
}
@media screen and (max-width: 820px) {
  .l-footer-nav {
    padding: 64px 0 48px 0;
  }
}
.l-footer-nav .l-footer-nav-main {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 16px;
  font-size: clamp(13px, 0.49vw + 8.12px, 15px);
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main {
    display: none;
  }
}
.l-footer-nav .l-footer-nav-main__inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: clamp(24px, 8.42vw + -45.05px, 56px);
}
@media screen and (max-width: 576px) {
  .l-footer-nav .l-footer-nav-main__inner {
    gap: 80px;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent {
  flex: 1;
  line-height: 1.2;
  border-radius: 4px;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent {
    padding: 0;
  }
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent:last-child {
    margin-bottom: 0;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
    margin-bottom: 0;
    text-align: center;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a {
  position: relative;
  display: flex;
  color: #484339;
  font-weight: 600;
  padding: 10px 0;
  padding-right: 8px;
  transition: 0.3s;
}
@media screen and (min-width: 821px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a:hover {
    padding-left: 8px;
    padding-right: 0;
  }
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a:hover::before {
    left: -4px;
    opacity: 1;
  }
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a::before {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: -8px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFC425;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a {
    padding: 1.5rem;
  }
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a::before {
    content: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    left: auto;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    opacity: 1;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
    display: none;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner {
  position: relative;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
  position: relative;
  display: flex;
  line-height: 1.6;
  padding: 0.75rem 0 0.75rem 0;
  font-weight: 500;
  transition: 0.3s;
  color: #484339;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a:hover {
  padding: 0.75rem 0 0.75rem 0.5rem;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a:hover::before {
  left: calc(-4px + 0.25rem);
  opacity: 1;
  width: 4px;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a::before {
  content: "";
  position: absolute;
  top: 1.375rem;
  left: -2px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  opacity: 0.7;
  background-color: #9CD1B0;
  transition: 0.3s;
}
.l-footer-nav .l-footer-nav-sub {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-sub {
    flex-direction: column;
  }
}
.l-footer-nav .l-footer-nav-sub .l-footer-nav-parent__inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-sub .l-footer-nav-parent__inner {
    text-align: center;
    justify-content: center;
  }
}
.l-footer-nav .l-footer-nav-sub .l-footer-nav-parent__inner a {
  font-size: 14px;
  font-weight: 700;
  color: #484339;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 1rem 0 4.5rem;
  color: #484339;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #fff;
  padding-top: 40px;
}
@media screen and (max-width: 820px) {
  .l-copyright {
    flex-direction: column;
    gap: 48px;
  }
}
.l-copyright .l-copyright-logo {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .l-copyright .l-copyright-logo {
    flex-direction: column;
  }
}
.l-copyright .l-copyright-logo a img {
  display: inline-block;
}
.l-copyright .l-copyright-logo a img.idatechnos {
  max-width: 164px;
  width: 100%;
}
.l-copyright .l-copyright-logo a img.happy-jutaku {
  max-width: 150px;
  width: 100%;
}
.l-copyright .l-copyright-logo a:hover {
  opacity: 0.7;
}
.l-copyright .l-footer-copyright-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .l-copyright .l-footer-copyright-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.l-copyright .l-footer-copyright-box .c-link-external {
  color: #484339;
}
.l-copyright .l-footer-copyright-box .l-footer-sublink {
  color: #484339;
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
}
a#pagetop img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  width: 50px;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  width: 100%;
  height: 30svh;
  min-height: 320px;
  max-height: clamp(380px, 4.31vw + 337.15px, 420px);
  position: relative;
  padding-bottom: 120px;
  background: linear-gradient(to top, 50%, #fff 50%);
}
@media screen and (max-width: 820px) {
  .l-page-title {
    padding-top: 112px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title {
    min-height: 300px;
    padding-top: 80px;
  }
}
.l-page-title .l-page-title-img {
  width: calc(100% - 48px);
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: clamp(8px, 1.8vw + 1.26px, 16px);
}
.l-page-title .l-page-title-img::before {
  content: "";
  position: absolute;
  bottom: -3%;
  left: -1%;
  width: 44%;
  aspect-ratio: 596/624;
  background-image: url(/happy-smart/resource/images/common_pagetitle_elemnt.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-img::before {
    bottom: -3%;
    left: -6%;
    width: 63%;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-img::before {
    bottom: 14%;
    left: -13%;
    width: 94%;
  }
}
.l-page-title .l-page-title-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-page-title .l-page-title-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 160px);
  max-width: 680px;
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  border-radius: clamp(2px, 0.45vw + 0.31px, 4px);
  box-shadow: 0px 0px 60px 0px rgba(52, 52, 88, 0.2);
  text-align: center;
  font-size: clamp(30px, 1.6vw + 14.09px, 36px);
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner {
    top: 50%;
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner {
    width: calc(100% - 80px);
    padding: 24px;
  }
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  color: #484339;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.2;
  margin-top: 8px;
}
.l-page-title .l-page-title-inner .l-page-title-en {
  color: #9CD1B0;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 0.6111111111em;
  text-align: center;
  line-height: 1;
}
.l-page-title + .c-page-nav {
  padding-top: 0;
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-small {
  padding: 1rem 0;
}

.l-sec-medium {
  padding: 2.5rem 0;
}

.l-sec-large {
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding: 4rem 0;
  }
}

.l-sec-xlarge {
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding: 4rem 0;
  }
}

.l-sec-xxlarge-remove-top {
  padding: 0 0 6.5rem;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge-remove-top {
    padding: 0 0 5.5rem;
  }
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container-small,
.l-container-large,
.l-container-xlarge {
  margin-left: auto;
  margin-right: auto;
  width: 88%;
}
@media screen and (max-width: 820px) {
  .l-container,
  .l-container-small,
  .l-container-large,
  .l-container-xlarge {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container-small,
  .l-container-large,
  .l-container-xlarge {
    width: calc(100% - 48px);
  }
}

.l-container {
  max-width: 980px;
}

.l-container-small {
  max-width: 720px;
}

.l-container-large {
  max-width: 1120px;
}

.l-container-xlarge {
  max-width: 1440px;
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.c-flex .c-flex-2-clm,
.c-flex--align-items-center .c-flex-2-clm,
.c-flex--flex-start .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-2-clm,
  .c-flex--align-items-center .c-flex-2-clm,
  .c-flex--flex-start .c-flex-2-clm {
    width: 100%;
  }
}
.c-flex .c-flex-3-clm,
.c-flex--align-items-center .c-flex-3-clm,
.c-flex--flex-start .c-flex-3-clm {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-3-clm,
  .c-flex--align-items-center .c-flex-3-clm,
  .c-flex--flex-start .c-flex-3-clm {
    width: 100%;
  }
}
.c-flex .c-flex-4-clm,
.c-flex--align-items-center .c-flex-4-clm,
.c-flex--flex-start .c-flex-4-clm {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-4-clm,
  .c-flex--align-items-center .c-flex-4-clm,
  .c-flex--flex-start .c-flex-4-clm {
    width: 100%;
  }
}
.c-flex .c-flex-5-clm,
.c-flex--align-items-center .c-flex-5-clm,
.c-flex--flex-start .c-flex-5-clm {
  width: 15%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-5-clm,
  .c-flex--align-items-center .c-flex-5-clm,
  .c-flex--flex-start .c-flex-5-clm {
    width: 100%;
  }
}
.c-flex .c-flex-flex-1,
.c-flex--align-items-center .c-flex-flex-1,
.c-flex--flex-start .c-flex-flex-1 {
  flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    flex-direction: column;
  }
}

.c-flex--align-items-center {
  align-items: center;
}

.c-flex--flex-start {
  justify-content: flex-start;
  gap: 40px 5%;
}

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: flex;
  flex-wrap: no-wrap;
  width: 100%;
}

.c-flex-small > *:first-child {
  margin-left: 0;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: 19.2%;
}
.c-flex-small .c-flex-4-clm {
  width: 24.25%;
}
.c-flex-small .c-flex-3-clm {
  width: 32.6666666667%;
}
.c-flex-small .c-flex-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-flex-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-flex-small > *:first-child {
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm,
  .c-flex-small .c-flex-4-clm,
  .c-flex-small .c-flex-3-clm,
  .c-flex-small .c-flex-2-clm {
    width: 100%;
  }
  .c-flex-small .c-flex-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-flex-medium > * {
  margin-left: 4%;
}
.c-flex-medium > *:first-child {
  margin-left: 0;
}
.c-flex-medium .c-flex-3-clm {
  width: 30.6666666667%;
}
.c-flex-medium .c-flex-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-flex-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-flex-medium > *:first-child {
    margin-top: 0;
  }
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large > * {
  margin-left: 6%;
}
.c-flex-large > *:first-child {
  margin-left: 0;
}
.c-flex-large .c-flex-3-clm {
  width: 29.3333333333%;
}
.c-flex-large .c-flex-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-flex-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-flex-large > *:first-child {
    margin-top: 0;
  }
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-collapse .c-flex-5-clm {
  width: 20%;
}
.c-flex-collapse .c-flex-4-clm {
  width: 25%;
}
.c-flex-collapse .c-flex-3-clm {
  width: 33.3333333333%;
}
.c-flex-collapse .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex-collapse .c-flex-5-clm,
  .c-flex-collapse .c-flex-4-clm,
  .c-flex-collapse .c-flex-3-clm,
  .c-flex-collapse .c-flex-2-clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッド
==========================================================================*/
/* グリッド　
----------------------------------------------------------------- */
.c-grid-small,
.c-grid-medium,
.c-grid-large,
.c-grid-collapse {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .c-grid-sp-reverse {
    flex-direction: column-reverse;
  }
}

.c-grid-small {
  gap: 24px;
}
.c-grid-small .c-grid-5-clm,
.c-grid-small .c-grid-5-clm-sp {
  width: calc((100% - 96px) / 5);
}
.c-grid-small .c-grid-4-clm,
.c-grid-small .c-grid-4-clm-sp {
  width: calc((100% - 72px) / 4);
}
.c-grid-small .c-grid-3-clm {
  width: calc((100% - 48px) / 3);
}
.c-grid-small .c-grid-2-clm {
  width: calc((100% - 24px) / 2);
}
.c-grid-small .c-grid-1-clm {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .c-grid-small {
    gap: 1rem;
  }
  .c-grid-small .c-grid-5-clm,
  .c-grid-small .c-grid-4-clm,
  .c-grid-small .c-grid-3-clm,
  .c-grid-small .c-grid-2-clm,
  .c-grid-small .c-grid-1-clm {
    width: 100%;
  }
  .c-grid-small .c-grid-5-clm-sp,
  .c-grid-small .c-grid-4-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(n+3),
  .c-grid-small .c-grid-4-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(odd),
  .c-grid-small .c-grid-4-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-grid-medium {
  gap: 40px;
}
.c-grid-medium .c-grid-3-clm {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 820px) {
  .c-grid-medium .c-grid-3-clm {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width: 576px) {
  .c-grid-medium .c-grid-3-clm {
    width: 100%;
  }
}
.c-grid-medium .c-grid-2-clm {
  width: calc((100% - 40px) / 2);
}
.c-grid-medium .c-grid-1-clm {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium {
    gap: 2rem;
  }
  .c-grid-medium .c-grid-3-clm,
  .c-grid-medium .c-grid-2-clm,
  .c-grid-medium .c-grid-1-clm {
    width: 100%;
  }
}

.c-grid-large {
  gap: 6%;
}
.c-grid-large .c-grid-3-clm {
  width: 96%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
.c-grid-large .c-grid-1-clm {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .c-grid-large {
    gap: 3rem;
  }
  .c-grid-large .c-grid-3-clm,
  .c-grid-large .c-grid-2-clm,
  .c-grid-large .c-grid-1-clm {
    width: 100%;
  }
}

.c-grid-collapse .c-grid-5-clm {
  width: 20%;
}
.c-grid-collapse .c-grid-4-clm {
  width: 25%;
}
.c-grid-collapse .c-grid-3-clm {
  width: 33.3333333333%;
}
.c-grid-collapse .c-grid-2-clm {
  width: 50%;
}
.c-grid-collapse .c-grid-1-clm {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .c-grid-collapse .c-grid-5-clm,
  .c-grid-collapse .c-grid-4-clm,
  .c-grid-collapse .c-grid-3-clm,
  .c-grid-collapse .c-grid-2-clm,
  .c-grid-collapse .c-grid-1-clm {
    width: 100%;
  }
}

.c-grid-pdf:nth-child(n+6) {
  margin-top: 30px;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num li {
  position: relative;
  padding-left: calc(1em + 4px);
}
.c-list-num li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #444951;
  font-weight: 700;
  margin-left: calc(-1em - 4px);
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid #e8e9ea;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #9CD1B0;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  color: #67707c;
  font-weight: 500;
}

.c-list-dot-inline {
  display: flex;
  flex-wrap: wrap;
}
.c-list-dot-inline li {
  display: inline-block;
}
.c-list-dot-inline li:not(:last-child) {
  margin-right: 1em;
}

.c-list-dot-inline-slash {
  display: flex;
  flex-wrap: wrap;
}
.c-list-dot-inline-slash li {
  display: inline-block;
}
.c-list-dot-inline-slash li:not(:last-child)::after {
  content: "／";
  color: #9da3ac;
  padding: 0 4px;
}
.c-list-dot-inline-slash li.c-remove-slash::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 0;
}

.c-list-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  /* 各項目 */
}
@media screen and (max-width: 576px) {
  .c-list-flow {
    padding: 64px 8%;
  }
}
.c-list-flow .c-list-flow-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 820px;
  gap: 8px;
}
@media screen and (max-width: 820px) {
  .c-list-flow .c-list-flow-container {
    gap: clamp(4px, 1.65vw + -5.5px, 8px);
  }
}
@media screen and (max-width: 576px) {
  .c-list-flow .c-list-flow-container {
    flex-direction: column;
  }
}
.c-list-flow .c-list-flow-item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 88px;
  min-height: 200px;
  padding: 32px 14px;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .c-list-flow .c-list-flow-item {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    max-width: none;
    min-height: auto;
    padding: 16px 10%;
    font-size: 20px;
  }
}
.c-list-flow .c-list-flow-item .c-list-flow-num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #c8cbcf;
  color: #9CD1B0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .c-list-flow .c-list-flow-item .c-list-flow-num {
    height: 100%;
    padding: 8px 24px 8px 0;
    border-right: 1px solid #c8cbcf;
    border-bottom: none;
    font-size: 1.25em;
  }
}
.c-list-flow .c-list-flow-item .c-list-flow-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 2.5rem);
  min-height: 2.5rem;
  padding-top: 10px;
  font-size: 1.125em;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 576px) {
  .c-list-flow .c-list-flow-item .c-list-flow-ttl {
    width: 100%;
    padding: 0 0 0 24px;
    text-align: center;
    font-size: 1em;
    letter-spacing: 0.1em;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
.c-list-flow .c-list-flow-arrow {
  width: 100%;
  max-width: 16px;
  aspect-ratio: 1/2;
  background: url("/happy-smart/resource/images/common_ico_arrow_flow.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .c-list-flow .c-list-flow-arrow {
    max-width: 20px;
    transform: rotate(90deg);
  }
}

.c-list-tag .c-list-tag-wrap {
  display: flex;
  gap: 6px 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .c-list-tag .c-list-tag-wrap {
    gap: 0 12px;
  }
}
.c-list-strong .c-list-strong-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-list-strong .c-list-strong-wrap__list {
  color: #484339;
  position: relative;
  padding-left: calc(1em + 2px);
}
.c-list-strong .c-list-strong-wrap__list::before {
  content: "★";
  color: #9CD1B0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.c-list-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .c-list-gallery {
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .c-list-gallery {
    gap: 8px;
  }
}
.c-list-gallery__item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 820px) {
  .c-list-gallery__item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 576px) {
  .c-list-gallery__item {
    width: calc((100% - 8px) / 2);
  }
}
.c-list-gallery__item img {
  width: 100%;
  height: auto;
  border-radius: clamp(8px, 1.8vw + 1.26px, 16px);
}

.c-list-step {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 64px;
  padding-top: 40px;
}
.c-list-step .c-list-step-item {
  position: relative;
  width: calc(50% - 32px);
  padding: clamp(24px, 4.32vw + -19.07px, 40px);
  padding-bottom: clamp(40px, 6.49vw + -24.61px, 64px);
  background-color: #9CD1B0;
  border-radius: clamp(8px, 1.8vw + 1.26px, 16px);
}
@media screen and (max-width: 820px) {
  .c-list-step .c-list-step-item {
    padding: 32px 40px 56px 40px;
  }
}
@media screen and (max-width: 576px) {
  .c-list-step .c-list-step-item {
    width: 100%;
    padding: 40px 24px 40px 24px;
  }
}
.c-list-step .c-list-step-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 820px) {
  .c-list-step .c-list-step-item__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .c-list-step .c-list-step-item__content {
    flex-direction: row;
  }
}
.c-list-step .c-list-step-item__content h5 {
  font-size: clamp(16px, 1.08vw + 5.23px, 20px);
  letter-spacing: 0.03em;
}
.c-list-step .c-list-step-item__content img {
  width: 40%;
  max-width: 156px;
  min-width: 100px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.c-list-step .c-list-step-item__point {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 8px;
  padding: 0;
  transform: translateX(-50%) translateY(50%);
  background-color: #fff;
  border-radius: 8px;
  outline: 5px solid #9CD1B0;
}
@media screen and (max-width: 820px) {
  .c-list-step .c-list-step-item__point {
    outline: 3px solid #9CD1B0;
    border-radius: 4px;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .c-list-step .c-list-step-item__point {
    outline: 3px solid #9CD1B0;
    border-radius: 4px;
    flex-direction: row;
  }
}
.c-list-step .c-list-step-item__point__label {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 10px 24px;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-right: 5px solid #9CD1B0;
}
@media screen and (max-width: 820px) {
  .c-list-step .c-list-step-item__point__label {
    padding: 4px 16px 0 16px;
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .c-list-step .c-list-step-item__point__label {
    font-size: 0.9375rem;
    padding: 8px;
    border-right: 3px solid #9CD1B0;
    letter-spacing: 0;
  }
}
.c-list-step .c-list-step-item__point p {
  padding: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 820px) {
  .c-list-step .c-list-step-item__point p {
    padding: 0 16px 8px 16px;
  }
}
@media screen and (max-width: 576px) {
  .c-list-step .c-list-step-item__point p {
    font-size: 0.875rem;
    padding: 8px;
    letter-spacing: 0;
  }
}
.c-list-step .c-list-step-item .c-label-step {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-40%) translateY(-40%);
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .c-list-step .c-list-step-item .c-label-step {
    font-size: clamp(14px, 0.41vw + 11.63px, 15px);
  }
}
@media screen and (max-width: 576px) {
  .c-list-step .c-list-step-item .c-label-step {
    font-size: clamp(15px, 1.49vw + 9.4px, 18px);
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
  }
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-pattern1 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.c-tb-pattern1 tr {
  border-bottom: 1px solid #c8cbcf;
}
.c-tb-pattern1 tr th, .c-tb-pattern1 tr td {
  padding: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th, .c-tb-pattern1 tr td {
    padding: 24px 10px;
    line-height: 1.4;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 700;
  width: 26%;
  border-bottom: 1px solid #444951;
}
@media screen and (max-width: 820px) {
  .c-tb-pattern1 tr th {
    vertical-align: top;
  }
}
.c-tb-pattern1 tr td {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr td {
    padding: 16px;
  }
}

.c-tb-pattern2 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e8e9ea;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr {
    border-top: 1px solid #e8e9ea;
  }
  .c-tb-pattern2 tr:first-child {
    border: none;
  }
}
.c-tb-pattern2 tr th, .c-tb-pattern2 tr td {
  border: 1px solid #e8e9ea;
  padding: 24px;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th, .c-tb-pattern2 tr td {
    display: block;
    border: none;
    width: 100%;
  }
}
.c-tb-pattern2 tr th {
  background-color: #F4F4F4;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  width: 26%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    vertical-align: top;
    width: 100%;
    padding: 1rem 0;
  }
}
.c-tb-pattern2 tr td {
  width: 74%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr td {
    width: 100%;
  }
}
.c-tb-pattern2 tr td dl {
  margin: 0;
}
.c-tb-pattern2 tr td dl dt {
  color: #FFC425;
  font-weight: 700;
  float: left;
  width: 50px;
  min-width: 50px;
}
.c-tb-pattern2 tr td dl dd {
  margin-left: 50px;
}

.c-tb-pattern3 {
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern3 {
    max-height: 445px;
  }
}
.c-tb-pattern3::-webkit-scrollbar {
  width: 8px;
  background: #e8e9ea;
}
.c-tb-pattern3::-webkit-scrollbar:horizontal {
  height: 8px;
  background: #e8e9ea;
}
.c-tb-pattern3::-webkit-scrollbar-thumb {
  background: #9CD1B0;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #9CD1B0;
  border-radius: 4px;
}
.c-tb-pattern3 table {
  width: 100%;
  min-width: 720px;
}
.c-tb-pattern3 table th, .c-tb-pattern3 table td {
  border: solid 1px #c8cbcf;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.c-tb-pattern3 table th {
  color: #9CD1B0;
  background-color: #e8e9ea;
}
.c-tb-pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.c-tb-pattern3 table .first {
  background-color: #F4F4F4;
  font-weight: 700;
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.c-modal.is-open {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

.c-modal__inner {
  position: relative;
  width: calc(100% - 80px);
  max-width: 800px;
  max-height: calc(100vh - 80px);
  z-index: 901;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-height: 630px) {
  .c-modal__inner {
    max-height: calc(100vh - 40px);
  }
}
@media screen and (min-height: 1001px) {
  .c-modal__inner {
    max-height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 576px) {
  .c-modal__inner {
    width: calc(100% - 48px);
    max-height: calc(100vh - 48px);
  }
}
.c-modal.is-open .c-modal__inner {
  opacity: 1;
  transform: scale(1);
}

.c-modal__content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.3);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  cursor: auto;
}
@media screen and (max-height: 630px) {
  .c-modal__content {
    max-height: calc(100vh - 40px);
  }
}
@media screen and (min-height: 1001px) {
  .c-modal__content {
    max-height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 576px) {
  .c-modal__content {
    width: calc(100vw - 48px);
    max-height: calc(100vh - 48px);
  }
}

.c-modal__header {
  padding: 56px 24px 16px 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .c-modal__header {
    padding: 40px 16px 12px 16px;
  }
}
.c-modal__header__ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 4px;
  padding: 8px 24px;
  background-color: #78B890;
  border-radius: 8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .c-modal__header__ttl {
    padding: 8px 16px;
  }
}
.c-modal__header__ttl h3 {
  font-size: clamp(18px, 2.33vw + -1.07px, 22px);
}
@media screen and (max-width: 576px) {
  .c-modal__header__ttl h3 {
    font-size: 1.25rem;
  }
}

.c-modal__body {
  padding: 16px 24px 56px 24px;
}
@media screen and (max-width: 576px) {
  .c-modal__body {
    padding: 12px 16px 40px 16px;
  }
}

.c-modal__close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 902;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #67707c;
  transition: 0.3s;
}
.c-modal__close::before {
  transform: rotate(45deg);
}
.c-modal__close::after {
  transform: rotate(-45deg);
}
.c-modal__close:hover::before, .c-modal__close:hover::after {
  background: #484339;
}
@media screen and (max-width: 576px) {
  .c-modal__close {
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
  }
  .c-modal__close::before, .c-modal__close::after {
    width: 14px;
  }
}

.c-modal__img-single,
.c-modal__img-slider {
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .c-modal__img-single,
  .c-modal__img-slider {
    margin-bottom: 16px;
  }
}

.c-modal__img-single {
  max-width: 600px;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-height: 630px) {
  .c-modal__img-single {
    max-width: 460px;
  }
}
.c-modal__img-single .c-modal__img {
  width: 100%;
}

.c-modal__img-slider {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-height: 630px) {
  .c-modal__img-slider {
    max-width: 460px;
  }
}

.c-modal-swiper-main {
  margin-bottom: 16px;
}
.c-modal-swiper-main .swiper-slide {
  width: 100%;
  height: auto;
}
.c-modal-swiper-main .swiper-slide .c-modal__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  overflow: hidden;
}
.c-modal-swiper-main .swiper-slide .c-modal__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-modal-swiper-main .c-modal-swiper-button-next,
.c-modal-swiper-main .c-modal-swiper-button-prev {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: #78B890;
  border-radius: 50%;
  color: #484339;
  z-index: 10;
  transition: background 0.3s ease, transform 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.c-modal-swiper-main .c-modal-swiper-button-next:after,
.c-modal-swiper-main .c-modal-swiper-button-prev:after {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.c-modal-swiper-main .c-modal-swiper-button-next:hover,
.c-modal-swiper-main .c-modal-swiper-button-prev:hover {
  background: #78B890;
  transform: translateZ(0) scale(1.1);
}
.c-modal-swiper-main .c-modal-swiper-button-next.swiper-button-disabled,
.c-modal-swiper-main .c-modal-swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media screen and (max-width: 576px) {
  .c-modal-swiper-main .c-modal-swiper-button-next,
  .c-modal-swiper-main .c-modal-swiper-button-prev {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
  .c-modal-swiper-main .c-modal-swiper-button-next:after,
  .c-modal-swiper-main .c-modal-swiper-button-prev:after {
    font-size: 12px;
  }
}
.c-modal-swiper-main .c-modal-swiper-button-next {
  right: 16px;
}
.c-modal-swiper-main .c-modal-swiper-button-prev {
  left: 16px;
}

.c-modal-swiper-thumbs .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.c-modal-swiper-thumbs .swiper-slide {
  width: calc((80% - 32px) / 5);
  aspect-ratio: 3/2;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #CFD8DE;
  flex: none;
}
.c-modal-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #78B890;
}
.c-modal-swiper-thumbs .swiper-slide:hover {
  opacity: 1;
}
.c-modal-swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .c-modal-swiper-thumbs .swiper-slide {
    width: calc((100% - 24px) / 4);
  }
}

.c-modal__info-data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: clamp(12px, 0.45vw + 10.31px, 14px);
  line-height: 1.3;
  padding-top: 16px;
  width: 80%;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .c-modal__info-data {
    max-width: initial;
  }
}
@media screen and (max-width: 576px) {
  .c-modal__info-data {
    font-size: clamp(13px, 0.5vw + 11.13px, 14px);
    width: 100%;
  }
}
.c-modal__info-data dt, .c-modal__info-data dd {
  border-bottom: 1px solid #ECECEC;
  padding: 0;
  padding-top: clamp(8px, 0.9vw + 4.63px, 12px);
  padding-bottom: clamp(8px, 0.9vw + 4.63px, 12px);
}
.c-modal__info-data dt {
  width: calc(7em + 16px);
  color: #858178;
}
@media screen and (max-width: 576px) {
  .c-modal__info-data dt {
    width: calc(7em + 32px);
  }
}
.c-modal__info-data dd {
  width: calc(100% - 7em - 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .c-modal__info-data dd {
    width: calc(100% - 7em - 32px);
  }
}
.c-modal__info-price {
  padding-top: 24px;
  font-size: clamp(36px, 2vw + 19.6px, 42px);
  display: flex;
  justify-content: center;
  align-items: baseline;
  white-space: nowrap;
}
.c-modal__info-price__ttl {
  font-size: 0.3333333333em;
  color: #858178;
  border-bottom: 2px solid #ECECEC;
  padding-bottom: 8px;
}
.c-modal__info-price__amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
  border-bottom: 2px solid #ECECEC;
  padding-bottom: 8px;
}
.c-modal__info-price__amount-num {
  font-size: 1em;
  color: #78B890;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-left: 8px;
}
.c-modal__info-price__amount-unit {
  font-size: 0.3333333333em;
  font-weight: 700;
}

body.modal-open {
  overflow: hidden;
}
body.modal-open::before {
  z-index: 900;
  opacity: 1;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  padding: 56px 0;
}
@media screen and (max-width: 576px) {
  .c-page-nav {
    padding: 56px 0;
  }
}
.c-page-nav .c-page-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  flex: 1;
  min-width: 120px;
  max-width: 316px;
}
@media screen and (max-width: 1200px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    min-width: 200px;
  }
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    min-width: calc(50% - 12px);
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    min-width: 100%;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #484339;
  line-height: 1.6;
  transition: 0.3s;
  position: relative;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 2px;
  border: 1px solid #CFD8DE;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-right: solid 2px #9CD1B0;
  border-bottom: solid 2px #9CD1B0;
  border-radius: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  transition: 0.3s;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  color: #9CD1B0;
  box-shadow: 0 2px 16px 0 rgba(72, 67, 57, 0.1);
  transform: translateY(2px);
  border: 1px solid #9CD1B0;
  border-color: white;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover:after {
  border-color: #bfe1cc;
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview {
  justify-content: center;
  margin: 0 auto;
  width: calc(100% - 48px);
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview {
    width: calc(100% - 40px);
  }
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview {
  border-radius: clamp(8px, 1.8vw + 1.26px, 16px);
  min-width: auto;
  max-width: 380px;
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview {
    min-width: auto;
    flex-basis: 50%;
    width: calc(50% - 12px);
    flex: initial;
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview {
    width: 100%;
    flex: initial;
  }
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview > a {
  display: flex;
  padding: 0;
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 4px;
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview > a:hover .c-page-nav-wrap__menu__interview__content {
  color: #9CD1B0;
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__img {
  height: 100%;
  overflow: hidden;
  flex-basis: 34.68%;
  min-width: 34.68%;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__img {
    flex-basis: 25%;
    min-width: 25%;
  }
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content {
  flex-basis: 65.32%;
  min-width: 65.32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px clamp(8px, 5vw + -40px, 24px);
  color: #484339;
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content {
    padding: 16px clamp(8px, 13.17vw + -67.98px, 40px);
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content {
    padding: 16px clamp(16px, 7.96vw + -13.85px, 32px);
    flex-basis: 75%;
    min-width: 75%;
  }
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content__label {
  display: flex;
  gap: 8px;
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content__label .c-label {
  font-size: clamp(10px, 0.67vw + 4.53px, 12px);
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content__label .c-label {
    font-size: clamp(10px, 1.05vw + 3.96px, 12px);
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content__label .c-label {
    font-size: clamp(10px, 1vw + 6.27px, 12px);
  }
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content__title {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.375rem;
  margin-top: 16px;
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content__title__name {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content__title__year {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
  padding-left: 16px;
  position: relative;
}
.c-page-nav .c-page-nav-wrap.c-page-nav-wrap__interview .c-page-nav-wrap__menu__interview .c-page-nav-wrap__menu__interview__content__title__year:before {
  content: "/";
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  color: #CFD8DE;
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #9CD1B0;
  margin: 2px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  opacity: 0.7;
}

.c-related-nav {
  background-color: #F4F4F4;
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .c-related-nav {
    padding: 2.5rem 0;
  }
}
.c-related-nav .c-related-nav__ttl {
  color: #9CD1B0;
  border-left: 4px solid #9CD1B0;
  line-height: 1.5;
  padding-left: 0.75rem;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #9CD1B0;
  background-color: #fff;
  background-image: url(/happy-smart/resource/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3.375;
}
.c-related-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  transition: 0.3s;
}
.c-related-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb, .c-breadcrumb-ft {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 32px;
  padding: 80px 40px 48px;
}
@media screen and (max-width: 576px) {
  .c-breadcrumb, .c-breadcrumb-ft {
    padding: 40px 24px 32px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-breadcrumb .c-breadcrumb-wrap, .c-breadcrumb-ft .c-breadcrumb-wrap {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap, .c-breadcrumb-ft .c-breadcrumb-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list {
  white-space: nowrap;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list a, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list a {
  color: #484339;
  text-decoration: underline;
  transition: 0.3s;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list a:hover, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list a:hover {
  color: #9CD1B0;
  text-decoration: none;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
  width: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
    width: 9px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2), .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2) {
  padding-left: 24px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before {
  content: "/";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
  color: #CFD8DE;
}

.c-breadcrumb-ft .c-breadcrumb-wrap {
  justify-content: flex-start;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
.p-form-ttl {
  margin-bottom: 2.5rem !important;
}

.c-form-wrap table {
  font-size: 16px;
  font-size: 1rem;
  border-collapse: initial;
}
.c-form-wrap table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(32px, 8.65vw + -54.14px, 64px);
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr {
    gap: 12px;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr:not(:first-child) {
    padding-top: 32px;
  }
}
.c-form-wrap table tr.c-form-subject.textarea {
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    padding: 0;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 25%;
  min-width: 210px;
  padding: 8px 0;
  padding-right: 64px;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr th {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr th {
    gap: 10px;
  }
}
.c-form-wrap table tr td {
  flex: 1;
  padding: 8px 0;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr td {
    padding: 0;
  }
}
.c-form-wrap table tr td .c-form-cap {
  font-size: 13px;
  color: rgba(26, 26, 26, 0.8);
  margin-top: 10px;
}
.c-form-wrap table tr td .c-form-inner {
  border-collapse: collapse;
}
.c-form-wrap table tr td .c-form-inner tr {
  border-bottom: 15px solid white;
}
.c-form-wrap table tr td .c-form-inner tr:last-child {
  border-bottom: none;
}
.c-form-wrap table tr td .c-form-inner tr th {
  width: 36.5853658537%;
  color: rgba(26, 26, 26, 0.8);
  vertical-align: middle;
  padding-right: 64px;
}
@media screen and (max-width: 1200px) {
  .c-form-wrap table tr td .c-form-inner tr th {
    padding-right: 40px;
  }
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr td .c-form-inner tr th {
    width: 100%;
    padding-right: 0;
  }
}
.c-form-wrap table tr td .c-form-inner tr th.c-form-required:after,
.c-form-wrap table tr td .c-form-inner tr th.c-form-optional:after {
  right: 24px;
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr td .c-form-inner tr th.c-form-required:after,
  .c-form-wrap table tr td .c-form-inner tr th.c-form-optional:after {
    left: 0;
  }
}
.c-form-wrap table tr td .c-form-inner tr td p {
  color: rgba(26, 26, 26, 0.8);
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr:first-child th {
    padding-top: 0;
  }
}
.c-form-wrap table tr:first-child td {
  padding-top: 0;
}
.c-form-wrap table tr:last-child td {
  padding-bottom: 0;
}
.c-form-wrap table tr th.c-form-required,
.c-form-wrap table tr th.c-form-optional {
  position: relative;
}
.c-form-wrap table tr th.c-form-required:after,
.c-form-wrap table tr th.c-form-optional:after {
  content: "必須";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 8px;
  background-color: #78B890;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  width: 46px;
  text-align: center;
  margin-left: 14px;
  vertical-align: middle;
  padding-bottom: 1px;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr th.c-form-required:after,
  .c-form-wrap table tr th.c-form-optional:after {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr th.c-form-required:after,
  .c-form-wrap table tr th.c-form-optional:after {
    font-size: 11px;
    width: 40px;
    border-radius: 2px;
  }
}
.c-form-wrap table tr th.c-form-optional:after {
  content: "任意";
  background-color: rgba(120, 184, 144, 0.2);
  color: #78B890;
}
.c-form-wrap table input::placeholder,
.c-form-wrap table textarea::placeholder {
  color: #B6B4B0;
}
.c-form-wrap table input::-webkit-input-placeholder,
.c-form-wrap table textarea::-webkit-input-placeholder {
  color: #B6B4B0;
}
.c-form-wrap table input::-moz-placeholder,
.c-form-wrap table textarea::-moz-placeholder {
  color: #B6B4B0;
}
.c-form-wrap table input:-ms-input-placeholder,
.c-form-wrap table textarea:-ms-input-placeholder {
  color: #B6B4B0;
}
.c-form-wrap table select:has(option[value=""]:checked) {
  color: #B6B4B0;
}
.c-form-wrap table select option {
  color: #333;
}
.c-form-wrap table select option[value=""] {
  color: #B6B4B0;
}
.c-form-wrap table label {
  font-weight: 500;
}

div.c-form-required {
  position: relative;
}
@media screen and (max-width: 576px) {
  div.c-form-required {
    text-align: center;
  }
}
div.c-form-required::after {
  content: "必須";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 8px;
  background-color: #78B890;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  width: 46px;
  text-align: center;
  margin-left: 14px;
  vertical-align: middle;
  padding-bottom: 1px;
}
@media screen and (max-width: 820px) {
  div.c-form-required::after {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  div.c-form-required::after {
    font-size: 11px;
    width: 40px;
    border-radius: 2px;
    margin-left: 12px;
  }
}

.c-form-flex {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.c-form-flex .c-form-input {
  flex: 1;
}

.c-form-radio-flex {
  display: flex;
  align-items: center;
  gap: 10px 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .c-form-radio-flex {
    gap: 10px 40px;
  }
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 1px solid rgba(26, 26, 26, 0.2);
  margin-right: 10px;
  margin-bottom: 3px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .c-form-radio,
  .c-form-checkbox {
    height: 20px;
    width: 20px;
  }
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

.c-form-radio-cont {
  padding: 12px 0;
  line-height: 2.2;
}

.c-form-checkbox-cont {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: clamp(24px, 3.86vw + -14.38px, 32px);
  padding: 24px 0 !important;
}
@media screen and (max-width: 820px) {
  .c-form-checkbox-cont {
    padding: 0 !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (max-width: 576px) {
  .c-form-checkbox-cont {
    flex-direction: column;
    gap: 0;
  }
}
.c-form-checkbox-cont label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-form-checkbox-cont label input {
  transition: all 0.3s ease;
}
.c-form-checkbox-cont label:hover input {
  border-color: #78B890;
  background-color: #fffae8;
}
@media screen and (max-width: 576px) {
  .c-form-checkbox-cont label {
    display: flex;
    align-items: center;
    height: 40px;
  }
}

.c-form-date-cont {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 576px) {
  .c-form-date-cont {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-form-date-cont .c-form-date {
  max-width: 180px;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 576px) {
  .c-form-date-cont .c-form-date {
    height: 48px;
    max-width: 280px;
    width: 80%;
  }
}
.c-form-date-cont select {
  max-width: 180px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .c-form-date-cont select {
    height: 48px;
    max-width: 280px;
    width: 80%;
  }
}

.c-form-radio {
  border-radius: 50%;
  height: 22px;
  width: 22px;
}
.c-form-radio:checked:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #78B890;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-form-checkbox {
  background-color: #fff;
  position: relative;
  margin-bottom: 0px;
}
.c-form-checkbox:checked {
  background-color: #fff;
}
.c-form-checkbox:checked:before {
  content: "";
  background-image: url(/happy-smart/resource/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: 18px auto;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: block;
}
@media screen and (max-width: 576px) {
  .c-form-checkbox:checked:before {
    width: 20px;
    height: 20px;
  }
}

.c-form-input,
.c-form-textarea {
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  max-width: 820px;
  width: 100%;
  border: none;
  border: 1px solid #DAD9D7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .c-form-input,
  .c-form-textarea {
    max-width: initial;
  }
}
.c-form-input:hover,
.c-form-textarea:hover {
  border-color: #78B890;
  background-color: #fffae8;
}
.c-form-input:focus,
.c-form-textarea:focus {
  border-color: #78B890;
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(120, 184, 144, 0.2);
}

.c-form-textarea {
  resize: vertical;
}

.c-form-input {
  height: clamp(40px, 4.91vw + -0.69px, 48px);
}
@media screen and (max-width: 820px) {
  .c-form-input {
    height: 48px;
  }
}

.c-form-calendar,
.c-form-select select {
  display: inline-block;
  position: relative;
  max-width: 180px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 12px 15px;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  color: #918E88;
  border-radius: 5px;
  border: 1px solid #DAD9D7;
  background-image: url(/happy-smart/resource/images/ico_arrow_select.svg);
  background-size: 8px auto;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-color: white;
}
.c-form-calendar:disabled,
.c-form-select select:disabled {
  cursor: default;
}
@media screen and (max-width: 576px) {
  .c-form-calendar,
  .c-form-select select {
    max-width: 100%;
  }
}

.c-form-select {
  cursor: pointer;
}
.c-form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  display: block;
}
@media screen and (max-width: 576px) {
  .c-form-select select {
    margin-bottom: 10px;
  }
}
.c-form-select select option {
  font-weight: 500;
  text-align: left;
}
.c-form-select select option:first-of-type {
  color: rgba(26, 26, 26, 0.6);
}
@media screen and (max-width: 576px) {
  .c-form-select:last-child select {
    margin-bottom: 0;
  }
}
.c-form-select select::-ms-expand {
  display: none;
}

.c-form-calendar {
  background-image: url(/happy-smart/resource/images/ico_arrow_select.svg);
  background-size: 8px auto;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.c-form-confirm-url {
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .c-form-confirm-url {
    padding: 32px 24px 64px;
  }
}
.c-form-confirm-url .c-form-required {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .c-form-confirm-url .c-form-required {
    margin-top: 32px;
    text-align: left !important;
  }
}

.c-form-privacy {
  padding: 32px 0 0 0;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding: 0;
  }
}
.c-form-privacy > .c-form-privacy-ttl {
  font-size: 28px;
}
@media screen and (max-width: 576px) {
  .c-form-privacy > .c-form-privacy-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-form-privacy > p {
  margin-top: 16px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .c-form-privacy > p {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  height: 225px;
  margin-top: 32px;
  padding: 32px 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: vertical;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .c-form-privacy .c-form-privacy-panel {
    padding: 32px;
  }
}
@media screen and (max-width: 576px) {
  .c-form-privacy .c-form-privacy-panel {
    padding: 24px 16px;
    padding-right: 24px;
    height: 50svh;
    max-height: 320px;
    font-size: 12px;
  }
}
.c-form-privacy .c-form-privacy-panel p {
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}
.c-form-privacy .c-form-privacy-panel ul {
  margin-top: 0.5em;
}
.c-form-privacy .c-form-privacy-panel .c-list-num {
  margin-top: 16px;
}
.c-form-privacy .c-form-privacy-panel .c-list-num > li:not(:first-child) {
  margin-top: 16px;
}
.c-form-privacy .c-form-privacy-panel .c-list-dot {
  margin-bottom: 16px;
}
.c-form-privacy .c-form-privacy-panel .c-list-dot li {
  text-indent: 0;
  margin-left: 0;
  line-height: 1.4;
}
.c-form-privacy .c-form-required {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .c-form-privacy .c-form-required {
    margin-top: 32px;
    text-align: left !important;
  }
}
.c-form-privacy .c-form-checkbox {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #DAD9D7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: all 0.3s ease;
}
.c-form-privacy .c-form-checkbox:hover {
  border-color: #78B890;
  background-color: #fffae8;
}
@media screen and (max-width: 576px) {
  .c-form-privacy .c-form-checkbox {
    width: 40px;
    height: 40px;
  }
}
.c-form-privacy .c-form-checkbox:checked {
  background-color: #fff;
}
.c-form-privacy .c-form-checkbox:checked:before {
  content: "";
  background-image: url(/happy-smart/resource/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: 22px auto;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
@media screen and (max-width: 576px) {
  .c-form-privacy .c-form-checkbox:checked:before {
    width: 40px;
    height: 40px;
    background-size: 28px auto;
  }
}

.c-form-privacy-checkbox-wrap.c-form-required::after {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .c-form-privacy-checkbox-wrap.c-form-required::after {
    margin-left: 8px;
  }
}

.c-form-privacy-checkbox {
  cursor: pointer;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .c-form-privacy-checkbox {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-form-btn-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  .c-form-btn-cont {
    flex-direction: column;
  }
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-white {
  background-color: #fff !important;
}

.c-bg-black {
  background-color: #1A1A1A !important;
}

.c-bg-text {
  background-color: #484339 !important;
}

.c-bg-text-light {
  background-color: #858178 !important;
}

.c-bg-bg_cream {
  background-color: #FDFAF5 !important;
}

.c-bg-bg_gray {
  background-color: #F4F4F4 !important;
}

.c-bg-bg_dark {
  background-color: #353e48 !important;
}

.c-bg-main-lp {
  background-color: #9CD1B0 !important;
}

.c-bg-main2-lp {
  background-color: #78B890 !important;
}

.c-bg-sub-lp {
  background-color: #FFC425 !important;
}

.c-bg-sub2-lp {
  background-color: #FF8C00 !important;
}

.c-bg-sub2-lp-hover {
  background-color: #ffa200 !important;
}

.c-bg-highlight {
  background-color: #FDDE5F !important;
}

.c-bg-link {
  background-color: #43b580 !important;
}

.c-bg-hover {
  background-color: #257c54 !important;
}

.c-bg-ui_inactive {
  background-color: #DADEE5 !important;
}

.c-bg-ui_focus {
  background-color: #fffae8 !important;
}

.c-bg-border_gray_light {
  background-color: #ECECEC !important;
}

.c-bg-border_gray {
  background-color: #CFD8DE !important;
}

.c-bg-grayscale_800 {
  background-color: #444951 !important;
}

.c-bg-grayscale_600 {
  background-color: #67707c !important;
}

.c-bg-grayscale_500 {
  background-color: #9da3ac !important;
}

.c-bg-grayscale_400 {
  background-color: #c8cbcf !important;
}

.c-bg-grayscale_300 {
  background-color: #e8e9ea !important;
}

.c-bg-grayscale_200 {
  background-color: #f1f3f5 !important;
}

.c-bg-selection_bg {
  background-color: rgba(255, 202, 56, 0.3) !important;
}

.c-bg-bg_white--shadow {
  background-color: #fff;
  box-shadow: 0px 0px 60px 0px rgba(52, 52, 88, 0.2);
}

.c-bg-img-cover {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 576px) {
  .c-bg-img-cover {
    padding: 4rem 1.5rem;
  }
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main {
  display: block;
  text-align: center;
  width: 100%;
}
.c-btn-main .c-btn-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  color: #fff;
  background-color: #9CD1B0;
  max-width: 334px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  transition: 0.3s cubic-bezier(0.3, 0, 0.9, 1);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (max-width: 992px) {
  .c-btn-main .c-btn-wrap {
    height: clamp(64px, 3.57vw + 36.57px, 72px);
  }
}
.c-btn-main .c-btn-wrap .c-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  z-index: 2;
}
.c-btn-main .c-btn-wrap::before {
  content: "";
  width: 0;
  aspect-ratio: 1/1;
  background-color: #FFC425;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transform-origin: top;
  transition: 0.3s;
  z-index: 1;
}
.c-btn-main .c-btn-wrap .inner {
  position: relative;
  z-index: 2;
}
.c-btn-main .c-btn-wrap:hover {
  background-color: #257c54;
}
.c-btn-main .c-btn-wrap:hover::before {
  transform: scale(50) translateY(-50%);
  width: 16px;
}
.c-btn-main .c-btn-wrap:hover .c-icon::before {
  background-color: #9CD1B0;
  width: calc(100% - 8px);
}
.c-btn-main .c-btn-wrap:hover::after {
  left: 0;
}
.c-btn-main .c-btn-wrap:hover .c-btn-inner::before {
  right: 20px;
}
.c-btn-main .c-btn-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-btn-main .c-btn-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/happy-smart/resource/images/common_ico_arrow_wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  transition: 0.3s;
}
.c-btn-main.c-btn-main-external .c-btn-wrap .c-btn-inner::before {
  background-image: url(/happy-smart/resource/images/common_ico_external.svg);
  width: 18px;
  height: 18px;
}
.c-btn-main.c-btn-main-external .c-btn-wrap:hover .c-btn-inner::before {
  right: 24px;
}

.c-btn-txt a {
  display: inline-block;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 4px 0 0 #e8e9ea;
}

.c-btn-bgimage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.3, 0, 0.9, 1);
  min-height: 340px;
  border-radius: clamp(8px, 1.8vw + 1.26px, 16px);
}
.c-btn-bgimage .c-btn-bgimage_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  transition: 0.6s cubic-bezier(0.3, 0, 0.9, 1);
}
.c-btn-bgimage .c-btn-bgimage_img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.3, 0, 0.9, 1);
  background-color: rgba(72, 67, 57, 0.6);
}
.c-btn-bgimage:hover .c-btn-bgimage_img {
  transform: translate(-50%, -50%) scale(1.05);
}
.c-btn-bgimage:hover .c-btn-bgimage_img::before {
  background-color: rgba(26, 26, 26, 0.3);
}
.c-btn-bgimage:hover .c-btn-main span::after,
.c-btn-bgimage:hover .c-btn-main--outline span::after {
  left: 0;
}
.c-btn-bgimage:hover .c-btn-main span .c-btn-inner::before,
.c-btn-bgimage:hover .c-btn-main--outline span .c-btn-inner::before {
  right: 20px;
}
.c-btn-bgimage:hover .c-btn-main.c-btn-main-external .c-btn-inner::before,
.c-btn-bgimage:hover .c-btn-main--outline.c-btn-main-external .c-btn-inner::before {
  right: 24px;
  transform: scale(1.1) translateY(-50%);
}
.c-btn-bgimage .c-btn-bgimage_ttl {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: clamp(40px, 1.47vw + 27.99px, 48px);
}
.c-btn-bgimage .c-btn-bgimage_ttl .jp {
  font-size: 0.5em;
  font-weight: 800;
  margin-top: 0.1666666667em;
}
.c-btn-bgimage .c-btn-bgimage_ttl .en {
  font-size: 1em;
  line-height: 1;
  letter-spacing: -0.01em;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
}

.c-btn-push a, .c-btn-push button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 64px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
.c-btn-push a .btn_inner, .c-btn-push button .btn_inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: calc(100% - 8px);
  color: #fff;
  background-color: #FF8C00;
  border-radius: 100px;
  box-shadow: 0 8px 0 0 #484339;
  line-height: 1.4;
  overflow: hidden;
  transition: 0.2s;
  padding: 24px 32px;
}
.c-btn-push a:hover .btn_inner, .c-btn-push button:hover .btn_inner {
  top: 4px;
  background-color: #ffa200;
  box-shadow: 0 4px 0 0 #484339;
}
.c-btn-push--white a .btn_inner, .c-btn-push--white button .btn_inner {
  background-color: #fff;
  color: #484339;
  box-shadow: 0 8px 0 0 #e8e9ea;
}
.c-btn-push--white a:hover .btn_inner, .c-btn-push--white button:hover .btn_inner {
  background-color: #f2f2f2;
  box-shadow: 0 4px 0 0 #e8e9ea;
}
.c-btn-push--lg a, .c-btn-push--lg button {
  display: flex;
  max-width: 334px;
  width: 100%;
  height: 72px;
  font-size: clamp(18px, 0.53vw + 12.7px, 20px);
  font-weight: 900;
  text-align: center;
}
.c-btn-push--lg .btn_inner {
  letter-spacing: 0.05em;
}

.c-btn-card,
.c-btn-card--tmb {
  border: 2px solid #e8e9ea;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 1.5rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card--tmb .c-btn-card__ttl {
  margin-bottom: 0.5rem;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card--tmb .c-btn-card__txt span {
  color: #FFC425;
}
.c-btn-card a,
.c-btn-card--tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  transition: 0.3s;
}
.c-btn-card a:hover,
.c-btn-card--tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn-card--tmb {
  border: 1px solid #e8e9ea;
  padding: 0;
}
.c-btn-card--tmb .c-btn-card-tmb__txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn-card--tmb .c-btn-card-tmb__txt span {
  color: #FFC425;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.c-btn-pdf a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  background: url(/happy-smart/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.45em;
}
.c-btn-pdf a span {
  color: #1A1A1A;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -0.5rem;
}
.c-btn-pdf:hover {
  opacity: 0.6;
}

.c-link-external {
  display: inline-block;
  position: relative;
  position: relative;
  padding-right: 1.2em;
}
.c-link-external::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background-image: url(/happy-smart/resource/images/ico_external.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ==========================================================================
カード
=========================================================================*/
.c-card-small,
.c-card-medium {
  border: 1px solid #e8e9ea;
}

.c-card-small {
  padding: 1rem;
}

.c-card-medium {
  padding: 2.5rem;
}

.c-card-pattern1 {
  background-color: #F4F4F4;
}
.c-card-pattern1 .c-card-pattern1-head {
  text-align: center;
  padding: 0 24px;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #9CD1B0;
  padding: 40px 0 24px;
  border-bottom: 1px solid #c8cbcf;
}
.c-card-pattern1 .c-card-pattern1__txt {
  padding: 24px 0 40px;
}
.c-card-pattern1 .c-card-pattern1__txt-sm {
  padding: 24px 24px 40px;
}

.c-card-pattern2 {
  border: 4px solid #FFC425;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #FFC425;
  font-size: 30px;
  font-size: 1.875rem;
}
.c-card-pattern2 .c-card-pattern2__ttl span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

.c-card.c-card--line {
  display: flex;
  flex-direction: column;
  border: 1px solid #ECECEC;
  padding: 2.5rem;
  border-radius: clamp(8px, 1.8vw + 1.26px, 16px);
  gap: 2rem;
}
@media screen and (max-width: 576px) {
  .c-card.c-card--line {
    padding: 1.5rem;
  }
}
.c-card.c-card--line .c-card__title {
  color: #9CD1B0;
}
.c-card.c-card--line .c-card__txt {
  margin-top: 1rem;
}
.c-card.c-card--bg-gray {
  display: flex;
  flex-direction: column;
  background-color: #F4F4F4;
  padding: 2.5rem;
  gap: 2rem;
}
.c-card.c-card--bg-gray .c-card__title {
  color: #9CD1B0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CFD8DE;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
}
.c-card.c-card--bg-gray .c-card__txt {
  margin-top: 1.5rem;
}
.c-card.c-card--data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px clamp(24px, 5.35vw + -19.93px, 40px) 56px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 60px 0px rgba(52, 52, 88, 0.2);
  font-size: clamp(14px, 1.34vw + 3.02px, 18px);
}
@media screen and (max-width: 820px) {
  .c-card.c-card--data {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 56px 24px 56px;
  }
}
.c-card.c-card--data .c-card__title {
  font-size: 1em;
}
.c-card.c-card--data .c-card__txt {
  font-size: 4em;
  line-height: 1;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #9CD1B0;
  font-weight: 800;
  font-style: normal;
  margin-top: 1rem;
  white-space: nowrap;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .c-card.c-card--data .c-card__txt {
      font-weight: 700;
    }
  }
}
.c-card.c-card--data .c-card__txt .c-card__txt-sm {
  font-size: 0.5555555556em;
}
.c-card.c-card--data .c-card__txt .c-card__txt-unit {
  font-size: 0.3333333333em;
  margin-left: 0.1111111111em;
}
.c-card.c-card--data .c-card__txt.c-card__txt--ratio {
  display: flex;
  gap: 0.25rem;
  align-items: baseline;
  letter-spacing: 0.1em;
}
.c-card.c-card--data .c-card__txt.c-card__txt--ratio .c-card__txt-unit {
  margin-left: 0;
}

.c-card-shadow {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
  border-radius: clamp(12px, 0.9vw + 8.63px, 16px);
  box-shadow: 0 0 56px 0 rgba(0, 0, 0, 0.12);
  padding: clamp(24px, 2.93vw + -0.03px, 40px);
}
.c-card-shadow--small {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  padding: clamp(24px, 2.93vw + -0.03px, 40px);
}

.c-card-plan {
  padding: clamp(16px, 4.65vw + -22.14px, 24px);
  padding-top: clamp(40px, 4.65vw + 1.86px, 48px);
  padding-bottom: clamp(24px, 4.65vw + -14.14px, 32px);
}
.c-card-plan__ttl {
  display: inline-flex;
  position: absolute;
  top: -24px;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 4px;
  padding: 8px 24px;
  background-color: #78B890;
  border-radius: 8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .c-card-plan__ttl {
    padding: 8px 16px;
  }
}
.c-card-plan__ttl h4 {
  font-size: clamp(18px, 2.33vw + -1.07px, 22px);
}
@media screen and (max-width: 576px) {
  .c-card-plan__ttl h4 {
    font-size: 1.25rem;
  }
}
.c-card-plan__img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.c-card-plan__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.c-card-plan__content-data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: clamp(12px, 0.67vw + 6.53px, 14px);
  line-height: 1.3;
  padding-top: 8px;
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .c-card-plan__content-data {
    max-width: initial;
  }
}
@media screen and (max-width: 576px) {
  .c-card-plan__content-data {
    font-size: clamp(12px, 1vw + 8.27px, 14px);
  }
}
.c-card-plan__content-data dt, .c-card-plan__content-data dd {
  border-bottom: 1px solid #ECECEC;
  padding: 0;
  padding-top: clamp(4px, 2.33vw + -15.07px, 8px);
  padding-bottom: clamp(4px, 2.33vw + -15.07px, 8px);
}
@media screen and (max-width: 820px) {
  .c-card-plan__content-data dt, .c-card-plan__content-data dd {
    padding-top: clamp(4px, 2.08vw + -8px, 8px);
    padding-bottom: clamp(4px, 2.08vw + -8px, 8px);
  }
}
.c-card-plan__content-data dt {
  width: calc(7em + 16px);
  color: #858178;
}
@media screen and (max-width: 576px) {
  .c-card-plan__content-data dt {
    width: calc(7em + 32px);
  }
}
.c-card-plan__content-data dd {
  width: calc(100% - 7em - 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .c-card-plan__content-data dd {
    width: calc(100% - 7em - 32px);
  }
}
.c-card-plan__content-price {
  padding-top: 24px;
  font-size: clamp(32px, 1.47vw + 19.99px, 40px);
  display: flex;
  justify-content: center;
  align-items: baseline;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .c-card-plan__content-price {
    font-size: 40px;
  }
}
.c-card-plan__content-price__ttl {
  font-size: 0.3333333333em;
  color: #858178;
  border-bottom: 2px solid #ECECEC;
  padding-bottom: 8px;
}
.c-card-plan__content-price__amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
  border-bottom: 2px solid #ECECEC;
  padding-bottom: 8px;
}
.c-card-plan__content-price__amount-num {
  font-size: 1em;
  color: #78B890;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-left: 8px;
}
.c-card-plan__content-price__amount-unit {
  font-size: 0.3333333333em;
  font-weight: 700;
}
.c-card-plan__btn {
  margin-top: 8px;
  font-size: clamp(14px, 0.58vw + 9.23px, 15px);
}
@media screen and (max-width: 576px) {
  .c-card-plan__btn {
    font-size: clamp(13px, 1vw + 9.27px, 15px);
  }
}
.c-card-plan__btn button {
  width: 100%;
  padding: 12px 40px 8px 32px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  transition: 0.3s;
}
.c-card-plan__btn button::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(-50%) translateX(-50%);
  transition: transform 0.3s;
  background-color: #78B890;
  transition: 0.3s;
}
.c-card-plan__btn button span {
  display: inline-block;
  position: relative;
}
.c-card-plan__btn button span::before {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  transition: transform 0.3s;
  background-color: #78B890;
  transition: 0.3s;
  border-radius: 2px;
}
.c-card-plan__btn button span::after {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background-image: url(/happy-smart/resource/images/ico_plus_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  transition: 0.3s;
}
.c-card-plan__btn button:hover {
  color: #78B890;
}
.c-card-plan__btn button:hover::before {
  width: 6.5em;
}
.c-card-plan__btn button:hover span::before {
  width: 20px;
  transform: translateY(-50%) translateX(50%) rotate(90deg);
}
.c-card-plan__btn button:hover span::after {
  transform: translateY(-50%) translateX(50%) rotate(90deg);
}

.c-contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: clamp(32px, 3.98vw + 17.07px, 40px);
}
.c-contact-info__tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(28px, 2.7vw + 17.89px, 40px);
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1;
  cursor: text;
}
.c-contact-info__tel a {
  font-size: 1em;
  color: #78B890;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .c-contact-info__tel a {
    pointer-events: auto;
    cursor: pointer;
    transition: 0.2s;
  }
  .c-contact-info__tel a:hover {
    opacity: 0.8;
  }
}
.c-contact-info__icon {
  width: 1em;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #78B890;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact-info__icon img {
  display: block;
  width: 55%;
  height: 55%;
}
.c-contact-info__hours {
  display: inline-flex;
  flex-direction: column;
}
.c-contact-info__hours__text {
  font-size: clamp(13px, 1vw + 9.27px, 15px);
  line-height: 1.6;
  color: #484339;
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
/* テキスト
----------------------------------------------------------------- */
.c-txt-en {
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.c-txt-bold {
  font-weight: 700;
}

.c-txt-base {
  font-size: 1rem;
}

.c-txt-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-txt-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-txt-main {
  color: #9CD1B0;
}

.c-txt-link {
  color: #9CD1B0;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #257c54;
  text-decoration: none;
}

.c-txt-center {
  text-align: center !important;
}

.c-txt-left {
  text-align: left !important;
}

.c-txt-right {
  text-align: right !important;
}

.c-txt-white {
  color: #fff !important;
}

.c-txt-black {
  color: #1A1A1A !important;
}

.c-txt-text {
  color: #484339 !important;
}

.c-txt-text-light {
  color: #858178 !important;
}

.c-txt-bg_cream {
  color: #FDFAF5 !important;
}

.c-txt-bg_gray {
  color: #F4F4F4 !important;
}

.c-txt-bg_dark {
  color: #353e48 !important;
}

.c-txt-main-lp {
  color: #9CD1B0 !important;
}

.c-txt-main2-lp {
  color: #78B890 !important;
}

.c-txt-sub-lp {
  color: #FFC425 !important;
}

.c-txt-sub2-lp {
  color: #FF8C00 !important;
}

.c-txt-sub2-lp-hover {
  color: #ffa200 !important;
}

.c-txt-highlight {
  color: #FDDE5F !important;
}

.c-txt-link {
  color: #43b580 !important;
}

.c-txt-hover {
  color: #257c54 !important;
}

.c-txt-ui_inactive {
  color: #DADEE5 !important;
}

.c-txt-ui_focus {
  color: #fffae8 !important;
}

.c-txt-border_gray_light {
  color: #ECECEC !important;
}

.c-txt-border_gray {
  color: #CFD8DE !important;
}

.c-txt-grayscale_800 {
  color: #444951 !important;
}

.c-txt-grayscale_600 {
  color: #67707c !important;
}

.c-txt-grayscale_500 {
  color: #9da3ac !important;
}

.c-txt-grayscale_400 {
  color: #c8cbcf !important;
}

.c-txt-grayscale_300 {
  color: #e8e9ea !important;
}

.c-txt-grayscale_200 {
  color: #f1f3f5 !important;
}

.c-txt-selection_bg {
  color: rgba(255, 202, 56, 0.3) !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

h2 {
  font-size: clamp(28px, 1.8vw + 21.26px, 36px);
}

h3 {
  font-size: clamp(22px, 0.9vw + 18.63px, 26px);
}

h4 {
  font-size: clamp(18px, 0.9vw + 14.63px, 22px);
}

h5 {
  font-size: clamp(18px, 0.45vw + 16.31px, 20px);
}

h6 {
  font-size: clamp(18px, 0.45vw + 16.31px, 20px);
}

.c-txt-lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

/* 見出し・タイトル
----------------------------------------------------------------- */
/* 見出し・タイトル
----------------------------------------------------------------- */
/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  cursor: text;
}
@media screen and (max-width: 576px) {
  .c-txt-tel {
    cursor: pointer;
  }
}

/* テキスト装飾
----------------------------------------------------------------- */
.c-txt-white {
  color: #fff !important;
}

.c-txt-black {
  color: #1A1A1A !important;
}

.c-txt-text {
  color: #484339 !important;
}

.c-txt-text-light {
  color: #858178 !important;
}

.c-txt-bg_cream {
  color: #FDFAF5 !important;
}

.c-txt-bg_gray {
  color: #F4F4F4 !important;
}

.c-txt-bg_dark {
  color: #353e48 !important;
}

.c-txt-main-lp {
  color: #9CD1B0 !important;
}

.c-txt-main2-lp {
  color: #78B890 !important;
}

.c-txt-sub-lp {
  color: #FFC425 !important;
}

.c-txt-sub2-lp {
  color: #FF8C00 !important;
}

.c-txt-sub2-lp-hover {
  color: #ffa200 !important;
}

.c-txt-highlight {
  color: #FDDE5F !important;
}

.c-txt-link {
  color: #43b580 !important;
}

.c-txt-hover {
  color: #257c54 !important;
}

.c-txt-ui_inactive {
  color: #DADEE5 !important;
}

.c-txt-ui_focus {
  color: #fffae8 !important;
}

.c-txt-border_gray_light {
  color: #ECECEC !important;
}

.c-txt-border_gray {
  color: #CFD8DE !important;
}

.c-txt-grayscale_800 {
  color: #444951 !important;
}

.c-txt-grayscale_600 {
  color: #67707c !important;
}

.c-txt-grayscale_500 {
  color: #9da3ac !important;
}

.c-txt-grayscale_400 {
  color: #c8cbcf !important;
}

.c-txt-grayscale_300 {
  color: #e8e9ea !important;
}

.c-txt-grayscale_200 {
  color: #f1f3f5 !important;
}

.c-txt-selection_bg {
  color: rgba(255, 202, 56, 0.3) !important;
}

.c-txt-marker {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.c-txt-marker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 0.4em;
  background-color: #FDDE5F;
  z-index: -1;
}

.c-txt-note {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}

.c-ttl-sub-large {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  font-size: clamp(36px, 1.62vw + 19.85px, 42px);
}
@media screen and (max-width: 576px) {
  .c-ttl-sub-large {
    font-size: clamp(28px, 3.98vw + 13.07px, 36px);
    gap: 5px;
  }
}
.c-ttl-sub-large .en {
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 0.380952381em;
  color: #78B890;
  line-height: 1.3;
}
.c-ttl-sub-large .en::before, .c-ttl-sub-large .en::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/happy-smart/resource/images/deco_ttl_sub_large.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  aspect-ratio: 1/1;
}
.c-ttl-sub-large .en::after {
  left: 0;
  right: auto;
  transform: scale(-1, 1);
}
.c-ttl-sub-large .ja {
  display: block;
  font-size: 1em;
  line-height: 1.3;
}
.c-ttl-sub-large .ja span {
  margin-left: 2px;
}
@media screen and (max-width: 992px) {
  .c-ttl-sub-large .ja span {
    margin-left: 1px;
  }
}
.c-ttl-sub-large .ja span:first-child {
  margin-left: 0;
}

/* ==========================================================================
ラベル
=========================================================================*/
.c-label {
  display: inline-block;
  padding: 0.5714285714em 0.7142857143em;
  border-radius: 2px;
  font-size: clamp(11px, 1vw + 2.8px, 14px);
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .c-label {
    font-size: clamp(11px, 1.57vw + 1.94px, 14px);
  }
}
@media screen and (max-width: 576px) {
  .c-label {
    font-size: clamp(11px, 1.49vw + 5.4px, 14px);
  }
}
.c-label.c-label--department {
  background-color: #9CD1B0;
}
.c-label.c-label--career {
  background-color: #484339;
}

.c-label-step {
  width: 4.5em;
  aspect-ratio: 1/1;
  margin-right: 16px;
  gap: 0.25em;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 100px;
  outline: 5px solid #9CD1B0;
  font-size: clamp(15px, 1.7vw + 1.02px, 18px);
  font-weight: 800;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
}
.c-label-step .num {
  font-size: 1.5555555556em;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
}

/* ==========================================================================
アイコン
=========================================================================*/
.c-icon {
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-icon--circle-right {
  width: 16px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.c-icon--circle-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  aspect-ratio: 1/1;
  color: #9CD1B0;
  border-radius: 50%;
  background-color: #FFC425;
  transition: 0.3s;
}
.c-icon--external {
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url(/happy-smart/resource/images/common_ico_external-18--white.svg);
  background-size: contain;
  position: relative;
  transition: 0.3s;
}

/* FAQ Component
-----------------------------------------------*/
.c-faq-list {
  padding: 0;
  margin: 0;
}

dt.c-faq-question,
dd.c-faq-answer {
  padding: 24px 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  dt.c-faq-question,
  dd.c-faq-answer {
    padding: 24px 32px 24px 16px;
  }
}

dt.c-faq-question {
  background-color: #ffe375;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 0 24px 0 rgba(52, 87, 54, 0.12);
}
dt.c-faq-question:first-child {
  margin-top: 0;
}
dt.c-faq-question p {
  margin: 0;
  font-size: clamp(15px, 1.49vw + 9.4px, 18px);
  font-weight: 600;
  color: #484339;
  line-height: 1.6;
  flex: 1;
  margin-top: 6px;
}

dd.c-faq-answer {
  background-color: #E9EFB1;
  border-radius: 0 0 12px 12px;
  margin-bottom: 40px;
  box-shadow: 0 24px 24px 0 rgba(52, 87, 54, 0.12);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
dd.c-faq-answer:last-child {
  margin-bottom: 0;
}
dd.c-faq-answer p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  flex: 1;
  margin-top: 6px;
}
@media screen and (max-width: 576px) {
  dd.c-faq-answer p {
    margin-top: 2px;
    font-size: clamp(15px, 0.5vw + 13.13px, 16px);
  }
}

.c-faq-icon {
  width: 1.6em;
  height: 1.6em;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .c-faq-icon {
    font-size: 1.375rem;
  }
}
.c-faq-icon--question {
  background-color: #FFFFFF;
  color: #484339;
}
.c-faq-icon--answer {
  background-color: #FFA031;
  color: #484339;
}

/* ==========================================================================
トップページ
========================================================================== */
/* Parts
----------------------------------------------------------------- */
.p-idx-header {
  text-align: center;
}
.p-idx-header .p-idx-header__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -56px;
}
.p-idx-header .p-idx-header__ttl__label {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFC425;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 8px 48px;
  border-radius: 8px;
  letter-spacing: 0;
  line-height: 1;
}
.p-idx-header .p-idx-header__ttl__label span.num {
  font-size: 1.75em;
  display: inline-block;
  margin-left: 0.1em;
}
.p-idx-header__txt {
  font-size: clamp(18px, 0.54vw + 12.62px, 20px);
  text-align: center;
  font-weight: 700;
  line-height: 2;
  margin-top: 24px;
}

.p-idx-header-img {
  text-align: center;
}
.p-idx-header-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 576px) {
  .p-idx-header-img img {
    aspect-ratio: 3/2;
  }
}
.p-idx-header-img .p-idx-header-img__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -38px;
}
@media screen and (max-width: 820px) {
  .p-idx-header-img .p-idx-header-img__ttl {
    margin-top: -32px;
  }
}
.p-idx-header-img .p-idx-header-img__ttl__label {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFC425;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 8px 48px;
  border-radius: 8px;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .p-idx-header-img .p-idx-header-img__ttl__label {
    font-size: clamp(24px, 1.9vw + 13.03px, 32px);
    padding: 8px 32px;
  }
}
.p-idx-header-img .p-idx-header-img__ttl__label span.num {
  font-size: 1.75em;
  display: inline-block;
  margin-left: 0.1em;
}
.p-idx-header-img .p-idx-header-img__ttl__txt {
  margin-top: 48px;
  font-weight: 700;
  font-size: clamp(40px, 2.16vw + 18.46px, 48px);
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .p-idx-header-img .p-idx-header-img__ttl__txt {
    font-size: clamp(28px, 5.97vw + 5.61px, 40px);
    letter-spacing: 0;
    margin-top: 40px;
  }
}
.p-idx-header-img .p-idx-header-img__txt {
  font-size: clamp(18px, 0.54vw + 12.62px, 20px);
  text-align: center;
  font-weight: 700;
  line-height: 2;
  margin-top: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .p-idx-header-img .p-idx-header-img__txt {
    font-size: clamp(16px, 1vw + 12.27px, 18px);
  }
}

/* スライドショー
----------------------------------------------------------------- */
.p-idx-mv {
  width: 100%;
  background-color: #9CD1B0;
}
@media screen and (max-width: 820px) {
  .p-idx-mv {
    height: 78svh;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv {
    height: 85svh;
    min-height: 576px;
    max-height: 680px;
  }
}
.p-idx-mv .p-idx-slide-catch {
  color: #fff;
  font-feature-settings: "palt";
  font-size: clamp(80px, 2.76vw + 57.38px, 96px);
  padding-top: 220px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: default;
}
@media screen and (max-width: 820px) {
  .p-idx-mv .p-idx-slide-catch {
    flex: 1;
    padding-top: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv .p-idx-slide-catch {
    font-size: clamp(48px, 11.94vw + 3.22px, 72px);
  }
}
@media screen and (min-width: 1401px) {
  .p-idx-mv .p-idx-slide-catch {
    padding-top: clamp(220px, 9.62vw + 85.38px, 270px);
  }
}
.p-idx-mv .p-idx-slide-catch__main {
  font-size: 1em;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.p-idx-mv .p-idx-slide-catch__main-en {
  font-size: 1em;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  padding-top: 16px;
}
.p-idx-mv .p-idx-slide-catch__main-jp {
  font-size: 0.3703703704em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-idx-mv .p-idx-slide-catch__main-jp {
    font-size: 0.375em;
  }
}
.p-idx-mv .p-idx-slide-catch__sub {
  display: block;
  font-size: 0.2962962963em;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-top: 1.25em;
}
@media screen and (max-width: 576px) {
  .p-idx-mv .p-idx-slide-catch__sub {
    font-size: 0.375em;
    padding-top: 1.5555555556em;
  }
}
.p-idx-mv .p-idx-slide-wrap {
  margin-top: 96px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .p-idx-mv .p-idx-slide-wrap {
    margin-top: 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-idx-mv .p-idx-slide-wrap {
    margin-top: clamp(96px, 8.46vw + -22.46px, 140px);
  }
}
.p-idx-mv .p-idx-slide-wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items {
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-mv .p-idx-slide-wrap .p-idx-slide-items {
    min-height: 160px;
  }
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items img.loaded {
  opacity: 1;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items:nth-child(1) img.loaded {
  transition-delay: 0ms;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items:nth-child(2) img.loaded {
  transition-delay: 150ms;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items:nth-child(3) img.loaded {
  transition-delay: 300ms;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items:nth-child(4) img.loaded {
  transition-delay: 450ms;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items:nth-child(5) img.loaded {
  transition-delay: 600ms;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items:nth-child(6) img.loaded {
  transition-delay: 750ms;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items:nth-child(7) img.loaded {
  transition-delay: 900ms;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items:nth-child(8) img.loaded {
  transition-delay: 1050ms;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items:nth-child(9) img.loaded {
  transition-delay: 1200ms;
}
.p-idx-mv .p-idx-slide-wrap .p-idx-slide-items:nth-child(10) img.loaded {
  transition-delay: 1350ms;
}

/* ハッピースマートとは
----------------------------------------------------------------- */
.p-idx-about-wrap .p-idx-about-header {
  text-align: center;
}
.p-idx-about-wrap .p-idx-about-header h2 {
  font-size: 40px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-header h2 {
    font-size: clamp(28px, 5.97vw + 5.61px, 40px);
  }
}
.p-idx-about-wrap .p-idx-about-header h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 0.4em;
  background-color: #FDDE5F;
  z-index: -1;
}
.p-idx-about-wrap .p-idx-about-header p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-top: 64px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-idx-about-wrap .p-idx-about-header p {
    line-height: 1.8;
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-header p {
    margin-top: 40px;
    line-height: 2;
    width: calc(100% - 16px);
    font-size: clamp(16px, 1.99vw + 8.54px, 20px);
  }
}
.p-idx-about-wrap .p-idx-about-header p + p {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-header p + p {
    margin-top: 16px;
  }
}
.p-idx-about-wrap .p-idx-about-step {
  position: relative;
}
.p-idx-about-wrap .p-idx-about-step::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #9CD1B0;
  z-index: -1;
}
.p-idx-about-wrap .p-idx-about-step__inner {
  background-color: #fff;
  border-radius: clamp(8px, 1.8vw + 1.26px, 16px);
  box-shadow: 0 0 56px 0 rgba(0, 0, 0, 0.12);
  padding: clamp(40px, 7.33vw + -20.07px, 80px);
  padding-left: clamp(56px, 4.4vw + 19.96px, 80px);
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-step__inner {
    padding: 4rem 1.5rem;
    width: calc(100% - 20px);
  }
}
.p-idx-about-wrap .p-idx-about-step__header {
  text-align: center;
}
.p-idx-about-wrap .p-idx-about-step__header h3 {
  font-size: 1.5rem;
  font-weight: 900;
  display: inline-block;
  background-color: #9CD1B0;
  padding: 0.4em 0.8em;
}
.p-idx-about-wrap .p-idx-about-step__header p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-step__header p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-idx-about-wrap .p-idx-about-card .p-idx-about-card__img {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 3/2;
  position: relative;
}
.p-idx-about-wrap .p-idx-about-card .p-idx-about-card__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.3, 0, 0.9, 1);
  background-color: rgba(72, 67, 57, 0.2);
  transition: 0.3s;
  z-index: 1;
}
.p-idx-about-wrap .p-idx-about-card .p-idx-about-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-idx-about-wrap .p-idx-about-card .p-idx-about-txt__ttl {
  font-size: 1.375rem;
  font-weight: 700;
  color: #484339;
  margin-top: 1.5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-card .p-idx-about-txt__ttl {
    margin-top: 1rem;
  }
}
.p-idx-about-wrap .p-idx-about-card .p-idx-about-txt__txt {
  color: #484339;
  margin-top: 0.5rem;
}
.p-idx-about-wrap .p-idx-about-card:hover .p-idx-about-card__img img {
  transform: scale(1.05);
}
.p-idx-about-wrap .p-idx-about-card:hover .p-idx-about-card__img::before {
  opacity: 1;
}
.p-idx-about-wrap .p-idx-about-card:hover .p-idx-about-txt__ttl {
  color: #9CD1B0;
}
.p-idx-about-wrap .p-idx-about-card:hover .p-idx-about-txt__txt {
  color: #9CD1B0;
}
.p-idx-about-wrap .p-idx-about-point {
  background-color: #9CD1B0;
  text-align: center;
}
.p-idx-about-wrap .p-idx-about-point h3 {
  font-size: 3.5rem;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .p-idx-about-wrap .p-idx-about-point h3 {
    font-size: clamp(40px, 3.28vw + 21.11px, 48px);
  }
}
.p-idx-about-wrap .p-idx-about-point h3 span.sm {
  font-size: 0.7142857143em;
}
.p-idx-about-wrap .p-idx-about-point h3 span.num {
  font-size: 1.7857142857em;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-idx-about-wrap .p-idx-about-point__label {
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  color: #FFC425;
  letter-spacing: 0;
  font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-point__label {
    font-size: 1.125rem;
  }
}
.p-idx-about-wrap .p-idx-about-point__label span.num {
  font-size: 1.6666666667em;
  margin-left: 0.1em;
}
.p-idx-about-wrap .p-idx-about-point .c-card-shadow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: clamp(40px, 4.4vw + 3.96px, 64px) clamp(24px, 1.47vw + 11.99px, 32px);
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-point .c-card-shadow {
    gap: 4px;
    padding: 1.5rem 0.5rem;
  }
}
.p-idx-about-wrap .p-idx-about-point .c-card-shadow h4 {
  font-size: clamp(20px, 1.1vw + 10.99px, 26px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-point .c-card-shadow h4 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-point .c-grid-medium {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-about-wrap .p-idx-about-point .c-grid-medium .c-grid-3-clm {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap .p-idx-about-point .c-grid-medium .c-grid-3-clm {
    width: 100%;
  }
}

/* 建築士が考えたプラン
----------------------------------------------------------------- */
.p-idx-plan-wrap {
  padding: 104px 0;
}
@media screen and (max-width: 576px) {
  .p-idx-plan-wrap {
    padding: 4rem 0;
  }
}
.p-idx-plan-wrap .p-idx-plan-detail-wrap .p-idx-plan-detail-header {
  text-align: center;
}
.p-idx-plan-wrap .p-idx-plan-detail-wrap .p-idx-plan-detail-header h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0;
}
.p-idx-plan-wrap .p-idx-plan-detail-wrap .p-idx-plan-detail-header h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8px);
  height: 3px;
  background-color: #484339;
}
.p-idx-plan-wrap .p-idx-plan-slider {
  position: relative;
}
.p-idx-plan-wrap .p-idx-plan-slider .swiper.mySwiper_idx_plan {
  overflow: visible;
  padding-top: 24px;
  padding-bottom: 64px;
}
@media screen and (max-width: 576px) {
  .p-idx-plan-wrap .p-idx-plan-slider .swiper.mySwiper_idx_plan {
    padding-bottom: 32px;
  }
}
.p-idx-plan-wrap .p-idx-plan-slider .swiper-button-next,
.p-idx-plan-wrap .p-idx-plan-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  right: 0px;
  top: auto;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 576px) {
  .p-idx-plan-wrap .p-idx-plan-slider .swiper-button-next,
  .p-idx-plan-wrap .p-idx-plan-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.p-idx-plan-wrap .p-idx-plan-slider .swiper-button-next:after,
.p-idx-plan-wrap .p-idx-plan-slider .swiper-button-prev:after {
  content: "";
  width: 50px;
  height: 50px;
  border: 2px solid #78B890;
  border-radius: 100px;
  background-color: initial;
  background-image: url(/happy-smart/resource/images/ico_arrow_main-lp.svg);
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transition: 0.2s;
  background-color: white;
}
@media screen and (max-width: 576px) {
  .p-idx-plan-wrap .p-idx-plan-slider .swiper-button-next:after,
  .p-idx-plan-wrap .p-idx-plan-slider .swiper-button-prev:after {
    width: 40px;
    height: 40px;
  }
}
.p-idx-plan-wrap .p-idx-plan-slider .swiper-button-next:hover:after,
.p-idx-plan-wrap .p-idx-plan-slider .swiper-button-prev:hover:after {
  background-color: #78B890;
  background-image: url(/happy-smart/resource/images/ico_arrow_white.svg);
}
.p-idx-plan-wrap .p-idx-plan-slider .swiper-button-prev {
  right: 70px;
  left: auto;
}
@media screen and (max-width: 576px) {
  .p-idx-plan-wrap .p-idx-plan-slider .swiper-button-prev {
    right: 60px;
  }
}
.p-idx-plan-wrap .p-idx-plan-slider .swiper-button-prev:after {
  transform: rotate(180deg);
}
.p-idx-plan-wrap .p-idx-plan-slider .swiper-scrollbar {
  background-color: #ECECEC;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  left: 0;
  bottom: 0;
  height: 4px;
  width: calc(100% - 144px);
}
@media screen and (max-width: 576px) {
  .p-idx-plan-wrap .p-idx-plan-slider .swiper-scrollbar {
    width: 100%;
  }
}
.p-idx-plan-wrap .p-idx-plan-slider .swiper-scrollbar-drag {
  background-color: #9CD1B0;
}

/* 好みで選べるスタイル
----------------------------------------------------------------- */
.p-idx-style-wrap {
  padding: 104px 0;
}
@media screen and (max-width: 576px) {
  .p-idx-style-wrap {
    padding: 4rem 0;
  }
}
.p-idx-style-wrap .p-idx-style-list.c-grid-medium {
  gap: clamp(24px, 4.21vw + -10.53px, 40px);
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .p-idx-style-wrap .p-idx-style-list.c-grid-medium .c-grid-3-clm {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .p-idx-style-wrap .p-idx-style-list.c-grid-medium .c-grid-3-clm {
    width: 100%;
  }
}
.p-idx-style-wrap .p-idx-style-list .p-idx-style-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px 40px 24px;
  gap: 32px;
}
@media screen and (max-width: 820px) {
  .p-idx-style-wrap .p-idx-style-list .p-idx-style-list-item {
    padding: 40px 16px 32px 16px;
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-style-wrap .p-idx-style-list .p-idx-style-list-item {
    padding: 40px 24px 32px 24px;
    gap: 16px;
  }
}
.p-idx-style-wrap .p-idx-style-list .p-idx-style-list-item__logo {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .p-idx-style-wrap .p-idx-style-list .p-idx-style-list-item__logo {
    width: 64%;
  }
}
.p-idx-style-wrap .p-idx-style-list .p-idx-style-list-item__logo img {
  width: 100%;
}
.p-idx-style-wrap .p-idx-style-list .p-idx-style-list-item__logo img.logo-natural {
  max-width: 220px;
}
.p-idx-style-wrap .p-idx-style-list .p-idx-style-list-item__logo img.logo-french {
  max-width: 194px;
}
.p-idx-style-wrap .p-idx-style-list .p-idx-style-list-item__logo img.logo-industrial {
  max-width: 224px;
}
.p-idx-style-wrap .c-txt-note {
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 0 12px rgba(62, 137, 90, 0.5);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .p-idx-style-wrap .c-txt-note {
    font-size: 0.875rem;
    text-align: left;
  }
}

/* 安心の家
----------------------------------------------------------------- */
.p-idx-safe-home-wrap {
  padding: 104px 0;
}
@media screen and (max-width: 576px) {
  .p-idx-safe-home-wrap {
    padding: 4rem 0;
  }
}
.p-idx-safe-home-wrap .p-idx-safe-home-list {
  justify-content: center;
}
.p-idx-safe-home-wrap .p-idx-safe-home-list .p-idx-safe-home-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F4F4F4;
  padding: 40px 24px 24px 24px;
  border-radius: 8px;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  .p-idx-safe-home-wrap .p-idx-safe-home-list .p-idx-safe-home-list-item {
    padding: 32px 24px 24px 24px;
  }
}
.p-idx-safe-home-wrap .p-idx-safe-home-list .p-idx-safe-home-list-item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #78B890;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.p-idx-safe-home-wrap .p-idx-safe-home-list .p-idx-safe-home-list-item p {
  font-size: 1rem;
  color: #484339;
  line-height: 1.8;
}
.p-idx-safe-home-wrap .p-idx-safe-home-list .p-idx-safe-home-list-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* よくあるご質問
----------------------------------------------------------------- */
.p-idx-faq-wrap {
  padding: 104px 0;
}
@media screen and (max-width: 576px) {
  .p-idx-faq-wrap {
    padding: 4rem 0;
  }
}
.p-idx-faq-wrap header {
  text-align: center;
}
.p-idx-faq-wrap header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #fff;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 3px;
  text-underline-offset: 16px;
  text-underline-position: from-font;
}
@media screen and (max-width: 576px) {
  .p-idx-faq-wrap header h2 {
    font-size: 1.75rem;
  }
}

/* ご予約はこちら
----------------------------------------------------------------- */
.p-idx-reservation-wrap {
  padding: 104px 0;
  /* 会場マップ */
}
@media screen and (max-width: 576px) {
  .p-idx-reservation-wrap {
    padding: 4rem 0;
  }
}
.p-idx-reservation-wrap .p-idx-header__logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.p-idx-reservation-wrap .p-idx-header__logo img {
  width: 90%;
  max-width: 480px;
}
@media screen and (max-width: 576px) {
  .p-idx-reservation-wrap .p-idx-header__logo img {
    max-width: 420px;
  }
}
.p-idx-reservation-wrap .p-idx-header__txt {
  font-size: 1rem;
}
.p-idx-reservation-wrap .idx_reservation_form {
  background-color: #F4F4F4;
  border-radius: 8px;
  padding: 80px 40px;
}
@media screen and (max-width: 576px) {
  .p-idx-reservation-wrap .idx_reservation_form {
    padding: 48px 24px;
  }
}
.p-idx-reservation-wrap .idx_reservation_form .l-container {
  width: 100%;
}
.p-idx-reservation-wrap .idx_reservation_form .p-form-ttl {
  text-align: center;
}
.p-idx-reservation-wrap .idx_reservation_map .p-idx-map__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #484339;
  letter-spacing: 0;
  gap: 8px;
}
.p-idx-reservation-wrap .idx_reservation_map .p-idx-map__ttl::before {
  content: "";
  display: inline-block;
  width: 1.0625em;
  height: 1.5625em;
  background-image: url(/happy-smart/resource/images/ico_ttl_img_map.svg);
}
.p-idx-reservation-wrap .idx_reservation_map .p-idx-map__frame {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 8px;
}
.p-idx-reservation-wrap .idx_reservation_map .p-idx-map__note {
  display: block;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .p-idx-reservation-wrap .idx_reservation_map .p-idx-map__note {
    font-size: 0.75rem;
    text-align: left;
  }
}

/* ==========================================================================
お問い合わせフォーム
========================================================================== */
/* お問い合わせフォーム共通
----------------------------------------------------------------- */
.p-contact .p-form-ttl {
  margin-top: 180px;
}
.p-contact__text {
  margin-top: 40px;
  text-align: center;
}
.p-contact p {
  line-height: 1.6;
  font-size: clamp(14px, 1vw + 10.27px, 16px);
}
@media screen and (max-width: 576px) {
  .p-contact p {
    line-height: 1.6;
  }
}

/* 入力内容確認画面
----------------------------------------------------------------- */
/* 送信完了画面
----------------------------------------------------------------- */
.p-contact-thanks h3 {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-contact-thanks h3 {
    text-align: left;
  }
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-scroll-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

.u-margin-remove-top {
  margin-top: 0 !important;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xsmall-top {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 1rem;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-small-top {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-small-top {
    margin-top: 1.5rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-top {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .u-margin-large-top {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 4rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xlarge-top {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 4rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 6.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xxlarge-top {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5.5rem;
  }
}

.u-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.u-margin-xsmall-bottom {
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xsmall-bottom {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-bottom {
    margin-bottom: 1rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-small-bottom {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-small-bottom {
    margin-bottom: 1.5rem;
  }
}

.u-margin-medium-bottom {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-bottom {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-bottom {
    margin-bottom: 2.5rem;
  }
}

.u-margin-large-bottom {
  margin-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  .u-margin-large-bottom {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-bottom {
    margin-bottom: 4rem;
  }
}

.u-margin-xlarge-bottom {
  margin-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xlarge-bottom {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-bottom {
    margin-bottom: 4rem;
  }
}

.u-margin-xxlarge-bottom {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xxlarge-bottom {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-bottom {
    margin-bottom: 5.5rem;
  }
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.5rem;
}

.u-padding-medium {
  padding: 2.5rem;
}
@media screen and (max-width: 576px) {
  .u-padding-medium {
    padding: 32px;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-medium {
    padding: 24px;
  }
}

.u-padding-large {
  padding: 4rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 24px;
  }
}

.u-padding-remove-top {
  padding-top: 0 !important;
}

.u-padding-xsmall-top {
  padding-top: 1rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xsmall-top {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xsmall-top {
    padding-top: 1rem;
  }
}

.u-padding-small-top {
  padding-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-small-top {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-small-top {
    padding-top: 1.5rem;
  }
}

.u-padding-medium-top {
  padding-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-medium-top {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-medium-top {
    padding-top: 2.5rem;
  }
}

.u-padding-large-top {
  padding-top: 4rem;
}
@media screen and (max-width: 820px) {
  .u-padding-large-top {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-large-top {
    padding-top: 4rem;
  }
}

.u-padding-xlarge-top {
  padding-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xlarge-top {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xlarge-top {
    padding-top: 4rem;
  }
}

.u-padding-xxlarge-top {
  padding-top: 6.5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xxlarge-top {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xxlarge-top {
    padding-top: 5.5rem;
  }
}

.u-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.u-padding-xsmall-bottom {
  padding-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xsmall-bottom {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xsmall-bottom {
    padding-bottom: 1rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-small-bottom {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-small-bottom {
    padding-bottom: 1.5rem;
  }
}

.u-padding-medium-bottom {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-medium-bottom {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-medium-bottom {
    padding-bottom: 2.5rem;
  }
}

.u-padding-large-bottom {
  padding-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  .u-padding-large-bottom {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-large-bottom {
    padding-bottom: 4rem;
  }
}

.u-padding-xlarge-bottom {
  padding-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xlarge-bottom {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xlarge-bottom {
    padding-bottom: 4rem;
  }
}

.u-padding-xxlarge-bottom {
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xxlarge-bottom {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xxlarge-bottom {
    padding-bottom: 5.5rem;
  }
}

.u-padding-1em-right {
  display: inline-block;
  padding-right: 1em;
}

.u-img-round {
  border-radius: clamp(8px, 1.8vw + 1.26px, 16px);
  overflow: hidden;
}

.u-img-border {
  border: 1px solid #CFD8DE;
}

/* ==========================================================================
 アニメーション
=========================================================================*/
.u-anim-text-fadein {
  overflow: hidden;
  display: inline-block;
  white-space: pre;
  visibility: hidden;
}
.u-anim-text-fadein span {
  display: inline-block;
  transform: translateY(20px);
  opacity: 0;
  will-change: transform, opacity;
}

.u-anim-tilt-in {
  opacity: 0;
  transform: translateX(-10px) translateY(-20px) rotate(-4deg);
  will-change: transform, opacity;
}

.u-anim-fade-down {
  opacity: 0;
  transform: translateY(-30px);
  will-change: transform, opacity;
}

.u-anim-fade-down--list > * {
  opacity: 0;
  transform: translateY(-30px);
  will-change: transform, opacity;
}/*# sourceMappingURL=main.css.map */