    .pc {
        display:block ;
    }
    .sp {
        display:none ;
    }
.openbtn{
	position: relative;
/*	background:#57a2c7;*/
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
	z-index: 9999;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #888888;
  	width: 85%;
  }

.openbtn span:nth-of-type(1) {
	top:12px;	
}

.openbtn span:nth-of-type(2) {
	top:25px;
}

.openbtn span:nth-of-type(3) {
	top:38px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
	background: #fff;
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
	background: #fff;
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
}

#g-nav.panelactive {
    right: 0;
}
@media only screen and (max-width: 768px) {
    #g-nav, #g-nav.panelactive #g-nav-list {
        width: 100%;
    }
}
#g-nav {
    background-image: linear-gradient(90deg, #6eff9c 50%, #888888 50%);
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    transition: all 0.6s;
}
@media only screen and (max-width: 768px) {
    #g-nav, #g-nav.panelactive #g-nav-list {
        width: 100%;
    }
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 50%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul.r {
    background:#6eff9c;
    text-align: right;
    position: absolute;
    z-index: 999;
    top: 25%;
    left: 25%;
}
#g-nav ul.l {
    background:#888888;
    text-align: left;
    position: absolute;
    z-index: 999;
    top: 25%;
    left: 53%;
}
#g-nav li {
    list-style: none;
}
#g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    transition: all .5s;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider_box{
    background:#fff;
    padding: 1rem;
}
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    margin:0 auto;
    width:94%;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    z-index: 102;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -3%;
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -3%;
}
.slick-slide {
     line-height:1.2rem;
     text-align: center;
}
body{
    background:#f5f5fa;
    color:#595757;
    color:#717071;
    font-family: "Noto Sans JP", sans-serif;
    line-height:2.0rem;
}
.wapper{
    max-width:960px;
    margin:0 auto;
    padding: 0 10px;
}
.contents{
    max-width:960px;
    margin:3rem auto 0;
    padding: 5px;
}
.content{
    max-width:800px;
    margin:2rem auto 0;
    padding: 5px;
}
h1{
    font-weight: 800;
    line-height:4.0rem;
    margin:0 auto .5rem;
}
.LC_Page_Index h2{
    padding: .5rem 0;
    position: relative;
}
.LC_Page_Index h2:before {
  position: absolute;
  content: '';
  bottom: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 25px transparent;
  border-bottom: solid 15px #595757;
}
.LC_Page_Index h2:after {
  position: absolute;
  content: '';
  bottom: -1px;
  right: -5px;
  width: 100%;
    border-bottom: 1px solid #595757;
}
.h3,h3{
    font-weight: 800;
}
.contact{
    background:#e1eae9;
    margin: 2rem auto 0;
    padding: 5px;
}
.form_link{
    background:#358cac;
    border-radius: 20px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: .8rem 2rem;
}
a {
    color: #9e9e9f;
    text-decoration: none;
}
footer{
    background:#6eff9c;
}
.footer{
    background:#fff;
}
ol, ul {
    padding-left: 0;
}
.footer ul li{
line-height: 1.6rem;
}
.content0{
    max-width: 1100px;    
    margin:30px auto ;
}
#top1{
    aspect-ratio: 550 / 241;
    background:url("../img/top_back.webp") left top;
    background-repeat: no-repeat;
    background-size: contain;
    color:#fff;
    margin:0 auto 30px;
    max-height:482px;
    padding: 60px 100px 0 100px;
    position: relative;
    z-index: 100;
    max-width: 100%;
}
#top1sp{
    margin: 0 0 -100px 0;
    padding: 0 5px;
    position: relative;
    z-index: 101;
}
#top2{
    background:#f5f5fa url("../img/T2back.webp") left top/cover;
    color:#fff;
    margin:-80px auto 0 ;
    max-height:482px;
    padding: 50px 100px 50px;
    position: relative;
    z-index: 99;
}
.bg_box{
    background:#595757;
    margin: 0 1rem;
    opacity:0.8;
    padding: 2.5rem ;
}
.link_btn1{
    background:#595757;
    border-radius: 20px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.75rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: .8rem ;
    width: 100% ;
}
.link_btn2{
    background:#9e9e9f;
    border-radius: 20px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin:0 auto;
    padding: .5rem 3rem ;
}
.link_btn3{
    border: solid 1px #fff;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin:0 auto;
    padding: .5rem 3rem ;
}
@media only screen and (max-width: 768px) {
    .pc {
        display:none !important;
    }
    .sp {
        display:block !important;
    }
    #top1{
/*
*/
        font-size: 12px;
        line-height:3.0vw;
        padding: 5vw 5vw 15vw;
    }
    h1{
        line-height:2.0rem;
    }
    #top2{
        padding: 80px 10px 30px;
    }
    .contents {
    margin: 1rem auto 0;
    }
    #g-nav.panelactive #g-nav-list {
        width:100%;
    }
    #g-nav ul.r {
        left: 20%;
    }
}
