@charset "UTF-8";
/* CSS Document */
body{
        min-width: 1260px;
}
header{
    width:100%;
    height:90px;
    background:#fff;
    position: fixed;
    top:0;
    z-index: 1; 
}
.logo{
    width: 200px;
    margin: 24px 0 0 3%;
    position: fixed;
    z-index: 1;
}
@media screen and (max-width:767px){
header{
    height:19vw!important;
}    
.logo{
    width:150px;
    margin: 5% 0 0 5%;
}   
}


/*----------ハンバーガーメニュー----------*/

.menu{
    height: 40px;
    position: fixed;
    right: 40px;
    top: 30px;
    width: 40px;
    z-index: 99;
    cursor:pointer;
}
.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line:nth-of-type(3){
    background: none;

}
.menu__line--bottom{
    bottom: 25px;
    width: 60%;
}
.menu__title {
    bottom: 10px;
    max-width: 100%;
}
.menu__title.active {
    opacity: 0;
}
.menu__title img{
    height: 10px;
}
.menu__line--top.active{
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}
.menu__line--bottom.active{
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
    width: 100%;
}

@media screen and (max-width:767px){
.menu{
    right: 20px;
    top: 2%;     
}
}




/*----------ハンバーガーメニュー_コンテンツ----------*/
.gnav{
    background: -moz-linear-gradient(left, #8ECEC2, #DFF1EE);
    background: -webkit-linear-gradient(left, #8ECEC2, #DFF1EE);
    background: linear-gradient(to right, #8ECEC2, #DFF1EE);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    height: 100%;
    width: 100%;
    position: relative;
}
.gnav__wrap .logo_menu{
    width: 200px;
    margin: 2% 0 0 3%;
}

.gnav__wrap .menu_content{
    width: 100%;
    max-width: 1400px;
    padding: 0 2%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.gnav__wrap .menu_content .menu_textbox{
    border-right: 2px solid #fff;
    padding:2% 5% 2% 2%;
}
.gnav__wrap .menu_content .menu_textbox img{
    width: 100%;
    max-width: 700px;
}

.gnav__wrap .menu_content .list{
    display: flex;
    flex-wrap: wrap;
    padding-left: 5%;
}
.gnav__wrap .menu_content .list a{
    background-color: #fff;
    width: 48%;text-align: center;
    padding: 20px 0;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}

.gnav__wrap .menu_content .list a:nth-of-type(1){
    margin-right: 15px;
    margin-bottom: 15px;
    color: #DF8195;
    position: relative;
}
.gnav__wrap .menu_content .list a:nth-of-type(2){
    margin-bottom: 15px;
    color: #E4B444;
    position: relative;
}

.gnav__wrap .menu_content .list a:nth-of-type(3){
    margin-right: 15px;
    color: #50B3AF;
    position: relative;
}
.gnav__wrap .menu_content .list a:nth-of-type(4){
    color: #646464;
    position: relative;
}
.gnav__wrap .menu_content .list a:nth-of-type(4)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 1px solid #646464;
    margin: 3%;
    z-index: 1;
}
.gnav__wrap .menu_content .list a:nth-of-type(5){
    margin: 15px auto 0;
	padding: 4px;
	width: 48%;
}

.gnav__wrap .menu_content .list a span{
    font-size: 0.8rem;
}

.gnav__wrap .menu_content .menu_catalogbox{
    display: block;
    width: 315px;
    position: absolute;
    bottom: -80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.gnav__wrap .menu_content .menu_catalogbox div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
    background-color: #50B3AF;
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}
.gnav__wrap .menu_content .menu_catalogbox div img{
    width: 35px;
    margin-right: 8%;
}
.gnav__wrap .menu_content .menu_catalogbox div p{
    color: #fff;
}


@media screen and (max-width:1024px){
.gnav__wrap .menu_content .menu_textbox img {
    max-width: 500px;
}
.gnav__wrap .menu_content .list a{
    font-size: 1.2rem;
}  
}
@media screen and (max-width:768px){
.gnav__wrap .menu_content {
    padding: 2% 15%;
    flex-direction: column;
    top: 50%;
}
.gnav__wrap .logo_menu {
    width: 150px;
    margin: 5% 0 0 5%;
}
.gnav__wrap .menu_content .menu_textbox {
    border-right: none;
    padding: 0;
    margin-bottom: 10%;
}
.gnav__wrap .menu_content .list {
    padding-left: 0;
    padding: 0 5%;
}
.gnav__wrap .menu_content .list a{
    width: 100%;
    padding: 10px 5px;
}

.gnav__wrap .menu_content .list a:nth-of-type(1){
    margin-right: 0;
    margin-bottom: 10px;
}
.gnav__wrap .menu_content .list a:nth-of-type(2){
    margin-bottom: 10px;
}

.gnav__wrap .menu_content .list a:nth-of-type(3){
    margin-right: 0;
    margin-bottom: 10px;
}
.gnav__wrap .menu_content .list a:nth-of-type(4){
    outline-offset: -5px;
    padding: 20px 0;
}
.gnav__wrap .menu_content .list a:nth-of-type(4)::before {
    margin: 2%;
}
.gnav__wrap .menu_content .list a:nth-of-type(5){
    margin: 10px auto 0;
	width: 100%;
}
.gnav__wrap .menu_content .menu_catalogbox {
    width: 100%;
    margin-top: 10%;
    position: unset;
    padding: 0 12%;
    bottom: unset;
    left: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
}    
}
@media screen and (max-width:767px){

.gnav__wrap .menu_content .list a:nth-of-type(4){
    outline-offset: -5px;
    padding: 10px 5px;
}
.gnav__wrap .menu_content .menu_catalogbox {
    padding: 0 5%;
}
.gnav__wrap .menu_content .menu_textbox img {
    max-width: 300px;
}
}


/*----------カタログボックス----------*/

.catalogbox{
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 97;
}
.catalogbox a{
    width: 75px;
    max-width: 75px;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    background-color: #50B3AF; 
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}
.catalogbox img{
    width: 40px;
    margin: 30px 0 10px 0;
}
.catalogbox p{
    display: inline-block;
    color: #fff;
    font-size: 1.33rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; 
    margin-bottom: 25px;
    padding: 0 21px;
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width:767px){
.catalogbox {
    align-items: unset;
    right: 0;
    top: unset;
    bottom: 16%;
    -webkit-transform: unset;
    transform: unset;
    padding: 0 5% 0 0;
}
.catalogbox a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    width: 100px;
    max-width: 100px;
    height: 100px;
}  
.catalogbox img {
    max-width: 30px;
    margin: 16px 0 0 0px;
}    
.catalogbox p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3;
    writing-mode: unset;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
    padding: unset;
}  
}

/*----------#main_header----------*/

#main_header{
    width:100%;
    height:580px;
    background:url("../../images/content/reason/mv_pc02.png") no-repeat center ,
    url("../../images/content/reason/mv_pc01.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
#main_header #mv_title{
    position: absolute;
    max-width: 410px;
    right: 8%;
    top: 43%;
    margin: auto;
}

/*----------#content----------*/

#content{
    width:100%;
    background:#61BBB7;
}
#content .inner{
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
#content p#intro{
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.02rem;
    line-height: 2.2;
    margin-bottom: 80px;
}
#content section{
    background: #fff;
    padding: 80px 40px;
    border-radius: 10px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#content section:not(:last-of-type){
    margin-bottom: 80px;
}
#content section .left{
    margin-left: 40px;
}
#content section .right{
}
#content section .title img,#content section figure img{
    width:100%;
}
#content section p.txt{
    font-size: 1.3rem;
    color:#646464;
    line-height: 2.5;
    letter-spacing: 0.07rem;
    margin-top: 30px;    
}


