/*
Theme Name: hanare

*/
@charset "utf-8";

  @font-face {
    font-family: "Gill Sans Medium";
        src: url('Fonts/Gill Sans Medium.otf') format('opentype');
  }
*, *::before, *::after {
  box-sizing: border-box;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
html{
	 scroll-behavior: smooth;
	margin-top: 0!important;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
     display: block;
}
 
ul,ol {
    list-style: none;
}
 
blockquote,
q {
    quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
 
a{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transition: all .3s;
}
/* a:hover{
    opacity: .7;
} */
ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}
 
mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}
 

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
 
table {
    border-spacing: 0;
    border-collapse: collapse;
}
 
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
input[type="submit"],input[type="text"],input[type="email"],input[type="tel"],input[type="button"], input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  button{
    outline: none;
    padding: 0;
    appearance: none;
    background-color: transparent;
    border: none;

  }
html {
    font-size: 62.5%;
}
 
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size:1.6rem;/* 16px*/
    color: #616152;
    line-height: 1.5;
}
img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: bottom;
}

.inner{
    width: 95%;
    max-width:1100px;
    margin: 0 auto;
}
article{
    overflow: hidden;
    background-color: #F7F7F1;
}


.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-image: url('./img/loading.jpg');
    background-size: cover;*/
    text-align: center;
  }
  .loader img {
    max-width: 430px;
	  z-index: 10;
  }

.loader .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: center / cover url("./img/loading.jpg") no-repeat;
}

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

    .loader {
        background-image: url('./img/loading_sp.jpg');
      }
      .loader img {
        width: 90%;
        max-width: 263px;
        margin: 0 auto;
      }
}
/* animation */
.fadeIn{
    animation-name:fadeInAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }
    
.sp_img{
    display: none ;
}
.sp_br{
    display: none;
}

@media screen and (max-width: 768px) {
    .inner{
        width: 90%;
        margin: 0 auto;
    }
    .sp_br{
        display: block;
    }
    .pc_br{
        display: none;
    }
    .pc_img{
        display: none;
    }
    .sp_img{
        display: block;
    }
}




/*-----------------------
         header
-------------------------*/
#header,#header2 {
	position: fixed;
    z-index: 999;
    width: 100%;
    height: 63px;
    top: 20px;
}
#header2 {
	position:absolute;
    z-index: 999;/*最前面へ*/
    width: 100%;
    height: 63px;
    top: 20px;
}

.header_inner{
    width: 95%;
    max-width: 1317px;
    margin: auto;
    height: 100%;
}


.header-fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header.fixed,#header2.fixed{
	position: fixed;
  z-index: 999;
  top:0;
  left:0;
	height:80px;
	background-color: rgba(97, 97, 82, 1);
}
#header2.fixed{
	background-color:#F7F7F1;
}
#header.fixed .header-fx,#header2.fixed .header-fx{
	height:80px;
}
.header_logo {
    width: 16%;
    max-width: 85px;
}
.header_logo a{
	transition: all .3s;
}
@media screen and (min-width: 1441px) {

    .header_inner {
        max-width: none;
    }
}
@media screen and (max-width: 1065px) {
    #header,#header2 {
        width: 100%;
        top: 10px;
        height: 60px;
    }
    .header_inner{
        display: none;
    }

    .header_logo {
        width: 100%;
        margin-left: 20px;
        max-width: 50px;
    }
	#header.fixed,#header2.fixed{
		height: 60px;
	}
	#header.fixed .header_logo{
        width: 100%;
        margin-left: 20px;
        max-width: 50px;
		margin-top: 11px;
    }
	.header_02 .header_logo_sp{
		display: flex;
		align-items: center;
		justify-content: space-between;
		column-gap: 10px;
		width: 90%;
		max-width: none;
	}
	#header2.fixed .header_logo_sp{
        margin-left: 20px;
		margin-top: 11px;
    }
    .header_02 .header_logo_sp img{
        width: 100%;
        margin-left: 0;
        max-width: 50px;
    }
	.header_02 .f_btn{
		margin-right: 35px;
    max-width: 190px;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
}
}



