@charset "UTF-8";
/*-----------------------------------
base
-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
    font-size: 1.8em;
	color: #0f0f0f;
    line-height: 1.6em;
	letter-spacing:0.15rem;
	font-weight:400;
	background: #fff;
	/*background: linear-gradient(90deg, #fff 0%, #fff 50%, #f1f1f1 50%, #f1f1f1 100%);*/
	margin:0 ;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.fw600{
	font-weight: 600;
}
.fw700{
	font-weight: 700;
}
.fw900{
	font-weight: 900;
}
h2,h3,h4{
	font-weight:900;
}
.contents_inner{
	max-width: 740px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left:2.5%;
	padding-right:2.5%;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #0f0f0f;
	text-decoration:none;
    cursor: pointer;
	transition: all .4s;
}
a:hover {
	color:#6f6a6a;
	text-decoration:none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.tab,
.sp{
	display: none;
}
.pc{
	display:block;
}
@media screen and (max-width: 1480px) {
	.contents_inner{
		max-width: 680px;
		margin-left: 28%;
	}
}
@media screen and (max-width: 1200px) {
	.pc{
		display: none;
	}
	.tab{
		display: block;
	}
	.contents_inner{
		margin-left: auto;
	}
}
@media screen and (max-width: 740px) {
	body {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.contents_inner{
		width: 94%;
		padding-left:4%;
		padding-right:4%;
		margin-left: auto;
	}
	.over{
		/*overflow:hidden !important;*/
		height:100% !important;
	}
	.pc,
	.tab{
		display:none;
	}
	.sp{
		display: block;
	}
}
/*-----------------------------------
clearfix
-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------
nav_pc
----------------------------------*/
#nav_pc{
	top:100px;
	left: 5%;
	z-index: 5;
	background: #fff;
	padding: 30px 2.5%;
}
#nav_pc ul li{
	padding: 10px 0;
}
#nav_pc ul li a{
	padding-left: 25px;
	position: relative;
}
#nav_pc ul li a:before{
	color: #0f0f0f;
	content: "+";
	font-size: 2.4rem;
	font-weight: 400;
	position: absolute;
	left: 0;
	transition: all .3s;
}
#nav_pc ul li a:hover:before{
	color:#6f6a6a;
	font-size: 1.6rem;
	left: 3px;
}
#logo_tate_pc{
	width: 50px;
	right: 5%;
	top:40px;
	z-index: 5;
}
@media screen and (max-width: 1500px) {
	#nav_pc{
	left: 0%;
	padding:30px 1% 30px 2.5%;
}
}
/*-----------------------------------
header
----------------------------------*/
header{
	padding: 100px 0 30px;
}
header .logo{
	width: 25%;
	max-width: 125px;
	margin: 0 auto;
}

@media screen and (max-width: 740px) {
	header{
		padding-top: 60px;
	}
	header .logo {
		max-width: 180px;
		margin-top: 3px;
	}
	header .txt_p {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}

/*-----------------------------------
main
-----------------------------------*/

.boder_top{
	border-top:solid 2px #f9f9f9;
}

/*-----------------------------------

	sp_menu

-----------------------------------*/
#sp_menu {
	height: 60px;
	background: #0f0f0f;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 997;
	width: 100%;
}
#sp_menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sp_menu li {
	width: 33.3%;
	border-right: solid 1px #fff;
	box-sizing: border-box;
}
#sp_menu li:last-child{
	border-right:none;
}
#sp_menu li a,
#sp_menu li span {
	height: 60px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	padding: 6px 0;
	box-sizing:border-box;
	letter-spacing: 0.1rem;
	position: relative
}
#sp_menu li a:before, 
	#sp_menu li span:before {
	display: block;
	line-height: 1;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#sp_menu li a:hover,
