.logo {
    font-size: 26px;
    line-height: 1.3;
}
.logo span {
    display: block;
    font-size: 16px;
}
.ttl {
    display: grid;
    text-align: center;
    margin-bottom: 1.5em;
}
.ja {
    font-size: 36px;
    color: #2D9A31;
}
.subttl {
    font-size: 26px;
    margin-bottom: 20px;
}

/* ========= HEADER ========== */
.header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.header__inner {
    justify-content: space-between;
    padding: 10px 30px;
}
.header__nav {
    margin-right: 40px;
}
.header__nav--list {
    gap: 40px;
}
.header__info {
    background-color: #3482FF;
    padding: 3px 22px;
    border-radius: .5em;
}
.header__info a {
    color: #fff;
    font-size: 22px;
    gap: 6px;
}
.header__info a img {
    height: 22px;
}

/* ========= MV ========== */
.mv {
    background-color: #FFFBF0;
    margin-top: 73.59px;
}
.mv__inner {
    position: relative;
}
.mv__img {
    clip-path: ellipse(100% 60% at 50% 35%);
}
.mv__img::before {
    padding-top: calc(100vh - 73px);
}
.mv__description {
    position: absolute;
    bottom: 10em;
    left: 5em;
}
.mv__ttl {
    font-size: 28px;
    font-weight: 450;
    color: #FF6C1D;
    text-shadow: 
        0 0 3px rgba(255, 255, 255, 1.0),
        0 0 6px rgba(255, 255, 255, 1.0),
        0 0 9px rgba(255, 255, 255, 1.0),
        0 0 12px rgba(255, 255, 255, 1.0),
        0 0 15px rgba(255, 255, 255, 1.0),
        0 0 18px rgba(255, 255, 255, 1.0),
        0 0 21px rgba(255, 255, 255, 1.0),
        0 0 24px rgba(255, 255, 255, 1.0),
        2px 2px 2px rgba(255, 255, 255, 1.0);
}

/* ========= ABOUT ========== */
.about.tp_about {
    background-color: #FFFBF0;
    padding: 50px 0 70px 0;
    position: relative;
}
.about__bottom--bk {
    position: absolute;
    top: 100%;
    width: 100%;
}
.about__content--description {
    width: 60%;
    margin-right: 0;
    padding-left: 10%;
}
.about__txt {
    display: grid;
    line-height: 2;
}
.about__txt span {
    margin-bottom: 25px;
}
.about__content--img {
    width: 40%;
}
.about__content--img img {
    width: 400px;
}

/* ========= SERVICE ========== */
.service.tp_service {
    padding: 150px 0 65px;
}
.service__ttl span.ja {
    color: #FF6C1D;
}
.service__ttl {
    margin-bottom: 2em;
}
.service__question {
    font-size: 18px;
    color: #FF6C1D;
    display: grid;
    justify-content: center;
    margin-bottom: .5em;
}
.service__question img {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}
.service__subttl {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
}
.service__content {
    margin-bottom: 3em;
}
.service__content--item {
    background-color: #FFFBF0;
    border-radius: 2em;
    padding: 50px 80px;
    margin: 0 8em 2em 0;
}
.service__content--item:nth-child(2) {
    margin: 0 0 2em 8em;
}
.service__content--description {
    width: 65%;
}
.service__content--ttl {
    font-size: 28px;
    color: #3482FF;
    margin-bottom: 20px;
}
.service__content--list {
    display: flex;
    gap: 8em;
    margin-bottom: 20px;
}
.service__content--img {
    width: 31%;
    padding-left: 50px;
}
.service__content--item:nth-child(2) .service__content--img {
    padding-left: 0;
    margin-left: -200px;
    margin-right: 25%;
}
.service__content--img img {
    width: 400px;
}
.service__ngcontent {
    position: relative;
}
.service__ngcontent--ttl {
    font-size: 20px;
    margin-bottom: .5em;
}
.service__ngcontent--img {
    position: absolute;
    top: 30%;
    right: 0;
}
.service__ngcontent--img img {
    width: 312px;
}

/* ========= FOOTER ========== */
.footer__main {
    background-color: #FFFBF0;
    padding: 50px 0;
}
.footer__description {
    width: 35%;
}
.footer__description--logo {
    margin-bottom: 1em;
}
.footer__map {
    width: 61%;
}
.footer__map iframe {
    height: 22em;
    width: 100%;
}
.footer__copyright {
    font-size: 12px;
    color: #666666;
    display: grid;
    justify-content: center;
    padding: 15px;
}