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

.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}


.main{
    overflow: hidden;
}

/*----------logo----------*/

.logo{
    width: 200px;
    margin: 2% 0 0 3%;
    position: fixed;
    z-index: 1;
}

@media screen and (max-width:768px){
.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: #fff;
    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:768px){
.menu{
    right: 20px;
    top: 25px;      
}
}




/*----------ハンバーガーメニュー_コンテンツ----------*/
.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;
}
}





.main{
    position: relative;
}

/*----------ページネーション ----------*/

.pager {
    position: fixed;
    top: 50%;
    left: 0;
    /*right: 0;*/
    transform: translateY(-50%);
    padding: 0;
    margin-left: 3%;
}
.pager li {
    display: block;
    margin: 20px;
}
.pager li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
.pager .is-current a {
    background: #939393;
}
@media screen and (max-width:768px){
.pager {
    margin-left: 1%;
}
.pager li {
    margin: 6px;
}
.pager li a {
    width: 5px;
    height: 5px;
}
    
    
}



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

#cont01{
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url("../../images/content/home/cont01_bg.jpg") center / cover;
}
#cont01 .inner{
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url("../../images/content/home/cont01_bg_color_pc.png") center / cover;
    scroll-snap-align: center;
}

#cont01 .textbox{
    padding-left: 10%;
    position: absolute;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
}
#cont01 .textbox img{
    max-width: 410px;
    width: 100%;
}
#cont01 .textbox p{
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10%;
}
#cont01 .catalogbox{
    
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
#cont01 .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%);
}
#cont01 .catalogbox img{
    width: 40px;
    margin: 30px 0 10px 0;
}
#cont01 .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;
}
#cont01 .top_bn{
    position: absolute;
    bottom: 120px;
    right: 10%;
}
#cont01 .top_bn img{
    width: 100%;
    max-width: 200px;
}
#cont01 .scroll_menu{
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#cont01 .scroll_menu .scroll_box{
    display: flex;
    justify-content: space-between;
}
#cont01 .scroll_menu .scroll_box a{
    width: 33%;
    background-color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 20px 0;
    line-height: 1.5;
    letter-spacing: 0.1rem;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(1){
    color: #DF8195;
    position: relative;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(1)::before{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #DF8195;
    border-right: solid 2px #DF8195;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 15%;
    margin-top: -4px;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(2){
    color: #E4B444;
    position: relative;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(2)::before{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #E4B444;
    border-right: solid 2px #E4B444;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -4px;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(3){
    color: #50B3AF;
    position: relative;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(3)::before{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #50B3AF;
    border-right: solid 2px #50B3AF;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -4px;
}

@media screen and (max-width:1280px){
 
#cont01 .catalogbox img {
    margin: 20px 10px;
}
#cont01 .textbox img {
    max-width: 300px;
}
#cont01 .textbox p {
    font-size: 1rem;
    margin-top: 7%;
}
#cont01 .top_bn img{
    max-width: 150px;
}
#cont01 .scroll_menu .scroll_box a {
    font-size: 1rem;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(1)::before{
    right: 14%;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(2)::before{
    right: 10%;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(3)::before{
    right: 10%;
}   
}


@media screen and (max-width:768px){
#cont01{
    background: url("../../images/content/home/cont01_bg_sp.jpg") center / cover;
}
#cont01 .inner{
    background: url("../../images/content/home/cont01_bg_color_sp.png") center / cover;
}
#cont01 .textbox {
    padding-left: 10%;
    top: 15%;
    -webkit-transform: unset;
    transform: unset;
}
#cont01 .textbox img {
    max-width: 250px;
}
#cont01 .textbox p {
    font-size: 1.2rem;
    margin-top: 10%;
    letter-spacing: 0;
}
#cont01 .top_bn {
    position: absolute;
    bottom: 200px;
    right: 0;
    padding: 0 5% 0 0;
}    
#cont01 .top_bn img {
    max-width: 100px;
}
#cont01 .catalogbox {
    position: absolute;
    align-items: unset;
    right: 0;
    top: unset;
    bottom: 85px;
    -webkit-transform: unset;
    transform: unset;
    padding: 0 5% 0 0;
    z-index: 1;
}
#cont01 .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;
}  
#cont01 .catalogbox img {
    max-width: 30px;
    margin: 16px 0 0 0px;
}    
#cont01 .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;
}    
#cont01 .scroll_menu {
    width: 100%;
}
#cont01 .scroll_menu .scroll_box a {
    width: 33%;
    padding: 10px 0;
    letter-spacing: 0;
    font-size: 1.1rem;
} 
#cont01 .scroll_menu .scroll_box a:nth-of-type(1)::before {
    content: '';
    width: 5px;
    height: 5px;
    right: 15px;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(2)::before {
    content: '';
    width: 5px;
    height: 5px;
    right: 12px;
}
#cont01 .scroll_menu .scroll_box a:nth-of-type(3)::before {
    content: '';
    width: 5px;
    height: 5px;
    right: 8px;
}    
}

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