.header_nav ul{
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.header_nav ul li a{
    font-family: 'EB Garamond', serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
	transition: all .3s;
} 
.header_nav ul li a:hover,.header_logo a:hover,.g-menu ul li a:hover{
	opacity: .7;
}
.header_02 .header_nav ul li a{
	color: #616152;
}
.header_nav{
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: flex-end;
    width: 100%;

}
.f_btn{
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: #fff;
    /* width: 100%; */
    width: 297px;
    height: 63px;
    border: 1px solid #fff;
    border-radius: 100vw;
    line-height: 63px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
}
.header_02 .f_btn{
	color: #616152;
	border: 1px solid #616152;
}
.f_btn:hover{
    background-color: #fff;
    color: #333333;
		border: 1px solid #fff;
}


.cta_link a{
    margin: 0 auto;
    background-color: #DE7E00;
    margin-top: 110px;
    border: none;
    transition: all .3s;
}
.cta_link a:hover{
    color: #fff;
	    border: none;
    background-color: #FF9100;
}
@media screen and (max-width: 768px) {

    .cta_link a{
        margin-top: 60px;
    }

}


.sp_menu,.header_logo_sp{
    display: none;
}
@media screen and (max-width: 1065px) {

  
    .sp_menu,.header_logo_sp{
        display: block;
    }
    .nav-menu {
        display: none;
    }
    
    .nav-menu {
        position: fixed;
        overflow-y: auto;
        z-index: 99;
        width: 100%;
        top: 0;
        height: 100vh;
        display: none;
        background-color: #44464B;
        padding-top: 10px;
    }
    
    .g-menu ul{
        margin-left: 16%;
        margin-top: 52px;
    }
    .g-menu ul li a{
        display: block;
        font-family: 'Noto Serif JP', serif;
        font-size: 16px;
        color: #fff;
        line-height: 1.7;
        letter-spacing: .1em;
        margin-bottom: 30px;
		transition: all .3s;
    }
    
/* hamburger */
    .toggle {
        position: fixed;
        right: 10px;
        top: 10px;
        width: 36px;
        height: 36px;
        border: 1px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        z-index: 999;
        display: block;
    }

   	.header_02 .toggle{
		border: 1px solid #616152;
	}
	.header_02 .toggle.active{
		border: 1px solid #fff;
	}    
    .toggle span {
        display: block;
        position: absolute;
        width: 21px;
        border-bottom: solid 2px  #fff;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
    }
	.header_02 .toggle span {
		border-bottom: solid 2px  #616152;
	}
    .toggle span:nth-child(1) {
        top: 10.3px;
    }
    .toggle span:nth-child(2) {
        top: 16px;
    }
    .toggle span:nth-child(3) {
        top: 23px;
    }
   
    .toggle.active span:nth-child(1) {
        top: 28%;
        left: 45%;
        -webkit-transform: rotate(-45deg) translate(-50%,-50%);
        -ms-transform: rotate(-45deg) translate(-50%,-50%);
        transform: rotate(-45deg) translate(-50%,-50%);
        border-bottom: solid 2px  #fff;
    }
    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 73%;
        left: 41%;
        -webkit-transform: rotate(45deg) translate(-50%,-50%);
        -ms-transform: rotate(45deg) translate(-50%,-50%);
        transform: rotate(45deg) translate(-50%,-50%);
        border-bottom: solid 2px  #fff;
    }

}

/*-----------------------
         FV
-------------------------*/


.top_fv{
    position: relative;
}
.fv_txt {
    position: absolute;
    top: 72%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 32%;
    max-width: 450px;
    text-align: center;
  }

  .fv_txt img{
    width: 44%;
    max-width: 194px;
    margin-bottom: 30px;
  }
  .fv_txt p{
    font-size: clamp(13px, 1.4vw, 19px);
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
    margin-bottom: 13.334%;
  }
  .top_cta a{
    margin: 0 auto;
  }

@media screen and (max-width: 970px) {
    .fv_txt .sp_br{
        display: block;
    }
}
@media screen and (max-width: 768px) {

    .top_fv{
        margin-top: 0px;
    }
    .fv_txt {
        width: 90%;
        top: 70%;
        left: 50%;
        max-width: 550px;
    }
    .fv_txt img {
    width: 60.5%;
    max-width: 300px;
    margin-bottom: 30px;
}
  .fv_txt p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 8.366%;
  }
}
@media screen and (max-width: 479px) {

  
    .fv_txt {
        width: 90%;
        top: 73%;
        left: 50%;
        max-width: 550px;
    }
}

.section_ttl{
    text-align: center;
}
.section_ttl h2{
    font-family: 'Shippori Mincho', serif;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 400;
}
.section_ttl span{
    line-height: 1.7;
    font-weight: 500;
    font-size: 16px;
    font-family: 'EB Garamond', serif;
}

@media screen and (max-width: 768px) {
    .section_ttl h2{
        font-size: 32px;
    }
    .section_ttl span{
        font-size: 14px;
    }
    

}


/*-----------------------
         campaign
-------------------------*/

#campaign{
    padding-top: 100px;
    text-align: center;
}
#campaign .bnnr{
    width: 95%;
    max-width: 726px;
    margin: 0 auto;
	transition: all .3s;
}
#campaign .bnnr:hover{
	opacity: .7;
}
.maru_icon{
    position: absolute;
    /* transform: translate(-50%,-50%); */
}
.maru_01{
    max-width: 165px;
    right: 18%;
    top: -15%;
}
.maru_02{
    max-width: 220px;
    left: 9%;
    bottom: -55%;
}
.maru_03{
    max-width: 288px;
    left: 45%;
    bottom: 12%;
    z-index: -1;
}
@media screen and (max-width: 768px) {

    #campaign{
        padding-top: 40px;
    }
    #campaign .bnnr{
        width: 95%;
        max-width: 400px;
        margin: 0 auto;
    }


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

	.maru_icon{
		position: absolute;
		transform: translate(-50%,-50%);
	}
	
	.maru_01 {
		right: -12%;
   		 top: 5%;
	}
	.maru_02 {
		left: 6%;
   		 bottom: -84%;
	}
	.maru_03 {
		left: 100%;
  		  bottom: -112%;
	}

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

	
	.maru_01 {
		right: -12%;
   		 top: 5%;
	}
	.maru_02 {
		left: 6%;
   		 bottom: -173%;
	}
	.maru_03 {
		left: 100%;
  		  bottom: -112%;
	}

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


	.maru_01 {
		max-width: 50px;
		right: 0%;
		top: 3%;
	}
	.maru_02 {
		max-width: 60px;
		left: 10%;
		bottom: -53%;
	}
	.maru_03 {
		max-width: 70px;
		left: 102%;
		bottom: -18%;
	}

}
/*-----------------------
         concept
-------------------------*/
#Concept{
    padding-top: 120px;
}
.tate_txt{
    position: relative;
}
.tate_txt p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #616152;
    font-size: 44px;
    line-height: 1.6;
    font-family: 'Shippori Mincho', serif;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
    #Concept{
        padding-top: 100px;
    }
    .tate_txt p{
    font-size: 24px;
    }
}