/*----------#cont01----------*/

#cont01{}
#cont01 .title{
    width: 338px;
}

/*----------#cont02----------*/

#cont02{}
#cont02 .title{
    width: 273px;
}

/*----------#cont03----------*/

#cont03{}
#cont03 .title{
    width: 304px;
}


/*----------.btn----------*/

.btn{
    display: block;
    font-size:2.6rem;
    padding: 10px;
    margin: 50px auto 90px;
    width:840px;
    text-align: center;
    color:#fff;
    border: 2px solid #fff;
    border-radius: 10px 10px 10px 10px; 
    position: relative;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
}
.btn::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    position: absolute;
    top: 38%;
    right: 42px;
}
/*----------bn_area----------*/

#bn_area{
    width: 100%;
    text-align: center;
    position: relative;
    padding: 40px 0;
}
#bn_area .bn_box{
    margin: auto 0;
    display: inline-block;
}
#bn_area .bn_box a{
    display: block;
}
#bn_area .bn_box a:nth-of-type(1){
    margin-bottom: 50px;
}
#bn_area .bn_box img{
    width: 100%;
    max-width: 570px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}




@media screen and (max-width:767px) {   
    
header {
    height: 50px;
    }
body{
        min-width: 100%;
        width:100%;
}

    
/*----------#main_header----------*/

#main_header{
    width:100%;
    height: 125vw;
 background:url("../../images/content/reason/mv_sp.png") no-repeat center;
    background-size: cover;
    position: relative;
    }
