*{
    margin:0;
    padding:0;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: normal;
    background: #FFF;
}
img{
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}
a{
    text-decoration: none;
    color:#231815;
}
a:hover{opacity: 0.7;}
.sp-br{display:none;}
.split-line {
    width: 100%;
    height: 30px;
    background: linear-gradient(to right, #192D74 50%, #A6C736 50%);
}
@media screen and (max-width: 768px){
    .sp-br{display: block;}
    .pc-br{display:none;}
    .split-line{height: 16px;}
}

header{padding: 12px 0px;}
header .header-box{
    display: flex;
    width: 1000px;
    justify-content: space-between;
    align-items: center;
    margin:auto;
}
header .logo{
    width: 135px;
    aspect-ratio: 135/46;
    flex-shrink: 0;
}
header .user-action{
    display: flex;
    align-items: center;
    gap: 30px;
}
header .user-action .tel{
    display: flex;
    align-items: center;
    gap: 10px;
}
header .user-action .tel-sp{display:none;}
header .user-action .tel > span{
    color: #231815;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
}
header .user-action .tel > .tel-link{
    width: 220px;
    aspect-ratio: 22/3;
}
header .user-action .contact{
    width: 186px;
    aspect-ratio: 93/20;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.20));
}
header .user-action .contact:hover,header .user-action .contact:active{filter:none}
@media screen and (max-width: 768px){
    header{
        padding:8px 10px 8px 12px;
        gap:24px;
    }
    header .header-box{
        width:100%;
        gap: 24px;
    }
    header .logo{
        width: auto;
        height: 30px;
        aspect-ratio: 35/12;
    }
    header .user-action{gap: 6px;}
    header .user-action .tel{display:none;}
    header .user-action .tel-sp{
        display: block;
        width: auto;
        height:30px;
        aspect-ratio: 50/13;
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.20));
    }
    header .user-action .contact{
        width: auto;
        height:30px;
        aspect-ratio: 50/13;
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.20));
    }
}

