@charset "UTF-8";
.txt_11 {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .txt_11 {
    font-size: 0.6875rem;
  }
}

.txt_12 {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .txt_12 {
    font-size: 0.75rem;
  }
}

.txt_14, .c_toggle__txt {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .txt_14, .c_toggle__txt {
    font-size: 0.875rem;
  }
}

.c_ttl18 {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c_ttl18 {
    font-size: 1.125rem;
  }
}

.c_ttl__en {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_ttl__en {
    font-size: 1.5rem;
  }
}

.c_mv__ttl {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c_mv__ttl {
    font-size: 1.875rem;
  }
}

.c_ttl32 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c_ttl32 {
    font-size: clamp(
      1.75rem,
      1.5625vw + 1rem,
      2rem
  );
  }
}

.c_ttl__jp.c_ttl40 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c_ttl__jp.c_ttl40 {
    font-size: 2.5rem;
  }
}

.c_ttl__jp {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c_ttl__jp {
    font-size: 2.8125rem;
  }
}

/*!
foundation > base
------------------------------
*/
html {
  overflow-y: scroll;
}
html.is_fixed {
  width: 100%;
  position: fixed;
  left: 0;
}

body {
  font-size: 0.75rem;
  color: #2b2b2b;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
body.overflow {
  position: fixed;
  width: 100%;
}

#wrapper {
  overflow: hidden;
}

.full {
  width: 100%;
}