.concept_area{
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.concept_col{
   display: flex;
}

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

    .concept_area{
        padding-bottom: 0;
    }
    
    .concept_col{
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        max-width: 700px;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {

    .concept_area{
        padding-bottom: 0;
    }
    
    .concept_col{
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        max-width: 500px;
        align-items: center;
    }
}


.cncpt01{
    width: 100%;
    max-width: 807px;
  
}



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


    .cncpt01 {
        width: 100%;
        max-width: none;
    }


    
}




.concept_txt{
    /* width: fit-content; */
    margin-left: -5%;
    margin-top: 50px;
    position: relative;
}
.concept_txt p{
    font-size: 16px;
    line-height: 2.5;
    color: #616152;
}



@media screen and (max-width: 1050px) {
    .concept_txt .pc_br{
        display: none;
    }
    .concept_txt .sp_br{
        display: block;
    }
    .concept_txt{
        width: fit-content;
        margin: 0;
    }
    .concept_txt p {
        margin-top: 30px;
        line-height: 2;
    }
}
/*-----------------------
         Feature
-------------------------*/

#Feature{
    padding-top: 120px;

}
.feature_bg{
    position: relative;
}

#Feature .inner{
    width: 100%;
    max-width: 1440px;
}

@media screen and (max-width: 768px) {
    #Feature{
        padding-top: 100px;
    }

    
}



.feature_col{
    display: flex;
    align-items: center;
    column-gap: 80px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 100px;
    margin-top: 80px;
}
@media screen and (max-width: 920px) {

    .feature_col{
        column-gap: 30px;
    }
    
}
.feature_col:nth-child(even){
    flex-direction: row-reverse;
    margin-right: auto;
    margin-left: 0;
}
.feature_col:last-child{
    margin-bottom: 0;
}

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

    .feature_col{
        flex-direction: column;
        row-gap: 30px;
        width: 100%;
        margin: 0 auto;
        margin-top: 60px;
    }
    .feature_col:nth-child(even){
        flex-direction: column;
        margin-right: auto;
        margin-left: auto;
    }

}



.feature_col_img{
    width: 50%;
    max-width: 710px;
}

.feature_col_txt{
    width: 38%;
    max-width: 480px;
}
@media screen and (max-width: 920px) {

    .feature_col_txt{
        width: 44%;
        max-width: 480px;
    }
    
}
@media screen and (max-width: 768px) {

    .feature_col_img{
        width: 100%;
        max-width: 500px;
    }
    
    .feature_col_txt{
        width: 90%;
        max-width: 500px;
    }
    }



.num {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #616152;
}
.num span{
    font-family: 'EB Garamond', serif;
    font-size: 32px !important;
    color: #DABB7E;
}



.num h3{
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(20px, 1.7vw, 24px);
    font-weight: 400;
    line-height: 1.7;
}

.feature_col_txt p{
    font-size: 16px;
    line-height: 1.7;
}

.f_btn03 {
    margin: 0 auto;
    border-radius: 8px;
}
@media screen and (max-width: 768px) {

    .feature_col_txt h3 {
        font-size: 24px;
        line-height: 1.3;
    }
    .num {
        display: flex;
        align-items: baseline;
    }
    
}

/*-----------------------
           Lesson
-------------------------*/


#Lesson {
    padding-top: 200px;
}

.lesson_ttl{
    margin-bottom: 85px;
}


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

    #Lesson {
        padding-top: 100px;
    }
    .lesson_ttl{
        text-align: center;
        margin-bottom: 70px;
    }
}


