@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 768px) {
/* hed
---------------------------------------------*/
#hed {
background: url("../images/reason/mv_img.jpg") no-repeat center;
}
/* reason
---------------------------------------------*/
#reason {
position: relative;
margin: 0 auto 180px;
overflow: hidden;
}
#reason .section_wrap {
width: 100%;
margin: 0 auto;
}
#reason .tit {
width: 90%;
margin: 0 auto 100px;
}
#reason .tit h2 {
font-size: 4.4rem;
margin-bottom: 50px;
}
#reason .tit p {
font-size: 1.8rem;
line-height: 2;
font-weight: 600;
}
#reason ul.list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 70px auto 0;
}
#reason ul.list li {
width: calc(100% / 3);
}
#reason ul.list li a {
position: relative;
display: block;
padding: 50% 50px;
box-sizing: border-box;
color: #fff;
overflow: hidden;
}
#reason ul.list li a::before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: 0;
background-size: cover;
transition: transform .5s ease;
}
#reason ul.list li a:hover::before {
transform: scale(1.2);
transition: transform 1s ease;
}
#reason ul.list li:nth-child(1) a::before {
background: url("../images/index/reason_img01.jpg") no-repeat center;
}
#reason ul.list li:nth-child(2) a::before {
background: url("../images/index/reason_img02.jpg") no-repeat center;
}
#reason ul.list li:nth-child(3) a::before {
background: url("../images/index/reason_img03.jpg") no-repeat center;
}
#reason ul.list li a::after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 0;
}
#reason ul.list li a h4 {
position: relative;
font-size: 2.8rem;
font-weight: 800;
margin-bottom: 30px;
z-index: 1;
}
#reason ul.list li a p {
position: relative;
font-size: 1.8rem;
font-weight: 600;
z-index: 1;
}
#reason .li_button {
position: absolute;
bottom: 50px;
right: 50px;
padding: 0 0 0 70px;
font-weight: 600;
}
#reason .li_button:before, #reason .li_button:after {
content: "";
position: absolute;
display: block;
top: 50%;
transition: all 0.5s;
}
#reason .li_button:before {
width: 0.7rem;
height: 0.7rem;
left: 12%;
border-top: solid 2px #f4901b;
border-right: solid 2px #f4901b;
z-index: 2;
transform: translateY(-50%) rotate(45deg);
}
#reason .li_button:after {
width: 5rem;
height: 5rem;
left: 0;
border: 1px solid #f4901b;
z-index: 1;
border-radius: 4rem;
transform: translateY(-50%);
}
#reason .li_button span {
position: relative;
z-index: 3;
font-size: 1.4rem;
}
#reason ul.list li a:hover .li_button:before {
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transition: all 0.5s;
}
#reason ul.list li a:hover .li_button:after {
background: #f4901b;
transition: all 0.5s;
}
#reason ul.list li a:hover .li_button span {
color: #f4901b;
}
#reason .box {
margin-top: 50px;
padding-top: 100px;
}
#reason .box h2 {
width: 90%;
font-size: 5.4rem;
margin: 0 auto 60px;
text-align: center;
}
#reason .box h2 span {
display: block;
font-size: 2.8rem;
line-height: 1;
color: #f4901b;
}
#reason .box .flex_wrap {
width: 95%;
margin: 0 auto 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#reason .box:nth-of-type(2n) .flex_wrap {
margin: 0 0 0 auto;
flex-direction: row-reverse;
}
#reason .box .flex_wrap .imgbox {
width: 45%;
}
#reason .box .flex_wrap .txtbox {
width: 50%;
margin-top: 20px;
}
#reason .box .flex_wrap .txtbox h3 {
font-size: 3.4rem;
margin-bottom: 30px;
}
#reason .box .flex_wrap .txtbox p {
line-height: 2.2;
font-weight: 600;
}
#reason .box .flex_wrap .txtbox p.txt {
margin-top: 30px;
}
#reason .box .flex_wrap .txtbox h4 {
font-size: 2rem;
font-weight: 800;
margin: 30px 0 10px;
color: #f4901b;
}
#reason .box .flex_wrap .txtbox .bg {
padding: 15px 40px;
box-sizing: border-box;
background: #f1f1f1;
}
#reason .box .flex_wrap .txtbox .bg ul {
list-style: disc;
}
#reason .box .flex_wrap .txtbox .bg ul li {
margin-bottom: 10px;
font-size: 1.4rem;
font-weight: 600;
}
#reason .box .flex_wrap .txtbox .bg ul li::marker {
color: #f4901b;
}
#reason .box .flex_wrap .txtbox .bg ul li:last-child {
margin-bottom: 0px;
}
#reason .box .flex_wrap .txtbox .bg02 {
padding: 15px 30px;
box-sizing: border-box;
background: #f4901b;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 30px 0 0;
}
#reason .box .flex_wrap .txtbox .bg02 .img {
width: 35%;
}
#reason .box .flex_wrap .txtbox .bg02 p {
width: 60%;
color: #fff;
font-size: 1.4rem;
font-weight: 800;
}
#reason .box .flex_wrap .txtbox .illust {
width: 70%;
margin: 30px auto 0;
}
}
/*sp*/
@media only screen and (max-width: 767px) {
/* hed
---------------------------------------------*/
#hed {
background: url("../images/reason/mv_img.jpg") no-repeat center;
}
/* reason
---------------------------------------------*/
#reason {
position: relative;
margin: 0 auto 60px;
overflow: hidden;
}
#reason .section_wrap {
width: 100%;
margin: 0 auto;
}
#reason .tit {
width: 90%;
margin: 0 auto 60px;
}
#reason .tit h2 {
font-size: 1.8rem;
margin-bottom: 30px;
}
#reason .tit p {
font-size: 1.2rem;
line-height: 2;
font-weight: 600;
}
#reason ul.list {
margin:50px auto 0;
}
#reason ul.list li {
width:100%;
}
#reason ul.list li a {
position: relative;
display: block;
padding:10% 5% 30%;
box-sizing: border-box;
color: #fff;
overflow: hidden;
}
#reason ul.list li a::before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: 0;
background-size: cover;
transition: transform .5s ease;
}
#reason ul.list li a:hover::before {
transform: scale(1.2);
transition: transform 1s ease;
}
#reason ul.list li:nth-child(1) a::before {
background: url("../images/index/reason_img01.jpg") no-repeat center;
}
#reason ul.list li:nth-child(2) a::before {
background: url("../images/index/reason_img02.jpg") no-repeat center;
}
#reason ul.list li:nth-child(3) a::before {
background: url("../images/index/reason_img03.jpg") no-repeat center;
}
#reason ul.list li a::after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 0;
}
#reason ul.list li a h4 {
position: relative;
font-size: 2rem;
font-weight: 800;
margin-bottom: 10px;
z-index: 1;
}
#reason ul.list li a p {
position: relative;
font-size: 1.2rem;
font-weight: 600;
z-index: 1;
}
#reason .li_button {
position: absolute;
bottom: 50px;
right: 50px;
padding: 0 0 0 70px;
font-weight: 600;
}
#reason .li_button:before, #reason .li_button:after {
content: "";
position: absolute;
display: block;
top: 50%;
transition: all 0.5s;
}
#reason .li_button:before {
width: 0.7rem;
height: 0.7rem;
left: 12%;
border-top: solid 2px #f4901b;
border-right: solid 2px #f4901b;
z-index: 2;
transform: translateY(-50%) rotate(45deg);
}
#reason .li_button:after {
width: 5rem;
height: 5rem;
left: 0;
border: 1px solid #f4901b;
z-index: 1;
border-radius: 4rem;
transform: translateY(-50%);
}
#reason .li_button span {
position: relative;
z-index: 3;
font-size: 1.4rem;
}
#reason ul.list li a:hover .li_button:before {
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transition: all 0.5s;
}
#reason ul.list li a:hover .li_button:after {
background: #f4901b;
transition: all 0.5s;
}
#reason ul.list li a:hover .li_button span {
color: #f4901b;
}
#reason .box {
padding-top:60px;
}
#reason .box h2 {
width: 90%;
font-size: 3rem;
margin: 0 auto 30px;
text-align: center;
}
#reason .box h2 span {
display: block;
font-size: 1.8rem;
line-height: 1;
color: #f4901b;
}
#reason .box .flex_wrap {
width: 90%;
margin: 0 auto;
}
#reason .box:nth-of-type(2n) .flex_wrap {
margin: 0 auto;
}
#reason .box .flex_wrap .imgbox {
width: 65%;
margin: 0 auto 30px;
}
#reason .box .flex_wrap .txtbox {
width: 100%;
}
#reason .box .flex_wrap .txtbox h3 {
font-size:1.8rem;
margin-bottom: 30px;
}
#reason .box .flex_wrap .txtbox p {
line-height: 2.2;
font-weight: 600;
}
#reason .box .flex_wrap .txtbox p.txt {
margin-top: 30px;
}
#reason .box .flex_wrap .txtbox h4 {
font-size: 2rem;
font-weight: 800;
margin: 30px 0 10px;
color: #f4901b;
}
#reason .box .flex_wrap .txtbox .bg {
padding: 15px 40px;
box-sizing: border-box;
background: #f1f1f1;
}
#reason .box .flex_wrap .txtbox .bg ul {
list-style: disc;
}
#reason .box .flex_wrap .txtbox .bg ul li {
margin-bottom: 10px;
font-size: 1.4rem;
font-weight: 600;
}
#reason .box .flex_wrap .txtbox .bg ul li::marker {
color: #f4901b;
}
#reason .box .flex_wrap .txtbox .bg ul li:last-child {
margin-bottom: 0px;
}
#reason .box .flex_wrap .txtbox .bg02 {
padding: 15px 30px;
box-sizing: border-box;
background: #f4901b;
margin: 30px 0 0;
}
#reason .box .flex_wrap .txtbox .bg02 .img {
width: 60%;
margin: 0 auto 20px;
}
#reason .box .flex_wrap .txtbox .bg02 p {
width: 100%;
color: #fff;
font-size: 1.4rem;
font-weight: 800;
}
#reason .box .flex_wrap .txtbox .illust {
width:100%;
margin: 30px auto 0;
}
}