@charset 'UTF-8';

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

*
{
    margin: 0;
}

html,
body
{
    height: 100%;
}

body
{
    line-height: 1.5;

    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg
{
    max-width: 100%;
}

input,
button,
textarea,
select
{
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6
{
    overflow-wrap: break-word;
}

#root,
#__next
{
    isolation: isolate;
}

html
{
    font-size: 2.6666666667vw;

    scroll-padding-top: 6rem;
}

:root,
html,
body
{
    width: 100%;
    height: auto;

    color: #191919;
    background: #fff;

    -webkit-print-color-adjust: exact;
}

body
{
    font-family: 'Noto Sans JP', 'Yu Gothic Medium', 'Yu Gothic', YuGothic, 游ゴシック体, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.4rem;
    font-size: max(1.4rem, 13px);
    font-weight: 400;
    line-height: 1.8;

    overflow-x: hidden;

    letter-spacing: .025em;
}

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

    vertical-align: bottom;
}

ul,
ol
{
    padding: 0;
}

li
{
    list-style-type: none;
}

a
{
    text-decoration: none;

    color: #191919;
}

a:focus
{
    text-decoration: none;
}

.ua-ie a:hover
{
    text-decoration: none;
}

a:hover
{
    color: #191919;
}

table
{
    border-collapse: collapse;
}

input[type=submit],
input[type=button]
{
    -webkit-box-sizing: content-box;
            box-sizing: border-box;

    cursor: pointer;

    border: none;
    border-radius: 0;

    -webkit-appearance: button;
            appearance: button;
}

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

input[type=submit]:focus,
input[type=button]:focus
{
    outline-offset: -2px;
}

button
{
    padding: 0;

    cursor: pointer;

    border: none;
    background-color: transparent;

    -webkit-appearance: none;
            appearance: none;
}

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

td,
th
{
    text-align: left;
}

.sr-only
{
    position: absolute;
    z-index: 9999;

    display: block;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    text-align: center;

    border: 0;
    background: #fff;
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
    position: relative;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.sp-only
{
    display: block !important;
}

.tab-pc-only
{
    display: none !important;
}

.pc-only
{
    display: none !important;
}

.header-observer
{
    position: absolute;
    top: 10rem;

    width: 1px;
    height: 1px;

    background: transparent;
}

.scroll-top-observer
{
    position: absolute;
    top: 20rem;

    width: 1px;
    height: 1px;

    background: transparent;
}

.l-footer
{
    position: relative;

    overflow: hidden;

    padding: 10rem 0 3rem;
}

.l-footer::before
{
    position: absolute;
    bottom: 0;
    left: -1rem;

    display: block;

    width: 12rem;

    content: '';
    transform: scale(-1, -1);

    background: url(../images/common/wave-bg_02.webp) center center/contain no-repeat;

    aspect-ratio: 433/245;
}

.l-footer::after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 22rem;

    content: '';
    transform: scale(-1, -1);

    background: url(../images/common/wave-bg_01.webp) center center/contain no-repeat;

    aspect-ratio: 682/330;
}

.l-footer__container
{
    position: relative;
    z-index: 1;
}

.l-footer__logo
{
    text-align: center;
}

.l-footer__logo a
{
    display: inline-flex;
    flex-direction: column;

    row-gap: .5em;
}

.l-footer__logo img
{
    width: auto;
    height: 8rem;
}

.l-footer__logo-text
{
    font-weight: 700;
}

.l-footer__address
{
    font-size: 1.3rem;
    font-size: max(1.3rem, 12px);

    margin-top: 2rem;

    text-align: center;
}

.l-footer__tel
{
    font-family: 'Roboto', serif;
    font-size: 2.6rem;
    font-size: max(2.6rem, 22px);
    font-weight: 700;

    margin-top: 1rem;

    text-align: center;
}

.l-footer__link
{
    display: flex;

    margin-top: 1.6rem;

    justify-content: center;
    flex-wrap: wrap;
    gap: .6rem 1.2rem;
}

.l-footer__link > li
{
    font-size: 1.3rem;
    font-size: max(1.3rem, 12px);
}

.l-footer__link a
{
    transition: opacity .35s;
}

.l-footer__link a:focus
{
    opacity: .7;
}

.ua-ie .l-footer__link a:hover
{
    opacity: .7;
}

.l-footer__copylight
{
    font-family: 'Roboto', serif;
    font-size: 1.2rem;
    font-size: max(1.2rem, 11px);

    margin-top: 3rem;

    text-align: center;
}

.l-hamburger
{
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;

    display: block;

    width: 6rem;
    height: 6rem;

    color: inherit;
}

.l-hamburger__icon
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 3rem;
    height: 1.8rem;

    transition: left .35s ease;
    transform: translate(-50%, -50%);
}

.l-hamburger__icon span
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: .2rem;
    min-height: 2px;

    transition: .35s ease-in-out;

    background: #556c4c;
}

.l-hamburger__icon span:nth-child(1)
{
    z-index: 1002;
    top: 0;
}

.is-open .l-hamburger__icon span:nth-child(1)
{
    top: 50%;

    transform: rotate(45deg);
}

.l-hamburger__icon span:nth-child(2)
{
    z-index: 1004;
    top: 50%;
}

.is-open .l-hamburger__icon span:nth-child(2)
{
    opacity: 0;
}

.l-hamburger__icon span:nth-child(3)
{
    z-index: 1004;
    top: 100%;
}

.is-open .l-hamburger__icon span:nth-child(3)
{
    top: 50%;

    transform: rotate(-45deg);
}

.l-header
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    width: 100%;
}

.l-header__container
{
    display: flex;

    width: 100%;
    height: 6rem;
    padding: 0 1.2rem;

    transition: background .45s;

    color: #fff;

    align-items: center;
}

.is-change .l-header__container
{
    background: #fff;
}

.l-header__logo
{
    font-size: 1rem;

    position: relative;
    z-index: 1;

    flex-shrink: 0;
}

.l-header__logo a
{
    display: flex;

    align-items: center;
    -moz-column-gap: 1em;
         column-gap: 1em;
}

.l-header__logo img
{
    width: auto;
    height: 4.6rem;
}

.l-header__logo-text
{
    font-size: 1.2em;
    font-weight: 700;

    color: #201c19;
}

.l-header__body
{
    position: fixed;
    top: 0;
    left: 0;

    overflow-y: auto;

    width: 100%;
    height: 100%;
    max-height: 100svh;

    transition: opacity .45s ease;
    pointer-events: none;

    opacity: 0;
    background: #fff;
}

.l-header__body.is-open
{
    pointer-events: auto;

    opacity: 1;
}

.l-main
{
    position: relative;
    z-index: 1;
}

.l-nav
{
    transition: transform .45s ease;
    transform: translateY(1rem);
}

.is-open .l-nav
{
    transition-delay: .05s;
    transform: translateY(0);
}

.l-nav__list
{
    padding: 9rem 6.4vw 4rem;
}

.l-nav__item
{
    font-size: 1.5rem;
    font-size: max(1.5rem, 14px);
    font-weight: 500;

    border-bottom: 1px solid #bababa;
}

.l-nav__item:first-child
{
    border-top: 1px solid #bababa;
}

.l-nav__item a
{
    position: relative;

    display: flex;

    height: 6.2rem;

    transition: opacity .35s;

    justify-content: center;
    align-items: center;
}

.l-nav__item a:focus
{
    opacity: .7;
}

.ua-ie .l-nav__item a:hover
{
    opacity: .7;
}

.l-nav__btns
{
    display: flex;

    padding: 0 6.4vw;
}

.l-nav__btn
{
    font-size: 1.5rem;
    font-size: max(1.5rem, 14px);
    font-weight: 500;

    width: 50%;
}

.l-nav__btn a
{
    display: flex;

    height: 7rem;

    transition: opacity .35s;

    color: #fff;
    background: #556c4c;

    align-items: center;
    justify-content: center;
}