#sp_menu li span:hover{
	background: #acb9c1;
}
#sp_menu li a div,
#sp_menu li span div {
	padding-top: 28px;
}
#sp_menu li:nth-child(1) a:before {
	width: 30px;
	content: url(../img/common/icon_home_w.svg);
}
#sp_menu li:nth-child(2) a:before{
	width: 28px;
	content: url(../img/common/icon_mail_w.svg);
	top:10px;
}
#sp_menu li:nth-child(3) span {
	cursor:pointer;
}
#sp_menu li:nth-child(3) span:before{
	width: 25px;
	height: 25px;
	content: url(../img/common/icon_menu_w.svg);
	top:10px;
}
/*-----------------------------------

	nav_sp

-----------------------------------*/

	#nav_sp .menu_btn {
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: relative;
		z-index: 999;
		display: block;
		margin: 30px auto 0;
	}
	#nav_sp .menu_btn span{
		width: 40px;
		height: 3px;
		display: block;
		position: absolute;
		top: 18px;
		right: 0;
		background: none;
		cursor:pointer;
		box-sizing: border-box;
		transition: all 0.3s;
		border-radius:5px;
		z-index:999;
	}
	#nav_sp .menu_btn span:before {
		content:'';
		position:absolute;
		width: 40px;
		height: 3px;
		background: #fff;
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
	#nav_sp .menu_btn span:after {
		content: '';
		position: absolute;
		width: 40px;
		height: 3px;
		background: #fff;
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
	
	#nav_sp{
		width: 100%;
		height: 100%;
		background: #0f0f0f;
		position: fixed;
		overflow-y: scroll;
		top: 0;
		right: -100%;
		-webkit-transition: all 0.35s ease;
		transition: all 0.35s ease;
		padding: 30px 2.5% 30px;
		display:inline-block;
		z-index: 999;
		box-sizing: border-box;
	}
	#nav_sp.toggle{
		right: 0 !important;
	}
	#nav_sp .logo_tate {
	  width: 50px;
	  right: 0;
	  top: 40px;
	}
	#nav_sp .logo {
	  width: 20%;
		margin: 0 auto;
	}
	#nav_sp nav ul li {
	  padding: 5px 0;
	}
	#nav_sp nav ul li a{
		font-size: 1.6rem;
		color: #fff;
		display:block;
		position:relative;
		padding: 10px 0 10px 2.5%;
		transition: 0.3s;
	}

/*-----------------------------------

	fix_btn

-----------------------------------*/
#fix_btn{
width: 200px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 999;
  transition: 0.3s;
  text-align: center;
  box-sizing: border-box;
}
#fix_btn:hover{
	bottom:70px!important;
}
#fix_btn .cv_btn{
	width: 100%;
	padding: 25px 5% 20px 0;
}
#fix_btn .cv_btn:before {
  width: 30px;
  right: 7%;
  top: 40px;
  position: absolute;
}
#fix_btn .cv_btn span {
  letter-spacing: 0;
  padding-left: 0;
}
#fix_btn .cv_btn span:before{
	content: "";
	padding: 0;
}

@media screen and (max-width: 740px) {
	#fix_btn{
		display:none !important;
	}
}
/*-----------------------------------
footer
----------------------------------*/
footer{
	width: 100%;
	height: 60px;
	background: #0f0f0f;
	padding: 10px 2.5% 10px 1%;
	box-sizing: border-box;
}
footer .logo{
	width: 40px;
	float: left;
}
footer ul{
	float: right;
	margin-top: 5px;
}
footer ul li{
		display: inline-block;
		margin: 0 20px;
	}
footer ul li a,
footer small{
	color: #6f6a6a!important;
}
footer ul li a:hover{
	color: #fff!important;
}
footer small{
	margin-left: 18%;
	padding: 10px 0;
}
@media screen and (max-width: 740px) {
	footer{
		height: auto;
		background: #f1f1f1;
		margin-bottom: 60px;
		padding: 0 0 30px;
		box-sizing: border-box;
	}
	footer .logo{
		width: 12%;
		float: none;
		margin: 15px auto;
	}
	footer ul {
	  float: none;
		background: #0f0f0f;
		padding: 10px;
	  margin-top: 0;
	}
	footer ul li{
		width: 100%;
		display: inline-block;
		margin: 0;
	}
	footer ul li a{
		display: block;
		padding: 8px 0;
	}
	footer ul li a:hover{
		color: #fff;
	}
	footer small {
	  margin-left:auto;
	  padding: 10px 0;
	}
}
@media screen and (max-width: 740px) {

}
/*-----------------------------------
btn
-----------------------------------*/

