/*----------------------------------------
	all
----------------------------------------*/

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

html {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    font-size: 62.5%;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 500;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 300;
    background-color: #FFFCDD;
}

p {
    line-height: 1.75;
}

a {
    text-decoration: none;
    color: #4D4D4D;
}

img {
    vertical-align: bottom;
}

/*----------------------------------------
	common
----------------------------------------*/

.c-inner {
    width: 1300px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.respon {
    width: 100%;
}

.op {
    transition: 0.3s;
}

.op:hover {
    opacity: 0.5;
}

.c-text {
    font-size: 2rem;
    line-height: 1.75;
}

.c-title {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 40px;
    text-align: center;
}

.c-titleJp {
    font-size: 4.8rem;
    color: #3F9E6E;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;

}

.c-titleEn {
    color: #3F9E6E;
    opacity: 40%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
    margin: 0 0 25px;
}

.pc_none {
    display: none;
}

@media screen and (max-width: 1301px) {
    .c-inner {
        width: 100%;
        padding: 0 5%;
    }
}

@media screen and (max-width: 820px) {
    .c-inner {
        width: 100%;
        padding: 0 4%;
    }
}

@media screen and (max-width: 768px) {
    .c-title {
        margin: 0 0 20px;
    }

    .c-titleEn {
        font-size: 2.3rem;
        margin: 0 0 18px;
    }

    .c-titleJp {
        font-size: 3.8rem;
    }

    .c-text {
        font-size: 1.8rem;
    }

    .pc_none {
        display: block;
    }
}

@media screen and (max-width: 599px) {
    .c-inner {
        width: 100%;
        padding: 0 3.5%;
    }

    .c-text {
        font-size: 1.4rem;
    }

    .c-titleEn {
        font-size: 1.6rem;
        margin: 0 0 12px;
    }

    .c-titleJp {
        font-size: 2.4rem;
    }

    .sp_none {
        display: none;
    }
}

/*----------------------------------------
	header
----------------------------------------*/

.l-header {
    width: 18.9%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.l-header a {
    width: 100%;
    display: block;
}

.l-header a img {
    width: 100%;
}

.outline .l-header {
    position: relative;
}

@media screen and (max-width: 768px) {
    .l-header {
        width: 280px;
    }
}

@media screen and (max-width: 599px) {
    .l-header {
        box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .l-header {
        width: 200px;
    }
}

/*----------------------------------------
	mv
----------------------------------------*/

.p-mv {
    position: relative;
}

.p-mv:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.p-mvImg {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background-image: url(../images/mv.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.p-mvCatch {
    width: 42.3%;
    position: absolute;
    left: 7.6%;
    top: 20.1%;
    z-index: 0;
}

.p-mvCatch img {
    width: 100%;
}

.p-mvContact {
    position: absolute;
    right: 5.2%;
    bottom: 4.6%;
    width: 13.5%;
}

.p-mvContact a {
    display: block;
    animation: fluffy 3s infinite;
}

.p-mvThanks {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.7vw;
    line-height: 1.5;
    z-index: 10;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 6px rgb(0, 0, 0, 0.7);
}

@keyframes fluffy {

    0%,
    100% {
        transform:
            transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.p-mvContact img {
    width: 100%;
}

.p-mvCatch__sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .p-mvImg {
        background-image: url(../images/mv_tb.jpg);
        height: 100vh;
        padding-top: unset;
    }

    .p-mvCatch {
        width: 68%;
    }

    .p-mvCatch__sp {
        display: block;
    }

    .p-mvCatch__pc {
        display: none;
    }

    .p-mvCatch {
        top: auto;
        bottom: 9%;
        left: 50%;
        transform: translateX(-50%);
    }

    .p-mvContact {
        bottom: auto;
        width: 23.5%;
        top: 41%;
    }

    .p-mvThanks {
        top: 33%;
        font-size: 5.2vw;
    }
}

@media screen and (max-width: 599px) {
    .p-mvImg {
        background-image: url(../images/mv_sp.jpg);
        background-position-x: left;
    }

    .p-mvContact {
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5%;
    }

    .p-mvCatch {
        width: 84%;
        bottom: 27%;
    }

    .p-mvContact {
        width: 33%;
        bottom: 4%;
    }
}

/*----------------------------------------
	intro
----------------------------------------*/

.p-introBox {
    display: flex;
    align-items: center;
    height: 734px;
}

.p-intro__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/intro.jpg);
    width: 50%;
    height: 100%;
}

.p-intro__img img {
    width: 100%;
}

.p-intro__text {
    width: 50%;
    height: 100%;
    background-color: #FFFCDD;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 119px 0 90px;
}

.p-intro__text:before {
    content: "";
    background-image: url(../images/intro_hand.png);
    width: 261px;
    height: 160px;
    position: absolute;
    right: 0;
    bottom: 30px
}

.p-intro__text h2 {
    font-size: 3.7rem;
    color: #3F9E6E;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 64px;
    width: 100%;
    line-height: 1.405;
}


.p-intro__text .c-text {
    font-size: 2.2rem;
    line-height: 1.818;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    position: relative;
    z-index: 10;
}

.p-intro__text .c-text:not(:last-child) {
    margin: 0 0 34px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-intro__text .c-text span {
    display: inline-block;
    color: #3F9E6E;
}

@media screen and (max-width: 1400px) {
    .p-intro__text {
        padding: 0 60px;
    }

    .p-intro__text:before {
        width: 130px;
        height: 80px;
        background-size: 100%;
    }
}

@media screen and (max-width: 768px) {
    .p-introBox {
        flex-direction: column;
        height: auto;
    }

    .p-intro__text {
        width: 100%;
        height: auto;
        padding: 0 70px 50px;
    }

    .p-intro__img {
        width: 100%;
        height: 300px;
        margin: 0 0 50px;
    }

    .p-intro__text h2 {
        font-size: 2.8rem;
        margin: 0 0 30px;
    }

    .p-intro__text .c-text {
        font-size: 1.8rem;
    }

    .p-intro__text .c-text:not(:last-child) {
        margin: 0 0 15px;
    }

    .p-intro__text:before {
        width: 170px;
        height: 103px;
        bottom: 6px;
    }
}

@media screen and (max-width: 599px) {
    .p-intro__text .c-text {
        font-size: 1.4rem;
    }

    .p-intro__text .c-text:not(:last-child) {
        margin: 0 0 8px;
    }

    .p-intro__img {
        height: 220px;
    }

    .p-intro__text {
        padding: 0 20px 105px;
    }

    .p-intro__text h2 {
        font-size: 2rem;
        margin: 0 0 20px;
    }
}

/*----------------------------------------
	reason
----------------------------------------*/

.p-reason {
    padding: 90px 0 0;
    margin: 0 0 120px;
}

.p-reasonLaw__intro .c-text {
    text-align: center;
    margin: 0 0 110px;
}

.p-reasonLaw {
    border-radius: 20px;
    border: 2px solid #3F9E6E;
    margin: -24px 0 84px 0;
    padding: 0 87px 61px;
    text-align: left;
}

.p-reasonLaw h3 {
    text-align: center;
    width: 515px;
    font-size: 3.2rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-color: #FFFCDD;
    margin: -24px auto 61px;
}

.p-reasonLaw .c-text {
    font-size: 2.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6;
}

.p-reasonLaw .c-text .marker {
    position: relative;
    background: linear-gradient(transparent 60%, #FFEC00 40%);
}

.p-reasonCost {
    background-image: url(../images/reason_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 110px 0 130px;
    position: relative;
}

.p-reasonCost h3 {
    text-align: center;
    margin: 0 0 50px;
}

.p-reasonCost h3 span {
    display: block;
    font-size: 3.2rem;
    color: #fff;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 20px;
    line-height: 1.563;
}

.p-reasonCost__figure {
    text-align: center;
    margin: 0 auto 50px;
    width: 80%;
}

.p-reasonCost__figure img {
    width: 100%;
}

.p-reasonCost__title {
    font-size: 3rem;
    letter-spacing: 0.04em;
    background-color: #fff;
    border-radius: 20px;
    border: 5px solid #3F9E6E;
    padding: 38px 15px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 1.667;
}

.p-reasonCost__title span.big {
    font-size: 4.5rem;
    letter-spacing: 0.04em;
}

.p-reasonCost__title span.big.marker {
    background: linear-gradient(transparent 60%, #FFEC00 40%);
}

.p-reasonCost:before {
    content: "";
    width: 100%;
    height: 12px;
    background-image: url(../images/contact_line.svg);
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.p-reasonCost:after {
    content: "";
    width: 100%;
    height: 12px;
    background-image: url(../images/contact_line.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

@media screen and (max-width: 1300px) {
    .p-reasonLaw {
        padding: 0 40px 50px;
    }
}

@media screen and (max-width: 1000px) {
    .p-reasonCost h3 img {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .p-reason {
        margin: 0 0 60px;
    }

    .p-reasonCost {
        padding: 60px 0 70px;
    }

    .p-reasonCost h3 img {
        width: 87%;
    }

    .p-reasonCost h3 span {
        font-size: 2.5rem;
    }

    .p-reasonCost__figure {
        width: 80%;
        margin: 0 auto 30px;
    }

    .p-reasonCost__figure img {
        width: 100%;
    }

    .p-reasonCost__title {
        font-size: 2.2rem;
        line-height: 1.6;
    }

    .p-reasonCost__title span.big {
        font-size: 3.5rem;
    }

    .p-reasonCost__title {
        padding: 25px 0;
        border: 3px solid #3F9E6E;
    }

    .p-reasonLaw {
        padding: 0 30px 40px;
    }

    .p-reasonLaw .c-text {
        font-size: 1.7rem;
    }

    .p-reasonLaw h3 {
        font-size: 2.5rem;
        width: 400px;
        margin: -15px auto 35px;
    }

    .p-reasonLaw__intro .c-text {
        margin: 0 0 80px;
    }

    .p-reasonLaw {
        margin: -24px 0 45px 0;
    }
}

@media screen and (max-width: 599px) {
    .p-reason {
        padding: 50px 0 0;
    }

    .p-reasonCost__title {
        font-size: 1.6rem;
    }

    .p-reasonCost__title span.big {
        font-size: 2.4rem;
    }

    .p-reasonLaw h3 {
        font-size: 1.8rem;
        width: 97%;
        margin: -15px auto 20px;
    }

    .p-reasonLaw {
        border-radius: 10px;
        padding: 0 15px 30px;
    }

    .p-reasonLaw .c-text {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .p-reasonCost h3 span {
        font-size: 1.8rem;
    }

    .p-reasonCost h3 img {
        width: 100%;
    }

    .p-reasonCost h3 {
        margin: 0 0 20px;
    }

    .p-reasonCost__title {
        border-radius: 10px;
    }

    .p-reasonCost__title span.big {
        font-size: 2.2rem;
    }

    .p-reasonCost__title {
        font-size: 1.5rem;
    }

    .p-reasonLaw__intro .c-text {
        margin: 0 0 60px;
    }
}

/*----------------------------------------
	situation
----------------------------------------*/

.p-situation {
    margin: 0 0 100px;
}

.p-situationSubtitle {
    font-size: 3.2rem;
    margin: 0 0 65px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.563;
    text-align: center;
}

.p-situationBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-situationBox__price h3 {
    margin: 0 0 10px;
    padding: 7px 12px;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border: 2px solid #3F9E6E;
    border-radius: 4px;
    color: #3F9E6E;
}

.p-situationBox__priceWrap {
    display: flex;
    align-items: center;
}

.p-situationBox__priceNumber {
    font-size: 6.6rem;
    color: #F77B63;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-situationBox__priceNumber span {
    font-size: 4.5rem;
    color: #000;
}

.p-situationBox__priceYear {
    width: 82px;
    height: 82px;
    background-color: #3F9E6E;
    border-radius: 50%;
    margin: 0 17px 0 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-situationBox__text {
    margin: 0 15px 0 0;
}

.p-situationBox {
    display: flex;
    align-items: center;
}

.p-situationBox__result {
    width: 89.5%;
    background-color: #fff;
    margin: auto;
    padding: 43px 0;
}

.p-situationBox__result span {
    display: block;
    font-size: 2.8rem;
    margin: 0 0 26px;
    line-height: 1.429;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-situationBox__result h3 {
    text-align: center;
}

.p-situationBox__resultWrap {
    width: 100%;
    position: relative;
}

.p-situationBox__resultWrap:before {
    content: "";
    display: block;
    background-image: url(../images/situation_illust01.png);
    width: 255px;
    height: 352px;
    position: absolute;
    bottom: 0;
    left: -36px;
}

.p-situationBox__resultWrap:after {
    content: "";
    display: block;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-image: url(../images/situation_illust02.png);
    width: 199px;
    height: 317px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.p-situationBox {
    margin: 0 0 84px;
}

.p-situationBox__textSp {
    display: none;
}

@media screen and (max-width: 1200px) {
    .p-situationBox__resultWrap:before {
        width: 182px;
        height: 251px;
        background-size: 100%;
    }

    .p-situationBox__resultWrap:after {
        width: 142px;
        height: 226px;
        background-size: 100%;
    }
}

@media screen and (max-width: 768px) {
    .p-situation {
        margin: 0 0 50px;
    }

    .p-situationSubtitle {
        font-size: 2.2rem;
    }

    .p-situationBox__resultWrap:before {
        width: 112px;
        height: 155px;
    }

    .p-situationBox__resultWrap:after {
        width: 88px;
        height: 140px;
    }

    .p-situationBox__result span {
        font-size: 2.8vw;
    }

    .p-situationBox__result h3 {
        width: 78%;
        margin: auto;
    }

    .p-situationBox__result h3 img {
        width: 100%;
    }

    .p-situationBox {
        justify-content: space-between;
    }

    .p-situationBox__text {
        width: 54%;
        margin: 0;
    }

    .p-situationBox__text img {
        width: 100%;
    }

    .p-situationBox__priceNumber {
        font-size: 8vw;
    }

    .p-situationBox__priceNumber span {
        font-size: 5vw;
    }

    .p-situationBox__price h3 {
        text-align: center;
        font-size: 2vw;
    }

    .p-situationBox {
        margin: 0 0 40px;
    }

    .p-situationBox__priceYear {
        width: 65px;
        height: 65px;
        margin: 0 6px 0 0;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 599px) {
    .p-situationSubtitle {
        font-size: 1.5rem;
        margin: 0 0 30px;
    }

    .p-situationBox {
        flex-direction: column;
    }

    .p-situationBox__textPc {
        display: none;
    }

    .p-situationBox__textSp {
        display: block;
    }

    .p-situationBox__text {
        margin: 0 0 10px;
    }

    .p-situationBox__price h3 {
        font-size: 1.4rem;
    }

    .p-situationBox__priceWrap {
        justify-content: center;
    }

    .p-situationBox__priceNumber {
        font-size: 11vw;
    }

    .p-situationBox__priceNumber span {
        font-size: 6vw;
    }

    .p-situationBox__resultWrap:before {
        width: 69px;
        height: 95px;
        left: -20px;
    }

    .p-situationBox__resultWrap:after {
        width: 53px;
        height: 85px;
    }

    .p-situationBox__result {
        padding: 25px 0;
    }

    .p-situationBox__result span {
        font-size: 3vw;
    }

    .p-situationBox__result span {
        margin: 0 0 15px;
    }

    .p-situationBox {
        margin: 0 0 30px;
    }
}

/*----------------------------------------
	signature
----------------------------------------*/

.p-signature {
    margin: 0 0 30px;
}

.p-signatureBg {
    background-image: url(../images/signature.jpg);
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.p-signatureBg:before {
    content: "";
    width: 100%;
    height: 12px;
    background-image: url(../images/contact_line.svg);
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.p-signatureTitle {
    font-size: 4.8rem;
    color: #3F9E6E;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 50px;
    line-height: 1.354;
    text-align: center;
}

.p-signature .c-text {
    text-align: center;
}

.p-signature .c-text:not(:last-child) {
    margin: 0 0 30px;
}

.p-signatureText {
    background-color: #fff;
    margin: -87px 0 40px;
    padding: 87px 0 100px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
}

.p-signatureArrow {
    text-align: center;
}

@media screen and (max-width: 1300px) {
    .p-signatureBg {
        height: 450px;
    }
}

@media screen and (max-width: 1100px) {
    .p-signatureTitle {
        font-size: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .p-signatureBg {
        height: 350px;
    }

    .p-signatureTitle {
        font-size: 3.2rem;
    }

    .p-signatureText {
        border-radius: 20px;
        margin: -40px 0 30px;
        padding: 50px 20px 60px;
    }

    .p-signatureArrow img {
        width: 40px;
    }
}

@media screen and (max-width: 590px) {
    .p-signature {
        margin: 0 0 20px;
    }

    .p-signatureBg {
        height: 170px;
    }

    .p-signatureTitle {
        font-size: 2rem;
    }

    .p-signatureText {
        margin: -30px 0 20px;
        padding: 35px 15px 40px;
    }

    .p-signatureTitle {
        margin: 0 0 25px;
    }

    .p-signature .c-text:not(:last-child) {
        margin: 0 0 15px;
    }

    .p-signatureArrow img {
        width: 25px;
    }
}

/*----------------------------------------
	rate
----------------------------------------*/

.p-rate {
    margin: 120px 0;
}

.p-rateSubtitle {
    text-align: center;
    font-size: 3.2rem;
    margin: 0 0 45px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.563;
}

.p-ratePrice__box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px;
}

.p-rateBox__price:first-child {
    margin: 0 60px 0 0;
}

.p-rateBox__price h3 {
    width: 307px;
    text-align: center;
    margin: 0 0 10px;
    padding: 7px 0;
    font-size: 2.2rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border: 2px solid #3F9E6E;
    border-radius: 4px;
    color: #3F9E6E;
}

.p-rateBox__priceWrap {
    display: flex;
    align-items: center;
}

.p-rateBox__priceYear {
    width: 82px;
    height: 82px;
    background-color: #3F9E6E;
    border-radius: 50%;
    margin: 0 17px 0 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-rateBox__priceNumber {
    font-size: 6.6rem;
    color: #F77B63;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-rateBox__priceNumber span {
    font-size: 4.5rem;
    color: #000;
}

.p-rateBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-rateBox__img {
    width: 56%;
}

.p-rateBox__img img {
    width: 100%;
}

.p-rateBox__text {
    width: 38.9%;
}

@media screen and (max-width: 768px) {
    .p-rate {
        margin: 60px 0;
    }

    .p-rateBox {
        flex-direction: column;
    }

    .p-rateBox__img {
        width: 100%;
        margin: 0 0 30px;
    }

    .p-rateBox__text {
        width: 100%;
    }

    .p-rateSubtitle {
        font-size: 2.2rem;
    }

    .p-rateBox__priceNumber {
        font-size: 8vw;
    }

    .p-rateBox__priceNumber span {
        font-size: 5vw;
    }

    .p-rateBox__priceYear {
        width: 65px;
        height: 65px;
        margin: 0 6px 0 0;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 599px) {
    .p-rate {
        margin: 50px 0;
    }

    .p-ratePrice__box {
        flex-direction: column;
    }

    .p-rateBox__price:first-child {
        margin: 0 0 30px;
    }

    .p-rateBox__price h3 {
        font-size: 1.4rem;
    }

    .p-rateSubtitle {
        font-size: 1.5rem;
        margin: 0 0 30px;
    }

    .p-rateBox__priceNumber {
        font-size: 11vw;
    }

    .p-rateBox__priceNumber span {
        font-size: 6vw;
    }

    .p-rateBox__priceWrap {
        justify-content: center;
    }

    .p-ratePrice__box {
        margin: 0 0 35px;
    }

    .p-rateBox__img {
        margin: 0 0 15px;
    }
}

/*----------------------------------------
	contact
----------------------------------------*/

.p-contact {
    width: 100%;
    height: 356px;
    background-image: url(../images/contact_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.p-contact a {
    font-size: 4rem;
    letter-spacing: 0.03em;
    color: #3F9E6E;
    width: 100%;
    height: auto;
    background-color: #FFEC00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding: 9px 0 0;
    position: relative;
    transition: .3s;
}

.p-contact a:before {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/contact_arrow.svg);
    width: 17px;
    height: 30px;
}

.p-contact a:after {
    content: "";
    position: absolute;
    left: 189px;
    top: -56px;
    background-image: url(../images/contact_fukidashi.svg);
    width: 140px;
    height: 130px;
}

.p-contact a span:before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact_icon.svg);
    width: 110px;
    height: 115px;
}

.p-contact a span {
    display: flex;
    align-items: center;
}

.p-contactTitle {
    font-size: 4.8rem;
    color: #3F9E6E;
    margin: 0 0 26px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-contact.contact01:after {
    content: "";
    width: 100%;
    height: 12px;
    background-image: url(../images/contact_line.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.p-contact.contact02:before {
    content: "";
    width: 100%;
    height: 12px;
    background-image: url(../images/contact_line.svg);
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.p-contact.contact02:after {
    content: "";
    width: 100%;
    height: 12px;
    background-image: url(../images/contact_line.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

@media screen and (min-width: 769px) {
    .p-contact a:hover {
        transform: scale(1.05);
    }
}


@media screen and (max-width: 1100px) {
    .p-contact a:after {
        left: -2%;
    }
}

@media screen and (max-width: 820px) {
    .p-contact a span:before {
        width: 78px;
        height: 82px;
        background-size: 100%;
    }

    .p-contact a {
        font-size: 2.6rem;
    }

    .p-contact a:after {
        width: 90px;
        height: 85px;
        top: -48px;
        left: 0;
        background-size: 100%;
    }

    .p-contact a:before {
        width: 13px;
        height: 23px;
        right: 25px;
        background-size: 100%;
    }
}

@media screen and (max-width: 768px) {
    .p-contact {
        height: 250px;
    }

    .p-contactTitle {
        font-size: 3rem;
    }
}

@media screen and (max-width: 599px) {
    .p-contact {
        height: 150px;
    }

    .p-contactTitle {
        font-size: 2.2rem;
        margin: 0 0 15px;
    }

    .p-contact a {
        font-size: 1.6rem;
        padding: 0;
    }

    .p-contact a span:before {
        width: 53px;
        height: 56px;
    }

    .p-contact a:after {
        width: 50px;
        height: 45px;
        top: -28px;
    }

    .p-contact a:before {
        width: 8px;
        height: 13px;
        right: 10px;
    }
}

/*----------------------------------------
	organization
----------------------------------------*/

.p-organization {
    margin: 100px 0 0;
}

.p-organization a {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
    height: 200px;
    background-color: #fff;
    border: 5px solid #3F9E6E;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border-radius: 20px;
    font-size: 4.5rem;
    color: #3F9E6E;
    letter-spacing: 0.05em;
    position: relative;
}

.p-organization a span {
    font-size: 3.2rem;
}

.p-organization a:before {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/contact_arrow.svg);
    width: 17px;
    height: 30px;
}

@media screen and (max-width: 820px) {
    .p-organization {
        margin: 50px 0 0;
    }

    .p-organization a:before {
        width: 13px;
        height: 23px;
        right: 25px;
        background-size: 100%;
    }


    .p-organization a {
        width: 100%;
        height: 150px;
        font-size: 3rem;
    }

    .p-organization a span {
        font-size: 2rem;
    }
}

@media screen and (max-width: 599px) {
    .p-organization a:before {
        width: 8px;
        height: 13px;
        right: 10px;
    }

    .p-organization a {
        border: 2px solid #3F9E6E;
        width: 100%;
        height: 100px;
        font-size: 2.5rem;
        border-radius: 10px;
    }

    .p-organization a span {
        font-size: 1.8rem;
    }
}

/*----------------------------------------
	footer
----------------------------------------*/

.l-footer {
    margin: 116px 0 0;
}

.l-footerCopyright {
    padding: 16px 0;
    background-color: #3F9E6E;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .l-footer {
        margin: 70px 0 0;
    }

    .l-footerCopyright {
        font-size: 1rem;
        padding: 8px 0;
    }
}

@media screen and (max-width: 599px) {
    .l-footer {
        margin: 50px 0 0;
    }
}

/*----------------------------------------
	p-outline
----------------------------------------*/

.p-outline {
    margin: 150px 0 200px;
}

.p-outlineTable {
    width: 900px;
    margin: 0 auto 15px;
    line-height: 1.7;
    display: block;
}

.p-outlineTable tbody {
    display: block;
}

.p-outlineTable tr {
    display: block;
    border-top: 1px solid #000;
}

.p-outlineTable tr:last-child {
    border-bottom: 1px solid #000;
}

.p-outlineTable th {
    width: 200px;
    padding: 16px 0;
    text-align: left;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-outlineTable td {
    padding: 16px 0;
}

.p-outlineTable th,
.p-outlineTable td {
    font-size: 1.4rem;
    font-weight: 400
}

.p-outline_text {
    width: 900px;
    margin: auto;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
}

@media screen and (max-width: 1100px) {
    .p-outline_text {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 821px) {
    .p-outlineTable {
        width: 700px;
    }
}

@media screen and (max-width: 820px) {
    .p-outline {
        margin: 70px 0 80px;
    }

    .p-outlineTable {
        width: 100%;
    }

    .p-outlineTable th {
        width: 200px;
    }

    .p-outlineTable td {
        width: 500px;
    }
}

@media screen and (max-width: 599px) {
    .p-outlineTable {
        width: 100%;
    }

    .p-outlineTable tr {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .p-outlineTable th {
        width: 100%;
        font-weight: bold;
        padding: 8px 2% 0 2%;
    }

    .p-outlineTable td {
        width: 100%;
        padding: 0 2% 8px 2%;
    }

}

/*----------------------------------------
	thanks
----------------------------------------*/
.p-thanks {
    width: 100%;
    height: 356px;
    background-image: url(../images/contact_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8vw;
    line-height: 1.5;
}

.p-thanks:before {
    content: "";
    width: 100%;
    height: 12px;
    background-image: url(../images/contact_line.svg);
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.p-thanks:after {
    content: "";
    width: 100%;
    height: 12px;
    background-image: url(../images/contact_line.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}


@media screen and (max-width: 1300px) {
    .p-thanks {
        font-size: 2.4vw;
        height: 250px;
    }
}

@media screen and (max-width: 768px) {
    .p-thanks {
        font-size: 2.5vw;
        height: 200px;
    }
}

@media screen and (max-width: 599px) {
    .p-thanks {
        font-size: 3.5vw;
        height: 150px;
    }
}