.l-nav__btn a:focus
{
    opacity: .9;
}

.ua-ie .l-nav__btn a:hover
{
    opacity: .9;
}

.l-nav__btn:nth-child(1) a
{
    border-radius: 10px 0 0 10px;
}

.l-nav__btn:nth-child(2) a
{
    border-radius: 0 10px 10px 0;
    background: #66805c;
}

.l-wrapper
{
    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 6rem;
}

.l-wrapper::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 22rem;

    content: '';

    background: url(../images/common/wave-bg_01.webp) center center/contain no-repeat;

    aspect-ratio: 682/330;
}

.l-wrapper::after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 12rem;

    content: '';

    background: url(../images/common/wave-bg_02.webp) center center/contain no-repeat;

    aspect-ratio: 433/245;
}

.c-btn
{
    display: inline-flex;

    transition: opacity .35s;

    align-items: center;
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
}

.c-btn__text
{
    font-size: 1.6rem;
    font-size: max(1.6rem, 14px);
    font-weight: 700;

    flex-shrink: 0;
}

.c-btn__circle
{
    display: flex;

    width: 5.6rem;
    height: 5.6rem;

    border-radius: 50%;
    background: #66805c;

    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.c-btn__circle svg
{
    width: 1.2rem;
    height: auto;
    margin-left: .4rem;

    fill: #f8f8f8;
}

.c-btn:focus
{
    opacity: .7;
}

.ua-ie .c-btn:hover
{
    opacity: .7;
}

.c-container
{
    width: 100%;
    padding: 0 5.333vw;
}

.c-news-list
{
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
}

.c-news-list--index .c-news-list__item:first-child .c-news-list__item-link
{
    padding-top: 1.6rem;
}

.c-news-list__item
{
    border-bottom: 1px solid #556c4c;
}

.c-news-list__item:first-child .c-news-list__item-link
{
    padding-top: 0;
}

.c-news-list__item-link
{
    display: block;

    padding: 1.6rem 0;

    transition: opacity .35s;
}

.c-news-list__item-link:focus
{
    opacity: .7;
}

.ua-ie .c-news-list__item-link:hover
{
    opacity: .7;
}

.c-news-list__item-date
{
    font-family: 'Roboto', serif;
    font-size: 1.5rem;
    font-size: max(1.5rem, 14px);
    font-weight: 700;
}

.c-news-list__item-title
{
    font-weight: 500;
    line-height: 1.666;

    margin-top: .2em;
}

.c-page-head
{
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.c-page-head__image
{
    overflow: hidden;

    width: 100%;
    height: 16rem;
    padding: 0 5.333vw;
}

.c-page-head__image img
{
    width: 100%;
    height: 100%;

    border-radius: 10px;
    background: #eee;

    -o-object-fit: cover;
       object-fit: cover;
}

.c-page-head__title-wrap
{
    margin-top: 2rem;
}

.c-page-head__title
{
    font-size: 1.4rem;
    font-size: max(1.4rem, 12px);
    font-weight: 700;
    line-height: 1.6;

    color: #66805c;
}

.c-page-head__title::after
{
    font-family: 'Roboto', serif;
    font-size: 3.6rem;
    font-size: max(3.6rem, 28px);
    font-weight: 700;

    display: block;

    content: attr(data-title-en);
}

.c-page-intro__image
{
    width: 100%;

    aspect-ratio: 683/360;
}

.c-page-intro__image img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.c-page-intro__body
{
    padding-top: 2rem;
}

.c-page-intro__catch
{
    font-size: 2rem;
    font-size: max(2rem, 16px);
    font-weight: 700;
    line-height: 1.7;

    color: #66805c;
}

.c-page-intro__text
{
    margin-top: 1em;
}

.c-pagination
{
    margin: 3rem auto 0;
}

.c-pagination ul
{
    display: flex;

    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem;
}

.c-pagination li
{
    font-family: 'Roboto', serif;
    font-size: 1.3rem;
    font-size: max(1.3rem, 12px);
    line-height: 1;

    text-align: center;

    color: #66805c;
}

.c-pagination li.active
{
    display: flex;

    width: 3.2rem;
    height: 3.2rem;
    padding-top: .1em;

    cursor: auto;
    pointer-events: none;

    color: #fff;
    border: 1px solid #66805c;
    border-radius: 50%;
    background-color: #66805c;

    align-items: center;
    justify-content: center;
}

.c-pagination li.active a
{
    display: block;

    width: 100%;
    height: 100%;
}

.c-pagination li a
{
    display: flex;

    width: 3.2rem;
    height: 3.2rem;
    padding-top: .1em;

    transition: background .35s ease;

    color: inherit;
    border: 1px solid #66805c;
    border-radius: 50%;

    align-items: center;
    justify-content: center;
}

.c-pagination li a:focus
{
    background: #e2f2dc;
}

.ua-ie .c-pagination li a:hover
{
    background: #e2f2dc;
}

.c-pagination li a[href='']
{
    pointer-events: none;

    opacity: .7;
}

.c-pagination li.prev a,
.c-pagination li.next a
{
    padding-top: 0;
}

.c-section
{
    padding: 6rem 0;
}

.c-page-head + .c-section
{
    padding-top: 0;
}

.c-section--bg
{
    background: #f6f6f6;
}

.c-section:not(.c-section--bg):last-child
{
    padding-bottom: 0;
}

.c-text
{
    margin-top: 1.625em;
}

.c-text:first-child
{
    margin-top: 0;
}

.c-title-index
{
    font-size: 1.3rem;
    font-size: max(1.3rem, 12px);
    font-weight: 700;
    line-height: 1.333;

    color: #203313;
}

.c-title-index::before
{
    font-family: 'Roboto', serif;
    font-size: 3.4rem;
    font-size: max(3.4rem, 28px);
    font-weight: 700;

    display: block;

    content: attr(data-title-en);
}

.c-title-index--center
{
    text-align: center;
}

.c-title-primary
{
    font-size: 1.8rem;
    font-size: max(1.8rem, 16px);
    font-weight: 700;

    position: relative;

    margin-top: 5rem;
    padding-bottom: 1em;

    color: #66805c;
}

.c-title-primary::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 2rem;
    height: 1px;

    content: '';

    background: #66805c;
}

.c-title-primary:first-child
{
    margin-top: 0;
}

.c-title-primary + .c-title-secondary
{
    margin-top: 2rem;
}

.c-title-secondary
{
    font-size: 1.6rem;
    font-size: max(1.6rem, 16px);
    font-weight: 700;

    margin-top: 5rem;
    padding: .4rem 1rem;

    color: #fff;
    background: #66805c;
}

.c-title-secondary:first-child
{
    margin-top: 0;
}

.p-about-block + .p-about-block
{
    margin-top: 5rem;
}

.p-about-block__body
{
    margin-top: 3rem;
}

.p-about-block__outline
{
    line-height: 1.666;

    display: flex;

    flex-wrap: wrap;
}

.p-about-block__outline dt
{
    font-weight: 700;

    width: 5.5em;
    padding-bottom: 1em;

    border-right: 1px solid #191919;
}

.p-about-block__outline dt:last-of-type
{
    padding-bottom: 0;
}

.p-about-block__outline dd
{
    width: calc(100% - 5.5em);
    padding-bottom: 1em;
    padding-left: 1em;
}

.p-about-block__outline dd:last-of-type
{
    padding-bottom: 0;
}

.p-about-block__outline--history dt
{
    width: 8em;
}

.p-about-block__outline--history dd
{
    width: calc(100% - 8em);
}

.p-about__message
{
    margin-top: 3rem;
}

.p-about__message-image
{
    width: 20rem;
    margin: 0 auto;

    background: #eee;

    aspect-ratio: 30/40;
}

.p-about__message-image img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.p-about__message-body
{
    padding-top: 2.6rem;
}

.p-about__message-name
{
    font-weight: 700;

    margin-top: 2rem;

    text-align: right;
}

.p-about__message-name .position
{
    display: inline-block;

    margin-right: 1em;
}

.p-about__message-name .name
{
    font-size: 1.6rem;
    font-size: max(1.6rem, 14px);
}

.p-about__map
{
    width: 100%;
    height: 32rem;
}

.p-about__map iframe
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.p-contact__box
{
    padding: 2rem 1.4rem 2.4rem;

    background: #f6f6f6;
}

.p-contact__tel
{
    margin-bottom: 4rem;
}

.mw_wp_form_confirm .p-contact__tel
{
    display: none;
}

.p-contact__tel-title
{
    font-size: 1.6rem;
    font-size: max(1.6rem, 14px);
    font-weight: 700;

    text-align: center;
}

.p-contact__tel-number
{
    font-family: 'Roboto', serif;
    font-size: 2.8rem;
    font-size: max(2.8rem, 26px);
    font-weight: 700;

    margin-top: .6rem;

    text-align: center;

    color: #66805c;
}

.p-contact__tel-number span
{
    font-size: 2.2rem;
    font-size: max(2.2rem, 20px);

    display: inline-block;

    margin-right: .3em;
}

.p-contact__tel-number a
{
    color: inherit;
}

.p-contact__tel-note
{
    text-align: center;
}

.p-contact__form-note
{
    font-size: 1.3rem;
    font-size: max(1.3rem, 12px);

    text-align: center;
}

.p-contact__form-note span
{
    color: #66805c;
}

.mw_wp_form_confirm .p-contact__form-note
{
    display: none;
}

.p-contact__form-confirm
{
    font-size: 1.3rem;
    font-size: max(1.3rem, 12px);
    font-weight: 700;

    display: none;

    text-align: center;
}

.mw_wp_form_confirm .p-contact__form-confirm
{
    display: block;
}

.p-contact__thanks
{
    font-size: 1.3rem;
    font-size: max(1.3rem, 12px);
    font-weight: 700;

    text-align: center;
}

.p-form__required::before
{
    display: inline-block;

    margin-right: .2em;

    content: '●';

    color: #66805c;
}

.mw_wp_form_confirm .p-form__required
{
    display: none;
}

.p-form__table
{
    line-height: 1.8;

    width: 100%;
    margin: 1rem auto 0;

    border-spacing: 0;
    border-collapse: separate;

    text-align: left;
}

.p-form__table th
{
    font-weight: 400;

    display: block;
    overflow: hidden;

    width: 100%;
    padding: 1rem;

    vertical-align: top;

    background: #d9e1e2;
}

.p-form__table td
{
    display: block;

    width: 100%;
    margin-bottom: 1.4rem;
    padding: 0;

    vertical-align: middle;

    background: #fff;
}

.p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
.p-form__table textarea
{
    width: 100%;
    margin: 0;
    padding: 1.6rem 1rem;

    resize: vertical;
    transition: background .25s, border .25s;

    border: none;
    background: #fff;
}

.p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image])::placeholder,
.p-form__table textarea::placeholder
{
    color: #989898;
}

