@charset "UTF-8";

html {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
	overflow-x: hidden;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #333;
}

body{
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.grecaptcha-badge { visibility: hidden; }

#wrapper a:link      { text-decoration: none; color: #2692dd; }
#wrapper a:visited   { text-decoration: none; color: #2692dd; }
#wrapper a:hover     { text-decoration: none; }
#wrapper a:active    { text-decoration: none; }

a[href^="tel:"] {
	pointer-events: none;
}

a,:focus {
	outline: none;
}

::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.img img {
	width: 100%;
	height: auto;
}

.tb   { display: none!important;}
.tbsp { display: none!important;}
.sp   { display: none!important;}

.pc   { display: inline-block!important;}
.pctb { display: inline-block!important;}
.pcsp { display: inline-block!important;}

.opacity a:hover,
.opacity input:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none!important;
}

/*======================================================
  common
======================================================*/

.wtLnk a:link,
.wtLnk a:visited {
	color: #fff!important;
	text-decoration: none!important;
}

.bkLnk a:link,
.bkLnk a:visited {
	color: #333!important;
	text-decoration: none!important;
}

.blLnk a:link,
.blLnk a:visited {
	color: #001f4a!important;
	text-decoration: none!important;
}

.wtTxt {
	color: #fff;
}

.bkTxt {
	color: #333;
}

.blTxt {
	color: #001f4a;
}

.cntWrp {
	max-width: 1200px;
	margin: 0 auto;
}

.cntMidWrp {
	max-width: 1100px;
	margin: 0 auto;
}

.cntMinWrp {
	max-width: 1000px;
	margin: 0 auto;
}

.cntCthBox {
	text-align: center;
	margin: 0 0 70px;
	padding: 0 20px;
}

.cntCth {
	display: inline-block;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.8;
	color: #001f4a;
}

.cntCth span {
	position: relative;
}

/*
.cntCth span:before {
	content: "“ ";
	position: absolute;
	top: -10px;
	left: -20px;
	font-size: 2.6rem;
}

.cntCth span:after {
	content: "” ";
	position: absolute;
	bottom: -10px;
	right: -20px;
	font-size: 2.6rem;
}
*/

.cntSubTtl {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 40px;
}

.cntBox {
	padding: 70px 50px;
	background: #fff;
	border-radius: 20px;
}

.cntBtn {
	text-align: center;
	max-width: 360px;
	width: 100%;
	position: relative;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	margin: 0 auto;
}

.cntBtn:after {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	right: 15px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background: url(../images/icn_arrow_bl_rt.png) center no-repeat #fff;
	background-size: 15px auto;
	border: solid 1px #f1f1f1;
	border-radius: 50%;
	z-index: 3;
}

.cntBtn a {
	display: block;
	padding: 22px;
	background: #001f4a;
	border-radius: 50px;
}


@media screen and (min-width:768px) and (max-width:1040px) {
	.cntBox {
		padding: 30px;
	}

	.cntCth {
		font-size: 2rem;
	}
	
	.cntBtn a {
		padding: 18px;
	}
}

@media screen and (max-width:767px) {
	.cntSubTtl {
		font-size: 2rem;
		margin: 0 0 15px;
	}
	
	.cntBox {
		padding: 15px;
		border-radius: 10px;
	}
	
	.cntCthBox {
		margin: 0 0 25px;
		padding: 0 15px;
	}

	.cntCth {
		text-align: left;
		font-size: 1.6rem;
	}

	.cntCth span:before {
		top: -7px;
		left: -15px;
		font-size: 2rem;
	}

	.cntCth span:after {
		bottom: -7px;
		right: -15px;
		font-size: 2rem;
	}
	
	.cntBtnCtrBox {
		text-align: center;
	}
	
	.cntBtn {
		max-width: 240px;
		font-size: 1.6rem;
	}

	.cntBtn:after {
		top: calc(50% - 10px);
		right: 10px;
		width: 20px;
		height: 20px;
		background-size: 8px auto;
	}

	.cntBtn a {
		padding: 15px;
	}
}

/*======================================================
  header
======================================================*/

header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	box-sizing: border-box;
	z-index: 100;
	transition: all 0.3s ease;
}

header.chg {
	height: 80px;
	background: rgba(255,255,255,1);
	border-bottom: solid 1px #f1f1f1;
}

.lwrHdr {
	height: 80px;
	background: rgba(255,255,255,0.65);
	background: #fff;
	border-bottom: solid 1px #f1f1f1;
}

.hdrLgInr {
	height: 80px;
	display: flex;
	align-items: center;
	padding: 0 0 0 70px;
	background: url(../images/lg_wt.png) left no-repeat;
	background-size: 60px auto;
}

.chg .hdrLgInr,
.lwrHdr .hdrLgInr {
	padding: 0 0 0 70px;
	background: url(../images/lg_bk.png) left no-repeat;
	background-size: 60px auto;
}

.hdrLgTtl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	white-space: nowrap;
}

.hdrLgTtl .wpc {
	display: none;
}

.hdrLgTtl .bigTxt {
	font-size: 2.2rem;
	letter-spacing: 0.15em;
	margin: 0 0 0 10px;
}

.gNav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
}

.gNav li {
	margin: 0 0 0 40px;
}

.gNav li a {
	position: relative;
	padding: 0 0 0 20px;
}

.hdrLgBox a:link,
.hdrLgBox a:visited,
.gNav a:link,
.gNav a:visited {
	color: #fff!important;
	text-decoration: none!important;
}

.chg .hdrLgBox a:link,
.chg .hdrLgBox a:visited,
.lwrHdr .hdrLgBox a:link,
.lwrHdr .hdrLgBox a:visited,
.chg .gNav a:link,
.chg .gNav a:visited,
.lwrHdr .gNav a:link,
.lwrHdr .gNav a:visited {
	color: #001f4a!important;
	text-decoration: none!important;
}

.gNav li:not(:last-child) a:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.chg .gNav li:not(:last-child) a:before,
.lwrHdr .gNav li:not(:last-child) a:before {
    background: #b394f0;
}

.gNavCctBtn a {
	text-align: center;
	display: inline-block;
	font-size: 1.35rem;
	padding: 7px 20px!important;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: 50px;
}

.chg .gNavCctBtn a,
.lwrHdr .gNavCctBtn a {
	background: #b394f0;
}

.chg .gNavCctBtn a:link,
.chg .gNavCctBtn a:visited,
.lwrHdr .gNavCctBtn a:link,
.lwrHdr .gNavCctBtn a:visited {
	color: #fff!important;
}

@media screen and (max-width:1400px) {
	.hdrLgInr {
		padding: 0 0 0 70px;
		background-size: 60px auto;
	}
	
	.hdrLgTtl .wpc {
		display: inline-block!important;
	}
	
	.hdrLgTtl {
		font-size: 1.6rem;
	}

	.hdrLgTtl .bigTxt {
		font-size: 2rem;
		margin: 10px 0 0;
	}
	
	#en .hdrLgTtl {
		font-size: 1.2rem;
		letter-spacing: -0.03em;
	}

	.gNav {
		font-size: 1.5rem;
	}

	.gNav li {
		margin: 0 0 0 25px;
	}
}

@media screen and (min-width:1041px) and (max-width:1140px) {
	.gNav li {
		margin: 0 0 0 18px;
		white-space: nowrap;
	}	
}

@media screen and (min-width:768px) and (max-width:1040px) {
	header {
		height: 80px;
		padding: 0 30px;
	}
	
	.hdrLgInr {
		height: 80px;
	}

	.gNav {
		display: none;
	}
}

@media screen and (max-width:767px) {
	header {
		height: 60px;
		padding: 0 15px;
	}
	
	header.chg,.lwrHdr {
		height: 60px;
	}

	.hdrLgInr,.chg .hdrLgInr,
	.lwrHdr .hdrLgInr {
		height: 60px;
		padding: 0 0 0 50px;
		background-size: 40px auto;
	}

	.hdrLgTtl {
		font-size: 1.4rem;
	}

	.hdrLgTtl .bigTxt {
		font-size: 1.8rem;
	}

	.gNav {
		display: none;
	}
}

/* mdlAra */
.mdlAra {
	display: none;
}