.lesson_img{
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.lesson_img02{
    margin-top: 90px;
    text-align: right;
}
.lesson_img img{
    width: 64%;
    max-width: 837px;
}
.lesson_txt_box{
    position: absolute;
    background-size: cover;
    width: 47%;
    max-width: 615px;
    /* height: 533px; */
    height: 37.014vw;
    max-height: 533px;
}
.lesson_txtR{
    background-image: url('./img/lesson_img02.jpg');
    top: 93px;
    right: 0;
}
.lesson_txtL{
    background-image: url('./img/lesson_img04.jpg');
    top: 93px;
    left: 0;
}

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

    .lesson_img {
        position: relative;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .lesson_img02{
        margin-bottom: 0;
    }
    .lesson_txt_box {
        position: absolute;
        background-color: rgba(1, 5, 22, .7);
        width: 100%;
        height: 50%;
    }
    .lesson_img img{
        width: 100%;
        max-width: 500px;
    }
}
.lesson_txt{
    width: 90%;
    max-width: 398px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.lesson_txtR .lesson_txt{
    margin-left: 8.131%;
}
.lesson_txtL .lesson_txt{
    margin-left: auto;
    margin-right: 50px;
}
.lesson_txt h3{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.7;
    text-align: left !important;
}
.lesson_txt p{
    color: #fff;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.7;
    margin-top: 7%;
	font-weight: 500;
    text-align: left !important;
}

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

    .lesson_txtL .lesson_txt,.lesson_txtR .lesson_txt{
        width: 95%;
        margin: 0 auto;
    }
    .lesson_txt_box{
        width: 55%;
    }
}


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

    .lesson_txt_box {
        position: static;
        top: 0;
        width: 100%;
        height: auto;
        max-height: none;
        padding: 51px 0;
    }

    .lesson_txt h3{
        font-size: 24px;
    }
    .lesson_txt p{
        font-size: 16px;
        margin-top: 30px;
    }
    .lesson_txtL .lesson_txt, .lesson_txtR .lesson_txt {
        width: 85%;
        margin: 0 auto;
    }
}

/*-----------------------
        Staff
-------------------------*/

#Staff{
    padding-top: 100px;
}
.staff_ttl{
    text-align: center;
}

.staff_area{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 80px;
    
}

.staff_col{
    width: 31.8%;
    max-width: 350px;
}

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

    .staff_col{
        width: 31.1%;
        max-width: 350px;
    }

}

@media screen and (max-width: 768px) {
    #Staff{
        padding-top: 100px;
    }

    .staff_area{
        row-gap: 30px;
        column-gap: 10px;
        margin-top: 50px;
    }
    .staff_col{
        width: 49%;
        max-width: 350px;
    }
}
@media screen and (max-width: 555px) {
	    .staff_col{
        width: 48.52%;
    }
	
}
@media screen and (max-width: 374px) {
	    .staff_col{
        width: 48%;
    }
	
}
.staff_col_img{
    cursor: pointer;
    position: relative;
}

.item__text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(97, 97, 82, 0.9);
    transition: .3s ease-in-out;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item__text p{
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-family: 'EB Garamond', serif;
}
.item__text p:last-child{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: 500;
}
.staff_col a,.item__text:hover{
    opacity: 1 !important;
}

.staff_col_txt p{
    font-size: clamp(13px, 1.2vw, 16px);
    text-align: center;
    line-height: 2;
    margin-top: 20px;
}
@media screen and (max-width: 795px) {
	.staff_col_txt p .pc_br{
		display: none;
	}
}
@media screen and (max-width: 768px) {

    .staff_col_txt p {
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        margin-top: 10px;
        text-align: left;
    }
	.item__text p{
		font-size: 16px;
	}
	.item__text p:last-child{
		font-size: 14px;
	}

}



.md-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #010516;
    opacity: .7;
    z-index: 9999;
}

.md-contents{
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    width: 80%;
    max-width: 1100px;
    height: auto;
    overflow: hidden;
    transform: translate(-50%,-50%);
    z-index: 10000;
}

@media screen and (max-width: 768px) {
	.md-contents{
    width: 95%;
}
	
}


.md-inner{
    padding: 85px 0 20px;
    background: #FFFEFE;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 50px;
    height: 46.25vw;
    min-height: 500px;
    overflow-y: auto;
	-ms-overflow-style: none;
 	scrollbar-width: none;
    position: relative;
}
.md-inner::-webkit-scrollbar {
 display:none;
}


.md-xmark{
    position: absolute;
    top: 55px;
    left: 92%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    z-index: 9999;
    cursor: pointer;
    background-color: #F26343;
    border-radius: 50%;
}

.md-xmark span {
    height: auto;
    position: absolute;
    left: 50%;
    width: 21px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
    top: 52%;
    transform: translate(-50%,-50%) rotate(-45deg);
}


.md-xmark span:nth-of-type(2) {
    top: 52%;
    transform: translate(-50%,-50%) rotate(45deg);
}

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

    
    .md-xmark {
        position: absolute;
        top: 15px;
        left: 92%;
    }
    .md-inner {
        padding: 40px 0 10px;
        width: 95%;
        height: 110vw;
		    min-height: 0;
        border-radius: 20px;
    }

}
@media screen and (max-width: 375px) {
    .md-inner {
        height: 140vw;
    }

}




.name_box{
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}
.name_box01{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    column-gap: 115px;
    margin-bottom: 20px;
}
.name_box01 .name_txt p{
    font-size: 26px;
    line-height: 1.7;
    font-family: 'EB Garamond', serif;
}
.name_box01 .name_txt h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;

}
.name_box01 .staff_img02{
    width:28%;
    max-width: 237px;
}

.name_box02 p{
    font-size: 21px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}

.name_box02 dt,.name_box02 dd{
    font-size: 16px;
    line-height: 1.7;
}
.name_box02 dd{
    margin-bottom: 35px;
}
.name_box02 dd.mgb{
    margin-bottom: 50px;
}