.p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]):focus,
.p-form__table textarea:focus
{
    color: #495057;
    border-color: #96d3f9;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(29, 161, 243, .25);
}

.p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]).error,
.p-form__table textarea.error
{
    border: 1px solid #d40000;
    background: #fdf2f2;
}

.p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]).error + small,
.p-form__table textarea.error + small
{
    color: #d40000;
}

.p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image])[aria-invalid=true],
.p-form__table textarea[aria-invalid=true]
{
    border: 1px solid #d40000;
    background: #fdf2f2;
}

.p-form__table input[type=submit]
{
    margin: 2.4rem 0;

    cursor: pointer;
}

.p-form__table textarea
{
    max-width: 100%;
    height: 30rem;
}

.p-form__privacy
{
    font-size: 1.3rem;
    font-size: max(1.3rem, 12px);

    margin-top: 2rem;

    text-align: center;
}

.mw_wp_form_confirm .p-form__privacy
{
    display: none;
}

.p-form__privacy .mwform-checkbox-field-text
{
    line-height: 1.4;

    position: relative;

    display: inline-block;

    padding: .6rem .6rem .6rem 2.8rem;

    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.p-form__privacy .mwform-checkbox-field-text::before
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: .6rem;

    display: block;

    width: .6rem;
    height: 1rem;
    margin-top: -.6rem;

    content: '';
    transition: opacity .2s linear;
    transform: rotate(45deg);

    opacity: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.p-form__privacy .mwform-checkbox-field-text::after
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 1.8rem;
    height: 1.8rem;
    margin-top: -.8rem;

    content: '';
    transition: border-color .2s linear;
    transition: background .2s linear;

    border: 1px solid #191919;
}

.p-form__privacy input[type=checkbox]
{
    display: none;
}

.p-form__privacy input[type=checkbox]:checked + .mwform-checkbox-field-text:before
{
    opacity: 1;
}

.p-form__privacy input[type=checkbox]:checked + .mwform-checkbox-field-text:after
{
    background: #191919;
}

.p-form__privacy a
{
    text-decoration: underline;
}

.p-form__btns
{
    display: flex;
    flex-direction: column;

    margin-top: 4rem;

    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.p-form__btn
{
    font-size: 1.5rem;
    font-size: max(1.5rem, 13px);
    font-weight: 500;

    display: flex;

    width: 20rem;
    height: 6rem;

    transition: opacity .35s;

    color: #fff;
    background: #124547;

    align-items: center;
    justify-content: center;
}

.p-form__btn--return
{
    color: #fff;
    background: #ababab;
}

.p-form__btn:focus
{
    opacity: .8;
}

.ua-ie .p-form__btn:hover
{
    opacity: .8;
}

.p-image-list
{
    display: flex;

    margin-top: 2rem;

    flex-wrap: wrap;
    gap: 2rem 1.6rem;
}

.p-image-list__item
{
    width: calc(50% - .8rem);
}

.p-image-list__item-image
{
    background: #eee;

    aspect-ratio: 460/263;
}

.p-image-list__item-image img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.p-image-list__item-title
{
    font-weight: 500;

    margin-top: .5em;
}

.p-index-about
{
    padding: 0 0 6rem;
}

.p-index-about__container
{
    position: relative;
}

.p-index-about__image-wrap
{
    overflow: hidden;

    width: 100%;
    padding-top: 10rem;
}

.p-index-about__image
{
    position: absolute;
    top: -3rem;
    right: -6rem;

    width: 28rem;

    aspect-ratio: 1;
}

.p-index-about__image-item
{
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    /*
  &--01 {
    animation: spin 10s infinite linear;

    @include mq-tab-pc {
      animation-duration: 20s;
    }
  }

  &--02 {
    animation: spin 12s infinite linear;

    @include mq-tab-pc {
      animation-duration: 24s;
    }
  }
  */
}

.p-index-about__body
{
    position: relative;
    z-index: 1;
}

.p-index-about__text
{
    margin-top: 2rem;
}

.p-index-about__btn
{
    margin-top: 2rem;

    text-align: right;
}

@keyframes spin
{
    from
    {
        transform: translate(-50%, -50%) rotate(0);
    }

    to
    {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.p-index-kv
{
    position: relative;

    overflow: hidden;

    height: 100svh;
    max-height: 700px;
    padding-top: 8rem;
}

.p-index-kv::after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 70%;

    content: '';

    background: url(../images/top/kv_wave-bg.webp) center center/contain no-repeat;

    aspect-ratio: 760/564;
}

.p-index-kv__container
{
    position: relative;
    z-index: 1;

    height: 100%;
    padding: 0 1.5rem 15rem;
}

.p-index-kv__image
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100%;

    border-radius: 20px;
    background: #eee;
}

.p-index-kv__image img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.p-index-kv__catch
{
    position: absolute;
    z-index: 10;
    bottom: 7.8rem;
    left: 50%;

    width: 90%;

    transform: translateX(-50%);
    text-align: center;
}

.p-index-kv__catch-en
{
    max-width: 96%;
    margin: 0 auto;
}

.p-index-kv__catch-ja
{
    max-width: 26rem;
    margin: -2rem auto 0;
}

.p-index-news
{
    padding: 6rem 0 8rem;

    background: #fff;
}

.p-index-news__body
{
    padding-top: 1.2rem;
}

.p-index-news__btn
{
    margin-top: 3rem;

    text-align: right;
}

.p-index-professional
{
    padding-top: 6rem;
}

.p-index-professional__image
{
    position: relative;

    padding-left: 6rem;

    text-align: center;
}

.p-index-professional__image > img
{
    box-shadow: 8px 8px 32px rgba(0, 0, 0, .14);
}

.p-index-professional__main-image
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    max-width: 21rem;

    border-radius: 10px;
}