@media screen and (max-width:1040px) {
	.mdlAra {
		display: block;
	}

	.menu, .menu span {
		display: inline-block;
		-webkit-transition: all .2s;
		transition: all .2s;
		box-sizing: border-box;
	}

	.menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 80px;
		height: 80px;
		background: #063f8f;
		z-index: 2000;
		cursor: pointer;
		border: solid 1px rgba(255,255,255,0.5);
		border-radius: 0 0 0 15px;
		transition: all 0.3s ease;
	}
	
	.menu.chg,.lwrMdl {
		border: solid 1px #063f8f;
		border-radius: 0!important;
	}

	.menu span {
		width: 46px;
		height: 3px;
		position: absolute;
		left: 17px;
		background: #fff;
		z-index: 100;
	}

	button {
		border: none;
		background: none;
	}

	.menu span:nth-of-type(1) {
		top: 27px;
	}

	.menu span:nth-of-type(2) {
		top: 39px;
	}

	.menu span:nth-of-type(3) {
		top: 51px;
	}

	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}

	.menu.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}

	.mdlNavWrp {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 100% ;
		height: 100vh;
		opacity: 0;
		padding: 0 30px;
		overflow-y: scroll;
		box-sizing: border-box;
		background: url(../images/bg_modal.png) top no-repeat #001f4a;
		background-size: cover;
		transition: all  0.3s ease;
		visibility: hidden;
	}

	.mdlNavWrp.active {
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
	
	.mdlLgBox {
		margin: 0 0 30px;
	}
	
	.mdlNavBox {
		background: rgba(255,255,255,0.95);
		border-radius: 15px;
	}
	
	.mdlNav {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1;
	}

	.mdlNav li {
		width: 50%;
		box-sizing: border-box;
		border-bottom: solid 1px rgba(0,0,0,0.1);
	}
	
	.mdlNav li:nth-child(odd) {
		border-right: solid 1px rgba(0,0,0,0.1);
	}

	.mdlNav li:nth-last-child(-n+2) {
		border-bottom: none;
	}
	
	.mdlNav li a {
		display: block;
		padding: 25px;
	}
	
	.mdlNav li span {
		position: relative;
		padding: 0 0 0 20px;
	}

	.mdlNav li span:before {
		content: "";
		position: absolute;
		top: calc(50% - 4px);
		left: 0;
		width: 8px;
		height: 8px;
		background: #b394f0;
		border-radius: 50%;
	}
	
	.mdlOtrLg {
		max-width: 240px;
		margin: 20px auto 0;
	}
}

@media screen and (max-width:767px) {
	.menu {
		width: 60px;
		height: 60px;
	}

	.menu span {
		width: 36px;
		left: 12px;
	}

	.menu span:nth-of-type(1) {
		top: 19px;
	}

	.menu span:nth-of-type(2) {
		top: 29px;
	}

	.menu span:nth-of-type(3) {
		top: 39px;
	}

	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	.menu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

	.mdlNavWrp {
		padding: 0 15px;
	}

	.mdlLgBox {
		margin: 0 0 20px;
	}
	
	.mdlNavBox {
		border-radius: 10px;
	}
	
	.mdlNav {
		font-size: 1.6rem;
		line-height: 1;
	}

	.mdlNav li {
		width: 100%;
	}
	
	.mdlNav li:nth-child(odd) {
		border-right: none;
	}

	.mdlNav li:nth-last-child(-n+2) {
		border-bottom: solid 1px rgba(0,0,0,0.1);
	}
	
	.mdlNav li:nth-last-child {
		border-bottom: none;
	}
	
	.mdlNav li a {
		padding: 20px;
	}
	
	.mdlNav li span {
		position: relative;
		padding: 0 0 0 15px;
	}
	
	.mdlOtrLg {
		max-width: 200px;
		margin: 15px auto 0;
	}
}

/*======================================================
  mnAra
======================================================*/

.mnAra {
	position: relative;
	z-index: 1;
}

/* slide */
.mnSldLst {
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.mnSldLst li {
	padding-bottom: 800px;
	background-size: cover;
	background-repeat: no-repeat;
}

.mnSld01 {
	background-image: url(../images/img_slide_01.jpg);
}

.mnSld02 {
	background-image: url(../images/img_slide_02.jpg);
}

.mnSld03 {
	background-image: url(../images/img_slide_03.jpg);
}

.mnCtr {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
}

.mnWrp {
	height: 800px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	z-index: 3;
}

.mnCthBox {
	margin: -170px 0 0;
}

.mnCthEn {
	max-width: 1120px;
	position: relative;
	margin: 0 0 15px;
	z-index: 4;
}

.mnCth {
	text-align: center;
	position: relative;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #fff;
	letter-spacing: 0.3em;
	margin: -65px 0 0;
	z-index: 5;
}

#en .mnCth {
	letter-spacing: 0;
}

.mnNwsBox {
	max-width: 450px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	border-radius: 0 25px 0 0;
	z-index: 4;
}

.mnNwsBox a {
	display: block;
	position: relative;
	padding: 30px 80px 30px 30px;
}

.mnNwsInr {
	display: flex;
	align-items: center;
}

.mnNwsBox a:after {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	right: 30px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background: url(../images/icn_arrow_wt_rt.png) center no-repeat;
	background-size: 15px auto;
	border: solid 1px rgba(255,255,255,0.45);
	border-radius: 50%;
}

.mnNwsImgBox {
	width: 80px;
	margin: 0 20px 0 0;
}

.mnNwsImg {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.mnNwsTtl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 0 0 10px;
}

.mnNwsCntBox {
	width:calc(100% - 100px);
}

.mnNwsTxt {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.5;
}

.mnOtrLg {
	max-width: 230px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 4;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.mnCth {
		margin: -45px 0 0;
	}
}

@media screen and (max-width:767px) {
	.mnSldLst {
		height: 600px;
	}

	.mnSldLst li {
		padding-bottom: 600px;
	}

	.mnCtr {
		height: 600px;
	}

	.mnWrp {
		height: 600px;
		padding: 0 15px;
	}

	.mnCthBox {
		margin: -50px 0 0;
	}

	.mnCthEn {
		max-width: 400px;
		margin: 0 auto 15px;
	}

	.mnCth {
		font-size: 1.5rem;
		margin: 0;
	}

	.mnNwsBox {
		max-width: 100%;
		border-radius: 0;
	}

	.mnNwsBox a {
		padding: 15px 40px 15px 15px;
	}

	.mnNwsBox a:after {
		top: calc(50% - 10px);
		right: 15px;
		width: 20px;
		height: 20px;
		background-size: 8px auto;
	}

	.mnNwsImgBox {
		max-width: 40px;
		margin: 0 10px 0 0;
	}

	.mnNwsImg {
		border-radius: 3px;
	}

	.mnNwsTtl {
		font-size: 1.5rem;
		margin: 0 0 7px;
	}

	.mnNwsTxt {
		font-size: 1.2rem;
	}

	.mnOtrLg {
		display: none;
	}
}

/*======================================================
  content
======================================================*/

.tpCnt {
	background: url(../images/bg_material.png) top 220px left calc(50% - 100px) no-repeat;
	background-size: 850px auto;
}

/* ctgNavTpAra */
.ctgNavTpAra {
	padding: 80px 30px 0;
}

.ctgNavTp {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

.ctgNavTp li {	
	width: calc(33.333% - 30px);
	margin: 0 15px 30px;
}

.ctgNavTp li a {
	position: relative;
	display: block;
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
	background: #f7f7f7;
	border: solid 1px #f1f1f1;
	border-radius: 10px;
}

.ctgNavTp li a:after {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	right: 20px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background: url(../images/icn_arrow_bl_rt.png) center no-repeat #fff;
	background-size: 15px auto;
	border: solid 1px #f1f1f1;
	border-radius: 50%;
}

.ctgNavTpBox {
	display: flex;
	align-items: center;
	padding: 0 50px 0 0;
}

.ctgNavTpImg {
	max-width: 110px;
	overflow: hidden;
	border-radius: 8px;
}

.ctgNavTpTtl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 0 0 0 20px;
}

