@charset "utf-8";
/* CSS Document */


/*****************************************************************************

base.css
全ページ共通

*****************************************************************************/









/*****************************************************************************
 reset
 *****************************************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ul, ol {
	list-style-type: none;
}
li {
	list-style-type: none;
}
em, i, address {
	font-style: normal;
	font-weight: normal;
}
img, object, embed {
	border: 0;
	vertical-align: top;
}
hr {
	border: 0;
	height: 1px;
	background: #cccccc;
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, th, dt, strong {
	font-size: 100%;
	font-weight: 700;
}
area {
	outline: none !important;
	border: none !important;
}
img {
	border: 0;
	vertical-align: middle;
}
body *,
body *:before,
body *:after {
	box-sizing: border-box;
}
input[type='submit'], input[type='button'], input[type='text'], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
	border: none;
}
input[type='submit']:focus,
input[type='button']:focus {
	outline: 0;
}


rt {
	vertical-align: bottom;
}





/*****************************************************************************
 linkColor
 *****************************************************************************/

a {
    color: #1F323F;
    cursor: pointer;
    text-decoration: underline;
}
a * {
	cursor: pointer;
}
a:hover {
	color: #1F323F;
}
a.break {
	word-break: break-all;
}










/*****************************************************************************
 clearfix
 *****************************************************************************/

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}





/*****************************************************************************
 svg
 *****************************************************************************/
.white.headerTrans .st0{
	opacity: 0;
}

.white.headerTrans.min .st0{
	opacity: 1;
}






/*****************************************************************************
 body
 *****************************************************************************/

html {
	font-size: 100%;
	height: 100%;
}
body, input, textarea, select {
	line-height: 1;
	font-size: 1.0rem;
	color: #1F323F;
	-webkit-text-size-adjust: 100%;
	background: #ffffff;
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
body {
	height: 100%;
	background: #10104B;
}
#body {
	overflow: hidden;
	position: relative;
	max-width: 2000px;
	min-width: 1200px;
	margin: 0 auto;
	background: #ffffff;
}
@media screen and (max-width: 1280px) {
	#body {
		min-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	#body {
		min-width: 320px;
	}
}





/*****************************************************************************
header
 *****************************************************************************/
header a,
#gnv a {
	text-decoration: none;
}

body.headerTrans header,
body.headerTrans header .logo,
body.headerTrans header .logo a,
body.headerTrans header .logo svg,
body.headerTrans header .logo svg g,
body.headerTrans header .logo img,
body.headerTrans header .btnContact,
body.headerTrans #btnGnv {
	transition: all 0.6s;
}

/*header
--------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	padding: 0 93px;
	height: 90px;
	width: 100%;
	max-width: 2000px;
	background: rgba(255, 255, 255, 0);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
body.min header {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	height: 50px;
	padding: 0 55px;
}
body.min.woBg header {
	background: transparent;
	box-shadow: none;
}




header .logo {
	height: 100%;
	position: absolute;
	top: 0;
}
header .logo a {
	display: inline-block;
	height: 100%;
	position: relative;
}
header .logo svg {
	height: 75px;
	width: 310px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

header .logo img {
	width: 389px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
body header .logo .w {
	fill: #ffffff;
	opacity: 0;
}
body header .logo .w .cls-1{
	fill:#fff;
}
body header .logo .w .cls-2{
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 0.6px;
}
body header .logo .w .cls-3{
	fill: none;
}
body.white header .logo .w {
	opacity: 1;
}
body.white header .logo .b {
	opacity: 0;
}
body.min header .logo {
	position: absolute;
	top: -7px;
}
body.min header .logo svg,
body.min header .logo img {
	width: 210px;
}
body.min header .logo g {
	opacity: 0;
}
body.min header .logo .w {
	opacity: 0;
}
body.white.min header .logo .b {
	opacity: 1;
}
/* body.white.min header .logo g {
	display: none;
} */

@media screen and (max-width: 500px) {
	body.min header {
		padding: 0 50px;
	}
	body.min header .logo {
		width: 100%;
		text-align: center;
	}
	body.min header .logo a {
		display: block;
	}
	/* body.min header .logo svg,
	body.min header .logo img {
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		max-height: 44px;
		max-width: 245px;
		height: auto;
		width: 100%;
	} */
}


/*btnContact
--------------------------------------------------*/
header .btnContact {
	opacity: 0;
	text-align: center;
	position: absolute;
	right: 30px;
}

header .btnContact a {
	background-color: #db0022;
	display: block;
	border-radius: 15px;
	width: 140px;
	padding: 15px;
	position: relative;
}