.p-index-professional__sub-image-01
{
    position: absolute;
    z-index: 0;
    top: -8rem;
    left: 0;

    overflow: hidden;

    max-width: 18rem;

    border-radius: 10px;
}

.p-index-professional__sub-image-02
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    overflow: hidden;

    max-width: 15rem;

    border-radius: 10px;
}

.p-index-professional__body
{
    padding-top: 4rem;
}

.p-index-professional__catch
{
    font-size: 1.7rem;
    font-size: max(1.7rem, 16px);
    font-weight: 700;
    line-height: 1.666;

    margin-top: 2.4rem;
}

.p-index-professional__text
{
    margin-top: 2rem;
}

.p-index-professional__btn
{
    margin-top: 2rem;

    text-align: right;
}

.p-index-recruit
{
    padding-top: 8rem;
}

.p-index-recruit__title
{
    position: relative;
    z-index: 1;
}

.p-index-recruit__image-box
{
    position: relative;

    display: flex;
    overflow: hidden;

    width: 100%;
    height: 24rem;
    margin-top: -3.8rem;

    border-radius: 10px;
    background: #eee;

    align-items: center;
    justify-content: center;
}

.p-index-recruit__image
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    transform: translate(-50%, -50%);

    -o-object-fit: cover;
       object-fit: cover;
}

.p-index-recruit__btn
{
    z-index: 1;

    padding-left: 2em;
}

.p-index-recruit__btn::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
}

#p-index .l-wrapper
{
    padding-top: 0;

    background: #f6f6f6;
}

#p-index .l-footer
{
    background: #f6f6f6;
}

.p-license__read
{
    font-size: 1.6rem;
    font-size: max(1.6rem, 14px);
    font-weight: 700;
    line-height: 2;
}

.p-license__list
{
    margin-top: 2rem;
}

.p-license__item
{
    font-weight: 700;
    line-height: 1.4;

    position: relative;

    display: flex;

    align-items: center;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
}

.p-license__item + .p-license__item
{
    margin-top: 2rem;
}

.p-license__item::before
{
    display: block;

    width: 8rem;

    content: '';

    background: url(../images/common/illust_pdf.webp) center center/contain no-repeat;

    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.p-license__item a
{
    display: inline-block;

    transition: opacity .35s;
}

.p-license__item a::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
}

.p-license__item a:focus
{
    opacity: .7;
}

.ua-ie .p-license__item a:hover
{
    opacity: .7;
}

.p-post__date
{
    font-family: 'Roboto', serif;
    font-size: 1.5rem;
    font-size: max(1.5rem, 14px);
    font-weight: 700;
}

.p-post__title
{
    font-size: 1.8rem;
    font-size: max(1.8rem, 16px);
    font-weight: 700;
    line-height: 1.666;

    margin-top: .6em;
}

.p-post__body
{
    padding-top: 3rem;
}

.p-post__body::after
{
    display: block;
    clear: both;

    content: '';
}

.p-post__body h2,
.p-post__body h3,
.p-post__body h4,
.p-post__body h5,
.p-post__body h6
{
    font-weight: 700;
    line-height: 1.666;
}

.p-post__body h2:first-child,
.p-post__body h3:first-child,
.p-post__body h4:first-child,
.p-post__body h5:first-child,
.p-post__body h6:first-child
{
    margin-top: 0;
}

.p-post__body h2
{
    font-size: 1.8rem;
    font-size: max(1.8rem, 16px);
    font-weight: 700;

    position: relative;

    margin-top: 5rem;
    padding-bottom: 1em;

    color: #66805c;
}

.p-post__body h2::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 2rem;
    height: 1px;

    content: '';

    background: #66805c;
}

.p-post__body h3
{
    font-size: 1.6rem;
    font-size: max(1.6rem, 16px);
    font-weight: 700;

    margin-top: 4rem;
    padding: .6rem 1rem;

    color: #fff;
    background: #66805c;
}

.p-post__body h4
{
    font-size: 1.6rem;
    font-size: max(1.6rem, 16px);
    font-weight: 700;

    margin-top: 3rem;
    padding-bottom: .7em;

    border-bottom: 1px solid #191919;
}

.p-post__body h5
{
    font-size: 1.5rem;
    font-size: max(1.5rem, 14px);

    margin-top: 2rem;
}

.p-post__body h6
{
    font-size: 1.4rem;
    font-size: max(1.4rem, 13px);

    margin-top: 2rem;
}

.p-post__body h2 + h3,
.p-post__body h2 + h4
{
    margin-top: 2rem;
}

.p-post__body h2 + p,
.p-post__body h2 + ul,
.p-post__body h2 + ol,
.p-post__body h3 + p,
.p-post__body h3 + ul,
.p-post__body h3 + ol
{
    margin-top: 1.5rem;
}

.p-post__body h4 + p,
.p-post__body h4 + ul,
.p-post__body h4 + ol,
.p-post__body h5 + p,
.p-post__body h5 + ul,
.p-post__body h5 + ol,
.p-post__body h6 + p,
.p-post__body h6 + ul,
.p-post__body h6 + ol
{
    margin-top: 1rem;
}

.p-post__body p
{
    margin-top: 2rem;
}

.p-post__body p:first-child
{
    margin-top: 0;
}

.p-post__body a
{
    text-decoration: underline;
}

.p-post__body a:focus
{
    text-decoration: none;
}

.ua-ie .p-post__body a:hover
{
    text-decoration: none;
}

.p-post__body img
{
    margin: 1rem 1rem 0 0;
}

.p-post__body ul
{
    margin-top: 2rem;
}

.p-post__body ul:first-child
{
    margin-top: 0;
}

.p-post__body ul > li
{
    line-height: 1.666;

    position: relative;

    padding-left: .8em;
}

.p-post__body ul > li::before
{
    position: absolute;
    top: .65em;
    left: 0;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background: #556c4c;
}

.p-post__body ol
{
    margin-top: 2rem;

    counter-reset: number;
}

.p-post__body ol:first-child
{
    margin-top: 0;
}

.p-post__body ol > li
{
    line-height: 1.666;

    position: relative;

    padding-left: 2rem;
}

.p-post__body ol > li::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    margin-right: .4rem;

    content: counter(number) '.';
    counter-increment: number;
}

.p-post__body table
{
    width: 100%;
    margin-top: 2rem;

    background: #fff;
}

.p-post__body table tr:nth-child(odd)
{
    background: #f8f8f8;
}

.p-post__body table th,
.p-post__body table td
{
    line-height: 1.666;

    padding: 1rem;

    border-collapse: collapse;

    border: 1px solid #ccc;
}

.p-post__body table th
{
    font-weight: 500;

    color: #fff;
    background: #556c4c;
}

.p-recruit__message-image
{
    width: 100%;

    aspect-ratio: 800/600;
}

.p-recruit__message-image img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.p-recruit__message-body
{
    padding-top: 2rem;
}

.p-recruit__message-title
{
    font-size: 1.4rem;
    font-size: max(1.4rem, 12px);
    font-weight: 700;
    line-height: 1.6;

    color: #66805c;
}

.p-recruit__message-title::after
{
    font-family: 'Roboto', serif;
    font-size: 2.8rem;
    font-size: max(2.8rem, 22px);
    font-weight: 700;

    display: block;

    content: attr(data-title-en);
}

