@charset "utf-8";

/* ------- INDEX ---------------------------------------------- */
.life-section{
  background-color: #FFF;
}
.life-section-heading{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.66;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.life-section-heading > h2{
  border-bottom: 2px solid #2C2C2C;
}

.attraction-list > div{
  background-color: #E1ECF1;
  border-radius: 10px;
  line-height: 1.87;
  position: relative;
}
.attraction-list > div:before{
  background: url("../img/bg_fukidashi.svg") no-repeat;
  content: "";
  display: block;
  height: 18px;
  width: 21px;
  position: absolute;
  left: 30px;
  bottom: 0;
  transform: translateY(100%);
}

.mylife-list-item > a{
  background-color: #FFF;
  display: flex;
  flex-direction: column;
}
.mylife-list-item > a > p{
  border-radius: 40px;
  background-color: #3681A0;
  align-self: center;
  color: #FFF;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1;
  margin-top: -40px;
  margin-bottom: 20px;
}
.mylife-list-item > a > div > .image{
  overflow: hidden;
}
.mylife-list-item > a > div > .image img{
  transition: .3s;
}
.mylife-list-item > a > div > .detail > p{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.66;
}



.mylife-list-item > a > div > .image{
  position: relative;
}
.mylife-list-item > a > div > .image:before{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: .3s;
}
.life-index .design_h-y .image:before,
.life-detail .design_h-y .image:before{
  background-image: url("../img/design_h-y.jpg");
}
.life-index .design_m-s .image:before,
.life-detail .design_m-s .image:before{
  background-image: url("../img/design_m-s.jpg");
}
@media print, screen and (min-width:781px) {
  .life-section-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .life-section{
    margin-top: 45px;
    padding: 40px;
    width: 48.15%;
  }
  .life-section.wide{
    width: 100%;
  }
  .life-section.col2{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .life-section .image{
    margin-left: auto;
    margin-right: auto;
  }
  .life-section-heading{
    margin-bottom: 60px;
  }
  .life-section-heading > h2{
    font-size: 2.4rem;
    padding-bottom: 5px;
  }
  .life-section-heading > p{
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .life-section.col2 > .life-section-heading{
    margin-right: 30px;
    white-space: nowrap;
    width: 286px;
  }
  
  
  .life-attraction-section{
    width: 100%;
  }
  
  
  .attraction-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .attraction-list > div{
    margin-bottom: 50px;
    padding: 30px 20px;
    width: 31.25%;
  }
  .attraction-list > div.col2{
    width: 48.43%
  }
  
  .graph01{
    margin-top: 6.4%;
    width: 70.45%;
  }
  .graph02{
    width: 90.9%;
  }
  .graph03{
    margin-right: 0 !important;
    width: 60%;
  }
  .graph04{
    width: 92%;
  }
  .graph05{
    width: 60%;
  }
  
  
  
  .mylife-list{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .mylife-list-item{
    width: 49.07%;
  }
  .mylife-list-item > a{
    padding: 20px;
  }
  .mylife-list-item > a > p{
    font-size: 1.7rem;
    padding: 15px 30px;
  }
  .mylife-list-item > a > div{
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .mylife-list-item > a > div > .image{
    padding-bottom: 38.77%;
    width: 38.77%;
  }
  .mylife-list-item > a > div > .image:before{
    padding-bottom: 100%;
    width: 100%;
  }
  .mylife-list-item > a > div > .detail{
    width: 54.08%;
  }
  .mylife-list-item > a > div > .detail > p{
    font-size: 2.0rem;
  }
  .mylife-list-item > a > div > .detail > dl{
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .life-section-wrap{
    margin: 50px 10px 0;
  }
  .life-section{
    margin-top: 20px;
    padding: 30px 20px;
  }
  .life-section .image{
    margin-left: auto;
    margin-right: auto;
  }
  .life-section-heading{
    margin-bottom: 30px;
  }
  .life-section-heading > h2{
    font-size: 2.0rem;
    padding-bottom: 5px;
  }
  .life-section-heading > p{
    font-size: 1.6rem;
    margin-top: 10px;
  }
  
  
  .life-attraction-section{
    width: 100%;
  }
  
  
  .attraction-list > div{
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  
  .graph01{
    width: 70.45%;
  }
  .graph02{
    width: 90.9%;
  }

  
  
  
  .mylife-list{
    margin-top: 80px;
  }
  .mylife-list-item{
    margin-top: 50px;
  }
  .mylife-list-item > a{
    padding: 20px;
  }
  .mylife-list-item > a > p{
    font-size: 1.7rem;
    padding: 15px 30px;
  }
  .mylife-list-item > a > div > .image{
    padding-bottom: 57.57%;
    width: 100%;
  }
  .mylife-list-item > a > div > .image:before{
    padding-bottom: 57.57%;
    width: 100%;
  }
  .mylife-list-item > a > div > .detail{
    margin-top: 20px;
  }
  .mylife-list-item > a > div > .detail > p{
    font-size: 2.0rem;
  }
  .mylife-list-item > a > div > .detail > dl{
    margin-top: 10px;
  }
}
@media (hover: hover) and (pointer: fine){
  .mylife-list-item > a:hover > div > .image:before{
    transform: scale(1.1);
  }
}






/* ------- DETAIL ---------------------------------------------- */
.life-detail article{
  position: relative;
}
.life-detail-heading-wrap{
  position: relative;
  z-index: 1;
}
.life-detail-heading h1{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.68;
}
.life-detail-heading .profile-wrap .en{
  font-style: italic;
}



.life-detail-section .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.life-detail-section-heading{
  display: flex;
}
.life-detail-section-heading h2{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.68;
  position: relative;
}
.life-detail-section-heading:before{
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}



.life-detail.design_h-y .life-detail-section .image.photo1{
  background-image: url("../img/design_h-y/h-y_photo01.jpg");
}
.life-detail.design_h-y .life-detail-section .image.photo2{
  background-image: url("../img/design_h-y/h-y_photo02.jpg");
}
.life-detail.design_h-y .life-detail-section .image.photo3{
  background-image: url("../img/design_h-y/h-y_photo03.jpg");
}
.life-detail.design_h-y .life-detail-section .image.photo4{
  background-image: url("../img/design_h-y/h-y_photo04.jpg");
}


.life-detail.design_m-s .life-detail-section .image.photo1{
  background-image: url("../img/design_m-s/m-s_photo01.jpg");
}
.life-detail.design_m-s .life-detail-section .image.photo2{
  background-image: url("../img/design_m-s/m-s_photo02.jpg");
}
.life-detail.design_m-s .life-detail-section .image.photo3{
  background-image: url("../img/design_m-s/m-s_photo03.jpg");
}



.life-detail.design_h-y .life-detail-section:nth-child(1) .life-detail-section-heading:before{
  background-image: url("../img/design_h-y/h-y_pict01.png");
}
.life-detail.design_h-y .life-detail-section:nth-child(2) .life-detail-section-heading:before{
  background-image: url("../img/design_h-y/h-y_pict02.png");
}
.life-detail.design_h-y .life-detail-section:nth-child(3) .life-detail-section-heading:before{
  background-image: url("../img/design_h-y/h-y_pict03.png");
}
.life-detail.design_h-y .life-detail-section:nth-child(4) .life-detail-section-heading:before{
  background-image: url("../img/design_h-y/h-y_pict04.png");
}


.life-detail.design_m-s .life-detail-section:nth-child(1) .life-detail-section-heading:before{
  background-image: url("../img/design_m-s/m-s_pict01.png");
}
.life-detail.design_m-s .life-detail-section:nth-child(2) .life-detail-section-heading:before{
  background-image: url("../img/design_m-s/m-s_pict02.png");
}
.life-detail.design_m-s .life-detail-section:nth-child(3) .life-detail-section-heading:before{
  background-image: url("../img/design_m-s/m-s_pict03.png");
}
@media print, screen and (min-width:781px) {
  .life-detail article:before{
    background: url("../img/main_background.jpg") no-repeat;
    background-size: 980px auto;
    content: "" ;
    display: block;
    height: 768px;
    width: 980px;
    position: absolute;
    right: 0;
  }
  
  
  .life-detail-heading-wrap .inner-middle{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .life-detail-photo{
    width: 53.38%
  }
  .life-detail-photo figure{
    width: 104.79%;
  }
  .life-detail-heading{
    padding: 150px 0;
    width: 44.49%;
  }
  .life-detail-heading h1{
    font-size: 3.8rem;
  }
  .life-detail-heading .profile-wrap{
    padding-top: 35px;
    margin-top: 35px;
    position: relative;
  }
  .life-detail-heading .profile-wrap:before{
    background-color: #707070;
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .life-detail-heading .profile-wrap .en{
    font-size: 2.8rem;
  }
  .life-detail-heading .profile-wrap .profile{
    font-size: 1.4rem;
    margin-top: 15px;
  }
  
  
  
  .life-detail-section-wrap{
    margin-top: -90px;
    position: relative;
    z-index: 0;
  }
  .life-detail-section{
    display: flex;
    justify-content: space-between;
    margin-top: 0.74%;
  }
  .life-detail-section:nth-child(even){
    flex-direction: row-reverse;
  }
  .life-detail-section .image{
    width: 49.63%;
  }
  .life-detail-section .life-detail-contents-wrap{
    background-color: #FFF;
    display: flex;
    width: 49.63%;
  }
  .life-detail-section:nth-child(even) .life-detail-contents-wrap{
    justify-content: flex-end;
  }
  .life-detail-section .detail{
    padding: 120px 90px;
    max-width: 678px;
  }
  .life-detail-section-heading{
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
  }
  .life-detail-section-heading h2{
    align-self: flex-start;
    font-size: 3.0rem;
  }
  .life-detail-section-heading:before{
    padding-bottom: 13.26%;
    width: 14.74%;
    max-width: 100px;
    margin-right: auto;
    margin-left: 10px;
  }
  .life-detail-section .detail p{
    margin-top: 50px;
  }
  
  
  
  .life-detail .mylife-list-wrap{
    background: url("../img/bottom_background.jpg") center top repeat-x;
    background-size: 1480px auto;
    padding: 10px 0 50px;
    margin-top: 50px;
  }
}
@media screen and (min-width:781px) and (max-width:1250px) {
  .life-detail-section .detail{
    padding: 80px 50px;
  }
}
@media screen and (max-width: 780px) {  
  .life-detail-heading-wrap .inner-middle{
  }
  .life-detail-photo{
    position: relative;
  }
  .life-detail-photo:before{
    background: url("../img/main_background.jpg") no-repeat;
    background-size: cover;
    content: "" ;
    display: block;
    padding-bottom: 78.36%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .life-detail-heading{
    padding: 0 20px;
  }
  .life-detail-heading h1{
    font-size: 2.2rem;
  }
  .life-detail-heading .profile-wrap{
    margin-top: 30px;
    position: relative;
  }
  .life-detail-heading .profile-wrap .en{
    font-size: 1.8rem;
  }
  .life-detail-heading .profile-wrap .profile{
    font-size: 1.3rem;
    margin-top: 10px;
  }
  
  
  
  .life-detail-section-wrap{
    margin-top: 60px;
  }
  .life-detail-section{
    position: relative;
    padding: 0 20px 60px;
    margin-top: 30px;
  }
  .life-detail-section:before{
    background-color: #FFF;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 140px;
    z-index: -1;
  }
  .life-detail-section .image{
    padding-bottom: 79.42%;
  }
  .life-detail-section .detail{
    margin-top: 20px;
  }
  .life-detail-section-heading{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .life-detail-section-heading h2{
    font-size: 2.0rem;
    text-align: center;
    margin-top: 20px;
  }
  .life-detail-section-heading:before{
    padding-bottom: 13.26%;
    width: 14.74%;
    max-width: 100px;
  }
  .life-detail-section .detail p{
    margin-top: 30px;
  }
  
  
  
  .life-detail .mylife-list-wrap{
    padding: 10px 10px 50px;
    margin-top: 50px;
  }
}
@media (hover: hover) and (pointer: fine){
}