header .btnContact a span {
	color: #fff;
	font-size: 0.9rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15%;
	padding-left: 18px;
}

header .btnContact a span::before {
	content: "\f0e0";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

body.min header .btnContact {
	opacity: 1;
}
@media screen and (max-width: 500px){
	body.min header .btnContact {
		display: none;
	}
}

body.woBg header .btnContact {
	opacity: 0;
}



/*btnGnv
--------------------------------------------------*/
#btnGnvOuter {
	width: 100%;
	max-width: 2000px;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}
#btnGnv {
	height: 90px;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}
body.min #btnGnv {
	height: 50px;
	width: 50px;
}


#btnGnv .btn {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all .6s;
}
#btnGnv:hover .btn {
	background: rgba(255,255,255,0.4);
}
#btnGnv .btn::before,
#btnGnv .btn::after {
	content: "";
}
#btnGnv .btn .bar,
#btnGnv .btn::before,
#btnGnv .btn::after {
	display: block;
	width: 18px;
	height: 2px;
	background: #1b1c80;
	position: absolute;
	left: calc(50% - 9px);
	transition: all .6s;
}

#btnGnv .btn .bar {
	top: calc(50% - 5px);
}
#btnGnv .btn::before {
	top: calc(50% - 13px);
}
#btnGnv .btn::after {
	top: calc(50% + 3px);
}

#btnGnv .btn .bar_b {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.8rem;
	color: #1b1c80;
	transition: all .6s;
}

#btnGnv.on .btn .bar, #btnGnv.on .btn .bar_b {
	opacity: 0;
}
#btnGnv.on .btn:before,
#btnGnv.on .btn:after {
	width: 26px;
	top: 50%;
	left: 25%;
}
#btnGnv.on .btn::before {
	transform: rotate(-405deg);
}
#btnGnv.on .btn::after {
	transform: rotate(-495deg);
}
body.white #btnGnv .btn .bar,
body.white #btnGnv .btn::before,
body.white #btnGnv .btn::after {
	background: #ffffff;
}
body.white #btnGnv .btn .bar_b {
	color: #fff;
}
body.min #btnGnv .btn .bar,
body.min #btnGnv .btn::before,
body.min #btnGnv .btn::after{
	background: #11114C;
}
body.min #btnGnv .btn .bar_b {
	color: #11114C;
}






/*gnv
--------------------------------------------------*/
#gnvOuter {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 2000px;
	z-index: 888;
	overflow: hidden;
	height: 100%;
	visibility: hidden;
}
#gnvOuter.on {
	visibility: visible;
}
#gnv {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
#gnv.open {
	transform: translateX(0);
}
#gnv.close {
	transform: translateX(-200%);
}
#gnv.opening {
	animation: opening .45s;
	animation-iteration-count: 1;
}
#gnv.closing {
	animation: closing .45s .5s;
	animation-iteration-count: 1;
}
#gnv .navWrapper {
	width: 250px;
	height: 200vh;
	padding-top: 50px;
	position: relative;
}
#gnv .navWrapper > * {
	position: relative;
	z-index: 2;
}
#gnv .navWrapper::after {
	content: "";
	width: 300%;
	height: 3000px;
	background: #ffffff;
	transform: skewX(-18deg);
	position: absolute;
	right: 258px;
	top: 0;
	z-index: 1;
}

@media screen and (max-width: 800px){
	#gnv .navWrapper0 {
		width: 200vw;
		overflow-x: hidden;
		overflow-y: scroll;
		height: calc(100vh - 55px);
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	#gnv .navWrapper1 {
		height: 800px;
		overflow-y: hidden;
	}
}


