@charset "UTF-8";
/* CSS Document */

/*							*/
/*			Reset			*/
/*							*/
*,
*::before,
*::after {
    box-sizing: border-box;
    font-feature-settings: "palt"
}

body {
    margin: 0;
    padding: 0;
    border: none
}

img,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
textarea,
address,
main,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style-type: none;
}

main,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit
}

table {
    border: none;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    text-align: left;
    vertical-align: top
}

caption {
    text-align: left
}

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

br {
    display: inline-block;
}

a {
    transition: color text-decoration 250ms;
    color: #7b7879;
    text-decoration: underline;
}

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

input,
input:focus,
input:hover,
input:active,
textarea,
textarea:focus,
textarea:hover,
textarea:active {
    outline: 0
}

ol,
ul,
li {
    list-style-type: none;
    padding: 0;
}

strong {
    font-weight: 500;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 0.75rem;
}

address {
    display: block;
    font-style: normal;
}

::selection {
    background: #7b7879;
    color: #fff;
}

::-moz-selection {
    background: #7b7879;
    color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: rgba(#7b7879, 0);
    opacity: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #7b7879;
    border-radius: 100vh;
    box-shadow: 2px 2px 5px rgba(#000, 0.5);
}

/*							*/
/*		html & body			*/
/*							*/
html {
    font-size: 10px
}

body {
    color: #999697;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 1366px) {
    html {
        /* font-size: 12.5px */
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 2.326vw;
        /* 10/430 */
    }

    body {
        font-size: 1.8rem;
    }
}

/*fonts*/

/*class*/
.inner {
    max-width: 1240px;
    padding: 0 2rem;
    margin: 0 auto;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col {
    display: grid;
}

.col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
}

.col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4vw;
}

@media screen and (max-width: 768px) {

    .col2,
    .col3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* 背景色 */
.background-white {
    background-color: #fff;
}

/* タイトル */
.level1-heading,
.level2-heading,
.level3-heading {
    font-weight: 500;
}

.level1-heading {
    color: #7b7879;
    font-size: 3.2rem;
    margin-bottom: 2rem;
}

.level2-heading {
    font-size: 2.2rem;
    line-height: 1.4;
    color: #999697;
    margin-bottom: 5rem;
}

.level3-heading {
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 4rem;
    color: #000;
    text-align: center;
}

.strong {
    color: #7b7879;
    font-weight: 500;
    display: inline-block;
}

.underline {
    display: inline-block;
    background: linear-gradient(transparent 65%, #feef68 25%);
}

.small {
    font-size: 1.4rem;
}

.fz-1 {
    font-size: 5.8rem;
}

.fz-2 {
    font-size: 4.8rem;
}

.fz-3 {
    font-size: 3.0rem;
}

.fz-4 {
    font-size: 2.6rem;
}

.fz-5 {
    font-size: 2rem;
}

.fz-6 {
    font-size: 1.6rem;
}

.fz-7 {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .level2-heading {
        margin-bottom: 1em;
    }

    .level3-heading {
        font-size: 3rem;
        margin-bottom: 4rem;
    }
}

.mb4r {
    margin-bottom: 4rem;
}

.mb2r {
    margin-bottom: 2rem;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.button {
    font-style: normal;
    font-size: 2rem;
    color: #999697;
    line-height: 1;
    text-align: center;
    display: inline-block;
    padding: 1rem 4rem;
    border: 1px solid #999697;
    border-radius: 100vh;
    transition: all .5s;
    cursor: pointer;
    margin: 3rem auto;
}

.button:hover {
    background-color: #999697;
    color: #fff;
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .button {
        font-size: 2rem;
        padding: 1.4rem 5rem;
        display: block;
        margin: 0 auto 3rem;
    }

    .button:hover {
        transform: scale(.9);
    }
}

.cta {
    background-color: #FB97BD;
    font-weight: 500;
    padding: 5.6rem 0 6rem;
    text-align: center;
}

.imgcircle {
    border-radius: 100vh;
}

@media screen and (max-width: 768px) {
    .cta {
        padding: 10.256vw 4.103vw;
    }
}

.pc_only {
    display: inherit;
}

.sp_only {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: inherit;
    }
}

/* media */
.media {
    display: grid;
    grid-template-columns: 1fr 57.5%;
    align-items: center;
    gap: 6vw 3vw;
}

.media__title {
    font-weight: 500;
    color: #7b7879;
    font-size: 3.2rem;
    line-height: 1.5;
}

.media__text {
    margin-top: 3.8rem;
}

@media screen and (max-width: 768px) {
    .media {
        grid-template-columns: 1fr;
    }
}

.half-media {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
}

.half-media.no-space {
    gap: 0;
}

.half-media__img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .half-media {
        display: block;
    }
}

/* card */
.card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.card__img-wrapper {
    position: relative;
    padding-top: calc(200 / 380 * 100%);
    overflow: hidden;
}

.card__img {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.card__body {
    padding: 15px;
}

.card__title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
}

.card--link {
    display: block;
    background: linear-gradient(to right, #999697 0%, #999697 50%, #999697 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    color: currentColor;
    text-decoration: none;
    transition-property: background-position;
    transition-duration: 300ms;
}

.card--link .card__title {
    transition-duration: 300ms;
}

.card--link:focus,
.card--link:hover {
    background-position: 0 0;
}

.cards {
    display: grid;
}

.cards--col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 3rem;
}

@media screen and (max-width: 768px) {
    .cards--col3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* horizontal-table */
.horizontal-table {
    border-bottom-width: 0;
}

.horizontal-table__inner:first-child dd {
    border-top: 1px solid #999697;
}

.horizontal-table__inner {
    display: grid;
    grid-template-columns: 24rem 1fr;
}

.horizontal-table__header label,
.home .horizontal-table__header,
.horizontal-table__text {
    padding: .5em 1em;
}

.horizontal-table__header {
    background-color: #999697;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 500;
}

.horizontal-table__text {
    border-bottom: 1px solid #999697;
}

.horizontal-table__inner:last-child .horizontal-table__header {
    border-bottom: 1px solid #999697;
}

.inquiry .horizontal-table label {
    display: block;
}

.inquiry .horizontal-table input,
.inquiry .horizontal-table textarea {
    max-width: 100%;
    width: 60rem;
    font-size: 1.6rem;
    padding: .5em .75em;
    margin-bottom: 0;
    background-color: #FFFFFF;
    border: 1px solid #ededed;
}

.inquiry .horizontal-table input:focus,
.inquiry .horizontal-table textarea:focus {
    border-color: #6a8a99;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(106 138 153 / 80%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(106 138 153 / 80%);
}

.inquiry-submit {
    margin: 2rem;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .horizontal-table__inner {
        grid-template-columns: 1fr;
        padding-bottom: 1em;
    }

    .horizontal-table {
        border-bottom: 1px solid #999697;
    }

    .horizontal-table__inner:first-child dd {
        border-top-width: 0;
    }

    .horizontal-table__text,
    .horizontal-table__inner:last-child .horizontal-table__header {
        border-bottom-width: 0;
    }

    .horizontal-table__text {
        padding: 1em 0;
    }

    .inquiry .horizontal-table input,
    .inquiry .horizontal-table textarea {
        width: 90%;
    }
}

/*							*/
/*			Layout			*/
/*							*/
.page-header {
    position: relative;
    background-color: #999697;
}

.header-utilities {
    display: flex;
    justify-content: flex-end;
}

.header-nav__inner {
    display: flex;
    justify-content: flex-end;
    gap: 1em 0;
}

.header-nav__item {
    flex: 1 0 auto;
}

.header-nav__link {
    display: block;
    padding: 1rem 3.294vw;
    color: #fff;
    text-decoration: none;
}

.header-nav__link:hover {
    text-decoration: underline;
}

.jumbotron {
    height: 95vh;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    display: grid;
    place-content: center;
    place-items: center;

}

.page .jumbotron {
    height: 45vh;
}

.jumbotron__title {
    background-image: url("assets/images/logo_sample.svg");
    text-indent: -9999px;
    height: 0;
    padding-top: 62vh;
    width: 89.9844vh;
    background-size: contain;
    background-repeat: no-repeat;
}

.page .jumbotron__title {
    padding-top: 27.8vh;
    width: 40.3654vh;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 768px) {
    .jumbotron__title {
        padding-top: calc(80vw * 1.04);
        width: 80vw;
    }

    .header-nav {
        position: fixed;
        z-index: 100;
        width: 100vw;
        height: 0;
        padding-top: 20vw;
        background-color: #fff;
        transform: translateY(-100vh);
        opacity: 0;
        transition: all .4s;
    }

    .header-nav.panelactive {
        height: 100vh;
        transform: translateY(0);
        opacity: 100;
    }

    .header-nav__inner {
        flex-direction: column;
        justify-content: flex-start;
    }

    .header-nav__link {
        padding: 1em;
        color: #999697;
    }

    .menu-btn {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 102;
        background: #999697;
        cursor: pointer;
        width: 13.1vw;
        height: 13.1vw;
    }

    .menu-btn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        width: 50%;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        border-radius: 1px;
        background: #fff;
    }

    .menu-btn:hover span {
        background: #fff;
    }

    .menu-btn span:nth-of-type(1) {
        top: 35%;
    }

    .menu-btn span:nth-of-type(2) {
        top: 50%;
    }

    .menu-btn span:nth-of-type(3) {
        top: 65%;
    }

    .menu-btn.active span:nth-of-type(1) {
        transform: translate(-50%, 0) rotate(-135deg);
        top: 50%;
    }

    .menu-btn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-btn.active span:nth-of-type(3) {
        transform: translate(-50%, 0) rotate(135deg);
        top: 50%;
    }

}

.site-main > * {
    margin-top: 9rem;
}

.site-main {
    margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {}

.inquiry-required {
    display: inline-block;
    margin-left: 1em;
    font-size: 0.8em;
    color: #8f3854;
}

/* #footer */
#footer {
    background-color: #999697;
    font-size: 1.6rem;
    color: #FFF;
    padding: 4.8rem 0;
}

#footer a {
    color: #FFF;
}

.footer-utilities {
    display: flex;
    align-items: center;
    column-gap: 4rem;
    line-height: 1.5;
}

.footer-utilities__logo img {
    width: 10rem;
    height: auto;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    row-gap: 1em;
}

.footer-nav {
    display: flex;
    justify-content: flex-end;
    column-gap: 2.7818vw;
}

.footer-nav__item {
    flex: 1 0 auto;
}

.footer__copyright {
    text-align: center;
    line-height: 1.2;
    margin-top: 2rem;
    border-top: 1px solid #fff;
    padding: 1.6rem 0 0;
    font-size: 1.3rem;
}

.footer__copyright p:last-child {
    margin-top: 1em;
}

@media screen and (max-width: 768px) {

    .footer-utilities,
    .footer__inner,
    .footer-nav {
        flex-direction: column;
    }

    .footer-utilities {
        align-items: flex-start;
    }

    .footer-utilities__logo {
        margin-bottom: 1em;
    }

    .footer-utilities__logo img {
        width: 30vw;
    }

    .footer-nav__link {
        display: block;
        text-decoration: none;
        padding: 1em;
        border-top: 1px dotted #fff;
    }

    .footer-nav__item:first-child .footer-nav__link {
        border-top-width: 0;
    }
}