@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');

body {
    font-weight: 400;
    font-weight: normal;
    color: #333333;
}

body {
    -webkit-text-size-adjust: 100%;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

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

img {
    border: none;
    width: 100%;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}

a {
    cursor: pointer;
    transition: 0.7s;
}

a:hover {
    opacity: 0.5;
}

.flex_box {
    display: flex;
}

@media (min-width: 769px) {
    html {
        font-size: .7320644217vw;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 2.66666667vw;
    }
}

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

    br.sp {
        display: block;
    }
}



img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*=========================
 ヘッダー 
======================== */
#header {
    border-top: 0.6rem solid #fdb345;
    background-color: #fff8e0;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

#header .logo {
    padding: 4rem 0;
    margin: 0 auto;
    max-width: 31rem;
}

@media screen and (max-width: 768px) {
    #header {
        border-top: 0.3rem solid #fdb345;
        background-color: #fff8e0;
    }

    #header .logo {
        padding: 1.4rem 0;
        margin: 0 auto;
        max-width: 14rem;
    }
}

/*=========================
 メインビジュアル
======================== */
.main-visual {
    position: relative;
    width: 100%;
    height: calc(100vw * 810 / 1366);
    /* 高さを比率で計算 */
    background-size: cover;
    background-image: url(../images/mv-bg.svg);
    background-repeat: no-repeat;
}

.kirakira {
    width: calc(100vw * 1228 / 1366);
    /* 画面幅に応じて拡大縮小、1366pxのときに1228px */
    height: calc(100vw * 885 / 1366);
    /* 同様に高さも */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.mv-catch {
    padding: 11.1rem 0 0;
    width: 100%;
    margin: 0 auto;
    max-width: 71.6rem;
    z-index: 2;
    position: relative;
}

.mv-people {
    z-index: 2;
    max-width: 125.6rem;
    width: 100%;
    margin: 8.8rem auto 0;
    position: relative;
}

.mv-people .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .main-visual {
        height: calc(100vw * 265 / 375);
        /* 高さを比率で計算 */
        background-image: url(../images/mv-bg-sp.svg);
    }

    .kirakira {
        width: calc(100vw * 334 / 375);
        /* 画面幅に応じて拡大縮小、1366pxのときに1228px */
        height: calc(100vw * 241 / 375);
        /* 同様に高さも */
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .mv-catch {
        padding: 2.5rem 0 0;
        width: 100%;
        margin: 0 auto;
        max-width: 27.6rem;
        z-index: 2;
        position: relative;
    }

    .mv-people .pc {
        display: none;
    }

    .mv-people .sp {
        display: block
    }

    .mv-people {
        z-index: 2;
        max-width: 33.3rem;
        width: 100%;
        margin: 2.8rem auto 0;
        position: relative;
    }
}

/*=========================
 セクション共通タイトル 
======================== */

.section-title {
    max-width: 21.9rem;
    width: 100%;
    margin: 40px auto 20px;
}
@media screen and (max-width: 768px) {
.section-title {
    max-width: 9.5rem;
    width: 100%;
    margin: 40px auto 20px;
}

}
/*=========================
 企業理念
======================== */
.philosophy {
    padding-top: 19rem;
    padding-bottom: 3rem;
    width: 100%;
    height: calc(100vw * 730 / 1366);
    /* 高さを比率で計算 */
    background-size: cover;
    background-image: url(../images/philosophy-bg.svg);
    background-repeat: no-repeat;
}

.philosophy h3 {
    margin: 0 auto 3.2rem;
}

.philosophy-inner {
    padding: 0 14rem;
}

.philosophy .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.philosophy-text {
    max-width: 55.6rem;
    width: 100%;
}

.philosophy-text .sp {
    display: none;
}

.philosophy-person {
    margin-top: 10px;
    max-width: 41.2rem;
    width: 100%;
}

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

    .philosophy {
        padding-top: 6.6rem;
        padding-bottom: 3rem;
        width: 100%;
        height: calc(100vw * 310 / 375);
        /* 高さを比率で計算 */
        background-size: cover;
        background-image: url(../images/philosophy-bg-sp.svg);
        background-repeat: no-repeat;
    }
    .philosophy h3 {
    margin: 0 auto 1.2rem;
}
.philosophy-inner {
    padding: 0 2rem;
}
.philosophy-text .pc {
    display: none;
}
.philosophy-text .sp {
    display: block;
}
.philosophy-person {
    display: none;
}
}