#cont02{
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url("../../images/content/home/cont02_bg.jpg") center / cover;
    scroll-snap-align: center;
}
#cont02 .inner{
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url("../../images/content/home/cont02_bg_color_pc.png") center / cover;
    scroll-snap-align: center;
}

#cont02 .textbox{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    padding-right: 10%;
    border-bottom: 2px solid #fff;
}
#cont02 .textbox img{
    max-width: 270px;
    width: 100%;
}
#cont02 .textbox p{
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10%;
    margin-bottom: 5%;
}

#cont02 .textbox a{
    display: block;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width:768px){
#cont02{
    background: url("../../images/content/home/cont02_bg_sp.jpg") center / cover;
}
#cont02 .inner{
    background: url("../../images/content/home/cont02_bg_color_sp.png") center / cover;
}  
#cont02 .textbox {
    top: 13%;
    right: unset;
    -webkit-transform: unset;
    transform: unset;
    padding-right: unset;
    padding-left: 10%;
    border-bottom: none;
} 
#cont02 .textbox img {
    max-width: 150px;
}    
#cont02 .textbox p {
    font-size: 1.1rem;
    margin-top: 10%;
    letter-spacing: 0;
    margin-bottom: 0;
}    
#cont02 .textbox a {
    font-size: 1.3rem;
    text-align: right;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
	border-bottom: 1px solid #fff;
	width: 150px;
}  
    
    
#cont02 .catalogbox {
    display: flex;
    position: absolute;
    align-items: center;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 5% 0 0;
    z-index: 1;
}
#cont02 .catalogbox a {
    background-color: #50B3AF;
    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;
    height: 100px;
} 
#cont02 .catalogbox img{
    max-width: 42px;
    margin: 16px 0 0 0px;
} 
#cont02 .catalogbox p {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
} 
}



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

#cont03{
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url("../../images/content/home/cont03_bg.jpg") center / cover;
    scroll-snap-align: center;
}
#cont03 .inner{
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url("../../images/content/home/cont03_bg_color_pc.png") center / cover;
    scroll-snap-align: center;
}


#cont03 .textbox{
    padding-left: 10%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    border-bottom: 2px solid #fff;
}
#cont03 .textbox img{
    max-width: 350px;
    width: 100%;
}
#cont03 .textbox p{
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10%;
    margin-bottom: 5%;
}
#cont03 .textbox a{
    display: block;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
    text-align: right;
}

@media screen and (max-width:768px){
#cont03{
    background: url("../../images/content/home/cont03_bg_sp.jpg") center / cover;
}
#cont03 .inner{
    background: url("../../images/content/home/cont03_bg_color_sp.png") center / cover;
} 
#cont03 .textbox {
    top: 13%;
    -webkit-transform: unset;
    transform: unset;
    border-bottom: none;
}
#cont03 .textbox img {
    max-width: 200px;
}    
#cont03 .textbox p {
    font-size: 1.1rem;
    margin-top: 10%;
    letter-spacing: 0;
    margin-bottom: 0;
}    
#cont03 .textbox a {
    font-size: 1.3rem;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
	border-bottom: 1px solid #fff;
	width: 150px;
}

