
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

#bk{ 
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
    background-color: #e6eeed;
}

.bk01 {
    margin: 0;
    padding: 5% 3%;
    background-color: #f3f3f3;
}

#st_wrapper a:link { text-decoration:none; }

#st_wrapper {
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
    padding: 2% 0 0;
    background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

/*コンテンツ*/
#st_wrapper h1 {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
	line-height: 1.5em;
	margin: 8% auto 3%;
    font-weight: 800;
	text-align: center;
	color: #000;
}

#st_wrapper h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	margin: 5% 2% 2%;
	color: #000;
}


#st_wrapper h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 2.3em;
    margin: 2% auto;
    text-align: center;
	padding: 0;
	color: #000;
}
#st_wrapper h3 strong {
    font-size: 140%;
    color: #df8300;
}


#st_wrapper h3 img {
    width: 60%;
    max-width: 350px;
    padding: 1% 0;
}


#st_wrapper h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
    margin: 2% auto;
    text-align: center;
	padding: 0;
	color: #000;
}


#st_wrapper p{
	font-size: 13px;
	font-weight: 100;
	line-height: 1.8em;
	margin: 2% 0;
}

.txt {
	font-size: 12px;
	font-weight: 100;
	line-height: 1.6em;
	margin: 4% 0;
}

.Lead {
    font-size: 14px;
    text-align: left;
    margin: 2%;
    line-height: 1.8em;
}

.w_50 {
    width: 48%;
    margin: 1%;
    float: left;
}

.w_50 img {
    width: 100%;
}

.Ctr {
    text-align: center;
}

.Lft {
    text-align: left;
}


.bdr_box {
    width: 70%;
    margin: 2% auto 6%;
    padding: 2%;
    border: solid 2px #eee;
    box-sizing: border-box;
    text-align: center;
}

.staff_img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 2% auto;
    overflow: hidden;
}

.staff_img img {
    width: 110px;
    height: 110px;
}

.staff {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}
.sns_content {
    width: 40%;
    max-width: 200px;
    height: auto;
    margin: 2% auto 0;
}

.sns_inner {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}

.sns_inner button {
    border: none;
    background-color: #FFFFFF;
}

.sns_inner button img{
    width: 55px;
}

.bdr {
    border-bottom: solid 2px #B3B3B3;
    padding: 3% auto;
}

/* General button style (reset) */
.btn {
    width: 50%;
	border: none;
	font-family: inherit;
	font-size: 15px;
	color: inherit;
	background: none;
	cursor: pointer;
    margin: 3% auto;
	display: inline-block;
	letter-spacing: 0.15em;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
}

.btn img {
    width: 100%;
}

.link_box {
    width: 96%;
    margin: 2% auto 5%;
    display: flex;
}

.thumb_box {
    width: 96%;
    margin: 2% auto 6%;
    display: flex;
}

.thumb {
    width: 48%;
    margin: 0 1%;
}

.thumb img {
    width: 100%;
}


.btn_top,
a.btn_top,
button.btn_top {
  width: 48%;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  margin: 1%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #eb6877;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


a.btn-flat-active {
  overflow: hidden;
  padding: 2rem 0;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat-non {
  overflow: hidden;
  padding: 2rem 0;
  color: #000;
  border-radius: 0;
  background: #eee;
}

.btn {
    display: block;
}

.btn-1 {
    width: 60%;
    max-width: 500px;
    font-size: 15px;
    font-weight: 500;
    margin: 4% auto;
    padding: 2%;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}


.btn-2 {
    width: 70%;    
    font-size: 12px;
    font-weight: 500;
    margin: 7% auto;
    padding: 2%;
    border: solid 1px #000;
    color: #000;
    border-radius: 2px;
}

.clear {
	clear: both;
}

.pc {
	text-align: center;
	margin: 0;
	padding: 0;
}
.sp {
	display: none;
	margin: 0;
	padding: 0;
}
/*POINT-------------------------------------------*/
.point_video {
    display: block;
    width: 60%;
    margin: 5% auto;
}
.point_video iframe {
    width: 100%;
}

@media only screen and (max-width:750px){
    
    #gradient{
        background-size: 100%;
    }
    
    #st_wrapper {
        width: 100%;
        padding: 0;
    }
    
	#st_wrapper h1 {
		line-height: 1.5em;
		margin: 8% auto 3%;
	}
	#st_wrapper h2 {
    	font-size: 15px;
		line-height: 1.5em;
        padding: 0;
	}
    
    #st_wrapper h2 img {
        margin-top: -12%;
    }
    
	#st_wrapper h3 {
    	font-size: 13px;
	}
    
    #st_wrapper h4 {
        font-size: 15px;
    }
	
	#st_wrapper p{
		font-size: 12px;
		line-height:1.6em;
	}
    
    .txt {
        font-size: 13px;
    }
    
    .Lead {
        font-size: 13px;
    }
    
    .bdr_box{
        width: 80%;
        margin: 3% auto 10%;
        padding: 3%;
    }
    
    .staff_img {
        width: 100px;
        height: 100px;
    }
    
    .staff_img img{
        width: 100px;
        height: 100px;
    }    
    
    .sns_inner button img {
        width: 50px;
    }
    
    .staff {
        font-size: 16px;
    }    
    .btn {
        width: 60%;
    }
    
    .btn-1 {
        font-size: 13px;
    }
    
    .btn-2 {
        font-size: 10px;
    }
    
	a.btn-flat-active {
        font-size: 13px;
        padding: 1rem 0;
    }

    a.btn-flat-non {
        font-size: 13px;
        padding: 1rem 0;
    }
    
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}			
		
	.sp_clear {
		clear: both;
	}
	
}


