@charset "UTF-8";

:root {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-yellow: #F6DB48;
    --color-red: #FF0000;
    --color-orange:#FF8000; 
    --color-gray: #F2F2F2;
    
    --font-familyGothic: var(--brand-font);
}

#body {
    background-color: var(--color-white);
    font-family: "Noto Sans JP", sans-serif;
}

/* #footer {
    background: var(--color-white);
} */

a {
    color: var(--color-black);
}

.p-about {
    padding-top: 0;
}

.p-about main {
    padding: 0;
}

.l-about__inner {
    max-width: 1024px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

.l-fooer {
    padding: 32px 16px;
}

.p-header {
    background-color: var(--color-black);
    padding: 14px 16px;
}

.p-header__logo {
    max-width: 129px;
}
@media screen and (max-width: 768px) {
    .p-header__logo {
        max-width: 80px;
    }
}

.p-top {
    padding: 82px 32px 30px 32px;
    background-color: var(--color-yellow);
}
@media screen and (max-width: 768px) {
    .p-top {
        padding-top: 40px;
    }
}

.p-top__title {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    font-family: var(--font-familyGothic);
}
@media screen and (max-width: 768px) {
    .p-top__title {
        font-size: 28px;
    }
}

.p-top__title-parts {
    font-size: 38px;
}
@media screen and (max-width: 768px) {
    .p-top__title-parts {
        font-size: 20px;
    }
}

.p-top__wrapper {
    display: flex;
    justify-content: center;
    max-width: 845px;
    margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
    .p-top__wrapper {
        display: block;
        max-width: auto;
    }
}

.p-top__text {
    font-size: 26px;
    font-weight: bold;
    font-family: var(--font-familyGothic);
    border: 3px solid var(--color-black);
    border-radius: 20px;
    width: fit-content;
    height: fit-content;
    padding: 16px;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
    background: var(--color-white);
}
@media screen and (max-width: 768px) {
    .p-top__text {
        font-size: 18px;
    }
}

.p-top__text::after {
    content: '';
    display: inline-block;
    background: url(../img/about/bubble_right.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 18px;
    position: absolute;
    right: -20px;
    bottom: 10px;
}
@media screen and (max-width: 768px) {
    .p-top__text::after {
        background: url(../img/about/bubble_under.png) no-repeat;
        background-size: contain;
        right: 50%;
        bottom: -18px;
        transform: translateX(-50%);
    }
}

.p-top__img {
    min-width: 208px;
}

.p-top__img img {
    max-width: 226px;
    display: block;
    margin: 0 auto;
}

.p-top__under img {
    width: 100%;
    height: 94px;
    object-fit: cover;
    object-position: left;
}
@media screen and (max-width: 768px) {
    .p-top__under img {
        height: 66px;
    }
}

.p-about__contents {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .p-about__contents {
        margin-top: 18px;
    }
}

.p-about__body--contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1294px) {
    .p-about__body--contents {
        flex-direction: column;
        margin-top: 24px;
    }
}

.p-about__body--sub-title {
    /* font-size: 26px; */
    font-size: 20px;
    font-weight: bold;
    font-family: var(--font-familyGothic);
    text-align: center;
    margin-right: 30px;
}
@media screen and (max-width: 1294px) {
    .p-about__body--sub-title {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .p-about__body--sub-title {
        font-size: 18px;
    }
}

.p-about__body--point {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1294px) {
    .p-about__body--point {
        margin-top: 24px;
    }
}

.p-about__body--point img {
    max-width: 200px;
    width: 54%;
}

.p-about__item--arrow {
    max-width: 37px;
}
@media screen and (max-width: 1294px) {
    .pc.p-about__item--arrow {
        display: none;
    }
    .sp.p-about__item--arrow {
        display: block;
    }
}

.p-about__body--text {
    /* font-size: 26px; */
    font-size: 20px;
    font-family: var(--brand-font);
    font-weight: bold;
    text-align: center;
    font-family: var(--font-familyGothic);
}
@media screen and (max-width: 768px) {
    .p-about__body--text {
        font-size: 18px;
    }
}

.p-about__body--text img {
    width: 30px;
    height: auto;
    margin: 0 8px;
}
@media screen and (max-width: 768px) {
    .p-about__body--text img {
        width: 24px;
    }
}

.p-about__body--item {
    font-size: 22px;
    font-weight: bold;
    font-family: var(--font-familyGothic);
    position: relative;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .p-about__body--item {
        font-size: 14px;
        padding-left: 14px;
    }
}

.p-about__body--item::before {
    content: '';
    display: inline-block;
    background: url(../img/about/point.png) no-repeat;
    background-size: contain;
    width: 26px;
    height: 33px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .p-about__body--item::before {
        left: -16px;
    }
}

.p-about__body--item::after {
    content: '＋';
    display: inline-block;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
}

.p-about__body--item:last-child::after {
    content: '';
    display: none;
}

.p-about__goods {
    margin-top: 30px;
}

.p-about__goods--list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.p-about__goods--item {
    width: 22%;
    margin: 0 16px 10px;
}
@media screen and (max-width: 768px) {
    .p-about__goods--item {
        width: 40%;
    }
}

.p-about__goods--item:nth-child(-n+3) {
    margin: 0 23px 10px;
}
@media screen and (max-width: 1100px) {
    .p-about__goods--item:nth-child(-n+3) {
        margin: 0 16px 10px;
    }
}

.p-about__goods--item-inner {
    background-color: var(--color-gray);
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 228px;
    margin: 0 auto;
}

.p-about__goods--text {
    font-size: 26px;
    font-weight: bold;
    font-family: var(--font-familyGothic);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-about__goods--text {
        font-size: 14px;
    }
}
@media screen and (max-width: 374px) {
    .p-about__goods--text {
        font-size: 12px;
    }
}

.p-about__list--heading {
    font-size: 22px;
    font-family: var(--body-font);
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .p-about__list--heading {
        font-size: 18px;
    }
}

.p-about__list--body {
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .p-about__list--body {
        font-size: 15px;
    }
}

.p-about__list {
    margin-top: 16px;
}

.p-cta__heading {
    width: fit-content;
    margin: 0 auto;
}

.p-cta__inner {
    background-color: var(--color-gray);
    border-radius: 20px;
    padding: 60px 24px 24px;
    margin-top: -42px;
}

.p-cta__title {
    font-size: 34px;
    font-weight: bold;
    font-family: var(--font-familyGothic);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-cta__title {
        font-size: 28px;
    }
}

.p-cta__heading--title {
    text-align: center;
}

.p-cta__tel {
    font-size: 54px;
    font-weight: bold;
    font-family: var(--font-familyGothic);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-cta__tel {
        font-size: 36px;
    }
}

.p-cta__tel-inner {
    position: relative;
}

.p-cta__tel-inner::before {
    content: '';
    display: inline-block;
    background: url(../img/about/tel.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .p-cta__tel-inner::before {
        width: 30px;
        height: 30px;
        left: -36px;
    }
}

.p-cta__text-area {
    width: fit-content;
    margin: 0 auto;
}

.p-cta__text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .p-cta__text {
        font-size: 14px;
    }
}

.p-cta__mail {
    font-size: 40px;
}
@media screen and (max-width: 768px) {
    .p-cta__mail {
        font-size: 28px;
    }
}

@media screen and (max-width: 540px) {
    .p-cta__mail--parts {
        display: block;
    }
}

.p-tax {
    /* border: 2px solid var(--color-orange); */
    /* padding: 40px 40px; */
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    max-width: 1024px;
    margin: 80px auto;
}

@media screen and (max-width: 768px) {
    .p-tax {
        display: block;
        /* padding: 20px 20px; */
        max-width: initial;
        width: 88%;
        box-sizing: border-box;
        margin: 20px auto 60px;
    }
}

.p-tax__body {
    border: 2px solid var(--color-orange);
    padding: 40px 40px;
    /* margin-right: 68px; */
}
@media screen and (max-width: 1600px) {
    .p-tax__body {
        padding: 20px 20px;
        /* margin-right: 3vw; */
    }
}

.p-tax__title {
    font-size: 26px;
    font-weight: bold;
    font-family: var(--font-familyGothic);
}
@media screen and (max-width: 768px) {
    .p-tax__title {
        font-size: 14px;
    }
}

.p-tax__text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.p-tax__img {
    max-width: 137px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.p-tax__link {
    overflow-wrap: anywhere;
    transition: all .3s;
    color: #00CFE6;
}

.p-tax__link:hover {
    opacity: .7;
}

.p-copy {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-copy {
        font-size: 12px;
    }
}


/* c-item */
.c-item {
    margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
    .c-item {
        margin-bottom: 22px;
    }
}
.c-item:first-child .c-item__heading {
    padding: 21px 40px 21px 24px;
}
.c-item__heading {
    background-color: var(--color-yellow);
    border: 3px solid var(--color-black);
    /* padding: 22px 52px; */
    padding: 22px 37px;
    border-radius: 21px;
    position: relative;
}
@media screen and (max-width: 768px){
    .c-item__heading {
        padding: 16px 28px;
    }
}

.c-item__heading::before {
    content: '';
    display: inline-block;
    background: url(../img/about/dot.png) no-repeat;
    background-size: contain;
    width: 97%;
    height: 8px;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .c-item__heading::before {
        width: 95%;
        top: 10px;
    }
}
@media screen and (max-width: 600px) {
    .c-item__heading::before {
        width: 90%;
    }
}

.c-item__heading::after {
    content: '';
    display: inline-block;
    background: url(../img/about/dot.png) no-repeat;
    background-size: contain;
    width: 97%;
    height: 8px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .c-item__heading::after {
        width: 95%;
        bottom: 5px;
    }
}
@media screen and (max-width: 600px) {
    .c-item__heading::after {
        width: 90%;
    }
}

.c-item__heading--title {
    font-size: 22px;
    font-weight: bold;
    font-family: var(--font-familyGothic);
}
@media screen and (max-width: 768px) {
    .c-item__heading--title {
        font-size: 16px;
    }
}

.c-item__body {
    padding: 16px 0 0;
}
@media screen and (max-width: 768px) {
    .c-item__body {
        padding: 10px 0 0;
    }
}

.c-item__body--text {
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .c-item__body--text {
        font-size: 15px;
    }
}

.c-item__body--item {
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .c-item__body--item {
        font-size: 15px;
    }
}

.c-item__body--wrapper {
    /* padding: 32px 44px; */
    padding: 32px 10px;
    margin-top: 30px;
    position: relative;
    background: url(../img/about/item_dot.png);
    background-size: contain;
    border-radius: 23px;
    z-index: -1;
    min-height: 311px;
}
@media screen and (max-width: 768px) {
    .c-item__body--wrapper {
        padding: 20px 24px;
    }
}

.c-item__body--wrapper::before {
    content: '';
    display: inline-block;
    background: url(../img/about/item_dot_top.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 78px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .c-item__body--wrapper::before {
        top: 8px;
    }
}

.c-item__body--wrapper::after {
    content: '';
    display: inline-block;
    background: url(../img/about/item_dot_under.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 78px;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .c-item__body--wrapper::after {
        bottom: -58px;
    }
}

.c-item__body--title {
    font-size: 26px;
    font-weight: bold;
    font-family: var(--font-familyGothic);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .c-item__body--title {
        font-size: 18px;
    }
}
/* c-item */

.u-color-red {
    color: var(--color-red);
}

.u-background-white {
    background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
    .p-tax__text {
        font-size: 16px;
    }
}
.p-gihu__post--text {
    font-family: var(--brand-font);
}
.p-gihu__post--BottomTxt {
    font-size: 18px;
    font-family: var(--brand-font);
}
@media screen and (max-width: 768px) {
    .l-about__inner {
        width: 90%;
    }
    .p-gihu__post--BottomTxt {
        font-size: 16px;
    }
    .p-gihu__post--text {
        font-size: 1.6rem;
    }
}