@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}


/*!
 * Glide.core v.3.2.3
 */
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
/*!
 * Glide.theme
 */
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:white;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,0.5);border-radius:4px;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);text-shadow:0 0.25em 0.5em rgba(0,0,0,0.1);opacity:1;cursor:pointer;transition:opacity 150ms ease, border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:0.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,0.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);margin:0 0.25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide__bullet--active{background-color:white}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}




/*
 * CCIJF
 */


/* general */
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {

}
body {
	background: #FFFFFF;
	color: #222222;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
ul,ol {list-style:none;}
a:hover,a:active,a:focus {opacity:.7;}
img {
	max-width: 100%;
}

@media screen and (max-width: 600px) {
	* {
		max-height: 100%;	/* for Android font size bug */
	}
	html {
		font-size: 1.21vw;
	}
	body {
		line-height: 1.67;
		overflow-x: hidden;
	}
	img {
		max-width: 100%;
	}
	.pcOnly {
		display: none !important;
	}
}
@media print,screen and (min-width: 601px) {
	html {
		font-size: 10px;
	}
	body {
		line-height: 1.86;
	}
	.spOnly {
		display: none !important;
	}
}



/* header, navigation */
.hd {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: #FFFFFF;
}
.hd h1 {
	display: flex;
	align-items: center;
}
nav .togglemenu {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: 0;
	background: #000869;
}
nav .menu-trigger,
nav .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
nav .menu-trigger {
	position: relative;
	appearance: none;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}
nav .menu-trigger span {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #FFFFFF;
}
nav .menu-trigger span:nth-of-type(1) {
	top: 0;
}
nav .menu-trigger span:nth-of-type(2) {
}
nav .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
body.showmenu nav .menu-trigger {
	transform: rotate(360deg);
}
body.showmenu nav .menu-trigger span:nth-of-type(1) {
}
body.showmenu nav .menu-trigger span:nth-of-type(2) {
	transform: translateY(0) rotate(45deg);
}
body.showmenu nav .menu-trigger span:nth-of-type(3) {
	opacity: 0;
}
nav li.language {
	text-transform: uppercase;
}
nav li.language a,
nav li.mypage a {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	text-decoration: none;
}
nav li.language .box_text,
nav li.mypage .box_text {
	display: block;
	width: 100%;
	color: #000869;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
nav .nav_child {
	display: none;
	opacity: 0;
	transition: opacity .5s ease-out 0s; 
}
.hd .memberinfo {
	display: none;
	width: 100%;
}
body.is_login:not(.showmenu) .hd .memberinfo {
	display: block;
}
.hd .memberinfo ul {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #000869;
	font-size: 1.1rem;
	font-weight: 700;
}
.hd .memberinfo .login_status {
	width: 5em;
	margin: 0 1em;
	white-space: nowrap;
}
.hd .memberinfo dl {
	display: flex;
}
.hd .memberinfo .company dt {
	/* width: 3em; */
	margin: 0 .5em 0 1em;
	white-space: nowrap;
}
.hd .memberinfo .company dd {
	/* max-width: 12em;
	overflow: hidden;
	text-overflow: ellipsis; */
	white-space: nowrap;
}
.hd .memberinfo .name dt {
	/* width: 2em; */
	margin: 0 .5em 0 1em;
	white-space: nowrap;
}
.hd .memberinfo .name dd {
	/* max-width: 7em;
	overflow: hidden;
	text-overflow: ellipsis; */
	white-space: nowrap;
}
@media print,screen and (max-width: 1280px) {
	body.showmenu .hd {
		height: 100%;
		overflow: scroll;
	}
	.hd .memberinfo {
		background: #F2F2F2;
	}
	nav {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}
	body:not(.showmenu) nav li {
		display: none;
	}
	nav li.language,
	nav li.mypage,
	body:not(.showmenu) nav li.language,
	body:not(.showmenu) nav li.mypage {
		display: block;
		position: absolute;
	}
	nav li.other,
	nav li.search {
		border-bottom: 1px solid #FFFFFF;
		background: #000869;
	}
	nav li.search {
		padding: 0 0 1.5em;
		font-size: 1.6rem;
	}
	nav li.search input {
		width: 100%;
		border: 1px solid #E5E5E5;
		border-radius: 0;
		padding: .6em 36px .6em .6em;
		background: #FFFFFF url(../img/icn_search_01.svg) 99% 50% / auto 60% no-repeat;
		font-size: 1.6rem;
	}
	nav li.other > a {
		display: block;
		position: relative;
		padding: 1.5em 1em;
		color: #FFFFFF;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
	}
	nav li.other > a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 1em;
		width: 18px;
		height: 12px;
		background: url(../img/arw_nav_02.png) 0 0/cover no-repeat;
		transform: translate(0,-30%);
	}
	nav li.other.open > a:after {
		transform: translate(0,-30%) rotate(180deg);
	}
	nav li.other.open .nav_child {
		display: block;
		opacity: 1;
		border-radius: 2px;
		padding: 15px;
		background: #FFFFFF;
	}
	nav li.other.open .nav_child li:not(:first-child) {
		border-top: 1px solid #000869;
	}
	nav li.other.open .nav_child a {
		display: block;
		padding: 1.5em 1em;
		background: url(../img/arw_nav_03.png) 98.5% 50%/12px auto no-repeat;
		color: #000869;
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		text-decoration: none;
	}
	body.showmenu nav .nav_parent {
		min-height: calc(100vh - 85px);
		padding: 30px;
		background: #000869;
	}
	body.site_home.showmenu nav .nav_parent {
		min-height: calc(100vh - 105px);
		margin: 105px 0 0;
	}
}
@media print,screen and (max-width: 800px) {
	nav li.access,
	nav li.contact {
		border-bottom: 1px solid #FFFFFF;
		background: #000869;
	}
	nav li.access > a,
	nav li.contact > a {
		display: block;
		position: relative;
		padding: 1.5em 1em;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
	}
	nav li.access > a:after,
	nav li.contact > a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 1em;
		width: 18px;
		height: 12px;
		background: url(../img/arw_nav_02.png) 0 0/cover no-repeat;
		transform: translate(0,-30%) rotate(-90deg);
	}
	nav li.access .box_image,
	nav li.contact .box_image {
		display: none;
	}
}
@media print,screen and (max-width: 600px) {
	body {
		padding-top: 13.49vw;
	}
	body.is_login {
		padding-top: 19.32vw;
	}
	.hd h1 {
		position: relative;
		z-index: 1;
		width: 59.03vw;
		height: 13.49vw;
		padding: 0 3.37vw;
	}
	.hd h1 img {
		width: 41.69vw;
	}
	nav .togglemenu {
		width: 13.49vw;
		height: 13.49vw;
	}
	nav {
		height: 100%;
	}
	nav .menu-trigger {
		width: 6.75vw;
		height: 5.06vw;
	}
	nav .menu-trigger span {
		height: .72vw;
	}
	nav .menu-trigger span:nth-of-type(2) {
		top: 2.17vw;
	}
	body.showmenu nav .menu-trigger span:nth-of-type(1) {
		transform: translateY(2.17vw) rotate(-45deg);
	}
	body.showmenu nav .nav_parent {
		min-height: calc(100vh - 13.49vw);
		margin: 13.49vw 0 0;
		padding: 3.61vw;
	}
	nav li.language,
	nav li.mypage {
		width: 13.49vw;
		height: 13.49vw;
		top: 0;
		right: 13.49vw;
		border-left: .24vw solid #E9E9E9;
	}
	nav li.language {
		right: 26.98vw;
	}
	nav li.language a,
	nav li.mypage a {
		background: #FFFFFF;
	}
	nav li.language .box_image img {
		width: 4.22vw;
		margin: 0 auto;
	}
	nav li.mypage .box_image img {
		width: 5.78vw;
		margin: 0 auto;
	}
	nav li.language .box_text,
	nav li.mypage .box_text {
		font-size: 1.8rem;
	}
	nav li.search {
		padding: 1em 0;
		font-size: 3.5rem;
	}
	nav li.search input {
		padding: .6em 10vw .6em .6em;
		font-size: 16px;
	}
	nav li.other > a,
	nav li.access > a,
	nav li.contact > a,
	nav li.other.open .nav_child a {
		font-size: 3rem;
	}
	nav li.other.open .nav_child a {
		padding: 1em;
		background-size: .6em auto;
	}
	nav li.other > a:after,
	nav li.access > a:after,
	nav li.contact > a:after {
		height: .6em;
		width: .9em;
	}
	nav li.other.open .nav_child {
		padding: 0 1.5em;
	}
	.hd .memberinfo {
		padding: .3em;
    	font-size: 2.08rem;
	}
	.hd .memberinfo ul {
		font-size: inherit;
	}
}
@media print,screen and (min-width: 601px) {
	body {
		padding-top: 85px;
	}
	body.is_login {
		padding-top: 115px;
	}
	.hd h1 {
		width: 222px;
		height: 85px;
		margin: 0 55px;
	}
	.hd h1 a {
		display: flex;
		width: 100%;
	}
	nav {
		position: static;
		background: #000869;
	}
	nav .togglemenu {
		display: flex;
		width: 85px;
		height: 85px;
	}
	nav .menu-trigger {
		width: 43px;
		height: 32px;
	}
	nav .menu-trigger span {
		height: 5px;
	}
	nav .menu-trigger span {
		height: 4px;
	}
	nav .menu-trigger span:nth-of-type(2) {
		top: 14px;
	}
	body.showmenu nav .menu-trigger span:nth-of-type(1) {
		transform: translateY(14px) rotate(-45deg);
	}
	nav li.language,
	nav li.mypage {
		display: block;
		position: absolute;
		width: 85px;
		height: 85px;
		top: 0;
		right: 90px;
	}
	nav li.language {
		right: 180px;
	}
	.hd .memberinfo {
		position: absolute;
		min-width: 355px;
		height: 30px;
		top: 85px;
	    right: 0;
	}
	.hd .memberinfo ul {
		font-size: 1.1rem;
	}
	/* site home >>> */
	body.site_home nav {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		background: transparent;
	}
}
@media print,screen and (min-width: 601px) and (max-width: 800px) {
	body:not(.site_home) nav li.other > a {
		display: block;
		position: relative;
		padding: 1.5em 1em;
		color: #FFFFFF;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
	}
	body:not(.site_home) nav li.other > a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 1em;
		width: 18px;
		height: 12px;
		background: url(../img/arw_nav_02.png) 0 0/cover no-repeat;
		transform: translate(0,-30%);
	}
	body:not(.site_home) nav li.other.open > a:after {
		transform: translate(0,-30%) rotate(180deg);
	}
	body:not(.site_home) nav li.other.open .nav_child {
		display: block;
		opacity: 1;
		border-radius: 2px;
		padding: 15px;
		background: #FFFFFF;
	}
	body:not(.site_home) nav li.other.open .nav_child li:not(:first-child) {
		border-top: 1px solid #000869;
	}
	body:not(.site_home) nav li.other.open .nav_child a {
		display: block;
		padding: 1.5em 1em;
		background: url(../img/arw_nav_03.png) 98.5% 50%/12px auto no-repeat;
		color: #000869;
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		text-decoration: none;
	}
}
@media print,screen and (min-width: 601px) and (max-width: 1280px) {
	/* site home >>> */
	body.site_home.showmenu nav .nav_parent {
		margin: 85px 0 0;
		min-height: calc(100vh - 85px);
	}
}
@media print,screen and (min-width: 801px) {
	nav li.access a,
	nav li.contact a {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		background: #F2F2F2;
		text-decoration: none;
	}
	nav li.access .box_text,
	nav li.contact .box_text {
		display: block;
		width: 100%;
		color: #000869;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
}
@media print,screen and (min-width: 801px) and (max-width: 1280px) {
	nav li.language,
	nav li.mypage {
		display: block !important;
		position: absolute;
		width: 85px;
		height: 85px;
		top: 0;
		right: 90px;
	}
	nav li.language {
		right: 180px;
	}
	nav li.language a,
	nav li.mypage a {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		background: #F2F2F2;
		text-decoration: none;
	}
	nav li.language .box_text,
	nav li.mypage .box_text {
		display: block;
		width: 100%;
		color: #000869;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	nav li.access,
	nav li.contact {
		display: block !important;
		position: absolute;
		width: 85px;
		height: 85px;
		top: 0;
		right: 90px;
	}
	nav li.language {
		right: 360px !important;
	}
	nav li.access {
		right: 270px !important;
	}
	nav li.mypage {
		right: 180px !important;
	}
}
@media print,screen and (min-width: 1281px) {
	body {
		padding-top: 135px;
	}
	body.is_login {
		padding-top: 165px;
	}
	.hd .memberinfo {
		width: auto;
	}
	/* exclude site home >>> */
	body:not(.site_home) .hd h1 {
		width: 240px;
		height: 85px;
		margin: 0 45px;
		padding-top: 5px;
	}
	body:not(.site_home).is_login .hd h1 {
		width: 269px;
		height: 115px;
		padding: 14px 0 0;
	}
	body:not(.site_home) nav .togglemenu {
		display: none;
	}
	body:not(.site_home) nav .nav_parent {
		display: table;
		margin: 0 auto;
	}
	body:not(.site_home) nav li.access,
	body:not(.site_home) nav li.contact {
		display: block;
		position: absolute;
		width: 85px;
		height: 85px;
		top: 0;
		right: 90px;
	}
	body:not(.site_home) nav li.language {
		right: 270px;
	}
	body:not(.site_home) nav li.mypage {
		right: 180px;
	}
	body:not(.site_home) nav li.contact {
		right: 0;
	}
	body:not(.site_home) nav .nav_parent > li {
		display: block;
	}
	body:not(.site_home) nav .nav_parent > li.other a {
		color: #FFFFFF;
		text-decoration: none;
	}
	body:not(.site_home) nav .nav_parent > li.other > a {
		display: block;
		padding: 10px 17px 9px 5px;
		background: url(../img/arw_nav_02.png) 100% 50%/12px auto no-repeat;
	}
	body:not(.site_home) nav li.other {
		position: relative;
		float: left;
		margin: 0 0 0 17px;
		border: 0;
		padding: 10px 0 7px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.1;
	}
	body:not(.site_home) nav li.search {
		position: absolute;
		height: calc(100% - 85px);	/* .hd h1 height */
		right: 0;
		bottom: 0;
		border: 0;
		padding: 0;
	}
	body:not(.site_home).is_login nav li.search {
		height: calc(100% - 115px);	/* .hd h1 height */
	}
	body:not(.site_home) li.search .wrap_form {
		position: absolute;
		width: 450px;
		bottom: 0;
		right: 0;
		z-index: -1;
		opacity: 0;
		padding: 0 5px 8px;
		background: #000869;
		transition-property: opacity, transform;
		transition-duration: .2s;
		transition-timing-function: ease-out;
	}
	body:not(.site_home) li.search.open .wrap_form {
		opacity: 1;
		transform: translate(0,100%);
	}
	body:not(.site_home) li.search input {
		width: 100%;
		border: 0;
		border-bottom: 1px solid #000869;
		padding: 7px 5px 7px 5px;
		background: #FFFFFF;
		font-size: 1.5rem;
	}
	body:not(.site_home) li.search .callee {
		width: 36px;
		height: 36px;
		margin: 8px;
		background: url(../img/icn_search_01.svg) 50%/24px no-repeat;
		cursor: pointer;
	}
	body:not(.site_home) nav .nav_child {
		display: block;
		position: absolute;
		bottom: 0;
		visibility: hidden;
	}
	body:not(.site_home) nav li.other.open .nav_child {
		visibility: visible;
		opacity: 1;
		transform: translate(0,98%);
		padding: 15px 15px 5px;
		background: #000869;
		color: #FFFFFF;
	}
	body:not(.site_home) nav li.other.open .nav_child li {
		display: inherit;
		padding: 0 0 10px;
		white-space: nowrap;
	}
	body:not(.site_home) nav li.other.open .nav_child li a {
		color: inherit;
		text-decoration: none;
	}
	/* site home >>> */
	body.site_home {
		padding-top: 85px;
	}
	body.site_home nav .togglemenu {
		display: none;
	}
	body.site_home nav li.language,
	body.site_home nav li.access,
	body.site_home nav li.mypage,
	body.site_home nav li.contact {
		position: absolute;
		width: 128px;
		height: 85px;
		top: 0;
		right: 0;
		background: #FFFFFF;
	}
	body.site_home nav li.access {
		top: 90px;
	}
	body.site_home nav li.mypage {
		top: 180px;
	}
	body.site_home nav li.contact {
		top: 270px;
	}
	body.site_home nav .nav_parent {
		display: flex;
		align-items: center;
		margin: 0 158px 0 332px;
		height: 85px;
	}
	body.site_home li.search {
		position: absolute;
		top: 30px;
		right: 148px;
	}
	body.site_home li.search .wrap_form {
		position: absolute;
		width: 450px;
		bottom: -31px;
		right: -20px;
		z-index: -1;
		opacity: 0;
		padding: 0 5px 8px;
		background: #FFFFFF;
		transition-property: opacity, transform;
		transition-duration: .2s;
		transition-timing-function: ease-out;
	}
	body.site_home li.search.open .wrap_form {
		opacity: 1;
		transform: translate(0,100%);
	}
	body.site_home li.search input {
		width: 100%;
		border: 0;
		border-bottom: 1px solid #000869;
		padding: 7px 5px 7px 5px;
		font-size: 1.5rem;
	}
	body.site_home li.search .callee {
		width: 24px;
		height: 24px;
		background: url(../img/icn_search_01.svg) 0 0/contain no-repeat;
		cursor: pointer;
	}
	body.site_home li.other {
		display: flex;
		align-items: center;
		position: relative;
		height: 100%;
		margin: 0 10px 0 0;
	}
	body.site_home li.other a {
		display: flex;
		align-items: flex-start;
		color: #000869;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.2;
		text-decoration: none;
	}
	body.site_home li.other > a:after {
		content: "";
		display: inline-block;
		width: 13px;
		height: 9px;
		margin: 4px 0 0 4px;
		background: url(../img/arw_nav_01_s.png) 0 0 no-repeat;
	}
	nav .nav_child {
		display: block;
		position: absolute;
		bottom: 0;
		visibility: hidden;
	}
	nav li.other.open .nav_child {
		visibility: visible;
		opacity: 1;
		transform: translate(0,100%);
		padding: 0 15px 5px;
		background: #FFFFFF;
	}
	nav li.other.open .nav_child li {
		padding: 0 0 10px;
		white-space: nowrap;
	}
}
@media print,screen and (min-width: 1281px) and (max-width: 1350px) {
	body.site_home li.other a {
		font-size: 1.25rem;
	}
}



/* footer */
.ft {
	background: #000869;
	color: #FFFFFF;
}
.ft a {
	color: inherit;
}
.ft address {
	font-weight: 500;
	font-style: normal;
}
.ft .copyright {
	background: #FFFFFF;
	color: #1b2680;
	text-align: center;
}

@media print,screen and (max-width: 600px) {
	.ft .wrap_ft {
		padding: 4.58vw 3.37vw 9.64vw;
		font-size: 3rem;
		font-weight: 500;
		font-style: normal;
		line-height: 1.56;
	}
	.ft .list_links {
		border-bottom: 1px solid #FFFFFF;
		padding: 5.06vw 1.44vw;
	}
	.ft .about {
		padding: 5.06vw 1.44vw 0;
	}
	.ft h1 {
		font-size: 3.3rem;
		font-weight: 700;
		line-height: 1.42;
	}
	.ft address {
		padding: 1em 0 0;
	}
	.ft .copyright {
		padding: 1.2vw 6vw 3vw;
		font-size: 3rem;
		line-height: 1.33;
	}
}

@media print,screen and (min-width: 601px) {
	.ft .wrap_ft {
		position: relative;
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
		padding: 1.2em 30px 1.46em;
		font-size: 1.3rem;
	}
	.ft .list_links,
	.ft h1 {
		font-weight: 700;
		line-height: 1.69;
	}
	.ft .short {
		display: block;
		padding: 0 0 .2em;
		font-size: 1.5rem;
	}
	.ft .list_links {
		position: absolute;
		right: 30px;
		top: 1.69em;
	}
	.ft .list_links a {
		text-decoration: none;
	}
	.ft address {
		padding: 1em 0 0;
		line-height: 1.46;
	}
	.ft .copyright {
		padding: 5px 0;
		font-size: 1.3rem;
		font-weight: 500;
	}
}








.breadcrumbs ol {
	line-height: 1.6;
}
.breadcrumbs ol li {
	display: inline;
}
.breadcrumbs ol li:not(:first-child):before {
	content: ">";
	margin: 0 .3em;
}
.breadcrumbs ol a {
	color: inherit;
	text-decoration: none;
}
.article_hd .summary {
	border-bottom: 1px solid #D3D3D3;
	letter-spacing: -.05em;
}
article .list_category li {
	margin: 1.6em 0 0;
	line-height: 1.5
}
article .list_category .title {
	font-weight: 700;
	color: #000869;
}
article .list_category li a {
	color: inherit;
	text-decoration: none;
}
article .list_article li {
    display: flex;
    border-bottom: 1px solid #D3D3D3;
}
article .list_article li a {
    color: inherit;
    text-decoration: none;
}
article .list_article li .date {
    color: #969696;
    font-weight: 700;
}
article .nav_page ol {
    display: flex;
    justify-content: center;
    margin: 2.6em 0 0;
}
article .nav_page li:not(:first-child) {
    margin: 0 0 0 .8em
}
article .nav_page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8em;
    height: 2.8em;
    border: 1px solid #D3D3D3;
    font-weight: 700;
    color: #000869;
    text-decoration: none;
}
/* */
.nav_in_category .list_category .title {
	font-weight: 700;
	line-height: 1.5;
	color: #000869;
}
.nav_in_category .list_category ul {
	border-top: 1px solid #D3D3D3;
	color: #000869;
}
.nav_in_category .list_category li {
	border-bottom: 1px solid #D3D3D3;
	font-weight: 700;
}
.nav_in_category .list_category li a {
	color: inherit;
	text-decoration: none;
}
.nav_in_category .list_pickup li {
	font-weight: 700;
}
.nav_in_category .list_pickup a {
	color: inherit;
	text-decoration: none;
}
.nav_in_category .list_pickup .title {
	color: #000869;
}
.nav_in_category .list_pickup .subtitle {
	display: block
}
.article_hd .wrap_prop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article_hd .category .noancor,
.article_hd .category a {
    display: table;
    border: 1px solid #464646;
    padding: .6em 1.8em;
    color: inherit;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
}
.article_hd .date {
    color: #969696;
    font-weight: 700;
}
.article_hd .article_title {
    font-weight: 700;
    line-height: 1.4;
}
.ariticle_bd a {
	color: #000869;
}
.ariticle_bd .cta_2 {
    width: 100%;
    padding: 1.4em;
}
/* */
.cta_1 {
	position: relative;
	display: inline-block;
	border: 1px solid #000869;
	padding: .5em;
	color: #000869;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
}
.cta_1 .wrap_anim {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.cta_1 .wrap_anim:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	display: block;
	background: #000869;
	z-index: -1;
	transition: .2s;
}
.cta_1:hover {
	opacity: 1;
}
.cta_1:hover .wrap_anim {
	color: #fff;
}
.cta_1:hover .wrap_anim:before {
	width: 100%;
}  
.cta_2 {
    position: relative;
    display: inline-block;
	border: 1px solid #000869;
    padding: 1em;
    color: #000869;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
	text-align: center;
    text-decoration: none;
}
.cta_2:before,
.cta_2:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	z-index: 1;
	background: #FFFFFF;
}
.cta_2:before {
	top: -1px;
	right: -1px;
}
.cta_2:after {
	bottom: -1px;
	left: -1px;
}
.cta_2.cta_large {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	height: 80px;
	padding: 0;
	font-size: 2.8rem;
	line-height: 1.2;
}
.cta_2.cta_large:before,
.cta_2.cta_large:after {
	width: 15px;
	height: 15px;
}
.cta_2.cta_large .note {
	display: block;
	width: 100%;
	color: #E82E2E;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.js_animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition-property: transform,opacity;
	transition-duration: 1s;
	transition-timing-function: ease-out;
}
.js_animation.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
/**/
.home_kv {
	position: relative;
	background: #000869;
}
.home_kv .catch span {
	display: inline-block;
	padding: .35em .4em .35em 1em;
	background: rgba(255,255,255,.65);
	color: #000869;
	font-weight: 700;
	line-height: 1.7;
}
.home_kv .catch span:first-child {
	padding-top: .5em;
}
.home_kv .catch span:last-child {
	padding-bottom: .5em;
}
.unit_home_announce {
	position: absolute;
	background: #FFFFFF;
}
.unit_home_announce > .title {
	position: absolute;
	visibility: hidden;
}
.unit_home_announce .wrap_announce,
.unit_home_announce .glide,
.unit_home_announce .glide__track,
.unit_home_announce .wrap_item {
	height: 100%;
}
.unit_home_announce ul {
	display: flex;
	height: 100%;
}
.unit_home_announce .category {
	text-align: center;
}
.unit_home_announce .title_article {
	overflow: hidden;
	font-weight: 400;
	text-align: center;
}
.unit_home_announce .link_detail {
	text-align: center;
}
.unit_home_announce .cta_1 {
	padding: .4em 1em .4em .4em;
}
.unit_home_announce .glide__bullet,
.unit_home_announce .glide__bullet:hover,
.unit_home_announce .glide__bullet:focus {
	background: #9E9E9E;
}
.unit_home_announce .glide__bullet--active,
.unit_home_announce .glide__bullet--active:hover,
.unit_home_announce .glide__bullet--active:focus {
	background: #000869;
}
.unit_home_announce .glide__bullet:hover,
.unit_home_announce .glide__bullet:focus,
.unit_home_announce .glide__bullet--active:hover,
.unit_home_announce .glide__bullet--active:focus {
	opacity: .7;
	border-color: transparent;
}