#gnv nav {
	width: 200%;
}
#gnv nav > ul > li {
	position: relative;
}
#gnv nav > ul > li:not(:nth-child(8))::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #e3e3e3;
	position: absolute;
	top: 0;
	z-index: 1;
}
#gnv nav > ul > li.on::before {
	display: none;
}
#gnv nav > ul > li:nth-child(1)::before {
	right: 37px;
}
#gnv nav > ul > li:nth-child(2)::before {
	right: 58px;
}
#gnv nav > ul > li:nth-child(3)::before {
	right: 77px;
}
#gnv nav > ul > li:nth-child(4)::before {
	right: 97px;
}
#gnv nav > ul > li:nth-child(5)::before {
	right: 115px;
}
#gnv nav > ul > li:nth-child(6)::before {
	right: 134px;
}
#gnv nav > ul > li:nth-child(7)::before {
	right: 153px;
}
#gnv nav > ul > li::after {
	content: "";
	width: 300%;
	height: 100%;
	transform: skewX(-18deg);
	position: absolute;
	top: 0;
	z-index: -1;
	transition: background 0.3s ease;
}
#gnv nav > ul > li:nth-child(1)::after {
	right: 46px;
}
#gnv nav > ul > li:nth-child(2)::after {
	right: 65px;
}
#gnv nav > ul > li:nth-child(3)::after {
	right: 84.5px;
}
#gnv nav > ul > li:nth-child(4)::after {
	right: 103.5px;
}
#gnv nav > ul > li:nth-child(5)::after {
	right: 123px;
}
#gnv nav > ul > li:nth-child(6)::after {
	right: 142px;
}
#gnv nav > ul > li:nth-child(7)::after {
	right: 161px;
}
#gnv nav > ul > li:nth-child(8)::after {
	right: calc(182.5px - 30px);
}
#gnv nav > ul > li:hover::after {
	background: #f9f9f9;
}
#gnv nav > ul > li.on::after {
	background: #11114c;
}
#gnv nav > ul > li.contact::after {
	background: #db0022;
}
#gnv nav a {
	display: block;
	line-height: 59px;
	padding: 0 35px 0 45px;
	position: relative;
	white-space: nowrap;
	font-size: 0.9375rem;
	font-weight: 700;
}
#gnv nav a::before {
	content: "\f105";
    font-family: FontAwesome;
	color: #B7B7D0;
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
}
#gnv nav .contact a::before {
	content: "\f0e0";
	color: #ffffff;
}
#gnv nav .on a,
#gnv nav .contact a {
	color: #ffffff;
}



#gnv .move {
	transition: transform;
}
#gnv .move {
	transform: translate3d(-200%, 0, 0);
}
#gnv.opening .move,
#gnv.open .move {
	transform: translate3d(0, 0, 0);
}




@media  screen and (max-height: 700px)  {
	#gnv nav > ul > li:nth-child(1)::before {
		right: 37px;
	}
	#gnv nav > ul > li:nth-child(2)::before {
		right: 53px;
	}
	#gnv nav > ul > li:nth-child(3)::before {
		right: 70px;
	}
	#gnv nav > ul > li:nth-child(4)::before {
		right: 87px;
	}
	#gnv nav > ul > li:nth-child(5)::before {
		right: 103px;
	}
	#gnv nav > ul > li:nth-child(6)::before {
		right: 119px;
	}
	#gnv nav > ul > li:nth-child(7)::before {
		right: 136px;
	}
	#gnv nav > ul > li:nth-child(1)::after {
		right: 44px;
	}
	#gnv nav > ul > li:nth-child(2)::after {
		right: 60px;
	}
	#gnv nav > ul > li:nth-child(3)::after {
		right: 77px;
	}
	#gnv nav > ul > li:nth-child(4)::after {
		right: 93px;
	}
	#gnv nav > ul > li:nth-child(5)::after {
		right: 109px;
	}
	#gnv nav > ul > li:nth-child(6)::after {
		right: 125px;
	}
	#gnv nav > ul > li:nth-child(7)::after {
		right: 142px;
	}
	#gnv nav > ul > li:nth-child(8)::after {
		right: calc(158px - 30px);
	}
	#gnv nav a {
		line-height: 50px;
	}
}
































/*overlay
--------------------------------------------------*/
#gnvOuter #overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	z-index: 1;
	transition: all 0.8s ease;
}
#gnvOuter.on #overlay {
	visibility: visible;
	opacity: 1;
	cursor: pointer;
	transition-delay: 0.3s;
}




/*language
--------------------------------------------------*/
#gnv .lang ul {
	display: flex;
	padding: 25px 0 0 18px;
}
#gnv .lang li {
	margin-left: 4px;
}
#gnv .lang li a,
#gnv .lang li .a {
	display: block;
	border-radius: 100%;
	font-size: 13px;
	font-weight: 700;
	width: 30px;
	line-height: 30px;
	color: #11114c;
	text-align: center;
}
#gnv .lang li.on a,
#gnv .lang li.on .a {
	background: #11114c;
	color: #ffffff;
}
#gnv .lang li:not(.on):hover a {
	background: #f9f9f9;
}






/*****************************************************************************
footer
 *****************************************************************************/
footer {
	font-weight: 400;
	background: #ffffff;
	position: relative;
	z-index: 2;
	border-top: 1px solid #e8e8f2;
}

