@charset "UTF-8";
/* PC
----------------------------------*/
#nav-toggle,
#sp-nav,
.sp_nav,
.sp-btn {
  display: none;
}

:root {
  --header-h: 64px;
}

/* SP
----------------------------------*/
@media (max-width: 1279px) {
  .service-tabs.type2 .service-tabs__tab {
    width: calc((100% - 30px) / 2);
  }
  #mv {
    height: min(max(62.5vw, 720px), 100svh);
  }
  #mv .mv-wrapper .mv-left {
    width: 100%;
  }
  #mv .mv-wrapper .mv-img {
    width: 65%;
    gap: 16px;
    margin-right: -40px;
    margin-top: clamp(-140px, -9vw, -100px);
    position: absolute;
    z-index: 0;
    right: 0;
  }
  #mv .mv-wrapper .mv-img .inner {
    width: calc((100% - 32px) / 3);
  }
  .contents-center .inner {
    max-width: 620px;
  }
  .flex--sp-column {
    flex-direction: column;
  }
  #header .head-right_link {
    display: none;
  }
  .ggmap {
    text-align: center;
  }
  .btn--right {
    text-align: center;
  }
  .btn--left {
    text-align: center;
  }
  .btn--left a {
    margin-left: auto;
  }
  .list--ol > li .txt {
    font-size: 1.4rem;
  }
  .list--ol > li .num {
    font-size: 1.6rem;
  }
  .list--num > li::before {
    font-size: 3.2rem;
  }
  .flow > li {
    align-items: center;
  }
  .flow > li .icon {
    width: 100px;
    height: 75px;
  }
  .flow > li .text {
    width: calc(100% - 110px);
  }
  .flow2 {
    gap: 20px;
  }
  .flow2 > li {
    width: 100%;
  }
  .flow2 > li .img {
    margin-left: auto;
    margin-right: auto;
  }
  .flow2 > li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .faq .faq-item {
    border-radius: 8px;
  }
  .faq .faq-item .faq-question .qa-badge {
    font-size: 1.6em;
  }
  .faq .faq-item .faq-question .title-html {
    font-size: 1.2rem;
  }
  .title-bubble {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-contents-center {
    display: grid;
    place-items: center;
  }
  .sp-contents-center > * {
    inline-size: min(100%, var(--inner-max, max-content));
  }
  .sp-contents-center img {
    max-inline-size: 100%;
  }
  .sp-max300 {
    max-width: 300px;
  }
}
@media (max-width: 799px) {
  #page-top {
    width: 46px;
    height: 46px;
    bottom: 115px;
    right: 5px;
  }
  /* トグルボタン */
  #nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    width: 60px;
    height: 60px;
    display: grid !important;
    place-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: none;
  }
  #nav-toggle .hamb {
    position: relative;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    transition: background 0.3s ease;
  }
  #nav-toggle .hamb::before,
  #nav-toggle .hamb::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    transition: transform 0.3s ease, top 0.3s ease;
  }
  #nav-toggle .hamb::before {
    top: -8px;
  }
  #nav-toggle .hamb::after {
    top: 8px;
  }
  #nav-toggle .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  /* スクロール後の黒（ただし × のときは除外） */
  #nav-toggle.scrolled:not(.is-open) .hamb,
  #nav-toggle.scrolled:not(.is-open) .hamb::before,
  #nav-toggle.scrolled:not(.is-open) .hamb::after {
    background: #000;
    box-shadow: none;
  }
  /* 開いた状態（×）は白固定 */
  #nav-toggle.is-open .hamb {
    background: transparent;
  }
  #nav-toggle.is-open .hamb::before,
  #nav-toggle.is-open .hamb::after {
    background: #fff;
  }
  /* 開いているとき（×形状） */
  #nav-toggle.is-open .hamb {
    background: transparent;
  }
  #nav-toggle.is-open .hamb::before {
    top: 0;
    transform: rotate(45deg);
  }
  #nav-toggle.is-open .hamb::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* ===== SPメニュー本体 ===== */
  #sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 10000;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.32s ease, visibility 0.32s ease;
    padding: 24px 20px 28px;
    padding-top: 13%;
    overflow-y: auto;
    text-align: center;
    /* ▼▼▼あなたの元のコードはそのまま ▼▼▼ */
  }
  #sp-nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
  }
  #sp-nav nav ul > li {
    transition: transform 0.45s ease, opacity 0.45s ease;
    text-align: center;
    border-bottom: 2px solid #fff;
  }
  #sp-nav nav ul > li:first-child {
    border-top: 2px solid #fff;
  }
  #sp-nav nav ul > li a {
    padding: 10px 0;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    display: block;
  }
  #sp-nav .btn a {
    width: 300px;
    font-weight: 700;
    font-size: 16px;
    gap: 10px;
    padding: 8px 20px;
    height: 40px;
    max-width: 100%;
  }
  #sp-nav .btn a .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
  }
  #sp-nav .btn a.ig {
    background: linear-gradient(89.35deg, #F9CF00 0%, #E20E36 50.33%, #7E32A1 100%);
  }
  #sp-nav .btn a.line {
    background: #06C755;
  }
  #sp-nav .btn a.tel {
    background: #FFFFFF;
    color: #404040;
    font-size: 2.4rem;
    line-height: 1;
  }
  #sp-nav .text {
    color: #FFFFFF;
    font-size: 1.6rem;
    margin-top: 40px;
  }
  /* メニュー表示時 */
  body.open #sp-nav.menu-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
  }
  .sp-btn {
    display: block;
    position: absolute;
    top: 60px;
    z-index: 100;
    right: 0;
    transition: 0.3s ease;
  }
  .sp-btn.is-fixed {
    position: fixed;
    bottom: 20px;
    right: 20p0x;
    z-index: 9999;
  }
  .campaign-bar {
    min-height: 54px;
  }
  .campaign-bar__inner {
    flex-wrap: wrap;
    gap: 5px 8px;
    padding: 6px 12px;
  }
  .campaign-bar__label {
    order: 1;
    font-size: 11px;
    padding: 0.28em 0.75em;
  }
  .campaign-bar__cta {
    order: 2;
    font-size: 10.5px;
    padding: 0.3em 0.8em;
  }
  .campaign-bar__txt {
    order: 3;
    flex: 0 0 100%;
    font-size: 11px;
    text-align: center;
  }
  #mv {
    --cbar-h: 58px;
  }
  #mv-cta a {
    display: block;
  }
  #mv-cta .head {
    background: linear-gradient(73.99deg, #FF6368 0%, #FF6368 70.9%, #FFA0A3 100%);
    color: #FFFFFF;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  #mv-cta .head .point {
    display: inline-block;
    background: #FFFFFF;
    font-weight: 700;
    color: #404040;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  #mv-cta .head .point span {
    color: #FF6368;
    font-size: 2.4rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
  }
  #mv-cta .btm {
    padding: 5px 20px;
    color: #FF6368;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #mv-cta .btm span {
    font-size: 2rem;
  }
  #mv-cta .btm img {
    padding-top: 10px;
  }
  #mv {
    aspect-ratio: 800/900;
  }
  #mv .mv-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #mv .mv-wrapper .mv-left {
    width: 100%;
    padding-left: 0;
    align-items: center;
    text-align: center;
    gap: 26px;
    padding-top: 16px;
  }
  #mv .mv-wrapper .mv-left .flex {
    flex-direction: column;
    gap: 0;
  }
  #mv .mv-wrapper .mv-left .mv-btns {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 11px;
  }
  #mv .mv-wrapper .mv-left .mv-btns .btn {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0;
  }
  #mv .mv-wrapper .mv-left .mv-btns .btn a, #mv .mv-wrapper .mv-left .mv-btns.flex .btn--sbc a {
    width: 100%;
    padding: 11px 16px;
    font-size: 14.5px;
  }
  #mv .mv-wrapper .mv-left .mv-btns .btn a::after {
    width: 13px;
    height: 13px;
  }
  #mv .mv-wrapper .badge {
    justify-content: center;
  }
  #mv .mv-wrapper .badge .item {
    width: 104px;
    font-size: 8px;
  }
  #mv .mv-wrapper .badge .item em {
    font-size: 21px;
  }
  #mv .mv-wrapper .badge .item span em {
    font-size: 2.5rem;
  }
  #mv .mv-wrapper .mv-img {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translateX(-46%) rotate(-8deg);
    width: 100%;
    height: 60%;
    justify-content: center;
    gap: 14px;
    margin: 0;
    pointer-events: none;
    z-index: 0;
  }
  #mv .mv-wrapper .mv-img .inner {
    width: calc((100% - 28px) / 3);
    max-width: 140px;
  }
  #mv #mv-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px 16px 0 0;
  }
  #mv::after {
    background: url(../img/mv-bg.jpg) no-repeat center top/cover;
  }
  #catch {
    --catch: clamp(14px, calc(5.2vw - 2px), 23px);
    gap: 0.12em;
    align-items: center;
    text-align: center;
  }
  #footer {
    height: auto;
  }
  #footer .inner {
    flex-direction: column-reverse;
    margin-bottom: 0;
    gap: 10px;
  }
  #footer .inner .footer-left,
  #footer .inner .footer-right {
    width: 100%;
  }
  #footer .inner .footer-right {
    flex-direction: column;
    gap: 8px;
  }
  .flogo {
    text-align: center;
  }
  .footer_navi ul {
    justify-content: flex-start;
    gap: 8px;
  }
  .copyright {
    font-size: 1rem;
  }
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
  h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h1.en {
    font-size: 4rem;
  }
  h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
  }
  h2.en {
    font-size: 5.6rem;
  }
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  h3.en {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
  }
  h4.en {
    font-size: 3.2rem;
  }
  .body_tiny {
    font-size: 0.8rem;
  }
  #header .inner #logo {
    width: 98px;
  }
  #header_nav {
    display: none;
  }
  .head-right {
    padding-right: 60px;
  }
  .head-right .btn-sns.hpb {
    display: none;
  }
  .head-right .flex {
    gap: 0;
  }
  #footer {
    padding: 20px;
    padding-bottom: 123px;
  }
  #footer .inner .footer-link .btn a {
    width: 100%;
  }
  .footer-contact .lead {
    font-size: 1.6rem;
  }
  .footer-btn a img {
    width: 16px;
  }
  .footer-btn .btn_tel a {
    font-size: 1.6rem;
  }
  .footer_navi ul li {
    width: 50%;
    text-align: center;
    text-align: left;
  }
  .footer_navi ul li a {
    text-align: center;
  }
  .ggmap iframe {
    max-height: 200px;
  }
  .price .price-item .price-question {
    padding: 15px 13px;
  }
  .price .price-item .price-question .title-html {
    font-size: 1rem;
  }
  .price .price-item .price-question .title-html strong {
    font-size: 1.2rem;
    display: block;
  }
  .price .price-item .price-question .toggle-label {
    font-size: 1rem;
  }
  .price .price-item .price-answer {
    padding: 12px 10px;
  }
  .price .price-item .price-answer > p {
    font-size: 8px !important;
  }
  .price .price-item .price-answer .price-table td {
    padding: 10px 10px;
    font-size: 1rem;
  }
  .price table {
    width: 100%;
    margin-bottom: 10px;
  }
  .price table tr {
    border-bottom: 1px solid #ddd;
  }
  .price table tr td {
    padding: 15px 20px;
    font-size: 1.4rem;
  }
  .l-column {
    row-gap: 20px;
  }
  .l-column.reverse {
    flex-direction: column-reverse;
  }
  .l-column.col2 {
    --cols: 1;
  }
  .l-column.col3 {
    --cols: 1;
  }
  .l-column.col4 {
    --cols: 2;
  }
  .l-column.col5 {
    --cols: 3;
  }
  .sp-col {
    flex-direction: column;
  }
  .flex-btn.gap-40 {
    gap: 0;
  }
  .bg--deco01::after {
    width: 140px;
    top: 23%;
    left: -10px;
    z-index: 10;
  }
  .bg--deco02 {
    padding-bottom: 40px;
  }
  .bg--deco02::after {
    width: 147px;
  }
  .bg--deco03 {
    padding-bottom: 40px;
  }
  .bg--deco03::after {
    max-width: 100%;
    height: 140px;
    bottom: -47px;
  }
  .bg--deco04::after {
    width: 140px;
    bottom: -20px;
    right: -20px;
  }
  .contact_btn {
    justify-content: center;
  }
  .faq .faq-item .faq-question .q {
    font-size: 1.6rem;
  }
  .faq .faq-item .faq-question .text {
    font-size: 1.2rem;
  }
  .faq .faq-item .faq-answer {
    padding: 8px 20px;
    font-size: 1.2rem;
  }
  .faq .faq-item .faq-answer::before {
    font-size: 1.4rem;
  }
  .tbl tr th,
  .tbl tr td {
    padding: 0 5px;
  }
  .post {
    margin: 0;
  }
  .post-nav {
    flex-wrap: wrap;
  }
  .post-nav .post-nav__btn {
    width: 100%;
    text-align: center;
    max-width: 156px;
  }
  .news-index {
    padding: 0;
  }
  .news-tabs {
    flex-wrap: wrap;
  }
  .news-tabs li {
    width: 46%;
    text-align: center;
  }
  .news-tabs li a {
    display: block;
  }
  .text--24 {
    font-size: 1.4rem;
  }
  .text--32 {
    font-size: 2rem;
  }
  .container {
    /* デフォルト（SP） */
    --container-pb: 64px;
    --container-pi: 20px;
  }
  .container--p-xl {
    --container-pb: 60px;
    --container-pi: 10px;
  }
  .container--p-l {
    --container-pb: 64px;
    --container-pi: 20px;
  }
  .container--p-m {
    --container-pb: 30px;
    --container-pi: 10px;
  }
  .container--p-s {
    --container-pb: 20px;
    --container-pi: 10px;
  }
  .container--full {
    padding-left: 0;
    --container-pi: 0;
    max-width: 100% !important;
  }
  .container--phalf {
    --container-pb: 20px;
    --container-pi: 10px;
  }
  .container-pd,
  .b-width {
    padding-inline: 20px;
  }
  .slider-swiper {
    padding: 0 0 10px !important;
  }
  .slider-swiper .swiper-slide img {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  }
  .slider-swiper.js-slider-reason .swiper-slide {
    margin-right: 20px !important;
  }
  .slider-swiper.js-slider-reason .swiper-slide img {
    width: 160px;
    max-width: 160px;
    border-radius: 8px;
  }
  .slider-swiper.js-slider-voice .swiper-slide img {
    width: 300px;
  }
  #cta {
    padding: 20px;
  }
  #cta .ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #cta .ttl .sub {
    font-size: 1.4rem;
  }
  #cta .campaign-txt {
    font-size: 1.6rem;
  }
  #cta .campaign-txt span {
    font-size: 3.2rem;
  }
  #cta .flex {
    flex-direction: column;
    gap: 0;
  }
  .box {
    padding: 10px;
  }
  .box--center {
    padding: 0;
  }
  .box--message {
    font-size: 1.2em;
  }
  .box--pd-30-60 {
    padding: 15px 30px;
  }
  .sp-contents {
    display: block !important;
  }
  .pc-contents {
    display: none !important;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    background: #FFFFFF;
    border-top: 1px solid #ddd;
  }
  #sp_btn ul {
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 15px;
    margin: 0 auto;
    padding: 0px 60px 0px 0px;
  }
  #sp_btn ul li {
    width: 51.333%;
    border-right: 1px solid #ddd;
  }
  #sp_btn ul li:first-child {
    border-left: 1px solid #ddd;
  }
  #sp_btn ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #sp_btn ul li a span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.2em;
  }
  .sp-column {
    flex-direction: column;
    align-items: flex-start;
  }
  .sp-column.flex--gap20 {
    gap: 10px;
  }
  #page-title {
    height: 240px;
  }
  #page-title .ttl {
    margin-bottom: 15px;
  }
  #page-title > .inner {
    flex-direction: column-reverse;
    gap: 24px;
  }
  #page-title > .inner > div {
    width: 100%;
  }
  #page-title > .inner .text {
    display: block;
    place-items: initial;
  }
  .breadcrumb {
    padding: 20px;
  }
  .gallery {
    gap: 5px;
  }
  .gallery img {
    width: calc((100% - 10px) / 3);
  }
  .people img {
    width: 188px;
  }
  .people2 img {
    width: 320px;
  }
  /* title */
  .title {
    font-size: 2.8rem;
  }
  .title:has(> .gradation) {
    font-size: 1.8rem;
  }
  .title .gradation {
    font-size: 1.56em;
    padding: 8px 14px;
  }
  .voice-section .title .gradation, .container--full > .title .gradation {
    font-size: 1.16em;
    padding: 5px 14px;
  }
  .title.type2 {
    margin: 0 auto 20px;
  }
  .title--slash {
    font-size: 1.8rem;
  }
  .title--slash .ja {
    padding: 0;
  }
  .title--main_color::after, .title--blue::after, .title--main_color::after {
    width: 60px;
  }
  .title--num .num {
    line-height: 1;
    padding-bottom: 0.1em;
  }
  .title--num .ja {
    padding-left: 0;
  }
  .reason-box .ttl .badge {
    width: 90px;
  }
  .reason-box .ttl .num {
    font-size: 5.4rem;
  }
  .reason-box .text .sub {
    font-size: 1.4rem;
  }
  .reason-box .text .main {
    font-size: 2rem;
  }
  .service-tabs__nav {
    gap: 10px;
  }
  .service-tabs__tab {
    font-size: 1.2rem;
    padding: 8px 24px;
  }
  .service-tabs__icon {
    width: 24px;
    height: 24px;
  }
  .service-tabs__icon img {
    width: 14px;
  }
  .service-tabs .service-tabs__panel:has(.spbr) {
    max-width: 301px;
    margin-inline: auto;
  }
  .title-bubble {
    max-width: 100%;
    font-size: 1.2rem;
    padding: 10px 28px;
  }
  .step-box {
    gap: 20px;
  }
  .step-box > li {
    width: 100%;
  }
  .slide-box {
    flex-direction: column;
    gap: 40px;
  }
  .slide-box .left,
  .slide-box .right {
    width: 100%;
  }
  .slide-box .left {
    padding: 0 20px;
  }
  .faq .faq-row {
    flex-direction: column;
    gap: 20px;
  }
  .faq .faq-row .faq-q,
  .faq .faq-row .faq-a {
    width: 100%;
  }
  .slider-foot-inner {
    padding-right: 10px;
  }
  #intro-wrap {
    height: clamp(320px, 100vh - var(--header-h), 311px);
  }
  #intro-wrap .intro {
    flex-direction: column;
  }
  #intro-wrap .intro .ttl,
  #intro-wrap .intro .text {
    padding: 20px 0;
    width: 100%;
  }
  #intro-wrap .intro .ttl {
    font-size: 1.8rem;
  }
  #intro-wrap .intro .ttl span {
    padding-left: 47px;
  }
  #intro-wrap .intro .ttl span::before {
    width: 32px;
  }
  #intro-wrap .intro .text {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0;
  }
  .flow-steps {
    gap: 75px;
  }
  .voices .avatar {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
  .intro-box {
    flex-direction: column;
    gap: 40px;
  }
  .intro-box .left,
  .intro-box .right {
    width: 100%;
  }
  .intro-box .right {
    padding: 0 20px;
  }
  .intro-img {
    position: relative;
    text-align: center;
  }
  .intro-img img {
    display: inline-block;
  }
  .intro-img img:nth-child(1) {
    max-width: 90px;
  }
  .intro-img img:nth-child(2) {
    width: 194px;
    max-width: 194px;
  }
  .intro-img img:nth-child(3) {
    width: 99px;
    bottom: -25px;
  }
  .intro-img img:nth-child(4) {
    width: 116px;
    right: 0px;
    bottom: -20px;
  }
  .text-scroll {
    margin-bottom: -70px;
  }
  .intro-sec {
    padding: 0;
  }
  .title {
    text-align: center;
  }
  .title--border {
    text-align: left;
  }
  .btn {
    margin-top: 20px;
  }
  .btn a {
    font-size: 1.6rem;
    margin-right: auto;
    margin-left: auto;
  }
  .btn a .btn-border-icon {
    width: 16px;
    height: 16px;
  }
  .menu-head {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .menu-head .left,
  .menu-head .right {
    width: 100%;
    padding: 0 20px;
  }
  .bg--lightblue.type2::after {
    height: calc(100% - 60px);
  }
  .menu-list {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
  .menu-list .item {
    width: 100%;
    max-width: 240px;
  }
  .menu-list .item:nth-child(2), .menu-list .item:nth-child(4) {
    margin-top: 0;
  }
  .menu-list .item:nth-child(6) {
    margin-top: 0;
  }
  .menu-list .item .img .img-notch .img-notch__inner {
    clip-path: none;
  }
  .recruite-img {
    margin-top: 20px;
  }
  .recruite-img .left {
    flex-direction: column;
    gap: 0;
    width: 45%;
  }
  .recruite-img .left img {
    width: 100%;
    height: 112px;
    object-fit: cover;
  }
  .recruite-img .right {
    width: 55%;
  }
  .recruite-img .right img {
    height: 224px;
    object-fit: cover;
    object-position: 80%;
  }
  .pcbr {
    display: none !important;
  }
  .spbr {
    display: block !important;
  }
  .tcenter_pc {
    text-align: left;
  }
  .tleft_sp {
    text-align: left !important;
  }
  .tcenter_sp {
    text-align: center;
  }
  .tcenter_sp h2,
  .tcenter_sp p {
    text-align: center !important;
  }
  #page-title.img01, #page-title.img02, #page-title.img03, #page-title.img04 {
    height: 279px;
  }
  #page-title.img01::after, #page-title.img02::after, #page-title.img03::after, #page-title.img04::after {
    width: 100%;
  }
  .price-list > li {
    font-size: 12px;
  }
  .price-list > li .mini {
    display: block;
    font-size: 10px;
  }
  .caption {
    font-size: 12px;
  }
  .sub-ttl {
    font-size: 16px;
  }
  .pd-24 {
    padding: 0 10px 10px;
  }
  .tbl tr {
    display: flex;
    flex-direction: column;
  }
  .tbl tr th,
  .tbl tr td {
    width: 100%;
    padding: 7px;
  }
  .b-m40 {
    margin-bottom: 20px;
  }
  #form .form-contents {
    padding: 10px;
  }
  #form .form-contents dl {
    font-size: 1.2rem !important;
  }
  #form .form-contents dl dt:not(.pattern-exclusion) {
    margin-bottom: 0 !important;
  }
  #form .form-contents dl dd:not(.pattern-exclusion) {
    padding-top: 10px !important;
  }
  #form .form-contents dl dd:not(.pattern-exclusion) input.textarea {
    height: 60px !important;
  }
  #form .form-contents dl dd:not(.pattern-exclusion) input::placeholder,
  #form .form-contents dl dd:not(.pattern-exclusion) textarea::placeholder {
    font-size: 16px !important;
  }
  #form .form-contents .submit-btn {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .title .gradation {
    padding: 6px 10px;
  }
}
@media (max-width: 430px) {
  /* =========================
    Page Top button
  ========================= */
  #page-top {
    width: 46px;
    height: 46px;
    bottom: 115px;
    right: 5px;
  }
  #header {
    max-width: 92%;
  }
  #header .inner {
    padding-left: 0;
  }
  .head-left {
    gap: 8px;
    padding: 7px 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 6px 14px -6px rgba(0, 64, 128, 0.16);
  }
  .head-left .btn a {
    min-width: 146px;
    font-size: 12px;
    padding: 6px 12px 6px 11px;
    gap: 5px;
  }
  .head-left .btn a::after {
    width: 11px;
    height: 11px;
  }
  #mv {
    aspect-ratio: 375/700;
  }
  #mv .mv-wrapper .badge {
    gap: 10px;
  }
  #catch {
    gap: 5px;
  }
  .title.left-line::before {
    width: 30px;
  }
  .onayami-box {
    flex-direction: column;
    font-size: 1.4rem;
  }
  .onayami-box .item {
    height: 130px;
    width: 100%;
  }
  .onayami-box .item p {
    width: 100%;
    max-width: 340px;
    margin-inline: auto !important;
    padding-bottom: 36px;
    line-height: 1.4;
  }
  .bg--triangle {
    padding-bottom: 0;
  }
  .bg--triangle::after {
    clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
  }
  .reason-box.container-pd {
    padding-inline: 0;
  }
  .reason-box .text .main {
    font-size: 2.2rem;
    line-height: 1.35;
  }
  .reason-box .ttl {
    gap: 15px;
    margin-bottom: 15px;
  }
  .service-tabs__tab {
    min-width: 150px;
  }
  .steps-slider {
    padding: 0 20px;
  }
  .steps-slider .swiper-slide {
    width: 100%;
  }
  .steps-slider .step-card__media {
    height: auto;
  }
  .steps-slider .step-card__media img {
    height: 188px;
  }
  .steps-slider .step-card__ttl {
    font-size: 14px;
  }
  .steps-slider .step-card__txt {
    font-size: 10px;
  }
  .steps-slider .steps-btn {
    width: 40px;
    height: 40px;
  }
  .service-tabs.type2 .service-tabs__tab {
    width: 100%;
  }
  .service-tabs.type2 .service-tabs__tab .ttl {
    font-size: 1.4rem;
  }
  .service-tabs.type2 .service-tabs__tab .text {
    font-size: 12px;
  }
  .service-tabs.type2 .service-tabs__tab .img {
    width: 45px;
  }
  .service-tabs.type2 .service-tabs__nav {
    gap: 20px;
  }
  #form .form-contents dl dd.radio-list {
    display: flex;
    gap: 15px;
  }
  #form .form-contents dl dd:not(.pattern-exclusion) input.textarea,
  #form .form-contents dl dd:not(.pattern-exclusion) .textarea {
    padding: 10px 15px !important;
  }
  #form .form-contents dl dd:not(.pattern-exclusion) input.textarea {
    height: 32px !important;
  }
  #form {
    margin-top: 30px;
  }
  #form .form-contents dl dd:not(.pattern-exclusion) input::placeholder,
  #form .form-contents dl dd:not(.pattern-exclusion) textarea::placeholder {
    font-size: 12px !important;
  }
  #form .form-contents dl dt:not(.pattern-exclusion) span.required::after {
    font-size: 1.4rem;
  }
}