img {
  max-width: 100%;
  width: 100%;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 768px) {
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
}
.h_zoom {
  overflow: hidden;
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.inview {
  visibility: hidden;
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
}

.fadeIn {
  animation-name: ani_fadein;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** -- ▷ header -- */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 21px;
  z-index: 17;
  padding: 10px 42px 10px 17px;
  transition: 0.5s;
  max-width: 1143px;
  mix-blend-mode: multiply;
  will-change: transform;
  will-change: transform;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .header {
    box-shadow: 8px 8px 20px rgba(160, 193, 255, 0.25);
    border-radius: 10px;
    background-color: #fff;
    top: 24px;
    left: calc(50% + clamp(
      0rem,
      8.3333333333vw + -6.25rem,
      1.25rem
  ));
    padding: 10px clamp(
      1.25rem,
      5.2884615385vw + -2.1346153846rem,
      2.625rem
  ) 10px clamp(
      1.25rem,
      4.3269230769vw + -1.5192307692rem,
      2.375rem
  );
    transform: translateX(-50%);
    width: calc(100% - 20px);
    mix-blend-mode: unset;
  }
}
.header.active {
  top: 0;
}
@media screen and (min-width: 768px) {
  .header.active {
    top: 21px;
  }
}
.header.mix {
  transition: 0.5s;
  mix-blend-mode: unset;
}
.header_logo {
  position: relative;
  z-index: 3;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .header_logo {
    width: clamp(
      9.375rem,
      33.1730769231vw + -11.8557692308rem,
      18rem
  );
  }
}
.header_logo a {
  display: inline-flex;
  justify-content: space-between;
  white-space: nowrap;
  flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 1024px) {
  .header_logo a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
  }
}
.header_logo img {
  width: 98px;
}
.header_logo__txt {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .header_logo__txt {
    font-size: clamp(
      0.75rem,
      0.4807692308vw + 0.4423076923rem,
      0.875rem
  );
  }
}
.header_inner {
  width: 100%;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header_frame {
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .header_frame {
    overflow: visible;
  }
}
.header_menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  transition: 0.5s;
  max-width: max-content;
  margin: 27px auto 0;
  transform: translateX(-10px);
}
@media screen and (min-width: 768px) {
  .header_menu {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(
      0rem,
      4.5673076923vw + -2.9230769231rem,
      1.1875rem
  );
    margin: 0;
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .header_menu__item {
    text-align: center;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .header_menu__item:nth-last-child(1) {
    margin-right: 0;
  }
}
.header_menu__item:first-child .header_menu__link::before {
  display: none;
}
.header_menu__link {
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header_menu__link {
    transition: 0.5s;
    font-size: clamp(
      0.75rem,
      0.4807692308vw + 0.4423076923rem,
      0.875rem
  );
  }
}
.header_menu__link::before {
  content: "";
  position: absolute;
  right: calc(100% + 13px);
  top: 4px;
  width: 2px;
  height: 8px;
  background-color: #072c87;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header_menu__link::before {
    display: block;
    right: calc(100% + clamp(
      0.3125rem,
      1.9230769231vw + -0.9182692308rem,
      0.8125rem
  ));
  }
}
@media screen and (min-width: 768px) {
  .header_menu__link::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
    bottom: -8px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .header_menu__link:hover {
    opacity: 1;
    color: #072c87;
  }
}
@media screen and (min-width: 768px) {
  .header_menu__link:hover::after {
    transform: scale(1, 1);
  }
}
.header_menu__link .link {
  position: relative;
}
.header_menu__link .link::after {
  content: "";
  position: absolute;
  top: 4px;
  left: calc(100% + 9px);
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_btn.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .header_menu__link .link::after {
    display: none;
  }
}
.header_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 244px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .header_btn {
    display: none;
  }
}
.header_btn .btn {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.09em;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
.header_btn .btn_blue {
  background: linear-gradient(135deg, #1641ab 0%, #3865d4 100%);
  padding-right: 6px;
}
.header_btn .btn_blue::after {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_btn_white.png) no-repeat;
  background-size: contain;
  transform: translateX(31px);
}
.header_btn .btn_orange {
  background: linear-gradient(135deg, #e86b48 0%, #fb8a6b 100%);
  gap: 10px;
}
.header_btn .btn_orange::before {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_tag.png) no-repeat;
  background-size: contain;
}
.header_mask {
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  background-color: rgba(215, 215, 215, 0.8);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.header_mask.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .header_mask {
    display: none;
  }
}

/*!
component > gnavi
------------------------------
*/
.c_toggle {
  position: fixed;
  width: 56px;
  height: 56px;
  z-index: 20;
  right: 18px;
  top: 31px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 100%;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_toggle {
    display: none;
  }
}
.c_toggle.in_scroll {
  top: 10px;
}
.c_toggle__txt {
  text-align: center;
  font-weight: 500;
  font-family: "Khand", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.c_toggle__txt::after {
  content: "MENU";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  color: transparent;
  background: linear-gradient(125deg, rgb(22, 65, 171) 0%, rgb(56, 101, 212) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.c_toggle span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_toggle::after, .c_toggle::before,
.c_toggle span {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: linear-gradient(125deg, rgb(22, 65, 171) 0%, rgb(56, 101, 212) 100%);
  transition: 0.3s linear;
  top: calc(50% - 1px);
}
.c_toggle::after {
  left: 50%;
  top: calc(50% - 9px);
  transform: translateX(-50%);
}
.c_toggle::before {
  left: 50%;
  top: calc(50% - 16px);
  transform: translateX(-50%);
}
.c_toggle.active .c_toggle__txt::after {
  content: "CLOSE";
  bottom: -11px;
}
.c_toggle.active span {
  opacity: 0;
}
.c_toggle.active::before {
  width: 27px;
  top: calc(50% + 4px);
  transform: translate(-50%, -4px) rotate(45deg);
}
.c_toggle.active::after {
  width: 27px;
  top: calc(50% + 1px);
  transform: translate(-50%, -1px) rotate(-45deg);
}

.c_gnavi {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-out;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 100px 20px 60px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 8px 8px 20px rgba(160, 193, 255, 0.25);
  transition: 0.4s ease-out;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transform: translateY(-100%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_gnavi {
    pointer-events: auto;
    transform: translateY(0);
  }
}
.c_gnavi.fix_height {
  height: calc(100vh - 20px);
  max-height: 580px;
}
@media screen and (min-width: 768px) {
  .c_gnavi.fix_height {
    height: unset;
    max-height: unset;
  }
}
.c_gnavi.active {
  pointer-events: auto;
  transform: translateY(-21px);
}
@media screen and (min-width: 768px) {
  .c_gnavi {
    position: relative;
    width: auto;
    height: unset;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    top: 0;
    box-shadow: none;
  }
}
.c_gnavi.active {
  opacity: 1;
  visibility: visible;
}

.footer {
  position: relative;
  padding: 64px 0 112px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 84px 0 80px;
  }
}
.footer_content {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  transform: translateX(-7px);
}
@media screen and (min-width: 768px) {
  .footer_content {
    padding: 0 clamp(
      1.25rem,
      4.8076923077vw + -1.8269230769rem,
      2.5rem
  );
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 30px;
  padding: 0 51px 0 13px;
}
@media screen and (min-width: 768px) {
  .footer_inner {
    padding: 0 clamp(
      0rem,
      12.2596153846vw + -7.8461538462rem,
      3.1875rem
  ) 0 0;
  }
}
.footer_desc {
  max-width: 355px;
}
@media screen and (min-width: 768px) {
  .footer_desc {
    max-width: unset;
    padding-left: 1px;
  }
}
.footer_logo {
  display: block;
  width: 148px;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    width: clamp(
      9.375rem,
      8.0357142857vw + 5.5178571429rem,
      12.75rem
  );
  }
}
.footer_menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_menu {
    display: flex;
    padding-top: 15px;
    gap: 20px;
  }
}
.footer_menu__col {
  width: 100%;
  display: flex;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .footer_menu__col {
    gap: clamp(
      0.75rem,
      3.8461538462vw + -1.7115384615rem,
      1.75rem
  );
  }
}
.footer_menu__item {
  position: relative;
}
.footer_menu__item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  left: calc(100% + 12px);
  top: 8px;
  background-color: #072c87;
}
@media screen and (min-width: 768px) {
  .footer_menu__item::after {
    left: calc(100% + clamp(
      0.25rem,
      1.9230769231vw + -0.9807692308rem,
      0.75rem
  ));
  }
}
.footer_menu__item:last-child::after {
  display: none;
}
.footer_menu__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  position: relative;
}
.footer_menu__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background: linear-gradient(90deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .footer_menu__link {
    font-size: clamp(
      0.75rem,
      0.78125vw + 0.375rem,
      0.875rem
  );
  }
}
.footer_menu__link:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
.footer .copyright {
  font-size: 0.875rem;
  font-family: "Khand", sans-serif;
  padding-top: 27px;
  position: absolute;
  top: calc(100% + 10px);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    font-family: "Khand", sans-serif;
    padding-top: 32px;
    position: relative;
    top: 3px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
   /* font-weight: 700;-太さ調整のため削除*/
    line-height: 1.4166666667;
  }
}
.footer_info {
  display: flex;
  padding: 32px 0 0 4px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer_info {
    padding: 46px clamp(
      0rem,
      12.9807692308vw + -8.3076923077rem,
      3.375rem
  ) 0 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.footer_info__desc {
  padding-left: 7px;
}
.footer_info__link {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #072c87;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 22px;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer_info__link {
    margin-top: 21px;
    text-underline-offset: 5px;
  }
}
.footer_info__link::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: calc(100% + 10px);
  top: 2px;
  background: url("../images/common/icon_tag01.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .footer_info__link::after {
    left: calc(100% + 15px);
    top: 3px;
  }
}
.footer_info__link:first-child {
  margin-top: 0;
}
.footer_info__img {
  width: 100%;
  max-width: 137px;
  margin: 39px 0 0 7px;
}
@media screen and (min-width: 768px) {
  .footer_info__img {
    margin: 0;
    max-width: 235px;
  }
}

