@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");
/*--------------------------------------
basic
--------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html.spnavon {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}

body {
	position: relative;
	height: 100%;
	padding: 0;
	background: #fff;
	color: #495057;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
	body {
		min-width: 980px;
	}
}
body.spnavon {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}

main {
	display: block;
	overflow: hidden;
}

a {
	color: #495057;
	text-decoration: none;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

a:hover {
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

strong {
	font-weight: bold;
	font-weight: 900;
}

sup {
	font-size: 65%;
	vertical-align: super;
	display: inline-block;
}

i {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
}

p, dl, li, table {
	font-size: 16px;
	text-align: left;
	color: #526072;
	line-height: 1.875;
}
@media (max-width: 767px) {
	p, dl, li, table {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media (max-width: 767px) {
	body {
		min-width: 320px;
	}

	.pc {
		display: none !important;
	}
}
.inner {
	margin: auto;
	position: relative;
}
.ib {
	display: inline-block;
}

.small {
	font-size: 85%;
}

ul.regular li {
	padding-left: 1.2em;
	position: relative;
	line-height: 1.75;
}
ul.regular li + li {
	margin-top: 10px;
}
ul.regular li::before {
	position: absolute;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #8094AF;
	left: 0;
	top: 0.75em;
	border-radius: 50%;
}

.btn_regular {
	width: 220px;
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	background: #0055C8;
	border-radius: 30px;
	border: 2px solid #0055C8;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
}
.btn_regular:hover, .btn_regular:active {
	background: rgba(0, 85, 200, 0);
	color: #0055C8;
}
@media (max-width: 767px) {
	.btn_regular {
		height: 45px;
		width: 188px;
	}
}

.btn_regular.white {
	color: #0055C8;
	background: #fff;
	border: 1px solid #fff;
}
.btn_regular.white:hover, .btn_regular.white:active {
	background: rgba(255, 255, 255, 0);
	color: #fff;
}

.btn_regular.white_2 {
	color: #0055C8;
	background: #fff;
	border: 2px solid #0055C8;
}
.btn_regular.white_2:hover, .btn_regular.white_2:active {
	background: #0055C8;
	color: #fff;
}

.h_dot {
	margin-top: 90px;
	text-align: center;
	font-size: 24px;
	position: relative;
	color: #495057;
	padding-top: 30px;
	padding-bottom: 50px;
}
.h_dot::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0055C8;
	position: absolute;
	top: 0;
	right: calc(50% - 5px);
}
@media (max-width: 767px) {
	.h_dot {
		margin-top: 60px;
		font-size: 22px;
		padding-top: 25px;
		padding-bottom: 40px;
	}
}

.pagetop {
	cursor: pointer;
}

/*--------------------------------------
switch
--------------------------------------*/
section.switch {
	height: 440px;
	display: block;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	position: relative;
	background: linear-gradient(75deg, #0051C3, #0051C3 15%, #0587D7 50%, #08AEE5 80%, #13BFF2 95%);
}
section.switch::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(75deg, #0051C3, #0051C3 15%, #0587D7 70%, #08AEE5 90%, #13BFF2 95%);
	-webkit-transition: 0.35s;
	transition: 0.35s;
	opacity: 1;
}
section.switch:hover::after {
	opacity: 0;
}
section.switch#corporate .inner {
	background-image: url(../img/switch_corporate.svg) !important;
}
section.switch a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
section.switch .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 992px;
	padding: 0 50px;
	width: 100%;
	height: 100%;
	background: url(../img/switch_recruit.svg) left center no-repeat;
}
section.switch .inner div {
	margin-right: -70px;
	width: auto;
	height: 88px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
@media (min-width: 768px) and (max-width: 1080px) {
	section.switch .inner div {
		margin-right: 0px;
	}
}
section.switch .inner div span.btn {
	margin-left: 50px;
	display: block;
	width: 88px;
	height: 88px;
	position: relative;
}
section.switch .inner div span.btn i {
	background: #fff;
	border-radius: 50%;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
section.switch .inner div span.btn::before, section.switch .inner div span.btn::after {
	z-index: 2;
	width: 12px;
	height: 2px;
	background: #0055C8;
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 6px);
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
section.switch .inner div span.btn::after {
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
section.switch:hover a .inner div span.btn i {
	-webkit-transform: scale(0.87);
	        transform: scale(0.87);
}
@media (max-width: 767px) {
	section.switch {
		height: 213px;
		background: linear-gradient(75deg, #0051C3, #0051C3 15%, #0587D7 50%, #08AEE5 80%, #13BFF2 95%);
	}
	section.switch:hover::after {
		opacity: 0;
	}
	section.switch a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 2;
	}
	section.switch .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		max-width: 10000px;
		padding: 0 28px;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: 90% auto;
	}
	section.switch .inner div {
		margin-right: 0;
		width: auto;
		height: 63px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
	}
	section.switch .inner div span.btn {
		margin-left: 15px;
		display: block;
		width: 63px;
		height: 63px;
		position: relative;
	}
	section.switch .inner div span.btn::before, section.switch .inner div span.btn::after {
		width: 6px;
		height: 2px;
		top: calc(50% - 1px);
		left: calc(50% - 4px);
	}
	section.switch:hover a .inner div span.btn i {
		-webkit-transform: scale(0.87);
		        transform: scale(0.87);
	}
}

/*--------------------------------------
footer
--------------------------------------*/
footer {
	background: #fff;
}
@media (min-width: 768px) {
	footer .white {
		max-width: 1174px;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
footer .inner {
	max-width: 1174px;
	width: 100%;
	padding: 0 50px;
	margin: auto;
}
footer ul.arrows li {
	min-height: 17px;
	padding-left: 26px;
	background: url(../img/arrow.svg) left 7px no-repeat;
	font-size: 16px;
}
footer ul.arrows li + li {
	margin-top: 15px;
}
footer ul.arrows li a {
	color: #526072;
}
footer ul.arrows li a:hover {
	color: #0055C8;
}
footer .ej .en {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 22px;
	color: #0055C8;
	font-weight: bold;
}
footer .ej .ja {
	display: inline-block;
	margin-left: 20px;
	font-size: 15px;
	color: #8094AF;
}
footer .ej + ul.arrows {
	margin-top: 30px;
}
footer .white {
	padding: 80px 0 70px;
}
footer .white .upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer .white .upper .logo {
	width: 287px;
}
footer .white .upper .logo img {
	width: 100%;
	height: auto;
}
footer .white .upper .sdgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (min-width: 768px) {
	footer .white .upper .sdgs {
		margin-left: 50px;
	}
}
footer .white .upper .sdgs ul {
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .white .upper .sdgs ul li {
	max-width: 54.27px;
}
footer .white .upper .sdgs ul li + li {
	margin-left: 6px;
}
footer .white nav.pc {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer .white nav.pc .border {
	width: 1px;
}
footer .white nav.pc .border.bg {
	background-color: #D5D5D5;
}
footer .white nav.pc .right {
	border-left: 1px solid #D5D5D5;
	padding-left: 50px;
	padding-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
footer .white nav.pc .right .instagram {
	vertical-align: top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
footer .white nav.pc .right .instagram a {
	position: relative;
	height: 174px;
	display: block;
	height: 28px;
}
footer .white nav.pc .right .instagram img {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
footer .white nav.pc .right .instagram .white {
	padding: 0;
}
footer .white nav.pc .right .instagram .blue {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
footer .white nav.pc .right .instagram:hover .white {
	opacity: 0;
}
footer .white nav.pc .right .instagram:hover .blue {
	opacity: 1;
}
footer .white nav.pc .right ul li {
	font-size: 14px;
}
footer .white nav.pc .right ul li + li {
	margin-top: 10px;
}
footer .white nav.pc .right ul li a {
	color: #526072;
}
footer .white nav.pc .right ul li a:hover {
	color: #0055C8;
}
footer .gray {
	padding: 50px 0;
	background: #A4A9AF;
	position: relative;
}
footer .gray .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
footer .gray .copyright {
	color: #fff;
	font-size: 13px;
	font-family: "IBM Plex Sans", sans-serif;
}
footer .gray .pagetop {
	padding: 10px 0 10px 20px;
	border-left: 2px dotted #fff;
}
@media (max-width: 767px) {
	footer .inner {
		padding-left: 0;
		padding-right: 0;
		margin: auto;
	}
	footer ul.arrows li {
		min-height: 17px;
		padding-left: 26px;
		background: url(../img/arrow.svg) left 12px no-repeat;
		font-size: 16px;
	}
	footer ul.arrows li + li {
		margin-top: 0px;
	}
	footer ul.arrows li a {
		color: #526072;
	}
	footer ul.arrows li a:hover {
		color: #0055C8;
	}
	footer .ej .ja {
		display: inline-block;
		margin-left: 20px;
	}
	footer .ej + ul.arrows {
		margin-top: 30px;
	}
	footer .white {
		padding: 35px 0 30px;
	}
	footer .white .upper {
		display: block;
		padding: 0 28px;
	}
	footer .white .upper .logo {
		margin-bottom: 30px;
		width: 253px;
	}
	footer .white .upper .logo img {
		width: 100%;
		height: auto;
	}
	footer .white .upper .sdgs {
		margin-top: 30px;
		display: block;
	}
	footer .white .upper .sdgs ul {
		margin-top: 15px;
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-left: -6px;
	}
	footer .white .upper .sdgs ul li {
		width: 54px;
		height: 54px;
		margin-bottom: 6px;
		margin-left: 6px;
	}
	footer .white nav.pc {
		display: block !important;
		margin-top: 20px;
	}
	footer .white nav.pc .right {
		position: relative;
		padding-top: 20px;
		border-top: 1px solid #D5D5D5;
		border-left: none;
		padding-left: 28px;
		padding-right: 28px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	footer .white nav.pc .right .instagram {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	footer .white nav.pc .right .instagram a {
		position: relative;
		height: 174px;
		display: block;
		height: 28px;
	}
	footer .white nav.pc .right ul {
		margin-top: 10px;
	}
	footer .white nav.pc .right ul li + li {
		margin-top: 0px;
	}
	footer .white nav.pc .right .pagetop {
		position: absolute;
		right: 28px;
		top: 50px;
	}
	footer .gray {
		padding: 30px 28px;
	}
	footer .gray .copyright {
		font-size: 11px;
	}
}
/*# sourceMappingURL=common.css.map */