@charset "UTF-8";
.cloud01 {
	position: absolute;
	left: 40px;
	top: -40px;
	z-index: 0;
}
.cloud02 {
	position: absolute;
	right: 80px;
	top: 50px;
	z-index: 0;
}
.vrl-txt {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.vrl {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.blue { color: #00a9c8;}
.btn-more { text-align: right;}
.btn-more > * {
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    padding-left: 55px;
}
.btn-more > *::before {
    content: "";
    width: 41px;
    height: 1px;
    background-color: #1a1a1a;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.page-icon img {
    max-height: 245px;
    height: 14.6vw;
}
@media screen and (min-width: 768px){
    .page-title { top: 40%;}
}
@media screen and (max-width: 767px){
    .page-icon img { height: 35vw;}
    .btn-more > * { 
        padding-left: 75px;
        font-size: 1.8rem;
    }
    .btn-more > *::before {
        content: "";
        width: 60px;
    }
}

/*==================================================================
   sec-life
===================================================================*/
.sec-life { 
    padding: 0 0 225px;
    z-index: 1;
    position: relative;
}
.life-list {
    display: flex;
    flex-wrap: wrap;
    margin: -60px -15px 0;
}
.life-list .item {
    width: calc(100%/3);
    padding: 0 15px;
}
.life-list .line {
    position: relative;
    height: 120px;
    width: 1px;
    background-color: #1a1a1a;
    margin: auto;
}
.life-list .line::before {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    background-color: #fff;
}
.life-list .line::after {
    bottom: 0;
    background-color: 000;
}
.life-list a { z-index: 3;}
.life-list a:hover ~ .img::after { opacity: 1;}
.life-list a:hover ~ .img .btn-more { color: #1a1a1a;}
.life-list a:hover ~ .img .btn-more > *::before  { background-color: #1a1a1a;}
.life-list .cont { position: relative;}
.life-list .ttl {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin: 25px 0 10px;
    line-height: 1;
}
.life-list .ttl .num {
    font-size: 367%;
    font-weight: bold;
}
.life-list .icon {
    text-align: center;
    margin-bottom: 20px;
}
.life-list .desc {
    position: relative;
    padding-bottom: 44%;
    z-index: 3;
}
.life-list .vrl-txt {
    font-size: 1.8rem;
    letter-spacing: 0.16em;
    line-height: 2.2;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.life-list .vrl-txt .vrl:first-child { margin-top: -10px;}
.life-list .vrl-txt .lg {
    font-size: 145%;
    letter-spacing: 0.16em;
    line-height: 1.5;
}
.life-list .vrl-txt .sm {
    font-size: 73%;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 500;
    color: #c9c9c9;
}
.life-list .txt {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    line-height: 2;
    margin-top: 15px;
}
.life-list .img { position: relative;}
.life-list .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../imgs/bg_life.png) no-repeat center center / 100% 100%;
    position: absolute;
    z-index: 1;
}
.life-list .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: 2;
    position: absolute;
    top: 0;
    display: block;
    opacity: 0;
    transition: all .3s;
}
.life-list .btn-more {
    position: absolute;
    bottom: 5px;
    right: 15px;
    color: #fff;
    z-index: 5;
    transition: all .3s;
}
.life-list .btn-more > *::before {
    background-color: #fff;
    transition: all .3s;
}
.life-list .item:nth-child(3) .icon { margin-left: 30px;}
@media screen and (max-width: 767px){
	.sec-life { padding: 0 0 60px;}
    .life-list {
        display: block;
        margin: -40px -15px 0;
    }
    .life-list .item { width: 100%;}
    .life-list .line { height: 80px;}
    .life-list .ttl { 
        font-size: 1rem;
        margin: 15px 0 10px;
    }
    .life-list .vrl-txt {
        font-size: 1.4rem;
        line-height: 2;
    }
    .life-list .vrl-txt .vrl:first-child { margin-top: -5px;}
    .life-list .txt { 
        font-size: 1.2rem;
        margin-top: 10px;
    }
    .life-list .btn-more { right: 10px;}
    .life-list .desc { padding-bottom: 30%;}
    .life-list .icon { margin-bottom: 10px;}
}