@charset "UTF-8";
/* CSS Document */

#contents {
padding-top: 0px;
}
#page_title{
background-image: url("images/page_title.jpg");
}

/* 中身-モバイルファースト======================================================================================================== */
#top_copy{
background-image: url("images/top_bg.jpg");
background-image: -webkit-image-set(url(images/top_bg.jpg) 1x, url(images/top_bg@2x.jpg) 2x);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 10vw 0;
}
#top_copy h3{
font-size: 5vw;
text-align: center;
}
#top_copy p{
margin-top: 20px;
}


.common_title{
text-align: center;
margin-bottom: 20px;
}
.common_title .en{
font-family: Arial, Helvetica, "sans-serif";
font-size: 30px;
line-height: 1.2;
font-weight: bold;
display: block;
}
.common_title h3{
}


#concept .alpha .text{
text-align: left;
padding: 5vw;
}
#concept .alpha .text h4{
font-size: 24px;
}


#concept .mylife_mystyle {
margin-bottom: 40px;
}
#concept .mylife_mystyle h4{
font-size: 30px;
line-height: 1.4;
font-family: Arial, Helvetica, "sans-serif";
}
#concept .mylife_mystyle h4 + em{
display: block;
letter-spacing: 0.5em;
}
#concept .mylife_mystyle h5{
font-size: 18px;
}

#concept .flow li{
background-color: #ecf8f7;
padding: 15px;
margin-bottom: 50px;
position: relative;
}
#concept .flow li::after{
content: "";
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
position: absolute;
bottom: -30px;
right: 0;
left: 0;
margin: 0 auto;
border-bottom: 1px solid #111;
border-right: 1px solid #111;
transform: rotate(45deg);
}
#concept .flow li:last-child{
margin-bottom: 0;
}
#concept .flow li:last-child::after{
display: none;
}
#concept .flow li .title{
display: flex;
align-items: center;
}
#concept .flow li .title .num{
font-family: Arial, Helvetica, "sans-serif";
font-size: 30px;
line-height: 1;
margin-right: 10px;
}
#concept .flow li .title em{
font-size: 16px;
font-weight: bold;
}
#concept .flow li .detail dt{
border-top: solid 1px #111;
display: block;
margin-top: 10px;
padding-top: 10px;
font-size: 16px;
font-weight: bold;
}


#planning{
border-top: solid 1px #ccc;
padding-top: 40px;
}
#planning .introduction .text{
margin-bottom: 20px;
}
#planning .introduction .text .num{
width: 80px;
height: 80px;
border-radius: 80px;
margin: 0 auto 10px;
line-height: 1.2;
text-align: center;
border: solid 1px #111;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#planning .introduction .text .num p{
font-size: 10px;
}
#planning .introduction .text .num em{
font-size: 30px;
font-weight: bold;
}
#planning .introduction .text h4{
text-align: center;
font-size: 20px;
}

#planning .copy h5{
font-size: 16px;
margin-bottom: 10px;
}

#planning #plan01 .before {
border: solid 1px #eee;
padding: 20px;
position: relative;
margin-bottom: 60px;
}
#planning #plan01 .before::after{
content: "";
display: inline-block;
vertical-align: middle;
width: 40px;
height: 40px;
position: absolute;
bottom: -40px;
right: 0;
left: 0;
margin: 0 auto;
border-bottom: 1px solid #111;
border-right: 1px solid #111;
transform: rotate(45deg);
}
#planning #plan01 .before .img{
text-align: center;
margin-bottom: 10px;
}
#planning #plan01 .before .text .en{
font-family: Arial, Helvetica, "sans-serif";
font-size: 30px;
font-weight: bold;
}
#planning #plan01 .after li{
background-color: #eee;
padding: 20px;
margin-top: 5px;
}
#planning #plan01 .after .img{
text-align: center;
margin-bottom: 10px;
}
#planning #plan01 .after .text .en{
font-family: Arial, Helvetica, "sans-serif";
font-size: 30px;
font-weight: bold;
}
#planning #plan01 .after .text .en span{
display: inline-block;
vertical-align: middle;
background-color: #111;
color: #fff;
font-size: 14px;
line-height: 1;
padding: 5px;
margin-right: 10px;
}
#planning #plan01 .after .text h6{
font-size: 16px;
font-weight: bold;
}

#planning #plan02 .style .section{
background-color: #ecf8f7;
padding: 20px;
margin-bottom: 10px;
}
#planning #plan02 .style .main_photo{
text-align: center;
margin-bottom: 10px;
}
#planning #plan02 .style .text h6{
margin-bottom: 10px;
}
#planning #plan02 .style .text h6 span{
font-family: Arial, Helvetica, "sans-serif";
font-size: 40px;
line-height: 1.1;
font-weight: bold;
display: block;
}
#planning #plan02 .style .mini_photo{
display: flex;
justify-content: space-between;
margin-top: 10px;
}




/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){
#top_copy{
padding: 100px 0;
}
#top_copy .contents_size{
text-align: center;
}
#top_copy h3{
font-size: 30px;
}
#top_copy p{
font-size: 16px;
}


.common_title{
margin-bottom: 40px;
}
.common_title .en{
font-size: 40px;
}


#concept .alpha .article{
display: flex;
align-items: center;
}
#concept .alpha .article:nth-child(even){
flex-direction: row-reverse;
}
#concept .alpha .article > *{
width: 50%;
}
#concept .alpha .text h4{
font-size: 30px;
margin-bottom: 10px;
}
#concept .alpha .text p{
font-size: 16px;
}

#concept .beta{
display: flex;
justify-content: space-between;
}
#concept .mylife_mystyle {
margin-bottom: 0px;
width: 600px;
}
#concept .mylife_mystyle h4{
font-size: 60px;
}
#concept .mylife_mystyle h4 + em{
font-size: 20px;
}
#concept .mylife_mystyle h5{
font-size: 20px;
}

#concept .flow{
width: 350px;
}


#planning{
padding-top: 150px;
}
#planning .introduction{
display: flex;
justify-content: space-between;
}
#planning .introduction .text{
margin-bottom: 0px;
flex: 1;
margin-right: 40px;
}
#planning .introduction .text h4{
font-size: 30px;
}
#planning .introduction .text p{
font-size: 16px;
}

#planning .copy h5{
font-size: 20px;
}

#planning #plan01 .before {
border: none;
padding: 0px;
margin-bottom: 100px;
display: flex;
align-items: center;
justify-content: center;
}
#planning #plan01 .before::after{
bottom: -60px;
}
#planning #plan01 .before .img{
margin-bottom: 0px;
margin-right: 20px;
}
#planning #plan01 .before .text{
width: 270px;
}

#planning #plan01 .after{
display: flex;
justify-content: space-between;
}
#planning #plan01 .after li{
margin-top: 0px;
padding: 30px;
width: 33%;
}

#planning #plan02 .style .section{
padding: 0px;
display: flex;
}
#planning #plan02 .style .main_photo{
margin-bottom: 0px;
}
#planning #plan02 .style .text{
flex: 1;
padding: 30px 30px 0;
}
#planning #plan02 .style .text h6 span{
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
#planning #plan02 .style .mini_photo{
justify-content: flex-start;
}
#planning #plan02 .style .mini_photo li{
margin-right: 10px;
}

}