#cont03 .catalogbox {
    display: flex;
    position: absolute;
    align-items: center;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 5% 0 0;
    z-index: 1;
}
#cont03 .catalogbox a {
    background-color: #50B3AF;
    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;
    height: 100px;
} 
#cont03 .catalogbox img{
    max-width: 42px;
    margin: 16px 0 0 0px;
} 
#cont03 .catalogbox p {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
} 
    
}

/*----------cont04----------*/

#cont04{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("../../images/content/home/cont04_bg.jpg") center / cover;
    scroll-snap-align: center;
    min-height: calc(var(--vh, 1vh) * 100);
}
#cont04 .inner{
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url("../../images/content/home/cont04_bg_color_pc.png") center / cover;
    scroll-snap-align: center;
}

#cont04 .textbox{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    padding-right: 10%;
    border-bottom: 2px solid #fff;
}

#cont04 .textbox img{
    max-width: 400px;
    width: 100%;
}
#cont04 .textbox p{
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10%;
    margin-bottom: 5%;
}

#cont04 .textbox a{
    display: block;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width:768px){
#cont04{
    background: url("../../images/content/home/cont04_bg_sp.jpg") center / cover;
}
#cont04 .inner{
    background: url("../../images/content/home/cont04_bg_color_sp.png") center / cover;
}  
#cont04 .textbox {
    top: 13%;
    right: unset;
    -webkit-transform: unset;
    transform: unset;
    padding-right: unset;
    padding-left: 10%;
    border-bottom: none;
}   
#cont04 .textbox img {
    max-width: 200px;
}    
#cont04 .textbox p {
    font-size: 1.1rem;
    margin-top: 10%;
    letter-spacing: 0;
    margin-bottom: 0;
}    
#cont04 .textbox a {
    font-size: 1.3rem;
    text-align: right;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
	border-bottom: 1px solid #fff;
	width: 150px;
}

    
#cont04 .catalogbox {
    display: flex;
    position: absolute;
    align-items: center;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 5% 0 0;
    z-index: 1;
}
#cont04 .catalogbox a {
    background-color: #50B3AF;
    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;
    height: 100px;
} 
#cont04 .catalogbox img{
    max-width: 42px;
    margin: 16px 0 0 0px;
} 
#cont04 .catalogbox p {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
} 
}

/*----------cont05----------*/

#cont05{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #e7e0d3;
}
#cont05 .bn_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#cont05 .bn_box a{
    display: block;
    
}
#cont05 .bn_box a:nth-of-type(1){
    margin-bottom: 50px;
}
#cont05 .bn_box img{
    width: 100%;
    max-width: 570px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}

#cont05 .top_scroll{
    display: block;
    width: 80px;
    border: 2px solid #fff;
    position: absolute;
    right: 5%;
    bottom: 15%;
    text-align: center;
    padding: 35px 5px 0 5px;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}
#cont05 .top_scroll p{
    
    text-align: center;
    font-size: 1.6rem;
    color: #fff;  
    letter-spacing: 0.3rem;
}
#cont05 .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:768px){
#cont05 .bn_box {
    width: 100%;
    padding: 0 13%;
    position: absolute;
    top: 25%;
    left: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
}
#cont05 .bn_box a:nth-of-type(1) {
    margin-bottom: 50px;
}    

#cont05 .top_scroll {
    width: 40px;
    height: 40px;
    border: 1px solid #646464;
    right: 5%;
    bottom: 7%;
    padding: 15px 0 0 0;
    
}      
#cont05 .top_scroll p {
    font-size: 1.2rem;
    letter-spacing: 0;
    color: #646464;
} 
#cont05 .top_scroll p::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #646464;
    border-right: solid 1px #646464;
    top: 25%;
    right: 15px;
}      
}
@media screen and (max-width:767px){
#cont05 .bn_box {
    top: 10%;
} 
#cont05 .bn_box a:nth-of-type(1) {
    margin-bottom: 10px;
}
#cont05 .bn_box img {
    max-width: 100%;
}
}

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

footer{
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
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;
}
@media screen and (max-width:1280px){
footer {
    width: 100%;
    bottom: 0;
}
footer .footer_box {
    padding: 25px 0 6px 0;
    flex-direction: column;
    text-align: center;
} 

footer .footer_box ul {
    width: 80%;
    justify-content: center;
    margin-bottom: 10px;
}
}

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

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;
}
    
}



