@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.en {
  font-family: "Barlow Condensed", sans-serif;
}

.spview2 {
  display: none;
}

.l-content {
  margin-bottom: 0;
}

@media (max-width: 660px) {
  .spview2 {
    display: block;
  }
}
@media (min-width: 960px) {
  .w-fixSide {
    margin-bottom: 2.5em;
  }
}
@media not all and (min-width: 960px) {
  #sidebar {
    margin-bottom: 4em;
  }
}
/*  -----------------------------
ボタン
--------------------------------- */
.swell-block-button.is-style-btn_line .swell-block-button__link {
  font-size: 15px;
  font-weight: bold;
  color: #EB7209;
  border-color: #EB7209;
  background-color: #fff;
  transition: all 0.3s;
  padding: 14px 0;
  line-height: 1;
  width: 100%;
  max-width: 250px;
  height: 50px;
  border-width: 2px;
  min-width: 10%;
}
.swell-block-button.is-style-btn_line .swell-block-button__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/04/icon_arrow_orange.png");
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.swell-block-button.is-style-btn_line .swell-block-button__link:hover {
  background-color: #EB7209;
  color: #fff;
}
.swell-block-button.is-style-btn_line .swell-block-button__link:hover::after {
  background-image: url("/wp-content/uploads/2026/04/icon_arrow_white.png");
}

@media (min-width: 960px) {
  .swell-block-button.is-style-btn_line .swell-block-button__link {
    padding: 20px 0;
    font-size: 18px;
    height: 65px;
    max-width: 320px;
  }
  .swell-block-button.is-style-btn_line .swell-block-button__link::after {
    width: 10px;
    height: 18px;
  }
}
/*  -----------------------------
cta
--------------------------------- */
.swell-block-fullWide.cta {
  padding-top: 42px !important;
  padding-bottom: 57px !important;
  margin-bottom: 56px;
}
.swell-block-fullWide.cta .is-style-section_ttl.cta__title {
  font-size: clamp(26px, 2.635431918vw, 36px);
  margin-bottom: 32px;
}
.swell-block-fullWide.cta .cta__inner .swell-block-columns__inner {
  row-gap: 24px;
}
.swell-block-fullWide.cta .cta__inner .swell-block-columns__inner a {
  padding-top: 15px;
  padding-bottom: 22px;
  height: 100%;
}
.swell-block-fullWide.cta .header__nav__box__title.cta__inner__title {
  font-size: clamp(18px, 1.756954612vw, 24px);
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0;
}
.swell-block-fullWide.cta .wp-block-group.is-row.header__nav__box__tel.cta__inner__tel {
  gap: 7px;
  align-items: center;
  margin-bottom: 0px;
}
.swell-block-fullWide.cta .wp-block-group.is-row.header__nav__box__tel.cta__inner__tel .header__nav__box__tel_img {
  width: 25px;
  height: 25px;
  position: relative;
  top: 4px;
}
.swell-block-fullWide.cta .wp-block-group.is-row.header__nav__box__tel.cta__inner__tel .header__nav__box__tel__num {
  font-size: 36px;
  line-height: 1.44;
}
.swell-block-fullWide.cta .header__nav__box__text.cta__inner__text {
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(12px, 1.1713030747vw, 16px);
}
.swell-block-fullWide.cta .header__nav__box_button.cta__inner__btn {
  height: 50px;
  padding: 12px 77px 17px;
  font-size: clamp(16px, 1.4641288433vw, 20px);
  margin-top: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
  max-width: 314px;
  max-height: 50px;
}
.swell-block-fullWide.cta .header__nav__box_button.cta__inner__btn::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 17px;
  background-image: url(/wp-content/uploads/2026/04/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 8%;
}

.banner {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.banner:hover {
  filter: brightness(1.08);
}
.banner .swell-block-columns__inner {
  gap: 0;
}
.banner .banner__content {
  padding: 20px 8px;
  background-color: #fff;
}
.banner .banner__logo {
  max-width: 255px;
  margin-inline: auto;
}
.banner .banner__text {
  text-align: center;
  font-size: clamp(15px, 1.1713030747vw, 16px);
  font-weight: 700;
  line-height: 1.66;
}
.banner .banner__img {
  aspect-ratio: 360/159;
  height: auto;
}
.banner .banner__img .banner__img__inner {
  height: 100%;
}
.banner .banner__img img {
  height: 100%;
  object-fit: cover;
}
.banner .banner__textBtn {
  padding: 7px 9px;
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
}
.banner .banner__textBtn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/uploads/2026/04/icon_banner.webp);
}

@media (min-width: 960px) {
  .swell-block-fullWide.cta {
    padding-top: 64px !important;
    padding-bottom: 100px !important;
    width: 100% !important;
    max-width: 1200px !important;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 73px !important;
  }
  .swell-block-fullWide.cta .is-style-section_ttl.cta__title {
    margin-bottom: 47px;
  }
  .swell-block-fullWide.cta .cta__inner .swell-block-columns__inner {
    column-gap: 34px;
    max-width: 1000px;
    margin-inline: auto;
  }
  .swell-block-fullWide.cta .header__nav__box.cta__inner__box a {
    height: stretch;
    padding-bottom: 20px;
  }
  .swell-block-fullWide.cta .header__nav__box_button.cta__inner__btn {
    max-width: 314px;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 55px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  }
  .swell-block-fullWide.cta .wp-block-group.is-row.header__nav__box__tel.cta__inner__tel .header__nav__box__tel_img {
    top: 0;
    width: 27px;
    height: 27px;
  }
  .cta__inner > div > div:first-child .header__nav__box__title.cta__inner__title {
    margin-bottom: 4px;
  }
  .banner {
    max-width: 664px;
    margin-inline: auto;
  }
  .banner .swell-block-columns__inner {
    gap: 0;
  }
  .banner .banner__content {
    padding: 26px 18px 24px;
  }
  .banner .banner__logo {
    margin-inline: initial;
  }
  .banner .banner__text {
    text-align: left;
    line-height: 1.56;
  }
  .banner .banner__img {
    aspect-ratio: auto;
    height: auto;
  }
  .banner .banner__img .banner__img__inner {
    height: 100%;
  }
  .banner .banner__textBtn {
    padding: 6px 13px 6px 10px;
    gap: 7px;
  }
}
/*  -----------------------------
見出し
--------------------------------- */
.wp-block-group.is-stack.title__main .title__main_en {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin-bottom: 6px;
  line-height: 1;
}
.wp-block-group.is-stack.title__main .title__main_en::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 13px;
  background-image: url(/wp-content/uploads/2026/04/icon_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}