@media screen and (max-width:1200px) {
	.ctgNavTp li a {
		padding: 5px;
	}

	.ctgNavTpImg {
		max-width: 80px;
	}

	.ctgNavTpTtl {
		font-size: 1.7rem;
		margin: 0 0 0 10px;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.tpCnt {
		background: url(../images/bg_material.png) top 350px left calc(50% - 100px) no-repeat;
		background-size: 700px auto;
	}

	.ctgNavTp li {	
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}
}

@media screen and (max-width:767px) {
	.tpCnt {
		background: none;
	}
	
	.ctgNavTpAra {
		padding: 30px 15px 0;
	}

	.ctgNavTp {
		display: block;
		margin: 0 0 -5px;
	}

	.ctgNavTp li {	
		width: 100%;
		margin: 0 0 5px;
	}

	.ctgNavTp li a {
		padding: 5px;
		border-radius: 4px;
	}

	.ctgNavTp li a:after {
		top: calc(50% - 10px);
		right: 10px;
		width: 20px;
		height: 20px;
		background-size: 8px auto;
	}

	.ctgNavTpBox {
		padding: 0 30px 0 0;
	}

	.ctgNavTpImg {
		max-width: 40px;
		border-radius: 3px;
	}

	.ctgNavTpTtl {
		font-size: 1.5rem;
		margin: 0 0 0 10px;
	}
}

/* abtAra */
.abtAra {
	position: relative;
	padding: 150px 30px 0;
	background: url(../images/bg_about.png) top 30% left calc(50% + 280px) no-repeat;
	background-size: 75% auto;
}

.abtCntBox {
	max-width: 450px;
	margin: 0 0 30px;
}

.abtSubCth {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #001f4a;
	margin: 0 0 15px;
}

.abtCth {
	font-weight: 900;
	font-size: 8rem;
	line-height: 0.8;
	color: #001f4a;
	margin: 0 0 60px;
}

.abtCth sup {
	line-height: 1;
	font-size: 4rem;
}

.abtTxt {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #001f4a;
}

.abtTxt sup {
	line-height: 1;
	font-size: 1rem;
}

.abtImgBox {
	max-width: 1300px;
	display: flex;
	align-items: flex-end;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

.abtImg01 {
	max-width: 450px;
	position: relative;
	margin: 0 0 70px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
	z-index: 2;
}

.abtImg02 {
	max-width: 280px;
	position: relative;
	margin: 0 -30px 0 -60px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
	z-index: 5;
}

.abtImg03 {
	max-width: 370px;
	position: relative;
	margin: 0 0 70px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
	z-index: 3;
}

.abtImg04 {
	max-width: 360px;
	position: relative;
	margin: 0 0 0 -70px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
	z-index: 4;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.abtAra {
		background: url(../images/bg_about.png) top 30% left calc(50% + 220px) no-repeat;
		background-size: 75% auto;
	}
}

@media screen and (max-width:767px) {
	.abtAra {
		padding: 200px 15px 0;
		background: url(../images/bg_about.png) top 10px left 50% no-repeat;
		background-size: 400px auto;
	}

	.abtCntBox {
		text-align: center;
		max-width: 100%;
		margin: 0 0 20px;
	}

	.abtSubCth {
		font-size: 1.4rem;
		margin: 0 0 5px;
	}

	.abtCth {
		font-size: 4.5rem;
		text-shadow: 0 0 15px rgba(255,255,255,1),
		0 0 15px rgba(255,255,255,1),
		0 0 15px rgba(255,255,255,1),
		0 0 15px rgba(255,255,255,1);
		margin: 0 0 15px;
	}
	
	.abtCth sup {
		line-height: 1;
		font-size: 2.2rem;
	}

	.abtTxt {
		text-align: left;
		font-size: 1.6rem;
	}

	.abtImg01 {
		margin: 0 0 20px;
		border-radius: 3px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}

	.abtImg02 {
		margin: 0 -35px;
		border-radius: 3px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}

	.abtImg03 {
		margin: 0 0 20px;
		border-radius: 3px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}

	.abtImg04 {
		margin: 0 0 0 -35px;
		border-radius: 3px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
}

/* nwsAra */
.nwsAra {
	padding: 50px 0;
}

.nwsTtlBox {
	margin: 0 0 50px;
	padding: 0 30px;
	background: url(../images/bg_news_title.png) top left 50% no-repeat;
	background-size: 1560px auto;
}

.nwsTtlInr {
	max-width: 1200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
}

.nwsTtl {
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	color: #001f4a;
}

.nwsMorBtn {
	max-width: 120px;
	position: absolute;
	top: calc(50% - 8px);	
	right: 0;
}

.nwsMorBtn a {
	position: relative;
	display: block;
	padding: 0 40px 0 0;
}

.nwsMorBtn a:after {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	right: 0;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background: url(../images/icn_arrow_wt_rt.png) center no-repeat #001f4a;
	background-size: 15px auto;
	border-radius: 50%;
}

.nwsLstCtr {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.nwsLst {
	max-width: 1000px;
	margin: 0 auto;
}

.nwsLst li {
	padding: 10px 0;
}

.nwsLst li:not(:last-child) {
	border-bottom: solid 1px #f1f1f1;
}

.nwsLst li a {
	display: block;
	position: relative;
}

.nwsLst li a:after {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	right: 0;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background: url(../images/icn_arrow_bl_rt.png) center no-repeat #fff;
	background-size: 15px auto;
	border: solid 1px #f1f1f1;
	border-radius: 50%;
}

.nwsLstBox {
	display: flex;
	align-items: center;
	padding: 0 40px 0 0;
}

.nwsLstImg {
	width: 80px;
	margin: 0 40px 0 0;
	overflow: hidden;
	border-radius: 4px;
}

.nwsLstCntBox {
	display: flex;
	align-items: center;
}

.nwsLstDta {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 0 20px 0 0;
}

.nwsLstTypIcn {
	text-align: center;
	display: inline-block;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #fff;
	white-space: nowrap;
	margin: 0 20px 0 0;
	padding: 2px 12px;
	border-radius: 30px;
}

.typIcn01 {
	background: #001f4a;
}

.typIcn02 {
	background: #ff0030;
}

.typIcn03 {
	background: #005307;
}

.nwsLstTtl {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4;
}

.wp-pagenavi {
	text-align: right;
	margin: 30px 0 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: 600;
	font-size: 1.6rem;
	margin: 0 7.5px;
	color: #001f4a!important;
}

.wp-pagenavi span.current {
	color: #b394f0!important;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	text-align: center;
	font-size: 1.3rem!important;
	color: #fff!important;
	padding: 5.5px 8px!important;
	box-sizing: border-box;
	background: #001f4a;
	border-radius: 50%;
}

.wp-pagenavi a:hover {
	opacity: 0.60;
	transition: all 0.3s ease;
}


@media screen and (min-width:768px) and (max-width:1040px) {
	.nwsTtlBox {
		background-size: 1000px auto;
	}
	.nwsTtlInr {
		height: 130px;
	}
}

@media screen and (max-width:767px) {
	.nwsAra {
		padding: 30px 0;
	}

	.nwsTtlBox {
		margin: 0 0 10px;
		padding: 35px 0 0;
		background: url(../images/bg_news_title.png) top left 50% no-repeat;
		background-size: 400px auto;
	}

	.nwsTtlInr {
		height: auto;
	}

	.nwsTtl {
		font-size: 2.4rem;
	}
	
	.nwsMorBtn {
		display: none;
	}

	.nwsMorBtn a {
		padding: 0 25px 0 0;
	}

	.nwsMorBtn a:after {
		top: calc(50% - 10px);
		width: 20px;
		height: 20px;
		background-size: 8px auto;
	}

	.nwsLstCtr {
		padding: 0 15px;
	}
	
	.nwsLst {
		margin: 0 0 15px;
	}

	.nwsLst li {
		padding: 15px 0;
	}

	.nwsLst li a:after {
		top: calc(50% - 10px);
		width: 20px;
		height: 20px;
		background-size: 8px auto;
	}

	.nwsLstBox {
		display: block;
		padding: 0;
	}
	
	.nwsLstImg {
		width: 40px;
		margin: 0 10px 0 0;
		border-radius: 3px;
	}

	.nwsLstCntBox {
		margin: 0 0 10px;
	}

	.nwsLstDta {
		font-size: 1.4rem;
		margin: 0 10px 0 0;
	}

	.nwsLstTypIcn {
		font-size: 1rem;
		margin: 0;
		padding: 2px 8px;
	}

	.nwsLstTtl {
		font-size: 1.5rem;
		padding: 0 25px 0 0;
	}

	.wp-pagenavi {
		text-align: center;
		margin: 0;
		padding: 0 0 10px;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.5rem;
	}

	.wp-pagenavi a.previouspostslink,
	.wp-pagenavi a.nextpostslink {
		font-size: 1.1rem!important;
	}
}

/* bnrNavAra */
.bnrNavAra {
	padding: 50px 30px;
	background: #f7f7f7;
}

.bnrNavWrp {
	max-width: 940px;
	margin: 0 auto;
}

.bnrNavLst {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}

.bnrNavLst li {	
	width: calc(33.333% - 20px);
	margin: 0 10px 20px;
	overflow: hidden;
	box-sizing: border-box;
	border: solid 1px #f0f0f0;
	border-radius: 6px;
}

@media screen and (max-width:767px) {
	.bnrNavAra {
		padding: 30px 15px;
	}

	.bnrNavLst {
		margin: 0 -5px -10px;
	}

	.bnrNavLst li {	
		width: calc(50% - 10px);
		margin: 0 5px 10px;
		border-radius: 4px;
	}
}


/*======================================================
  footer
======================================================*/

.ptpBtn {
	position: fixed;
	right: 30px;
	bottom: 60px;
	z-index: 200;
}

.ptpBtn a {
	text-align: center;
	width: 60px;
	height: 60px;
	display: block;
	padding: 22.5px 0 0;
	box-sizing: border-box;
	background: #063f8f;
	border: solid 1px #76667a;
	border-radius: 50%;
}

.ptpBtn img {
	max-width: 5px;
	height: auto;
	margin: 0 auto;
}

/* ftrAra */
.ftrAra {
	background: #001f4a;
}

.ftrImgBox {	
	display: flex;
	padding: 30px 0 0;
	overflow: hidden;
}

.ftrImgLst {
	display: flex;
	animation: scroll-left 40s infinite linear .5s both;
}

.ftrImgLst li {
	  width: calc(100vw / 4);
	  margin: 0 15px;
}

@keyframes scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.ftrImg {
	overflow: hidden;
	border-radius: 10px;
}

.ftrBox {
	display: flex;
	align-items: center;
	padding: 30px 50px;
}

.ftrLg {
	max-width: 100px;
	margin: 0 30px 0 0;
}

.ftrCntBox {
	width: calc(100% - 130px);
	position: relative;
}

.ftrCntTtl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 20px;
}

.ftrNav {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0 70px 10px -30px;
}

.ftrNav li {
	margin: 0 0 10px;
}

.ftrNav li a {
	display: block;
	position: relative;
	padding: 0 30px;
	z-index: 1;
}

.ftrNav li:not(:last-child) a:after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
	width: 1px;
	height: 14px;
	background: rgba(255,255,255,0.3);
	z-index: 2;
}

.ftrSuvNav {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	margin: 0 0 0 -20px;
}

.ftrSuvNav li a {
	display: block;
	position: relative;
	padding: 0 20px;
	z-index: 1;
}

.ftrSnsLnk a {
	display: inline-block;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1;
	padding: 7.5px 15px!important;
	background: #19355c;
	border-radius: 50px;
}

.ftrSnsLnk span {
	padding: 0 0 0 20px;
	background: url(../images/icn_x.png) left no-repeat;
	background-size: 12px auto;
}

.cpyTxt {
	text-align: right;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.ftrBox {
		padding: 30px;
	}
}

@media screen and (max-width:767px) {
	.ptpBtn {
		right: 15px;
		bottom: 15px;
	}

	.ptpBtn a {
		width: 45px;
		height: 45px;
		padding: 15px 0 0;
	}

	.ftrImgBox {	
		padding: 10px 0 0;
	}

	.ftrImgLst li {
		  width: calc(100vw / 3);
		  margin: 0 5px;
	}

	.ftrImg {
		border-radius: 4px;
	}

	.ftrBox {
		display: block;
		padding: 15px;
	}

	.ftrLg {
		max-width: 80px;
		margin: 0 auto 10px;
	}

	.ftrCntBox {
		width: 100%;
	}

	.ftrCntTtl {
		text-align: center;
		font-size: 1.6rem;
	}

	.ftrNav {
		font-size: 1.4rem;
		margin: 0 0 15px;
		overflow: hidden;
		border-radius: 6px;
	}

	.ftrNav li {
		text-align: center;
		width: 50%;
		margin: 0;
		box-sizing: border-box;
		border-bottom: solid 1px rgba(255,255,255,0.3);
	}
	
	.ftrNav li:nth-child(odd) {
		border-right: solid 1px rgba(255,255,255,0.3);
	}
	
	.ftrNav li:nth-last-child(-n+2) {
		border-bottom: none;
	}
	
	.ftrNav li a {
		padding: 15px;
		background: rgba(255,255,255,0.2);
	}

	.ftrNav li:not(:last-child) a:after {
		content: none;
	}

	.ftrSuvNav {
		justify-content: center;
		margin: 0 0 40px;
	}

	.ftrSnsLnk span {
		padding: 0 0 0 20px;
		background: url(../images/icn_x.png) left no-repeat;
		background-size: 12px auto;
	}

	.cpyTxt {
		text-align: center;
		font-size: 1rem;
	}
}

/*=========================================================
lower
=========================================================*/

/* lwrMnAra */
.lwrMnAra {
	height: 500px;
	position: relative;
	padding: 0 30px;
	background: url(../images/bg_main_lower.jpg) center no-repeat;
	background-size: cover;
	z-index: 1;
}

.lwrMnWrp {
	max-width: 1200px;
	height: 500px;
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

/*
.acsMn {
	background: url(../images/bg_main_access.jpg) center no-repeat;
	background-size: cover;
}

.ctgMn {
	background: url(../images/bg_main_category.jpg) center no-repeat;
	background-size: cover;
}

.smrMn {
	background: url(../images/bg_main_summary.jpg) center no-repeat;
	background-size: cover;
}

.rstMn {
	background: url(../images/bg_main_results.jpg) center no-repeat;
	background-size: cover;
}

.fidMn {
	background: url(../images/bg_main_finding.jpg) center no-repeat;
	background-size: cover;
}

.infMn {
	background: url(../images/bg_main_information.jpg) center no-repeat;
	background-size: cover;
}

.cctMn {
	background: url(../images/bg_main_contact.jpg) center no-repeat;
	background-size: cover;
}
*/

.lwrMnTtlBox {
	margin: 80px 0 0;
	position: relative;
	color: #001f4a;
	z-index: 2;
	color: #fff;
}

.lwrMnTtlEn {
	font-weight: 900;
	font-size: 9.5rem;
	line-height: 1.1;
	margin: 0 0 50px;
}

.lwrMnTtl {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
}

.lwrMnImg {
	max-width: 600px;
	position: absolute;
	bottom: -30px;
	right: calc(50% - 640px);
	z-index: 1;
}

.pkzNavBox {
	position: absolute;
	bottom: 30px;
	right: 0;
	display: inline-block;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 30px;
	background: #fff;
	border: solid 1px #f1f1f1;
	border-radius: 5px;
	z-index: 2;
}

.pkzNav {
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #001f4a;
	margin: 0 0 -5px;
}

.pkzNav li:not(:last-child) {
	position: relative;
	margin: 0 25px 5px 0;
}

.pkzNav li:not(:last-child):after {
	content: "-";
	position: absolute;
	top: 0;
	right: -17.5px;
}

.pkzNav a {
	position: relative;
	display: block;
	padding: 0 0 0 15px;
}

.pkzNav a:before {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 8px;
	height: 8px;
	background: #b394f0;
	border-radius: 50%;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.lwrMnAra {
		height: 400px;
	}

	.lwrMnWrp {
		height: 400px;
	}
	
	.lwrMnTtlEn {
		font-size: 7.5rem;
		margin: 0 0 30px;
	}

	.lwrMnTtl {
		font-size: 1.8rem;
	}
	
	.lwrMnImg {
		max-width: 500px;
		bottom: -25px;
		right: calc(50% - 400px);
	}

}

@media screen and (max-width:767px) {
	.lwrMnAra {
		height: 230px;
		padding: 0 15px;
	}

	.lwrMnWrp {
		height: 230px;
	}
	
	.lwrMnTtlBox {
		margin: 60px 0 0;
	}

	.lwrMnTtlEn {
		font-size: 4rem;
		margin: 0 0 20px;
	}

	.lwrMnTtl {
		font-size: 1.6rem;
	}
	
	.lwrMnImg {
		max-width: 250px;
		bottom: -15px;
		right: calc(50% - 200px);
	}
	
	.pkzNavBox {
		display: none;
		bottom: 15px;
		padding: 7.5px 10px;
		border-radius: 3px;
	}

	.pkzNav {
		font-size: 1.3rem;
	}

	.pkzNav li:not(:last-child) {
		position: relative;
		margin: 0 15px 5px 0;
	}

	.pkzNav li:not(:last-child):after {
		right: -12.5px;
	}
}

/*=========================================================
　アクセス
=========================================================*/

/* acsAra */
.acsAra {
	padding: 100px 30px;
}

.acsBox {
	display: flex;
}

.acsCntBox {
	max-width: 550px;
	width: 100%;
	margin: 0 50px 0 0;
}

.acsCntTtl {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.3;
	color: #001f4a;
	letter-spacing: -0.005em;
	margin: 0 0 40px;
}

.acsCntTtl .minTxt {
	font-weight: 500;
	font-size: 1.8rem;
}

.acsCntAdr {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 30px;
}

.acsCntLnkLst {
	display: flex;
}

.acsCntLnkLst li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 0 0;
	background: #f7f7f7;
	border-radius: 5px;
}

.acsCntLnkLstBox {
	position: relative;
	padding: 5px 15px 5px 50px;
}

.acsCntLnkLstBox:before {
	content: "";
	position: absolute;
	top: calc(50% - 12.5px);
	left: 15px;
	width: 25px;
	height: 25px;
	background: url(../images/icn_mail.png) center no-repeat;
	background-size: 25px auto;
}

.acsCntLnk {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #001f4a;
}

.acsCntCapTxt {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #001f4a;
	margin: 3px 0 0;
}

.acsCntMinLnk {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
}

.acsCntMinLnk a {
	display: block;
	padding: 15px;
}

.acsCntMinLnk span {
	display: block;
	position: relative;
	padding: 0 0 0 35px;
}

.acsCntMinLnk span:before {
	content: "";
	position: absolute;
	top: calc(50% - 12.5px);
	left: 0;
	width: 25px;
	height: 25px;
	background: url(../images/icn_map.png) center no-repeat;
	background-size: 25px auto;
}

.acsCntInfBox {
	margin: 50px 0 0;
	padding: 50px 0 0;
	border-top: solid 1px #f1f1f1;
}

.acsCntInfTtl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 15px;
}

.acsCntInfLst {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #001f4a;
}

.acsCntInfLst {
	margin: 0 0 60px;
}

.acsCntInfLst li {
	position: relative;
	padding: 0 0 0 20px;
}

.acsCntInfLst li:before {
	content: "";
	position: absolute;
	top: 7.5px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #b394f0;
	border-radius: 50%;
}

.acsCntInfLst li:not(:last-child) {
	margin: 0 0 20px;
}

.acsMapBox {
	width: calc(100% - 600px);
	overflow: hidden;
	border-radius: 20px;
}

.acsMapBox {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 60%;
}

.acsMapBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1200px) {
	.acsCntLnkLst {
		display: block;
	}
	
	.acsCntLnkLst li:first-child {
		margin: 0 0 10px;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.acsCntBox {
	max-width: 370px;
	margin: 0 30px 0 0;
}

	.acsCntTtl {
		font-size: 2.4rem;
		margin: 0 0 40px;
	}

	.acsCntTtl .minTxt {
		font-size: 1.6rem;
	}
	
	.acsMapBox {
		width: calc(100% - 400px);
	}
}

@media screen and (max-width:767px) {
	.acsAra {
		padding: 30px 15px;
	}

	.acsBox {
		display: block;
	}

	.acsCntBox {
		max-width: 100%;
		margin: 0 0 30px;
	}

	.acsCntTtl {
		font-size: 1.8rem;
		margin: 0 0 20px;
	}

	.acsCntTtl .minTxt {
		font-size: 1.4rem;
	}

	.acsCntAdr {
		font-size: 1.5rem;
		margin: 0 0 20px;
	}

	.acsCntLnkLst {
		display: block;
	}

	.acsCntLnkLst li {
		margin: 0 0 10px;
	}
	
	.acsCntLnkLstBox {
		padding: 7px 15px 7px 50px;
	}
	
	.acsCntLnkLstBox:before {
		top: calc(50% - 10px);
		left: 20px;
		width: 20px;
		height: 20px;
		background-size: 20px auto;
	}

	.acsCntLnk {
		font-size: 1.6rem;
	}

	.acsCntCapTxt {
		font-size: 1.1rem;
		margin: 2px 0 0;
	}

	.acsCntMinLnk {
		font-size: 1.4rem;
	}

	.acsCntMinLnk a {
		padding: 15px;
	}

	.acsCntMinLnk span {
		padding: 0 0 0 30px;
	}

	.acsCntMinLnk span:before {
		top: calc(50% - 10px);
		width: 20px;
		height: 20px;
		background-size: 20px auto;
	}

	.acsCntInfBox {
		margin: 25px 0 0;
		padding: 25px 0 0;
	}

	.acsCntInfTtl {
		font-size: 1.5rem;
		margin: 0 0 15px;
	}

	.acsCntInfLst {
		font-size: 1.5rem;
	}

	.acsCntInfLst {
		margin: 0 0 30px;
	}

	.acsCntInfLst li {
		padding: 0 0 0 15px;
	}

	.acsCntInfLst li:before {
		top: 8px;
		width: 6px;
		height: 6px;
	}

	.acsCntInfLst li:not(:last-child) {
		margin: 0 0 15px;
	}

	.acsMapBox {
		width: 100%;
		border-radius: 10px;
	}
}

/*=========================================================
　部門紹介
=========================================================*/

/* ctgMapAra */
.ctgMapAra {
	padding: 100px 30px 50px;
}

.ctgMapBox {
	padding: 40px 50px;
	border: solid 1px #45b370;
	border-radius: 20px;
}

.ctgMapTtlBox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
}

.ctgMapTtlLg {
	max-width: 180px;
	margin: 0 20px 0 0;
}

.ctgMapTtl {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.3;
	color: #001f4a;
}

.ctgMapLnkBox {
	margin: 0 0 50px;
}

.ctgMapLnk {
	text-align: center;
	max-width: 400px;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
	margin: 0 auto 100px;
}

.ctgMapLnk a {
	display: block;
	padding: 30px 15px;
	background: #b394f0;
	border-radius: 8px;
}

.ctgMapLnkBtmBox {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.ctgMapLnkBtmBox:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 130px;
	width: calc(100% - 260px);
	height: 1px;
	background: #838383;
}

.ctgMapLnkMinInr {
	display: flex;
	padding: 10px 5px;
	box-sizing: border-box;
	border-radius: 10px;
}

.ctgMapLnkMinBox01,
.ctgMapLnkMinBox02 {
	width: calc(40% - 10px);
	margin: 0 5px;
}

.ctgMapLnkMinBox03 {
	width: calc(20% - 10px);
	margin: 0 5px;
	padding: 10px 5px;
	background: #eef6d7;
	border-radius: 10px;
}

.ctgMapLnkMinBox01 .ctgMapLnkMinInr {
	background: #d7f4f6;
}

.ctgMapLnkMinBox02 .ctgMapLnkMinInr {
	background: #f9e3f4;
}

