@charset "utf-8";
img, object, embed, video {
width: 100%;
margin: auto;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.en {
}

/*PC*/
@media print, screen and (min-width: 768px) {
body{
}


/*--スクロールトップ---------*/
#totop {
bottom: 50px;
display: block;
position: fixed;
right: 20px;
z-index: 2000;
}
#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}



/*com*/
/*----------------------------*/
.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}

a.btn_23 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 460px;
margin: auto;
padding: 1rem 4rem;
font-weight: bold;
border: 2px solid #000;
color: #000;
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 1;font-size: 1rem;
}
a.btn_23::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0,0,0);
transform: translateX(-100%);
transition: all .3s;
z-index: -1;
}
a.btn_23:hover::before {
transform: translateX(0);
}
a.btn_23:hover {
color: #fff;
}

.section_wrap{
position: relative;
}

.w1000{
width: 1000px;
margin: 0 auto;
}

.hed_tit{
font-size: 2.8rem;
font-weight: 900;
line-height: 1;
margin: 0 0 60px;
position: relative;
text-align: center;
}

.hed_tit::before{
content: "";
position: absolute;
bottom: -10px;
left: 50%;
width: 340px;
height: 15px;
z-index: -1;
background: #ffec3f;
margin-left: -170px;
}


.hed_tit2{
font-size: 1.8rem;
font-weight: 900;
line-height: 1;
margin: 0 0 40px;
position: relative;
text-align: center;
background: #49b46c;
border-radius: 10px;
padding: 10px;
box-sizing: border-box;
color: #FFF;
}



/* hed
--------------------------------------------*/
#hed{
position: relative;
background:url("../images/index/bg_hed.jpg") bottom center #9ed8f6;
background-size: 100% auto;
padding: 50px 0 0;
box-sizing: border-box;
}

#hed .logo_list{
width: 620px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}

#hed .logo_list li{
position: relative;
width: auto;
height: 40px !important;
}

#hed .logo_list li img{
width: auto;
height: 100%;
}

#hed .tit_img{
width: 1100px;
margin: 60px auto 60px;
}

/* header
--------------------------------------------*/
header {
position: relative;
}


/* footer
--------------------------------------------*/
footer {
position: relative;
}

}
/*----------------------------------------------------------------------*/
/*sp*/
@media only screen and (max-width: 767px) {


/*--スクロールトップ---------*/
#totop {
bottom: 20px;
display: block;
position: fixed;
right: 15px;
z-index: 2000;
width: 45px;
}
#totop a {
display: block;
width: 50px;
height: 50px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}




/* com
--------------------------------------------*/
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}

a.btn_23 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 90%;
margin: auto;
padding:0.5rem;
box-sizing: border-box;
font-weight: bold;
border: 2px solid #000;
color: #000;
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 1;font-size: 1rem;
font-size: 0.8rem;
}
a.btn_23::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0,0,0);
transform: translateX(-100%);
transition: all .3s;
z-index: -1;
}
a.btn_23:hover::before {
transform: translateX(0);
}
a.btn_23:hover {
color: #fff;
}

.section_wrap{
position: relative;
}

.w1000{
width: 90%;
margin: 0 auto;
}


/* hed
--------------------------------------------*/
#hed{
position: relative;
background:url("../images/index/bg_hed.jpg") bottom center #9ed8f6 no-repeat;
background-size: 100% auto;
padding: 10px 0 0;
box-sizing: border-box;
}

#hed .logo_list{
width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 0 0;
box-sizing: border-box;
margin: auto;
}

#hed .logo_list li{
position: relative;
width: auto;
height: 18px !important;
}

#hed .logo_list li img{
width: auto;
height: 100%;
}

#hed .tit_img{
width: 90%;
margin: 20px auto 30px;
}


.hed_tit{
font-size: 1.8rem;
font-weight: 900;
line-height: 1;
margin: 0 0 40px;
position: relative;
text-align: center;
}

.hed_tit::before{
content: "";
position: absolute;
bottom: -10px;
left: 50%;
width: 200px;
height: 10px;
z-index: -1;
background: #ffec3f;
margin-left: -100px;
}


.hed_tit2{
font-size: 1.1rem;
font-weight: 900;
line-height: 1;
margin: 0 0 40px;
position: relative;
text-align: center;
background: #49b46c;
border-radius: 10px;
padding: 10px;
box-sizing: border-box;
color: #FFF;
}


/* header
--------------------------------------------*/
header {
position: relative;
}

/* footer
--------------------------------------------*/
footer {
position: relative;
}
}