.sp_name{
    display: none;
}
@media screen and (max-width: 768px) {
    .sp_name{
        display: block;
        text-align: center;
    }
    .sp_name p{
		line-height: 1.7;
        font-size: 16px;
        text-align: center;
    font-family: 'EB Garamond', serif;

    }
    .sp_name h3{
		line-height: 1.7;
        font-size: 16px;
        font-weight: 500;
    }
    .name_box {
        width: 90%;
        max-width: 960px;
        margin: 0 auto;
    }
    .name_box01 .staff_img02 {
        width: 80%;
        max-width: 237px;
    }
    .name_box01 .name_txt p {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .name_box01 {
        flex-direction: column-reverse;
        row-gap: 15px;
        margin-bottom: 15px;
    }
    .name_box02 p{
		line-height: 1.6;
        font-size: 20px;
        margin-bottom: 40px;
    }
    
 
    
}

/*-----------------------
         Price 
-------------------------*/

#Price{
    margin-top: 120px;
    
}
.price_bg{
	max-width: 1320px;
	margin: 0 auto;
	padding: 60px 0;
    background-color: #F2F0E3;
}

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

    #Price{
        margin-top: 100px;
        padding: 60px 0;
    }
}


.price_ttl{
    margin-bottom: 60px;
}


.price_area ul{
    display: flex;
    column-gap: 20px;
    align-items: center;
}
@media screen and (max-width: 910px) {


    .price_area ul{
        flex-direction: column;
        row-gap: 20px;
    }
	.price_area p {
		font-size: 16px;
	}
	.price_area p .txtbig01{
		font-size: 24px;
	}

}

@media screen and (max-width: 768px) {
    .price_ttl{
        text-align: center;
        margin-bottom: 54px;
    }

}


.price_area ul li{
    background-color: #fff;
    width: 33%;
    text-align: center;
    max-width: 353px;
    padding: 0 .8%;
    padding-top: 38px;
    padding-bottom: 40px;
}
.price_area ul li:last-child{
    padding-top: 29.47px;
    
}
.price_area ul .price_col01 img{
    width:18px;
}
.price_area ul .price_col02 img{
    width: 36px;
}
.price_area ul .price_col03 img{
    width: 36px;
}

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

    .price_area ul li{
        width: 100%;
        max-width: 353px;
        padding-top: 60px;
        padding-bottom: 40px;
    }
	.price_area ul li:last-child {
		padding-top: 51.47px;
	}
}
.price_area ul li h3{
    font-size: 32px;
    margin:24px 0 30px 0;
}
.p_txt{
    width: fit-content;
    margin: 0 auto;
}
.price_area ul li p{
    font-size: clamp(14px, 1.2vw, 16px);
    padding-left:1em;
	text-indent:-1em;
    text-align: left;
    line-height: 1.8;
}

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

    .price_area ul li p{
        font-size: 16px;
    }

}


.price_area ul li .p_en{
    font-weight: 500;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 0;
}
.price_area p .txtbig01{
    font-size: 20px;
    font-family: "Gill Sans Medium", sans-serif;
    font-weight: 500;
}
.price_area ul li .p_en .txtbig02{
    font-family: "Gill Sans Medium", sans-serif;
    font-size: 40px;
    font-weight: 500;
}

.price__icon {
    text-align: center;
    margin: 15px 0 11px 0;
}
.price__icon__img {
    width: 32px;
}
.price__start {
    text-align: center;
    padding: 35px 10px;
    background: #FFF;
    line-height: 1;
}
@media(max-width: 910px) {
    .price__start {
        padding: 30px 10px;
        width: 100%;
        max-width: 353px;
        margin: 0 auto;
    }
}
.price__start .price__start__num{
    font-size: 32px;
    font-weight: 700;
}
.price__start__num span{
    font-size: 40px;
    font-weight: 600;
    font-family: "Gill Sans Medium", sans-serif;
}
.price__start__num small{
    margin-left: 20px;
    margin-right: 4px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Gill Sans Medium", sans-serif;
}



/*-----------------------
         Voice 
-------------------------*/

#Voice{
    padding-top: 120px;
}


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

    #Voice{
        padding-top: 60px;
    }
	#Voice .inner{
		width: 100%;
	}
}

.voice_ttl{
    margin-bottom: 60px;
}

.voice_area ul{
    display: flex;
    column-gap: 20px;
    margin-top: 60px;
}
@media screen and (max-width: 910px) {


    .voice_area ul{
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }
	.voice_area p {
		font-size: 16px;
	}


}

.voice_area ul li{
    width: 33%;
    max-width: 353px;
    
}

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

    .voice_area ul li{
        width: 100%;
        padding-bottom: 0;
        max-width: 353px;
    }

}

@media screen and (max-width: 768px) {
	.voice_area ul li{
        max-width: 375px;
    }
}
.voice_area ul li h3{
    font-size: 20px;
    font-weight: 500;
	line-height: 1.7;
    margin:16px 0;
}
.p_txt{
    width: fit-content;
    margin: 0 auto;
}
.voice_area ul li p{
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.7;
	font-weight: 400;
}
.voice__img{
    width: 130px;
    margin: 0 auto;
}
@media screen and (max-width: 910px) {

    .voice_area ul li p{
        font-size: 16px;
		
    }

}


.voice_area ul li p:last-child{
    margin-top: 16px;
}

#Voice .cta_link a {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    #Voice .cta_link{
        display: none;
    }
	  .voice_area ul li p,.voice_area ul li h3{
           width: 90%;
		margin-left: auto;
		margin-right: auto;
    }
}
/*-----------------------
         FAQ 
-------------------------*/
#FAQ {
    padding-top: 120px;
}


