@charset "UTF-8";
/* ------------------------------------
▼カラー設定
------------------------------------ */
a {
    color: #F7931E;
    transition: 0.2s;
    opacity: 1;
}

a:hover {
    color: #975100;
}

.tabView {
    display: none;
}

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

.spView {
    display: none;
}

@media only screen and (max-width: 640px) {
    .spView {
        display: block;
    }
}

html,
body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, Meiryo, sans-serif;
    overflow-x: hidden;
    margin: 0 !important;
}

.contentWidth {
    max-width: 1080px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.articleWidth {
    max-width: 672px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.sectionWrap {
    padding: 100px 0;
}

@media only screen and (max-width: 640px) {
    .sectionWrap {
        padding: 60px 0;
    }
}

body * {
    color: #1F1F1F;
}

@media only screen and (max-width: 640px) {
    body {
        padding-bottom: 60px;
    }
}

svg {
    max-width: 300px;
    width: 100%;
    height: 100%;
}

.sectionTitle {
    font-size: 30px;
    font-weight: 800;
    color: #F7931E;
    letter-spacing: 0.1em;
    border-bottom: solid 6px #F7931E;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
}

.ctaBtn {
    background-color: #F7931E;
    border: solid 5px #1F1F1F;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    padding: 8px 0;
    box-shadow: 0 8px 0 #975100;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
}

.ctaBtn:hover {
    top: 8px;
    box-shadow: 0 0px 0 #975100;
}

.ctaBtn:hover .ctaBtn__svg {
    background-color: #FBFF26;
}

.ctaBtn:hover p {
    color: #FBFF26;
}

.ctaBtn__svg {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    transition: 0.2s;
}

.ctaBtn__svg svg {
    fill: #F7931E;
}

.ctaBtn p {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    transition: 0.2s;
}

.header {
    background-color: #F7931E;
    border-radius: 0 0 20px 20px;
    border: solid 5px #fff;
    border-top: none;
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto 14px;
    padding: 12px 30px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

@media only screen and (max-width: 640px) {
    .header {
        width: 100%;
        border-radius: 0;
        border-right: none;
        border-left: none;
        padding: 10px 20px;
    }
}

.header__logo a {
    display: block;
    height: 50px;
}

@media only screen and (max-width: 640px) {
    .header__logo a {
        max-width: 120px;
    }
}

.header__logo a path {
    fill: #fff;
    transition: 0.2s;
}

.header__logo a:hover path {
    fill: #1F1F1F;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 640px) {
    .header__nav {
        gap: 10px;
    }
}

.header__nav .navBtn {
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 130px;
    padding: 6px 0;
}

@media only screen and (max-width: 640px) {
    .header__nav .navBtn {
        width: 60px;
        flex-direction: column;
        border-radius: 10px;
        gap: 2px;
        padding: 8px 0;
    }
}

.header__nav .navBtn svg {
    fill: #F7931E;
    height: 28px;
    width: auto;
    transition: 0.2s;
}

@media only screen and (max-width: 640px) {
    .header__nav .navBtn svg {
        height: 24px;
    }
}

.header__nav .navBtn span {
    font-weight: bold;
    line-height: 1;
    color: #F7931E;
    transition: 0.2s;
}

@media only screen and (max-width: 640px) {
    .header__nav .navBtn span {
        font-size: 12px;
        letter-spacing: 0;
    }
}

.header__nav .navBtn:hover {
    background-color: #FFF1E9;
}

.header__nav .navBtn:hover svg {
    fill: #975100;
}

.header__nav .navBtn:hover span {
    color: #975100;
}

.tlBtn {
    display: block;
    width: 95px;
    height: 95px;
    background-color: #C8E6C9;
    border: solid 5px #fff;
    border-right: none;
    text-align: center;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50% 0 0 50%;
    padding-left: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    z-index: 90;
}

@media only screen and (max-width: 640px) {
    .tlBtn {
        width: 100%;
        height: 60px;
        border-left: none;
        border-bottom: none;
        top: inherit;
        transform: none;
        bottom: -60px;
        border-radius: 0;
        padding: 0;
        box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.25);
        transition: 0.2s;
    }
}

.tlBtn:hover {
    background-color: #F7931E;
}

@media only screen and (max-width: 640px) {
    .tlBtn:hover {
        background-color: #C8E6C9;
    }
}

.tlBtn:hover img {
    transform: scale(1.1);
}

@media only screen and (max-width: 640px) {
    .tlBtn:hover img {
        transform: scale(1);
    }
}

.tlBtn:hover p {
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .tlBtn:hover p {
        color: #1B5E20;
    }
}

.tlBtn img {
    width: 50px;
    margin-top: -18px;
    transition: 0.2s;
    transform: scale(1);
}

@media only screen and (max-width: 640px) {
    .tlBtn img {
        margin-top: 0;
        width: 40px;
    }
}

.tlBtn p {
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #1B5E20;
    line-height: 1.2;
    transition: 0.2s;
}

@media only screen and (max-width: 640px) {
    .tlBtn p {
        font-size: 18px;
        display: inline-block;
        margin-top: 0;
    }

    .tlBtn p br {
        display: none;
    }
}

.mainVisual {
    background: linear-gradient(50deg, #ddff00, #fbff26);
    padding-top: 110px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 710px) {
    .mainVisual {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .mainVisual {
        padding-top: 90px;
    }
}

.mainVisual .contentWidth {
    position: relative;
    padding-left: 50px !important;
}

@media only screen and (max-width: 710px) {
    .mainVisual .contentWidth {
        padding-left: 20px !important;
    }
}

.mvLogo {
    text-align: center;
    width: 510px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
    .mvLogo {
        transform: scale(0.85);
        transform-origin: center left;
    }
}

@media only screen and (max-width: 855px) {
    .mvLogo {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 810px) {
    .mvLogo {
        transform-origin: center top;
        width: 100%;
    }
}

@media only screen and (max-width: 710px) {
    .mvLogo {
        transform: scale(1);
        margin-bottom: 0;
    }
}

.mvLogo__summary {
    background-color: #fff;
    border-bottom: solid 6px rgba(247, 147, 30, 0.3);
    display: inline-block;
    padding: 0 16px;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 710px) {
    .mvLogo__summary {
        font-size: 20px;
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .mvLogo__summary {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 340px) {
    .mvLogo__summary {
        letter-spacing: 0;
    }
}

.mvLogo__summary span {
    font-size: 22px;
    font-weight: 800;
}

@media only screen and (max-width: 710px) {
    .mvLogo__summary span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px) {
    .mvLogo img {
        max-width: 270px;
    }
}

.mvWhite {
    max-width: 600px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -164px;
    z-index: 0;
}

@media only screen and (max-width: 810px) {
    .mvWhite {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 710px) {
    .mvWhite {
        height: calc(100% + 110px);
        top: -110px;
        transform: translateX(-50%);
    }
}

.fukidashi {
    background-color: #fff;
    border-radius: 60px;
    border: solid 6px #1F1F1F;
    padding: 40px 60px 50px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1070px) {
    .fukidashi {
        padding: 30px 50px 50px;
    }
}

@media only screen and (max-width: 900px) {
    .fukidashi {
        padding: 30px 30px 50px;
    }
}

@media only screen and (max-width: 855px) {
    .fukidashi {
        padding: 30px 20px 50px;
    }
}

@media only screen and (max-width: 710px) {
    .fukidashi {
        width: calc(100% - 32px);
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px 10px;
        border-radius: 40px;
    }
}

.fukidashi__line {
    display: block;
    width: 8px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 75px;
    right: -7px;
    z-index: 3;
}

@media only screen and (max-width: 710px) {
    .fukidashi__line {
        width: 30px;
        height: 8px;
        top: -7px;
        right: 50%;
    }
}

.fukidashi__line::before {
    content: "";
    display: block;
    background-color: #1F1F1F;
    width: 6px;
    border-radius: 10px;
    height: 50px;
    position: absolute;
    bottom: 8px;
    left: -12px;
    transform: rotate(108deg);
    transform-origin: left bottom;
}

@media only screen and (max-width: 710px) {
    .fukidashi__line::before {
        height: 38px;
        bottom: -2px;
        left: 20px;
        transform: rotate(40deg);
    }
}

.fukidashi__ana01, .fukidashi__ana02 {
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: 3;
}

.fukidashi__ana01 {
    width: 20px;
    height: 8px;
    top: -7px;
    left: 80px;
}

@media only screen and (max-width: 710px) {
    .fukidashi__ana01 {
        left: unset;
        right: -7px;
        top: 40px;
        width: 8px;
        height: 24px;
    }
}

.fukidashi__ana02 {
    width: 8px;
    height: 10px;
    left: -7px;
    bottom: 80px;
}

.fukidashi__ana02::before {
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    left: 0;
    bottom: -24px;
    position: absolute;
    background-color: #fff;
}

.fukidashi__text {
    font-size: 37px;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 1070px) {
    .fukidashi__text {
        font-size: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .fukidashi__text {
        font-size: 26px;
    }
}

@media only screen and (max-width: 710px) {
    .fukidashi__text {
        font-size: 22px;
    }
}

@media only screen and (max-width: 710px) {
    .fukidashi__text br {
        display: none;
    }
}

.fukidashi__text span {
    font-weight: 800;
}

@media only screen and (max-width: 710px) {
    .fukidashi__text span {
        display: none;
    }
}

.fukidashi__summary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

@media only screen and (max-width: 710px) {
    .fukidashi__summary {
        align-items: flex-start;
    }
}

.fukidashi__summary svg {
    width: 30px;
    fill: #F7931E;
}

@media only screen and (max-width: 710px) {
    .fukidashi__summary svg {
        width: 25px;
    }
}

.fukidashi__summary p {
    font-weight: 600;
    font-size: 23px;
    margin: 10px 0;
}

@media only screen and (max-width: 1070px) {
    .fukidashi__summary p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 710px) {
    .fukidashi__summary p {
        font-size: 16px;
        margin-top: 0;
    }
}

.fukidashi .ctaBtn {
    gap: 10px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
    top: inherit;
}

@media only screen and (max-width: 900px) {
    .fukidashi .ctaBtn {
        transform: translateX(-50%) scale(0.8);
    }
}

@media only screen and (max-width: 710px) {
    .fukidashi .ctaBtn {
        transform: translateX(-50%) scale(1);
        position: relative;
        bottom: 0;
        max-width: 250px;
        padding: 4px 0;
    }
}

.fukidashi .ctaBtn:hover {
    top: inherit;
    bottom: -38px;
}

@media only screen and (max-width: 710px) {
    .fukidashi .ctaBtn:hover {
        bottom: -8px;
    }
}

.fukidashi .ctaBtn__svg {
    width: 40px;
    height: 40px;
    padding: 6px;
}

@media only screen and (max-width: 710px) {
    .fukidashi .ctaBtn__svg {
        width: 30px;
        height: 30px;
        padding: 3px;
    }
}

.fukidashi .ctaBtn p {
    font-size: 30px;
}

@media only screen and (max-width: 710px) {
    .fukidashi .ctaBtn p {
        font-size: 26px;
    }
}

.mvIllust {
    position: absolute;
    z-index: 2;
    bottom: -80px;
    right: -8px;
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 1020px) {
    .mvIllust {
        transform: scale(0.9);
        transform-origin: bottom right;
    }
}

@media only screen and (max-width: 960px) {
    .mvIllust {
        transform: scale(0.85);
        transform-origin: bottom right;
    }
}

@media only screen and (max-width: 855px) {
    .mvIllust {
        transform: scale(0.8);
        transform-origin: bottom right;
    }
}

@media only screen and (max-width: 810px) {
    .mvIllust {
        transform: scale(0.65);
        width: 100%;
    }
}

@media only screen and (max-width: 710px) {
    .mvIllust {
        position: relative;
        transform: none;
        bottom: -60px;
        right: 0;
        text-align: center;
        display: block;
        margin-top: -70px;
    }
}

@media only screen and (max-width: 640px) {
    .mvIllust {
        width: 290px;
        margin: -70px auto 0;
    }
}

@media only screen and (max-width: 320px) {
    .mvIllust {
        width: 240px;
    }
}

.mvIllust__fizica {
    width: 260px;
    position: relative;
    left: 145px;
    z-index: 2;
    top: 20px;
}

@media only screen and (max-width: 710px) {
    .mvIllust__fizica {
        position: absolute;
        bottom: 70px;
        left: inherit;
        right: -34px;
        top: inherit;
        width: 180px;
    }
}

@media only screen and (max-width: 640px) {
    .mvIllust__fizica {
        width: 160px;
        bottom: 100px;
    }
}

@media only screen and (max-width: 320px) {
    .mvIllust__fizica {
        width: 130px;
    }
}

.mvIllust__sp {
    position: relative;
}

.mvIllust__sp--sp {
    width: 470px;
}

.mvIllust__sp--ten {
    width: 60px;
    position: absolute;
    right: -10px;
    top: -20px;
}

@media only screen and (max-width: 640px) {
    .mvIllust__sp--ten {
        width: 50px;
        right: -20px;
        top: 0px;
        transform: rotate(20deg);
    }
}

@media only screen and (max-width: 320px) {
    .mvIllust__sp--ten {
        right: -33px;
    }
}

.hope {
    background-color: #F7931E;
    position: relative;
    z-index: 1;
    border-bottom: solid 30px #1F1F1F;
}

@media only screen and (max-width: 710px) {
    .hope {
        padding-top: 60px;
    }
}

.hope:before, .hope::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 85px 0px 85px;
}

.hope:before {
    border-color: #1F1F1F transparent transparent transparent;
    bottom: -90px;
}

.hope::after {
    border-color: #F7931E transparent transparent transparent;
    bottom: -50px;
}

.hopeTitle {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: 0 0 20px rgba(250, 66, 0, 0.7);
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
}

@media only screen and (max-width: 640px) {
    .hopeTitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 330px) {
    .hopeTitle {
        letter-spacing: 0;
    }
}

.hopeTitle:before {
    content: "";
    background-image: url(../images/star_left.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90px;
    height: 117px;
    position: absolute;
    left: -130px;
    bottom: -15px;
}

@media only screen and (max-width: 640px) {
    .hopeTitle:before {
        width: 60px;
        height: 78px;
        left: -53px;
        bottom: -47px;
    }
}

.hopeTitle:after {
    content: "";
    background-image: url(../images/star_right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90px;
    height: 117px;
    position: absolute;
    right: -90px;
    top: -40px;
}

@media only screen and (max-width: 640px) {
    .hopeTitle:after {
        width: 60px;
        height: 78px;
        right: -38px;
    }
}

.hopeTitle span {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
}

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

@media only screen and (max-width: 640px) {
    .hopeTitle span {
        font-size: 34px;
    }
}

.hopeList {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
}

@media only screen and (max-width: 768px) {
    .hopeList {
        grid-column-gap: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .hopeList {
        grid-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.hopeList .hopeBox {
    background-color: #fff;
    border: solid 5px #1F1F1F;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 25px 0 rgba(250, 66, 0, 0.5);
}

.hopeList .hopeBox h3 {
    background-color: #F7931E;
    border-radius: 4px 4px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 16px 0;
    border-bottom: solid 5px #975100;
    margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
    .hopeList .hopeBox h3 {
        padding: 10px 0;
    }
}

.hopeList .hopeBox__img img {
    height: 136px;
}

@media only screen and (max-width: 768px) {
    .hopeList .hopeBox__img img {
        height: 90px;
    }
}

.hopeList .hopeBox p {
    text-align: left;
    padding: 30px 20px;
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .hopeList .hopeBox p {
        padding: 30px 16px 16px;
    }
}

.service {
    background-color: #FFF1E9;
    position: relative;
}

.service::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 85px 0px 85px;
    border-color: #FFF1E9 transparent transparent transparent;
}

.serviceTitle {
    background-color: #fff;
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 0.1em;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 60px;
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 60px;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 870px) {
    .serviceTitle {
        height: 200px;
        padding: 20px 62px;
    }
}

@media only screen and (max-width: 640px) {
    .serviceTitle {
        width: 100%;
        font-size: 34px;
        height: 150px;
        padding: 20px 0;
    }
}

.serviceTitle:before, .serviceTitle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 870px) {
    .serviceTitle:before, .serviceTitle:after {
        content: none;
    }
}

.serviceTitle:before {
    border-color: transparent transparent #fff transparent;
    border-width: 0px 0px 100px 30px;
    left: -30px;
}

.serviceTitle::after {
    border-color: #fff transparent transparent transparent;
    border-width: 100px 30px 0px 0px;
    right: -30px;
}

.serviceTitle span {
    font-weight: 800;
    position: relative;
}

.serviceTitle span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color: #F7931E;
    position: absolute;
    top: 0;
    left: 44%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 640px) {
    .serviceTitle span::before {
        width: 6px;
        height: 6px;
    }
}

.serviceTitle p {
    font-weight: 800;
}

.serviceBox {
    background-color: #fff;
    border: solid 5px #1F1F1F;
    border-radius: 10px;
    position: relative;
    margin-top: 120px;
}

@media only screen and (max-width: 915px) {
    .serviceBox {
        padding-top: 30px;
    }
}

.serviceBox__number {
    height: 134px;
    position: absolute;
    top: -100px;
    left: 90px;
}

@media only screen and (max-width: 915px) {
    .serviceBox__number {
        left: 50%;
        transform: translateX(-50%);
    }
}

.serviceBox__text {
    width: calc(100% - 300px - 60px - 45px);
    border-left: solid 20px #F7931E;
    min-height: 370px;
    border-radius: 5px;
    padding: 50px;
}

@media only screen and (max-width: 915px) {
    .serviceBox__text {
        border-left: none;
        width: 100%;
        min-height: auto;
        padding: 20px 0;
    }
}

.serviceBox__text h3 {
    font-size: 33px;
    font-weight: 700;
    background-color: #FBFF26;
    padding: 0 50px;
    position: relative;
    left: -50px;
    margin-bottom: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    width: calc(100% + 50px);
    line-height: 1;
}

@media only screen and (max-width: 915px) {
    .serviceBox__text h3 {
        position: static;
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width: 640px) {
    .serviceBox__text h3 {
        font-size: 24px;
    }
}

.serviceBox__text h3:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FBFF26 transparent transparent transparent;
    border-width: 60px 15px 0px 0px;
    position: absolute;
    top: 0;
    right: -15px;
}

@media only screen and (max-width: 915px) {
    .serviceBox__text h3:before {
        content: none;
    }
}

.serviceBox__text p {
    margin-top: 20px;
    font-weight: 700;
    line-height: 1.7;
}

@media only screen and (max-width: 915px) {
    .serviceBox__text p {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 915px) {
    .serviceBox__img {
        border-bottom: solid 20px #F7931E;
        text-align: center;
    }
}

.serviceBox__sp {
    width: 300px;
    position: absolute;
    right: 60px;
    bottom: 0;
}

@media only screen and (max-width: 915px) {
    .serviceBox__sp {
        position: static;
    }
}

.serviceBox.taisoseikei .serviceBox__number, .serviceBox.advice .serviceBox__number {
    left: inherit;
    right: 90px;
}

@media only screen and (max-width: 915px) {
    .serviceBox.taisoseikei .serviceBox__number, .serviceBox.advice .serviceBox__number {
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    }
}

.serviceBox.taisoseikei .serviceBox__text, .serviceBox.advice .serviceBox__text {
    margin-left: auto;
    border-left: none;
    border-right: solid 20px #F7931E;
}

@media only screen and (max-width: 915px) {
    .serviceBox.taisoseikei .serviceBox__text, .serviceBox.advice .serviceBox__text {
        border-right: none;
    }
}

.serviceBox.taisoseikei .serviceBox__text h3, .serviceBox.advice .serviceBox__text h3 {
    padding: 0 20px;
    left: inherit;
}

@media only screen and (max-width: 640px) {
    .serviceBox.taisoseikei .serviceBox__text h3, .serviceBox.advice .serviceBox__text h3 {
        padding: 0;
    }
}

.serviceBox.taisoseikei .serviceBox__text h3:before, .serviceBox.advice .serviceBox__text h3:before {
    border-color: transparent #FBFF26 transparent transparent;
    border-width: 0px 15px 60px 0px;
    right: inherit;
    left: -15px;
}

.serviceBox.taisoseikei .serviceBox__text p, .serviceBox.advice .serviceBox__text p {
    padding-left: 20px;
}

.serviceBox.taisoseikei .serviceBox__sp, .serviceBox.advice .serviceBox__sp {
    right: inherit;
    left: 0;
}

.serviceBox.taisoseikei .serviceBox__sp {
    max-width: 296px;
    left: 60px;
}

.serviceBox.advice .serviceBox__sp {
    width: 377px;
}

.plan {
    background-image: radial-gradient(#ffe2d2 10%, #FFFFFF 10%);
    background-size: 18px 18px;
    position: relative;
}

.plan:before, .plan:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.plan:before {
    border-color: #F7931E transparent transparent transparent;
    border-width: 180px 180px 0px 0px;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 768px) {
    .plan:before {
        border-width: 80px 80px 0px 0px;
    }
}

.plan:after {
    border-color: transparent transparent #F7931E transparent;
    border-width: 0px 0px 180px 180px;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .plan:after {
        border-width: 0px 0px 80px 80px;
    }
}

.planList {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
    .planList {
        gap: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .planList {
        flex-direction: column;
        gap: 30px;
    }
}

.planDetail {
    background-color: #FFF1E9;
    border-radius: 10px 0 0 10px;
    width: 180px;
    border-right: 2px solid #fff;
}

@media only screen and (max-width: 950px) {
    .planDetail {
        width: 140px;
    }
}

@media only screen and (max-width: 800px) {
    .planDetail {
        display: none;
    }
}

.planDetail li {
    font-size: 12px;
    font-weight: 600;
    padding: 0 20px;
    border-bottom: 2px solid #fff;
    height: 60px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 950px) {
    .planDetail li {
        padding: 0 10px;
    }
}

.planDetail li:last-child {
    border-bottom: none;
}

.planBox {
    width: calc((100% - 180px) / 3);
}

@media only screen and (max-width: 950px) {
    .planBox {
        width: calc((100% - 140px) / 3);
    }
}

@media only screen and (max-width: 800px) {
    .planBox {
        width: 33.3333333333%;
    }
}

@media only screen and (max-width: 640px) {
    .planBox {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .planBox.free {
        border: solid 5px #E6C521;
        border-radius: 10px;
    }
}

.planBox.free .planBox__head {
    border-bottom: solid 2px #E6C521;
}

.planBox.free .planBox__head--title {
    background-color: #E6C521;
}

.planBox.free .planBox__head--price * {
    color: #E6C521;
}

.planBox.free .planBox__head--title {
    border-radius: 10px 0 0 0;
}

.planBox.free .planBtn {
    background-color: #E6C521;
}

.planBox.free .planBox__detail--cell svg {
    fill: #E6C521;
}

.planBox.light {
    border: solid 8px #F7931E;
    border-radius: 10px;
    position: relative;
    top: 8px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 800px) {
    .planBox.light {
        border: solid 5px #F7931E;
        top: 0;
    }
}

.planBox.light .planBox__head {
    border-bottom: solid 2px #F7931E;
}

.planBox.light .planBox__head--title {
    background-color: #F7931E;
}

.planBox.light .planBox__head--price * {
    color: #F7931E;
}

.planBox.light .planBtn {
    background-color: #F7931E;
}

.planBox.light .planBox__detail {
    border-radius: 0 0 2px 2px;
}

.planBox.light .planBox__detail--cell svg {
    fill: #F7931E;
}

@media only screen and (max-width: 800px) {
    .planBox.basic {
        border: solid 5px #906854;
        border-radius: 10px;
    }
}

.planBox.basic .planBox__head {
    border-bottom: solid 2px #906854;
}

.planBox.basic .planBox__head--title {
    border-radius: 0 10px 0 0;
    background-color: #906854;
}

.planBox.basic .planBox__head--price * {
    color: #906854;
}

.planBox.basic .planBtn {
    background-color: #906854;
}

.planBox.basic .planBox__detail {
    border-radius: 0 0 10px 0;
}

.planBox.basic .planBox__detail--cell svg {
    fill: #906854;
}

.planBox__pickUp {
    background-color: #fff;
    border: solid 3px #F7931E;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
}

@media only screen and (max-width: 640px) {
    .planBox__pickUp {
        top: -20px;
        left: -18px;
        transform: inherit;
    }
}

.planBox__pickUp svg {
    fill: #F7931E;
    width: 24px;
    height: auto;
}

.planBox__pickUp p {
    color: #F7931E;
    font-size: 11px;
    font-weight: 800;
}

.planBox__head {
    background-color: #FFF1E9;
}

@media only screen and (max-width: 800px) {
    .planBox__head {
        border-bottom: none !important;
        border-radius: 0 0 10px 10px;
        padding-bottom: 30px;
    }
}

.planBox__head--title {
    background-color: #F7931E;
    text-align: center;
    padding: 24px 10px 10px;
    height: 130px;
}

@media only screen and (max-width: 800px) {
    .planBox__head--title {
        border-radius: 0 !important;
        padding: 24px 10px 10px;
        height: 140px;
    }
}

@media only screen and (max-width: 640px) {
    .planBox__head--title {
        height: 130px;
    }
}

.planBox__head--title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

@media only screen and (max-width: 800px) {
    .planBox__head--title h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .planBox__head--title h3 {
        font-size: 24px;
    }
}

.planBox__head--title .planSummary {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

@media only screen and (max-width: 950px) {
    .planBox__head--title .planSummary br {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .planBox__head--title .planSummary br {
        display: block;
    }
}

.planBox__head--price {
    text-align: center;
    position: relative;
    padding: 20px 0;
}

.planBox__head--price .price {
    font-size: 40px;
    font-weight: 700;
}

.planBox__head--price .price span {
    font-size: 20px;
    font-weight: 700;
}

.planBox__head--price .tax {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
}

.planBox .planBtn {
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
    .planBox .planBtn {
        display: block;
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}

.planBox__detail {
    text-align: center;
    background-color: #FFF1E9;
}

@media only screen and (max-width: 800px) {
    .planBox__detail {
        display: none;
    }
}

.planBox__detail--cell {
    height: 60px;
    border-bottom: solid 2px #fff;
}

.planBox__detail--cell:last-child {
    border-bottom: none;
}

.planBox__detail--cell svg {
    width: 20px;
}

.planUp {
    display: flex;
    border: solid 1px #ddd;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 640px) {
    .planUp {
        display: block;
        width: 100%;
    }
}

.planUp__title {
    font-weight: 700;
    width: 230px;
    text-align: center;
    padding: 30px;
    align-self: center;
}

@media only screen and (max-width: 640px) {
    .planUp__title {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .planUp__title br {
        display: none;
    }
}

.planUp__list {
    flex: 1;
    padding: 30px 30px;
    background-color: #fff;
}

@media only screen and (max-width: 640px) {
    .planUp__list {
        padding: 20px;
    }
}

.planUp__list li {
    font-size: 14px;
    text-indent: -0.8em;
    margin-left: 0.8em;
}

.planModal {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    padding: 20px;
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 95;
    display: none;
}

.planModal .planBox {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.planModal .planBox.free .planBox__head {
    border-bottom: solid 1px #E6C521 !important;
}

.planModal .planBox.free .planBox__detail--cell {
    border-color: #E6C521;
}

.planModal .planBox.light .planBox__head {
    border-bottom: solid 1px #F7931E !important;
}

.planModal .planBox.light .planBox__detail--cell {
    border-color: #F7931E;
}

.planModal .planBox.basic .planBox__head {
    border-bottom: solid 1px #906854 !important;
}

.planModal .planBox.basic .planBox__detail--cell {
    border-color: #906854;
}

.planModal .planBox__head {
    border-radius: 0;
    background-color: transparent;
    padding-bottom: 0;
}

.planModal .planBox__head--title {
    height: auto;
    padding: 10px 10px 15px;
    position: relative;
    top: -1px;
}

.planModal .planBox__head--price {
    padding: 10px 0;
}

.planModal .planBox__head--price .tax {
    bottom: 5px;
}

.planModal .planBox__detail {
    display: block;
    padding: 0 20px;
    background-color: transparent;
}

.planModal .planBox__detail--cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
    border-width: 1px;
    height: 54px;
}

.planModal .planBox__detail--cell p {
    font-size: 12px;
    font-weight: bold;
}

.planModal .planBtn svg {
    fill: #fff;
    height: 18px;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.planModal .planBox__pickUp {
    top: 6px;
}

@media only screen and (max-width: 768px) {
    .planModal .planBox__pickUp {
        top: -20px;
        left: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .planModal .planBox__pickUp {
        top: 6px;
    }
}

.cta {
    background: linear-gradient(50deg, #ddff00, #fbff26);
    border-top: solid 20px #F7931E;
    border-bottom: solid 20px #F7931E;
    text-align: center;
}

.cta .ctaText {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
}

.cta .ctaText p {
    font-size: 50px;
    font-weight: 800;
    text-shadow: 6px 2px 0 #fff;
}

@media only screen and (max-width: 640px) {
    .cta .ctaText p {
        font-size: 29px;
    }
}

.cta .ctaText .leftStar,
.cta .ctaText .rightStar {
    width: 90px;
    position: absolute;
}

@media only screen and (max-width: 640px) {
    .cta .ctaText .leftStar,
    .cta .ctaText .rightStar {
        width: 40px;
    }
}

.cta .ctaText .leftStar path,
.cta .ctaText .rightStar path {
    fill: #F7931E;
}

.cta .ctaText .leftStar {
    bottom: -33px;
    left: -130px;
}

@media only screen and (max-width: 640px) {
    .cta .ctaText .leftStar {
        bottom: -40px;
        left: inherit;
        right: -38px;
    }
}

.cta .ctaText .rightStar {
    top: -72px;
    right: -100px;
}

@media only screen and (max-width: 640px) {
    .cta .ctaText .rightStar {
        top: -47px;
        right: inherit;
        left: -50px;
    }
}

.cta .ctaBtn {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 420px;
}

@media only screen and (max-width: 640px) {
    .cta .ctaBtn p {
        font-size: 20px;
    }
}

.faq {
    background-color: #FFF1E9;
    padding-bottom: 160px;
}

.faqBox {
    max-width: 680px;
    width: 100%;
    border: solid 5px #1F1F1F;
    border-radius: 10px;
    margin: 0 auto 50px;
}

@media only screen and (max-width: 640px) {
    .faqBox {
        margin-bottom: 30px;
    }
}

.faqBox__q {
    display: flex;
    gap: 10px;
    background-color: #F7931E;
    padding: 30px;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

@media only screen and (max-width: 640px) {
    .faqBox__q {
        padding: 20px;
    }
}

.faqBox__q--icon {
    background-color: #fff;
    color: #F7931E;
    font-weight: 700;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqBox__q--text {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    flex: 1;
}

@media only screen and (max-width: 640px) {
    .faqBox__q--text {
        font-size: 18px;
    }
}

.faqBox__a {
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0 0 5px 5px;
}

@media only screen and (max-width: 640px) {
    .faqBox__a {
        padding: 20px;
    }
}

.faqBox__a--icon {
    background-color: #F7931E;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqBox__a--text {
    flex: 1;
}

footer {
    background-color: #F7931E;
    padding-top: 20px;
    position: relative;
}

.footerFizica {
    text-align: center;
    position: absolute;
    top: -210px;
    left: 50%;
    transform: translateX(-50%);
}

.footerFizica:hover .fizica02 {
    opacity: 1;
}

.footerFizica:hover p {
    transform: scale(1.2);
}

.footerFizica p {
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    transition: 0.2s;
    transform: scale(1);
}

.footerFizica p:before, .footerFizica p:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #1F1F1F;
    position: absolute;
    top: 50%;
}

.footerFizica p:before {
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
}

.footerFizica p:after {
    right: 0;
    transform: translateY(-50%) rotate(30deg);
}

.footerFizica img {
    width: 170px;
}

.footerFizica img.fizica01 {
    z-index: 1;
}

.footerFizica img.fizica02 {
    transition: 0.2s;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.footerNav {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.footerNav ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 30px 0;
}

@media only screen and (max-width: 640px) {
    .footerNav ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

.footerNav ul li a {
    color: #F7931E;
    font-weight: 600;
}

.footerNav ul li a:hover {
    color: #975100;
}

.footerDetail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 60px 0;
}

@media only screen and (max-width: 640px) {
    .footerDetail {
        flex-direction: column;
        gap: 20px;
    }
}

.footerLogo {
    opacity: 1;
    width: 100px;
    display: block;
}

.footerLogo:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 640px) {
    .footerSummary {
        width: 100%;
    }
}

.footerSummary__text {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
    .footerSummary__text {
        font-size: 24px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        width: 320px;
        margin: 0 auto 20px;
    }
}

.footerSummary__text span {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .footerSummary__text span {
        font-size: 16px;
    }
}

.footerSummary__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media only screen and (max-width: 640px) {
    .footerSummary__link {
        gap: 10px;
    }
}

.footerSummary__link--Btn {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: solid 3px #1F1F1F;
    border-radius: 50px;
    padding: 8px 0;
    gap: 6px;
}

@media only screen and (max-width: 640px) {
    .footerSummary__link--Btn {
        max-width: 160px;
        width: 100%;
    }
}

.footerSummary__link--Btn:hover {
    background-color: #F7931E;
    border-color: #fff;
}

.footerSummary__link--Btn:hover p {
    color: #fff;
}

.footerSummary__link--Btn:hover svg path {
    fill: #fff;
}

.footerSummary__link--Btn svg {
    width: 26px;
}

.footerSummary__link--Btn svg path {
    transition: 0.2s;
}

.footerSummary__link--Btn p {
    font-weight: bold;
    font-size: 14px;
    transition: 0.2s;
}

.footerSummary__link--Btn.yt path {
    fill: #FF0000;
}

.footerSummary__link--Btn.fb path {
    fill: #1877F2;
}

.copyright {
    display: block;
    background-color: #1F1F1F;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}