@charset "utf-8";

.sub_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub_wrap p {margin: 0;}
.sub_wrap h2 {
    font-size: 40px;
    margin: 0 0 70px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}
@media all and (max-width: 767px) {
    .sub_wrap h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.greeting_wrap .section_1 h3 {text-align: center;}
.greeting_wrap .section_1 h3 span {
    font-size: 36px;
    font-weight: 500;
    background: url("/img/custom/title_line.svg") repeat-x;
    background-size: 1px 20px;
    background-position: center bottom;
    color: #333;
    line-height: 1.4;
}
.greeting_wrap .section_1 .desc {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
}
.greeting_wrap .section_2 {
    margin-top: 80px;
    text-align: center;
}
.greeting_wrap .section_2 h3 {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 40px 0 80px;
}
.greeting_wrap .section_2 h3 img {
    width: 19px; height: 18px;
    margin: 0 8px;
}
.greeting_wrap .section_2 h3 img:first-child {vertical-align: top;}
.greeting_wrap .section_2 h3 img:last-child {vertical-align: bottom;}
.greeting_wrap .section_2 ul {overflow: hidden;}
.greeting_wrap .section_2 ul li {
    float: left;
    border-right: 1px solid #ddd;
    padding: 0 25px;
    width: 25%;
    text-align: left;
    min-height: 400px;
    position: relative;
}
.greeting_wrap .section_2 ul li:last-child {border-right: none;}
.greeting_wrap .section_2 ul li .number {
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 500;
    background: #ad5f22;
    padding: 15px 20px 3px 5px;
    color: #fff;
    display: inline-block;
    line-height: 1;
}
.greeting_wrap .section_2 ul li h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0 35px;
    min-height: 55px;
    line-height: 1.3;
}
.greeting_wrap .section_2 ul li .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1px;
}
.greeting_wrap .section_2 ul li img {
    width: 75px; height: 80px;
    position: absolute;
    right: 25px;
    bottom: 0;
}
@media all and (max-width: 767px) {
    .greeting_wrap .section_1 h3 span {font-size: 20px;}
    .greeting_wrap .section_1 .desc {
        font-size: 16px;
        margin-top: 30px;
    }
    .greeting_wrap .section_2 {margin-top: 50px;}
    .greeting_wrap .section_2 > img {width: 80px;}
    .greeting_wrap .section_2 h3 {
        font-size: 24px;
        margin: 20px 0 30px;
        line-height: 1.3;
    }
    .greeting_wrap .section_2 ul li {
        float: none;
        width: 100%;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 25px 0;
    }
    .greeting_wrap .section_2 ul li:last-child {border-bottom: none;}
    .greeting_wrap .section_2 ul li .number {
        font-size: 20px;
        padding: 10px 15px 2px 4px;
    }
    .greeting_wrap .section_2 ul li h4 {
        font-size: 20px;
        margin: 15px 0 20px;
        min-height: auto;
    }
    .greeting_wrap .section_2 ul li img {
        position: relative;
        right: inherit;
        bottom: inherit;
        margin-top: 5px;
        width: 60px;
        height: 60px;
        float: right;
    }
}