.main-img{background: #D8F0FC;}
.main-img > .img-box{
    width:100%;
    max-width:1000px;
    height: 580px;
    background-image: url(./images/kv_pc.jpg);
    background-position: center center;
    background-size: cover;
    margin:auto;
}
.main-img > .img-box .sp-img{display: none;}
@media screen and (max-width: 768px){
    .main-img .img-box{
        height: auto;
        background-image: none;
    }
    .main-img > .img-box .sp-img{
        display: block;
        width:100%;
    }
}

.anshin{
    display: flex;
    padding: 60px 0 80px 0;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.anshin h1{
    color: #231815;
    font-family: "Zen Maru Gothic";
    font-size: 32px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 2.56px;
    text-align: center;
}
.anshin h1 > p{
    color: #231815;
    font-family: "Zen Maru Gothic";
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.8px;
}
.anshin h1 > p > strong{color: #E61A27;}
.anshin h1 > p > strong > span{
    font-size: 44px;
    letter-spacing: -6.16px;
}
.anshin .preparations{
    padding:40px 0px 0px 0px;
    width: 840px;
    aspect-ratio: 14/5;
}
@media screen and (max-width: 768px){
    .anshin{padding: 20px 0 30px 0;}
    .anshin h1{
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 1.28px;
    }
    .anshin h1 > p{
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.4px;
    }
    .anshin h1 > p > strong > span{
        font-size: 24px;
        letter-spacing: -3.36px;
    }
    .anshin .preparations{
        padding:20px 20px 0px 20px;
        width:calc(100% - 40px);
    }
}

.futan{
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.futan h2{
    color: #231815;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 32px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 2.56px;
    padding:0px 0px 30px 0px;
}
.futan h2 >span{
    font-size:38px;
    display:inline-block;
    letter-spacing: 0;
    margin-left: -0.1em;
    margin-right: -0.1em;
}
.futan .preparations-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
.futan .preparations-box > div{
    display: flex;
    width: 390px;
    padding: 70px 30px 20px 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 16px;
}
.futan .preparations-box > .ceremony{
    border: 3px solid #54C3F1;
    background: #DFF3FC;
}
.futan .preparations-box > .midori{
    border: 3px solid #B8D200;
    background: #EDF5D9;
}
.futan .preparations-box > .plus{
    width: 60px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    padding:0;
}
.futan .preparations-box > div h3{
    border-radius: 40px;
    width: 390px;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.44px;
    text-align: center;
    margin:-115px 0px 0px 0px;
}
.futan .preparations-box > .ceremony h3{
    border: 3px solid #52C3F1;
    background: #171673;
}
.futan .preparations-box > .midori h3{
    border: 3px solid #B8D200;
    background: #016936;
}
.futan .preparations-box > div h4{
    width: 350px;
    aspect-ratio: 7/2;
    margin:auto;
}
.futan .preparations-box > div .price{
    width: 350px;
    aspect-ratio: 7/3;
}
.futan .preparations-box > div .line-custom{
    width: 100%;
    height: 3px;
}
.futan .preparations-box > .ceremony .line-custom{background-image: repeating-linear-gradient(to right, #54C3F1, #54C3F1 10px, transparent 10px, transparent 15px);}
.futan .preparations-box > .midori .line-custom{background-image: repeating-linear-gradient(to right, #B8D200, #B8D200 10px, transparent 10px, transparent 15px);}
.futan .pie{
    width: 920px;
    aspect-ratio: 135/92;
}
@media screen and (max-width: 768px){
    .futan{
        padding: 30px 15px;
        gap: 30px;
    }
    .futan h2{
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 1.28px;
    }
    .futan h2 > span{font-size:18px;}
    .futan .preparations-box{
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .futan .preparations-box > div{
        padding: 50px 15px 20px 15px;
        width: calc(92% - 30px);
        min-width: 320px;
        border-radius: 12px;
    }
    .futan .preparations-box > .ceremony{border: 2px solid #54C3F1;}
    .futan .preparations-box > .midori{border: 2px solid #B8D200;}
    .futan .preparations-box > div h3{
        border-radius: 30px;
        width: calc(100% - 30px);
        display: flex;
        height: 60px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #FFF;
        font-family: "Noto Sans JP";
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 1.2px;
        text-align: center;
        margin:-80px 0px 0px 0px;
    }
    .futan .preparations-box > div h4{
        width:100%;
        max-width: 260px;
        aspect-ratio: 130/37;
    }
    .futan .preparations-box > div .price{
        width:100%;
        max-width:260px;
        aspect-ratio: 13/8;
    }
    .futan .preparations-box > .midori .price{aspect-ratio: 13/7;}
    .futan .preparations-box > div .funeral-set{
        width: 100%;
        max-width:260px;
        aspect-ratio: 13/6;
    }
    .futan .preparations-box > .midori .funeral-set{aspect-ratio: 13/6}
    .futan .preparations-box > div .set{
        width:100%;
        max-width:260px;
        aspect-ratio: 26/49;
    }
    .futan .preparations-box > .midori .set{aspect-ratio: 26/29;}
    .futan .preparations-box > .plus{
        width:40px;
        min-width: auto;
        margin:0px 0px 25px 0px;
    }
    .futan .pie{
        width:100%;
        max-width:320px;
        aspect-ratio: 1/1;
    }
}

.service{
    padding:100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FDF6D9;
}
.service h2{
    border-radius: 30px;
    border: 2px solid #A59060;
    background: #FFF;
    width: 780px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #231815;
    font-family: "Zen Maru Gothic";
    font-size: 32px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 2.56px;
}
.service h2 > span{
    width: 216px;
    flex-shrink: 0;
    aspect-ratio: 6/1;
    padding:0px 8px 0px 0px;
}
.service .text{
    color: #E61A27;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin:60px 0px 30px 0px;
}
.service .img-box{
    width:1000px;
    aspect-ratio: 200/59;
    align-self: stretch;
    margin:auto;
}
.service .check{
    margin:60px 0px 80px 0px;
    display: flex;
    width:100%;
    max-width: 810px;
    align-items: center;
    gap: 20px;
}
.service .check > h3{
    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #231815;
    color: #FFFEFF;
    font-family: "Noto Sans JP";
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2.88px;
}
.service .check > div{
    color: #231815;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.service .pattern{
    margin:40px auto 0px auto;
    width: 960px;
    aspect-ratio: 16/7;
}
.service .sp-check{display: none;}
@media screen and (max-width: 768px){
    .service{padding: 30px 20px;}
    .service h2{
        border-radius: 25px;
        border: 2px solid #A59060;
        padding: 6px 50px 4px 50px;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 1.12px;
        width:calc(100% - 100px);
        flex-direction: column;
    }
    .service h2 > span{
        width: 108px;
        aspect-ratio: 6/1;
    }
    .service .text{
        margin:20px 0px;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
    }
    .service .img-box{
        width:100%;
        aspect-ratio: 70/41;
    }
    .service .check{
        margin:20px 0px 30px 0px;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    .service .check > h3{
        width:80px;
        height: auto;
        padding:10px 0px;
        font-size: 13px;
        font-weight: 700;
        line-height: 14px;
        letter-spacing: 2.08px;
    }
    .service .check > div{
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing:0;
    }
    .service .pattern{
        aspect-ratio: 28/23;
        margin:20px 0px 10px 0px;
    }
    .service .sp-check{
        display: block;
        color: #231815;
        font-family: "Noto Sans JP";
        font-size: 9px;
        font-weight: 400;
        line-height: 12px;
    }
}

.proposal{
    display: flex;
    padding: 80px 0px 60px 0px;
    flex-direction: column;
    align-items: center;
    background: #D8F0FC;
}
.proposal h2{
    width:1000px;
    aspect-ratio: 100/13;
    margin: auto;
}
.proposal .proposal-box{
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    flex-wrap: wrap;
    width: 1000px;
    margin:60px auto 20px auto;
}
.proposal .proposal-box > div{
    display: flex;
    padding: 20px 20px 20px 40px;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: #FFF;
    width: 420px;
}
.proposal .proposal-box > div > p{
    color: #231815;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.9px;
}
.proposal .proposal-box > div > p > strong{
    color: #E71B27;
    font-weight: 600;
}
.proposal .proposal-box > div > p > span{
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin: 10px 0px 0px 0px;
    letter-spacing: 0;
}
.proposal .proposal-box > div > img{
    width: 180px;
    aspect-ratio: 1/1
}
.proposal .proposal-box > .long{
    width:940px;
    gap:40px;
    padding: 30px 20px 30px 40px;
}
.proposal .proposal-box > .long > p{
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.44px;
    position: relative;
    width:280px;
}
.proposal .proposal-box > .long > p > strong{font-weight: 600}
.proposal .proposal-box > .long > p > span{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    margin:11px 0px 0px 0px
}
.proposal .proposal-box > .long > p > img{
    width: 100px;
    aspect-ratio: 10/9;
    position: absolute;
    top:0;
    right:0;
}
.proposal .proposal-box > .long > img{
    width: 280px;
    aspect-ratio: 14/5;
}
.proposal .check{
    color: #231815;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    margin:20px 0px 0px 0px
}
.proposal .img-box{
    width:100%;
    max-width: 960px;
    aspect-ratio: 12/5;
    margin:40px auto 20px auto;
}
@media screen and (max-width: 768px){
    .proposal{padding:30px 20px;}
    .proposal h2{
        width:100%;
        aspect-ratio: 7/2;
    }
    .proposal .proposal-box{
        margin:30px 0px 0px 0px;
        width:100%;
        gap:10px;
    }
    .proposal .proposal-box > div{
        padding: 10px 10px 10px 15px;
        width:calc(100% - 25px);
        border-radius: 12px;
    }
    .proposal .proposal-box > div > p{
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing:0;
    }
    .proposal .proposal-box > div > p > span{
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    .proposal .proposal-box > div > img{width:100px;}
    .proposal .proposal-box > .long{
        width:calc(100% - 30px);
        padding: 15px;
        gap: 15px;
        flex-direction: column;
    }
    .proposal .proposal-box > .long > p{
        width:100%;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 1.12px;
    }
    .proposal .proposal-box > .long > p > span{
        display: block;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        margin:10px 0px 0px 0px;
    }
    .proposal .proposal-box > .long > p > img{
        width: 71.111px;
        aspect-ratio: 10/9;
    }
    .proposal .proposal-box > .long > img{
        width:100%;
        max-width: 250px;
        aspect-ratio: 250/89;
    }
    .proposal .check{
        width:100%;
        margin:30px auto 0px auto;
        color: #231815;
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        text-align: left;
    }
    .proposal .img-box{
        margin:30px 0px 10px 0px;
        width:100%;
        max-width:320px;
        aspect-ratio: 28/41;
    }
    .proposal .number{
        font-size: 10px;
        font-weight: 400;
        line-height: 24px;
    }
}

footer{
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
}
footer h2{
    color: #231815;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 38px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 3.04px;
}
footer .user-action{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 440px;
    margin:40px auto 0px auto;
}
footer .user-action > .contact{
    width:360px;
    aspect-ratio: 5/1;
    margin:auto;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.20));
}
footer .user-action > .contact:hover, footer .user-action > .contact:active{filter: none;}
footer .company{
    margin:80px auto 0px auto;
    width:1000px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap:wrap;
}
footer .company .company-box{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    width:470px;
}
footer .company .long{width:490px;}
footer .company .company-box > div > h3{
    color: #231815;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin:0px 0px 20px 0px;
}
footer .company .company-box > .ceremony > img{
    width: 170px;
    aspect-ratio: 85/29;
}
footer .company .company-box > .midori > img{
    width: 240px;
    aspect-ratio: 6/1;
}
footer .company .company-box > div > h4{
    color: #231815;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}
footer .company .company-box > div > .address{
    color: #231815;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}
footer .company .company-box > div > .number {
    color: #231815;
    font-family: "Noto Sans JP";
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 20px;
    letter-spacing: 0;
    white-space: nowrap;
}
footer .company .company-box > .midori-info > .approval {
    border: 1px solid #000;
    padding: 2px 10px;
    width: max-content;
    margin-left: auto;
    color: #231815;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-top:40px;
}
@media screen and (max-width: 768px){
    footer{padding:30px 20px;}
    footer h2{
        font-size:18px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 1.44px;
    }
    footer .user-action{
        width:100%;
        margin:30px 0px 0px 0px;
    }
    footer .user-action .tel-link{
        width:100%;
        max-width: 280px;
        aspect-ratio: 140/29;
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.20));
    }
    footer .user-action > .contact{
        width: 100%;
        max-width: 280px;
        aspect-ratio: 140/29;
    }
    footer .company{
        width: 100%;
        margin: 40px 0px 0px 0px;
        flex-direction: column;
    }
    footer .company .company-box{
        flex-direction: column;
        gap:0;
        width:100%;
    }
    footer .company .company-box > div > h3{
        margin:0px 0px 15px 0px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }
    footer .company .company-box > .ceremony > img{
        width: 117px;
        aspect-ratio: 117/40;
    }
    footer .company .company-box > .midori > img{
        width: 144px;
        aspect-ratio: 6/1;
    }
    footer .company .company-box > div > .number{
        margin-top:10px;
        font-size: 10px;
        line-height: 14px;
    }
    footer .company .company-box > div > h4{
        margin:15px 0px 5px 0px;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
    }
    footer .company .company-box > div > .address{
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }
    footer .company .company-box > .midori-info{width:100%;}
    footer .company .company-box > .midori-info > .approval {margin: 20px 0px 0px auto;}
}