.faq_ttl{
    text-align: center;
    margin-bottom: 60px;
}



@media screen and (max-width: 768px) {
    #FAQ {
        padding-top: 100px;
    }

}

.question-item-contents {
    max-width: 915px;
    margin: 0 auto;
}
.js-accordion-title{
	cursor: pointer;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}
.js-accordion-title h4{
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    width: 79%;
    max-width: 725px;
}
.f_icon{
    font-family: 'Spectral', serif;
    border: 1px solid #616152;
    background-color: #fff;
    color: #616152;
    font-size: 26px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.a_icon{
    background-color: #616152;
    color: #fff;
}

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

    .question-item-contents {
        max-width: 600px;
        margin: 0 auto;
    }
    .js-accordion-title{
        padding-top: 12px;
        padding-bottom: 20px;
        gap: 15px;
        align-items: flex-start;
    }
    
    .f_icon{
        font-size: 14px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
    .js-accordion-title h4 {
        font-size: 18px;
        line-height: 1.7;
    }

}


.js-accordion-title.open{
    border-bottom: none;

}

.accordion-content_txt{
    display: flex;
    gap: 40px;
    padding-bottom: 38px;
    align-items: baseline;
}
.accordion-content p{
    font-size: 16px;
    line-height: 1.7;
    width: 80%;
    max-width: 725px;
}

.accordion-content p a:hover{
    opacity: .7;
}

.toggle_btn {
	cursor: pointer;
	width: 15px;
	height: 15px;
	border: 0;
	border-top: solid 3px #616152;
	border-right: solid 3px #616152;
	position: absolute;
	top: 20%;
	right: 40px;
	margin-top: -5px;
	transform: translateY(-50%) rotate(135deg);
	transition: all .3s;
}



.js-accordion-title.open .toggle_btn{
	transform: translateY(-50%) rotate(-47deg);
}



@media screen and (max-width: 768px){
    .accordion-content_txt{
        display: flex;
        gap: 15px;
        padding-bottom: 45px;
    }

  .toggle_btn {
        top: 35%;
        right: 2px;
        width: 10px;
        height: 10px;
      border-top: solid 2px #010516;
      border-right: solid 2px #010516;
  
  }


}

/*-----------------------
        Facility
-------------------------*/

#Facility{
    padding-top: 120px;
}

.facility_ttl{
    text-align: center;
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
    #Facility{
        padding-top: 80px;
        padding-bottom: 60px;
    }
    
    .facility_ttl{
        text-align: center;
        margin-bottom: 45px;
    }
}


.facility_col{
    width: 100%;
    max-width: 540px;
}
@media screen and (min-width: 1441px) {

    .facility_col{
        width: 100%;
        max-width: none;
    }

}


.facility_col img{
    height:361px; 
    object-fit: cover;
}
@media screen and (min-width: 1760px) {

    .facility_col img{
        height:570px; 
        object-fit: cover;
    }
}



.slick-track {
    display: flex;
}
.slick-slide {
    margin: 0 12px !important;
    height: auto !important;
}

@media screen and (max-width: 1000px) {
    .facility_col img{
        height:250px; 
        object-fit: cover;
    }

}


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

    .slider_inner{
        width: 100%;
        margin-left: auto;
    }
    .facility_slider{
        padding-left: 0 !important;

    }
    .facility_col img{
        height: 100%; 
        object-fit: cover;
    }
    .facility_col{
        margin: 0 17px 0 0;
        height: 365px;
        margin-bottom: 19px;
    }
    
    .slick-slide {
        margin: 0 12px 0 0 !important;
        /* margin-right: 17px; */
    }

    .facility_slider {
        width: 100%;
        margin: 0 0 0 auto;
      }
      .facility_slider .slick-list {
        padding: 0 25% 0 0!important;
      }
      /* .facility_slider li {
        margin: 0 0.5%;
      } */
}
@media screen and (max-width: 500px) {
    
    .facility_slider .slick-list {
        padding: 0 15% 0 0!important;
      }

}

@media screen and (max-width: 400px) {
    .facility_slider {
        width: 100%;
         margin: 0;
      }
    .facility_slider .slick-list {
        padding: 0 9% 0 0!important;
      }

}



.f_arrow{
    position: relative;
}
.f_prev {
	cursor: pointer;
    z-index: 100;
    left: 82vw;
    top: -20px;
}
.f_next {
	cursor: pointer;
    z-index: 100;
    left:89vw;
    right: auto;
    top: -435px;
}
.f_prev::before{
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background-image: url('./img/prev.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.f_next::before{
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background-image: url('./img/next.png');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1760px) {

    .f_next {
        z-index: 100;
        left:89vw;
        right: auto;
        top: -645px;
    }

}
@media screen and (max-width: 1000px) {
    .f_prev {
        left: 81vw;
    }
    .f_next {
        z-index: 100;
        left:89vw;
        right: auto;
        top: -366px;
    }
}


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

    /* .f_next {
        right: auto;
        top: -289px;
    }
    .f_prev {
        left: 74vw;
    }
    .f_arrow {
        position: relative;
    }

    .f_prev::before{
        width: 31px;
        height: 31px;
    }
    .f_next::before{
        width: 31px;
        height: 31px;
    }  */


}