.history_wrap .contents > div {
    padding: 30px 0 100px;
    position: relative;
}
.history_wrap .contents > div::after {
    content: "";
    background: #ddd;
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.history_wrap .contents ul li {
    overflow: hidden;
    padding-bottom: 50px;
}
.history_wrap .contents ul li:last-child {padding-bottom: 0;}
.history_wrap .contents ul li .left {
    float: left;
    text-align: right;
    width: 50%;
    padding-right: 50px;
}
.history_wrap .contents ul li .right {
    float: right;
    text-align: left;
    width: 50%;
    padding-left: 50px;
}
.history_wrap .contents ul li .year {
    font-family: "Roboto";
    font-weight: 500;
    color: #ad5f22;
    font-size: 30px;
    position: relative;
}
.history_wrap .contents ul li .left.year::after {
    content: "";
    background: #fff;
    border: 3px solid #ad5f22;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    display: block;
    position: absolute;
    right: -7px;
    top: 14px;
    z-index: 1;
}
.history_wrap .contents ul li .right.year::after {
    content: "";
    background: #fff;
    border: 3px solid #ad5f22;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    display: block;
    position: absolute;
    left: -7px;
    top: 14px;
    z-index: 1;
}
.history_wrap .contents ul li table {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}
.history_wrap .contents ul li table th {
    font-weight: 500;
    width: 50px;
    padding-bottom: 7px;
}
.history_wrap .contents ul li .left table th {text-align: right;}
.history_wrap .contents ul li table td {
    width: calc(100% - 50px);
    padding-bottom: 7px;
}
.history_wrap .contents > div:nth-child(odd) .img {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}
.history_wrap .contents > div:nth-child(2n) .img {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}
@media all and (max-width: 1200px) {
    .history_wrap .contents > div {padding: 20px 0 30px;}
    .history_wrap .contents > div::after {
        width: 2px;
        left: 10px;
        transform: none;
    }
    .history_wrap .contents ul li {padding-bottom: 30px;}
    .history_wrap .contents ul li .left {
        float: none;
        width: 100%;
        float: none;
        text-align: left;
        padding-left: 30px;
    }
    .history_wrap .contents ul li .right {
        float: none;
        width: 100%;
        padding-left: 30px;
    }
    .history_wrap .contents ul li .year {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .history_wrap .contents ul li .left.year::after, .history_wrap .contents ul li .right.year::after {
        top: 10px;
        right: inherit;
        left: 4px;
    }
    .history_wrap .contents ul li table {font-size: 16px;}
    .history_wrap .contents ul li table th {vertical-align: top;}
    .history_wrap .contents ul li .left table th {text-align: left;}
    .history_wrap .contents > div .img {
        position: relative !important;
        left: inherit !important;
        top: inherit !important;
        transform: none !important;
        margin-top: 30px;
        padding-left: 30px;
    }
}

.hope_support_wrap h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 120px 0 30px;
    position: relative;
    color: #7b4124;
}
.hope_support_wrap .section_1 h3::after {
    content: "MISSION";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    font-size: 80px;
    font-weight: bold;
    color: #ddd;
    font-family: "Roboto";
}
.hope_support_wrap .section_2 h3::after {
    content: "PRACTICE";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    font-size: 80px;
    font-weight: bold;
    color: #ddd;
    font-family: "Roboto";
}
.hope_support_wrap h3 span {
    position: relative;
    z-index: 1;
}
.hope_support_wrap .desc {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
}
.hope_support_wrap .section_1 ul {overflow: hidden;}
.hope_support_wrap .section_1 ul li {
    float: left;
    width: calc((100% - 100px)/3);
    margin-right: 50px;
    position: relative;
}
.hope_support_wrap .section_1 ul li img {width: 100%;}
.hope_support_wrap .section_1 ul li:last-child {margin-right: 0;}
.hope_support_wrap .section_1 ul li::after {
    content: "";
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    text-align: center;
    background-image: url("/img/custom/arrow_right.svg");
    background-repeat: no-repeat;
    background-size: 14px 24px;
    background-position: center;
    display: block;
    position: absolute;
    right: -60px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
}
.hope_support_wrap .section_1 ul li:last-child::after {content: none;}
.hope_support_wrap .section_1 ul li h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
}
.hope_support_wrap .section_1 ul li p {
    font-size: 16px;
    text-align: center;
}
.hope_support_wrap .section_2 h3 {margin-top: 200px;}
.hope_support_wrap .section_2 li {
    margin-bottom: 50px;
    overflow: hidden;
}
.hope_support_wrap .section_2 li:last-child {margin-bottom: 0;}
.hope_support_wrap .section_2 li .left {float: left;}
.hope_support_wrap .section_2 li .right {float: right;}
.hope_support_wrap .section_2 li .img {width: 38%;}
.hope_support_wrap .section_2 li .txt {
    width: 62%;
    background: #f5f5f5;
    padding: 50px;
    letter-spacing: -0.5px;
    line-height: 1.5;
}
.hope_support_wrap .section_2 li .txt h4 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #333;
}
@media all and (max-width: 767px) {
    .hope_support_wrap h3 {
        font-size: 20px;
        margin: 60px 0 30px;
    }
    .hope_support_wrap .section_1 h3::after, .hope_support_wrap .section_2 h3::after {font-size: 50px;}
    .hope_support_wrap .desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .hope_support_wrap .section_1 ul li {
        float: none;
        width: 100%;
        margin: 0 0 40px;
    }
    .hope_support_wrap .section_1 ul li::after {
        right: inherit;
        left: 41%;
        transform: rotate(90deg);
        top: inherit;
        bottom: -70px;
        width: 60px;
        height: 60px;
    }
    .hope_support_wrap .section_1 ul li h4 {
        font-size: 20px;
        margin: 20px 0 15px;
    }
    .hope_support_wrap .section_2 h3 {margin-top: 50px;}
    .hope_support_wrap .section_2 li {margin-bottom: 15px;}
    .hope_support_wrap .section_2 li .left, .hope_support_wrap .section_2 li .right {float: none;}
    .hope_support_wrap .section_2 li .img, .hope_support_wrap .section_2 li .txt {width: 100%;}
    .hope_support_wrap .section_2 li .txt {
        padding: 30px;
        height: auto !important;
    }
    .hope_support_wrap .section_2 li .txt h4 {
        font-size: 20px;
        line-height: 1.4;
    }
}