.common_btn,
.cv_btn span{
	position: relative;
}
.link_btn:after,
.cv_btn:before,
.cv_btn span:before{
	position: absolute;
}
.common_btn{
	width: 90%;
	text-align: center;
	color: #fff!important;
	display: block;
	margin: 30px auto 0;
	padding: 25px 2.5%;
	transition: all .4s;
	border-radius: 10px;
	box-sizing: border-box;
}
.link_btn:after{
	color: #fff;
	content: "→";
	font-size: 2.0rem;
	right: 4%;
	top: 25px;
	transition: all .4s;
}
.link_btn{
	background: #0f0f0f;
}
.link_btn:hover{
	background: #4b4b4b;
}
.link_btn:hover:after{
	right: 2%;
}
.cv_btn{
	width: 95%;
	background: #00258f;
}
.cv_btn:hover{
	background: #4b4b4b;
}
.cv_btn:before{
	content: url("../img/common/icon_mail_w.svg");
	width: 36px;
	right: 5%;
  	top: 25px;
}
.cv_btn span{
	padding-left: 30px;
}
.cv_btn span:before{
	color: #fff;
	content: "+";
	font-size: 3.0rem;
	font-weight: 400;
	left: 0;
	transition: all .2s;
}
.cv_btn:hover span:before{
	font-size: 2.4rem;
	left: 3px;
}
.txt_link{
	padding-bottom: 3px;
	border-bottom: solid 1px #0f0f0f;
}
.txt_link:hover{
	border-bottom: solid 1px rgba(0,0,0,0.00);
}


@media screen and (max-width: 740px) {
	.common_btn {
	  margin: 15px auto 0;
	  padding: 20px 2.5%;
	}
	.cv_btn::before {
	  width: 28px;
	  top: 30px;
	}
	.cv_btn span::before {
	  font-size: 2.0rem;
	}
	.cv_btn span {
	  padding-left: 10px;
	}
}
/*-----------------------------------
fix
-----------------------------------*/
#fix{
	background: #f1f1f1;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 20px 0;
}