.c_mv {
  position: relative;
}
.c_mv__img {
  position: relative;
}
.c_mv__img img {
  min-height: 200px;
  object-fit: cover;
}
.c_mv__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_mv__inner {
  width: 100%;
  max-width: 1265px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c_mv__inner {
    padding: 0 40px;
  }
}
.c_mv__ttl {
  letter-spacing: 0.03em;
  line-height: 1.4333333333;
  font-weight: 700;
  color: #fff;
}

.c_ttl {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.c_ttl__en {
  letter-spacing: 0.12em;
  line-height: 1.5416666667;
  font-family: "Khand", sans-serif;
  display: block;
}
.c_ttl__en.orange {
  color: #fb8a6b;
}
.c_ttl__jp {
  letter-spacing: 0.15em;
  color: #2b2b2b;
  font-weight: 700;
  display: block;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .c_ttl__jp {
    letter-spacing: 0.2em;
    padding-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .c_ttl__jp.c_ttl40 {
    padding-top: 7px;
  }
}

.txt_center {
  text-align: center;
}

.txt_blue {
  color: #072c87;
}

.txt_blue01 {
  color: transparent;
  background: linear-gradient(125deg, rgb(22, 65, 171) 0%, rgb(56, 101, 212) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.txt_orange {
  color: transparent;
  background: linear-gradient(90deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.txt_orange01 {
  color: transparent;
  background: linear-gradient(350deg, rgb(175, 197, 242) 0%, rgb(251, 138, 107) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.c_ttl18 {
  color: #e86b48;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 700;
}

.c_ttl32 {
  font-family: "Khand", sans-serif;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 700;
}

/*!
component > btn
------------------------------
*/
.c_totop {
  position: absolute;
  top: 60px;
  width: 65px;
  height: 65px;
  right: 20px;
  z-index: 11;
  bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .c_totop {
    width: 56px;
    height: 56px;
    right: 5px;
    z-index: 22;
  }
}
@media screen and (min-width: 1024px) {
  .c_totop {
    display: none;
  }
}
.c_totop::after {
  content: "TOP";
  flex-shrink: 0;
  top: 100%;
  color: #1641ab;
  position: absolute;
  transition: 0.5s;
  font-size: 0.875rem;
  font-weight: 500;
}
.btn_fixed {
  padding: 1px;
  background: linear-gradient(90deg, #e86b48 0%, #fb8a6b 100%);
  position: fixed;
  right: 24px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  border-radius: 10px;
  z-index: 4;
  overflow: hidden;
  width: 117px;
  display: none;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .btn_fixed {
    margin-top: -32px;
  }
}
@media screen and (min-width: 1024px) {
  .btn_fixed {
    display: flex;
    letter-spacing: 0.31em;
    font-size: 1.125rem;
    writing-mode: vertical-lr;
    width: 53px;
    gap: 11px;
    bottom: unset;
    top: 53.3%;
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(-50%);
    transition: 0.5s;
    margin-top: 0;
  }
  .btn_fixed.active {
    top: 80px;
    transform: translateY(0);
    z-index: 5;
  }
  .btn_fixed.scale {
    scale: 0.75;
    right: -7px;
  }
}
.btn_fixed:hover {
  opacity: 1;
}
.btn_fixed:hover .btn_fixed__content {
  background: unset;
}
.btn_fixed:hover .btn_fixed__content::after {
  top: -60%;
}
.btn_fixed:hover .btn_fixed__content::before {
  background: url(../images/common/icon_tag02.png) no-repeat;
  background-size: contain;
}
.btn_fixed:hover .btn_fixed__txt {
  color: transparent;
  background: linear-gradient(180deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.btn_fixed__txt {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .btn_fixed__txt {
    white-space: nowrap;
  }
}
.btn_fixed__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 5px 10px 27px;
  background: #e86b48;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .btn_fixed__content {
    padding: 32px 2px 20px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
}
.btn_fixed__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_tag.png) no-repeat;
  background-size: contain;
  transition: 0.5s;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .btn_fixed__content::before {
    transform: translateY(0);
    left: 2px;
    top: -9px;
    width: 22px;
    height: 22px;
    position: relative;
  }
}
.btn_fixed__content::after {
  content: "";
  position: absolute;
  left: -200%;
  top: -205%;
  background: #fff;
  width: 320px;
  padding-top: 200%;
  transition: 0.4s ease;
  transform: rotate(35deg);
  z-index: -1;
  display: none;
}
@media screen and (min-width: 1024px) {
  .btn_fixed__content::after {
    display: block;
  }
}

.c_tag {
  width: 100%;
  max-width: 134px;
  height: 24px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.09em;
  font-family: "Noto Sans", sans-serif;
  position: relative;
  top: -6px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  border: 1px solid #fb8a6b;
}
@media screen and (min-width: 768px) {
  .c_tag {
    border-radius: 5px;
    top: -4px;
  }
}
.c_tag:has(.txt) {
  padding-left: 0;
}
.c_tag__txt {
  position: relative;
}
.c_tag__txt::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_tag.png) no-repeat;
  background-size: contain;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c_tag__txt::after {
    left: 11px;
    width: 10px;
    height: 10px;
  }
}
.c_tag__txt .txt {
  font-size: 0.75rem !important;
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c_tag__txt .txt {
    font-size: 0.625rem !important;
    transform: scale(0.734) translateX(19px);
  }
}
@media screen and (min-width: 1024px) {
  .c_tag__txt .txt {
    white-space: nowrap;
  }
}

.c_btn {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  padding: 6px 27px 6px 11px;
  min-height: 52px;
  border-radius: 10px;
  box-shadow: 0px 0px 14.2px #dfeaf7;
  font-feature-settings: "palt";
  position: relative;
  background-color: #fff;
  font-size: 0.6875rem;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .c_btn {
    line-height: 1.6;
    padding: 17px 50px 20px 21px;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .c_btn:hover::after {
    background: url(../images/common/icon_btn_white01.png) no-repeat;
    background-size: contain;
    transition: 0.5s ease;
  }
}
.c_btn::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../images/common/icon_btn.png) no-repeat;
  background-size: contain;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c_btn::after {
    width: 22px;
    height: 22px;
    right: 26px;
    top: calc(50% - 1px);
  }
}
.c_btn__txt {
  transition: 0.5s ease;
}

.btn_hover_bg01 {
  overflow: hidden;
  background: #fff;
  transition: 0.4s ease;
}
@media screen and (min-width: 768px) {
  .btn_hover_bg01::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, #fb8a6b 45%, #b9bddf 65%);
    transition: 0.4s ease;
    transform: rotate(37deg);
    z-index: -1;
    top: calc(-160% - clamp(
      0rem,
      -5.9523809524vw + 5.3571428571rem,
      2.5rem
  ));
    left: -160%;
    width: clamp(
      17.5rem,
      -11.9047619048vw + 28.2142857143rem,
      22.5rem
  );
    padding-top: clamp(
      17.5rem,
      -11.9047619048vw + 28.2142857143rem,
      22.5rem
  );
  }
}
@media screen and (min-width: 768px) {
  .btn_hover_bg01:hover {
    opacity: 1;
    background: transparent;
  }
  .btn_hover_bg01:hover .c_btn__txt {
    color: #fff;
  }
  .btn_hover_bg01:hover::before {
    left: 0;
  }
}

.btn_hover_bg02 {
  transition: 0.4s ease;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .btn_hover_bg02::before {
    content: "";
    position: absolute;
    left: -240%;
    background: #fff;
    transition: 0.4s ease;
    transform: rotate(37deg);
    z-index: -1;
    width: 200px;
    padding-top: 200px;
  }
}
@media screen and (min-width: 768px) {
  .btn_hover_bg02:hover {
    opacity: 1;
  }
  .btn_hover_bg02:hover .c_tag__txt {
    color: transparent;
    background: linear-gradient(90deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .btn_hover_bg02:hover .c_tag__txt::after {
    background: url(../images/common/icon_tag02.png) no-repeat;
    background-size: contain;
    transition: 0.4s ease;
  }
  .btn_hover_bg02:hover .c_tag__txt .txt {
    color: transparent;
    background: linear-gradient(90deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .btn_hover_bg02:hover .c_btn__txt {
    color: transparent;
    background: linear-gradient(90deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .btn_hover_bg02:hover .c_btn__txt::after {
    background: url(../images/common/icon_btn_white01.png) no-repeat;
    background-size: contain;
    transition: 0.4s ease;
  }
  .btn_hover_bg02:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .btn_hover_bg02 .c_btn__txt::after {
    content: "";
    position: absolute;
    right: 9px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url(../images/common/icon_btn.png) no-repeat;
    background-size: contain;
    transition: 0.5s ease;
  }
}

/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.c_loading_content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.c_loading_item {
  background: linear-gradient(350deg, rgb(175, 197, 242) 0%, rgb(251, 138, 107) 100%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.c_loading_item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading_item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.js_accordion__item .js_accordion__ttl {
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .js_accordion__item .js_accordion__ttl {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .js_accordion__item .js_accordion__ttl:hover {
    opacity: 0.8;
  }
}
.js_accordion__item .js_accordion__ttl.active::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.js_accordion__ttl {
  position: relative;
}
.js_accordion__ttl::after, .js_accordion__ttl::before {
  content: "";
  position: absolute;
  background-color: #e86b48;
  transition: 0.5s;
  top: 50%;
  transform: translate(-50%, -50%);
}
.js_accordion__ttl::after {
  width: 17px;
  right: 15px;
  height: 3px;
}
@media screen and (min-width: 768px) {
  .js_accordion__ttl::after {
    width: clamp(
      1.25rem,
      0.9615384615vw + 0.6346153846rem,
      1.5rem
  );
    right: clamp(
      0.625rem,
      12.7403846154vw + -7.5288461538rem,
      3.9375rem
  );
  }
}
.js_accordion__ttl::before {
  height: 17px;
  right: 29px;
  width: 3px;
}
@media screen and (min-width: 768px) {
  .js_accordion__ttl::before {
    height: clamp(
      1.25rem,
      0.9615384615vw + 0.6346153846rem,
      1.5rem
  );
    right: clamp(
      1.6875rem,
      13.7019230769vw + -7.0817307692rem,
      5.25rem
  );
  }
}

.c_accordion__item {
  display: flex;
  justify-content: space-between;
  gap: 51px;
  position: relative;
}
.c_accordion__item:nth-child(1) .c_accordion__content {
  margin-top: 0;
}
.c_accordion__item:nth-child(1) .icon_desc {
  padding-top: 20px;
}
.c_accordion__item:nth-child(n+2) .icon_desc {
  padding-top: 50px;
}
.c_accordion__item:nth-child(0) {
  z-index: 10;
}
.c_accordion__item:nth-child(1) {
  z-index: 9;
}
.c_accordion__item:nth-child(2) {
  z-index: 8;
}
.c_accordion__item:nth-child(3) {
  z-index: 7;
}
.c_accordion__item:nth-child(4) {
  z-index: 6;
}
.c_accordion__item:nth-child(5) {
  z-index: 5;
}
.c_accordion__item:nth-child(6) {
  z-index: 4;
}
.c_accordion__item:nth-child(7) {
  z-index: 3;
}
.c_accordion__item:nth-child(8) {
  z-index: 2;
}
.c_accordion__item:nth-child(9) {
  z-index: 1;
}
.c_accordion__item.item03 .c_accordion__desc {
  margin-top: -17px;
}
@media screen and (min-width: 768px) {
  .c_accordion__item.item03 .c_accordion__desc {
    margin-top: 0;
  }
}
.c_accordion__item.item04 .c_accordion__desc {
  margin-top: -17px;
}
@media screen and (min-width: 768px) {
  .c_accordion__item.item04 .c_accordion__desc {
    margin-top: 0;
  }
}
.c_accordion__item.item05 .c_accordion__desc {
  margin-top: -24px;
}
@media screen and (min-width: 768px) {
  .c_accordion__item.item05 .c_accordion__desc {
    margin-top: 0;
  }
}
.c_accordion__item.item02 .c_accordion__desc {
  padding: 0 clamp(
      1.25rem,
      18.1818181818vw + -2.3863636364rem,
      1.875rem
  ) 38px clamp(
      1.25rem,
      18.1818181818vw + -2.3863636364rem,
      1.875rem
  );
  margin-top: -11px;
}
@media screen and (min-width: 768px) {
  .c_accordion__item.item02 .c_accordion__desc {
    margin-top: 0;
    padding: 22px clamp(
      2.5rem,
      8.1730769231vw + -2.7307692308rem,
      4.625rem
  ) 59px clamp(
      2.5rem,
      8.4134615385vw + -2.8846153846rem,
      4.6875rem
  );
  }
}
.c_accordion__item.item02 .c_accordion__desc .inner {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .c_accordion__item.item02 .c_accordion__desc .inner {
    padding-top: 23px;
  }
}
.c_accordion__item.item02 .c_accordion__desc .inner_box__txt {
  padding-top: 15px;
}
.c_accordion__item.active .icon_number,
.c_accordion__item.active .icon_txt {
  display: block;
}
.c_accordion__icon {
  width: 100px;
  flex-shrink: 0;
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .c_accordion__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.c_accordion__icon .icon_wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.c_accordion__icon .icon_wrap::after, .c_accordion__icon .icon_wrap::before {
  content: "";
  position: absolute;
}
.c_accordion__icon .icon_wrap::after {
  inset: 0;
  background-image: linear-gradient(0deg, #ffc9a6 0%, #ffd9c0 100%);
  background-position: 100% 100%;
  background-size: 100% 220%;
  z-index: -1;
}
.c_accordion__icon .icon_wrap::before {
  aspect-ratio: 1;
  z-index: 0;
  width: calc(54% + 10px);
  bottom: -2px;
  left: 50%;
  background-image: linear-gradient(45deg, #ffc9a6 50%, rgba(0, 0, 0, 0) 80%);
  rotate: -45deg;
  translate: -50% 50%;
  border-radius: 10px 5px;
  transform: skew(12deg, 12deg);
}
.c_accordion__icon .icon_desc {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c_accordion__icon .icon_number,
.c_accordion__icon .icon_txt {
  text-align: center;
  display: none;
}
.c_accordion__icon .icon_number {
  position: relative;
}
.c_accordion__icon .icon_txt {
  font-weight: 700;
  text-align: center;
  line-height: 1.4375;
  letter-spacing: 0.12em;
  padding: 5px 0 10px;
	white-space: nowrap;
}
.c_accordion__icon .img {
  margin: 0 auto;
}
.c_accordion__icon .img.w_39 {
  width: 39px;
}
.c_accordion__icon .img.w_48 {
  width: 48px;
}
.c_accordion__icon .img.w_60 {
  width: 60px;
}
.c_accordion__icon .img.w_62 {
  width: 62px;
}
.c_accordion__icon .img.w_75 {
  width: 75px;
}
.c_accordion__icon .img.w_80 {
  width: 80px;
}
.c_accordion__number {
  position: relative;
  top: 3px;
  font-weight: 600;
}
.c_accordion__number.c_ttl32 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c_accordion__number.c_ttl32 {
    font-size: 2rem;
  }
}
.c_accordion__number::before {
  line-height: 0.8;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c_accordion__number::before {
    font-size: 2rem;
    line-height: 1;
  }
}
.c_accordion__content {
  width: 100%;
  margin-top: 28px;
  background-color: #fff;
  box-shadow: 0px 0px 12.1px #dedede;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .c_accordion__content {
    width: calc(100% - 124px);
    margin-top: 42px;
  }
}
.c_accordion__ttl {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  padding: 27px 42px 28px 29px;
}
@media screen and (min-width: 768px) {
  .c_accordion__ttl {
    align-items: center;
    gap: 19px;
    padding: 35px clamp(
      2.8125rem,
      13.2211538462vw + -5.6490384615rem,
      6.25rem
  ) 35px clamp(
      2.8125rem,
      7.2115384615vw + -1.8028846154rem,
      4.6875rem
  );
  }
}
.c_accordion__ttl .ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_accordion__ttl .ttl {
    font-weight: 700;
    letter-spacing: 0.2em;
    font-size: 1.25rem;
  }
}
.c_accordion__ttl .ttl .txt_14 {
  display: block;
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-top: 7px;
}
@media screen and (min-width: 768px) {
  .c_accordion__ttl .ttl .txt_14 {
    padding-top: 0;
    line-height: 1.4285714286;
    padding-left: clamp(
      0rem,
      2.1634615385vw + -1.3846153846rem,
      0.5625rem
  );
    display: inline-block;
  }
}
.c_accordion__desc {
  padding: 22px clamp(
      1.25rem,
      18.1818181818vw + -2.3863636364rem,
      1.875rem
  ) 38px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc {
    padding: 22px clamp(
      2.5rem,
      8.1730769231vw + -2.7307692308rem,
      4.625rem
  ) 66px clamp(
      2.5rem,
      8.4134615385vw + -2.8846153846rem,
      4.6875rem
  );
  }
}
.c_accordion__desc .txt {
  letter-spacing: 0.11em;
  font-weight: 500;
  line-height: 1.7;
  font-size: 0.875rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .txt {
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    font-feature-settings: inherit;
  }
}
.c_accordion__desc .txt + .txt {
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .txt + .txt {
    padding-top: 14px;
  }
}
.c_accordion__desc .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 25px;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner {
    padding-top: 23px;
    gap: 0;
    flex-direction: row;
  }
}
.c_accordion__desc .inner_box {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 17px 19px 14px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box {
    padding: 29px clamp(
      1.25rem,
      2.1634615385vw + -0.1346153846rem,
      1.8125rem
  ) 20px;
    width: calc(50% - 11px);
  }
}
.c_accordion__desc .inner_box.box01 .inner_box__txt {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box.box01 .inner_box__txt {
    padding-top: 31px;
  }
}
.c_accordion__desc .inner_box.box02 {
  padding: 25px clamp(
      0.625rem,
      16.3636363636vw + -2.6477272727rem,
      1.1875rem
  ) 14px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box.box02 {
    padding: 29px clamp(
      1.25rem,
      2.1634615385vw + -0.1346153846rem,
      1.8125rem
  ) 7px;
  }
}
.c_accordion__desc .inner_box.box02 .inner_box__txt {
  padding-top: 14px;
}
.c_accordion__desc .inner_box.box02 .c_tag {
  max-width: 250px;
  width: 96%;
  height: 40px;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box.box02 .c_tag {
    font-size: 0.45875rem;
    margin-bottom: 0;
    max-width: 134px;
    height: 24px;
    position: relative;
    left: -3px;
  }
}
.c_accordion__desc .inner_box.box02 .c_tag::after {
  width: 16px;
  height: 16px;
  left: 24px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box.box02 .c_tag::after {
    left: 9px;
    width: 12px;
    height: 12px;
  }
}
.c_accordion__desc .inner_box.box03 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box.box03 {
    padding: 29px 29px 12px;
  }
}
.c_accordion__desc .inner_box.box04 {
  padding: 25px clamp(
      0.625rem,
      16.3636363636vw + -2.6477272727rem,
      1.1875rem
  ) 14px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box.box04 {
    padding: 29px clamp(
      1.25rem,
      2.1634615385vw + -0.1346153846rem,
      1.8125rem
  ) 12px;
  }
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box.box04 .inner_box__txt {
    padding-top: 9px;
  }
}
.c_accordion__desc .inner_box.box04 .c_tag {
  max-width: 250px;
  width: 96%;
  height: 40px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box.box04 .c_tag {
    margin-bottom: 0;
    max-width: 134px;
    height: 24px;
  }
}
.c_accordion__desc .inner_box.box04 .c_tag::after {
  width: 16px;
  height: 16px;
  left: 24px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box.box04 .c_tag::after {
    left: 9px;
    width: 12px;
    height: 12px;
  }
}
.c_accordion__desc .inner_box__ttl {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box__ttl {
    font-size: 0.75rem;
    text-align: center;
  }
}
.c_accordion__desc .inner_box__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.11em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box__txt {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .inner_box .ttl_txt {
    margin-top: -3px;
    display: block;
  }
}
.c_accordion__desc .frame_modal {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .frame_modal {
    gap: 13px 20px;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.c_accordion__desc .frame_modal__item {
  min-height: 42px;
  background: linear-gradient(90deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  padding: 0 36px;
  position: relative;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .frame_modal__item {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .frame_modal__item:hover {
    transform: scale(1.1, 1.1);
  }
}
.c_accordion__desc .frame_modal__item::before {
  content: "Q";
  position: absolute;
  left: 14px;
  top: 10px;
  font-family: "Khand", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c_accordion__desc .frame_modal__item::before {
    left: 16px;
  }
}
.c_accordion__desc .frame_modal__item::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon_i.png") no-repeat;
  background-size: contain;
}
.modal_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal_area.active {
  background: rgba(215, 215, 215, 0.7);
  z-index: 15;
}
.modal_area .popup_item {
  background: #fff;
  width: 80%;
  max-width: 608px;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 11px;
}
.modal_area .popup_item .close {
  margin-top: 10px;
  padding: 5px 16px 8px 15px;
  cursor: pointer;
  border: none;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.modal_area .popup_item .close::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_close.png) no-repeat;
  background-size: contain;
}
.modal_area .popup_item .close:hover {
  opacity: 0.7;
}
.modal_area .popup_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.modal_area .popup_ttl {
  min-height: 42px;
  padding: 13px 10px 10px 38px;
  background: linear-gradient(90deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .modal_area .popup_ttl {
    font-size: 1rem;
    padding: 13px 40px 10px 51px;
  }
}
.modal_area .popup_ttl::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 10px;
  font-family: "Khand", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.modal_area .popup_txt {
  position: relative;
  letter-spacing: 0.13em;
  font-weight: 500;
  line-height: 2;
  font-feature-settings: "palt";
  padding: 13px 10px 10px 38px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .modal_area .popup_txt {
    font-size: 1rem;
    padding: 11px 11px 13px 52px;
  }
}
.modal_area .popup_txt::after {
  content: "A";
  position: absolute;
  left: 16px;
  top: 18px;
  color: transparent;
  background: linear-gradient(90deg, rgb(232, 107, 72) 0%, rgb(251, 138, 107) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Khand", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.modal_area .popup_txt .txt_sub {
  color: #e86b48;
  font-size: 0.875rem;
  display: block;
}

/*!
- Cookiewrap
------------------------------
*/
.c_contact {
  background-color: #fff;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .c_contact {
    padding: 60px 0 46px;
  }
}
.c_contact .c_ttl36 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c_contact .c_ttl36 {
    padding-right: 10px;
  }
}
.c_contact__txt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_contact__txt {
    padding-top: 38px;
  }
}
.c_contact .c_btn {
  margin: 31px auto 0;
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

.js_inview[data-duration="1s"] {
  transition-duration: 1s;
}

.js_inview[data-duration="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-duration="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-delay: 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transform: translate3d(0, 30px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(50px, 0, 0);
}

.fadeleft {
  transform: translate3d(-50px, 0, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none;
}

/*!
component > breadcrumb
------------------------------
*/
/*!
component > breadcrumb
------------------------------
*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  outline: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select .value-changed {
  color: #2b2b2b;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow: auto;
  height: 311px;
}
@media screen and (min-width: 768px) {
  .nice-select.open .list {
    height: max-content;
  }
}

.nice-select .list .option:first-child {
  color: #c7c7c7;
  font-weight: bold;
  position: relative;
}
.nice-select .list .option:first-child::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  transform: translateY(-50%) rotate(-45deg);
  display: none;
}
@media screen and (min-width: 768px) {
  .nice-select .list .option:first-child::before {
    display: block;
  }
}

.nice-select.disabled {
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  border-radius: 5px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list::after, .nice-select .list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.nice-select .list::after {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 768px) {
  .nice-select .list::before {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -apple-backdrop-filter: blur(15px);
  }
}
@media screen and (min-width: 768px) {
  .nice-select .list {
    top: 50%;
    transform: translateY(-50%);
  }
}

.nice-select .option {
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  line-height: 40px;
  min-height: 39px;
  outline: none;
  padding-left: 47px;
  padding-right: 10px;
  text-align: left;
  color: #2b2b2b;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  letter-spacing: 0.11em;
  position: relative;
  z-index: 3;
  transition: 0.5s;
}
.nice-select .option::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -apple-backdrop-filter: blur(15px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .nice-select .option::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nice-select .option {
    font-size: 0.75rem;
    padding-left: 20px;
    padding-right: 29px;
  }
}

.nice-select .option:hover,
.nice-select .option.selected.focus {
  background-color: #fff;
  color: #c7c7c7;
  letter-spacing: 0.03em;
}

.nice-select .option.selected {
  font-weight: bold;
  position: relative;
}
.nice-select .option.selected::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(42deg);
  width: 9px;
  height: 14px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .nice-select .option.selected::after {
    display: none;
  }
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #c7c7c7;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*!
layout > container
------------------------------
*/
.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1219px;
  }
  .container.w_586 {
    max-width: 666px;
  }
  .container.w_658 {
    max-width: 738px;
  }
  .container.w_762 {
    max-width: 842px;
  }
  .container.w_831 {
    max-width: 911px;
  }
  .container.w_903 {
    max-width: 983px;
  }
  .container.w_927 {
    max-width: 1007px;
  }
  .container.w_940 {
    max-width: 1020px;
  }
  .container.w_1020 {
    max-width: 1100px;
  }
}
/*!
page > common > common
------------------------------
*/
/*# sourceMappingURL=common.css.map */