.product_wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.product_wrap h2 {margin-bottom: 50px;}
.product_wrap h2 span {color: #ad5f22;}
.product_wrap .price_wrap {
    text-align: center;
    margin-bottom: 50px;
}
.product_wrap .price_wrap > div {
    position: relative;
    display: inline-block;
}
.product_wrap .price_wrap > div::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 65px;
    display: block;
    position: absolute;
    left: -40px;
    top: 9px;
}
.product_wrap .price_wrap > div::after {
    content: "";
    background: #ddd;
    width: 1px;
    height: 65px;
    display: block;
    position: absolute;
    right: -40px;
    top: 9px;
}
.product_wrap .price_wrap .price {font-size: 20px;}
.product_wrap .price_wrap .price span {
    color: #ad5f22;
    font-size: 30px;
}
.product_wrap .price_wrap .desc {
    font-size: 18px;
    margin-top: 8px;
}
.product_wrap > ul > li {margin-bottom: 50px;}
.product_wrap > ul > li:last-child {margin-bottom: 100px;}
.product_wrap h3 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 20px;
}
.product_wrap h3 span {
    display: inline-block;
    width: 4px;
    height: 23px;
    margin-right: 12px;
    background: #ad5f22;
    vertical-align: bottom;
}
.product_wrap table {
    width: 100%;
    border-top: 1px solid #333;
    font-size: 18px;
}
.product_wrap table th {
    background: #f5f5f5;
    font-weight: 500;
    padding: 20px;
    text-align: center;
    width: 200px;
    border-bottom: 1px solid #ddd;
}
.product_wrap table td {
    padding: 20px 30px;
    width: calc(100% - 200px);
    border-bottom: 1px solid #ddd;
}
.product_wrap table td span {
    font-size: 16px;
    color: #666;
}
.product_wrap .caution {
    background: #f5f5f5;
    padding: 50px;
    font-size: 16px;
}
.product_wrap .caution ul li {margin-bottom: 15px;}
.product_wrap .caution ul li::before {
    content: "-";
    color: #ad5f22;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.product_wrap .process {margin-top: 80px;}
.product_wrap .process .ico {margin-top: 30px;}
.product_wrap .process .ico li {
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    text-align: center;
    line-height: 200px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-right: calc((100% - 802px)/3);
    position: relative;
}
.product_wrap .process .ico li:last-child {margin-right: 0;}
.product_wrap .process .ico li::after {
    content: "";
    width: 0px;height: 0px;
    border-top: 10px solid transparent;
    border-left: 15px solid #ad5f22;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.product_wrap .process .ico li:last-child::after {content: none;}
.product_wrap .process .ico li img {width: 102px; height: 90px;}
.product_wrap .process .txt {margin-top: 50px;}
.product_wrap .process .txt li {
    overflow: hidden;
    margin-bottom: 15px;
}
.product_wrap .process .txt li:last-child {margin-bottom: 0;}
.product_wrap .process .txt .step {
    width: 66px;
    height: 26px;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    background: #ad5f22;
    display: block;
    border-radius: 5px;
    color: #fff;
    float: left;
    margin-top: 6px;
}
.product_wrap .process .txt .desc {
    float: left;
    width: calc(100% - 66px);
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.5;
}
.product_wrap .process .txt .desc a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #ad5f22;
    border: 1px solid #ad5f22;
    padding: 5px 30px;
    margin: 0 3px;
    transition: all 0.3s;
}
.product_wrap .process .txt .desc a:hover {
    background: #ad5f22;
    color: #fff;
}
@media all and (max-width: 767px) {
    .product_wrap h2, .product_wrap .price_wrap {margin-bottom: 30px;}
    .product_wrap .price_wrap .price {font-size: 16px;}
    .product_wrap .price_wrap .price span {font-size: 24px;}
    .product_wrap .price_wrap .desc {
        font-size: 16px;
        margin-top: 5px;
    }
    .product_wrap .price_wrap > div::before, .product_wrap .price_wrap > div::after {content: none;}
    .product_wrap h3 {font-size: 20px;}
    .product_wrap h3 span {
        width: 3px;
        height: 20px;
    }
    .product_wrap > ul > li {margin-bottom: 30px;}
    .product_wrap > ul > li:last-child {margin-bottom: 50px;}
    .product_wrap table {font-size: 16px;}
    .product_wrap table th {
        width: 100px;
        padding: 12px 10px;
    }
    .product_wrap table td {
        width: calc(100%- 100px);
        padding: 12px 10px;
    }
    .product_wrap .caution {
        padding: 30px;
        font-size: 14px;
    }
    .product_wrap .process {margin-top: 50px;}
    .product_wrap .process .ico {
        font-size: 0;
        text-align: center;
        margin-top: 10px;
    }
    .product_wrap .process .ico li {
        width: 120px;
        height: 120px;
        line-height: 120px;
        margin-right: calc((100% - 240px)/2);
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }
    .product_wrap .process .ico li:nth-child(2n) {margin-right: 0;}
    .product_wrap .process .ico li:nth-child(2n)::after {content: none;}
    .product_wrap .process .ico li img {width: 80px; height: 70px;}
    .product_wrap .process .txt {margin-top: 30px;}
    .product_wrap .process .txt .step {font-size: 14px;}
    .product_wrap .process .txt .desc {font-size: 16px;}
    .product_wrap .process .txt .desc span {
        display: block;
        margin-top: 10px;
    }
}

.cooperation_wrap .banner {
    background: url("/img/custom/sub_3_img.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    position: relative;
}
.cooperation_wrap .banner p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.cooperation_wrap .box_wrap {margin-top: 50px;}
.cooperation_wrap .box_wrap h3 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 20px;
}
.cooperation_wrap .box_wrap h3 span {
    display: inline-block;
    width: 4px;
    height: 23px;
    margin-right: 5px;
    background: #ad5f22;
    vertical-align: bottom;
}
.cooperation_wrap .box_wrap > div {
    border: 1px solid #ad5f22;
    padding: 50px;
}
.cooperation_wrap .box_wrap .admin_btn {
    font-size: 16px;
    font-weight: bold;
    color: #7b4124;
    text-decoration: underline;
    margin: 20px auto 0;
    display: block;
    text-align: center;
}

@media all and (max-width: 767px) {
    .cooperation_wrap .banner {
        height: 150px;
        background-position: center right -200px;
    }
    .cooperation_wrap .banner p {
        font-size: 16px;
        font-weight: 500;
    }
    .cooperation_wrap .box_wrap {margin-top: 30px;}
    .cooperation_wrap .box_wrap h3 {font-size: 20px;}
    .cooperation_wrap .box_wrap h3 span {
        width: 3px;
        height: 20px;
    }
    .cooperation_wrap .box_wrap > div {padding: 30px;}
}


.process_wrap .contents > ul > li {margin-bottom: 50px;}
.process_wrap .contents > ul > li:last-child {margin-bottom: 0;}
.process_wrap .contents h3 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 20px;
}
.process_wrap .contents h3 span {
    display: inline-block;
    width: 4px;
    height: 23px;
    margin-right: 5px;
    background: #ad5f22;
    vertical-align: bottom;
}
.process_wrap .contents .list_wrap li {
    float: left;
    width: calc((100% - 82px)/3);
    margin-right: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.process_wrap .contents .list_wrap li:last-child {margin-right: 0;}
.process_wrap .contents .list_wrap li .img {position: relative;}
.process_wrap .contents .list_wrap li .img img {width: 100%;}
.process_wrap .contents .list_wrap li .img h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 20px 30px;
    background: rgba(0,0,0,0.6);
    width: 100%;
}
.process_wrap .contents .list_wrap li .txt {
    padding: 20px;
    text-align: center;
    font-size: 18px;
}
.process_wrap .contents > ul > li:first-child .list_wrap li, .process_wrap .contents > ul > li:last-child .list_wrap li {min-height: 390px;}
.process_wrap .contents .list_wrap li .txt p {margin: 5px 0;}

