@charset "UTF-8";
/*=============================================================
#base
=============================================================*/


@font-face {
    font-family: 'Noto Serif JP';
    font-weight: 400;
    src: url("NotoSerifCJKjp-Regular.woff") format("woff");
}




html,body{
    width: 100%;
}



body {
width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
   font-family: 'Noto Serif JP', serif;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
 	-webkit-text-size-adjust: 100%;
			position: relative;
}


a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
}
.hd {
	display: none;
}


.yu_go {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}



/*.wf-sawarabimincho { 
font-family: "Sawarabi Mincho";
}
*/

/*.yu_min {
font-family : YuMincho, 
	'Yu Mincho',
	serif;
}
*/


/*.alice {
font-family: 'Alice', serif;
}
*/

.pc_only {
	display: none;
}


.sp_only {
	display: block;
}





#assessment:before {
	content:  '';
	margin-top: -62px;
	height: 62px;
	display: block;
	visibility: hidden;
}



main {
overflow: hidden;
}


img ,
a img {
width: 100%;
height:auto; 
}




/*=============================================================
#　button　ベース
=============================================================*/


.button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 80%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #333;
  transition: 0.3s;
  text-decoration: none;
  overflow: unset;
  letter-spacing: .2em;
}

.button a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #fff;
  transition: 0.2s;
}

.button a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button a:hover::before {
  top: 0;
  left: 0;
}

.button a:hover {
  text-decoration: none;
  background-color: #ccc;
}






 /*======================
header
=====================*/
#header {
	display: none;
}
#hd_logo {
	display: none;
}
#header_SP {
	width: 100%;
	position: fixed;
	z-index: 100;
}
#header_SP .wrap {
	overflow: hidden;
		background: -moz-linear-gradient(top, #333, #000);
		background: -webkit-linear-gradient(top, #333, #000);
		background: linear-gradient(to bottom, #333, #000);
	padding-top: 5px;
	width: 100%;
 	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
}


 /*======================
header_side
=====================*/


#header_SP .wrap .logo_wrap {
    display: flex;
    align-items: center;
}


#header_SP .wrap .logo {
	width: 20%;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 2%;
	padding-bottom: 10px;
}

#header_SP .wrap .logo a {
display: block;
}

#header_SP .wrap .logo_wrap p {
font-size: 24px;
padding-left: 2%;
    color: #fff;
}



/*=============================================================
#NAVI　　　PC_header
=============================================================*/

#global-nav {
display: none;
}

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}



/*=============================================================
#contents
=============================================================*/


#body {
	width: 94%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}


#inner {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}




#contents_wt {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
	overflow: hidden;
}



#contents_bl {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
		background-color: #dce2ea;
		border-top: 1px solid #1e2f54;
	border-bottom: 1px solid #1e2f54;
		overflow: hidden;
}



#contents {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
	overflow: hidden;
}








/*===========
ぱんくず
===========*/
.breadcrumb-list {
	font-size: 11px;
	line-height: 100%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}
.breadcrumb-list ul {
	overflow: hidden;
	position: relative;
}
.breadcrumb-list li {
	display: inline;
	float: left;
	padding-right: 5px;
	color: #000;
}
.breadcrumb-list a {
	color: #5CA73C;
	text-decoration: none;
}
.breadcrumb-list a:hover {
	color: #000;
	text-decoration: underline;
}
.breadcrumb-list strong {
	font-weight: bold;
	color: #5CA63D;
}


/*=============================================================
pagetop
=============================================================*/
.pagetop {
	display: none;
/*	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;*/
}
.pagetop span {
display: none;
/*	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;*/
}
.pagetop span:hover {
/*	background-color: #8a969e;*/
		display: none;
}



/*=============================================================
#FOOTER
=============================================================*/




#footer {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
		color: #fff;
  background: #333;
  padding-bottom: 50px;
}


#footer .inner {
width: 90%;
margin-left: auto;
margin-right: auto;
}


 #footer .top_block {
 display: block;
padding: 20px 0;
 }

 #footer .top_block h1 {
 width: 40%;
 margin: 0 auto;
 }


#footer .top_block .nav_wrap {
}

#footer .top_block .nav_wrap .left {

}

#footer .top_block .nav_wrap .nav {
padding: 20px 0;
text-align: center;
}



#footer .top_block .nav_wrap .nav li {
font-size: 14px;
display: inline-block;
padding-right: 1em;
line-height: 2em;
letter-spacing: .1em;
}

#footer .top_block .nav_wrap .nav li a {
text-decoration: none;
color: #fff;
}



#footer .top_block .nav_wrap .nav li a:hover {
	text-decoration: underline;
}


#footer .top_block .nav_wrap .right {
width: 30%;
display: flex;
margin: 0 auto;
}



#footer .top_block .nav_wrap .right .youtube_logo {
width: 40%;
margin-right: 10%;
}

