@charset "utf-8";
/* CSS Document */


body {
	position: relative;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #313131;
	overflow-x: hidden;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}
#news-area h2 span, #news-area li span, #business-area h2,#partner-area h2,#business-area ul li span.b-txt, main h1, main dl.history dt, ul.request li span.number{
	font-family: "Ubuntu", "Noto Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}


header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	z-index: 999;
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); 

}
header #logo img{
	position: absolute;
    top: 50%;
	left: 40px;
    transform: translateY(-50%);
	width: 373px;
	height: auto;
	z-index: 999;
}

a.link-btn,
input[type=submit].link-btn{
	position: relative;
	background: #313131;
	background-size: 20px auto;
	display: inline-block;
	padding: 17px 40px;
	border-radius: 40px;
	color: #fff;
	transition: 0.3s;
	min-width: 200px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	text-decoration: none;
}
a.link-btn::after{
	position: absolute;
	right: 25px;
	top: 50%;
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-60%);
	transition: 0.3s;
}
a.link-btn:hover,
input[type=submit].link-btn:hover{
	background-color: #41a4dd;
}
a.link-btn:hover::after{
	content: "";
	right: 20px;
}

input[type=button].btn_back{
	position: relative;
	background: #fff;
	border: 2px solid #313131;
	background-size: 20px auto;
	display: inline-block;
	padding: 17px 40px;
	border-radius: 40px;
	color: #313131;
	transition: 0.3s;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	text-decoration: none;
	margin: 20px;
}
input[type=button].btn_back:hover{
	background-color: #ccc;
}
.wrap{
	max-width: 1280px;
	padding: 0 40px;
	margin: auto;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.nowrap{
	white-space: nowrap;
}

footer{
	font-size: 16px;
	background: #555;
	color: #fff;
	padding-top: 50px;
}
footer::after{
	content: "";
	display: block;
	clear: both;
}
footer a{
	color: #fff;
}
footer .left-area{
	float: left;
	line-height: 1.6em;
}
footer .left-area img{
	width: 240px;
	height: auto;
	margin-bottom: 20px;
}
footer .right-area{
	float: right;
	text-align: right;
}
footer .right-area ul{
	display: flex;
	padding: 85px 0 30px 0;
}
footer .right-area ul li{
	border-left: 1px solid #fff;
}
footer .right-area ul li:last-child{
	border-right: 1px solid #fff;
}
footer .right-area ul li a{
	position: relative;
	display: block;
	padding: 1px 18px;
	line-height: 1em;
}
footer .right-area ul li a::after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 1px;
	transition: 0.3s;
	border-bottom: 1px solid #fff;
}
footer .right-area ul li a:hover::after{
	width: calc(100% - 36px);
}
footer p.contact{
	margin-right: 0;
}
footer p.contact a{
	background: url("../img/icon_mail.png") no-repeat center left 20px;
	background-size: 20px auto;
	display: inline-block;
	padding: 16px 40px 16px 50px;
	border-radius: 40px;
	color: #fff;
	transition: 0.3s;
	border: 1px solid #fff;
}
footer p.contact a:hover{
	background-color: #41a4dd;
}
footer .mb {
	display: none;
}
#copyright{
	clear: both;
	text-align: right;
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 12px;
}

/**/
.mb0{
	margin-bottom: 0!important;
}
.mb40{
	margin-bottom: 40px!important;
}
.mt40{
	margin-top: 40px!important;
}

@media screen and (max-width: 1180px) {

	header{
		position: fixed;
	}

	footer .left-area {
		width: 100%;
	}
}

@media screen and (max-width: 680px) {
	footer{
		text-align: center;
	}
	footer .right-area {
		display: none;
	}
	footer .left-area {
		width: auto;
		float: none;
		display: inline-block;
		text-align: left;
		font-size: 14px;
	}
	footer .left-area a {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	footer .left-area img {
		width: 200px;
		height: auto;
		margin-bottom: 20px;
	}
	footer .mb {
		display: block;
	}
	#copyright {
		text-align: center;;
	}
}
@media screen and (max-width: 560px) {
	header{
		height: 80px;
	}
	header #logo img{
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		width: 250px;
		height: auto;
	}
	.wrap{
		padding: 0 20px;
	}
}


/**txt-appear（アニメーション用）**/
/**/
span.smoothText {
	overflow: hidden;
	display: block;
}
span.smoothTextTrigger{
	transition: .8s ease-in-out;
	transform: translate3d(0,100%,0) skewY(12deg);
	transform-origin: left;
	display: block;
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}

/**/
.fade{
	animation-name:fadeAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes fadeAnime{
  from {
	opacity: 0;
  }

  to {
	opacity: 1;
  }
}
 
.fadeTrigger{
    opacity: 0;
}
/**/
/**/
.fadeup{
	animation-name:fadeupAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
}

@keyframes fadeupAnime{
  from {
	opacity: 0;
	top:40px;
  }

  to {
	opacity: 1;
	top:0;
  }
}
 
.fadeupTrigger{
	opacity: 0;
	top:40px;
}
/**/


/*cookie*/
.cookie-consent {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,.7);
	padding: 40px;
	box-sizing: border-box;
	visibility: hidden;
}
.cookie-consent.is-show {
	visibility: visible;
}
.cookie-consent a {
	color: #fff !important;
	text-decoration: underline;
}
.cookie-text {
	padding: 0 40px 0 0;
	width: calc(100% - 150px);
}
.cookie-agree {
	color: #fff;
	background: #41a4dd;
	padding:20px;
	width: 150px;
	text-align: center;
	display: inline-block;
	border-radius: 10px
}
.cookie-agree:hover {
	cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
	display: none;
}
/* ゆっくり消える */
.cc-hide2 {
	animation: hide 1s linear 0s;
	animation-fill-mode: forwards;
}
@keyframes hide {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		visibility: hidden;
	}
}
@media screen and (max-width: 600px) {
	.cookie-consent {
		flex-direction: column;
		padding: 20px;
	}
	.cookie-text {
		margin-bottom: 1em;
		padding: 0;
		width: 100%;
	}
}