@media screen and (max-width: 479px) {
    .f_next {
        right: auto;
        left: 78vw;
    }
    .f_prev {
        left: 66vw;
    }

}

@media screen and (max-width: 380px) {
    .f_next {
        right: auto;
        left: 86vw;
    }
    .f_prev {
        left: 73vw;
    }

}


/*-----------------------
        News
-------------------------*/

.news_col{
	padding-top: 40px;
    justify-content: space-between;
    display: flex;
    column-gap: 30px;
}
.news_ttl{
    text-align: left; 
}
.news_ttl span{
    padding-left: 5px; 
}

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

    .news_col{
        flex-direction: column;
        align-items: center;
        row-gap: 60px;
    }
    .news_ttl{
        text-align: center;
    }
    .news_ttl span{
        padding-left: 0;
    }    
}


.news_data{
    width: 70%;
    max-width: 787px;
}
.news_data li{
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(73, 73, 73, .1);
} 
.news_data li:last-child{
    margin-bottom: 0;
}
.news_data li .cat{
    font-size: 10px;
    background-color: #616152;
    color: #fff;
    padding: 1px 8px 2px;
    display: inline-block;
    vertical-align: middle;
}
.news_data li a{
	color: #616152;
	transition: all .3s;
    flex: 1;
}
.news_data li a:hover{
	opacity: .7;
}
@media screen and (max-width: 768px) {

    .news_data{
        width: 100%;
        max-width: 787px;
    }
    
}


/*-----------------------
         Contact 
-------------------------*/

#Contact{
    margin-top: 120px;
    background-image: url('./img/contact_bg.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 207px;
    padding-bottom:207px;
}

#Contact .cta_link a{
    margin-top: 40px;
}
.line_btn{
	display: flex;
	align-items: center;
	column-gap: 10px;
	max-width: 150px;
	margin: 0 auto;
	margin-top: 30px;
}
.line_btn img{
	width: 21px;
}
.line_btn a{
	font-size: 16px;
	color: #616152;
	font-weight: 500;
	 transition: all .3s;
	background-color: transparent;
	text-decoration: underline;
	margin-top: 0 !important;
}
.line_btn a:hover{
	opacity: .7;
	color: #616152;
	background-color: transparent;
}
@media screen and (max-width: 768px) {

    #Contact{
        margin-top: 60px;
        background-image: url('./img/contact_bg_sp.jpg');
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #Contact .cta_link a{
        margin-top: 60px;
    }
}

/*-----------------------
     covid_info
-------------------------*/

.info_area{
	background-color: #fff;
    border: 25px solid #F2F0E3;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 70px;
    padding: 60px 0;
    margin-top: 120px;
}

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

    .info_area{
        max-width: 600px;
        margin: 0 auto;
        border: 15px solid #F2F0E3;
        flex-direction: column;
        padding: 40px 20px;
        margin-top: 60px;
    }
    
}


.info_txt{
    margin-left: 24px;
}
.info_txt h3{
    font-size: clamp(18px, 2vw, 28px);
    font-weight: bold;
    line-height: 1.7;
    color: #616152;
    margin-bottom: 40px;
}
.info_area p{
    font-size: 16px;
    line-height: 1.7;
}
.info_img{
    width: 36%;
    max-width: 372px;
    margin-right: 50px;
}
.info_img p{
    display: none;
}
@media screen and (max-width: 900px) {

    .info_area{
        column-gap: 25px;
    }
    .info_txt h3 .sp_br{
        display: block;
    }
    .info_img {
        width: 36%;
        max-width: 372px;
        margin-right: 20px;
    }

}


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

    .info_img{
            width: 92%;
    max-width: 355px;
        margin-right:0;
    }
    .info_txt h3{
        font-size: 24px;
        text-align: center;
        margin-bottom: 22px;
    }
    .info_txt p{
        font-size: 14px;
    }
    .info_txt{
        margin-left: 0;
    }
    .info_txt p{
        display: none;
    }
    .info_img p{
        display: block;
    }
    .info_img img{
        margin-bottom: 30px;
    }
}



.last_bg_img{
    position: relative;
    background-image: url('./img/last_img.png');
    background-size: cover;
    max-width: 1413px;
    margin: 0 auto;
    padding-top: 78%;
    margin-top: 120px;
}
@media screen and (min-width: 1440px) {

    .last_bg_img{
        padding: 0;
        height: 1106px;
    }
}

@media screen and (max-width: 768px) {
    .last_bg_img{
        background-image: url('./img/last_img_sp.png');
        padding-top: 185%;
        margin-top: 50px;
    }

}
/*-----------------------
         Access
-------------------------*/

#Access{
    padding-top: 155px;
    margin-bottom: 60px;
}

.map_col{
    align-items: flex-start;
    display: flex;
    column-gap: 50px;
    justify-content: center;
    max-width: 1005px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {

    #Access .inner{
        width: 100%;
    }
    #Access{
        padding-top: 20px;
        margin-bottom: 0;
    }

    .map_col{
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }
	.access_area.access_area01 {
		margin-top: 45px;
	}
}

.map_txt {
    max-width: 370px;
    width: 38%;
}

.map_txt p{
    font-size: 16px;
    margin-bottom: 30px;
}