.ctgMapLnkMin {
	text-align: center;
	width: calc(50% - 10px);
	position: relative;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: -0.005em;
	line-height: 1.2;
	white-space: nowrap;
	margin: 0 5px;
}

.ctgMapLnkMin .wpc {
	display: none;
}

.ctgMapLnkMinBox03 .ctgMapLnkMin {
	width: calc(100% - 10px);
}

.ctgMapLnkMin:before {
	content: "";
	position: absolute;
	top: -60px;
	left: calc(50% - 1px);
	width: 1px;
	height: 60px;
	background: #838383;
}

.ctgMapLnkLt:after {
	content: "";
	position: absolute;
	top: -60px;
	left: 50%;
	width: 100px;
	height: 1px;
	background: #838383;
}

.ctgMapLnkCt:before {
	top: -110px;
	height: 110px;
}

.ctgMapLnkRt:after {
	content: "";
	position: absolute;
	top: -60px;
	right: 50%;
	width: 100px;
	height: 1px;
	background: #838383;
}

.ctgMapLnkMin a {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
}

.ctgMapLnkMinTtl {
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.3;
	margin: 10px 0 0;
}

.ctgMapLnkMinBox01 .ctgMapLnkMinTtl {
	color: #569ca1;
}

.ctgMapLnkMinBox02 .ctgMapLnkMinTtl {
	color: #bf71ad;
}

.ctgJinBox {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	background: #f7f7f7;
	border-radius: 10px;
}

.ctgJinTtl {
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
	margin: 0 0 20px;
}

.ctgJinLst {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.3;
}

.ctgJinLst li {
	position: relative;
	margin: 0 15px 15px;
	padding: 0 0 0 20px;
}

.ctgJinLst li:before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 10px;
	height: 10px;
	background: #b394f0;
	border-radius: 50%;
}

/* ctgNavAra */
.ctgNavAra {
	padding: 50px 30px 100px;
}

.ctgNav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -80px;
}

.ctgNav li {	
	width: calc(33.333% - 30px);
	margin: 0 15px 80px;
}

.ctgNav li a {
	display: block;
}

.ctgNavImg {
	position: relative;
	margin: 0 0 20px;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
}

.ctgNavImg:before {
	content: "";
	display: block;
	padding-top: 52.65%;
}

.ctgNavImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.ctgNavImg:after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background: url(../images/icn_arrow_bl_rt.png) center no-repeat #fff;
	background-size: 15px auto;
	border: solid 1px #f1f1f1;
	border-radius: 50%;
	z-index: 3;
}

.ctgNavTtl {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 15px;
}

.ctgNavTxt {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
}