.p-recruit__message-text
{
    margin-top: 1em;
}

.p-recruit__appeal
{
    padding: 4rem 0;

    color: #fff;
    background: #66805c;
}

.p-recruit__appeal-body
{
    padding-top: 3rem;
}

.p-recruit__appeal-catch
{
    text-align: center;
}

.p-recruit__appeal-catch img
{
    width: auto;
    height: 4rem;
}

.p-recruit__appeal-read
{
    font-size: 1.6rem;
    font-size: max(1.6rem, 14px);
    font-weight: 700;
    line-height: 2;

    margin-top: 1.5em;

    text-align: center;
    letter-spacing: .05em;
}

.p-recruit__appeal-text
{
    line-height: 2.2;

    margin-top: 1.5em;
}

.p-support__catch
{
    font-size: 1.8rem;
    font-size: max(1.8rem, 16px);
    font-weight: 700;
    line-height: 2;

    text-align: center;
}

.p-support__chart
{
    position: relative;

    margin-top: 2rem;
    margin-bottom: 7.7rem;
    padding: 2rem;

    color: #fff;
    background: #d81112;
}

.p-support__chart-title
{
    font-size: 1.8rem;
    font-size: max(1.8rem, 16px);
    font-weight: 700;

    text-align: center;
}

.p-support__chart-list
{
    margin-top: 2rem;
}

.p-support__chart-item
{
    font-weight: 700;

    display: flex;

    height: 4rem;
    padding: 1.2rem;

    color: #191919;
    background: #fff;

    align-items: center;
}

.p-support__chart-item + .p-support__chart-item
{
    margin-top: 1rem;
}

.p-support__chart-item::before
{
    display: block;

    width: 2.6rem;

    content: '';

    background: url(../images/company/icon_check.svg) center center/contain no-repeat;

    aspect-ratio: 37/38;
}

.p-support__chart-item span
{
    margin: 0 auto;
}

.p-support__arrow
{
    font-size: 1.8rem;
    font-size: max(1.8rem, 16px);
    font-weight: 700;
    line-height: 1.3;

    position: absolute;
    top: calc(100% - 1px);
    left: 50%;

    display: inline-block;

    padding: 1rem 6rem 3rem;

    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;

    background: #d81112;

    -webkit-clip-path: polygon(14% 0, 86% 0, 86% 50%, 100% 50%, 50% 100%, 0 50%, 14% 50%);
            clip-path: polygon(14% 0, 86% 0, 86% 50%, 100% 50%, 50% 100%, 0 50%, 14% 50%);
}

.p-support__image
{
    max-width: 68.6rem;
    margin: 0 auto;
}

.p-support__solve
{
    display: grid;

    margin-top: -1.6rem;

    place-items: center;
}

.p-support__solve::before
{
    display: block;

    width: 6rem;
    margin-bottom: 1em;

    content: '';

    background: #c7e0b5;

    aspect-ratio: 1;
    -webkit-clip-path: polygon(20% 0, 80% 0, 80% 50%, 100% 50%, 50% 100%, 0 50%, 20% 50%);
            clip-path: polygon(20% 0, 80% 0, 80% 50%, 100% 50%, 50% 100%, 0 50%, 20% 50%);
}

.p-support__solve-text
{
    font-size: 2.2rem;
    font-size: max(2.2rem, 18px);
    font-weight: 700;
    line-height: 1.2;

    display: inline-block;

    padding: .5em 2em .5em 2.5em;

    text-align: center;
    letter-spacing: .5em;

    color: #fff;
    background: #20992a;
}

.u-text-xs
{
    font-size: 1rem;
}

.u-text-sm
{
    font-size: 1.2rem;
}

.u-text-base
{
    font-size: 1.4rem;
}

.u-text-lg
{
    font-size: 1.6rem;
}

.u-text-xl
{
    font-size: 1.8rem;
}

.u-text-2xl
{
    font-size: 2.2rem;
}

.u-text-3xl
{
    font-size: 2.8rem;
}

.u-text-4xl
{
    font-size: 3.4rem;
}

.u-text-5xl
{
    font-size: 4.6rem;
}

.u-text-6xl
{
    font-size: 6.2rem;
}

.u-italic
{
    font-style: italic;
}

.u-not-italic
{
    font-style: normal;
}

.u-font-light
{
    font-weight: 300;
}

.u-font-normal
{
    font-weight: 400;
}

.u-font-medium
{
    font-weight: 500;
}

.u-font-semibold
{
    font-weight: 600;
}

.u-font-bold
{
    font-weight: 700;
}

.u-text-left
{
    text-align: left;
}

.u-text-center
{
    text-align: center;
}

.u-text-right
{
    text-align: right;
}

.u-text-justify
{
    text-align: justify;
}

.u-text-transparent
{
    color: transparent;
}

.u-text-current
{
    color: currentColor;
}

.u-text-black
{
    color: #222;
}

.u-text-white
{
    color: #fff;
}

.u-text-gray
{
    color: #888;
}

.u-text-red
{
    color: #c00;
}

.u-text-blue
{
    color: #00c;
}

.u-bg-black
{
    background-color: #222;
}

.u-bg-white
{
    background-color: #fff;
}

.u-bg-gray-100
{
    background-color: #f4f4f4;
}

.u-bg-gray-200
{
    background-color: #e8e8e8;
}

.u-bg-gray-300
{
    background-color: #d2d2d2;
}

.u-bg-gray-400
{
    background-color: #bcbcbc;
}

.u-bg-gray-500
{
    background-color: #a6a6a6;
}

.u-bg-gray-600
{
    background-color: #909090;
}

.u-bg-gray-700
{
    background-color: #7a7a7a;
}

.u-bg-gray-800
{
    background-color: #646464;
}

.u-bg-gray-900
{
    background-color: #383838;
}

.u-bg-red-100
{
    background-color: #fff5f5;
}

.u-bg-red-200
{
    background-color: #fed7d7;
}

.u-bg-red-300
{
    background-color: #feb2b2;
}

.u-bg-red-400
{
    background-color: #fc8181;
}

.u-bg-red-500
{
    background-color: #f56565;
}

.u-bg-red-600
{
    background-color: #e53e3e;
}

.u-bg-red-700
{
    background-color: #c53030;
}

.u-bg-red-800
{
    background-color: #9b2c2c;
}

.u-bg-red-900
{
    background-color: #742a2a;
}

.u-underline
{
    text-decoration: underline;
}

.u-line-through
{
    text-decoration: line-through;
}

.u-no-underline
{
    text-decoration: none;
}

.u-align-baseline
{
    vertical-align: baseline;
}

.u-align-top
{
    vertical-align: top;
}

.u-align-middle
{
    vertical-align: middle;
}

.u-align-bottom
{
    vertical-align: bottom;
}

.u-align-text-top
{
    vertical-align: text-top;
}

.u-align-text-bottom
{
    vertical-align: text-bottom;
}

.u-opacity-0
{
    opacity: 0;
}

.u-opacity-25
{
    opacity: .25;
}

.u-opacity-50
{
    opacity: .5;
}

.u-opacity-75
{
    opacity: .75;
}

.u-opacity-100
{
    opacity: 1;
}

