@charset "utf-8";
/* CSS Document */


/* under_page_title
   ================================================================== */
.under_page_title{
	margin: 0 0 0;
    padding: 10vw 0;
    border-top: 1px solid #ddd;
	position: relative;
}

.under_page_title .title{
	font-size: 6vw;
    text-align: center;
    letter-spacing: 0.2em;
}


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
}

.kv .inner{
	position: relative;
    z-index: 2;
    height: 80vh;
    min-height: 650px;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: flex-end;
}

.kv .inbox{
    padding: 0 0 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.kv .inbox img{
    width: 100%;
}

.kv .copy{
    margin: auto;
    width: 38vw;
    position: absolute;
    top: 36vw;
    left: 6vw;
    line-height: 0;
    z-index: 1;
}

.kv .representative{
    margin: auto;
    width: 82vw;
    position: absolute;
    bottom: 0;
    left: 27vw;
    line-height: 0;
}

.kv .swiper-container{
	position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.kv_wrap .kv{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.kv_wrap.bg01 .kv{
	background-image: url("../images/kv/webp/bg01.webp");
}

.kv_wrap.bg02 .kv{
	background-image: url("../images/kv/webp/bg02.webp");
}

.kv_wrap.bg03 .kv{
	background-image: url("../images/kv/webp/bg03.webp");
}

.kv_wrap.bg04 .kv{
	background-image: url("../images/kv/webp/bg04.webp");
}

.kv_wrap.bg05 .kv{
	background-image: url("../images/kv/webp/bg05.webp");
}


/* kv_fade
   ================================================================== */
.kv_fade{
    opacity: 0;
    transition: .3s;
}

.kv_fade.swiper-container-fade{
    opacity: 1;
}

.kv_fade .swiper-slide-active .slide-img,
.kv_fade .swiper-slide-duplicate-active .slide-img,
.kv_fade .swiper-slide-prev .slide-img{
  animation: zoomUp 9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;  
}

.kv_fade .swiper-slide .slide-img{
    min-width: 100vw;
    height: 100%;
}

@keyframes zoomUp {
    0% {
        transform: scale(1.15);
        filter: blur(10px);
    }
    50%{
        filter: blur(0);
    }
    100% {
        transform: scale(1);
    }
}


/* index_message
   ================================================================== */
.index_message{
	margin: 0 0 0;
	position: relative;
}

.index_message .inner{
    padding-top: 15vw;
    padding-bottom: 30vw;
	position: relative;
}

.index_message .logo{
	margin: 0 auto;
    width: 12vw;
    line-height: 0;
}

.index_message .ttl{
    margin: 15vw 0 0;
	text-align: center;
}

.index_message .ttl span{
	display: block;
    line-height: 160%;
}

.index_message .ttl .siz_s{
	font-size: 4vw;
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: 600;
}

.index_message .ttl .siz_l{
    margin: 5vw 0 0;
	font-size: 5.5vw;
    color: #E3D3B2;
    letter-spacing: 0.15em;
    font-weight: 700;
}

.index_message .text{
    margin: 6vw 0 0;
	font-size: 3.5vw;
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: 400;
}

.index_message .photo{
    margin: auto;
	width: 36vw;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18vw;
    z-index: 1;
}


/* concept
   ================================================================== */
.concept{
	margin: 0 0 0;
    padding: 35vw 0 25vw;
	position: relative;
}

.concept .box_title{
	margin: 5vw 0 0;
}

.concept .text{
	margin: 5vw 0 0;
    letter-spacing: 0.2em;
}

.concept .text + .text{
	margin: 4vw 0 0;
}


/* service_links
   ================================================================== */
.service_links{
	margin: 0 0 0;
    padding: 20vw 0;
}

.service_links .list{
	margin: 10vw 0 0;
}

.service_links .list > li{

	margin: 8vw 0 0;
}

.service_links .list a{
    padding: 8vw 0;
	background: #1A2744;
    display: block;
    position: relative;
}

.service_links .list a:before{
	content: "";
	background: #1A2744;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
}

.service_links .list > li:nth-child(2n+2) a:before{
	right: auto;
	left: 100%;
}

.service_links .list span{
    display: block;
    color: #fff;
    letter-spacing: 0.2em;
}

.service_links .list .box{
    padding: 0 5vw;
}

.service_links .list .ttl > span{
    font-size: 5.5vw;
    font-weight: 700;
    font-family: 'Noto Serif JP';
    display: inline-block;
    position: relative;
}

.service_links .list .ttl > span .pet{
    width: 6vw;
    position: absolute;
    top: -2vw;
    left: calc(100% + 2vw);
}

.service_links .list .txt{
    margin: 6vw 0 0;
	font-size: 3.6vw;
	line-height: 170%;
    font-weight: 500;
}

.service_links .list .view{
    margin: 8vw 0 0;
    padding: 0 0 0 20vw;
	font-size: 3.5vw;
	line-height: 170%;
    color: #E3D3B2;
    font-weight: 500;
    position: relative;
}

.service_links .list .view:before{
	content: "";
	background: #E3D3B2;
	width: 17vw;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
}


/* our_story
   ================================================================== */
.our_story{
	margin: 0 0 0;
    padding: 20vw 0;
	position: relative;
}

.our_story .box_title{
	margin: 5vw 0 0;
}

.our_story .text_box{
	margin: 5vw 0 0;
}

.our_story .text_box + .text_box{
	margin: 5vw 0 0;
    padding: 5vw 0 0;
    position: relative;
}

.our_story .text_box + .text_box:before{
	content: "";
	background: #E3D3B2;
	width: 11vw;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.our_story .text{
    letter-spacing: 0.2em;
}

.our_story .text + .text{
	margin: 4vw 0 0;
}

.our_story .representative_name{
	margin: 8vw 0 0 auto;
    width: 40vw;
    line-height: 0;
}


/* profile
   ================================================================== */
.profile{
	margin: 0 0 0;
    padding: 20vw 0;
}

.profile .pc_flex{
	margin: 12vw 0 0;
}

.profile .sp_flex{
	display: flex;
    align-items: center;
}

.profile .photo{
	width: 50%;
}

.profile .name_box{
    padding: 0 0 0 5vw;
	width: 50%;
    box-sizing: border-box;
}

.profile .name_box .name{
    font-size: 6vw;
    font-weight: 700;
    color: #294D71;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif JP';
}

.profile .name_box .post{
    margin: 3vw 0 0;
    font-size: 3.2vw;
    font-weight: 500;
    color: #AC9E7F;
    letter-spacing: 0.2em;
}

.profile .text_box{
	margin: 8vw 0 0;
}

.profile .text{
    letter-spacing: 0.2em;
    font-weight: 400;
}

.profile .text + .text{
	margin: 4vw 0 0;
}

/* history_list */
.history_list{
    margin: 5vw 0 0;
}

.history_list > li{
    padding: 5vw 0;
    display: flex;
    border-bottom: 1px solid #eee;
}

.history_list .ttl,
.history_list .txt{
    font-size: 3.6vw;
    line-height: 180%;
    letter-spacing: 0.2em;
    font-family: "Noto Sans JP";
    box-sizing: border-box;
}

.history_list .ttl{
    width: 20vw;
    font-weight: 500;
    color: #AC9E7F;
}

.history_list .txt{
    width: calc(100% - 20vw);
    font-weight: 400;
}


/* page_message
   ================================================================== */
.page_message{
	margin: 0 0 0;
    padding: 18vw 0;
}

.page_message.pet_funeral_page{
    padding-bottom: 8vw;
}

.page_message .title{
	font-size: 5.0vw;
    letter-spacing: 0.15em;
    color: #E3D3B2;
    font-weight: 700;
}

.page_message .txt_list{
	margin: 8vw 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

.page_message .txt_list > li{
    padding: 3vw 4vw;
	font-size: 3.7vw;
    color: #322C2C;
    font-weight: 700;
    background: #fff;
}

.page_message .text{
    margin: 5vw 0 0;
	font-size: 3.7vw;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 400;
}

.page_message .scroll_block{
    margin: 10vw 0 0;
}


/* scroll
   ================================================================== */
.scroll_block{
    padding: 0 0 3vw;
    overflow-x: auto;
}

.scroll_block .photos{
    display: flex;
    gap: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
}

.scroll_block .photos li{
    flex-shrink: 0;
    width: 80vw;
    line-height: 0;
}

/* wid_310 */
.scroll_block .wid_310 li{
    width: 60vw;
}


/* peace
   ================================================================== */
.peace{
	margin: 0 0 0;
    padding: 15vw 0;
}

.peace .list{
	margin: 8vw 0 0;
}

.peace .list > li{
	margin: 5vw 0 0;
    padding: 8vw 5vw;
    background: #F8FBFE;
    border-radius: 10px;
    border: 1px solid #85ABD1;
}

.peace .list .ttl{
    margin: 0 0 3vw;
    font-size: 5.0vw;
    color: #294D71;
    letter-spacing: 0.17em;
    font-weight: 700;
}


/* like_this
   ================================================================== */
.like_this{
	margin: 0 0 0;
    padding: 15vw 0;
}

.like_this .list{
	margin: 3vw 0 0;
}

.like_this .list > li{
    padding: 4vw 0;
    border-bottom: 1px dashed #ccc;
}

.like_this .list p{
    padding-left: 8vw;
    font-size: 4.0vw;
    position: relative;
}

.like_this .list p:before{
	content: "";
	background-image: url("../images/common/icon_check.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 5vw;
	height: 5vw;
	position: absolute;
	top: .8vw;
	left: 0;
}


/* pet_funeral_concept
   ================================================================== */
.pet_funeral_concept{
	margin: 0 0 0;
}

/* top_box */
.pet_funeral_concept .top_box{
	padding: 15vw 0;
}

.pet_funeral_concept .top_box .block_title{
	margin: 0 0 4vw;
}

.pet_funeral_concept .top_box .top_text{
	margin: 3vw 0 0;
    letter-spacing: 0.2em;
}

.pet_funeral_concept .top_box .photos_bg{
	margin: 8vw 0 0;
}

/* photos_bg */
.pet_funeral_concept .photos_bg{
	padding: 8vw 5vw 5vw 0;
    background: #000;
    position: relative;
}

.pet_funeral_concept .photos_bg:before{
	content: "";
	background: #000;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
}

.pet_funeral_concept .photos_bg .scroll_block{
	position: relative;
    z-index: 1;
}

/* text_box */
.pet_funeral_concept .text_box{
	margin: 10vw 0 0;
}

.pet_funeral_concept .text_box .box_title{
	margin: 0 0 5vw;
}

.pet_funeral_concept .text_box p + p{
	margin: 4vw 0 0;
}

/* bg_box */
.pet_funeral_concept .bg_box{
    padding: 8vw 5vw;
    background: #FFF5F5;
    border-radius: 10px;
    border: 1px dashed #E5A9A9;
}

.pet_funeral_concept .bg_box .ttl{
    margin: 0 0 3vw;
    font-size: 4.7vw;
    color: #E74C3C;
    letter-spacing: 0.2em;
    font-weight: 700;
    font-family: "Noto Sans JP";
}

/* mid_box */
.pet_funeral_concept .mid_box{
	padding: 15vw 0 45vw;
}

/* bottom_box */
.pet_funeral_concept .bottom_box{
	padding: 1px 0 15vw;
}

.pet_funeral_concept .bottom_box .photos_bg{
	margin-top: -30vw;
}


/* faq
   ================================================================== */
.faq{
	padding: 20vw 0;
}

.oc_list{
	margin: 0 0 0;
}

.oc_list > dl{
	margin: 5vw 0 0;
}

.oc_list > dl:first-child{
	margin: 0 0 0;
}

.oc_list > dl dt{
	padding: 3vw 8vw 3vw 3vw;
	font-size: 3.8vw;
	line-height: 150%;
	letter-spacing: 0.10em;
	font-weight: 800;
    background: #AC9E7F;
    border-radius: 0;
    color: #fff;
	position: relative;
    z-index: 1;
    cursor: pointer;
}

.oc_list > dl dt::after{
	content: "";
    margin: auto;
    background-image: url("../images/common/faq_arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
	width: 4vw;
	height: 4vw;
	position: absolute;
	right: 3vw;
	top: 0;
    bottom: 0;
    transition: .3s;
}

.oc_list > dl dt.active::after{
	transform: rotate(180deg);
}

.oc_list > dl dd{
    margin-top: -10vw;
	padding: 15vw 3vw 5vw;
	font-size: 3.7vw;
	line-height: 170%;
    font-weight: 500;
	letter-spacing: 0.10em;
    position: relative;
    background: #F4F2EF;
    border-radius: 0 0 15px 15px;
}

.oc_list > dl dd a{
	font-size: inherit;
}


/* contact
   ================================================================== */
.contact{
	padding: 15vw 0 25vw;
}

/* form */
.contact .top_text{
	margin: 0 0 2vw;
    text-align: center;
    font-size: 3.1vw;
    font-weight: 400;
}

.contact .req{
	color: #E64C3B;
}

.contact table{
    margin: 0 auto 0;
	width: 100%;
	line-height: 150%;
	box-sizing: border-box;
}

.contact th,
.contact td{
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 0.10em;
}

.contact th{
	padding: 20px 0 0;
    font-weight: 500;
}

.contact td{
	padding: 10px 0 0;
    position: relative;
}

.contact input,
.contact select,
.contact textarea{
	margin: 0;
	padding: 15px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
    background: #fff;
	border: 1px solid #fff;
	vertical-align: middle;
}

.contact select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/common/down-arrow.svg");
    background-color: #F8F8F8;
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: right 16px center;
}

.contact input:focus,
.contact textarea:focus,
.contact select:focus{
	outline: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #ccc;
}

textarea::-moz-placeholder,
input::-moz-placeholder{
    color: #ccc; opacity: 1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #ccc;
}

.contact textarea{
    height: 50vw;
	line-height: 150%;
}

/* サイズ指定 */
.contact .wid150{
    width: 150px;
}

/* ラジオボタン */
.contact .radio_input{
    padding: 0 0 17px;
}

.radio_input label{
    margin: 0 0 8px;
	display: flex;
    align-items: center;
    cursor: pointer;
}

input[type='checkbox'] ,
input[type='radio'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
	margin: 0 10px 0 0;
    font-size: 0;
    padding: 0 !important;
    border: none;
    background: none;
}

input[type='checkbox']::before ,
input[type='radio']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #C2C2C2;
    border-radius: 100%;
}

input[type='checkbox']:checked::before ,
input[type='radio']:checked::before {
    border-color: #F6AC2B;
}

input[type='checkbox']::after ,
input[type='radio']::after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #F6AC2B;
    border-radius: 100%;
    opacity: 0;
}

input[type='checkbox']:checked::after ,
input[type='radio']:checked::after {
    opacity: 1;
}

/* 四角ボタン */
.square input[type='checkbox']::before ,
.square input[type='radio']::before {
    border-radius: 4px;
}

.square input[type='checkbox']::after ,
.square input[type='radio']::after {
    border-radius: 3px;
}

/* チェックアイコン */
.icon_check input[type='checkbox']::before ,
.icon_check input[type='radio']::before {
    border-radius: 0;
}

.icon_check input[type='checkbox']::after ,
.icon_check input[type='radio']::after {
    left: 4px;
    top: -2px;
    width: 20px;
    height: 20px;
    background-image: url("../images/common/icon_form_check.svg");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

/* 分割 */
.split .flex{
    margin: 0 0 0;
	display: flex;
    align-items: center;
}

.split .flex + .flex{
    margin-left: 15px;
}

.split .flex p{
    margin: 0 10px 0 0;
    font-size: 15px;
    font-weight: 500;
}

.split .flex input{
    width: 140px;
}

/* 郵便番号 */
.address .flex{
    margin: 0 0 10px;
	display: flex;
    align-items: center;
}

.address .flex p{
    margin: 0 10px 0 0;
    font-size: 15px;
    font-weight: 500;
}

.address .flex input{
    width: 140px;
}

/* ⽣年⽉⽇ */
.date_input .flex{
	display: flex;
    align-items: center;
}

.date_input .flex p{
    margin: 0 10px;
    font-size: 15px;
    font-weight: 400;
}

.date_input .flex select{
    background-image: none;
    text-align: center;
}

.date_input .wid100 select{
    width: 75px;
}

/* 予約日時 */
.contact .time select{
	padding-right: 35px;
    width: auto;
}

.contact .time .box{
	margin: 10px 0 0;
	display: block;
}

.contact .time .inp_sm{
	width: 50px;
}

.contact .time .text{
	display: inline-block;
	font-size: 13px;
}

/* ボタン */
.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 60px 0 0;
	font-size: 0;
	box-sizing: border-box;
	max-width: 500px;
}

.zas_btn_area button{
	padding: 16px 0;
	border: none;
	font-size: 16px;
	background: #3A3A3A;
	width: 65%;
	max-width: 260px;
    letter-spacing: 0.1em;
	color: #FFF;
	position: relative;
	overflow: hidden;
	text-align: center;
    transition: .3s;
}


/* thanks
   ================================================================== */
.thanks{
    padding: 18vw 0 25vw;
}

.thanks .ttl{
    margin: 0 0 0;
	font-size: 4.2vw;
    text-align: center;
    font-family: "Noto Sans JP";
	line-height: 150%;
}

.thanks p{
    margin: 12vw 0 0;
	font-size: 3.5vw;
	line-height: 150%;
    text-align: center;
}

.thanks .go_top_btn{
	margin: 15vw 0 0;
	text-align: center;
}


@media screen and (min-width : 500px){


    /* under_page_title
       ================================================================== */
    .under_page_title{
        padding: 7.0vw 0;
    }

    .under_page_title .title{
        font-size: 3.0vw;
    }


    /* kv
       ================================================================== */
    .kv{
    	margin: 0 0 0;
    }
    
    .kv .inner{
        height: 91.0vw;
        min-height: 600px;
    }

    .kv .copy{
        width: calc(42.5vw / 2);
        top: 17.5vw;
        left: 19.4vw;
    }

    .kv .representative{
        width: 47.5vw;
        left: 43.2vw;
    }
        

    /* index_message
       ================================================================== */
    .index_message{
        margin: 0 0 0;
    }

    .index_message .inner{
        padding-top: 10.0vw;
        padding-bottom: 20.0vw;
    }

    .index_message .logo{
        width: 5.6vw;
    }

    .index_message .ttl{
        margin: 9.0vw 0 0;
    }

    .index_message .ttl .siz_s{
        font-size: 1.6vw;
    }

    .index_message .ttl .siz_l{
        margin: 3.0vw 0 0;
        font-size: 2.5vw;
    }

    .index_message .text{
        margin: 4.5vw 0 0;
        font-size: 1.5vw;
        line-height: 3.0vw;
        text-align: center;
    }

    .index_message .photo{
        width: 20.0vw;
        bottom: -10.0vw;
    }


    /* concept
       ================================================================== */
    .concept{
        padding: 18.5vw 0 16.0vw;
    }

    .concept .box_title{
        margin: 2.5vw 0 0;
    }

    .concept .text{
        margin: 2.5vw 0 0;
    }

    .concept .text + .text{
        margin: 1.8vw 0 0;
    }


    /* service_links
       ================================================================== */
    .service_links{
        padding: 11.0vw 0 13.5vw;
    }

    .service_links .list{
        margin: 5.2vw 0 0;
    }

    .service_links .list > li{
        margin: 3.0vw 0 0;
    }

    .service_links .list a{
        position: relative;
    }

    .service_links .list a{
        padding: 4.5vw 0;
        position: relative;
    }

    .service_links .list a .hover_box{
        position: relative;
        z-index: 1;
    }
    
    .service_links .list a:after{
        content: "";
        background: #294D71;
        width: calc(100% + ((100vw - 100%) / 2));
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transition: 1s;
        transform: scaleX(0);
        transform-origin: left;
    }
    
    .service_links .list > li:nth-child(2n+2) a:after{
        right: auto;
        left: 0;
    }
    
    .service_links .list a:hover:after{
        transform: scaleX(1);
    }

    .service_links .list .box{
        padding: 0 5.0vw;
    }

    .service_links .list .ttl > span{
        font-size: 2.5vw;
    }

    .service_links .list .ttl > span .pet{
        width: 2.5vw;
        top: -.3vw;
        left: calc(100% + .8vw);
    }

    .service_links .list .txt{
        margin: 2.0vw 0 0;
        font-size: 1.4vw;
        line-height: 3.0vw;
    }

    .service_links .list .view{
        margin: 3.3vw 0 0;
        padding: 0 0 0 10.5vw;
        font-size: 1.3vw;
    }

    .service_links .list .view:before{
        width: 8.5vw;
    }


    /* our_story
       ================================================================== */
    .our_story{
        margin: 0 0 0;
        padding: 11.2vw 0 10.0vw;
    }

    .our_story .box_title{
        margin: 2.5vw 0 0;
    }

    .our_story .text_box{
        margin: 2.5vw 0 0;
    }

    .our_story .text_box + .text_box{
        margin: 3.0vw 0 0;
        padding: 3.0vw 0 0;
    }

    .our_story .text_box + .text_box:before{
        width: 5.0vw;
    }

    .our_story .text + .text{
        margin: 1.8vw 0 0;
    }

    .our_story .representative_name{
        margin: 4.5vw 0 0 auto;
        width: 16.1vw;
    }


    /* profile
       ================================================================== */
    .profile{
        margin: 0 0 0;
        padding: 13.4vw 0 14.6vw;
    }

    .profile .pc_flex{
        margin: 6.7vw 0 0;
        padding: 0 0 0 33.0vw;
        position: relative;
    }

    .profile .photo{
        width: 27.5vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    .profile .name_box{
        padding: 0 0 0;
        width: 100%;
    }

    .profile .name_box .name{
        font-size: 2.5vw;
    }

    .profile .name_box .post{
        margin: 1.5vw 0 0;
        font-size: 1.3vw;
    }

    .profile .text_box{
        margin: 2.5vw 0 0;
    }

    .profile .text{
        line-height: 2.5vw;
    }

    .profile .text + .text{
        margin: 1.8vw 0 0;
    }

    /* history_list */
    .history_list{
        margin: 2.0vw 0 0;
    }

    .history_list > li{
        padding: 1.2vw 0;
    }

    .history_list .ttl,
    .history_list .txt{
        font-size: 1.3vw;
        line-height: 3.0vw;
    }

    .history_list .ttl{
        width: 10.0vw;
    }

    .history_list .txt{
        width: calc(100% - 10.0vw);
    }


    /* page_message
       ================================================================== */
    .page_message{
        padding: 10.0vw 0 11.0vw;
    }

    .page_message.pet_funeral_page{
        padding-bottom: 7.4vw;
    }

    .page_message .title{
        font-size: 2.5vw;
        line-height: 4.5vw;
    }

    .page_message .txt_list{
        margin: 4.0vw 0 0;
        gap: 1.5vw;
    }

    .page_message .txt_list > li{
        padding: 1.3vw 1.3vw;
        font-size: 1.5vw;
    }

    .page_message .text{
        margin: 2.5vw 0 0;
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

    .page_message .scroll_block{
        margin: 5.5vw 0 0;
    }


    /* scroll
       ================================================================== */
    .scroll_block{
        padding: 0 0 0;
        overflow-x: auto;
    }
    
    .scroll_block .photos{
        flex-wrap: wrap;
        gap: 2%;
        padding-right: 0;
    }

    .scroll_block .photos li{
        width: 49%;
    }
    
    /* wid_310 */
    .scroll_block .wid_310 li{
        width: 31%;
    }


    /* peace
       ================================================================== */
    .peace{
        margin: 0 0 0;
        padding: 9.5vw 0 10.0vw;
    }

    .peace .list{
        margin: 5.0vw 0 0;
    }

    .peace .list > li{
        margin: 3.0vw 0 0;
        padding: 3.8vw 4.0vw 4.0vw;
    }

    .peace .list .ttl{
        margin: 0 0 1.0vw;
        font-size: 2.0vw;
    }


    /* like_this
       ================================================================== */
    .like_this{
        margin: 0 0 0;
        padding: 10.0vw 0 10.5vw;
    }

    .like_this .list{
        margin: 2.0vw 0 0;
    }

    .like_this .list > li{
        padding: 1.4vw 0;
    }

    .like_this .list p{
        padding-left: 3.0vw;
        font-size: 1.5vw;
    }

    .like_this .list p:before{
        width: 1.8vw;
        height: 1.8vw;
        top: .6vw;
    }


    /* pet_funeral_concept
       ================================================================== */
    .pet_funeral_concept{
        margin: 0 0 0;
    }

    /* top_box */
    .pet_funeral_concept .top_box{
        padding: 10.0vw 0 6.5vw;
    }

    .pet_funeral_concept .top_box .block_title{
        margin: 0 0 2.8vw;
    }

    .pet_funeral_concept .top_box .top_text{
        margin: 2.0vw 0 0;
    }

    .pet_funeral_concept .top_box .photos_bg{
        margin: 5.0vw 0 0;
    }

    /* photos_bg */
    .pet_funeral_concept .photos_bg{
        padding: 3.2vw 0;
    }

    /* text_box */
    .pet_funeral_concept .text_box{
        margin: 5.0vw 0 0;
    }

    .pet_funeral_concept .text_box .box_title{
        margin: 0 0 1.5vw;
    }

    .pet_funeral_concept .text_box p + p{
        margin: 1.5vw 0 0;
    }

    /* bg_box */
    .pet_funeral_concept .bg_box{
        padding: 3.0vw 3.5vw 3.5vw;
    }

    .pet_funeral_concept .bg_box .ttl{
        margin: 0 0 2.0vw;
        font-size: 1.8vw;
    }

    /* mid_box */
    .pet_funeral_concept .mid_box{
        padding: 7.0vw 0 22.0vw;
    }

    /* bottom_box */
    .pet_funeral_concept .bottom_box{
        padding: 1px 0 12.0vw;
    }

    .pet_funeral_concept .bottom_box .photos_bg{
        margin-top: -14.6vw;
        background: none;
    }

    .pet_funeral_concept .bottom_box .photos_bg:before{
        right: 32%;
    }
  

    /* faq
       ================================================================== */
    .faq{
    	padding: 14.0vw 0 17.0vw;
    }

    .oc_list{
        margin: 0 0 0;
    }

    .oc_list > dl{
        margin: 2.6vw 0 0;
    }

    .oc_list > dl dt{
        padding: 2.3vw 6.0vw 2.3vw 3.5vw;
        font-size: 1.6vw;
        transition: .3s;
    }

    .oc_list > dl dt:hover{
        background: #9F9786;
    }

    .oc_list > dl dt::after{
        width: 2.0vw;
        height: 1.0vw;
        right: 3.0vw;
    }

    .oc_list > dl dd{
        margin-top: -3.0vw;
        padding: 6.5vw 3.5vw 3.5vw;
        font-size: 1.5vw;
        line-height: 3.0vw;
    }


    /* contact
       ================================================================== */
    .contact{
    	padding: 8.5vw 0 21.0vw;
    }
    
    /* form */
    .contact .top_text{
    	margin: 0 0 3vw;
        font-size: 1.5vw;
    }
    
    .contact table{
        margin: 0 auto 0;
        width: 70%;
    }
    
    .contact th,
    .contact td{
        width: auto;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 20px 0 0;
        box-sizing: border-box;
    }
    
    .contact .title_top th{
    	padding-top: 31px;
        vertical-align: top;
    }
    
    .contact td{
    	padding: 18px 0 0;
    }
    
    .contact input,
    .contact select,
    .contact textarea{
    	margin: 0;
    	padding: 15px;
    	font-size: 16px;
    }
	
	.contact select{
		vertical-align: middle;
	}
    
    .contact textarea{
        height: 230px;
    }

    /* サイズ指定 */
    .contact .wid150{
        width: 150px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 17px 0 2px;
    }
    
    .radio_input label{
        margin: 0 10px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 18px;
        height: 18px;
    	margin: 0 10px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 18px;
        height: 18px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 10px;
        height: 10px;
    }

    /* 分割 */
    .split .flex + .flex{
        margin-left: 15px;
    }
    
    .split .flex p{
        margin: 0 20px 0 0;
        font-size: 15px;
    }
    
    .split .flex input{
        width: 140px;
    }

    /* 郵便番号 */
    .address .flex{
        margin: 0 0 20px;
    }
    
    .address .flex p{
        margin: 0 20px 0 0;
        font-size: 15px;
    }
    
    .address .flex input{
        width: 140px;
    }

    /* ⽣年⽉⽇ */
    .date_input .flex p{
        margin: 0 10px;
        font-size: 15px;
    }
    
    .date_input .wid100 select{
        width: 75px;
    }
    
    /* 予約日時 */
	.contact .time .box{
		margin: 10px 0 0;
		display: block;
	}

    .contact .time .inp_sm{
    	width: 60px;
    }
    
    .contact .time .text{
    	margin: 0 10px;
    }
    
    /* ボタン */
    .zas_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 40px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zas_btn_area button{
    	padding: 18px 0;
    	font-size: 16px;
    	border: 1px solid #3A3A3A;
        transition: .3s;
        cursor: pointer;
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area button:hover{
    	background: #fff;
    	color: #3A3A3A;
    }


    /* thanks
       ================================================================== */
    .thanks{
        padding: 13.0vw 0 19.0vw;
    }

    .thanks .ttl{
        font-size: 3.2vw;
    }

    .thanks p{
        margin: 4.8vw 0 0;
    	font-size: 1.5vw;
        line-height: 2.5vw;
        text-align: center;
    }
    
    .thanks .go_top_btn{
    	margin: 9.0vw 0 0;
    }

    
}
@media screen and (min-width : 1040px){    


    /* under_page_title
       ================================================================== */
    .under_page_title{
        padding: 70px 0;
    }

    .under_page_title .title{
        font-size: 30px;
    }


    /* kv
       ================================================================== */
    .kv{
    	margin: 0 0 0;
    }
    
    .kv .inner{
        height: 910px;
        min-height: 600px;
    }

    .kv .copy{
        width: calc(425px / 2);
        top: 175px;
        left: 194px;
    }

    .kv .representative{
        width: 475px;
        left: 432px;
    }
    

    /* index_message
       ================================================================== */
    .index_message{
        margin: 0 0 0;
    }

    .index_message .inner{
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .index_message .logo{
        width: 56px;
    }

    .index_message .ttl{
        margin: 90px 0 0;
    }

    .index_message .ttl .siz_s{
        font-size: 16px;
    }

    .index_message .ttl .siz_l{
        margin: 30px 0 0;
        font-size: 25px;
    }

    .index_message .text{
        margin: 45px 0 0;
        font-size: 15px;
        line-height: 30px;
        text-align: center;
    }

    .index_message .photo{
        width: 200px;
        bottom: -100px;
    }


    /* concept
       ================================================================== */
    .concept{
        padding: 185px 0 160px;
    }

    .concept .box_title{
        margin: 25px 0 0;
    }

    .concept .text{
        margin: 25px 0 0;
    }

    .concept .text + .text{
        margin: 18px 0 0;
    }


    /* service_links
       ================================================================== */
    .service_links{
        padding: 110px 0 135px;
    }

    .service_links .list{
        margin: 52px 0 0;
    }

    .service_links .list > li{
        margin: 30px 0 0;
    }

    .service_links .list a{
        padding: 45px 0;
    }
    
    .service_links .list a:after{
        width: calc(100% + ((100vw - 1000px) / 2));
    }

    .service_links .list .box{
        padding: 0 50px;
    }

    .service_links .list .ttl > span{
        font-size: 25px;
    }

    .service_links .list .ttl > span .pet{
        width: 25px;
        top: -3px;
        left: calc(100% + 8px);
    }

    .service_links .list .txt{
        margin: 20px 0 0;
        font-size: 14px;
        line-height: 30px;
    }

    .service_links .list .view{
        margin: 33px 0 0;
        padding: 0 0 0 105px;
        font-size: 13px;
    }

    .service_links .list .view:before{
        width: 85px;
    }


    /* our_story
       ================================================================== */
    .our_story{
        margin: 0 0 0;
        padding: 112px 0 100px;
    }

    .our_story .box_title{
        margin: 25px 0 0;
    }

    .our_story .text_box{
        margin: 25px 0 0;
    }

    .our_story .text_box + .text_box{
        margin: 30px 0 0;
        padding: 30px 0 0;
    }

    .our_story .text_box + .text_box:before{
        width: 50px;
    }

    .our_story .text + .text{
        margin: 18px 0 0;
    }

    .our_story .representative_name{
        margin: 45px 0 0 auto;
        width: 161px;
    }


    /* profile
       ================================================================== */
    .profile{
        margin: 0 0 0;
        padding: 134px 0 146px;
    }

    .profile .pc_flex{
        margin: 67px 0 0;
        padding: 0 0 0 350px;
        position: relative;
    }

    .profile .photo{
        width: 275px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .profile .name_box{
        padding: 0 0 0;
        width: 100%;
    }

    .profile .name_box .name{
        font-size: 25px;
    }

    .profile .name_box .post{
        margin: 15px 0 0;
        font-size: 13px;
    }

    .profile .text_box{
        margin: 25px 0 0;
    }

    .profile .text{
        line-height: 25px;
    }

    .profile .text + .text{
        margin: 18px 0 0;
    }

    /* history_list */
    .history_list{
        margin: 20px 0 0;
    }

    .history_list > li{
        padding: 12px 0;
    }

    .history_list .ttl,
    .history_list .txt{
        font-size: 13px;
        line-height: 30px;
    }

    .history_list .ttl{
        width: 100px;
    }

    .history_list .txt{
        width: calc(100% - 100px);
    }


    /* page_message
       ================================================================== */
    .page_message{
        padding: 100px 0 110px;
    }

    .page_message.pet_funeral_page{
        padding-bottom: 74px;
    }

    .page_message .title{
        font-size: 25px;
        line-height: 45px;
    }

    .page_message .txt_list{
        margin: 40px 0 0;
        gap: 15px;
    }

    .page_message .txt_list > li{
        padding: 13px 13px;
        font-size: 15px;
    }

    .page_message .text{
        margin: 25px 0 0;
        font-size: 15px;
        line-height: 30px;
    }

    .page_message .scroll_block{
        margin: 55px 0 0;
    }


    /* scroll
       ================================================================== */
    .scroll_block{
        padding: 0 0 0;
    }
    
    .scroll_block .photos{
        gap: 20px;
    }

    .scroll_block .photos li{
        width: 490px;
    }
    
    /* wid_310 */
    .scroll_block .wid_310 li{
        width: 310px;
    }


    /* peace
       ================================================================== */
    .peace{
        margin: 0 0 0;
        padding: 95px 0 100px;
    }

    .peace .list{
        margin: 50px 0 0;
    }

    .peace .list > li{
        margin: 30px 0 0;
        padding: 38px 40px 40px;
    }

    .peace .list .ttl{
        margin: 0 0 10px;
        font-size: 20px;
    }


    /* like_this
       ================================================================== */
    .like_this{
        margin: 0 0 0;
        padding: 100px 0 105px;
    }

    .like_this .list{
        margin: 20px 0 0;
    }

    .like_this .list > li{
        padding: 14px 0;
    }

    .like_this .list p{
        padding-left: 30px;
        font-size: 15px;
    }

    .like_this .list p:before{
        width: 18px;
        height: 18px;
        top: 6px;
    }


    /* pet_funeral_concept
       ================================================================== */
    .pet_funeral_concept{
        margin: 0 0 0;
    }

    /* top_box */
    .pet_funeral_concept .top_box{
        padding: 100px 0 65px;
    }

    .pet_funeral_concept .top_box .block_title{
        margin: 0 0 28px;
    }

    .pet_funeral_concept .top_box .top_text{
        margin: 20px 0 0;
    }

    .pet_funeral_concept .top_box .photos_bg{
        margin: 50px 0 0;
    }

    /* photos_bg */
    .pet_funeral_concept .photos_bg{
        padding: 32px 0;
    }

    /* text_box */
    .pet_funeral_concept .text_box{
        margin: 50px 0 0;
    }

    .pet_funeral_concept .text_box .box_title{
        margin: 0 0 15px;
    }

    .pet_funeral_concept .text_box p + p{
        margin: 15px 0 0;
    }

    /* bg_box */
    .pet_funeral_concept .bg_box{
        padding: 30px 35px 35px;
    }

    .pet_funeral_concept .bg_box .ttl{
        margin: 0 0 20px;
        font-size: 18px;
    }

    /* mid_box */
    .pet_funeral_concept .mid_box{
        padding: 70px 0 220px;
    }

    /* bottom_box */
    .pet_funeral_concept .bottom_box{
        padding: 1px 0 120px;
    }

    .pet_funeral_concept .bottom_box .photos_bg{
        margin-top: -146px;
        width: 672px;
    }

    .pet_funeral_concept .bottom_box .photos_bg:before{
        right: 0;
    }
  
    
    /* faq
       ================================================================== */
    .faq{
    	padding: 140px 0 170px;
    }

    .oc_list{
        margin: 0 0 0;
    }

    .oc_list > dl{
        margin: 26px 0 0;
    }

    .oc_list > dl dt{
        padding: 23px 60px 23px 35px;
        font-size: 16px;
    }

    .oc_list > dl dt::after{
        width: 20px;
        height: 10px;
        right: 30px;
    }

    .oc_list > dl dd{
        margin-top: -20px;
        padding: 55px 35px 35px;
        font-size: 15px;
        line-height: 30px;
    }


    /* contact
       ================================================================== */
    .contact{
    	padding: 90px 0 194px;
    }
    
    /* form */
    .contact .top_text{
        margin: 0 0 65px;
    	font-size: 15px;
    }
    
    .contact table{
        margin: 0 auto 0;
        width: 70%;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 20px 0 0;
    }
    
    .contact td{
    	padding: 18px 0 0;
    }
    
    .contact input,
    .contact select,
    .contact textarea{
    	font-size: 16px;
    	padding: 22px 20px;
    }
    
    .contact textarea{
        height: 275px;
    }

    /* サイズ指定 */
    .contact .wid150{
        width: 150px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 20px 0 15px;
    }
    
    .radio_input label{
        margin: 0 20px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 23px;
        height: 23px;
    	margin: 0 12px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 23px;
        height: 23px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 15px;
        height: 15px;
    }

    /* チェックアイコン */
    .icon_check input[type='checkbox']::after ,
    .icon_check input[type='radio']::after {
        left: 6px;
        top: -2px;
        width: 24px;
        height: 24px;
    }

    /* 分割 */
    .split .flex + .flex{
        margin-left: 15px;
    }
    
    .split .flex p{
        margin: 0 20px 0 0;
        font-size: 15px;
    }
    
    .split .flex input{
        width: 140px;
    }

    /* 郵便番号 */
    .address .flex{
        margin: 0 0 20px;
    }
    
    .address .flex p{
        margin: 0 20px 0 0;
        font-size: 15px;
    }
    
    .address .flex input{
        width: 140px;
    }

    /* ⽣年⽉⽇ */
    .date_input .flex p{
        margin: 0 20px;
        font-size: 15px;
    }

    .date_input .flex select{
        padding-left: 0;
        padding-right: 0;
        width: 60px;
    }

    .date_input .wid100 select{
        width: 100px;
    }

    /* 予約日時 */
	.contact .time .box{
		margin: 0 0 0;
		display: inline-block;
	}

	.contact .time .inp_sm{
		width: 85px;
	}

	.contact .time .text{
		margin: 0 10px;
		display: inline-block;
	}
    
    /* ボタン */
    .zas_btn_area{
    	padding: 85px 0 0;
    }
    
    .zas_btn_area button{
    	padding: 17px 0;
    	font-size: 16px;
        width: 280px;
    }


    /* thanks
       ================================================================== */
    .thanks{
        padding: 130px 0 190px;
    }

    .thanks .ttl{
        font-size: 32px;
    }

    .thanks p{
        margin: 48px 0 0;
    	font-size: 15px;
        line-height: 25px;
    }
    
    .thanks .go_top_btn{
    	margin: 90px 0 0;
    }
    

}