/*=========================
 事業案内
======================== */
.business {
    background-size: auto auto;
    background-color: rgba(252, 239, 176, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 4rem, rgba(252, 241, 188, 1) 4rem, rgba(252, 241, 188, 1) 8rem);
    padding-top: 7.7rem;
    padding-bottom: 6.3rem;
}

.business h3 {
    margin: 0 auto 4.2rem;
}

.business-inner {
    padding: 0 6rem;
}

.business h4 {
    margin-bottom: 4rem;
    max-width: 58rem;
    width: 100%;
}

.support-text {
    max-width: 58rem;
    width: 100%;
}

.yorisapo-text {
    max-width: 55rem;
    width: 100%;
}

.support-text p {
    max-width: 55.6rem;
    width: 100%;
}

.yorisapo-text p {
    max-width: 57.3rem;
    width: 100%;
}

.support-person {
    max-width: 40.5rem;
    width: 100%;
}

.yorisapo-person {
    max-width: 47.6rem;
    width: 100%;
}

.business-block {
    padding: 4.7rem 8rem;
    border-radius: 2rem;
    background-color: #edfcfe;
}
.business-block.sp {
    display: none;
}
.business-block+.business-block {
    margin-top: 5rem;
}

.business-block .flex_box {
    justify-content: space-between;
}

/* ボタン */
.contact-btn {
    display: block;
    margin: 3.6rem auto 0;
    max-width: 38.3rem;
    width: 100%;
}
.support-text .sp,
.yorisapo-text .sp {
    display: none;
}
@media screen and (max-width: 768px) {
.business {
    background-size: auto auto;
    background-color: rgba(252, 239, 176, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 1rem, rgba(252, 241, 188, 1) 1rem, rgba(252, 241, 188, 1) 2rem);
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
}
.business h3 {
    margin: 0 auto 1.6rem;
}
.business-inner {
    padding: 0 1.5rem;
}
.business-block.pc {
    display: none;
}
.business-block.sp {
    display: block;
}
.business-block.sp {
    margin-top: 0;
}
.business-block.sp+.business-block.sp {
    margin-top: 2.2rem;
}
.business-block {
    padding: 1.6rem 2.5rem 3rem;
    border-radius: 2rem;
    background-color: #edfcfe;
}
.business h4 {
    margin-bottom: 2.7rem;
    max-width: 100%;
    width: 100%;
}
.support-person {
    max-width: 20.5rem;
    width: 100%;
    margin: 0 auto 1.7rem;
}
.support-text .pc,
.yorisapo-text .pc {
    display: none;
}
.support-text .sp,
.yorisapo-text .sp {
    display: block;
}
.contact-btn {
    display: block;
    margin: 2rem auto 0;
    max-width: 19rem;
    width: 100%;
}
}

/*=========================
 会社概要
======================== */
.company {
    padding-bottom: 6.5rem;
    background-color: #fff8e0;
}

.company .section-title {
    margin: 0 auto;
}

.company-title-box {
    position: relative;
    padding: 5.7rem 0;
    margin-bottom: 11.3rem;
    background-color: #ffb345;
}

.company-title-box::after {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-image: url('../images/orange-triangle.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 24.5rem;
    height: 7.8rem;
    bottom: -5rem;
}

.company-table {
    max-width: 104rem;
    width: 100%;
    margin: 0 auto;
}

.company-table .company-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-table .company-line dt {
    max-width: 15.2rem;
    width: 100%;
}
.company-table .company-line dt .sp,
.company-table .company-line dd .sp {
    display: none;
}
.company-table .company-line+.company-line {
    margin-top: 0.8rem;
}

.company-table .company-line dd {
    max-width: 87.5rem;
    width: 100%;
}
@media screen and (max-width: 768px) {
.company {
    padding-bottom: 3rem;
    background-color: #fff8e0;
}

.company-title-box {
    position: relative;
    padding: 2.1rem 0;
    margin-bottom: 4rem;
    background-color: #ffb345;
}

.company-title-box::after {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-image: url('../images/orange-triangle.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 10.5rem;
    height: 7.8rem;
    bottom: -6rem;
}
.company-table .company-line dt .pc,
.company-table .company-line dd .pc {
    display: none;
}
.company-table .company-line dt .sp,
.company-table .company-line dd .sp {
    display: block;
}
.company-table {
    max-width: 100%;
    padding: 0 1.6rem;
    width: 100%;
    margin: 0 auto;
}
.company-table .company-line dd {
    margin-top: 0.5rem;
}
.company-table .company-line +  .company-line {
    margin-top: 1.5rem;
}
.company-table .company-line dt {
    max-width: 100%;
    width: 100%;
}
}

/*=========================
 フッター
======================== */

footer {
    font-size: 12px;
    padding: 30px 10px;
    color: #666;
}

#footer {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #F4F4F4;
    width: 100%;
    padding: 3.5rem 0;
    color: #555555;
}


.copyright {
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5rem;
}

#footer ul {
    margin: 0 auto 2rem;
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
}