/*contact
----------------------------------------------------*/
footer > .contact {
	padding: 55px 0 0;
	text-align: center;
}
footer > .contact > .inner {
	width: 80%;
	max-width: 1300px;
	margin: 0 auto;
	border: 5px solid #db0022;
	padding: 64px 10% 50px;
	position: relative;
}
footer > .contact > .inner::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 27.5px 0 27.5px;
	border-color: #db0022 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
footer > .contact .hdBox {
	font-weight: 700;
	color: #db0022;
}
footer > .contact .hdBox .shoulder {
	font-size: 0.875rem;
	opacity: 0.7;
}
footer > .contact .hdBox .hd {
	padding-top: 8px;
	font-size: 2.4rem;
	line-height: 1.1;
}
footer > .contact .hdBox .hd span:nth-child(2)::before {
	content: "・";
}
footer > .contact .lead {
	margin-top: 20px;
	line-height: 1.4;
}

footer > .contact .lead .l2 {
	margin-top: 12px;
	font-size: 1.5rem;
}
footer > .contact .btn {
	margin-top: 40px;
}
footer > .contact .btn a {
	display: inline-block;
	background: #db0022;
	color: #ffffff;
	line-height: 45px;
	width: 100%;
	max-width: 440px;
	font-size: 1.14rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding-top: 5px;
	border-bottom: 5px solid #cc0002;
}
footer > .contact .btn a span {
	position: relative;
	z-index: 2;
}
footer > .contact .btn a::before {
	content: "\f0e0";
    font-family: FontAwesome;
	font-weight: normal;
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 22px;
	line-height: 50px;
}
footer > .contact .btn a::after {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -5px;
	left: 0;
	/*background: #ef0002;*/
	background: #F73720;
	transition: height .35s;
}
footer > .contact .btn a:hover::after {
	height: calc(100% + 5px);
}