.unit_home_newstopics,
.unit_home_newsfrance,
.unit_home_about .wrap_unit,
.unit_home_event {
	padding: 0 3.37vw;
}
.article_hd .title .ja,
.unit_home_newstopics .title .ja,
.unit_home_newsfrance .title .ja,
.unit_home_about .title .ja,
.unit_home_event .title .ja {
	display: block;
	color: #3A3A3A;
	font-weight: 700;
	line-height: 1.1;
}
.article_hd .title .en,
.unit_home_newstopics .title .en,
.unit_home_newsfrance .title .en,
.unit_home_about .title .en,
.unit_home_event .title .en {
	display: block;
	margin: .6em 0 0 .05em;
	color: #292f73;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.unit_home_newstopics .wrap_unit {
	border-bottom: 1px solid #D3D3D3;
}
.unit_home_newstopics .list_category {
	font-weight: 700;
	line-height: 1.5;
}
.unit_home_newstopics .list_category li {
	margin: 0 0 .55em;
	border-left: 1px solid #D3D3D3;
	padding: 0 .8em .4em;
}
.unit_home_newstopics .list_category li:last-child {
	border-right: 1px solid #D3D3D3;
}
.unit_home_newstopics .list_category .here {
	padding: 0 0 1px;
	border-bottom: 3px solid #000869;
}
.unit_home_newstopics .list_category a {
	color: inherit;
	text-decoration: none;
}
.unit_home_newstopics .list_category ul {
	display: flex;
	flex-wrap: wrap;
}
.unit_home_newstopics .list_item li {
	border-bottom: 1px solid #D3D3D3;
	font-weight: 700;
	line-height: 1.1;
}
.unit_home_newstopics .list_item li a {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}
.unit_home_newstopics .list_item .category {
	display: block;
	background: #000869;
	color: #FFFFFF;
	text-align: center;
}
.unit_home_newstopics .list_item .date {
	display: block;
	color: #969696;
}
.unit_home_newstopics .list_item h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.unit_home_newstopics .list_links li {
	margin-bottom: 1.2rem;
}
.unit_home_newstopics .list_links a {
	color: inherit;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}