.wp-block-group.is-stack.title__main .is-style-section_ttl.title__main_text {
  font-weight: 700;
  font-size: clamp(22px, 3.074670571vw, 42px);
  line-height: 1.6;
}
.wp-block-group.is-stack.title__main .is-style-section_ttl.title__main_text .grade {
  background: linear-gradient(-90deg, #F39900 0%, #EB7209 100%);
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  margin-right: 4px;
}

.title__deco {
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  z-index: -1;
  letter-spacing: 0;
}

@media (min-width: 960px) {
  .wp-block-group.is-stack.title__main .title__main_en {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .wp-block-group.is-stack.title__main .title__main_en::before {
    width: 34px;
    height: 20px;
    margin-right: 7px;
  }
  .title__deco {
    font-size: 180px;
  }
}
/*  -----------------------------
header
--------------------------------- */
.-img .c-headLogo__link {
  padding: 15px 0 17px;
}

/* ===================
ハンバーガーメニュー
====================== */
/* メニューアイコン（デフォルト時） */
.c-iconBtn {
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, #F39900 0%, #EB7209 100%);
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.c-iconBtn:hover {
  opacity: 0.8;
}

.p-spMenu__closeBtn .c-iconBtn {
  background-image: none;
  background-color: #F39900;
}

.-menuBtn .c-iconBtn__icon {
  width: 27px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  display: grid;
  place-items: center;
  transition: transform 0.3s;
}
.-menuBtn .c-iconBtn__icon::before, .-menuBtn .c-iconBtn__icon::after {
  grid-area: 1/1;
  content: "";
  display: block;
  inset: 0;
  width: 27px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  transition: transform 0.3s;
}
.-menuBtn .c-iconBtn__icon::before {
  transform: translateY(-8px);
}
.-menuBtn .c-iconBtn__icon::after {
  transform: translateY(8px);
}

/* メニューアイコン（オープン時） */
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::before {
  transform: rotate(45deg);
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon {
  background-color: transparent;
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::after {
  transform: rotate(-45deg);
}

/* ボタンラベル */
.l-header__menuBtn .c-iconBtn::after,
.p-spMenu__closeBtn .c-iconBtn::after {
  font-size: 13px;
  line-height: 20px;
  transform: translateY(15px);
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.-right .p-spMenu__closeBtn {
  width: fit-content;
  height: fit-content;
}

/* ボタンラベル（開くボタン） */
.l-header__menuBtn .c-iconBtn::after {
  content: "MENU";
  color: #fff;
}

/* ボタンラベル（閉じるボタン） */
.p-spMenu__closeBtn .c-iconBtn::after {
  content: "CLOSE";
  color: #fff;
}

/* メニュー */
.p-spMenu__inner {
  width: 100%;
  height: 100%;
  transform: translateX(0) !important;
  opacity: 0;
  transition: opacity 0.5s ease-out !important;
  padding-top: 16px;
  max-width: 750px;
}

.p-spMenu__bottom {
  margin-top: 0;
}

.header__nav__logo {
  padding: 6px 9px 9px;
  background-color: #fff;
  max-width: 172px;
  margin-bottom: 42px;
}

.header__nav__items {
  list-style: none;
  padding-left: 13px;
}

.header__nav__items li {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.header__nav__items li:last-child {
  margin-bottom: 0;
}

.header__nav__items li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -13px;
}

.post_content ul ul.header__nav__subItems {
  list-style: "- ";
  padding-left: 0;
  margin-left: -4px;
  color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, auto);
  margin-top: 24px;
}
.post_content ul ul.header__nav__subItems li {
  font-size: 14px;
  margin-bottom: 0px;
}

.header__nav__subItems li::before {
  content: none;
}

.header__nav__box {
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s;
}

.header__nav__box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 4px 16px;
  height: 100%;
}

.header__nav__box__title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.header__nav__box__tel {
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 5px;
}
.header__nav__box__tel_img {
  width: 12px;
}
.header__nav__box__tel__num {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.header__nav__box:has(.header__nav__box__tel):hover {
  opacity: 0.9;
}

.header__nav__box__text {
  font-size: 12px;
  font-weight: 500;
}

.header__nav__box__kana {
  font-size: 12px;
  line-height: 1;
  text-indent: 4.5rem;
}

.header__nav__box_button {
  color: #fff;
  background: linear-gradient(-45deg, #F39900 0%, #EB7209 100%);
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 100%;
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  margin-top: 9px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  max-height: 33px;
  margin: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  max-width: 154px;
}
.header__nav__box_button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(45deg, #F39900 0%, #EB7209 100%);
  opacity: 0;
  transition: all 0.3s ease;
}

.header__nav__box:has(.header__nav__box_button):hover .header__nav__box_button::before {
  opacity: 1;
}

.header__nav__list {
  margin-bottom: 56px;
}

.l-fixHeader__gnav.c-gnavWrap {
  display: none;
}

/* メニュー（オープン時） */
[data-spmenu=opened] .p-spMenu__inner {
  opacity: 1;
}

/* 背景色をぼかす */
.p-spMenu__inner::before {
  background: #F39900;
}

/* メニューをフェードイン */
.p-spMenu__body {
  opacity: 0;
  transform: translateY(20px);
  overflow: scroll;
}

[data-spmenu=opened] .p-spMenu__body {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-in, transform 0.7s ease-out;
}

/* 既存のメニューを削除 */
.c-widget__title.-spmenu,
.p-spMenu__nav {
  display: none;
}

.l-header__menuBtn.sp_ {
  display: block !important;
  width: fit-content;
  height: fit-content;
  /* ハンバーガーボタンを表示 */
}

/* ヘッダーメニューを非表示 */
nav#gnav {
  display: none;
}

.p-spMenu__overlay {
  background: #3F3A39;
  opacity: 0.4;
}

@media (min-width: 600px) {
  .post_content ul ul.header__nav__subItems {
    margin-top: 24px;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 20px;
    padding-left: 1rem;
  }
  .post_content ul ul.header__nav__subItems li {
    margin-bottom: 0;
  }
  .header__nav__items li {
    margin-bottom: 50px;
  }
}
@media (min-width: 960px) {
  .-series-right .l-header__inner {
    justify-content: space-between;
    max-width: 100%;
  }
  .p-spMenu {
    display: block;
  }
  .header__nav__logo {
    max-width: 215px;
    margin-bottom: 40px;
  }
  .p-spMenu__body {
    padding-left: 33px;
    padding-right: 33px;
    overflow: hidden;
  }
  .p-spMenu__inner {
    padding-top: 24px;
  }
  .header__nav__items {
    padding-left: 43px !important;
  }
  .header__nav__items > li {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .post_content ul ul.header__nav__subItems {
    display: grid;
    padding-left: 20px;
  }
  .post_content ul ul.header__nav__subItems li {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 1.25;
  }
  .post_content ul ul.header__nav__subItems li:nth-child(3) {
    margin-bottom: 0px;
  }
  .post_content ul ul.header__nav__subItems li:nth-child(1) {
    margin-top: 0px;
  }
  .header__nav__items li::before {
    width: 10px;
    height: 10px;
    top: 7px;
    left: -19px;
  }
  .header__nav__box__title {
    font-size: 18px;
    line-height: 2.2;
  }
  .header__nav__box__tel__num {
    font-size: 32px;
  }
  .header__nav__box__tel_img {
    width: 26px;
  }
  .header__nav__box__text {
    font-size: 15px;
    line-height: 2.46;
  }
  .header__nav__box_button {
    width: 100%;
    max-width: 253px;
    height: 50px;
    max-height: 50px;
    font-size: 16px;
  }
  .-series-right .l-header__inner {
    padding-left: 1.7vw;
  }
  .-series .l-header__logo {
    padding: 0;
    max-width: 190px;
  }
  .c-iconBtn {
    width: 125px;
    height: 125px;
  }
  .-menuBtn .c-iconBtn__icon {
    width: 46px;
  }
  .-menuBtn .c-iconBtn__icon::before,
  .-menuBtn .c-iconBtn__icon::after {
    width: 46px;
  }
  .-menuBtn .c-iconBtn__icon::before {
    transform: translateY(-15px);
  }
  .-menuBtn .c-iconBtn__icon::after {
    transform: translateY(15px);
  }
  .l-header__menuBtn .c-iconBtn::after,
  .p-spMenu__closeBtn .c-iconBtn::after {
    font-size: 23px;
    line-height: 35px;
    transform: translateY(21px);
  }
  .post_content ul ul.header__nav__subItems li {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-spMenu__body {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
@media not all and (min-width: 960px) {
  .l-header__logo {
    padding: 0 2vw 0 1vw;
  }
}
/*  -----------------------------
footer
--------------------------------- */
.w-beforeFooter {
  margin-bottom: 72px;
  margin-top: 0;
}

footer {
  padding-bottom: 15px;
  padding-top: 32px;
}
footer .l-container {
  display: flex;
  flex-direction: column;
}
footer .l-container ul.l-footer__nav {
  border-top: 1px solid #D1D1D1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8px;
  gap: 8px;
  padding-top: 16px;
}
footer .l-container .l-footer__nav a {
  font-size: 12px;
  color: #3F3A39;
  opacity: 0.7;
  line-height: 1;
  border: none;
  font-weight: 600;
}
footer .l-footer__foot {
  padding-top: 0;
}
footer .l-footer__widgetArea {
  padding-bottom: 36px;
}

.footer__about__area {
  margin-bottom: 25px;
}
.footer__about__area .footer__logo {
  max-width: 195px;
  margin-bottom: 24px;
}
.footer__about__area p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
}

.footer__nav {
  margin-bottom: 56px;
}

.footer__nav__list ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.68;
  font-weight: 600;
}
.footer__nav__list ul > li {
  margin-bottom: 12px;
  margin-top: 0;
  white-space: nowrap;
}
.footer__nav__list ul > li:last-child {
  margin-bottom: 0;
}
.footer__nav__list ul .footer__nav__sublist {
  list-style: "ー";
  padding-left: 1rem;
  font-size: 14px;
  opacity: 0.85;
  margin-top: 12px;
}
.footer__nav__list ul .footer__nav__sublist > li {
  margin-bottom: 5px;
}

.footer_contact .swell-block-button__link {
  width: 100%;
  max-width: 360px;
}
.footer_contact .footer__nav__btn {
  margin-bottom: 37px;
}

.l-footer .copyright {
  font-weight: 600;
  color: #3F3A39;
  opacity: 0.7;
}

.footer__sns > .swell-block-columns__inner {
  justify-content: center;
  gap: 19px;
}
.footer__sns .footer__sns__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.78;
  margin-bottom: 19px;
}
.footer__sns .footer__sns__icons > .swell-block-columns__inner {
  justify-content: center;
  gap: 0px;
}
.footer__sns .footer__sns__icon {
  width: fit-content;
  margin-left: 12px;
}
.footer__sns .footer__sns__icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 16px;
  transition: all 0.3s ease;
}
.footer__sns .footer__sns__icon a img {
  width: 100%;
}
.footer__sns .footer__sns__icon a:hover {
  opacity: 1;
  transform: translateY(3px);
  box-shadow: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
}

.w-footer__box {
  padding-bottom: 0;
}

@media (min-width: 960px) {
  .w-beforeFooter {
    margin-bottom: 103px;
  }
  .footer__inner > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__nav > div {
    flex-direction: column;
    width: fit-content;
  }
  .footer__about__area .footer__logo {
    max-width: 250px;
    margin-bottom: 49px;
  }
  .footer__nav__list ul .footer__nav__sublist {
    padding-left: 2em;
  }
  .footer__nav > div {
    gap: 6px;
  }
  .footer_contact .swell-block-button__link {
    width: 100%;
    max-width: 312px !important;
  }
  .footer_contact .footer__nav__btn {
    margin-bottom: 32px;
  }
  .footer__sns .footer__sns__text {
    font-size: 16px;
  }
  .footer__sns > .swell-block-columns__inner {
    gap: 27px;
  }
  .footer__sns .footer__sns__icon a {
    width: 73px;
    height: 73px;
    padding: 20px;
  }
  .footer__sns .footer__sns__icon {
    margin-left: 17px;
  }
  .footer__nav {
    margin-bottom: 0;
  }
  footer .l-footer__widgetArea {
    padding-bottom: 0px;
    padding-top: 0;
  }
  footer .l-container ul.l-footer__nav {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    gap: 46px;
    border: none;
  }
  footer .l-container {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 56px;
    padding-top: 0px;
  }
  .l-footer .copyright {
    font-size: 13px;
  }
  footer .l-container .l-footer__nav a {
    padding: 0;
    font-size: 13px;
  }
  .l-footer__foot {
    padding-bottom: 0;
  }
  footer {
    padding-bottom: 34px;
    padding-top: 64px;
  }
  .w-footer__box {
    padding: 0;
    padding-bottom: 56px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 20px;
  }
  .l-footer__foot .l-container::before {
    content: "";
  }
  .footer__about__area {
    width: 32.4304538799vw;
    max-width: 443px;
  }
}
/*  -----------------------------
top
--------------------------------- */
.p-mainVisual__inner {
  width: 92.093704246vw;
  position: relative;
}
.p-mainVisual__inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.p-mainVisual__inner.swiper {
  overflow: visible;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.mv__circle {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  transform: rotate(-8deg);
  margin-bottom: -3px;
  position: relative;
  z-index: 2;
  left: -29px;
  padding: 2% !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
}
@media (min-width: 960px) {
  .mv__circle {
    width: clamp(160px, 15.0805270864vw, 206px);
    height: clamp(160px, 15.0805270864vw, 206px);
    padding: 2% !important;
    align-items: center;
    justify-content: center;
    margin-bottom: -7px;
  }
}
.mv__circle .mv__circle__title {
  font-size: 26px;
  font-size: clamp(15px, 1.9033674963vw, 26px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 2px;
  text-shadow: none;
}
.mv__circle .mv__circle__num {
  flex-direction: row !important;
  justify-content: center;
  font-size: clamp(38px, 4.5387994143vw, 62px);
  font-weight: 600;
  align-items: flex-end;
  line-height: 1;
  gap: 2px;
  margin-bottom: 2px;
  text-shadow: none;
}
.mv__circle .mv__circle__num .mv__circle__num_text {
  font-size: clamp(18px, 2.2693997072vw, 31px);
  font-weight: 700;
  padding-bottom: 5px;
  text-shadow: none;
}
.mv__circle .mv__circle__text {
  font-size: clamp(15px, 1.9033674963vw, 26px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-shadow: none;
  margin-bottom: 4px;
  text-shadow: none;
}
.mv__circle .mv__circle__text img {
  width: 11px !important;
  object-fit: contain;
}
@media (min-width: 960px) {
  .mv__circle .mv__circle__text img {
    width: 17px !important;
  }
}
.mv__circle .mv__circle__note {
  font-size: clamp(8px, 1.0248901903vw, 14px);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: none;
}

.mv__text {
  position: relative;
  margin-bottom: 30px;
}
.mv__text::after, .mv__text::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
}
@media (min-width: 660px) {
  .mv__text::after, .mv__text::before {
    bottom: -31px;
  }
}
.mv__text::before {
  height: 3px;
  width: 43px;
  background-color: #fff;
}
@media (min-width: 660px) {
  .mv__text::before {
    width: 116px;
    height: 5px;
  }
}
.mv__text::after {
  height: 3px;
  width: 170px;
  background-color: #FFFFFF;
  opacity: 0.4;
}
@media (min-width: 660px) {
  .mv__text::after {
    height: 5px;
    width: 450px;
  }
}
.mv__text p {
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  text-shadow: none;
}
.mv__text p:first-child {
  font-size: clamp(12px, 3.6603221083vw, 50px);
  margin-bottom: 10px;
  line-height: 2;
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv__text p:first-child span {
  color: #EB7209;
  text-shadow: none;
  padding: 0 7px;
  writing-mode: horizontal-tb;
  font-size: clamp(22px, 3.6603221083vw, 50px);
  line-height: 1.6;
}
.mv__text p:nth-child(2) {
  font-size: clamp(18px, 3.1478770132vw, 43px);
}
.mv__text p:nth-child(2) span {
  background: linear-gradient(0deg, #EAC78B 0%, #FA8203 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 4px;
  font-size: clamp(22px, 3.1478770132vw, 43px);
}

.mv__subText {
  line-height: 1.46;
  font-size: clamp(15px, 1.756954612vw, 24px);
  font-weight: 500;
  text-shadow: none;
  margin-bottom: 0;
}

.p-mainVisual__textLayer {
  justify-content: end;
  padding-bottom: 25px;
}

.wp-block-group.mv__wrapper {
  margin-bottom: 0;
}

#main_visual {
  position: relative;
  padding-bottom: 50px;
}
#main_visual::after {
  content: "";
  display: block;
  position: absolute;
  height: calc(50% + 50px);
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F39900;
}

@media (min-width: 660px) {
  .mv__text p:first-child {
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin-bottom: 10px;
    line-height: 1.5;
    writing-mode: horizontal-tb;
  }
  .mv__text p:nth-child(2) {
    display: flex;
    gap: 2px;
    align-items: end;
  }
  .mv__subText {
    font-weight: 700;
    line-height: 1.875;
    line-height: 1.875;
  }
  .mv__text {
    margin-bottom: 60px;
  }
  .p-mainVisual__textLayer {
    padding-bottom: 72px;
    padding-left: 5%;
  }
  #main_visual {
    padding-bottom: 77px;
  }
  #main_visual::after {
    height: calc(50% + 77px);
  }
  .mv__circle .mv__circle__title {
    margin-bottom: 4px;
  }
  .mv__circle .mv__circle__num {
    gap: 3px;
    margin-bottom: 3px;
  }
  .mv__circle .mv__circle__num .mv__circle__num_text {
    padding-bottom: 8px;
  }
}
.top #content {
  padding-top: 0;
}

.top__news {
  position: relative;
  padding-top: 56px !important;
  padding-bottom: 63px !important;
}
.top__news .title__deco {
  top: -40px;
  left: 0;
}
.top__news .-type-list .c-postThumb__cat {
  left: auto;
  right: 0;
}
.top__news .swell-block-fullWide__inner.l-container {
  max-width: 1096px;
}
.top__news .p-postListWrap.top__news__list.sp_only .-type-list .p-postList__link {
  flex-wrap: nowrap;
}
.top__news .top__news__list {
  margin-bottom: 42px;
}
.top__news .top__news__list .p-postList__thumb.c-postThumb {
  aspect-ratio: 124/78;
  width: 36%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.top__news .top__news__list .p-postList__thumb.c-postThumb .c-postThumb__figure {
  height: 100%;
  object-fit: cover;
}
.top__news .top__news__list .p-postList__body {
  width: 62%;
}
.top__news .top__news__list .p-postList__body .p-postList__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.64;
  margin-bottom: 8px;
  flex: 1;
}
.top__news .top__news__list .p-postList__body time.c-postTimes__posted.icon-posted {
  font-size: 10px;
  font-weight: 600;
  color: #8D8D8D;
}
.top__news .p-postListWrap.top__news__list.pc_only .p-postList.-type-card {
  flex-wrap: nowrap;
}

.swell-block-column.swl-has-mb--s.sns__icon {
  max-width: 100px;
}

@media (min-width: 960px) {
  .top__news {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }
  .top__news .title__deco {
    top: -50px;
    left: 42px;
  }
  .top__news .top__news__list .p-postList__thumb.c-postThumb {
    width: 100%;
    aspect-ratio: 319/180;
  }
  .top__news .top__news__list .p-postList__body {
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .top__news .top__news__list .p-postList__body .p-postList__title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .top__news .top__news__list .p-postList__body time.c-postTimes__posted.icon-posted {
    font-size: 11px;
  }
  .top__news__list {
    margin-bottom: 56px;
  }
  .top__news__list .p-postList__link {
    display: flex;
    flex-direction: column;
  }
  .top__news__list .p-postList__item {
    margin-bottom: 0px;
  }
  .top_news_btn.swell-block-button.is-style-btn_line {
    margin-top: -110px;
    margin-bottom: 80px;
    margin-left: auto;
    z-index: 2;
  }
  .top_news_btn.swell-block-button.is-style-btn_line a.swell-block-button__link {
    max-width: 250px;
    min-width: 250px;
  }
}
.top_about {
  padding-top: 56px;
  padding-bottom: 72px;
}
.top_about .title__deco {
  top: 0;
  right: 0;
}
.top_about .title__main {
  margin-bottom: 40px;
}
.top_about .wp-block-group.is-stack.title__main .is-style-section_ttl.title__main_text.top_about_title {
  font-size: clamp(21px, 3.074670571vw, 42px);
}

.top_about_title .grade {
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 6px 12px;
}

.top_about_title .grade:last-child {
  display: inline-block;
  margin-top: 4px;
}

.top_news_btn {
  margin-bottom: 48px;
}

.sns_list_box {
  background-color: #fff;
  padding: 30px 27px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  max-width: 600px;
  margin-inline: auto;
}
.sns_list_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #EB7209;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.sns_list_box .sns_list_box__text {
  font-size: 16px;
  line-height: 1.56;
  font-weight: 600;
}
.sns_list_box .swell-block-columns__inner {
  row-gap: 20px;
}
.sns_list_box .sns__icon a {
  width: 73px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  transition: all 0.3s ease;
  margin: auto;
}
.sns_list_box .sns__icon a:hover {
  opacity: 1;
  transform: translateY(3px);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.sns_list_box .sns__icons__list > div {
  justify-content: center;
}

.top__about__textLink {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px !important;
  transition: all 0.3s;
}
.top__about__textLink a {
  font-weight: 400;
  text-decoration: underline;
}
.top__about__textLink::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/uploads/2026/04/icon_llink.png);
}
.top__about__textLink:hover {
  opacity: 0.7;
}

.top__about__text {
  font-weight: 500;
  line-height: 1.68;
}
.top__about__text p {
  line-height: 1.68;
  margin-bottom: 8px;
}
.top__about__text.top_about__text__hasCheck {
  list-style: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.top__about__text.top_about__text__hasCheck .check {
  position: relative;
}
.top__about__text.top_about__text__hasCheck .check::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/wp-content/uploads/2026/04/icon_check.png);
  vertical-align: middle;
  margin-right: 4px;
}

.top_about_imgArea .top_about_img {
  width: calc(100% - 21px);
  box-shadow: 21px 24px 0 #EFEFEF;
}

.top__about__box {
  border: 1px solid #6C6A6A;
  margin-bottom: 64px;
}
.top__about__box .top__about__box__title {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  padding: 9px 4px;
  margin-bottom: 0;
}
.top__about__box .top__about__box__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.68;
  text-align: center;
  padding: 16px 4px 18px 4px;
}

.top_about_inner {
  margin-bottom: 64px;
}

@media (min-width: 960px) {
  .sns_list_box {
    padding: 30px 34px 24px;
  }
  .sns_list_box > div {
    align-items: center;
  }
  .sns_list_box .sns_list_box__text {
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
  }
  .sns_list_box .sns__icons__list {
    max-width: 250px;
    margin-left: auto;
  }
  .sns_list_box .sns__icons__list > div {
    column-gap: 28px;
  }
  .sns_list_box .sns__icons__list .sns__icon {
    margin: 0;
  }
  .top__about__box .top__about__box__text {
    padding: 20px 16px 20px;
  }
  .top_about_imgArea .top_about_img {
    box-shadow: 22px 27px 0 #EFEFEF;
  }
  .top_about_inner {
    margin-bottom: 90px;
  }
  .top_about {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 90%;
    max-width: 1200px;
  }
  .top_about .wp-block-group.is-stack.title__main .is-style-section_ttl.title__main_text {
    font-size: clamp(22px, 2.635431918vw, 36px);
    line-height: 1.8;
  }
  .top_about_title .grade {
    margin-top: 6px;
    margin-left: 12px;
    line-height: 50px;
    padding: 3px 12px !important;
    height: 63px;
  }
  .top_about .title__main {
    margin-bottom: 63px;
  }
  .top_about_imgArea {
    max-width: 380px;
    margin-left: auto;
  }
  .top_about_imgArea .top_about_img {
    max-width: 375px;
    box-shadow: 21px 24px 0 #EFEFEF;
  }
  .top__about__box {
    margin-bottom: 50px;
  }
}
@media (min-width: 1208px) {
  .top_about {
    width: 1200px;
  }
}
.top__step {
  position: relative;
}
.top__step .title__deco {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top__step__text {
  font-weight: 600;
  line-height: 1.6875;
  margin-bottom: 70px;
}

.top_step_title .grade {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 5px !important;
  padding-bottom: 6px !important;
}

.top__step__box__beginner__title__box {
  border: 2px solid #62B437;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}
.top__step__box__beginner__title__box .top__step__box__beginner__title {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 12px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  padding: 4px 0 7px 0 !important;
  margin-bottom: 0 !important;
}
.top__step__box__beginner__title__box .top__step__box__beginner__title::before {
  position: initial;
  content: "";
  display: inline-block;
  width: 16px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent !important;
  background-image: url(/wp-content/uploads/2026/04/icon_bigner.png);
}

.top__step__box__beginner__text {
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.625;
  padding: 11px 6px 17px 6px;
}

.top__step__arrow {
  height: 83px;
  margin-bottom: 12px;
}
.top__step__arrow img {
  height: 100%;
  width: 56px;
}

.top__step__arrowBox {
  position: relative;
}

.top__step__box__beginner__note {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(20px);
}

.top__step__box__beginner__license {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 19px 0 17px 0;
  border: 2px solid #62B437;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.top__step__box__beginner__license::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #62B437;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top__step__box__experience__title__box {
  border: 2px solid #114C77;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}
.top__step__box__experience__title__box .top__step__box__experience__title {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 12px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  padding: 4px 0 7px 0 !important;
  margin-bottom: 0 !important;
}
.top__step__box__experience__title__box .top__step__box__experience__title::before {
  content: "";
  position: static;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/wp-content/uploads/2026/04/icon_experienced.png);
  background-color: transparent !important;
}

.top__step__box__experience__text {
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.625;
  padding: 11px 4px 17px 4px;
}

.top__step__arrow {
  height: 83px;
  margin-bottom: 12px;
}
.top__step__arrow img {
  height: 100%;
  width: 56px;
}

.top__step__arrowBox {
  position: relative;
}

.top__step__box__experience__note {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding: 5px !important;
  width: 270px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 9px;
  transform: translateX(-50%);
  border-radius: 50px;
}

.top__step__box__experience__license {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 19px 0 17px 0;
  border: 2px solid #114C77;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.top__step__box__experience__license::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #114C77;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top__step__box__item__experience .top__step__arrowBox {
  margin-bottom: 9px;
}

@media (min-width: 960px) {
  .top__step {
    padding-top: 108px !important;
  }
  .top__step .swell-block-fullWide__inner.l-container {
    max-width: 1096px;
  }
  .top__step .wp-block-group.is-stack.title__main {
    margin-bottom: 48px;
  }
  .top__step .wp-block-group.is-stack.title__main .is-style-section_ttl.title__main_text {
    font-size: clamp(22px, 2.635431918vw, 36px);
    line-height: 1.8;
  }
  .top__step .top_step_title .grade {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 9px !important;
    padding-right: 0 !important;
    line-height: 63px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 63px;
  }
  .top__step .top__step__boxList {
    max-width: 1000px;
  }
  .top__step__text {
    margin-bottom: 63px;
  }
  .top__step__box__beginner__title__box .top__step__box__beginner__title,
  .top__step__box__experience__title__box .top__step__box__experience__title {
    font-size: 30px;
    height: 60px;
  }
  .top__step__box__beginner__title__box .top__step__box__beginner__title::before {
    width: 25px;
    height: 40px;
  }
  .top__step__box__experience__title__box .top__step__box__experience__title::before {
    width: 44px;
    height: 44px;
  }
  .top__step__box__beginner__text,
  .top__step__box__experience__text {
    padding: 20px 30px 29px 30px;
    text-align: left;
    font-size: 24px;
    font-size: clamp(20px, 1.7964071856vw, 24px);
  }
  .top__step__arrow {
    height: 136px;
  }
  .top__step__arrow img {
    width: 75px;
  }
  .top__step__box__beginner__note {
    font-size: 18px;
    line-height: 1.3;
    right: -12%;
    top: 34px;
  }
  .top__step__box__beginner__license,
  .top__step__box__experience__license {
    font-size: 28px;
    font-size: clamp(20px, 2.0958083832vw, 28px);
    padding: 26px 6px 24px 6px;
    line-height: 1.3;
  }
  .top__step__box__beginner__license::before,
  .top__step__box__experience__license::before {
    height: 10px;
  }
  .top__step__box__experience__note {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    padding: 5px !important;
    width: 412px;
    height: 56px;
    top: 24px;
  }
}
.top__style {
  padding-top: 56px;
  padding-bottom: 72px;
  position: relative;
}
.top__style .title__main {
  margin-bottom: 42px;
}
.top__style .title__deco {
  top: 0;
  left: 0;
}
.top__style .top_style_title .grade {
  margin-top: 12px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.top__style__item {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.top__style__item .top__style__item__inner {
  padding: 56px 16px 40px;
  border-radius: 0 0px 10px 10px;
  border: 3px solid #D8D8D8;
  border-top: none;
  flex: 1;
}
.top__style__item .top__style__item__titleWrapper {
  background-image: linear-gradient(170deg, rgb(63, 58, 57) 50%, rgb(93, 85, 84) 50%);
  height: 70px;
  max-height: 70px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.top__style__item .top__style__item__title {
  line-height: 1.45;
  font-size: 20px;
  font-weight: 700;
}
.top__style__item .top__style__item__subTitle {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}
.top__style__item .top__style__item__img {
  position: relative;
  margin: auto;
  margin-bottom: 55px;
}
.top__style__item .top__style__item__img::after {
  content: "";
  display: block;
  width: 166px;
  height: 166px;
  background-color: #F7F7F7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  z-index: -1;
}
.top__style__item:first-child .top__style__item__img {
  width: 156px;
}
.top__style__item:nth-child(2) .top__style__item__img {
  width: 127px;
}
.top__style__item .top__style__item__content__title {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.top__style__item .top__style__item__content__title::after {
  content: "";
  display: inline-block;
  flex: 1;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, rgba(63, 58, 75, 0.5) 3px, transparent 3px);
  background-size: 14px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.top__style__item .wp-block-list.top__style__item__content__list {
  list-style: "・";
  padding-left: 1em;
}
.top__style__item .wp-block-list.top__style__item__content__list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6875;
}
.top__style__item .top__style__item__content:nth-of-type(1) {
  margin-bottom: 30px;
}

.top__style__list {
  margin-bottom: 32px;
}

.top__style__text {
  line-height: 1.6875;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 32px;
}

.top__style__link__item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
}

.top__style__link__item a {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding: 16px 45px;
  background-color: #fff;
  border: 1px solid #EB7209;
  border-bottom: 5px solid #EB7209;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.top__style__link__item a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2026/04/icon_arrow_orange.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.top__style__link__item a::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: linear-gradient(to right, #EB7209, #F39900);
  clip-path: polygon(0 0, 0 100%, 100% 0%);
  position: absolute;
  top: -1px;
  left: 0;
}
.top__style__link__item a:hover::after {
  transform: translateY(-50%) translateX(8px);
}

.top__style__link__img {
  max-width: 65px;
}

@media (min-width: 960px) {
  .top__style {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1000px !important;
    left: auto;
  }
  .top__style .title__main {
    margin-bottom: 70px;
  }
  .top__style .title__deco {
    left: -12%;
  }
  .top__style .wp-block-group.is-stack.title__main .is-style-section_ttl.title__main_text {
    font-weight: 700;
    font-size: clamp(22px, 2.635431918vw, 36px);
    line-height: 1.8;
  }
  .top__style .wp-block-group.is-stack.title__main .is-style-section_ttl.title__main_text .grade {
    padding: 0 22px;
    height: 63px;
    line-height: 63px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .top__style__item .top__style__item__inner {
    padding: 56px 16px 30px 24px;
  }
  .top__style__item .top__style__item__titleWrapper {
    flex-direction: row;
    margin-bottom: 0;
  }
  .top__style__item .top__style__item__title {
    line-height: 1.47;
    font-size: clamp(22px, 2.2058823529vw, 30px);
    font-weight: 700;
  }
  .top__style__item .top__style__item__subTitle {
    font-size: clamp(18px, 1.6176470588vw, 22px);
  }
  .top__style__item .top__style__item__img {
    margin-bottom: 56px;
  }
  .top__style__item .top__style__item__img::after {
    width: 210px;
    height: 210px;
  }
  .top__style__item:first-child .top__style__item__img {
    width: 200px;
  }
  .top__style__item:nth-child(2) .top__style__item__img {
    width: 161px;
  }
  .top__style__item .top__style__item__content__title {
    line-height: 1.45;
    font-size: 22px;
    margin-bottom: 10px;
    gap: 17px;
  }
  .top__style__item .top__style__item__content__title::after {
    background-size: 10px 3px;
  }
  .top__style__item .wp-block-list.top__style__item__content__list {
    list-style: "・";
    padding-left: 15px;
  }
  .top__style__item .wp-block-list.top__style__item__content__list li {
    font-size: 20px;
    line-height: 1.5;
  }
  .top__style__item .wp-block-list.top__style__item__content__list li span {
    font-size: 18px;
  }
  .top__style__item .top__style__item__content:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .top__style__list {
    margin-bottom: 48px;
  }
  .top__style__text {
    margin-bottom: 70px;
  }
  .top__style__link__item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    position: relative;
    max-width: 220px;
  }
  .top__style__link__item a {
    max-width: 220px;
    padding: 130px 8px 33px;
    border-bottom: 10px solid #EB7209;
    position: relative;
    font-size: 20px;
    gap: 11px;
    justify-content: center;
  }
  .top__style__link__item a::after {
    position: static;
    width: 11px;
    height: 19px;
    transform: none;
  }
  .top__style__link__item a::before {
    width: 65px;
    height: 65px;
  }
  .top__style__link__item a:hover::after {
    transform: translateX(8px);
  }
  .top__style__link__img {
    max-width: 82px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .swell-block-columns.top__style__linkList > div {
    justify-content: center;
  }
}
.top__reason {
  padding-top: 56px !important;
  padding-bottom: 70px !important;
}
.top__reason .title__main {
  margin-bottom: 56px;
}
.top__reason .title__deco {
  right: 0;
  top: -53px;
}
.top__reason .top_reason_title .grade {
  margin-top: 10px;
}

.record__titleWrap {
  margin-bottom: 24px;
}
.record__titleWrap .record__title {
  font-size: 29px;
  font-size: clamp(24px, 7.4358974359vw, 29px);
  line-height: 1.8;
  font-weight: 700;
  position: relative;
  padding: 0 36px;
  width: fit-content;
  margin-inline: auto;
}
.record__titleWrap .record__title span {
  font-size: 37px;
  font-size: clamp(26px, 9.4871794872vw, 37px);
}
.record__titleWrap .record__title::before, .record__titleWrap .record__title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  border-radius: 50px;
  background-color: #3F3A39;
  position: absolute;
  top: 40px;
}
.record__titleWrap .record__title::before {
  transform: rotate(60deg);
  left: -6px;
}
.record__titleWrap .record__title::after {
  transform: rotate(-60deg);
  right: -6px;
}
.record__titleWrap .record__title__text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.reason__list {
  margin-bottom: 56px;
}
.reason__list .reason__item {
  position: relative;
  background-color: #fff;
  padding: 32px 20px 32px;
  border-radius: 10px;
  border: 3px solid #D8D8D8;
}
.reason__list .reason__item::before {
  content: "";
  display: block;
  width: auto;
  height: 10px;
  background-color: #EB7209;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  border-radius: 7px 7px 0 0;
}
.reason__list .reason__item__num {
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 56px;
  -webkit-text-stroke: 1px #EB7209;
  text-stroke: 1px #EB7209;
  color: transparent;
  font-weight: 600;
  line-height: 1.2;
}
.reason__list .reason__item__img img {
  max-width: 73px;
}
.reason__list .reason__item__title {
  margin-top: 16px;
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 1.45;
}
.reason__list .reason__item__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.loop__slider {
  display: flex;
  overflow: hidden;
  gap: 25px;
  margin-bottom: 56px;
}

.loop__slider .wp-block-group__inner-container,
.loop__slider .swell-block-columns {
  display: contents;
}

.loop__slider .swell-block-columns__inner {
  flex-wrap: nowrap;
  animation: infinity-scroll-left 15s infinite linear;
}

.loop__slider .swell-block-column figure {
  width: 500px;
  position: relative;
}

.loop__slider .swell-block-column figure::before {
  padding-top: 65%;
  display: block;
  content: "";
}

.loop__slider .swell-block-column figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.loop__slider .swell-block-columns__inner .swell-block-column {
  position: relative;
}

.loop__slider .swell-block-columns__inner .swell-block-column p {
  position: absolute;
  top: 17px;
  left: 0;
  line-height: 1.5;
  color: #fff;
  width: fit-content;
  padding: 4px 30px 4px 10px;
  background-color: rgba(63, 58, 57, 0.9);
  font-size: 13px;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}

@media screen and (max-width: 959px) {
  .loop__slider .swell-block-column figure {
    width: 340px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (min-width: 960px) {
  .top__reason {
    padding-top: 100px !important;
    padding-bottom: 124px !important;
  }
  .top__reason .title__main {
    margin-bottom: 80px;
  }
  .top__reason .title__deco {
    right: 0;
    top: -93px;
  }
  .top__reason .wp-block-group.is-stack.title__main .is-style-section_ttl.title__main_text {
    font-size: clamp(22px, 2.635431918vw, 36px);
    line-height: 1.8;
  }
  .top__reason .top_reason_title .grade {
    line-height: 50px;
    margin-top: 14px;
    height: 63px;
  }
}
.reason__list {
  margin: auto;
  margin-bottom: 60px;
}
.reason__list > .swell-block-columns__inner {
  justify-content: center;
  max-width: 1200px !important;
  margin-inline: auto;
}
.reason__list .reason__item {
  padding: 34px 7px 26px;
}
.reason__list .reason__item__num {
  position: absolute;
  left: 20px;
  top: 10px;
}
.reason__list .reason__item__img img {
  max-width: 80px;
}
.reason__list .reason__item__title {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 28px;
  font-size: clamp(20px, 1.7647058824vw, 28px);
}
.reason__list .reason__item__text {
  font-size: clamp(12px, 1.1764705882vw, 16px);
}

.record__titleWrap {
  margin-bottom: 29px;
}
.record__titleWrap .record__title {
  font-size: 27px;
}
.record__titleWrap .record__title span {
  font-size: 36px;
}
.record__titleWrap .record__title::before, .record__titleWrap .record__title::after {
  content: "";
  width: 48px;
  top: 37px;
}
.record__titleWrap .record__title::before {
  transform: rotate(60deg);
  left: -15px;
}
.record__titleWrap .record__title::after {
  transform: rotate(-60deg);
  right: -15px;
}
.record__titleWrap .record__title__text {
  font-size: 18px;
}

.record__slider {
  margin-bottom: 72px;
}
.record__slider .swell-block-columns__inner .swell-block-column {
  position: relative;
}
.record__slider .swell-block-columns__inner .swell-block-column p {
  position: absolute;
  top: 17px;
  left: 0;
  line-height: 1.5;
  color: #fff;
  width: fit-content;
  padding: 4px 27px 4px 12px;
  background-color: rgba(63, 58, 57, 0.9);
  font-size: 16px;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}
.record__slider .swell-block-column figure {
  margin-bottom: 0;
}
.record__slider .swell-block-column figure img {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

@media (min-width: 960px) {
  .record__titleWrap .record__title {
    font-size: 36px;
  }
  .record__titleWrap .record__title span {
    font-size: 46px;
  }
  .record__titleWrap .record__title::before, .record__titleWrap .record__title::after {
    content: "";
    width: 53px;
    top: 50px;
  }
  .record__titleWrap .record__title__text {
    font-size: 22px;
    margin-top: -8px;
  }
}
.top__service {
  padding-top: 50px;
  padding-bottom: 72px;
}
.top__service > .wp-block-group__inner-container {
  max-width: 1000px !important;
  margin-inline: auto;
}
.top__service .top__service__title {
  background: linear-gradient(-45deg, #F39900 0%, #EB7209 100%);
  margin-bottom: 42px;
  font-size: 22px;
  font-size: clamp(20px, 2.6470588235vw, 36px);
  line-height: 1.36;
  font-weight: 700;
  padding: 12px 16px;
  width: fit-content;
  margin-inline: auto;
  border-radius: 10px;
  position: relative;
}
.top__service .top__service__title::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/uploads/2026/04/arrow-2.png);
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.top__service .top__service__text {
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.6875;
}
.top__service .top__service__item .top__service__item__img {
  margin-bottom: 12px;
}
.top__service .top__service__item__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.45;
}
.top__service .top__service__item__text {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 600;
}

@media (min-width: 960px) {
  .top__service {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top__service > .wp-block-group__inner-container {
    max-width: 1000px !important;
    margin-inline: auto;
  }
  .top__service .top__service__title {
    margin-bottom: 50px;
    font-size: clamp(20px, 2.6470588235vw, 36px);
    padding: 9px 36px;
  }
  .top__service .top__service__title::after {
    width: 19px;
  }
  .top__service .top__service__text {
    margin-bottom: 64px;
  }
}
@media not all and (min-width: 600px) {
  .c-postThumb__cat {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */