@charset "utf-8";
html {
	overflow-y: scroll;
	font-size: 62.5%
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
i,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

ul,
ol {
	list-style-type: none;
}

ul,
li,
img {
	vertical-align: bottom;
}

hr {
	display: none;
}

/* default */
body {
	font-family: 'Noto Sans JP', Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	/*background: url(/common/images/portal/portal_bg.jpg) repeat-y center top;*/
	color: #363636;
	font-size: 1.6rem;
	line-height: 1.66;
	max-height: 100%;
	-webkit-text-size-adjust: none;
	font-weight: 300;
	min-width: 1250px;
	overflow: hidden;
	opacity: 0;
}


.roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
}

@media screen and (max-width: 767px) {
	body {
		/*
		min-width: 375px;
		min-width: inherit;
		font-size: 14px;
		*/
		min-width: initial;
	}

	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

input,
select,
textarea,
button {
	font-family: 'Noto Sans JP', Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	vertical-align: middle;
	font-size: 1.6rem;
	padding: 8px 8px;
}

input[type=text] {
	border: none;
	background: #ffffff;
	padding: 5px 5px;
	border: solid 1px #cccbcb;
	border-radius: 4px;
}

select {
	background: #ffffff;
	padding: 5px 5px;
	border: solid 1px #cccbcb;
	font-weight: 400;
	font-size: 11px;
	border-radius: 4px;
}

textarea {
	border: none;
	background: #ffffff;
	padding: 5px 5px;
	border: solid 1px #cccbcb;
	border-radius: 4px;
}

/* link option */
a {
	cursor: pointer;
}

a:link {
	color: #014099;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #014099;
	text-decoration: none;
}

a:hover {
	color: #014099;
	text-decoration: none;
}

a:active {
	color: #014099;
}

/*clearfix*/
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.cf {
	min-height: 1%;
}

* {
	box-sizing: border-box;
	word-break: break-all;
	word-wrap: break-word;
}

i {
	font-style: normal;
}

img {
	height: auto;
}

.Deco {
	text-decoration: underline !important;
}

.block {
	display: block;
}

.AnCr {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.AnLt {
	text-align: left !important;
}

.AnRt {
	text-align: right !important;
}

.big {
	font-size: 1.29em;
}

.bold {
	font-weight: 500;
}

.sml {
	font-size: 0.85em;
}

.red {
	color: #EF3D3D;
}

.white {
	color: #fff;
}

.blue {
	color: #00A6DC;
}

/*IE11以下のフォント余白処理*/
@media all and (-ms-high-contrast:none) {

	_:lang(x)::-ms-backdrop,
	.selector {}
}

/*firefoxのみ適用*/
@-moz-document url-prefix() {}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .selector {}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

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

  ヘッダ

***************************************************************************/
#header {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 0;
	padding: 0 0 0 25px;
	height: 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header h1 {
	width: 202px;
	transition: 0.3s;
}

#header h1 a {
	opacity: 1;
	transition: .3s;
}

#header h1 a:hover {
	opacity: 0.6;
}

#header h1 img {
	width: 100%;
}

.headerNav {
	height: 80px;
}

.headerNav ul {
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerNav ul li {
	line-height: 1.75;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0 12px;
}

.headerNav ul li.nav04 {
	padding: 0 18px 0 12px;
}

.headerNav ul li.nav05 {
	padding: 0 9px 0 18px;
	border-left: dotted 1px #707070;
	display: none;
}

.headerNav ul li.nav06 {
	/*padding: 0 18px 0 9px;*/
	padding: 0 18px 0 18px;
	border-left: dotted 1px #707070;
}

.headerNav ul li.nav07 {
	padding: 0 0 0;
}

.headerNav ul li a,
.headerNav ul li i {
	color: #363636;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
}

.headerNav ul li a:hover,
.headerNav ul li i:hover {
	color: #014099;
}

.headerNav ul li a:after,
.headerNav ul li i:after {
	content: '';
	height: 2px;
	width: 0;
	background: #014099;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -6px;
	transition: 0.3s;
}

.headerNav ul li a:hover:after,
.headerNav ul li i:hover:after {
	width: 100%;
}

.headerNav ul li.nav07 a:after,
.headerNav ul li.nav07 a:hover:after {
	display: none;
}

.headerNav ul li.nav05 i {
	padding: 0 0 0 20px;
	background: url(../images/search_icon.svg) no-repeat left 55%;
	background-size: 16px;
}

.headerNav ul li.nav06 a span {
	padding: 0 0 0 15px;
	background: url(../images/pin_icon.svg) no-repeat left 60%;
	background-size: 10px;
}

.headerNav ul li.nav07 a {
	background: #7B3D96;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 26px 0;
	height: 80px;
	color: #fff;
	font-weight: 500;
}

.headerNav ul li.nav07 a:hover {
	animation: shine 1s;
}

@keyframes shine {
	0% {
		background: #7B3D96;
	}

	10% {
		background: #BA8FCC;
	}

	100% {
		background: #7B3D96;
	}
}

.headerNav ul li.nav07 a span {
	padding: 0 0 0 27px;
	background: url(../images/mail_white_icon.svg) no-repeat left 60%;
	background-size: 20px;
}

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

	#header h1 {
		width: 159px;
		transition: 0.3s;
	}

	.headerNav {
		display: none;
	}

}

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

  メニュー

***************************************************************************/
#navBox {
	visibility: hidden;
	display: none;
}

@media screen and (max-width: 767px) {
	#menuBtn {
		padding: 23px 0px;
		display: block;
		width: 50px;
		height: 50px;
		text-align: center;
		font-size: 11px;
		position: fixed;
		color: #014099;
		right: 10px;
		top: 5px;
		cursor: pointer;
		transition: 0.5s;
		z-index: 1002;
		background: rgba(255, 255, 255, 0.6);
	}

	#menuBtn i {
		display: block;
		width: 24px;
		border-top: solid 2px #2945a2;
		position: relative;
		margin: 0 auto;
		transition: 0.3s;
	}

	#menuBtn i:before {
		content: '';
		width: 24px;
		height: 2px;
		background: #014099;
		position: absolute;
		left: 0;
		top: -12px;
		transition: 0.5s;
	}

	#menuBtn i:after {
		content: '';
		width: 24px;
		height: 2px;
		background: #014099;
		position: absolute;
		left: 0;
		top: 8px;
		transition: 0.5s;
	}

	.open #menuBtn {
		background: #fff;
	}

	.open #menuBtn i {
		border-top: 0;
	}

	.open #menuBtn i:before {
		top: 1px;
		background: #014099;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.open #menuBtn i:after {
		top: 1px;
		background: #014099;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.layer {
		position: fixed;
		top: 0;
		z-index: 1000;
		display: none;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow: hidden;
		opacity: 0.4;
	}

	#navBox {
		width: 100%;
		min-height: 100vh;
		height: 100vh;
		position: fixed;
		color: #fff;
		right: -100%;
		top: 0;
		z-index: 1001;
		visibility: visible;
		display: block;
		background: #fff;
		opacity: 1;
		padding: 0 0 0;
	}

	#navBox .navBoxTtl {
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0 0 0 15px;
	}

	#navBox h1 {
		width: 159px;
	}

	#navBox h1 a,
	#navBox h1 a img {
		width: 100%;
	}

	.open #navBox {}

	#navBox .wrap {
		max-width: 1000px;
		width: 100%;
		height: 100%;
		margin: 0 auto 0;
		padding: 30px 20px 70px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.open #navBox {
		visibility: visible;
	}

	.menuBoxNav {
		width: 100%;
		padding: 0 0 35px;
	}

	.menuBoxNav ul li {
		width: 100%;
		display: block;
		font-size: 1.8rem;
		border-bottom: dashed 1px #BFBFBF;
	}

	.menuBoxNav ul li a {
		padding: 0.8em 0.8em 0.8em 2em;
		background: url(/common/images/arw_gray.svg) no-repeat 20px center;
		background-size: 7px;
		font-weight: 500;
		color: #363636;
		display: block;
		transition: 0.3s;
		opacity: 1;
	}

	.menuSearchBlock {
		display: none;
	}

	.menuAccessBlock {
		width: 100%;
		padding: 0 0 0 5px;
	}

	.menuAccessBlock a {
		display: block;
		font-size: 1.8rem;
		font-weight: 500;
		color: #363636;
		background: url(../images/pin_icon.svg) no-repeat left center;
		background-size: 12px;
		padding: 0 0 0 20px;
		margin: 25px 0;
	}

	.menuInqBlock {
		width: 100%;
	}

	.menuInqBlock a {
		text-align: center;
		display: block;
		width: 100%;
		background: #7B3D96;
		font-size: 1.8rem;
		font-weight: 500;
		color: #fff;
		padding: 0.8em 0;
	}

	.menuInqBlock span {
		background: url(../images/mail_white_icon.svg) no-repeat left 56%;
		background-size: 23px;
		padding: 0 0 0 30px;
		display: inline-block;
	}


}

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

  フッター   footer

***************************************************************************/
footer {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

footer .wrap {
	width: 100%;
	padding: 37px 0 20px;
	text-align: center;
}

footer .ftrLogo {
	width: 202px;
	display: inline-block;
	padding: 0 0 43px;
}

footer .ftrLogo a {
	width: 100%;
	transition: 0.3s;
	opacity: 1;
}

footer .ftrLogo a:hover {
	opacity: 0.7;
}

footer .ftrLogo img {
	width: 100%;
}

.ftrNav {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 0 26px;
}

.ftrNav li {
	font-size: 1.2rem;
	padding: 0 0.8em;
	border-right: solid 1px #363636;
	line-height: 1;
}

.ftrNav li:last-child {
	border-right: 0;
}

.ftrNav a {
	color: #363636;
	letter-spacing: 0.08em;
	font-weight: 500;
	transition: 0.3s;
	opacity: 1;
}

.ftrNav a:hover {
	opacity: 0.7;
}

.ftrBadge {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0 35px;
}

.ftrBadge li {
	margin: 0 5px;
}

.ftrBadge a {
	width: 100%;
	display: block;
	transition: 0.3s;
	opacity: 1;
}

.ftrBadge a:hover {
	opacity: 0.6;
}

.ftrBadge img {
	width: 100%;
	display: block;
}

.ftrBadge .ftr_pmark {
	width: 130px;
}

.ftrBadge .ftr_security_action {
	width: 100px;
}

.ftrBadge .ftr_iso {
	width: 240px;
}

.ftrBadge .ftr_itc {
	width: 110px;
}

.copyRight {
	font-size: 1.0rem;
	letter-spacing: 0.08em;
	padding: 0 0 5px;
	color: #363636;
}

@media screen and (max-width: 767px) {
	footer .wrap {
		padding: 33px 20px 20px;
	}

	footer .ftrLogo {
		width: 202px;
		display: inline-block;
		padding: 0 0 30px;
	}

	.ftrNav {
		flex-wrap: wrap;
		padding: 0 0 16px;
	}

	.ftrNav li {
		border-right: 0;
		line-height: 1;
		margin: 8px 0;
	}

}

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

  バナーエリア

***************************************************************************/
.bnrBox {
	width: 100%;
	margin: 0 auto;
	background: #F8F8F8;
}

.bnrBox .wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 63px 0 53px;
}

.bnrBox ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.bnrBox li {
	width: 22.5%;
}

.bnrBox a {
	width: 100%;
	transition: 0.3s;
	opacity: 1;
}

.bnrBox a:hover {
	opacity: 0.7;
}

.bnrBox a img {
	width: 100%;
}

.toTopBox {
	width: 100%;
	margin: 0 auto;
}

.toTopBox a {
	display: block;
	background: #014099 url(../images/to_top.svg) no-repeat center 50%;
	background-size: 12px;
	height: 34px;
	transition: 0.4s;
	opacity: 1;
}

.toTopBox a:hover {
	background: #014099 url(../images/to_top.svg) no-repeat center 30%;
	background-size: 12px;
	opacity: 0.8;
}

.toTopBox span {
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	.bnrBox .wrap {
		width: 100%;
		padding: 6% 20px 3%;
	}

	.bnrBox ul {
		max-width: 500px;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.bnrBox li {
		width: 48.5%;
		margin: 0 0 3%;
	}

	.toTopBox a:hover {
		background: #014099 url(../images/to_top.svg) no-repeat center 50%;
		background-size: 12px;
		opacity: 1;
	}
}

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

  サイト共通

***************************************************************************/
a.readmoreBtn {
	color: #014099;
	margin: 0 0 0;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	font-weight: bold;
	line-height: 1;
	border: solid 1px #014099;
	border-radius: 4px;
	padding: 0.52em 2.5em 0.58em;
	background: #FFF url(../images/arw_blue.svg) no-repeat right 11px top 8px;
	background-size: 5px;
	transition: 0.3s;
	display: inline-block;
	text-decoration: none !important;
}

a.readmoreBtn:hover {
	color: #fff;
	background: #014099 url(../images/arw_white.svg) no-repeat right 7px top 8px;
	background-size: 5px;
}


/* --------------------------------------------------------- */
/* パララックス
------------------------------------------------------------ */
.mvvs.active {
	/*transform: scale(1);*/
	opacity: 1 !important;
}

.mvvs {
	/*transform: scale(1);*/
	opacity: 1 !important;
	transition: 1.5s;
}

.mv.active {
	/*transform: scale(1);*/
	opacity: 1;
}

.mv {
	/*transform: scale(1);*/
	opacity: 0;
	transition: 1.5s;
}

.underLine.mv.active {
	transform: scale(1);
	opacity: 1;
}

.underLine.mv {
	transform: scale(1);
	opacity: 1;
}

.underLine.mv.active:before {
	transform: scale(0, 1);
	opacity: 1;
	transform-origin: right;
}

.underLine.mv:before {
	transform: scale(1, 1);
	opacity: 1;
	transform-origin: right;
	transition: .8s;
	transition-delay: .8s !important;
}

.mv_delay02 {
	transition-delay: .2s !important;
}

.mv_delay04 {
	transition-delay: .4s !important;
}

.mv_delay05 {
	transition-delay: .5s !important;
}

.mv_delay06 {
	transition-delay: .6s !important;
}

.mv_delay08 {
	transition-delay: .8s !important;
}

.mv_delay10 {
	transition-delay: 1s !important;
}

.mv_delay12 {
	transition-delay: 1.2s !important;
}

.mv_delay14 {
	transition-delay: 1.4s !important;
}

.mv_delay15 {
	transition-delay: 1.5s !important;
}

.mv_delay16 {
	transition-delay: 1.6s !important;
}

.mv_delay18 {
	transition-delay: 1.8s !important;
}

.mv_delay20 {
	transition-delay: 2s !important;
}

.mv_delay50 {
	transition-delay: 5s !important;
}

.mv_up2 {
	transform: translate(0, 20%);
	-webkit-transform: translate(0, 20%);
	-ms-transform: translate(0, 20%);
}

.mv_up {
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
}

.mv_up_light {
	transform: translate(0, 2%);
	-webkit-transform: translate(0, 2%);
	-ms-transform: translate(0, 2%);
}

.mv_down {
	transform: translate(0, -10%);
	-webkit-transform: translate(0, -10%);
	-ms-transform: translate(0, -10%);
}

.mv_right_down {
	transform: translate(30%, -30%);
	-webkit-transform: translate(30%, -30%);
	-ms-transform: translate(30%, -30%);
}

.mv_left_up {
	transform: translate(-10%, 30%);
	-webkit-transform: translate(-10%, 30%);
	-ms-transform: translate(-10%, 30%);
}

.mv_right_up {
	transform: translate(10%, 30%);
	-webkit-transform: translate(10%, 30%);
	-ms-transform: translate(10%, 30%);
}

.mv_right {
	transform: translate(20%, 0);
	-webkit-transform: translate(20%, 0);
	-ms-transform: translate(20%, 0);
}

.mv_left {
	transform: translate(-20%, 0);
	-webkit-transform: translate(-20%, 0);
	-ms-transform: translate(-20%, 0);
}

.mv_up.active,
.mv_up2.active,
.mv_up_light.active,
.mv_down.active,
.mv_right_down.active,
.mv_left.active,
.mv_left_up.active,
.mv_right.active,
.mv_right_up.active {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.mv_ti01 {
	transform: scale(1);
	transform: translate(-60%, 0);
	-webkit-transform: translate(-60%, 0);
	-ms-transform: translate(-60%, 0);
}

.mv_ti02 {
	transform: scale(1);
	transform: translate(-40%, 0);
	-webkit-transform: translate(-40%, 0);
	-ms-transform: translate(-40%, 0);
}

.main_copy01,
.main_copy02,
.main_copy03 {
	transform: translate(-50%, 0) scale(0.85);
	-webkit-transform: translate(-50%, 0) scale(0.85);
	-ms-transform: translate(-50%, 0) scale(0.85);
	opacity: 0;
}

.main_copy01.active,
.main_copy02.active,
.main_copy03.active {
	transform: translate(-50%, 0) scale(1);
	-webkit-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
}

.mv_ti01.active,
.mv_ti02.active {
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