.unit_home_newstopics .list_links .title {
	display: block;
	color: #000869;
}
.unit_home_newstopics .searchword {
	width: 100%;
	border: 1px solid #E5E5E5;
	background: url(../img/icn_search_01.svg) 97% 50% / auto 60% no-repeat;
}

.unit_home_newsfrance {
	position: relative;
}
.unit_home_newsfrance .wrap_title .providedby {
	position: absolute;
	right: 3.37vw;
	top: 10px;
}
.unit_home_newsfrance .wrap_title .providedby a {
	color: inherit;
	line-height: 1;
	text-decoration: none;
}
.unit_home_newsfrance .list_item li {
	overflow: hidden;
	background: #F7F7F7;
	line-height: 1.7;
}
.unit_home_newsfrance .list_item li a {
	color: inherit;
	text-decoration: none;
}
.unit_home_newsfrance .list_item .title {
	font-weight: 700;
}
.unit_home_newsfrance .minus {
	color: #DC142F;
}
.unit_home_newsfrance .info_today .title {
	background: #000869;
	color: #FFFFFF;
	line-height: 1.1;
	text-align: center;
}
.unit_home_newsfrance .info_today .wrap_unit {
	border: 1px solid #000869;
	line-height: 1.3;
}
.unit_home_newsfrance .info_today .date {
	color: #969696;
	font-weight: 700;
}
.unit_home_newsfrance .info_today th,
.unit_home_newsfrance .info_today td {
	font-weight: 400;
	text-align: left;
}
.unit_home_newsfrance .info_today .jp td {
	padding-left: 1em;
}
.unit_home_newsfrance .info_today .download {
	line-height: 1.3;
}
.unit_home_newsfrance .info_today .download img {
	width: 1.6em;
	margin: 0 .4em 0 0;
	vertical-align: middle;
}
.unit_home_newsfrance .info_today .download a {
	color: #DC142F;
}
.unit_home_newsfrance .info_today .providedby {
	margin: .7em -.6em 0 0;
	line-height: 1.3;
	text-align: right;
}