@media screen and (max-width:1100px) {
	.ctgMapBox {
		padding: 30px;
	}
	
	.ctgMapLnk {
		font-size: 2rem;
	}
	
	.ctgMapLnk a {
		padding: 20px 15px;
	}

	.ctgMapLnkMin {
		font-size: 1.6rem;
		letter-spacing: -0.005em;
	}
	
	.ctgMapLnkMin .wpc {
		display: inline-block!important;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.ctgNavTtl {
		font-size: 2rem;
	}
}

@media screen and (max-width:767px) {
	.ctgMapAra {
		padding: 30px 15px 15px;
	}

	.ctgMapBox {
		padding: 0;
		border: none;
		border-radius: 0;
	}

	.ctgMapTtlBox {
		text-align: center;
		display: block;
		margin: 0 0 20px;
	}

	.ctgMapTtlLg {
		max-width: 120px;
		margin: 0 auto 5px;
	}

	.ctgMapTtl {
		font-size: 2rem;
	}

	.ctgMapLnkBox {
		margin: 0 0 30px;
	}

	.ctgMapLnk {
		max-width: 100%;
		font-size: 1.7rem;
		margin: 0 auto 25px;
	}

	.ctgMapLnk a {
		padding: 15px 10px;
		border-radius: 6px;
	}

	.ctgMapLnkBtmBox {
		display: block;
		padding: 10px;
		box-sizing: border-box;
		border: solid 1px #838383;
		border-radius: 10px;
	}
	
	.ctgMapLnkBtmBox:after {
		content: "";
		position: absolute;
		top: -25px;
		left: 50%;
		width: 1px;
		height: 25px;
		background: #838383;
	}

	.ctgMapLnkBtmBox:before {
		content: none
	}

	.ctgMapLnkMinInr {
		border-radius: 8px;
	}

	.ctgMapLnkMinBox01,
	.ctgMapLnkMinBox02 {
		width: 100%;
		margin: 0 0 10px;
	}

	.ctgMapLnkMinBox03 {
		width: 100%;
		margin: 0;
		border-radius: 8px;
	}

	.ctgMapLnkMin {
		font-size: 1.5rem;
	}

	.ctgMapLnkMin:before {
		content: none;
	}

	.ctgMapLnkLt:after {
		content: none;
	}

	.ctgMapLnkRt:after {
		content: none;
	}

	.ctgMapLnkMin a {
		height: 50px;
		border-radius: 6px;
	}

	.ctgMapLnkMinTtl {
		font-size: 1.7rem;
		margin: 5px 0 0;
	}

	.ctgJinBox {
		padding: 15px;
		border-radius: 8px;
	}

	.ctgJinTtl {
		font-size: 1.8rem;
		margin: 0 0 15px;
	}

	.ctgJinLst {
		display: block;
		font-size: 1.5rem;
	}

	.ctgJinLst li {
		margin: 0 0 10px;
		padding: 0 0 0 15px;
	}

	.ctgJinLst li:before {
		top: calc(50% - 4px);
		width: 8px;
		height: 8px;
	}

	.ctgNavAra {
		padding: 15px 15px 30px;
	}

	.ctgNav {
		margin: 0 -5px -15px;
	}

	.ctgNav li {	
		width: calc(50% - 10px);
		margin: 0 5px 15px;
	}

	.ctgNavImg {
		margin: 0 0 10px;
		border-radius: 6px;
	}

	.ctgNavImg:after {
		bottom: 10px;
		right: 10px;
		width: 20px;
		height: 20px;
		background-size: 8px auto;
	}

	.ctgNavTtl {
		font-size: 1.5rem;
		letter-spacing: -0.005em;
		margin: 0 0 5px;
	}

	.ctgNavTxt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

/* ctgPsnAra */
.ctgPsnAra {
	padding: 100px 30px;
	background: #f7f7f7;
}

.ctgPsnLst:not(.ctgLnkLst) {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
}

.ctgPsnLst li:not(.ctgLnkLst li) {
	width: calc(50% - 40px);
	display: flex;
	margin: 0 20px 40px;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 15px;
}

.ctgPsnLstImgBox {
	max-width: 200px;
	width: 100%;
	margin: 0 40px 0 0;
}

.ctgPsnLstImg {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.ctgPsnLstImg a:hover {
	opacity: 0.7;
}

.ctgPsnLstImg:before {
	content: "";
	display: block;
	padding-top: 120%;
}

.ctgPsnLstImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ctgPsnLstCntBox {
	width: calc(100% - 240px);
	display: flex;
	align-items: center;
}

.ctgPsnLstNme {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 15px;
}

.ctgPsnLstTyp {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 25px;
}

.ctgLnkLst {
	display: flex;
	flex-wrap: wrap;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 0.8;
	margin: 0 -7.5px -10px;
}

.ctgLnkLst li {
	margin: 0 7.5px 10px;
}

.ctgLnkLst a {
	display: block;
	padding: 10px 15px;
	background: #5e6c7c;
	border-radius: 50px;
}

.ctgLnk01 a {
	background: #5e6c7c;
}

.ctgLnk02 a {
	background: #a5cd39;
}

.ctgLnk03 a {
	background: #7e74ff;
}

.ctgLnk04 a {
	padding: 9px;
	background: #000;
}

.ctgLnk span {
	padding: 0 25px 0 0;
	background: url(../images/icn_other_wt.png) right no-repeat;
	background-size: 15px auto;
}

.ctgLnk img {
	width: 15px;
	height: auto;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.ctgPsnLst:not(.ctgLnkLst) {
		margin: 0 -15px -30px;
	}

	.ctgPsnLst li:not(.ctgLnkLst li) {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}

	.ctgPsnLstImgBox {
		max-width: 140px;
		margin: 0 20px 0 0;
	}
	
	.ctgPsnLstCntBox {
		width: calc(100% - 160px);
	}
	
	.ctgLnkLst {
		font-size: 1.4rem;
		margin: 0 -5px -10px;
	}

	.ctgLnkLst li {
		margin: 0 5px 10px;
	}
	
	.ctgLnkLst a {
		padding: 10px;
	}
	
	.ctgLnk04 a {
		padding: 8px;
	}
	
}

@media screen and (max-width:767px) {
	.ctgPsnAra {
		padding: 30px 15px;
	}

	.ctgPsnLst:not(.ctgLnkLst) {
		display: block;
		margin: 0 0 15px;
	}

	.ctgPsnLst li:not(.ctgLnkLst li) {
		width: 100%;
		margin: 0 0 15px;
		border-radius: 10px;
	}

	.ctgPsnLstImgBox {
		max-width: 105px;
		margin: 0 15px 0 0;
	}

	.ctgPsnLstImg {
		border-radius: 6px;
	}

	.ctgPsnLstCntBox {
		width: calc(100% - 120px);
	}

	.ctgPsnLstNme {
		font-size: 1.7rem;
		margin: 0 0 5px;
	}

	.ctgPsnLstTyp {
		font-size: 1.3rem;
		margin: 0 0 10px;
	}

	.ctgLnkLst {
		font-size: 1.1rem;
		margin: 0 -3.5px -5px;
	}

	.ctgLnkLst li {
		margin: 0 3.5px 7px;
	}

	.ctgLnkLst a {
		padding: 7.5px 10px;
	}

	.ctgLnk04 a {
		padding: 7px;
	}

	.ctgLnk span {
		padding: 0 15px 0 0;
		background-size: 10px auto;
	}

	.ctgLnk img {
		width: 10px;
	}
}

/* ctgDtlAra */
.ctgDtlCnt {
	background: url(../images/bg_material.png) top -120px left calc(50% - 100px) no-repeat #f7f7f7;
	background-size: 100% auto;
}

.ctgDtlNavAra {
	height: 150px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin: 80px 0 0;
	padding: 0 30px;
}

.ctgDtlNavAra .pkzNavBox {
	position: relative;
	bottom: 0;
}

.ctgDtlAra {
	padding: 30px 30px 100px;
}

.ctgDtlBox {
	display: flex;
}

.ctgDtlImgBox {
	max-width: 260px;
	margin: 0 60px 0 0;
}

.ctgDtlImg {
	overflow: hidden;
	border-radius: 8px;
}

.ctgDtlInfBox {
	width: calc(100% - 320px);
	display: flex;
	align-items: center;
	position: relative;
}

.ctgDtlNme {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 20px;
}

.ctgDtlTyp {
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 50px;
}

.ctgDtlInfBox .ctgLnkLst {
	position: absolute;
	right: 0;
}

.ctgDtlCntBox {
	margin: 50px 0 80px;
	padding: 50px 0 0;
	border-top: solid 1px #f1f1f1;
}

.ctgDtlCntTxt h2,
.ctgDtlCntTtl {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 20px;
}

.ctgDtlCntTxt {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #001f4a;
}

section.ctgDtlCntTxt {
	margin-top: 50px;
}

.ctgDtlBtnBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ctgDtlBtn a {
	text-align: center;
	min-width: 160px;
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	color: #001f4a;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #001f4a;
	border-radius: 50px;
	transition: all 0.2s ease;
}

.ctgDtlBtn a:hover {
	color: #fff!important;
	background: #001f4a;
}

.ctgDtlBakBtn a {
	text-align: center;
	min-width: 260px;
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	color: #001f4a;
	padding: 20px;
	box-sizing: border-box;
	background: #001f4a;
	border-radius: 50px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.ctgDtlImgBox {
		max-width: 240px;
		margin: 0 30px 0 0;
	}

	.ctgDtlInfBox {
		width: calc(100% - 270px);
	}
	
	.ctgDtlBtn a {
		min-width: 150px;
	}

	.ctgDtlBakBtn a {
		min-width: 240px;
	}
}

@media screen and (max-width:767px) {
	.ctgDtlCnt {
		background: url(../images/bg_material.png) top -50px left calc(50% - 100px) no-repeat #f7f7f7;
		background-size: 100% auto;
	}

	.ctgDtlNavAra {
		height: auto;
		margin: 60px 0 0;
		padding: 0;
	}
	
	.ctgDtlAra {
		padding: 30px 15px;
	}

	.ctgDtlBox {
		display: block;
	}

	.ctgDtlImgBox {
		max-width: 300px;
		margin: 0 auto 20px;
	}
	
	.ctgDtlInfBox {
		width: 100%;
	}

	.ctgDtlNme {
		font-size: 2rem;
		margin: 0 0 10px;
	}

	.ctgDtlTyp {
		font-size: 1.6rem;
		margin: 0 0 25px;
	}

	.ctgDtlInfBox .ctgLnkLst {
		position: relative;
	}

	.ctgDtlCntBox {
		margin: 25px 0 30px;
		padding: 25px 0 0;
	}
	
	.ctgDtlCntTxt h2,
	.ctgDtlCntTtl {
		font-size: 2.2rem;
		margin: 0 0 15px;
	}

	.ctgDtlCntTxt {
		font-size: 1.6rem;
	}

	.ctgDtlBtnBox {
		position: relative; 
		padding: 0 0 60px;
	}

	.ctgDtlBtn a {
		width: 120px;
		min-width: auto;
		font-size: 1.5rem;
		padding: 15px;
	}

	.ctgDtlBakBtn a {
		max-width: 240px;
		min-width: auto;
		width: 100%;
		position: absolute;
		top: 62px;
		left: 0;
		right: 0;
		font-size: 1.5rem;
		margin: 0 auto;
		padding: 15px;
	}
}

/* cctAra */
.cctAra {
	padding: 100px 30px;
	background: #f7f7f7;
}

.frmLst {
	margin: 0 0 35px;
}

.frmLst li {
	display: flex;
	align-items: flex-start;
	padding: 15px 0;
	border-bottom: solid 1px #f1f1f1;
}

.frmLstTtlBox {
	max-width: 250px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 50px 15px 0;
}

.frmLstTtl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
}

.essIcn {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	padding: 6px;
	background: #f0388b;
	border-radius: 3px;
}

.frmLstCntBox {
	width: calc(100% - 300px);
}

.frmBox01 {
	width: 100%;
	padding: 15px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	box-sizing: border-box;
	background: #f7f7f7;
	border: solid 1px #f1f1f1;
	border-radius: 5px!important;
}

.frmBox02 {
	width: 100%;
	height: 180px;
	padding: 15px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.6;
	box-sizing: border-box;
	background: #f7f7f7;
	border: solid 1px #f1f1f1;
	border-radius: 5px!important;
}

.frmBox03 {
	width: 100%;
	height: 120px;
	padding: 15px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.6;
	box-sizing: border-box;
	background: #f7f7f7;
	border: solid 1px #f1f1f1;
	border-radius: 5px!important;
}

::placeholder {
  color: #bebebe;
}

.frmLstChkBox {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0;
}

.frmLstChkTxt input {
	margin: 4px 8px 0 0;
}

.frmLstChkTxt {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 0 30px 8px 0;
}

.frmLstChkTxt label {
	cursor: pointer;
}

.frmLstImpCtr {
	text-align: center;
	display: block!important;
}

.frmLstImpTtlBox {
	text-align: center;
	margin: 0 0 10px;
}

.frmLstImpTtl {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
	color: #f0388b;
	padding: 0 0 0 35px;
}

.frmLstImpTtl:before {
	content: "!";
	position: absolute;
	top: 4px;
	left: 0;
	width: 24px;
	height: 24px;
	fint-size: 1.5rem;
	line-height: 0.9;
	color: #fff;
	background: #f0388b;
	border-radius: 50%;
}

.frmLstImpCth {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 20px;
}

.frmLstImpLst {
	display: flex;
	margin: 0 -7.5px 20px;
}

.frmLstImpLst li {
	display: block!important;
	width: calc(20% - 15px);
	margin: 0 7.5px!important;
	padding: 15px 10px!important;
	box-sizing: border-box;
	background: #f3f7fc;
	border-radius: 8px!important;
}

.frmLstImpImg {
	max-width: 90px;
	margin: 0 auto 15px;
}

.frmLstImpSubTtl {
	display: inline-block;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1;
	color: #001f4a;
	white-space: nowrap;
	margin: 0 0 15px;
	padding: 3px 15px;
	border: solid 1px #001f4a;
	border-radius: 50px;
}

.frmLstImpTxt {
	text-align: left;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.5;
}

.cctDneBtn {
	max-width: 320px;
	margin: 0 auto;
}

.cctDneBtn input {
	text-align: center;
	width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	color: #fff;
	padding: 22px 30px;
	background: #001f4a;
	border: none;
	border-radius: 50px!important;
	cursor: pointer;
}

.cctBakBtn {
	max-width: 240px;
	margin: 0 auto;
}

.cctBakBtn input {
	text-align: center;
	width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #fff;
	margin: 20px 0 0;
	padding: 16px 20px;
	background: #7f8fa4;
	border: none;
	border-radius: 50px!important;
	cursor: pointer;
}

.errTxt {
	display: block;
	font-weight: 500!important;
	font-size: 1.5rem!important;
	line-height: 1.2!important;
	color: #f0388b!important;
	margin: 10px 0 0!important;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.frmLstImpImg {
		max-width: 70px;
	}

	.frmLstImpTxt {
		font-size: 1.4rem;
	}
}

@media screen and (max-width:767px) {
	.cctAra {
		padding: 30px 15px;
	}

	.frmLst {
		margin: -15px 0 25px;
	}

	.frmLst li {
		display: block;
	}

	.frmLstTtlBox {
		max-width: 100%;
		margin: 0 0 10px;
	}

	.frmLstTtl {
		font-size: 1.6rem;
	}

	.essIcn {
		font-size: 1rem;
		padding: 5px;
	}

	.frmLstCntBox {
		width: 100%;
	}

	.frmBox01 {
		padding: 12px;
		border-radius: 4px!important;
	}

	.frmBox02 {
		height: 160px;
		padding: 12px;
		border-radius: 4px!important;
	}
	
	.frmLstChkBox {
		margin: 0;
	}

	.frmLstChkTxt {
		margin: 0 20px 8px 0;
	}
	
	.frmLstImpCtr {
		text-align: left!important;
	}

	.frmLstImpTtlBox {
		text-align: left;
	}

	.frmLstImpTtl {
		font-size: 1.8rem;
		padding: 0 0 0 26px;
	}

	.frmLstImpTtl:before {
		text-align: center;
		top: 4px;
		width: 20px;
		height: 20px;
		fint-size: 1.5rem;
		line-height: 0.9;
	}

	.frmLstImpCth {
		font-size: 1.5rem;
		margin: 0 0 20px;
	}

	.frmLstImpLst {
		display: block;
		margin: 0 0 15px;
	}

	.frmLstImpLst li {
		width: 100%;
		display: flex!important;
		align-items: center;
		margin: 0 0 15px!important;
		padding: 10px!important;
		border-radius: 6px!important;
	}

	.frmLstImpImg {
		max-width: 50px;
		margin: 0 10px 0 0;
	}

	.frmLstImpCntBox {
		width: calc(100% - 60px);
	}

	.frmLstImpSubTtl {
		font-size: 1.4rem;
		margin: 0 0 5px;
		padding: 2px 12px;
	}

	.frmLstImpTxt {
		font-size: 1.4rem;
		line-height: 1.4;
	}

	.cctDneBtn {
		max-width: 240px;
	}

	.cctDneBtn input {
		font-size: 1.6rem;
		padding: 15px 20px;
	}

	.cctBakBtn {
		max-width: 180px;
	}

	.cctBakBtn input {
		font-size: 1.6rem;
		margin: 15px 0 0;
		padding: 12px 20px;
	}

	.errTxt {
		font-size: 1.4rem!important;
	}
}

/* smrAra */
.smrAra {
	padding: 100px 30px;
	background: #f7f7f7;
}

.smrMsgInrTp {
	display: flex;
	margin: 0 0 50px;
}

.smrMsgCntBox {
	width: calc(100% - 360px);
}

.smrMsgTtlBox {
	display: flex;
	align-items: flex-end;
	margin: 0 0 40px;
}

.smrMsgTtlEn {
	font-weight: 700;
	font-size: 6rem;
	line-height: 0.8;
	color: #001f4a;
	margin: 0 20px 0 0;
}

.smrMsgTtl {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #001f4a;
}

.smrCth {
	display: inline-block;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.4;
	color: #001f4a;
	margin: 0 0 30px;
	padding: 0 20px;
}

.smrCth span {
	position: relative;
}

.smrCth span:before {
	content: "“";
	position: absolute;
	top: -10px;
	left: -20px;
	font-size: 3rem;
}

.smrCth span:after {
	content: "”";
	position: absolute;
	bottom: -10px;
	right: -20px;
	font-size: 3rem;
}

.smrTxt {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2;
}

.smrMsgImgBox {
	max-width: 280px;
	margin: 0 0 0 80px;
}

.smrMsgImg {
	overflow: hidden;
	margin: 0 0 30px;
	border-radius: 10px;
}

.smrMsgImgNme {
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #001f4a;
}

.smrMsgImgNme .minTxt {
	font-weight: 500;
	font-size: 1.3rem;
}

.smrMsgInrBt {
	display: flex;
}

.smrMsgInrBt .smrMsgCntBox {
	order: 2;
}

.smrMsgInrBt .smrMsgImgBox {
	order: 1;
	margin: 0 80px 0 0;
}

.smrLgBox {
	display: flex;
	align-items: center;
	margin: 50px 0 0;
	padding: 50px 0 0;
	border-top: solid 1px #f1f1f1;
}

.smrLgTtl {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 20px;
}

.smrLgImgBox {
	order: 2;
	max-width: 240px;
	margin: 0 0 0 120px;
}

.smrLgCntBox {
	order: 1;
	width: calc(100% - 360px);
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.smrMsgTtlBox {
		display: block;
	}
	
	.smrMsgTtlEn {
		margin: 0 0 20px;
	}
	
	.smrMsgCntBox {
		width: calc(100% - 260px);
	}

	.smrMsgImgBox {
		max-width: 230px;
		margin: 0 0 0 30px;
	}
	
	.smrMsgInrBt .smrMsgImgBox {
		margin: 0 30px 0 0;
	}
	
	.smrLgImgBox {
		max-width: 170px;
		margin: 0 0 0 30px;
	}

	.smrLgCntBox {
		width: calc(100% - 200px);
	}
}

@media screen and (max-width:767px) {
	.smrAra {
		padding: 30px 15px;
	}

	.smrMsgInrTp {
		display: block;
		margin: 0 0 25px;
	}

	.smrMsgCntBox {
		width: 100%;
	}

	.smrMsgTtlBox {
		justify-content: center;
		margin: 0 0 20px;
	}

	.smrMsgTtlEn {
		font-size: 3rem;
		margin: 0 10px 0 0;
	}

	.smrMsgTtl {
		font-size: 1.3rem;
	}

	.smrCth {
		font-size: 1.8rem;
		line-height: 1.8;
		margin: 0 0 15px;
		padding: 0 15px;
	}

	.smrCth span:before {
		top: -7px;
		left: -15px;
		font-size: 2rem;
	}

	.smrCth span:after {
		bottom: -7px;
		right: -15px;
		font-size: 2rem;
	}

	.smrTxt {
		font-size: 1.5rem;
		line-height: 1.8;
		margin: 0 0 20px;
	}

	.smrMsgImgBox {
		max-width: 300px;
		margin: 0 auto 20px;
	}

	.smrMsgImg {
		margin: 0 0 10px;
		border-radius: 8px;
	}

	.smrMsgImgNme {
		font-size: 1.5rem;
	}

	.smrMsgImgNme .minTxt {
		font-size: 1.2rem;
	}

	.smrMsgInrBt {
		display: block;
	}

	.smrMsgInrBt .smrMsgImgBox {
		margin: 0 auto;
	}

	.smrLgBox {
		display: block;
		margin: 25px 0 0;
		padding: 25px 0 0;
	}

	.smrLgTtl {
		font-size: 1.4rem;
		margin: 0 0 5px;
	}

	.smrLgImgBox {
		max-width: 180px;
		margin: 0 auto 20px;
	}

	.smrLgCntBox {
		width: 100%;
	}
}

/* rstAra */
.rstAra {
	padding: 100px 30px;
}

.rstWrp {
	max-width: 1200px;
	display: flex;
	margin: 0 auto;
}

.rstInfBox {
	max-width: 300px;
	width: 100%;
	margin: 0 50px 0 0;
}

.rstInfTypLst {
	display: flex;
	margin: 0 -5px 50px;
	flex-wrap: wrap;
}

.rstInfTypLst li {
	margin: 0 5px;
}

#jp .rstInfTypLst li {
	width: calc(25% - 10px);
}

#en .rstInfTypLst li {
	margin: 2px;
	display: inline-block;
}