@media all and (max-width: 767px) {
    .process_wrap .contents > ul > li {margin-bottom: 30px;}
    .process_wrap .contents h3 {font-size: 20px;}
    .process_wrap .contents h3 span {
        width: 3px;
        height: 20px;
    }
    .process_wrap .contents .list_wrap li {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    .process_wrap .contents .list_wrap li .img h4 {
        font-size: 18px;
        padding: 15px 20px;
    }
    .process_wrap .contents > ul > li:first-child .list_wrap li, .process_wrap .contents > ul > li:last-child .list_wrap li {min-height: auto;}
    .process_wrap .contents .list_wrap li .txt {font-size: 16px;}
}


.christian_funeral_wrap h3 {
    text-align: center;
    margin: 0 0 50px;
}
.christian_funeral_wrap h3 span {
    font-size: 24px;
    font-weight: bold;
    background: url("/img/custom/title_line.svg") repeat-x;
    background-size: 1px 20px;
    background-position: center bottom;
    color: #333;
    line-height: 1.4;
}
.christian_funeral_wrap .desc {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.christian_funeral_wrap .desc span {color: #ad5f22;}
.christian_funeral_wrap .desc img {
    position: absolute;
    right: -50px;
    bottom: -240px;
}
.christian_funeral_wrap ul {margin-top: 80px;}
.christian_funeral_wrap ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.christian_funeral_wrap ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.christian_funeral_wrap ul li h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px;
}
.christian_funeral_wrap ul li h4 .number {
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 500;
    background: #ad5f22;
    padding: 15px 20px 3px 5px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-right: 15px;
}
.christian_funeral_wrap ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1px;
}

@media all and (max-width: 767px) {
    .christian_funeral_wrap .contents {overflow: hidden;}
    .christian_funeral_wrap h3 {margin-bottom: 30px;}
    .christian_funeral_wrap h3 span {font-size: 20px;}
    .christian_funeral_wrap .desc {
        font-size: 16px;
        margin-top: 30px;
    }
    .christian_funeral_wrap .desc img {
        position: relative;
        right: inherit;
        bottom: inherit;
        text-align: center;
        width: 200px;
        display: block;
        margin: 30px auto 0;
    }
    .christian_funeral_wrap ul {margin-top: 0;}
    .christian_funeral_wrap ul li {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .christian_funeral_wrap ul li h4 .number {
        font-size: 20px;
        padding: 10px 15px 2px 4px;
        margin-right: 10px;
    }
    .christian_funeral_wrap ul li h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}