@media only screen and (min-width: 560px)
{
    .sp-only
    {
        display: none !important;
    }

    .tab-pc-only
    {
        display: block !important;
    }

    .scroll-top-observer
    {
        top: 60rem;
    }

    .l-footer
    {
        padding: 22rem 0 3rem;
    }

    .l-footer::before
    {
        left: 0;

        width: 43.3rem;
    }

    .l-footer::after
    {
        width: 68.2rem;
    }

    .l-footer__logo img
    {
        height: 7.2rem;
    }

    .l-footer__address
    {
        font-size: 1.4rem;
        font-size: max(1.4rem, 12px);

        margin-top: 2.4rem;
    }

    .l-footer__tel
    {
        font-size: 2.4rem;
        font-size: max(2.4rem, 20px);

        margin-top: .6rem;

        pointer-events: none;
    }

    .l-footer__link
    {
        margin-top: .6rem;
    }

    .l-footer__link > li
    {
        font-size: 1.4rem;
        font-size: max(1.4rem, 12px);
    }

    .l-footer__copylight
    {
        font-size: 1.3rem;
        font-size: max(1.3rem, 12px);

        margin-top: 3.4rem;
    }

    .l-header__logo a
    {
        -moz-column-gap: 1.5em;
             column-gap: 1.5em;
    }

    .l-header__logo-text
    {
        font-size: 1.4em;
    }

    .l-wrapper::before
    {
        width: 68.2rem;
    }

    .l-wrapper::after
    {
        width: 43.3rem;
    }

    .c-btn
    {
        -moz-column-gap: 3.4rem;
             column-gap: 3.4rem;
    }

    .c-btn__text
    {
        font-size: 2rem;
        font-size: max(2rem, 16px);
    }

    .c-btn__circle
    {
        width: 7rem;
        height: 7rem;
    }

    .c-news-list--index .c-news-list__item:first-child .c-news-list__item-link
    {
        padding-top: 2rem;
    }

    .c-news-list__item-link
    {
        display: flex;

        padding: 2rem 0;

        align-items: flex-start;
        -moz-column-gap: 4.4rem;
             column-gap: 4.4rem;
    }

    .c-news-list__item-date
    {
        font-size: 1.6rem;
        font-size: max(1.6rem, 14px);
    }

    .c-news-list__item-title
    {
        font-weight: 400;

        display: flex;

        width: 100%;
        margin-top: .15em;

        justify-content: space-between;
    }

    .c-news-list__item-title::after
    {
        display: inline-block;

        height: 1.8rem;
        margin-top: .25em;
        margin-left: 1.5em;

        content: '';

        background-color: #66805c;

        flex-shrink: 0;
        -webkit-clip-path: polygon(0 8%, 8% 0, 58% 50%, 8% 100%, 0 92%, 42% 50%, 0 8%);
                clip-path: polygon(0 8%, 8% 0, 58% 50%, 8% 100%, 0 92%, 42% 50%, 0 8%);
        -webkit-clip-path: polygon(0 2px, 0 0, 100% 50%, 0 100%, 0 calc(100% - 2px), calc(100% - 2px) 50%);
                clip-path: polygon(0 2px, 0 0, 100% 50%, 0 100%, 0 calc(100% - 2px), calc(100% - 2px) 50%);
        aspect-ratio: 1/2;
    }

    .c-page-head__image
    {
        height: 20.498vw;
        min-height: 28rem;
        padding: 0 7.5vw;
    }

    .c-page-head__image img
    {
        border-radius: 20px;
    }

    .c-page-head__title-wrap
    {
        margin-top: 10rem;
    }

    .c-page-head__title
    {
        font-size: 2rem;
        font-size: max(2rem, 16px);
    }

    .c-page-head__title::after
    {
        font-size: 6.4rem;
        font-size: max(6.4rem, 54px);
    }

    .c-page-intro__catch
    {
        font-size: 2.8rem;
        font-size: max(2.8rem, 20px);
    }

    .c-page-intro__text
    {
        line-height: 2.2;

        margin-top: 1.2em;
    }

    .c-pagination
    {
        margin-top: 6rem;
    }

    .c-pagination li
    {
        font-size: 1.5rem;
        font-size: max(1.5rem, 13px);
    }

    .c-section
    {
        padding: 16rem 0;
    }

    .c-page-head + .c-section
    {
        padding-top: 0;
    }

    .c-title-index
    {
        font-size: 2rem;
        font-size: max(2rem, 16px);
    }

    .c-title-index::before
    {
        font-size: 6.4rem;
        font-size: max(6.4rem, 54px);
    }

    .c-title-primary
    {
        font-size: 2.2rem;
        font-size: max(2.2rem, 18px);
    }

    .c-title-primary + .c-title-secondary
    {
        margin-top: 3rem;
    }

    .c-title-secondary
    {
        font-size: 1.8rem;
        font-size: max(1.8rem, 16px);

        padding: .4rem 1.5rem;
    }

    .p-about__message
    {
        display: flex;
        flex-direction: row-reverse;

        -moz-column-gap: 6rem;
             column-gap: 6rem;
    }

    .p-about__message-image
    {
        width: 30rem;
        max-height: 40rem;

        flex-shrink: 0;
    }

    .p-about__message-body
    {
        display: flex;
        flex-direction: column;

        padding-top: 0;

        flex-grow: 1;
        justify-content: space-between;
    }

    .p-about__message-name
    {
        font-size: 2.2rem;
        font-size: max(2.2rem, 18px);
    }

    .p-about__message-name .name
    {
        font-size: 2.6rem;
        font-size: max(2.6rem, 20px);
    }

    .p-contact__box
    {
        padding: 11rem 8rem 16rem;
    }

    .p-contact__tel
    {
        margin-bottom: 7rem;
    }

    .p-contact__tel a
    {
        pointer-events: none;
    }

    .p-contact__tel-title
    {
        font-size: 2rem;
        font-size: max(2rem, 16px);
    }

    .p-contact__tel-number
    {
        font-size: 4.8rem;
        font-size: max(4.8rem, 30px);
        line-height: 1.4;
    }

    .p-contact__tel-number span
    {
        font-size: 3.8rem;
        font-size: max(3.8rem, 24px);
    }

    .p-contact__form-note
    {
        font-size: 1.6rem;
        font-size: max(1.6rem, 14px);
    }

    .p-contact__form-confirm
    {
        font-size: 1.6rem;
        font-size: max(1.6rem, 14px);
    }

    .p-contact__thanks
    {
        font-size: 1.6rem;
        font-size: max(1.6rem, 14px);
    }

    .p-form__table
    {
        margin-top: 2rem;

        border-spacing: 0 .8rem;
    }

    .p-form__table th
    {
        font-size: 1.5rem;
        font-size: max(1.5rem, 13px);

        display: table-cell;

        width: 20.4rem;
        padding: 2.4rem 1rem 2.4rem 2.8rem;
    }

    .p-form__table td
    {
        font-size: 1.5rem;
        font-size: max(1.5rem, 13px);

        display: table-cell;

        width: auto;
        margin-bottom: 0;
        padding: 2.4rem 2rem;
    }

    .p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
    .p-form__table textarea
    {
        padding-top: 0;
        padding-bottom: 0;
    }

    .p-form__privacy
    {
        font-size: 1.5rem;
        font-size: max(1.5rem, 13px);

        margin-top: 4rem;
    }

    .p-form__btns
    {
        flex-direction: row;

        margin-top: 7rem;

        gap: 2rem;
    }

    .p-form__btn
    {
        font-size: 1.8rem;
        font-size: max(1.8rem, 16px);

        width: 32rem;
        height: 8rem;
    }

    .p-image-list
    {
        margin-top: 4rem;

        gap: 5rem 7.8rem;
    }

    .p-image-list__item
    {
        width: calc(50% - 3.9rem);
    }

    .p-index-about
    {
        padding: 16.5rem 0;
    }

    .p-index-about__image-wrap
    {
        position: absolute;
        top: -30rem;
        right: 50%;

        width: 77rem;
        height: 77rem;
        padding-top: 0;
    }

    .p-index-about__image
    {
        position: relative;
        top: 0;
        right: 0;

        width: 77rem;
    }

    .p-index-kv__catch-en
    {
        max-width: 97rem;
    }

    .p-index-kv__catch-ja
    {
        max-width: 87.8rem;
    }

    .p-index-news
    {
        padding: 16rem 0;
    }

    .p-index-news__btn
    {
        margin-top: 6rem;
    }

    .p-index-professional
    {
        padding-top: 10rem;
    }

    .p-index-professional__main-image
    {
        max-width: 50rem;
    }

    .p-index-professional__sub-image-01
    {
        top: -16rem;

        max-width: 40rem;
    }

    .p-index-professional__sub-image-02
    {
        max-width: 30rem;
    }

    .p-index-professional__catch
    {
        font-size: 2.8rem;
        font-size: max(2.8rem, 22px);

        margin-top: 4rem;
    }

    .p-index-professional__text
    {
        margin-top: 3rem;
    }

    .p-index-professional__btn
    {
        margin-top: 5rem;
    }

    .p-index-recruit
    {
        padding-top: 16rem;
    }

    .p-index-recruit__image-box
    {
        height: 35rem;
        margin-top: -6.4rem;
    }

    .p-license__read
    {
        font-size: 2.4rem;
        font-size: max(2.4rem, 18px);
    }

    .p-license__list
    {
        margin-top: 3.6rem;
    }

    .p-license__item
    {
        font-size: 2.4rem;
        font-size: max(2.4rem, 18px);

        -moz-column-gap: 5.2rem;
             column-gap: 5.2rem;
    }

    .p-license__item + .p-license__item
    {
        margin-top: 2.8rem;
    }

    .p-license__item::before
    {
        width: 21.1rem;
    }

    .p-license__item a::after
    {
        width: 21.1rem;
    }

    .p-post__date
    {
        font-size: 1.6rem;
        font-size: max(1.6rem, 14px);
    }

    .p-post__title
    {
        font-size: 2.4rem;
        font-size: max(2.4rem, 20px);
    }

    .p-post__body
    {
        padding-top: 6rem;
    }

    .p-post__body h2:first-child,
    .p-post__body h3:first-child,
    .p-post__body h4:first-child,
    .p-post__body h5:first-child,
    .p-post__body h6:first-child
    {
        margin-top: 0;
    }

    .p-post__body h2
    {
        font-size: 2.2rem;
        font-size: max(2.2rem, 18px);

        margin-top: 8rem;
    }

    .p-post__body h3
    {
        font-size: 1.8rem;
        font-size: max(1.8rem, 16px);

        margin-top: 6rem;
        padding: .6rem 1.5rem;
    }

    .p-post__body h4
    {
        font-size: 1.8rem;
        font-size: max(1.8rem, 16px);

        margin-top: 6rem;
    }

    .p-post__body h5
    {
        font-size: 1.6rem;
        font-size: max(1.6rem, 14px);

        margin-top: 3rem;
    }

    .p-post__body h6
    {
        font-size: 1.5rem;
        font-size: max(1.5rem, 14px);

        margin-top: 3rem;
    }

    .p-post__body h2 + h3,
    .p-post__body h2 + h4
    {
        margin-top: 3rem;
    }

    .p-post__body h2 + p,
    .p-post__body h2 + ul,
    .p-post__body h2 + ol,
    .p-post__body h3 + p,
    .p-post__body h3 + ul,
    .p-post__body h3 + ol
    {
        margin-top: 2rem;
    }

    .p-post__body h4 + p,
    .p-post__body h4 + ul,
    .p-post__body h4 + ol,
    .p-post__body h5 + p,
    .p-post__body h5 + ul,
    .p-post__body h5 + ol,
    .p-post__body h6 + p,
    .p-post__body h6 + ul,
    .p-post__body h6 + ol
    {
        margin-top: 2rem;
    }

    .p-post__body p
    {
        margin-top: 2.4rem;
    }

    .p-post__body p:first-child
    {
        margin-top: 0;
    }

    .p-post__body ul
    {
        margin-top: 3rem;
    }

    .p-post__body ul:first-child
    {
        margin-top: 0;
    }

    .p-post__body ul > li + li
    {
        margin-top: .4rem;
    }

    .p-post__body ol
    {
        margin-top: 3rem;
    }

    .p-post__body ol:first-child
    {
        margin-top: 0;
    }

    .p-post__body ol > li + li
    {
        margin-top: .4rem;
    }

    .p-post__body table
    {
        margin-top: 4rem;
    }

    .p-post__body table th,
    .p-post__body table td
    {
        padding: 1rem 2rem;
    }

    .p-post__body table th
    {
        font-weight: 700;
    }

    .p-recruit__message-title
    {
        font-size: 2rem;
        font-size: max(2rem, 16px);

        text-shadow: 0 0 10px rgba(255, 255, 255, .4);
    }

    .p-recruit__message-title::after
    {
        font-size: 4rem;
        font-size: max(4rem, 30px);
    }

    .p-recruit__message-text
    {
        line-height: 2.2;

        margin-top: 1.2em;

        text-shadow: 0 0 10px rgba(255, 255, 255, .4);
    }

    .p-recruit__appeal
    {
        padding: 8rem 0;
    }

    .p-recruit__appeal-container
    {
        display: flex;

        align-items: center;
        -moz-column-gap: 7rem;
             column-gap: 7rem;
    }

    .p-recruit__appeal-body
    {
        padding-top: 0;

        flex-grow: 1;
    }

    .p-recruit__appeal-catch
    {
        text-align: left;
    }

    .p-recruit__appeal-catch img
    {
        height: 7.4rem;
    }

    .p-recruit__appeal-read
    {
        font-size: 2.4rem;
        font-size: max(2.4rem, 16px);

        margin-top: 1.2em;

        text-align: left;
    }

    .p-recruit__appeal-text
    {
        margin-top: 1.2em;
    }

    .p-support__catch
    {
        font-size: 2.4rem;
        font-size: max(2.4rem, 18px);
    }

    .p-support__chart
    {
        margin-bottom: 10rem;
        padding: 2rem 3rem 3rem;
    }

    .p-support__chart-title
    {
        font-size: 3rem;
        font-size: max(3rem, 22px);
        line-height: 1.2;
    }

    .p-support__chart-list
    {
        display: flex;

        flex-wrap: wrap;
        gap: 1.8rem 2.7rem;
    }

    .p-support__chart-item
    {
        font-size: 1.8rem;
        font-size: max(1.8rem, 16px);

        width: calc(33.333% - 1.8rem);
        height: 5.5rem;
    }

    .p-support__chart-item + .p-support__chart-item
    {
        margin-top: 0;
    }

    .p-support__chart-item::before
    {
        width: 3.7rem;
    }

    .p-support__arrow
    {
        font-size: 2.6rem;
        font-size: max(2.6rem, 20px);
        line-height: 1.2;

        padding: 1.4rem 9.4rem 5.4rem;
    }

    .p-support__solve
    {
        margin-top: -3rem;
    }

    .p-support__solve::before
    {
        width: 10rem;
    }

    .p-support__solve-text
    {
        font-size: 3.2rem;
        font-size: max(3.2rem, 26px);
    }
}