.rstInfTypLst label {
	text-align: center;
	width: 100%;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #063f8f;
	padding: 20px 10px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #063f8f;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
}

#en .rstInfTypLst label {
	font-size: 1.2rem!important;
}

.rstInfTypLst label:hover {
	opacity: 0.60;
}

.rstInfTypLst input:checked+label {
	color: #fff;
	background: #063f8f;
}

.rstInfTypLst input{
	display: none;
}

.rstInfSlc {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 0 0 30px;
	padding: 12px;
	background: #f7f7f7;
	border: none;
	border-radius: 5px;
}

.rstInfSldBox {
	display: flex;
	align-items: center;
	margin: 0 0 25px;
}

.rstInfSldBtn input[type="checkbox"] {
	appearance: none;  
	width: 60px;
	height: 28px;
	background-color: #ababab;
	border-radius: 30px;
	cursor: pointer;
}

.rstInfSldBtn input[type="checkbox"]:checked {
	background: #063f8f;
}

.rstInfSldBox input[type="checkbox"]::before {
	width: 24px;
	content: "";
	display: inline-block;  
	height: 24px;
	margin: 2px;
	background: #fff;
	border-radius: 30px;
	transition: margin-left .2s cubic-bezier(.07, .95, 0, 1);
}

.rstInfSldBox input[type="checkbox"]:checked::before {
	margin: 2px 2px 2px 34px;
}