@media screen and (min-width: 901px) {
	footer > .contact .sorami {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: 237px;
		height: 100%;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 900px) {
	footer > .contact .sorami {
		position: absolute;
		bottom: -100px;
		right: -10px;
	}
	footer > .contact .sorami img {
		height: 140px;
	}
	footer > .contact .btn a {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 780px) {
	footer > .contact .hdBox .hd span {
		display: block;
	}
	footer > .contact .hdBox .hd span:nth-child(2)::before {
		content: "";
	}
	footer > .contact .lead .l1 {
		text-align: left;
	}
	footer > .contact .lead .l1 br {
		display: none;
	}
	footer > .contact .lead .l2 {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 600px) {
	footer > .contact {
		padding: 55px 4% 0;
	}
	footer > .contact > .inner {
		width: 100%;
	}
}



/*navWrapper
----------------------------------------------------*/
footer > .navWrapper {
	padding:  40px 40px 30px;
	line-height: 2.4;
}
footer > .navWrapper > .inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
footer > .navWrapper a {
	padding: 0 1em 0 1.5em;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
}
footer > .navWrapper a:hover span {
	text-decoration: underline;
}
footer > .navWrapper a::before {
	content: "\f105";
    font-family: FontAwesome;
	color: #B7B7D0;
	position: absolute;
	top: 50%;
	left: 0.625em;
	transform: translateY(-50%);
}
footer > .navWrapper a:hover::before {
	color: #1F323F;
}
footer > .navWrapper .box.seal {
	border-right: 1px dotted #B7B7D0;
	padding: 10px 30px 10px 0;
}

footer > .navWrapper .box.seal > div {
	padding: 10px 0 10px;
	margin-left: 30px;
}

footer > .navWrapper .box.seal ul {
	margin-left: 10px;
}
footer > .navWrapper .box.seal li {
	display: inline-block;
}
footer > .navWrapper .box.others .innerBoxWrapper {
	display: flex;
}
footer > .navWrapper .box.others .innerBox {
	border: dotted #B7B7D0;
	border-width: 0 1px 0 0;
	padding: 10px 30px;
}
footer > .navWrapper .box.others .innerBox:nth-child(2) {
	padding-right: 0;
	border-right: none;
}

footer > .navWrapper > .inner2 {
	width: 100%;
	max-width: 1300px;
	margin: 50px auto 0;
	padding: 30px 0 0;
	position: relative;
}
footer > .navWrapper > .inner2::before {
	content: "";
	border-top: 1px dotted #B7B7D0;
	width: 10%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
footer > .navWrapper > .inner2 ul {
	display: flex;
	justify-content: center;
	font-size: 0.875rem;
}
footer > .navWrapper > .inner2 .inner2_footer_logo {
	text-align: center;
	display: block;
	width: 280px;
	margin: 0 auto;
}

footer > .navWrapper .box.seal h2,
footer > .navWrapper .box.seal > div .hd,
footer > .navWrapper .box.others a {
	font-weight: 500;
}

footer > .navWrapper .hd__footer {
	padding: 0;
}

@media screen and (max-width: 900px) {
	footer > .navWrapper > .inner {
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		display: block;
	}
	footer > .navWrapper .box.seal {
		border-right: none;
		padding: 10px 0 10px;
	}
	footer > .navWrapper .box.others > div {
		display: block;
		padding: 10px 0 10px;
	}
	footer > .navWrapper .box.others .innerBox {
		border-width: 0 1px 0 0;
		padding: 10px 0 10px;
		width: 50%;
	}
	footer > .navWrapper .box.others .innerBox:nth-child(1) {
		padding: 10px 40px 10px 0;
	}
	footer > .navWrapper .box.others .innerBox:nth-child(2)  {
		padding: 10px 0 10px 40px;
	}
	footer > .navWrapper .box.others .innerBox ul {
		display: flex;
		flex-wrap: wrap;
	}
	footer > .navWrapper .box.others .innerBox li {
		min-width: 50%;
	}
}
@media screen and (max-width: 600px) {
	footer > .navWrapper {
		padding:  20px 4% 10px;
		font-size: 0.875rem;
	}
	footer > .navWrapper > .inner2 {
		margin-top: 20px;
		padding-top: 20px;
	}
	footer > .navWrapper > .inner2 ul {
		font-size: 0.75rem;
	}
	footer > .navWrapper .box.seal {
		padding: 20px 1%;
		margin: 0 3%;
	}
	footer > .navWrapper .box.others .innerBoxWrapper {
		justify-content: center;
		display: block;
		padding: 0;
	}
	footer > .navWrapper .box.others .innerBox:nth-child(1) ,
	footer > .navWrapper .box.others .innerBox:nth-child(2) {
		width: auto;
		border-width: 1px 0 0;
		padding: 20px 1%;
		margin: 0 3%;
	}
	footer > .navWrapper .box.others .innerBox ul {
	}
	footer > .navWrapper .box.others .innerBox li {
		width: auto;
		min-width: 50%;
	}
}



/*ipros
----------------------------------------------------*/
#ipros {
	padding: 30px 35px 0 52px;
}
#ipros .logo {
	text-align: right;
}
#ipros form {
	width: 100%;
	display: flex;
	align-items: center;
}
#ipros .text {
	flex: 1;
}
#ipros .text input {
	display: block;
	line-height: 33px;
	height: 35px;
	width: 100%;
	border: 1px solid #D6D6D6;
}
#ipros .btn {
	width: 105px;
	background: #1b1c80;
	height: 35px;
	position: relative;
	transition: all 0.3s ease;
	border-bottom: 4px solid #10104b;
}
#ipros .btn input[type='submit'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.75rem;
	z-index: 3;
	text-align: left;
	padding-left: 1.2em;
	cursor: pointer;
	line-height: 35px;
}
#ipros .btn::before {
	content:"\f002";
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	top: -2px;
	right: 12px;
	z-index: 2;
	color: #ffffff;
}
#ipros .btn::after {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -4px;
	left: 0;
	background: #0d5fb6;
	transition: all 0.3s ease;
}
#ipros .btn:hover::after {
	height: calc(100% + 4px);
}


@media screen and (max-width: 900px) {
	#ipros {
		padding: 20px 0 0;
		max-width: 480px;
		width: 90%;
		margin: 0 auto;
	}
	#ipros .btn {
		width: 100px;
	}
	#ipros .btn input[type='submit'] {
		padding-left: 1em;
	}
}



/*message
----------------------------------------------------*/
footer > .message {
	position: relative;
	overflow: hidden;
	height: 400px;
	background: 50% 50% no-repeat;
	background-size: cover;
	background-image: url(../../common/images/footer/footerMsgImg.jpg);
}
footer > .message.message02 {
	background-image: url(../../common/images/footer/footerMsgImg02.jpg);
}
footer > .message.message03 {
	background-image: url(../../common/images/footer/footerMsgImg03.jpg);
}
footer > .message.message04 {
	background-image: url(../../common/images/footer/footerMsgImg04.jpg);
}
footer > .message.message05 {
	background-image: url(../../common/images/footer/footerMsgImg05.jpg);
}
footer > .message.message06 {
	background-image: url(../../common/images/footer/footerMsgImg06.jpg);
}
footer > .message .con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-weight: 700;
}
footer > .message .con ul {
	font-size: 1.625rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}