#footer ul li {
    font-size: 1.5rem;
    border-right: solid 1px #9F9F9F;
    padding: 0 2rem;
    font-size: 1.5rem;
}

#footer ul li:last-of-type {
    border-right: none;
}

@media screen and (max-width: 768px) {
#footer ul li {
    font-size: 1.5rem;
    border-right: solid 1px #9F9F9F;
    padding: 0 2rem;
    font-size: 1.2rem;
}
.copyright {
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.2rem;
}

}

/*=========================
 利用規約
======================== */
.user-policy {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}
.l-content {
    height: auto;
    padding: 90px 3% 127px;
    margin: 0 auto 0;
    width: 94%;
}
.content_box {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 3%;
}
.p-user-policy__title {
    font-size: 25px;
    line-height: 1.48;
    padding: 0 50px;
    margin-bottom: 49px;
    letter-spacing: 0.1em;
    display: inline-block;
    font-weight: 500;
    position: relative;
}
.p-user-policy__title::before, .p-user-policy__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background-color: #000;
    width: 43px;
    height: 1px;
}
.p-user-policy__title::before, .p-user-policy__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background-color: #000;
    width: 43px;
    height: 1px;
}
.p-user-policy__title::before {
    left: 0;
}
.u-tx-center {
    text-align: center;
}
.p-user-policy__title::after {
    right: 0;
}
.p-user-policy__text-box {
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-align: left;
}
.p-user-policy__text-box--margin {
    margin-bottom: 32px;
}
.p-user-policy__text-box {
    font-size: 20px;
}
.user-policy dd {
    padding-left: 1em;
}
.u-tx-right {
    text-align: right !important;
}
.p-user-policy__text-box li {
    margin-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 768px) {
        .l-content {
        padding: 10% 5% 16.8%;
        margin: 0 auto 0;
        width: 100%;
    }
        .p-user-policy__title::before, .p-user-policy__title::after {
        width: 5.6vw;
        height: 1px;
    }
        .p-user-policy__title {
        font-size: 3.33333vw;
        padding: 0 8vw;
        margin-bottom: 6.6vw;
    }
    .p-user-policy__text-box {
        font-size: 2.66667vw;
    }

}

/*=========================
 個人情報の取り扱いについて
======================== */
.privacy-policy {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}
.p-privacy-policy__title {
    font-size: 25px;
    line-height: 1.48;
    padding: 0 50px;
    margin-bottom: 49px;
    letter-spacing: 0.1em;
    display: inline-block;
    font-weight: 500;
    position: relative;
}
.p-privacy-policy__title::before, .p-privacy-policy__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background-color: #000;
    width: 43px;
    height: 1px;
}
.p-privacy-policy__title::after {
    right: 0;
}
.p-privacy-policy__title::before {
    left: 0;
}
.p-privacy-policy__text-box {
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-align: left;
}
.p-privacy-policy__text-box h2 {
    font-size: 20px;
}
.p-privacy-policy__text-box {
    font-size: 20px;
}
.p-privacy-policy__definition {
    margin-bottom: 32px;
}
.p-privacy-policy__article {
    margin-bottom: 3.2em;
}
.p-privacy-policy__article h2 {
    margin-bottom: 1.6em;
    font-weight: bold;
}
.p-privacy-policy__text-box li {
    margin-left: 1em;
    text-indent: -1em;
}
.p-privacy-policy__number {
    padding-left: 2.7em;
}
.p-privacy-policy__alphabet {
    margin-left: 1.9em;
}
@media screen and (max-width: 768px) {
    .p-privacy-policy__title {
        font-size: 2.66667vw;
        padding: 0 8vw;
        margin-bottom: 6.6vw;
    }
    .p-privacy-policy__title::before, .p-privacy-policy__title::after {
        width: 5.6vw;
        height: 1px;
    }
    .p-privacy-policy__text-box h2 {
        font-size: 2.66667vw;
    }
    .p-privacy-policy__text-box {
        font-size: 2.66667vw;
    }
}

.content,
.content_box {
    padding-top: 10.8rem;
}
@media screen and (max-width: 768px) {
.content,
.content_box {
    padding-top: 4.2rem;
}
}