.unit_home_about {
	background: #F2F7F8;
}
.unit_home_about .cta_2:before,
.unit_home_about .cta_2:after {
	background: #F2F7F8;
}
.unit_home_about .list_about {
	background: #FFFFFF;
}
.unit_home_about .list_about .title {
	margin: 0 0 .4em;
	color: #000869;
	font-weight: 700;
}

.unit_home_event .unit_article .title {
	color: #000869;
}
.unit_home_event .unit_article .date {
	font-weight: 700;
	line-height: 1;
}
.unit_home_event .unit_article .view_detail {
	text-align: center;
}

.unit_banner .glide__arrow {
	overflow: hidden;
	border: 0;
	box-shadow: none;
	text-shadow: none;
}
.unit_banner .glide__arrow--left {
	transform: rotate(180deg);
}


/*
 * smart phone
 */
@media print,screen and (max-width: 600px) {
	body:not(.site_home) .wrap_contents > article {
		padding: 2.5vw 4.1vw 9.3vw;
	}
	.breadcrumbs ol {
		font-size: 2.2rem;
	}
	.article_hd {
		margin: 6.4vw 0 0;
	}
	.article_hd .summary {
		margin: 10.47vw 0 0;
		padding: 0 0 5vw;
		font-size: 3.13rem;
	}
	article .list_category {
		margin: 10.47em 0 0;
	}
	article .list_category li {
		font-size: 2.92rem;
	}
	article .list_category .title {
		font-size: 3.75rem;
	}
	article .list_category .intro {
		margin: .5em 0 0 1.4em;
		letter-spacing: -.05em;
	}
	article .list_article li {
		padding: .9em 0 .8em 1.4em;
		font-size: 3.13rem;
	}
	article .list_article .title {
		padding: .3em 0 0;
	
	}
	article .nav_page ol {
		margin-top: 7.2vw;
	}
	article .nav_page ol li:not(:first-child) {
		margin-left: 3vw;
	}
	article .nav_page a {
		width: 2.5em;
		height: 2.5em;
		font-size: 3.13rem;
	}
	/* */
	.nav_in_category {
		padding: 9.3vw 4.1vw;
		background: #F7F7F7;
	}
	.nav_in_category .list_category .title {
		font-size: 4.17rem;
	}
	.nav_in_category .list_category ul {
		margin: 3vw 0 0;
		font-size: 2.92rem;
	}
	.nav_in_category .list_category li {
		padding: 3vw 5.6vw;
	}
	.nav_in_category .banner li {
		margin: 4.4vw 5.6vw 0;
	}
	.nav_in_category .list_pickup li {
		margin: 4.1vw 5.6vw 0;
		font-size: 3.13rem;
		line-height: 1.5;
	}
	.nav_in_category .list_pickup .subtitle {
		font-size: 2.5rem;
	}
	.article_hd .wrap_prop {
		margin: 7.5vw 0 0;
	}
	.article_hd .category .noancor,
	.article_hd .category a {
		font-size: 3.3rem;
	}
	.article_hd .date {
		font-size: 3.8rem;
	}
	.article_hd .article_title {
		margin: 5vw 0 0;
		font-size: 4.8rem;
	}
	.ariticle_bd {
		margin: 5vw 0 0;
		border-top: 1px solid;
		padding: 10vw 0 0;
		font-size: 3.1rem;
		line-height: 1.5;
	}
	.ariticle_bd .large {
		font-size: 120%;
	}
	.ariticle_bd .cta_2 {
		height: auto;
		padding: .7em .9em;
		font-size: 3.3rem;
		line-height: 1.5;
		text-align: left;
	}
	/* */
	.cta_1 {
		display: block;
		width: 40.96vw;
		margin: 8.19vw auto 0;
		padding: .5em 1.5em .5em .5em;
		background: url(../img/arw_03.png) 94% 50%/1.6vw auto no-repeat;
		font-size: 3.3rem;
	}
	.cta_2,
	.cta_2.cta_large {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 12.53vw;
		padding: .4em;
		font-size: 3.3rem;
	}
	.cta_2:before,
	.cta_2:after,
	.cta_2.cta_large:before,
	.cta_2.cta_large:after {
		width: 2.41vw;
		height: 2.41vw;
	}
	.cta_2.cta_large .note {
		font-size: 2.8rem;
	}
	.cta_2[target=_blank] {
		background: url(../img/icn_blankwin_01.png) 98.5% 78%/3.25vw auto no-repeat;
	}
	.home_kv {
		width: 100vw;
		height: 118.80vw;
		overflow: hidden;
		padding: 0 0 18.80vw;
	}
	.home_kv .box_image img {
		width: auto;
		max-width: none;
		height: 100vw;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.home_kv .box_text {
		position: absolute;
		left: 0;
		top: 20.12vw;
	}
	.home_kv .catch span {
		font-size: 3.24rem;
		line-height: 1;
	}

	.unit_home_announce {
		width: 93.26vw;
		height: 54.46vw;
		overflow: hidden;
		left: 0;
		bottom: 0;
		margin: 3.37vw;
		padding: 2.2vw;
	}
	.unit_home_announce .wrap_announce {
		border: 2px solid #000869;
	}
	.unit_home_announce .wrap_item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 4vw 5vw 8vw;
	}
	.unit_home_announce .category {
		font-size: 3.3rem;
	}
	.unit_home_announce .title_article {
		max-height: 5.01em;
		margin: .6em 0 0;
		font-size: 2.8rem;
	}
	.unit_home_announce .cta_1 {
		width: 34vw;
		margin-top: 3vw;
		font-size: 3rem;
	}
	.unit_home_announce .glide__arrows {
		display: none;
	}
	.unit_home_announce .glide__bullets {
		bottom: 3vw;
	}
	.unit_home_announce .glide__bullet {
		width: 2.87vw;
		height: 2.87vw;
		margin: 0 2.5vw;
	}

	.unit_home_newstopics,
	.unit_home_newsfrance,
	.unit_home_about .wrap_unit,
	.unit_home_event {
		margin: 13.98vw auto 0;
	}

	.article_hd .title .ja,
	.unit_home_newstopics .title .ja,
	.unit_home_newsfrance .title .ja,
	.unit_home_about .title .ja,
	.unit_home_event .title .ja {
		font-size: 5.8rem;
		font-weight: 900;
	}
	.article_hd .title .ja {
		font-size: 6.88rem
	}
	.article_hd .title .en,
	.unit_home_newstopics .title .en,
	.unit_home_newsfrance .title .en,
	.unit_home_about .title .en,
	.unit_home_event .title .en {
		font-size: 2.8rem;
	}
	.article_hd .title .en {
		font-size: 3.33rem
	}
	.unit_home_newstopics .wrap_unit {
	    padding: 0 0 7.5vw;
	}
	.unit_home_newstopics .list_category {
		margin: 4vw 0 0;
		font-size: 3.3rem
	}
	.unit_home_newstopics .list_item li {
		padding: 3vw 0 0;
		font-size: 3rem;
	}
	.unit_home_newstopics .list_item li a {
		flex-wrap: wrap;
	}
	.unit_home_newstopics .list_item .category {
		width: 38vw;
		padding: .5em .3em .6em;
		font-size: 2.3rem;
	}
	.unit_home_newstopics .list_item .date {
		width: auto;
		padding: 0 0 0 3vw
	}
	.unit_home_newstopics .list_item h3 {
		width: 100%;
		padding: 3.8vw 4vw 4vw;

	}
	.unit_home_newstopics .list_links {
		padding: 10vw 2vw 0;
	}
	.unit_home_newstopics .list_links .title {
		font-size: 3rem;
	}
	.unit_home_newstopics .list_links .subtitle {
		font-size: 2.4rem;
	}
	.unit_home_newstopics .searchform {
	    margin: 5vw 0 0;
	}
	.unit_home_newstopics .searchword {
		padding: .5em 2.6em .5em .4em;
		font-size: 3rem;
	}

	.unit_home_newsfrance .wrap_title .providedby a {
		font-size: 2.5rem;
	}
	.unit_home_newsfrance .wrap_title .providedby img {
		width: 20.72vw;
		margin: 2vw 1.5vw -2vw 0;
	}
	.unit_home_newsfrance .list_item {
		margin: 8vw 0 0;
	}
	.unit_home_newsfrance .list_item ul {
		margin: 0 0 8vw;
	}
	.unit_home_newsfrance .list_item li {
		width: auto;
		margin: 2.5vw -3.37vw 0;
		border-bottom: 0;
		padding: 5.18vw;
		font-size: 3rem;
	}
	.unit_home_newsfrance .info_today {
        width: 82.53vw;
        margin: 8vw auto 0;
	}
	.unit_home_newsfrance .info_today .title {
		border-radius: .8vw .8vw 0 0;
		padding: .7em;
		font-size: 3.3rem;
	}
	.unit_home_newsfrance .info_today .wrap_unit {
		border-radius: 0 0 .8vw .8vw;
		padding: 4.82vw 7.23vw 3.61vw;
		font-size: 3rem;
	}
	.unit_home_newsfrance .info_today .date {
		font-size: 3.1rem;
	}
	.unit_home_newsfrance .info_today table {
		margin: 1.4em 0 0;
	}
	.unit_home_newsfrance .info_today th,
	.unit_home_newsfrance .info_today td {
		padding: 0 1em .4em 0;
	}
	.unit_home_newsfrance .info_today .download {
		margin: 1em 0 0;
		font-size: 3.3rem;
	}
	.unit_home_newsfrance .info_today .providedby {
		margin: .1em -.6em 0 0;
		font-size: 3rem;
	}

	.unit_home_about {
		padding: 0 0 10vw;
	}
	.unit_home_about .cta_2 {
		width: 80.72vw;
		margin: 5vw auto 0;
	}
	.unit_home_about .box_text{
		padding: 9vw 1vw 0;
	}
	.unit_home_about .box_text .text {
        padding: 9vw 1vw 0;
		font-size: 3rem;
	}
	.unit_home_about .box_image {
        width: 100vw;
        overflow: hidden;
		margin: 7.5vw -3.37vw 0;
	}
	.unit_home_about .box_image img {
        width: 114%;
        max-width: none;
        margin: 0 0 0 -4vw;
        z-index: -1;
        position: relative;
	}
	.unit_home_about .list_about {
        width: 93.98vw;
        margin: -10vw 0 0 -3.37vw;
        font-size: 3rem;
	}
	.unit_home_about .list_about li {
		padding: 5.37vw 5.37vw 0;
	}
	.unit_home_about .list_about .text {
		padding: 0 0 5.37vw;
		letter-spacing: -.05em;
	}
	.unit_home_about .list_about li:not(:last-child) .text {
		border-bottom: 1px solid #D3D3D3;
	}
	.unit_home_about .list_about .title {
        font-size: 3.7rem;
	}
	
	.unit_home_event .wrap_unit {
		margin: 7.5vw 0 0;
	}
	.unit_home_event .unit_article {
		margin: 9.5vw 1vw 0;
	}
	.unit_home_event .unit_article .title {
		font-size: 3.3rem;
		letter-spacing: 0;
		line-height: 1.45;
	}
	.unit_home_event .unit_article .date {
		margin: .7em 0 0;
		color: #969696;
		font-size: 3rem;
	}
	.unit_home_event .unit_article .text {
		margin: .7em 0 0;
		font-size: 3rem;
	}
	.unit_home_event .unit_article .view_detail {
		margin: 9vw 0 0;
	}

	.unit_banner {
		margin: 10vw 0 0;
	}
	.unit_banner .glide {
		width: 90vw;
		margin: 0 auto;
	}
	.unit_banner li {
		width: 90vw;
		padding: 5vw;
		text-align: center;
	}
	.unit_banner img {
	    width: 100%;
		border: 1px solid rgba(0,0,0,.2);
	}
	.unit_banner .glide__arrow {
		width: 3.86vw;
		height: 10.6vw;
		padding: 10.6vw 0 0;
		background: url(../img/arw_02_l.png) 0 0/contain no-repeat;
	}
	.unit_banner .glide__arrow--left {
		left: -3vw;
		transform-origin: 1.93vw 2.65vw;
	}
	.unit_banner .glide__arrow--right {
		right: -3vw;
	}

	.unit_utility {
		margin: 19vw 0 6vw;
	}
	.unit_utility li {
		margin: 5.78vw 8.43vw 0;
	}
}