@media only screen and (min-width: 960px)
{
    html
    {
        font-size: .7320644217vw;
        font-size: clamp(.7320644217vw, (1200px - 100vw) * 1000, .8333333333vw);

        scroll-padding-top: 81px;
    }

    body
    {
        font-size: 1.6rem;
        font-size: max(1.6rem, 14px);
        line-height: 2.2;
    }

    .pc-only
    {
        display: block !important;
    }

    .header-observer
    {
        top: 5rem;
    }

    .l-hamburger
    {
        display: none;
    }

    .l-header__container
    {
        position: relative;

        height: 12rem;
        padding: 0 0 0 8rem;

        transition: background .35s ease, height .35s ease;

        color: #191919;
    }

    .is-change .l-header__container
    {
        height: 9rem;
    }

    .l-header__logo img
    {
        height: 6.4rem;
    }

    .l-header__body
    {
        position: static;

        display: block;
        overflow: visible;

        width: auto;
        height: 100%;
        margin-left: auto;
        padding-left: 3rem;

        pointer-events: auto;

        opacity: 1;
        background: transparent;
    }

    .l-nav
    {
        display: flex;

        transform: translate(0);
    }

    .l-nav__list
    {
        display: flex;

        height: 12rem;
        padding: 0;

        transition: height .35s ease;

        align-items: center;
        -moz-column-gap: 6rem;
             column-gap: 6rem;
    }

    .is-change .l-nav__list
    {
        height: 9rem;
    }

    .l-nav__item
    {
        border: none;
    }

    .l-nav__item:first-child
    {
        border-top: none;
    }

    .l-nav__item a
    {
        height: auto;
        padding: .2em 0;

        color: #191919;
    }

    .l-nav__btns
    {
        flex-direction: column;

        margin-left: 6.6rem;
        padding: 0;
    }

    .l-nav__btn
    {
        width: 16rem;
    }

    .l-nav__btn a
    {
        height: 8rem;

        transition: height .35s ease, border-radius .35s ease, opacity .35s;
    }

    .is-change .l-nav__btn a
    {
        height: 4.5rem;
    }

    .l-nav__btn:nth-child(1) a
    {
        border-radius: 0;
    }

    .l-nav__btn:nth-child(2) a
    {
        border-radius: 0 0 0 20px;
    }

    .is-change .l-nav__btn:nth-child(2) a
    {
        border-radius: 0;
    }

    .l-wrapper
    {
        padding-top: 12rem;
    }

    .c-container
    {
        max-width: calc(100rem + 7.5vw);
        margin: 0 auto;
        padding: 0 3.75vw;
    }

    .c-container--wide
    {
        max-width: calc(120rem + 7.5vw);
    }

    .c-container--short
    {
        max-width: calc(80rem + 7.5vw);
    }

    .c-page-head
    {
        padding-top: 0;
    }

    .c-page-head__image
    {
        padding: 0 8rem;
    }

    .c-page-intro
    {
        position: relative;
    }

    .c-page-intro__image
    {
        position: absolute;
        top: 0;
        left: 49.5rem;

        width: 68.3rem;
        height: 36rem;

        aspect-ratio: initial;
    }

    .c-page-intro__body
    {
        position: relative;
        z-index: 1;

        display: flex;
        flex-direction: column;

        width: 56.3rem;
        min-height: 36rem;
        padding-top: 0;

        justify-content: center;
    }

    .p-about-block
    {
        display: flex;

        align-items: flex-start;
    }

    .p-about-block + .p-about-block
    {
        margin-top: 16rem;
    }

    .p-about-block__title
    {
        width: 25.4rem;
        margin-top: -.5em;

        flex-shrink: 0;
    }

    .p-about-block__body
    {
        margin-top: 0;
    }

    .p-about-block__outline dt
    {
        width: 15.8rem;
        padding-bottom: 1.5em;
        padding-left: 4.5rem;
    }

    .p-about-block__outline dd
    {
        width: calc(100% - 15.8rem);
        padding-bottom: 1.5em;
        padding-left: 4rem;
    }

    .p-about-block__outline--history dt
    {
        padding-left: 0;
    }

    .p-index-about__body
    {
        width: 67rem;
        margin-left: auto;
    }

    .p-index-about__title
    {
        display: flex;

        align-items: baseline;
        -moz-column-gap: 3rem;
             column-gap: 3rem;
    }

    .p-index-kv
    {
        min-height: 800px;
        max-height: 1100px;
        padding-top: 12rem;
    }

    .p-index-kv::after
    {
        width: 76rem;
    }

    .p-index-kv__container
    {
        padding: 0 8rem 22rem;
    }

    .p-index-kv__catch
    {
        bottom: 16rem;
    }

    .p-index-news__container
    {
        display: flex;

        align-items: flex-start;
    }

    .p-index-news__body
    {
        width: 70rem;
        margin-left: auto;
        padding-top: 0;

        flex-shrink: 0;
    }

    .p-index-professional
    {
        padding-top: 16rem;
    }

    .p-index-professional__container
    {
        display: flex;

        max-width: calc(110.8rem + 7.5vw);

        -moz-column-gap: 8rem;
             column-gap: 8rem;
    }

    .p-index-professional__image
    {
        padding-left: 0;

        flex-grow: 1;
    }

    .p-index-professional__main-image
    {
        max-width: 100%;
    }

    .p-index-professional__sub-image-01
    {
        top: -26rem;
        left: -9rem;
    }

    .p-index-professional__sub-image-02
    {
        right: -7rem;
    }

    .p-index-professional__body
    {
        width: 54rem;
        padding-top: 6rem;

        flex-shrink: 0;
    }

    .p-index-recruit__container
    {
        max-width: calc(120rem + 7.5vw);
    }

    .p-post__body h2:first-child,
    .p-post__body h3:first-child,
    .p-post__body h4:first-child,
    .p-post__body h5:first-child,
    .p-post__body h6:first-child
    {
        margin-top: 0;
    }

    .p-recruit__message
    {
        display: flex;

        align-items: flex-start;
        -moz-column-gap: 7rem;
             column-gap: 7rem;
    }

    .p-recruit__message-image
    {
        width: 58rem;

        flex-shrink: 0;
    }

    .p-recruit__message-body
    {
        position: relative;
        z-index: 1;

        display: flex;
        flex-direction: column;

        margin-left: auto;
        padding: 0;

        justify-content: center;
    }

    .p-recruit__appeal-image
    {
        width: 60.3rem;
        margin-bottom: auto;
    }

    .p-recruit__appeal-body
    {
        flex-shrink: 0;
    }
}

