/*==================================================
                 tenplate
==================================================*/

*,*::before,*::after {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
}
body{
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin-top: 0px!important;
 scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 500;
	line-height: 1.5;
}

h1,.h1 {
	font-size: 2.5rem
}

h2,.h2 {
	font-size: 2rem
}

h3,.h3 {
	font-size: 1.75rem
}

h4,.h4 {
	font-size: 1.5rem
}

h5,.h5 {
	font-size: 1.25rem
}

h6,.h6 {
	font-size: 1rem
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
img{
	width: 100%;
	height: auto;
}
a{
	border: none;
	text-decoration: none;
}
a :hover{
	opacity: 0.8;
}
section{
	text-align: center;
}
 picture{
	width: 100%;
	 height: auto;
}
picture img{
	width: 100%;
	height: auto;
}
.btn{
	margin: 0 auto;
	border: none;
	text-decoration: none;
transition: color .3s, text-decoration .3s;
  transition: all 0.3s ease;
	background: none;
max-width: 660px;
    width: 100%;
}
.btn:hover{
	opacity: 0.7;
}
.btn img{
height: auto;
    width: 70%;
	margin: 0 auto;
}
.container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.row{
	display: flex;
	width: 100%;
}
.bg_blue{
	background: #DAE2FF;
}
.h1{
	text-align: center;
	margin-top: -180px;
}
	.h1_sp{
		display: none;
	}
.h1 img{
	height: 70px;
	width: auto;
}
.section{
	padding: 150px 0 100px 0;
	position: relative;
}
.sp{
	display: none;
	}
.b_768{
	display: none;
}
.n_768{
	display: block;
}
.b_480{
	display: none;
}
.n_480{
	display: block;
}
/*==================================================
              header
==================================================*/
.contact_page img{
	width: 250px;
}
.contact_page{
	background: #fff;
	padding: 20px 30px;
	border-bottom: 2px #A0A0A0 solid;
}
/*==================================================
               fv
==================================================*/
.fv{
	position: relative;
}
/*==================================================
              about
==================================================*/
.about h2 img{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 30px auto;
}
.about{
	position: relative;
}
.about_contents{
	    background-image: linear-gradient(-90deg, #BCBCBC 5%, transparent 5%), linear-gradient(#BCBCBC 5%, transparent 5%);
    background-size: 20px 20px;
    height: 282px;
    position: absolute;
    bottom: 80px;
	width: 100%;
}
.about .container{
	z-index: 9;
	position: relative;
}
/*==================================================
              phone
==================================================*/
.phone .row{
	flex-flow: wrap;
}
.phone .row .phone_contents{
	width: 50%;
	padding: 20px;
}
.phone h2{
	margin-bottom: 30px;
}
.phone .container{
	margin-bottom: 50px;
}
/*==================================================
              youtube
==================================================*/
.youtube{
	position: relative;
}
.youtube h2 img{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 30px auto;
}
.youtube_contents{
	 /*   background-image: linear-gradient(-90deg, #BCBCBC 5%, transparent 5%), linear-gradient(#BCBCBC 5%, transparent 5%);
    background-size: 20px 20px;
    height: 282px;*/
	width: 100%;
	background: url("../img/sp/youtube_bg.webp")no-repeat;
	background-size: cover;
}
.youtube_btn_box{
	width: fit-content;
	padding: 50px 0;
}
.youtube_btn_box .youtube_btn img{
	height: 100px;
width: 100%;
padding: 0 15px;}
.video {
    position: relative;
    max-width: 800px;
    width: 100%;
    padding-top: 40%;
    margin: 0 auto 0 auto;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*==================================================
               footer
==================================================*/
footer{
	text-align: center;
	padding: 60px 10px 20px 10px;
}
footer ul{
    list-style: none;
    display: flex;
	    width: fit-content;
    margin: 0 auto 30px auto;
}
footer ul li a{
   text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
footer ul li:hover a{
	color: #7A7A7A;
}
footer ul li{
	padding: 0 20px;
}
footer p{
	font-size: 14px;
	color: #868686;
}
.annotation{margin-bottom: 30px;
line-height: 1.5;
}
@media screen and (max-width:1440px){

	}
@media screen and (max-width:992px){
.about h2 img{
	width: 90%;
}	
.about_contents {
background-size: 24px 24px;
        height: 200px;
        position: absolute;
        bottom: 0px;
        width: 100%;
}	
	
footer ul li a {
    font-size: 16px;
}
footer{
		padding: 50px 0 30px 0!important;
	}
.youtube_contents {
    background:none;
    height: auto;
    margin-bottom: 30px;
}
.youtube_btn_box .youtube_btn img {
    height: 80px;
	padding: 0 10px;
}
	}
@media screen and (max-width:768px){
.youtube_btn_box .youtube_btn img {
        height: 110px;
    }
.about_contents {
        display: none;
    }
.phone .container{
	margin-bottom: 40px;
}
.phone .row .phone_contents {
    padding: 10px;
}
.phone .row{
	flex-flow: column;
}
.phone .row .phone_contents{
	width: 100%;
	}

.b_768{
	display: block;
}
.n_768{
	display: none;
}
.btn img {
    height: auto;
    width: 100%;
}
.container {
    padding: 0 0;
}
.toggle:checked + .Label + .content {
    padding: 0 0 20px 0;
}
.about .row .item{
	width: 50%;
	padding: 20px;
}
.about .row {
    flex-flow: wrap;
}
.pc{
	display: none;
	}
.sp{
	display: block;
	}
footer ul {
    flex-flow:column;
	margin-bottom: 30px;
	}
footer ul li {
    margin-bottom: 10px;
}
.video {
    padding-top: 58%;
}
}
@media screen and (max-width:600px){
    .about_contents {
        height: 500px;
    }	
.btn_box .row{
  flex-flow: column;
}	
.btn_box .item p {
        font-size: 4.5vw;
    }
	.btn_box .item{
	width: 100%;
	}	
.contact .container h1 {
    font-size: 6vw;
}
.contact .container p {
    font-size: 14px;
    line-height: 2;
letter-spacing: 1px;
}

.a_txt .a {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    font-size: 1.3rem;
}
.youtube_btn_box .youtube_btn img {
        height: 90px;
    }
}
@media screen and (max-width:480px){
    .about_contents {
        height: 400px;
    }
.youtube_btn_box .youtube_btn img {
        height: 70px;
    }
.b_480{
	display: block;
}
.n_480{
	display: none;
}
.btn img {
        height: auto;
        width: 100%;
    }
    .scoll_btn img {
        height: auto;
        width: 100%;
    }
    .btn {
        padding: 0 20px;
    }
.youtube .btn {
        padding: 0 0;
    }
.content p {
    font-size: 14px;
}
	.btn_box .item .btn{
		padding: 0px;
	}
	.btn_box .item{
		padding: 0px 0px;
	}
footer ul li a {
    font-size: 3vw;
}
footer {
    padding: 50px 0 50px 0;
}
    .footer_l {
        margin-bottom: 50px;
    }
footer p {
    font-size: 10px;
}
footer ul li {
    padding: 10px 15px 0 0;
}
.contact .container .form {
    padding: 30px 20px;
}
.contact {
    padding: 30px 15px 40px 15px;
}
}
@media screen and (max-width:400px){
	.youtube_btn_box .youtube_btn img {
        height: 66px;
    }
    .about_contents {
        height: 360px;
    }
}