@charset "utf-8";
/*html5*/ 
@font-face {
	font-family: 'NotoSansJP';
	src: url('../font/NotoSansJP-VariableFont_wght.ttf');
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
*{box-sizing: border-box;font-family: NotoSansJP;}
input{border:none;  outline:medium;font-family: Inter;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}
a:hover{
	opacity: 0.5;
}
input[type = 'submit']:hover{
	opacity: 0.5;
}
.w1440{
	width: 96%;
	max-width: 1440px;
	margin: 0 auto;
}
.contain{
	width: 96%;
	max-width: 1040px;
	margin: 0 auto;
}

.cb{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 70;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding-bottom: 20px;
}
.menu{
	position: relative;
	width: 55px;
	height: 55px;
	z-index: 99;
	background-color: #00B0EC;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu2{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.menu2:after, .menu2:before {
	content: " ";
	line-height: 0;
	display: block;
	position: absolute;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	background-color: #fff;
	width: 25px;
	height: 2px;
	top: 18px;
	margin-left: -12.5px;
	left: 50%;
}
.menu2:before {
	-webkit-transition: box-shadow .3s cubic-bezier(.455,.03,.515,.955) .4s, -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) 0s;
	transition: box-shadow .3s cubic-bezier(.455,.03,.515,.955) .4s, -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) 0s;
	transition: box-shadow .3s cubic-bezier(.455,.03,.515,.955) .4s, transform .3s cubic-bezier(.455,.03,.515,.955) 0s;
	transition: box-shadow .3s cubic-bezier(.455,.03,.515,.955) .4s, transform .3s cubic-bezier(.455,.03,.515,.955) 0s, -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) 0s;
	box-shadow: 0 6px 0 0 #fff, 0 -6px 0 0 #fff;
}
.menu2:after {
	-webkit-transition: -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) 0s;
	transition: -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) 0s;
	transition: transform .3s cubic-bezier(.455,.03,.515,.955) 0s;
	transition: transform .3s cubic-bezier(.455,.03,.515,.955) 0s, -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) 0s;
}
.menu3{
	display: block;
	line-height: 1;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	letter-spacing: .15em;
	bottom: 11px;
	font-size: 9px;
	color: #fff;
	font-weight: 700;
}
.menu2.on:before {
	-webkit-transition: box-shadow .3s cubic-bezier(.455,.03,.515,.955) 0s, -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) .4s;
	transition: box-shadow .3s cubic-bezier(.455,.03,.515,.955) 0s, -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) .4s;
	transition: box-shadow .3s cubic-bezier(.455,.03,.515,.955) 0s, transform .3s cubic-bezier(.455,.03,.515,.955) .4s;
	transition: box-shadow .3s cubic-bezier(.455,.03,.515,.955) 0s, transform .3s cubic-bezier(.455,.03,.515,.955) .4s, -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) .4s;
	box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu2.on:after {
	-webkit-transition: -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) .4s;
	transition: -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) .4s;
	transition: transform .3s cubic-bezier(.455,.03,.515,.955) .4s;
	transition: transform .3s cubic-bezier(.455,.03,.515,.955) .4s, -webkit-transform .3s cubic-bezier(.455,.03,.515,.955) .4s;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cb1{
	line-height: 55px;
	-webkit-box-ordinal-group: 0;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-weight: 700;
	font-size: 10px;
}
.man{
	padding-right: 50px;
}
.header{
	padding: 39px 60px 4px 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.logo{
	font-size: 0;
}
.logo img{
	width: 362px;
}
.item{
	display: flex;
	align-items: center;
}
.item a{
	margin: 0 5px;
	display: block;
	height: 40px;
	width: 134px;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 6.4px;
	color: #0D0D0D;
}
.item a.on{
	background: url(../img/itembg.png) center no-repeat;
	background-size: cover;
	color: #fff;
}
.item.enitem a{
    font-size: 14px;
    letter-spacing: 1px;
}
.sycont{
	margin-top: 20px;
	display: flex;
	align-items: flex-end;
}
.sycont2{
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: 1.75px;
	color: #00B0EC;
	font-family: Oswald, sans-serif;
}
.sycont2 a{
	color: #00B0EC;
	font-family: Oswald, sans-serif;
}
.sycont2 a:hover{
	text-decoration: underline;
}
.sycont3{
	margin-top: 5px;
	font-weight: 600;
	font-size: 14px;
	line-height: 18.2px;
	text-align: right;
	color: #0D0D0D;
}
.sycont4{
	margin-left: 10px;
	font-size: 0;
	position: relative;
}
.sycont4 > img{
	width: 78px;
}
.sycont5{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.sycont5 img{
	width: 20px;
	display: block;
	margin: 0 auto 7px;
}
.language{
	position: absolute;
	right: 124px;
	top: 0;
}
.language a{
	font-size: 16px;
	line-height: 53px;
	letter-spacing: 5.1px;
	color: #0D0D0D;
	padding: 0 25px;
	position: relative;
}
.language a:last-child{
	padding-right: 0;
}
.language a:last-child:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 16px;
	background-color: #000000;
}
.language a.on{
	font-weight: 700;
	color: #00b0ec;
}
.menuTc {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    padding: 57px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: visible;
    -webkit-transition: visibility .25s 725ms, z-index .25s 725ms;
    transition: visibility .25s 725ms, z-index .25s 725ms;
}
.menuTc.on {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: visible;
	z-index: 60;
}
.menuTc:after{
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	pointer-events: none;
	width: 100%;
	opacity: 0;
	top: 0;
	display: block;
}
.menuTc:after {
    background-color: rgba(0, 0, 0, .8);
    right: 0;
    bottom: 0;
    -webkit-transition: height .55s cubic-bezier(.25, .46, .45, .94) 425ms, opacity .55s cubic-bezier(.25, .46, .45, .94) 425ms;
    transition: height .55s cubic-bezier(.25, .46, .45, .94) 425ms, opacity .55s cubic-bezier(.25, .46, .45, .94) 425ms;
    z-index: -1;
}
.menuTc.on:after {
    height: 100%;
    opacity: .975;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.menuTc1{
	-webkit-transition: box-shadow .7s cubic-bezier(.25, .46, .45, .94) 425ms;
	transition: box-shadow .7s cubic-bezier(.25, .46, .45, .94) 425ms;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 0;
}
.menuTc.on .menuTc1{
	height: 100%;
	min-height: 100%;
}
.menuTc2 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-transition: opacity .55s linear 0s, -webkit-transform .55s linear 0s;
	transition: opacity .55s linear 0s, -webkit-transform .55s linear 0s;
	transition: opacity .55s linear 0s, transform .55s linear 0s;
	transition: opacity .55s linear 0s, transform .55s linear 0s, -webkit-transform .55s linear 0s;
}
.menuTc.on .menuTc2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	visibility: visible;
	padding-bottom: 55px;
	height: 100%;
}
.menuTc.on .menuTc3 {
	height: 100%;
}
.menuTc4 {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menuTc.on .menuTc4 {
	height: 100%;
}
.menuTc6{
	max-width: 720px;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.menuTc7{
	width: 33.33%;
	padding: 1px;
}
.menuTc7 a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 20px 10px;
	color: #fff;
	font-weight: 700;
	background-color: #00B0EC;
	font-size: 16px;
	-webkit-transition: background-color .4s cubic-bezier(.445, .05, .55, .95) 0s;
	transition: background-color .4s cubic-bezier(.445, .05, .55, .95) 0s;
}
.menuTc7 a:hover {
	opacity: 1;
    text-decoration: none;
    background-color: #5fd6ff;
}
.menuTc8{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuTc9{
	margin-right: 16px;
}
.menuTc9a{
	font-size: 26px;
	font-weight: 700;
	text-align: right;
}
.menuTc9a a{
	color: #fff;
}
.menuTc9a a:hover{
	opacity: 1;
	text-decoration: underline;
}
.menuTc9b{
	text-align: right;
	margin-top: 7px;
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
}
.nnews{
	background-color: #F3F4F3;
	padding: 20px 0;
}
.nnews1{
	position: relative;
}
.nnews1 .swiper{
	padding: 0 109px;
}
.nnews2{
	font-size: 0;
	position: relative;
}
.nnews2 span{
	position: absolute;
	left: 14px;
	top: 11px;
	width: 108px;
	background: rgba(0, 0, 0, 0.4);
	font-weight: 700;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
	color: #ffffff;
}
.nnews3{
	padding: 14px 15px 20px;
	background-color: #ffffff;
}
.nnews4{
	font-weight: 500;
	font-size: 16px;
	line-height: 35px;
	color: #1F1F1F;
}
.nnews5{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.nnews5.en{
    display: block;
}
.nnews6{
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	color: #FA0027;
}
.nnews6 span{
	font-weight: 400;
	font-size: 11px;
	line-height: 19.25px;
	color: #333333;
}
.nnews7{
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
.nnews7 img{
	width: 11px;
	margin-right: 6px;
}
.nnews5.en .nnews7{
    margin-top: 10px;
}
.nnews8{
	margin-top: 8px;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}
.nleft{
	font-size: 0;
	position: absolute;
	left: 81px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.nleft img{
	width: 38px;
}
.nright{
	font-size: 0;
	position: absolute;
	right: 81px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.nright img{
	width: 38px;
}
.nsearch{
	padding: 64px 0 60px;
}
.nsearch1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nsearch2{
	width: 52px;
}
.nsearch2 span{
	display: block;
	margin: 10px 0;
	cursor: pointer;
	font-size: 18px;
	line-height: 28.8px;
	text-align: center;
	color: #00B0EC;
	width: 52px;
	padding: 10px 6px;
	border: 1px solid #00B0EC;
	border-radius: 4px 0 0 4px;
}
.nsearch2.en span{
    font-size: 16px;
    padding: 10px 3px;
}
.nsearch2 span.on{
	background-color: #00B0EC;
	color: #ffffff;
}
.nsearch3{
	flex: 1;
	border: 1px solid #00B0EC;
	border-radius: 4px;
	padding: 20px 20px 15px;
}
.nsearch4{
	display: none;
}
.nsearch5{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.nsearch6{
	width: 505px;
	margin-right: 40px;
}
.nsearch7{
	font-size: 18px;
	color: #020202;
	line-height: 38.5px;
}
.nsearch7 span{
	font-weight: 400;
	font-size: 14px;
	line-height: 31.5px;
	text-decoration: underline;
}
.nsearch7 span a{
    color: #020202;
}
.nsearch8{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nsearch8 a{
	display: flex;
	align-items: center;
	background-color: #F5F5F5;
	height: 60px;
	padding: 0 10px;
	border-radius: 4px;
	width: calc((100% - 5px)/2);
	margin-top: 5px;
	font-size: 16px;
	color: #020202;
}
.nsearch8 a img{
	width: 40px;
	margin-right: 10px;
}
.nsearch9{
	flex: 1;
}
.nsearch10{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.nsearch10 a{
	margin-top: 18px;
	width: 50%;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 24.5px;
	color: #020202;
}
.nsearch10 span{
	text-decoration: underline;
}
.nsearch11{
	overflow: hidden;
	width: 100%;
	max-width: 500px;
	margin: 16px auto 0;
}
.nsearch11i{
	float: left;
	width: calc(100% - 55px) !important;
	height: 40px;
	border: 1px solid #D6D6D6;
	border-radius: 4px 0 0 4px;
	padding: 0 16px;
	font-size: 14px;
}
.nsearch11ii{
	float: left;
	width: 55px;
	height: 40px;
	background-color: #00B0EC;
	font-size: 16px;
	color: #ffffff;
	border-radius: 0 4px 4px 0;
}
.nsearch11ii.en{
    font-size: 14px;
}
.show{
	display: block !important;
}
.nsearch12{
	margin-top: 65px;
	display: flex;
	align-items: center;
	padding: 0 24px;
	height: 62px;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	background-color: #00B0EC;
}
.nsearch12 img{
	width: 36px;
	margin-right: 20px;
}
.nsearch13{
	background: url(../img/nsearchbg.png) no-repeat;
	background-size: cover;
	padding: 8px 43px 29px 24px;
}
.nsearch14{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nsearch15{
	width: calc((100% - 40px)/2);
	margin-top: 24px;
	display: flex;
	align-items: center;
}
.nsearch15.en{
    width: calc((100% - 30px)/2);
}
.nsearch15 span{
	width: 100px;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
}
.nsearch15.en span{
    font-size: 14px;
}
.nsearch15 select{
	flex: 1;
	outline: none;
	text-align: center;
	text-align-last: center;
	font-size: 14px;
	border: 1px solid #D9D9D9;
	height: 48px;
}
.nsearch15.en select{
    font-size: 14px;
}
.nsearch16{
	margin-top: 32px;
	text-align: center;
}
.nsearch16 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00B0EC;
	width: 313px;
	font-weight: 500;
	font-size: 16px;
	line-height: 15px;
	color: #00B0EC;
	background-color: #FFFFFF;
	height: 42px;
	border-radius: 2px;
}
.nsearch16 a img{
	width: 19px;
	margin-left: 6px;
}
.npro{
	background-color: #F3F4F3;
	padding: 35px 0 50px;
}
.npro1{
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
	color: #000000;
}
.npro2{
	margin: 35px 0 57px;
	position: relative;
}
.npro2 a{
	display: block;
	background-color: #fff;
	padding: 10px;
}
.npro3{
	font-size: 0;
	position: relative;
}
.npro3 span{
	position: absolute;
	left: 4px;
	top: 6px;
	width: 79px;
	background: rgba(0, 0, 0, 0.4);
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #ffffff;
}
.npro4{
	margin-top: 6px;
	background-color: #ffffff;
}
.npro5{
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	height: 48px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.npro6{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.npro6.en{
    display: block;
}
.npro7{
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #FA0027;
}
.npro7 span{
	font-weight: 400;
	font-size: 11px;
	line-height: 19.25px;
	color: #333333;
}
.npro8{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.npro8 img{
	width: 10px;
	margin-right: 6px;
}
.npro6.en .npro8{
	margin-top: 8px;
}
.npro9{
	margin-top: 8px;
	font-size: 13px;
	line-height: 28px;
	color: #333333;
	height: 56px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.prleft{
	font-size: 0;
	position: absolute;
	left: -36px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.prleft img{
	width: 20px;
}
.prright{
	font-size: 0;
	position: absolute;
	right: -36px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.prright img{
	width: 20px;
}
.npro10{
	margin: 35px 0 0;
	position: relative;
}
.npro10 a{
	display: block;
	background-color: #fff;
	padding: 10px;
}
.prleft1{
	font-size: 0;
	position: absolute;
	left: -36px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.prleft1 img{
	width: 20px;
}
.prright1{
	font-size: 0;
	position: absolute;
	right: -36px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.prright1 img{
	width: 20px;
}
.nhome{
    margin-top: 35px;
	background-color: #f3f4f3;
}
.nhome1{
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 37px;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	color: #0D0D0D;
}
.nhome1 a{
	margin: 0 5px;
	color: #0D0D0D;
}
.nhome1 img{
	width: 16px;
	margin-right: 14px;
}
.l-footer {
	position: relative;
}
.l-contact {
	color: #fff;
	min-height: 320px;
	position: relative;
	padding: 62px 0;
	text-align: center;
	background-image: url(../img/conbg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;		
}
.c-container, .l-area--sub .l-area__inner {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1150px;
}
.p-heading-block {
	text-align: center;
	line-height: 1;
	font-size: 23px;
	font-weight: 700;
}
.p-heading-block__free, .p-heading-block__sub {
	display: block;
}
.p-heading-block__sub {
	margin-top: 8px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Oswald, sans-serif;
}
.l-contact__layout {
	margin-top: 53px;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-info-number-group {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.p-info-number {
	font-weight: 400;
	font-size: 44px;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: 2px;
	color: #fff;
	font-family: Roboto, sans-serif;
}
.p-info-number a{
	color: #fff;
}
.p-info-number__sub {
	font-size: 34px;
}
.u-break-lg-n img{
	width: 59px;
}
.p-btn.p-btn--white {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}
.p-btn.p-btn--kakko:after, .p-btn.p-btn--kakko:before {
	background-color: #b5b5b5;
	content: " ";
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;
}
.p-btn.p-btn--kakko:before {
	height: 1px;
	width: 50px;
}
.p-btn.p-btn--kakko:after {
	height: 50%;
	width: 1px;
}
.p-btn.p-btn--white.p-btn--kakko:after, .p-btn.p-btn--white.p-btn--kakko:before {
	background-color: #fff;
}
.p-btn__inner {
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.p-btn__inner .p-btn__free, .p-btn__inner .p-btn__sub {
	display: table-cell;
	vertical-align: middle;
}
.p-btn__inner .p-btn__free {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.p-btn {
	border: 1px solid #b5b5b5;
	color: #0d0d0d;
	background-color: transparent;
	font-size: 15px;
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	text-align: center;
	font-weight: 700;
	-webkit-transition: background-color .35s cubic-bezier(.39, .575, .565, 1) 0s, box-shadow .35s cubic-bezier(.39, .575, .565, 1) 0s, color .35s cubic-bezier(.39, .575, .565, 1) 0s, border-color .35s cubic-bezier(.39, .575, .565, 1) 0s, -webkit-transform .35s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: background-color .35s cubic-bezier(.39, .575, .565, 1) 0s, box-shadow .35s cubic-bezier(.39, .575, .565, 1) 0s, color .35s cubic-bezier(.39, .575, .565, 1) 0s, border-color .35s cubic-bezier(.39, .575, .565, 1) 0s, -webkit-transform .35s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: background-color .35s cubic-bezier(.39, .575, .565, 1) 0s, box-shadow .35s cubic-bezier(.39, .575, .565, 1) 0s, color .35s cubic-bezier(.39, .575, .565, 1) 0s, border-color .35s cubic-bezier(.39, .575, .565, 1) 0s, transform .35s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: background-color .35s cubic-bezier(.39, .575, .565, 1) 0s, box-shadow .35s cubic-bezier(.39, .575, .565, 1) 0s, color .35s cubic-bezier(.39, .575, .565, 1) 0s, border-color .35s cubic-bezier(.39, .575, .565, 1) 0s, transform .35s cubic-bezier(.39, .575, .565, 1) 0s, -webkit-transform .35s cubic-bezier(.39, .575, .565, 1) 0s;
	cursor: pointer;
	width: 230px;
	height: 55px;
	line-height: 53px;
}
.p-btn.p-btn--kakko:after,
.p-btn.p-btn--kakko:before {
	background-color: #b5b5b5;
	content: " ";
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px
}
.p-btn.p-btn--kakko {
	margin-bottom: 5px
}
.p-btn.p-btn--kakko:after {
	height: 50%;
	width: 1px
}
.p-btn.p-btn--kakko:before {
	height: 1px;
	width: 50px
}
.p-btn[disabled] {
	border-color: #f0f0f0 !important;
	background: #f0f0f0 !important;
	color: #b0b0b0 !important;
	cursor: not-allowed !important;
	-webkit-transition: none !important;
	transition: none !important;
	text-decoration: none !important
}
.p-btn-penta:before,
.p-corner [class].p-piclist:before,
.p-hexagon-set__col:before {
	background-size: 20px;
	background-position: 0 0
}
.p-btn__sub img{
	display: block;
}
.l-contact__map {
	margin-top: 40px;
}
.l-contact__map>a {
	font-weight: 400;
	font-size: 16px;
	line-height: 15px;
	text-align: center;
	text-decoration: underline;
	color: #fff;
	text-transform: uppercase;
}
.l-footer-nav {
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 35px;
	padding-right: 35px;
}
.p-nav__inner {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.p-logo__icon img{
	width: 261px;
}
.c-icon{
	display: flex;
	align-items: center;
}
.fadd{
	font-weight: 600;
	font-size: 12px;
	line-height: 19.5px;
	color: #0D0D0D;
	font-family: YakuHanJP, "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.flist ul{
	overflow: hidden;
	padding-left: 0;
}
.flist ul li{
	list-style-type: none;
	float: left;
	padding: 0 35px;
	border-left: 1px solid #EEEEEE;
}
.flist ul li:first-child{
	border-left: 0;
}
.flist ul li a{
	width: 30px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flist.en ul li a{
    word-break: break-all;
    padding: 0 14px;
    height: 145px;
}
.flist ul li a span{
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 3px;
	text-align: center;
	writing-mode: vertical-lr;
	color: #0D0D0D;
	letter-spacing: 6px;
	font-family: YakuHanJP, "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.flist ul li a img{
    display: none;
}
.flist.en ul li a span{
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.flist ul li.on a{
	background-color: #0D0D0D;
}
.flist ul li.on a span{
	color: #fff;
}
.main{
	padding-right: 55px;
}
.nmap{
	margin-top: 50px;
}
.nmap2{
	font-weight: 600;
	font-size: 18px;
	line-height: 47.6px;
	text-align: center;
	color: #333;
}
.nmap3{
	margin-top: 60px;
	font-size: 0;
	position: relative;
}
.nmap4{
	position: absolute;
	left: 35.2%;
	top: 0;
}
.nmap4 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 528px;
	height: 129px;
	border: 2px solid #0D0D0D;
	border-top: 0;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
}
.nmap5{
	position: absolute;
	left: 35.2%;
	top: 143px;
}
.nmap5 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 272px;
	height: 372px;
	border: 2px solid #0D0D0D;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
}
.nmap6{
	position: absolute;
	left: 62.4%;
	top: 143px;
}
.nmap6 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 245px;
	height: 177px;
	border: 2px solid #0D0D0D;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
}
.nmap7{
	position: absolute;
	left: 62.4%;
	top: 329px;
}
.nmap7 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 245px;
	height: 186px;
	border: 2px solid #0D0D0D;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
}
.nmap8{
	position: absolute;
	left: 35.2%;
	top: 524px;
}
.nmap8 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 272px;
	height: 208px;
	border: 2px solid #0D0D0D;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
}
.nmap9{
	position: absolute;
	left: 62.4%;
	top: 524px;
}
.nmap9 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 245px;
	height: 208px;
	border: 2px solid #0D0D0D;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
}
.chosemap{
	margin: 45px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.chosemap a{
	width: calc((100% - 30px)/4);
	margin-right: 10px;
	margin-top: 10px;
	height: 50px;
	background-color: #00B0EC;
	border-radius: 5px;
	padding-right: 10px;
	text-align: center;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
}
.chosemap a:nth-child(4n){
	margin-right: 0;
}
.chosemap a img{
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.mt36{
	margin-top: 36px;
}
.inpro{
	width: 96%;
	max-width: 1120px;
	margin: 0 auto 0;
}
.inpro1{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #00B0EC;
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
	color: #00B0EC;
	font-weight: bold;
}
.inpro1 img{
	width: 40px;
	margin-right: 14px;
}
.inpro2{
}
.inpro2 ul{
	overflow: hidden;
	padding-left: 0 !important;
}
.inpro2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 54px)/4);
	margin-right: 18px;
	margin-top: 36px;
	padding: 12px;
	border: 1px solid #D8D8D8;
}
.inpro2 ul li:nth-child(4n){
	margin-right: 0;
}
.page{
	margin: 40px 0 60px;
	font-size: 0;
	text-align: center;
}
.page a{
	vertical-align: bottom;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-bottom: 1px solid #D8DDDF;
	font-weight: 350;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #494949;
}
.page a img{
	width: 8px;
}
.page a.on{
	border-bottom: 2px solid #00B0EC;
}
.inproDeta{
	width: 96%;
	max-width: 1120px;
	margin: 24px auto 50px;
}
.inproDeta1{
	border-top: 3px solid #00B0EC;
	box-shadow: 0px 3px 10px 0px #D9D9D9;
	padding: 10px;
}
.inproDeta1a{
	font-weight: 500;
	font-size: 15px;
	color: #000000;
}
.inproDeta1b{
	font-size: 12px;
	color: #000000;
}
.inproDeta2{
	margin-top: 30px;
	overflow: hidden;
}
.inproDeta3{
	float: left;
	width: 650px;
}
.inproDeta4{
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	color: #FA0027;
}
.inproDeta4 span{
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
	color: #333;
}
.inproDeta5{
	margin-top: 10px;
	line-height: 20px;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
}
.inproDeta5 img{
	width: 10px;
	margin-right: 10px;
}
.proimg{
	margin-top: 15px;
	position: relative;
}
.proimg1{
	border: 1px solid #CCCCCC;
	font-size: 0;
	padding: 10px;
}
.proimg2{
	background-color: #323232;
	padding: 10px;
	font-size: 12px;
	line-height: 16.8px;
	color: #ffffff;
}
.proleft{
	font-size: 0;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.proleft img{
	width: 26px;
}
.proright{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.proright img{
	width: 26px;
}
.proimg .swiper-pagination{
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	padding-right: 6px;
}
.proimg3{
	background-color: #EEEEEE;
	padding: 10px 40px;
	position: relative;
}
.proimg4{
	background-color: #fff;
	padding: 8px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 0;
}
.proimg4 img{
	max-width: 90px;
	max-height: 90px;
}
.proleft1{
	font-size: 0;
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.proleft1 img{
	width: 20px;
}
.proright1{
	font-size: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.proright1 img{
	width: 20px;
}
.proimg3 .swiper-slide-thumb-active .proimg4{
	border: 3px solid #00B0EC;
}
.inproDeta6{
	margin-top: 36px;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	color: #050505;
}
.inproDeta7{
	margin-top: 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #050505;
}
.inproDeta8{
	margin-top: 35px;
}
.inproDeta9{
	margin-top: 48px;
}
.inproDeta9:first-child{
	margin-top: 0;
}
.inproDeta10{
	display: flex;
	border-bottom: 1px solid #D9D9D9;
}
.inproDeta10 span{
	width: 212px;
	font-size: 15px;
	line-height: 15px;
	color: #050505;
	padding: 20px 15px;
	border-right: 1px solid #D9D9D9;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
}
.inproDeta10 code{
	flex: 1;
	padding: 0 16px;
	font-size: 15px;
	color: #050505;
	display: flex;
	align-items: center;
}
.inproDeta11{
	margin-top: 40px;
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 15px;
	color: #050505;
}
.inproDeta11 span{
	margin-right: 48px;
}
.inproDeta12{
	float: right;
	width: calc(100% - 690px);
}
.inproDeta13{
	background-color: #323232;
	line-height: 30px;
	padding: 0 11px;
	border-radius: 4px 4px 0 0;
	font-size: 14px;
	color: #ffffff;
}
.inproDeta14{
	background-color: #F5F5F5;
	padding: 20px 17px;
	border: 1px solid #DBDBDB;
	border-radius: 0 0 4px 4px;
}
.inproDeta15{
	font-size: 12px;
	line-height: 14.4px;
	color: #333333;
}
.inproDeta16 label{
	display: flex;
	align-items: center;
	margin-top: 16px;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.inproDeta16 label input{
	margin-right: 8px;
}
.inproDeta17{
	margin-top: 16px;
	font-size: 14px;
	line-height: 13px;
	letter-spacing: 0.5px;
	color: #353535;
}
.inproDeta18{
	margin-top: 12px;
}
.inproDeta18 input{
	width: 100%;
	height: 30px;
	background: #ffffff;
	border: 1px solid #BDC1C2;
	font-size: 12px;
	padding: 0 12px;
	border-radius: 4px;
}
.inproDeta19{
	margin-top: 24px;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #000000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inproDeta19 a{
	margin-left: 5px;
	text-decoration: underline;
	color: #000000;
}
.inproDeta20{
	margin-top: 20px;
	text-align: center;
}
.inproDeta20 input{
	width: 246px;
	height: 32px;
	border-radius: 3px;
	background-color: #00B0EC;
	font-size: 16px;
	color: #ffffff;
	box-shadow: -0.25px -2.25px 0px 0.25px #E15F0001 inset;
	box-shadow: 0px 2px 2px 0px #00000026;
}
.wap{
    display: none;
}