footer > .message .con li {
	margin: 0 45px;
	position: relative;
}
footer > .message .con li br {
	display: none;
}
footer > .message .con li:not(:nth-child(1))::before,
footer > .message .con li:not(:nth-child(1))::after {
	content: "";
	height: 1px;
	width: 80px;
	border-top: 1px solid #ffffff;
	position: absolute;
	left: -84px;
	top: 50%;
}
footer > .message .con li:not(:nth-child(1))::before {
	transform: rotate(-45deg);
}
footer > .message .con li:not(:nth-child(1))::after {
	transform: rotate(45deg);
}
footer > .message .con li:nth-child(1) span {
	color: #33CCFF;
}
footer > .message .con li:nth-child(2) span {
	color: #F85232;
}
footer > .message .con li:nth-child(3) span {
	color: #6EBE4C;
}
@media screen and (max-width: 1200px) {
	footer > .message .con ul {
		font-size: 1.4rem;
	}
	footer > .message .con li {
		margin: 0 35px;
		position: relative;
	}
	footer > .message .con li:not(:nth-child(1))::before,
	footer > .message .con li:not(:nth-child(1))::after {
		width: 70px;
		left: -70px;
	}
}
@media screen and (max-width: 900px) {
	footer > .message .con ul {
		display: block;
	}
	footer > .message .con li {
		margin: 0;
	}
	footer > .message .con li:not(:nth-child(1)) {
		padding-top: 70px;
	}
	footer > .message .con li:not(:nth-child(1))::before,
	footer > .message .con li:not(:nth-child(1))::after {
		width: 50px;
		left: 50%;
		top: 34px;
	}
	footer > .message .con li:not(:nth-child(1))::before {
		transform: translateX(-50%) rotate(-45deg);
	}
	footer > .message .con li:not(:nth-child(1))::after {
		transform: translateX(-50%) rotate(45deg);
	}
	footer > .message .con li br {
		display: inline;
	}
}


/*copy, pageUpBtn
----------------------------------------------------*/
footer > .copy {
	background: #333B47;
	color: #ffffff;
	line-height: 56px;
	text-align: center;
	font-size: 0.875rem;
}
footer > .copy a {
	color: #ffffff;
	text-decoration: none;
}
@media screen and (max-width: 600px) {
	footer > .copy {
		font-size: 0.7rem;
		line-height: 35px;
	}
}




#pageUpBtnOuter {
	width: 100%;
	max-width: 2000px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 222;
}
#pageUpBtn {
	position: absolute;
	font-size: 0.75rem;
	display: block;
	right: 2%;
	bottom: 0;
	background: #333B47;
	line-height: 56px;
	width: 80px;
	text-align: center;
	transform: translateY(200%);
	transition: all 0.6s ease;
}
#pageUpBtn.active {
	transform: translateY(0);
}
#pageUpBtn a {
	display:block;
	color: #ffffff;
	text-decoration: none;
}
#pageUpBtn a > span {
	position: relative;
	z-index: 1;
	opacity: 0.7;
	transition: all 0.3s ease;
}
#pageUpBtn a:hover > span {
	opacity: 1;
}

@media screen and (min-width: 601px) {
	#pageUpBtn a .fa {
		position: absolute;
		top: 8px;
		left: 50%;
		transform: translate(-50%, 0);
		opacity: 0;
		transition: all 0.3s ease;
	}
	#pageUpBtn a:hover .fa {
		transform: translate(-50%, -100%);
		opacity: 1;
	}
	#pageUpBtn a::before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 25px 20px 25px;
		border-color: transparent transparent #333B47 transparent;
		position: absolute;
		z-index: 0;
		top: -12px;
		left: calc(50% - 25px);
		transform: translateY(100%);
		transition: all 0.3s ease;
	}
	#pageUpBtn a:hover::before {
		transform: translateY(0);
	}
}
@media screen and (max-width: 600px) {
	#pageUpBtn a .fa {
		margin-right: 3px;
	}
	#pageUpBtn  {
		line-height: 34px;
		font-size: 0.6rem;
	}
}











/*****************************************************************************
contents
 *****************************************************************************/

main {
	position: relative;
}












/*****************************************************************************
button
 *****************************************************************************/