.rstInfSldTtl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 0 15px;
}

.rstInfSldLst {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 40px 0;
}

.rstInfSldLst li {
	margin: 0 10px 10px 0;
}

.rstInfSldLst input {
    margin: 4px 8px 0 0;
}

.rstInfSldTxt {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #001f4a;
}

.rstCntBox {
	width: calc(100% - 350px);
}

.rstCntTtl {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.3;
	color: #063f8f;
	margin: 0 0 30px;
	padding: 0 0 5px;
	border-bottom: solid 3px #f1f1f1;
}

.rstCntSubTtl {
	position: relative;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	color: #063f8f;
	background: #f7f7f7;
	border-radius: 5px;
	margin: 0 0 40px;
	padding: 10px 10px 10px 22px;
}

.rstCntSubTtl:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 4px;
	height: calc(100% - 20px);
	background: #063f8f;
	border-radius: 5px;
}

.rstPprLst li:not(:last-child) {
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: solid 1px #f1f1f1;
} 

.rstPprNme {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 15px;
}

.rstPprTtl {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #001f4a;
	margin: 0 0 30px;
}

.rstPprDta {
	display: block;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #001f4a;
	margin: 0 0 10px;
}

.rstPprYer {
	font-weight: 900;
	color: #063f8f;
	line-height: 0.8!important;
	letter-spacing: -0.005em;
	margin: 0 0 0 10px;
	padding: 0 5px;
	border: solid 1px #063f8f;
	border-radius: 3px;
}

.rstPprDoi {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #001f4a;
}

.rstPprDoi a {
	margin: 0 0 0 10px;
	padding: 0 25px 0 0;
	background: url(../images/icn_other_lb.png) right no-repeat;
	background-size: 15px auto;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.rstInfBox {
		max-width: 250px;
		margin: 0 30px 0 0;
	}

	.rstCntBox {
		width: calc(100% - 280px);
	}
}

@media screen and (max-width:767px) {
	.rstAra {
		padding: 30px 15px;
	}

	.rstWrp {
		display: block;
		margin: 0;
	}

	.rstInfBox {
		max-width: 100%;
		margin: 0 0 30px;
	}

	.rstInfTypLst {
		margin: 0 -5px 25px;
	}

	.rstInfTypLst label {
		font-size: 1.6rem;
		padding: 15px 10px;
	}

	.rstInfSlc {
		width: 100%;
		font-size: 1.6rem;
		margin: 0 0 25px;
		padding: 15px;
	}

	.rstInfSldBox {
		margin: 0 0 15px;
	}

	.rstInfSldTtl {
		font-size: 1.6rem;
		margin: 0 0 0 10px;
	}

	.rstInfSldLst {
		margin: 0 -10px 25px 0;
	}

	.rstCntBox {
		width: 100%;
	}

	.rstCntTtl {
		font-size: 2rem;
		margin: 0 0 20px;
		padding: 0 0 5px;
		border-bottom: solid 2px #f1f1f1;
	}

	.rstCntSubTtl {
		font-size: 1.8rem;
		margin: 0 0 20px;
		padding: 8px 8px 8px 20px;
	}

	.rstCntSubTtl:before {
		top: 8px;
		left: 8px;
		height: calc(100% - 16px);
	}

	.rstPprLst li:not(:last-child) {
		margin: 0 0 25px;
		padding: 0 0 25px;
	} 

	.rstPprNme {
		font-size: 1.5rem;
		margin: 0 0 10px;
	}

	.rstPprTtl {
		font-size: 1.6rem;
		margin: 0 0 20px;
	}

	.rstPprDta {
		font-size: 1.5rem;
		margin: 0 0 5px;
	}
}

/* fidAra */
.fidAra {
	padding: 100px 30px;
	background: #f7f7f7;
}

.fidNav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.fidNav li {	
	width: calc(33.333% - 30px);
	margin: 0 15px 80px;
}

.fidNav li a {
	display: block;
}

.fidNavImg {
	position: relative;
	margin: 0 0 30px;
	overflow: hidden;
	box-sizing: border-box;
	border: solid 1px #f1f1f1;
	border-radius: 10px;
	z-index: 1;
}

.fidNavImg:before {
	content: "";
	display: block;
	padding-top: 68.79%;
}

.fidNavImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.fidNavImg:after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background: url(../images/icn_arrow_bl_rt.png) center no-repeat #fff;
	background-size: 15px auto;
	border: solid 1px #f1f1f1;
	border-radius: 50%;
	z-index: 3;
}

.fidNavDta {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 0 0 20px;
}

.fidNavTtl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	color: #001f4a;
}

@media screen and (max-width:767px) {
	.fidAra {
		padding: 30px 15px;
	}

	.fidNav {
		margin: 0 -5px;
	}

	.fidNav li {	
		width: calc(50% - 10px);
		margin: 0 5px 25px;
	}

	.fidNavImg {
		margin: 0 0 10px;
		border-radius: 6px;
	}

	.fidNavImg:after {
		bottom: 10px;
		right: 10px;
		width: 20px;
		height: 20px;
		background-size: 8px auto;
	}

	.fidNavDta {
		font-size: 1.4rem;
		margin: 0 0 10px;
	}

	.fidNavTtl {
		font-size: 1.6rem;
	}
}

/*=========================================================
　新着情報
=========================================================*/

/* lwrNwsAra */
.lwrNwsAra {
	padding: 100px 30px;
	background: #f7f7f7;
}

@media screen and (max-width:767px) {
	.lwrNwsAra {
		padding: 30px 15px;
	}
}

/*=========================================================

TB

=========================================================*/

@media screen and (min-width:768px) and (max-width:1040px) {

	.pc   { display: none!important;}
	.pcsp { display: none!important;}
	.sp   { display: none!important;}
	
	.pctb { display: inline-block!important;}
	.tb   { display: inline-block!important;}
	.tbsp { display: inline-block!important;}

}

/*=========================================================

SP

=========================================================*/

@media screen and (max-width:767px) {
	
	.pc   { display: none!important;}
	.tb   { display: none!important;}
	.pctb { display: none!important;}
	
	.pcsp { display: inline-block!important;}
	.tbsp { display: inline-block!important;}   
	.sp   { display: inline-block!important;}
	
	.opacity a:active {
		opacity: 0.50;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		-moz-opacity: 0.50;
		-khtml-opacity: 0.50;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		text-decoration: none!important;
	}
	
	a[href^="tel:"] {
		pointer-events: auto!important;
	}
	
	input[type="button"],input[type="text"],input[type="submit"],input[type="image"],input[type="date"],textarea, select {
		-webkit-appearance: none;
		border-radius: 0;
	}

}