@media screen and (max-width: 740px) {
	#fix {
	  padding: 10px 0;
	}
}
/*-----------------------------------
font-size
-----------------------------------*/
.fz13{
	font-size: 1.3rem;
	line-height: 2.0rem;
}
.fz16{
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.fz21{
	font-size: 2.1rem;
	line-height: 2.8rem;
}
.fz24{
	font-size: 2.4rem;
	line-height: 3.0rem;
}
.fz28{
	font-size: 2.8rem;
	line-height: 4.0rem;
}
.fz36{
	font-size: 3.6rem;
	line-height: 4.6rem;
}
.fz42{
	font-size: 4.2rem;
	line-height: 4.8rem;
}
.fz48{
	font-size: 4.8rem;
	line-height: 5.2rem;
}
.fz60{
	font-size: 6.0rem;
	line-height: 1;
}
.fz120{
	font-size: 120px;
	line-height: 1;
}

@media screen and (max-width: 740px) {
	.fz16{
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.fz18,.fz20{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.fz21{
		font-size: 1.8rem;
		line-height: 2.1rem;
	}
	.fz24{
		font-size: 2.1rem;
		line-height: 2.8rem;
	}
	.fz28{
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.fz36{
		font-size: 2.8rem;
		line-height: 3.4rem;
	}
	.fz42,
	.fz48{
		font-size: 2.4rem;
		line-height: 2.8rem;
	}
	.fz60,
	.fz120{
		font-size: 4.0rem;
		line-height: 1;
	}
}
/*-----------------------------------
width
-----------------------------------*/
.mx750{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.mx680{
	width: 95%;
	max-width: 680px;
	margin: 0 auto;
}
.mx630{
	width: 95%;
	max-width: 630px;
	margin: 0 auto;
}
.mgt10{
	margin-top: 10px;
}
.mgt15{
	margin-top: 15px;
}
.mgt30{
	margin-top: 30px;
}
.mgt40{
	margin-top: 40px;
}
.mgt60{
	margin-top: 60px;
}
.pdt25{
	padding-top: 25px;
}
.pdt60{
	padding-top: 60px;
}
.pdb60{
	padding-bottom: 60px;
}
.pdt40{
	padding-top: 40px;
}
.pdb40{
	padding-bottom: 40px;
}
.pdtb40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.pdlr25p{
	padding-left: 2.5%;
	padding-right: 2.5%;
	box-sizing: border-box;
}
@media screen and (max-width: 740px) {
	.mgt15 {
	  margin-top: 10px;
	}
	.mgt30 {
	  margin-top: 20px;
	}
	.mgt60{
		margin-top: 30px;
	}
	.pdb25{
		padding-bottom: 13px;
	}
	.pdtb25 {
	  padding-top: 13px;
	  padding-bottom: 13px;
	}
	.pdb40{
		padding-bottom: 30px;
	}
	.pdtb40{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pdt60 {
	  padding-top: 40px;
	}
	.pdb60 {
	  padding-bottom: 40px;
	}
}
/*-----------------------------------
radius
-----------------------------------*/
.dspbk{
	display: block;
}
.dspflex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dspflex_50p li{
	width: 50%;
}
.dspflex_49p li{
	width: 49%;
}
.dspflex_48p li{
	width: 48%;
}
.dspflex_32p li{
	width: 32%;
}
.txt_w{
	color: #fff;
}
.txt_b{
	color: #00258f;
}
.txt_g{
	color: #a0a0a0;
}
.txt_al{
	text-align: left;
}
.txt_ar{
	text-align: right;
}
.txt_ac{
	text-align: center;
}
/*-----------------------------------
bg
-----------------------------------*/
.bg_w{
	background:#fff;
}
.bg_t{
	background: rgba(255,255,255,0.98);
}
.bg_bk{
	background:#0f0f0f;
}
.bsbb{
	box-sizing: border-box;
}
.bdr10{
	border-radius: 10px; 
}
/*-----------------------------------
position
-----------------------------------*/
.ps_r{
	position: relative;
}
.ps_a{
	position: absolute;
}
.ps_fix{
	position: fixed;
}

/*-----------------------------------
＋ midashi
-----------------------------------*/
.h_plus{
	position: relative;
	margin: 0 0 20px;
	padding-left: 25px;
}
.h_plus:before{
	color: #e7e7e7;
	content: "+";
	position: absolute;
	left: 0;
}

.list_disc li{
	list-style: disc;
	margin:5px 0 0 20px;
}
.list_disc li:first-child{
	margin-top: 0;
}
/*-----------------------------------
line
-----------------------------------*/
.line{
width: 4000px;
height: 100px;
z-index: -2;
position: absolute;
	
}
.line div{
	width: 100%;
	height: 100px;
}
.line_01 {
	left: -78%;
	top:1000px;
}
.line_01 div{
	background-color:rgb(25,25,25);
	transform:rotate(-50deg)!important;
}
.line_02{
	right: -20%;
	top: 600px;
}
.line_02 div{
	background-color:rgb(255,255,255);
	transform:rotate(25deg);
}
.line_03{
	left: -65%;
  	bottom: -105%;
}
.line_03 div{
	background-color:rgb(25,25,25);
	transform:rotate(-50deg)!important;
}
.line_04{
	right: -20%;
  bottom: -60%;
}
.line_04 div{
	background-color:rgb(255,255,255);
	transform:rotate(45deg);
}
@media screen and (max-width: 1380px) {
	.line_01 {
		left: -100%;
		top:460px;
	}
}
/*-----------------------------------

	breadcrumb

-----------------------------------*/
#breadcrumb {
	padding: 5px 0 30px;
}
#breadcrumb ul li {
	display: inline-block;
	margin: 5px;
}
#breadcrumb ul li:after {
	content:">";
	display:inline-block;
	padding:0 0 0 0.5em;
}
#breadcrumb ul li:last-of-type:after {
	content:"";
	padding:0;
}
@media screen and (max-width: 740px) {
	#breadcrumb{
		padding: 5px 0;
	}
	#breadcrumb:after {
		top: auto;
	}
}