.btnType01 a,
a .btnType01 .a {
	display: inline-block;
	vertical-align: top;
	background: #1b1c80;
	color: #ffffff;
	width: 280px;
	max-width: 100%;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	border-bottom: 4px solid #10104b;
	padding-top: 4px;
	line-height: 36px;
	font-size: 0.875rem;
	position: relative;
	z-index: 2;
}
.btnType01 a > span,
.btnType01 .a .span {
	position: relative;
	z-index: 2;
}
.btnType01 a::after,
a .btnType01 .a::after {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -4px;
	left: 0;
	background: #0d5fb6;
	transition: height .35s;
}
.btnType01 a:hover::after,
a:hover .btnType01 .a::after {
	height: calc(100% + 4px);
}
.btnType01 a::before,
a .btnType01 .a::before {
	content:"\f03a";
	font-family: FontAwesome;
	font-weight: normal;
	color: #ffffff;
	position: absolute;
	z-index: 2;
	right: 15px;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	font-size: 1rem;
}










.formBtnWrapper {
    margin-top: 40px;
    text-align: center;
	display: flex;
	justify-content: center;
}
#fixedLayer .formBtnWrapper {/*Oリング検索 ifmrame内*/
	margin-top: 0;
}
.formBtnWrapper label {
	position: relative;
}
.formBtnWrapper .submit,
.formBtnWrapper .clear {
	text-align: center;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.formBtnWrapper .submit {
	padding: 10px;
	background: #1b1c80;
	color: #ffffff;
	width: 65%;
	max-width: 280px;
	position: relative;
	border-bottom: 4px solid #10104b;
}
.formBtnWrapper .submit::before {
	content:"\f002";
	font-family: FontAwesome;
	position: absolute;
	top: calc(50% + 2px);
	right: 15px;
	z-index: 2;
	transform: translateY(-50%);
}
.formBtnWrapper .submit2::before {
	content:"\f054";
}
.formBtnWrapper .clear {
	line-height: 40px;
	background: #999;
	width: calc(35% - 10px);
	max-width: 140px;
	margin-right: 10px;
	transition: all 0.3s ease;
}

.formBtnWrapper .submit input,
.formBtnWrapper .clear input {
	height: 100%;
	width: 100%;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	font-size: 0.875rem;
	position: relative;
	z-index: 2;
}


.formBtnWrapper .submit::after {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -4px;
	left: 0;
	background:#0d5fb6;
	transition: all 0.3s ease;
}
.formBtnWrapper .submit:hover::after {
	height: calc(100% + 4px);
	background: #0d5fb6;
}
.formBtnWrapper .clear:hover {
	background: #777;
}


.btnTypeClear {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	padding: 0 10px;
	background: #999999;
	color: #ffffff;
	font-size: 0.875rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btnTypeClear:hover {
	background: #555555;
}
.btnTypeClear.btnTypeClear01 {
	line-height: 44px;
	width: calc(35% - 10px);
	max-width: 140px;
	margin-right: 10px;
	font-weight: 700;
}
.btnTypeClear.btnTypeClear02 {
	height: 34px;
	line-height: 34px;
}












.btnType11 {
	display: inline-block;
	vertical-align: top;
    background: #f1f1f1;
	height: 34px;
	line-height: 32px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
	font-size: 0.875rem;
	transition: all 0.3s ease;
	border: 1px solid #D6D6D6;
}
.btnType11:hover {
	background: #0d5fb6;
	border-color: #0d5fb6;
	color: #ffffff;
}






/*****************************************************************************
searchForm
*****************************************************************************/

/*.searchContentBox {
	padding: 80px 0 0;
}*//*背景なし*/
.search {
	position: relative;
	/*padding: 80px 0 0;*/
	line-height: 1;
}
.search > .inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.search .hd {
	background: #707c94;
	color: #ffffff;
	padding: 10px 20px;
	font-weight: 700;
}
.search .hd span {
	display: inline-block;
}
.search .hd .en {
    font-size: 1.25rem;
}
.search .hd .jp {
	margin-left: 1em;
    opacity: 0.7;
}

.searchForm .form {
    margin-top: 20px;
    font-size: 0.93rem;
}
.searchForm {
	background: rgba(255,255,255,0.3);
	padding: 10px 3% 30px;
}
.searchForm .boxWrapper {
	display: flex;
	justify-content: center;
}
.searchForm .boxWrapper > .box:nth-child(1) {
	flex: 1;
}
.searchForm .boxWrapper > .box:nth-child(2) {
	width: 60%;
	min-width: 550px;
}
.searchForm .boxWrapper dl.flex,
.searchForm .boxWrapper dl.flex02 {
	margin-top: 20px;
	display: flex;
}
.searchForm .boxWrapper dt {
	font-weight: 700;
	font-size: 0.9375rem;
	width: 5.5em;
	padding: 7px 1em 0 0;
	text-align: right;
}
.searchForm .boxWrapper dl.flex dd,
.searchForm .boxWrapper dl.flex02 dd{
	flex: 1;
}
.searchForm .boxWrapper dl.flex02 dd {
	flex-wrap: nowrap;
	display: flex;
}
.searchForm .boxWrapper dl.flex02 dd > * {
	display: block;
	white-space: nowrap;
}
.searchForm .boxWrapper dl.flex02 input[type="text"],
.searchForm .boxWrapper dl.flex02 .btnType11 {
	margin-right: -1px;
}
.searchForm .boxWrapper dl.flex02 .btnTypeClear {
	margin-left: 5px;
}


@media screen and (max-width: 1100px) {
	.searchForm .boxWrapper {
		display: block;
	}
	.searchForm .boxWrapper > .box:nth-child(1),
	.searchForm .boxWrapper > .box:nth-child(2) {
		width: auto;
		min-width: 0;
	}
	.searchForm .boxWrapper dl.flex,
	.searchForm .boxWrapper dl.flex02 {
		width: 100%;
		justify-content: center;
	}
}
@media screen and (max-width: 750px) {
	.searchForm {
		padding: 10px 20px 30px;
	}
	.searchForm .boxWrapper > .box:nth-child(1),
	.searchForm .boxWrapper > .box:nth-child(2) {
		width: auto;
		min-width: 0;
	}
	.searchForm .boxWrapper dt {
		width: 4.5em;
		padding-right: 0.5em;
	}
	.searchForm .boxWrapper > .box:nth-child(2) dl.flex dd {
		display: block;
		white-space: normal !important;
	}
	.searchForm .boxWrapper > .box:nth-child(2) dl.flex dd input[type="text"] {
		width: 100%;
		margin-bottom: 5px;
	}
	.searchForm .boxWrapper dl.flex02 dd {
		padding-bottom: 40px;
		position: relative;
	}
	.searchForm .boxWrapper dl.flex02 dd input[type="text"] {
		flex: 1;
	}
	.searchForm .boxWrapper dl.flex02 dd .btnTypeClear {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 0;
	}
}





/*.searchForm input[name="materials"],
.searchForm input[name="purposes_label"] {
	background: #f1f1f1;
}*/


.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}





/*****************************************************************************
searchModal
*****************************************************************************/


#searchModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all 0.5s ease 0.2s;
}
#searchModal.on {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
	transition: all 0.4s ease 0;
}
#searchModal > .inner {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
}
#searchModal .close {
	position: absolute;
	z-index: 999999;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#searchModal .close::before,