@media only screen and (min-width: 1466px)
{
    html
    {
        font-size: 62.5%;
    }
}

@media only screen and (max-width: 959px) and (min-width: 560px)
{
    html
    {
        font-size: .8333333333vw;

        scroll-padding-top: 8rem;
    }

    body
    {
        font-size: 1.6rem;
        font-size: max(1.6rem, 14px);
        line-height: 2;
    }

    .l-hamburger
    {
        width: 70px;
        height: 70px;
    }

    .l-hamburger__icon
    {
        width: 32px;
        height: 22px;
    }

    .l-header__container
    {
        height: 70px;
        padding: 0 0 0 20px;
    }

    .l-header__logo img
    {
        height: 56px;
    }

    .l-nav__list
    {
        padding: 12rem 7.5vw 8rem;
    }

    .l-nav__item
    {
        font-size: 16px;
    }

    .l-nav__item a
    {
        height: 78px;
    }

    .l-nav__btns
    {
        padding: 0 7.5vw;
    }

    .l-nav__btn
    {
        font-size: 16px;
    }

    .l-nav__btn a
    {
        height: 78px;
    }

    .l-wrapper
    {
        padding-top: 70px;
    }

    .c-container
    {
        padding: 0 7.5vw;
    }

    .p-about-block + .p-about-block
    {
        margin-top: 10rem;
    }

    .p-index-kv
    {
        min-height: 700px;
        max-height: 1000px;
        padding-top: 90px;
    }

    .p-index-kv__container
    {
        padding: 0 6rem 22rem;
    }

    .p-index-kv__catch
    {
        bottom: 14rem;
    }

    .p-index-professional__image
    {
        padding-bottom: 6rem;
        padding-left: 10rem;
    }

    .p-recruit__appeal-image
    {
        width: 40%;
        margin-bottom: auto;

        flex-shrink: 0;
    }
}

@media (hover: hover) and (pointer: fine)
{
    a:hover
    {
        text-decoration: none;
    }

    .l-footer__link a:hover
    {
        opacity: .7;
    }

    .l-nav__item a:hover
    {
        opacity: .7;
    }

    .l-nav__btn a:hover
    {
        opacity: .9;
    }

    .c-btn:hover
    {
        opacity: .7;
    }

    .c-news-list__item-link:hover
    {
        opacity: .7;
    }

    .c-pagination li a:hover
    {
        background: #e2f2dc;
    }

    .p-form__btn:hover
    {
        opacity: .8;
    }

    .p-license__item a:hover
    {
        opacity: .7;
    }

    .p-post__body a:hover
    {
        text-decoration: none;
    }
}

@media print
{
    .c-container
    {
        padding: 0;
    }
}