/*
 * desktop, tablet, print
 */
@media print,screen and (min-width: 601px) {
	body:not(.site_home) .wrap_contents > article {
		padding: 0 6% 50px;
	}
	.breadcrumbs ol {
		margin: 27px 0 0;
		font-size: 1.1rem;
	}
	.article_hd {
		margin: 45px 0 0;
	}
	.article_hd .summary {
		margin: 40px 0 0;
		padding: 0 0 12px;
		font-size: 1.5rem;
	}
	article .list_category {
		margin: 42px 0 0;
	}
	article .list_category li {
		font-size: 1.4rem;
	}
	article .list_category .title {
		font-size: 2rem;
	}
	article .list_category .intro {
		margin: .4em 0 0;
	}
	article .list_article li {
		padding: 1.2em 0;
		font-size: 1.4rem;
	}
	article .list_article li a {
		display: flex;
	}
	article .list_article li .date {
		width: 8em;
	}
	article .list_article li .title {
		width: calc(100% - 8em);
	}
	article .nav_page li {
		font-size: 1.4rem;
	}
	/* */
	.nav_in_category {
		padding: 6%;
		background: #F7F7F7;
	}
	.nav_in_category .list_category .title {
		font-size: 2rem;
	}
	.nav_in_category .list_category ul {
		margin: 8px 0 0;
		font-size: 1.4rem;
	}
	.nav_in_category .list_category li {
		padding: 8px 0;
	}
	.nav_in_category .banner li {
		margin: 15px 0 0;
	}
	.nav_in_category .list_pickup li {
		margin: 12px 0 0;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.nav_in_category .list_pickup .subtitle {
		font-size: 1.2rem;
	}
	.article_hd .category .noancor,
	.article_hd .category a {
		font-size: 1.6rem;
	}
	.article_hd .wrap_prop {
		margin: 70px 0 0;
	}
	.article_hd .date {
		font-size: 1.8rem;
	}
	.article_hd .article_title {
		margin: 28px 0 0;
		font-size: 3.3rem;
	}
	.ariticle_bd {
		margin: 28px 0 0;
		font-size: 1.5rem;
	}
	.ariticle_bd .large {
		font-size: 133%;
	}
	.ariticle_bd .cta_2 {
		font-size: 1.8rem;
	}
	/* */
	.cta_1 {
		width: 160px;
		padding: .5em 1.5em .5em .5em;
		background: url(../img/arw_01_s.png) 94% 50% no-repeat;
	}
	.cta_2[target=_blank] {
		background: url(../img/icn_blankwin_01_s.png) 98.5% 78%/ auto 12px no-repeat;
	}
	.cta_2.cta_large[target=_blank] {
		background: url(../img/icn_blankwin_01.png) 98.5% 78%/ auto 18px no-repeat;
	}
	/* */
	.home_kv {
		width: 100%;
		padding: 0 0 100px;
	}
	.home_kv .box_image {
		width: 100%;
	}
	.home_kv .box_image img {
		width: 100%;
	}
	.home_kv .box_text {
		position: absolute;
		top: 37%;
		transform: translate(0,-50%);
	}
	.home_kv .catch {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.home_kv .catch span {
		padding-left: 2.1em;
		font-size: 2.6rem;
		line-height: 1;
	}

	.unit_home_announce {
		width: calc(100% - 20%);
		max-width: 790px;
		height: 200px;
		overflow: hidden;
		left: 50%;
		bottom: 32px;
		transform: translate(-50%,0);
		padding: 10px;
	}
	.unit_home_announce .wrap_announce {
		border: 3px solid #000869;
	}
	.unit_home_announce .wrap_item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px 10px 28px;
	}
	.unit_home_announce .category {
		font-size: 1.6rem;
	}
	.unit_home_announce .title_article {
		max-width: 85%;
		max-height: 3.34em;
		margin: .4em auto 0;
		font-size: 1.5rem;
	}
	.unit_home_announce .cta_1 {
		width: 130px;
		margin-top: 15px;
		font-size: 1.5rem;
	}
	.unit_home_announce .glide__arrow {
		width: 19px;
		height: 32px;
		overflow: hidden;
		padding: 32px 0 0;
		background: url(../img/arw_03.png) 0 0/contain no-repeat;
		box-shadow: none;
	}
	.unit_home_announce .glide__arrow--left {
		left: 1em;
		transform: translate(0, -50%) rotate(180deg);
	}
	.unit_home_announce .glide__arrow--right {
		right: 1em;
		transform: translate(0, -50%);
	}
	.unit_home_announce .glide__arrow:hover {
		opacity: .7;
	}
	.unit_home_announce .glide__bullets{
		bottom: 10px;
	}
	.unit_home_announce .glide__bullet {
		width: 11px;
		height: 11px;
	}
	
	.unit_home_newstopics,
	.unit_home_newsfrance,
	.unit_home_about .wrap_unit,
	.unit_home_event {
		margin: 53px auto 0;
	}
	.article_hd .title .ja,
	.unit_home_newstopics .title .ja,
	.unit_home_newsfrance .title .ja,
	.unit_home_about .title .ja,
	.unit_home_event .title .ja {
		font-size: 3.3rem;
	}
	.article_hd .title .en,
	.unit_home_newstopics .title .en,
	.unit_home_newsfrance .title .en,
	.unit_home_about .title .en,
	.unit_home_event .title .en {
		font-size: 1.6rem;
	}
	.unit_home_newstopics .wrap_unit {
	    padding: 0 0 28px;
	}
	.unit_home_newstopics .list_category {
		margin: 34px 0 18px 4px;
		font-size: 1.5rem;
	}
	.unit_home_newstopics .list_item li {
		padding: 15px 0;
		font-size: 1.5rem;
	}
	.unit_home_newstopics .list_item .category {
		width: 160px;
		padding: 8px 3px;
		font-size: 1.3rem;
	}
	.unit_home_newstopics .list_item .date {
		width: 140px;
		padding: 0 0 0 30px;
	}
	.unit_home_newstopics .list_item h3 {
		width: calc(100% - 300px);
	}
	.unit_home_newstopics .list_item .view_list {
		padding: 22px 0 0;
		text-align: center;
	}
	.unit_home_newstopics .list_links {
		padding: 28px 0 0 4px;
	}
	.unit_home_newstopics .list_links .title {
		font-size: 1.5rem;
	}
	.unit_home_newstopics .list_links .subtitle {
		font-size: 1.1rem;
	}
	.unit_home_newstopics .searchword {
		padding: 7px 36px 7px 5px;
		font-size: 1.5rem;
	}

	.unit_home_newsfrance .wrap_title .providedby a {
		font-size: 1.4rem;
	}
	.unit_home_newsfrance .wrap_title .providedby img {
		width: 90px;
		margin: 0 8px -5px 0;
	}
	.unit_home_newsfrance .list_item {
		margin: 34px 0 0;
	}
	.unit_home_newsfrance .list_item ul {
		display: flex;
		justify-content: space-between;
		margin: 0 0 35px;
	}
	.unit_home_newsfrance .list_item li {
		width: 49.15%;
		border-bottom: 22px solid #F7F7F7;
		padding: 22px 22px 0;
		font-size: 1.5rem;
	}
	.unit_home_newsfrance .list_item .title {
		font-weight: 700;
	}
	.unit_home_newsfrance .list_item .date {
		font-weight: 700;
		color: #969696;
	}
	.unit_home_newsfrance .list_item .maintext {
	}
	.unit_home_newsfrance .view_list {
		margin: -20px 0 0;
		border-top: 1px solid #D3D3D3;
		padding: 30px 0 10px;
		text-align: center;
	}
	.unit_home_newsfrance .info_today {
		width: 50%;
		margin: 30px auto 0;
	}
	.unit_home_newsfrance .info_today .title {
		border-radius: 4px 4px 0 0;
		padding: 9px;
		font-size: 1.6rem;
	}
	.unit_home_newsfrance .info_today .wrap_unit {
		border-radius: 0 0 4px 4px;
		padding: 14px 20px 16px;
		font-size: 1.3rem;
	}
	.unit_home_newsfrance .info_today .date {
		font-size: 1.5rem;
	}
	.unit_home_newsfrance .info_today table {
		margin: 1.4em .8em 0;
	}
	.unit_home_newsfrance .info_today th,
	.unit_home_newsfrance .info_today td {
		padding: 0 1em .6em 0;
	}
	.unit_home_newsfrance .info_today .download {
		margin: 1.7em 0 0;
		font-size: 1.3rem;
	}
	.unit_home_newsfrance .info_today .download img {
		margin: 0 .4em 0 0;
		vertical-align: middle;
	}
	.unit_home_newsfrance .info_today .providedby {
		font-size: 1.4rem;
	}

	.unit_home_about {
		padding: 0 0 36px;
	}
	.unit_home_about .cta_2 {
		display: block;
		width: 60%;
		margin: 30px auto 0;
	}
	.unit_home_about .box_text{
		padding: 46px 0 0;
	}
	.unit_home_about .box_text .text {
		padding: 1.3em 0 0;
		font-size: 1.4rem;
	}
	.unit_home_about .box_image {
		margin: 40px 0 0;
	}
	.unit_home_about .box_image img {
		width: 100%;
	}
	.unit_home_about .list_about {
		display: flex;
		width: 83.24%;
		margin: 32px auto 0;
		padding: 0 0 50px;
		background: #FFFFFF;
		font-size: 1.3rem;
		line-height: 1.7;
	}
	.unit_home_about .list_about li {
		width: 33.33%;
		border-left: 1px solid #D3D3D3;
		padding: 9px 23px 14px;
	}
	.unit_home_about .list_about li:first-child {
		border-left: 0;
	}
	.unit_home_about .list_about .title {
		font-size: 1.5rem;
		text-align: center;
	}

	.unit_banner {
		padding: 44px 0;
		background: #F7F7F7;
	}
/*
	.unit_banner .list_banner {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 1084px;
		overflow: hidden;
		margin: 0 auto;
	}
*/
	.unit_banner .glide {
		width: 544px;
		margin: 0 auto;
	}
	.unit_banner li {
		width: 272px;
		text-align: center;
	}
	.unit_banner .glide__arrow {
		width: 17px;
		height: 44px;
		overflow: hidden;
		border: 0;
		padding: 44px 0 0;
		background: url(/assets/img/arw_02.png) 0 0 no-repeat;
		box-shadow: none;
		text-shadow: none;
	}
	.unit_banner .glide__arrow--left {
		left: -27px;
		transform-origin: 8px 11px;
	}
	.unit_banner .glide__arrow--right {
		right: -27px;
	}

	.unit_home_event .wrap_unit {
		margin: 26px 0 0;
	}
	.unit_home_event .unit_article {
		margin: 22px 0 0;
	}
	.unit_home_event .unit_article .title {
		font-size: 1.9rem;
		line-height: 1.7;
		letter-spacing: .15em;
	}
	.unit_home_event .unit_article .date {
		margin: .7em 0 0 .3em;
		font-size: 1.7rem;
	}
	.unit_home_event .unit_article .text {
		margin: 1.4em 0 0;
		font-size: 1.4rem;
	}
	.unit_home_event .unit_article .view_detail {
		margin: 22px 0 0;
	}

	.unit_utility {
		margin: 50px 0 0;
		padding: 30px 8.43vw 15px;
		background: #F7F7F7;
	}
	.unit_utility .cta_2:before,
	.unit_utility .cta_2:after {
		background: #F7F7F7;
	}
	.unit_utility .list_utility {
		max-width: 944px;
		margin: 0 auto;
	}
	.unit_utility li {
		margin: 0 0 20px;
	}
}
@media print,screen and (min-width: 601px) and (max-width: 800px) {
	.home_kv {
		padding: 85vw 0 0;
	}
	.home_kv .box_image {
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	.home_kv .box_image img {
		position: absolute;
		width: auto;
		height: 100%;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
	}
	.home_kv .catch span {
		padding-left: 1em;
	}
}
@media print,screen and (min-width: 901px) {
	body:not(.site_home) .wrap_contents {
		width: 80%;
		max-width: 1098px;
		margin: 0 auto 90px;
	}
	body:not(.site_home) .wrap_contents {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	body:not(.site_home) .wrap_contents > article {
		width: 70.67%;
		padding: 0;
	}
	body:not(.site_home) .wrap_contents > aside {
		width: 22.77%;
	}
	.nav_in_category {
		margin: 188px 0 0;
		padding: 0;
		background: transparent;
	}
	.unit_banner .glide {
		width: 816px;
	}
}
@media print,screen and (min-width: 981px) {
	.unit_home_newstopics,
	.unit_home_newsfrance,
	.unit_home_about .wrap_unit,
	.unit_home_event {
		max-width: 1226px;
		width: 100%;
		padding: 0 58px;
	}
	.unit_home_about .wrap_unit {
		position: relative;
	}
	.unit_home_newstopics .wrap_unit:after {
		content: "";
		display: table;
		clear: both;
	}
	.unit_home_newstopics .list_category {
		float: left;
		width: 190px;
	}
	.unit_home_newstopics .list_category ul {
		display: block;
	}
	.unit_home_newstopics .list_category li {
		border-left: 0;
		padding: 0;
	}
	.unit_home_newstopics .list_category li:last-child {
		border-right: 0;
	}
	.unit_home_newstopics .list_item {
		float: right;
		width: calc(100% - 285px);
		padding: 52px 0 0;
	}
	.unit_home_newstopics .list_item .view_list {
		text-align: right;
	}
	.unit_home_newstopics .list_links {
		clear: left;
		float: left;
		width: 190px;
		border-top: 1px solid #E5E5E5;
		padding-top: 14px;
	}
	.unit_home_newstopics .searchform {
		clear: left;
		float: left;
		width: 225px;
	}
	.unit_home_newsfrance .wrap_title .providedby {
		right: auto;
		top: auto;
		left: 128px;
		bottom: 0;
	}
	.unit_home_newsfrance .list_item {
		width: 74.41%;
	}
	.unit_home_newsfrance .list_item li {
		/* height: 192px; */
	}
	.unit_home_newsfrance .info_today {
		position: absolute;
		width: 20.59%;
		bottom: 0;
		right: 58px;
		margin: 0;
	}
	.unit_home_newsfrance .info_today .wrap_unit {
		padding-right: 15px;
		padding-left: 15px;
	}
	.unit_home_newsfrance .info_today .jp td {
		padding-left: 0;
	}
	.unit_home_newsfrance .view_list {
		margin: 0;
		border-top: 0;
		padding: 0;
		text-align: right;
	}
	.unit_home_about {
		margin-top: 142px;
	}
	.unit_home_about .box_text{
		width: 30.91%;
	}
	.unit_home_about .box_image {
		position: absolute;
		width: 62.81%;
		max-width: 900px;
		top: -58px;
		right: 0;
		margin: 0;
	}
	.unit_home_about .list_about {
		padding: 60px 30px 50px;
	}
	.unit_home_about .cta_2 {
		width: 98%;
		margin: 20px 0 0 10px;
	}

	.unit_home_event .wrap_unit {
		display: flex;
		align-items: center;
	}
	.unit_home_event .unit_calendar {
		width: 696px;
	}
	.unit_home_event .unit_article {
		width: calc(100% - 696px);
		margin: 0;
	}
}
@media print,screen and (min-width: 1281px) {
	.home_kv .box_image {
		position: relative;
		width: auto;
		max-height: 580px;
		overflow: hidden;
		margin: 0 128px 0 0;
		padding: 41.67% 0 0
	}
	.home_kv .box_image img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.unit_home_newstopics,
	.unit_home_newsfrance,
	.unit_home_about .wrap_unit,
	.unit_home_event {
		max-width: 1366px;
		padding: 0 128px;
	}

	.unit_home_newsfrance .info_today {
		width: 18.59%;
		right: 128px;
	}
	.unit_home_newsfrance .info_today .wrap_unit {
		padding-right: 20px;
		padding-left: 20px;
	}
	.unit_home_newsfrance .info_today .jp td {
		padding-left: 1em;
	}

	.unit_home_event .unit_article {
		margin: 62px 0 0;
	}

	.unit_banner .glide {
		width: 1088px;
	}
}