.access_area li h3{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid rgba(73, 73, 73, .1);
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.access_area li p{
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}
.access_area li:last-child p{
    margin-bottom: 0;
}
.access_area li p.fnt_15{
    font-size: 15px;
}
.g_map{
    width: 60%;
    max-width: 600px;
    position: relative;
    padding-bottom: 69.66%;
    height: 0;
    overflow: hidden;
}
.g_map iframe,
.g_map object,
.g_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
	.map_txt {
		max-width: 353px;
		width: 100%;
	}

    .access_area li h3{
        margin-bottom: 33px;
    }
    .access_area li p{
        font-size: 14px;
    }
    .g_map{
        width: 100%;
		max-width: none;
        padding-bottom: 116.66%;
    }

}


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

footer {
    background-color: #D9CFC3;
    padding-top: 100px;
    padding-bottom: 180px;
}

.footer_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

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

    footer {
        padding-top: 80px;
        padding-bottom: 28px;
    }

    .footer_nav {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 40px;

    }

}
.f_logo{
    width: 80%;
    max-width: 180px;
}
.f_logo a{
	transition: all .3s;
}
.f_r_menu ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
}
.f_r_menu li a{
    font-family: 'EB Garamond', serif;
    font-size: 14px;
    color: #616152;
    letter-spacing: .1em;
	transition: all .3s;
}

.nav2 ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
    margin-top: 20px;
}

.nav2 ul li a{
	font-family: 'Noto Sans JP', sans-serif;
    color: #616152;
    text-decoration: underline;
    font-size: 12px;
	transition: all .3s;
}
.nav2 ul li a:hover,.f_r_menu li a:hover,.f_logo a:hover{
	opacity: .7;
}


@media screen and (max-width: 820px) {
    .f_r_menu ul{
        column-gap: 30px;
        row-gap: 20px;
    }
    
  .nav2 ul{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 28px;
        margin-top: 90px;
    }
    .f_logo {
        width: 100%;
        max-width: 100px;
    }
.f_r_menu li a{
    font-size: 16px;
}
}

.other {
    padding-top: 100px;
    background-color: #F7F7F1;
    padding-bottom: 300px;
}

.other h1{
	margin-top: 101px;
    background-color: #616152;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {

  
    .other h1{
		margin-top: 0;
        font-size: 18px;
        color: #fff;
        height: 60px;
        line-height: 60px;
        margin-bottom: 60px;
    }
}
.other p{
    margin-bottom: 85px;
}
.other dl,.other h3{
    margin-bottom: 30px;
}
.other h3{
    margin-top: 50px;
}
.other dt,.other dd,.other h3,.other p,.other span{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.02em;
}
.other a{
    color: #616152;
    text-decoration: underline;
}

.cta_btn{
	display: none;
}
@media screen and (max-width: 768px) {
	.cta_btn{
		display: none;
		position: fixed;
		right: 0;
		left: 0;
		margin: auto;
		bottom: 10px;
		width: 300px;
		max-width: 100%;
	}
	.cta_btn a{
		display: block;
		padding: 20px 0;
		color: #fff;
		background-color: #CAA976;
		border-radius: 8px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
}

.news_contents{
	padding-top: 290px;
	padding-bottom: 170px;
}
.contents_data .data{
	font-size: 14px;
	margin-right: 20px;
	line-height: 1.5;
}
.contents_data .cat {
    font-size: 10px;
    background-color: #616152;
    color: #fff;
    padding: 1px 8px 2px;
    display: inline-block;
    vertical-align: middle;
}
.news_contents h1{
	margin-top: 15px;
	margin-bottom: 85px;
	font-size: 24px;
	line-height: 1.5;
}
.news_contents p{
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 65px;
}
.news_contents p:last-child{
	margin-bottom: 0;
}

.news_contents ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 40px;
	margin-top: 135px;
}
.news_contents li a{
	font-size: 16px;
	font-weight: 500;
	color: #616152;
	transition: all .3s;
	position: relative;
}
.news_contents li a:hover{
	opacity: .7;
}
.arrow_l a:before{
	content: '';
	display: inline-block;
	background-image: url('./img/arrow_l.svg');
	    width: 29px;
    height: 9px;
    margin-bottom: 3px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.arrow_r a:after{
	content: '';
	display: inline-block;
	background-image: url('./img/arrow_r.svg');
	width: 28px;
    height: 9px;
    margin-bottom: 3px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}
	.home_b_sp{
		display: none;
	}
@media screen and (max-width: 768px) {
	
	.news_contents{
		padding-top:145px;
		padding-bottom: 100px;
	}
	.news_contents h1{
		margin-bottom: 40px;
		font-size: 20px;
	}
	.news_contents p{
		font-weight: normal;
		line-height: 1.7;
		margin-bottom: 60px;
	}
	.news_contents ul{
		margin-top: 100px;
		column-gap: 97px;
	}
	.news_contents li.home_b{
		display: none;
	} 
	.home_b_sp{
		display: block;
		padding-top: 40px;
		text-align: center; 
	}
	.home_b_sp a{
		font-size: 16px;
		font-weight: 500;
		color: #616152;
		transition: all .3s;
		position: relative;
	}
	.home_b_sp a:hover{
		opacity: .7;
	}
	
}