#main_header #mv_title{
    position: absolute;
    max-width: 57%;
    right: auto;
    left: 5%;
    top: 20%;
    bottom: auto;
    margin: auto;
}
#main_header #mv_title img{     
    width:100%;
    }
/*----------#content----------*/    
#content .inner{
    width: 90%;
    padding: 10% 0;
    }
#content p#intro {
    font-size: 1.3rem;
    margin-bottom: 10%;    
    }
#content section {
    background: #fff;
    padding: 10% 5%;
    border-radius: 7px;
    display: block;
    }
#content section:not(:last-of-type) {
    margin-bottom: 10%;
}    
#content section .right, #content section .left{
    width:100%;
    margin-left: 0;
}
#content section p.txt {
    font-size: 1.4rem;
    color: #646464;
    line-height: 2;
    letter-spacing: 0.005rem;
    margin-top: 5%;
    text-align: justify;
}    
#content section figure{
    width:100%;
    margin:5% 0 0;
    }
#cont01 .title{
     width: 60%;   
    }       
#cont02 .title {
    width: 48%;
    }
#cont03 .title {
    width: 50%;
} 
.btn{
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    padding: 15px;
    margin: 10% auto;
    width: 100%;
}
.btn::after {
    content: '';
    width: 10px;
    height: 10px;
    top: 43%;
    right: 17px;
    }    
}

/*----------footer----------*/

footer{
    width: 100%;
    background-color: #fff;
    position: relative;
}
footer .footer_box{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    margin: 0 auto;
}
footer .footer_box ul{
    display: flex;
     flex-wrap: wrap;
    align-items: center;
    width: 60%;
}
footer .footer_box ul li{
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    font-family: 'Noto Sans JP', sans-serif;
}
footer .footer_box ul li:nth-of-type(n+1):nth-child(-n+4){
    border-right: 1px solid #000;
    padding-right: 10px;
}
footer .footer_box ul li:nth-of-type(n+2):nth-child(-n+5){
    padding-left: 10px;
}
footer .footer_box ul li a{
    line-height: 1.15;
}
footer p{
    font-size: 0.8rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.top_scroll{
    display: block;
    width: 80px;
    border: 2px solid #fff;
    position: absolute;
    right: 5%;
    bottom: 155%;
    text-align: center;
    padding: 35px 5px 0 5px;
    cursor: pointer;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}
.top_scroll p{  
    text-align: center;
    font-size: 1.6rem;
    color: #fff;  
    letter-spacing: 0.3rem;
    font-family:YakuHanMP, 'Noto Serif JP', serif;
}
.top_scroll p::before{
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    top: 25%;
    right: 27px;
}

@media screen and (max-width:767px){

footer {
    width: 100%;
    bottom: 0;
}
footer .footer_box {
    padding: 25px 0 6px 0;
    flex-direction: column;
    text-align: center;
}
footer .footer_box ul {
    flex-direction: column;
    width: 100%;
}    
footer .footer_box ul li:nth-of-type(n+1):nth-child(-n+4) {
    border-right: none;
    padding-right: unset;
    margin-bottom: 13px;
}   
footer .footer_box ul li:nth-of-type(n+2):nth-child(-n+5) {
    padding-left: unset;
}
footer p {
    margin-top: 20px;
}
.top_scroll {
    width: 40px;
    height: 40px;
    border: 1px solid #646464;
    right: 5%;
    bottom: 32%;
    padding: 15px 0 0 0;
}      
.top_scroll p {
    font-size: 1.2rem;
    letter-spacing: 0;
    color:#646464;
    margin: 0;
} 
.top_scroll p::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #646464;
    border-right: solid 1px #646464;
    top: 25%;
    right: 15px;
}    
} 

#th60yearsSection01 {
	margin-top: -160px;
	padding-top: 160px;
	display: block;
}
@media screen and (max-width:767px){

#th60yearsSection01å {
	margin-top: -24vw;
	padding-top: 24vw;
}
	
}