#footer .top_block .nav_wrap .right .youtube_logo a {
display: block;
background-color: #fff;
border-radius: 50%;
}






#footer .top_block .nav_wrap .right .youtube_logo img {
width: 100%;
height: auto;
}


#footer .top_block .nav_wrap .right .insta_logo {
width: 40%;
}

#footer .top_block .nav_wrap .right .insta_logo a {
display: block;
background-color: #fff;
border-radius: 50%;
}


#footer .top_block .nav_wrap .right a:hover {
background-color: #66ef4f;
}







#footer .bottom_block {
letter-spacing: .05em;
padding-top: 20px;
line-height: 2em;
text-align: center;
}

#footer .bottom_block h1 {
font-size: 20px;
}



#footer .bottom_block .right {
font-size: 14px;
padding-top: 10px;
}


#footer .bottom_block .address {
}


#footer .bottom_block .other {
}


#footer .bottom_block ul.other li {
}

#footer .bottom_block p.small {
  padding-top: 10px;
  text-align: left;
}

#footer .inner .small {
text-align: left;
padding-top: 10px;
font-size: 12px;
}




#footer .copy {
    width: 100%;
    text-align: center;
    background: #333;
    color: #ccc;
    padding-top: 14px;
padding-bottom: 20px;
    font-size: 10px;
    letter-spacing: .1em;
    font-family: "MS Pゴシック" ;
}








/*===============footer_固定TEL==================*/

#ft_sp{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 500;
		text-align: center;
}



#ft_sp ul {
    overflow: hidden;
    margin-right: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    z-index: 200;
    width: 100%;
    background-color: #000;
				font-size: 14px;
}



#ft_sp ul li a {
text-decoration: none;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
display: block;
}


#ft_sp ul li.tel {
width: 46%;
display: block;
float: left;
background-color: #000;
}


#ft_sp ul li.tel a {
    background-color: #000;
    color: #fff;
    font-size: 110%;
}




#ft_sp ul li.mail {
width: 40%;
display: block;
float: left;
background-color: #ccc;;
}




#ft_sp ul li.mail a  {
background-color: #ccc;
font-size: 90%;
color: #333;
}



#ft_sp ul li.mail a:hover {
background-color: #808080;
}



#ft_sp ul li.page_top {
  display: block;
  float: left;
  width: 14% !important;
}


#ft_sp ul li.page_top a {
  background-color: #000;
  color: #fff;
}



ft_sp ul li.page_top a:hover {
background-color: #808080;
}

#ft_sp ul li.page_top a img {
width: 50%;
height: auto;
padding-top: 9%;
}


#ft_sp ul li.page_top a img:hover {
opacity: 0.5;
}



#ft_sp ul li.tel a i {
    color: #fff;
    font-size: 110%;
    padding-right: 4px;
}

#ft_sp ul li.mail a i {
    color: #333;
    font-size: 110%;
    padding-right: 4px;
}


#ft_sp ul li.page_top a i {
    font-size: 120%;
}



/*===============footer_固定TEL　終了==================*/


/*=============================================================
bt_box
=============================================================*/



.bt_box {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,20,0.5);
				 /*background-color: rgba(2,110,183,0.5);*/
    width: 100%;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.bt_box .info {
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 160%;
    font-weight: bold;
    padding-top: 10px;
				 width: 30%;
}


.bt_box ul {
    overflow: hidden;
   /* width: 700px;*/
				 width: 70%;
}


.bt_box li {
    width: 50%;
    /*margin-right: 6%;*/
    float: left;
}

.bt_box li:last-child {
 margin-right: 0;
}


.bt_box li.bt1 i {
padding-right: 3%;
}

.bt_box li.bt2 i {
padding-right: 3%;
}




.bt_box ul.btn li a {
font-family: 'Alice', serif;
letter-spacing: 0.1em;
}

.bt_box ul.btn li .container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.bt_box ul.btn li .btn-open {
  display: inline-block;
  width: 70%;
  height:50px;
  text-align: center;
  background-color: #1E2F54;
  font-size: 16px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #1E2F54;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bt_box ul.btn li .btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.bt_box ul.btn li .btn-open:hover{
  color: #1E2F54;
}
.bt_box ul.btn li .btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.bt_box ul.btn li .btn-open:active:after{
  height: 340%;
  opacity: 1;
}





/*==========================プライバシーポリシー===============================================================================================*/

#privacy {
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}


#privacy .open  {
text-align: center;
cursor: pointer;
font-size: 14px;
padding-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}



#privacy .open span {
    color: #f00;
    text-decoration: underline;
}

#privacy .pv {
text-align: left;
margin: 0px;
padding: 20px;
border: 1px solid #CCC;
}

#privacy .pv dl {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 13px;
}


#privacy .pv dl .title {
font-size: 16px;
text-align: center;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}

#privacy .pvbox .pv dl dd {
line-height: 1.5em;
}