#searchModal .close::after {
	content: "";
	display: block;
	background: rgba(255,255,255,0.65);
	width: 100%;
	height: 2px;
	position: absolute;
	top: calc(50%);
	left: 0;
	transition: all 0.4s ease;
}
#searchModal .close::before {
	transform: rotate(45deg);
}
#searchModal .close::after {
	transform: rotate(-45deg);
}
#searchModal .close:hover::before,
#searchModal .close:hover::after {
	background: rgba(255,255,255,1);
}

#searchModal > .inner > .box {
	max-width: 1000px;
	width: 80%;
	height: 80%;
	-webkit-overflow-scrolling:touch;
	overflow: auto;
}
#searchModal > .inner > .box iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	opacity: 0;
	transition: all 0.5s ease 0.2s;
}
#searchModal.on > .inner > .box iframe {
	opacity: 1;
}
@media screen and (max-width: 1000px) {
	#searchModal .close {
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
	}
	#searchModal .close::before,
	#searchModal .close::after {
		background: #CC6666;
	}
	#searchModal > .inner > .box {
		height: 100%;
		width: 100%;
	}
}

a.outline_link {
	text-decoration: none;
}
a.outline_link:hover {
	text-decoration: underline;
}

















/*****************************************************************************
margin
*****************************************************************************/
.mt_1 {
	margin-top: 1em !important;
}
.mt_2 {
	margin-top: 2em !important;
}




/*****************************************************************************
br
*****************************************************************************/

.spBr {
	display: none;
}

@media screen and (max-width: 600px) {
	.spBr {
		display:inherit;
	}
}


.pcBr {
	display: inherit;
}
@media screen and (max-width: 600px) {
	.pcBr {
		display:none;
	}
}













/*****************************************************************************
keyframes
*****************************************************************************/
@keyframes opening {
	0% {
		transform: translate3d(-200%,0,0);
	}
	100% {
		transform: translate3d(0);
	}
}
@keyframes closing {
	0% {
		transform: translate3d(0);
	}
	100% {
		transform: translate3d(-200%,0,0);
	}
}

















