@charset "UTF-8";

html,
body {
	line-height: 2;
	font-size: 62.5%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	color: #005293;
	background: #FFFFFF;
	font-style: normal;
	width: 100%;
}

html {
	overflow-x: hidden;
}

body {
	opacity: 0;
}

body.loaded {
	opacity: 1;
}

.abs {
	position: absolute;
	display: block;
}

.rel {
	position: relative;
	display: block;
}

.flexBlock {
	display: flex;
	justify-content: space-between;
}

.anim {
	transition: 0.3s ease-out;
}

.u-svgparts {
	height: 0;
	position: absolute;
	z-index: -1;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

main>section {
	padding-top: 130px;
	padding-bottom: 130px;
	position: relative;
}

#sub-top .text,
main .text {
	font-size: 1.6rem;
}

body>header {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

body>header:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
	opacity: 0;
	transition: 0.3s ease-out;
}

body.sub-page>header:before {
	background: #1887C7;
	opacity: 1;
}

body.others>header:before {
	background: #FFFFFF;
	opacity: 1;
}

body.scrolled>header:before {
	opacity: 0.8;
	background: #FFFFFF !important;
}

body>header .header-inner {
	margin: 0 auto;
	padding: 0 0 0 15px;
	height: 80px;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

body.scrolled>header .header-inner {
	height: 80px;
}

body>header .header-inner h1 {
	width: 270px;
	background: url("../img/common/logo_w.png") no-repeat center center;
	background-size: contain !important;
	aspect-ratio: 552 / 80;
	text-indent: -99999px;
}

body>header .header-inner h1 a {
	width: 100%;
	height: 100%;
}

body.open>header .header-inner h1,
body.scrolled>header .header-inner h1,
body.others>header .header-inner h1 {
	background: url("../img/common/logo.png") no-repeat center center;
}

.sp-header_nav {
	display: none;
}

.pc-header_nav>ul {
	display: flex;
}

.pc-header_nav>ul>li>a {
	color: #FFFFFF;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

body.scrolled .pc-header_nav>ul>li>a,
body.others .pc-header_nav>ul>li>a {
	color: #000000;
}

.pc-header_nav>ul>li>a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	transform: scaleY(2);
	opacity: 0;
	transition: .3s;
}

body.scrolled .pc-header_nav>ul>li>a:before,
body.others .pc-header_nav>ul>li>a:before {
	border-color: #000000;
}

body>header .header-inner nav ul li a[target="_blank"]:after {
	background: url("../img/common/icon-link_w.svg") no-repeat center;
	background-size: contain !important;
	content: '';
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	margin-left: 5px;
}

body.scrolled>header .header-inner nav ul li a[target="_blank"]:after,
body.others>header .header-inner nav ul li a[target="_blank"]:after {
	background: url("../img/common/icon-link_b.svg") no-repeat center;
}

.pc-header_nav>ul {
	justify-content: space-between;
}

.pc-header_nav {
	width: calc(42% + 60px);
	max-width: 610px;
	padding: 0 30px;
	margin-left: auto;
}

.recruit-page .pc-header_nav {
	width: calc(55% + 40px);
	max-width: 780px;
	padding: 0 20px 0 20px;
}

.recruit-page .pc-header_nav>ul>li {
	margin-right: 10px;
}

.pc-header_nav>ul>li {
	line-height: 1.4;
}

.pc-header_nav>ul>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
}

body>header .header-inner>.pc-headr_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 25%;
	max-width: 360px;
	min-width: 300px;
}

body>header .header-inner>.pc-headr_btn>li:nth-child(1) {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 55%;
	height: 100%;
	background: #005293;
	color: #FFFFFF;
}

body>header .header-inner>.pc-headr_btn>li:nth-child(1)>a {
	font-size: 2.0rem;
	cursor: default;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1.4;
	color: #FFFFFF;
}

body.recruit-page>header .header-inner>.pc-headr_btn>li:nth-child(1)>a {
	cursor: pointer;
}

body>header .header-inner>.pc-headr_btn>li:nth-child(1)>a:before {
	content: '';
	background: url("../img/common/icon-tel_w.svg") no-repeat center;
	background-size: contain;
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

body>header .header-inner>.pc-headr_btn>li:nth-child(1)>p {
	font-size: 1.4rem;
}

body>header .header-inner>.pc-headr_btn>li:nth-child(2) {
	width: 45%;
	height: 100%;
}

body>header .header-inner>.pc-headr_btn>li:nth-child(2)>a {
	width: 100%;
	height: 100%;
	background: #FFCE00;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000000;
	overflow: hidden;
}

body>header .header-inner>.pc-headr_btn>li:nth-child(2)>a:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	transition-duration: .3s;
	transform: scale(0);
}

body>header .header-inner>.pc-headr_btn>li:nth-child(2)>a>span {
	position: relative;
	display: flex;
	font-size: 1.6rem;
	line-height: 1;
	justify-content: center;
	align-items: center;
}

body>header .header-inner>.pc-headr_btn>li:nth-child(2)>a>span:before {
	content: '';
	background: url("../img/common/icon-mail.svg") no-repeat center;
	background-size: contain;
	position: relative;
	display: block;
	width: 20px;
	height: 17px;
	margin-right: 5px;
}

.fixed-bottom_btns {
	position: fixed;
	display: flex;
	width: 360px;
	right: 0;
	bottom: 0;
	z-index: 999;
	height: 70px;
}

.fixed-bottom_btns>a {
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
}

.fixed-bottom_btns>a:last-child {
	font-size: 1.8rem;
	font-weight: 600;
	color: #000000;
	background: #03D558;
	width: 100%;
	height: 100%;
	padding: 0 24px 0 0;
	line-height: 1.4;
	overflow: hidden;
	position: relative;
}

.fixed-bottom_btns>a:last-child>img {
	width: auto;
	height: 100%;
	margin-right: 15px;
}

.recruit-page .fixed-bottom_btns>a:last-child>img {
	height: 30px;
}

.fixed-bottom_btns>a:last-child:before,
.fixed-bottom_btns>a:last-child:after {
	content: '';
}

.fixed-bottom_btns>a:last-child:before {
	position: absolute;
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #d8f8e5;
	pointer-events: none;
}

.fixed-bottom_btns>a:last-child:after {
	background: url("../img/common/icon-link-arrow.svg") no-repeat center center;
	background-size: contain;
	width: 50px;
	height: 10px;
	position: relative;
	display: block;
	margin-left: auto;
}

body section#topArea .topImgArea {
	z-index: 1;
}

#index main {
	background: #1887C7;
	position: relative;
}

.clipPath {
	filter: drop-shadow(0 40px 40px rgba(0, 0, 0, 0.5));
}

.clipPath>.clipPath-target {
	-webkit-user-select: none;
	user-select: none;
	-webkit-clip-path: url(#arch_square);
	clip-path: url(#arch_square);
}

body section#topArea .topImgArea>.img {
	position: relative;
	display: block;
	z-index: -1;
}

body section#topArea .topImgArea img {
	width: 100%;
	height: auto;
}

body section#topArea .topImgArea>.text {
	top: 26%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	max-width: 770px;
	overflow: hidden;
	opacity: 1;
}

body#index section#topArea .topImgArea>.text {
	opacity: 0;
}

body section#topArea .topImgArea>.text>span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/top/top-text01.svg") no-repeat;
	background-position: 0 0;
	background-size: auto 100% !important;
	transform: translate(0, -110%);
}

body#index.newsLoaded section#topArea .topImgArea>.text {
	opacity: 1;
}

body#index.newsLoaded section#topArea .topImgArea>.text>span {
	animation: topTextAnim 0.8s ease-out 0.3s forwards;
}

body#index.newsLoaded section#topArea .topImgArea>.text img {
	animation: topTextAnimSub 0.8s ease-out 0.3s forwards;
	transform: translate(0, 110%);
}

body section#topArea .topImgArea>.text:after {
	content: '';
	position: absolute;
	display: block;
	width: 15%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background: #1887C7;
	mix-blend-mode: multiply;
	transform: translate(-140%, 0) skewX(-20deg);
	opacity: 0;
}

body#index.newsLoaded section#topArea .topImgArea>.text:after {
	opacity: 1;
	animation: topTextAnimAfter 1.6s ease-in-out 1.2s forwards;
}

@keyframes topTextAnim {
	0% {
		transform: translate(0, -110%);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes topTextAnimSub {
	0% {
		transform: translate(0, 110%);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes topTextAnimAfter {
	0% {
		transform: translate(-140%, 0) skewX(-20deg);
	}

	100% {
		transform: translate(800%, 0) skewX(-20deg);
	}
}

section#topArea .top-explain {
	margin-top: -130px;
	padding-top: 160px;
	padding-bottom: 100px;
	width: 100%;
}

.bg-movie {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bg-movie__video {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.bg-movie__video img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

section#topArea .top-explain p {
	padding: 0 30px;
	width: 100%;
	max-width: 640px;
	font-size: 1.8rem;
	color: #FFFFFF;
	line-height: 3.6;
	margin: 0 auto;
	text-align: center;
}

body>header .header-inner .sp-header_nav {
	position: fixed;
	display: block;
	visibility: hidden;
	transition-duration: .35s;
	transform-origin: center top;
	transform: scale(1, 0);
	pointer-events: none;
	opacity: 0;
}

main>section h3 {
	font-size: 4.0rem;
	font-family: "Shippori Mincho B1", serif;
	font-style: normal;
	font-weight: 600;
}

#top-recruit .text h3,
#index main>section h3 {
	margin-bottom: 30px;
}

#news {
	padding-top: 0;
	padding-bottom: 0;
}

#news>div {
	padding-top: 130px;
	padding-bottom: 130px;
	background: #FFFFFF;
}

#news>div .inner>.flexBlock>:nth-child(1) {
	width: 28.5%;
}

#news>div .inner>.flexBlock>:nth-child(2) {
	width: 71.5%;
}

#news>div .inner>.flexBlock>.newsList>.flexBlock {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #005293;
	justify-content: flex-start;
}

#news>div .inner>.flexBlock>.newsList>.flexBlock>:nth-child(1) {
	width: 25%;
	color: #005293;
}

#news>div .inner>.flexBlock>.newsList>.flexBlock>:nth-child(2) {
	width: 75%;
	color: #005293;
}

#news>div .inner>.flexBlock>.newsList>.flexBlock>:nth-child(2) a {
	text-decoration: underline;
	color: #005293;
}

#form input::placeholder,
#form textarea::placeholder {
	color: #B3B3B3;
}

@media screen and (max-width:768px) {
	body section#topArea .topImgArea>.text>span {
		background: url("../img/top/top-text01_sp.svg") no-repeat;
	}

	.clipPath>.clipPath-target {
		-webkit-clip-path: url(#arch_square_sp);
		clip-path: url(#arch_square_sp);
	}
}

#company-strength {
	color: #FFFFFF;
	padding-bottom: 0;
}

#company-strength h3 {
	text-align: center;
}

#company-strength .sub-text {
	max-width: 800px;
	width: 100%;
	text-align: center;
	margin: 50px auto 70px;
}

#company-strength>.inner>.flexBlock.list>div {
	width: calc(33.3% - 50px);
	flex-direction: column;
}

#company-strength>.inner>.flexBlock.list>div .img>img {
	width: 100%;
	height: auto;
	filter: drop-shadow(40px 40px 40px rgba(0, 0, 0, 0.16));
}

#company-strength>.inner>.flexBlock.list>div .img {
	margin-bottom: 30px;
}

#company-strength>.inner>.flexBlock.list>div .title {
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: 600;
}

#company-strength>.inner>.flexBlock.list>div:nth-child(2) .img {
	order: 2;
	margin-top: 30px;
	margin-bottom: 0;
}

#company-strength>.inner>.flexBlock.list>div:nth-child(2) .text {
	order: 1;
}

.bg-loop {
	margin-top: 70px;
	margin-bottom: -3px;
	width: 100vw;
	height: 95px;
	background: url('../img/top/text-nitto.png') repeat-x;
	background-size: auto 100% !important;
	background-position: 0 0;
	animation: bgLoopLeft 23s linear infinite;
	position: relative;
	overflow: hidden;
}

@keyframes bgLoopLeft {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -1765px 0;
	}
}

.left-line>.inner:before,
.right-line>.inner:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	background: #FFFFFF;
	width: 100vw;
	height: 100%;
	pointer-events: none;
}

.left-line>.inner:before {
	left: 0;
}

#top-recruit .text p.text,
#index .right-line>.inner p.text,
#index .left-line>.inner p.text {
	color: #373737;
}

.right-line>.inner:before {
	right: 0;
}

@media screen and (max-width:1140px) {

	.left-line>.inner:before,
	.right-line>.inner:before {
		width: 90%;
	}

	.left-line>.inner:before {
		left: auto;
		right: 0;
	}

	.right-line>.inner:before {
		left: 0;
		right: auto;
	}
}

.left-line,
.right-line {
	background: #1887C7;
	padding-top: 0;
	padding-bottom: 0;
}

#company #access>.inner {
	padding-top: 130px;
}

.right-line>.inner,
.left-line>.inner {
	display: flex;
	position: relative;
	padding-bottom: 160px;
}

.right-line>.inner .img,
.left-line>.inner .img {
	position: relative;
	width: 50%;
}

#top-recruit.left-line>.inner .img,
#index .left-line>.inner .img {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.right-line>.inner .img img,
.left-line>.inner .img img {
	width: 100%;
	height: auto;
}

#top-recruit.left-line>.inner .img img,
#index .right-line>.inner .img img,
#index .left-line>.inner .img img {
	width: 50vw;
}

.right-line>.inner>.text {
	width: 50%;
	max-width: 560px;
	padding-right: 80px;
	padding-top: 10%;
}

.left-line>.inner>.text {
	width: 50%;
	padding-left: 80px;
	padding-top: 10%;
}

.sub-page .left-line>.inner>.text,
.sub-page .right-line>.inner>.text {
	width: calc(50% + 80px);
	max-width: 100%;
}

.sub-page .inner>.text>.icon {
	position: relative;
	display: block;
	width: 60px;
	margin-bottom: 10px;
}

.sub-page .inner>.text>.icon>img {
	width: 100%;
	height: auto;
}

.sub-page .inner>.text .sub-text {
	margin: 10px 0 30px;
	font-size: 2.0rem;
}

.sub-page .left-line>.inner>.img,
.sub-page .right-line>.inner>.img {
	width: calc(50% - 80px);
}

.right-line>.inner>.text,
.left-line>.inner>.text {
	color: #005293;
	position: relative;
	overflow-wrap: break-word;
}

#top-business-overview h3 {
	margin-bottom: 30px;
}

#top-business-overview>.inner>.text ul {
	margin-top: 40px;
}

#top-business-overview>.inner>.text ul>li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(22, 49, 106, 0.5);
}

#top-business-overview>.inner>.text ul>li>a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #005293;
	font-size: 2.4rem;
	padding: 20px 0;
	transition: 0.3s ease-out;
}

#top-business-overview>.inner>.text ul>li img {
	margin-right: 20px;
	width: 60px;
	height: auto;
}

#top-business-overview>.inner>.text ul>li:nth-child(1) {
	border-top: 1px solid rgba(22, 49, 106, 0.5);
}

#overview main .inner {
	align-items: flex-start;
}

#overview main .inner>.img.flexBlock {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	background: #FFFFFF;
}

#overview main .inner>.img.flexBlock>figure {
	position: relative;
	display: block;
	font-size: 1.6rem;
	width: 50%;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 400;
	color: #373737;
}

#overview main .inner>.img.flexBlock>figure:nth-child(1) {
	width: 100%;
}

#overview main .inner>.img.flexBlock>figure>img {
	width: 100%;
	height: auto;
}

#facility-construction>.inner>.text .list {
	margin-top: 30px;
	font-size: 2.0rem;
}

#facility-construction>.inner>.text .list>.flexBlock {
	margin-top: 10px;
	flex-wrap: wrap;
}

#facility-construction>.inner>.text .list>.flexBlock>figure {
	margin-bottom: 10px;
	width: calc(50% - 8px);
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	color: #373737;
}

#facility-construction>.inner>.text .list>.flexBlock>figure img {
	width: 100%;
	height: auto;
}

#home-medical-care>.inner>.img {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 80px;
}

#home-medical-care>.inner>.img>a {
	width: 55%;
	position: relative;
	display: block;
	text-decoration: underline;
	font-size: 1.6rem;
	transition: 0.3s ease-out;
	color: #2D94C8;
	margin-left: auto;
	margin-right: auto;
}

#home-medical-care>.inner>.img>a img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 7px;
}

@keyframes shinyshiny {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	1% {
		-webkit-transform: scale(2) rotate(45deg);
		opacity: 0.5;
	}

	30% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
}

.btn-arrow {
	width: 320px;
	height: 60px;
	border-radius: 10px;
	background: #1887C7;
	font-size: 1.8rem;
	color: #FFFFFF;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 16px 5px 24px;
	transition: 0.3s ease-out;
	border: 1px solid #1887C7;
}

.btn-arrow:after {
	content: '';
	position: relative;
	display: block;
	background: url("../img/common/icon-link-arrow_w.svg") no-repeat;
	background-size: contain !important;
	width: 50px;
	height: 10px;
}

.right-line .btn-arrow,
.left-line .btn-arrow {
	margin-top: 80px;
}

section.footer {
	background: #005293;
	font-size: 1.6rem;
}

footer {
	background: #005293;
	padding-bottom: 80px;
	font-size: 1.4rem;
}

section.footer,
footer {
	color: #FFFFFF;
	position: relative;
}

section.footer>.inner>.flexBlock {
	justify-content: space-between;
}

section.footer>.inner>.flexBlock>div {
	display: flex;
	flex-direction: column;
}

.recruit-page section.footer,
.recruit-page footer {
	color: #005293;
	background: #FFFFFF;
}

section.footer a,
footer a {
	color: #FFFFFF;
}

.recruit-page section.footer a,
.recruit-page footer a {
	color: #005293;
}

section.footer .inner>.flexBlock>:nth-child(2) {
	width: 32%;
}

.footer-banners {
	justify-content: space-between;
	width: 98%;
	max-width: 560px;
	margin-top: auto;
}

.footer-banners>div {
	width: 48%;
}

.footer-banners>div>img {
	cursor: pointer;
	width: 100%;
}

.footer-modal {
	position: fixed;
	display: none;
	z-index: 99999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.footer-modal>.modal-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 82, 147, 0.9);

}

.footer-modal .modal-contents {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	height: 100vh;
	padding-top: 80px;
}

.footer-modal .modal-contents>ul {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}

.footer-modal .modal-contents>.btn-close {
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	top: 0;
	right: 0;
	cursor: pointer;
}

.footer-modal .modal-contents>.btn-close>span {
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	background: #FFFFFF;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(15deg);
	transition: 0.3s ease-out;
}

.footer-modal .modal-contents>.btn-close>span:nth-child(2) {
	transform: rotate(-15deg);
}

.footer-modal .modal-contents ul>li {
	display: none;
}

.footer-modal .modal-contents ul img {
	width: 100%;
	display: block;
}

@media screen and (min-width:769px) {
	.footer-banners>div:hover img {
		transform: scale(0.95, 0.95);
		opacity: 0.9;
	}

	.footer-modal .modal-contents>.btn-close:hover>span {
		transform: rotate(30deg);
	}

	.footer-modal .modal-contents>.btn-close:hover>span:nth-child(2) {
		transform: rotate(-30deg);
	}
}

@media screen and (max-width:768px) {
	.footer-modal .modal-contents {
		padding-top: 60px;
	}

	.footer-modal .modal-contents>.btn-close {
		width: 60px;
		height: 60px;
	}
}

section.footer .inner>.flexBlock>:nth-child(1) h2 {
	width: 276px;
	margin-bottom: 30px;
}

section.footer .inner>.flexBlock>:nth-child(1) h2 img {
	width: 100%;
	height: auto;
	display: block;
}

.recruit-page section.footer .inner>.flexBlock>:nth-child(1) h2 {
	width: 406px;
}

.recruit-page section.footer .inner>.flexBlock>:nth-child(1) h2>a {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
}

.recruit-page section.footer .inner>.flexBlock>:nth-child(1) h2>a>img {
	width: 275px;
	height: auto;
}

.recruit-page section.footer .inner>.flexBlock>:nth-child(1) h2>a>span {
	width: 107px;
	height: 30px;
	background: #005293;
	font-size: 1.6rem;
	color: #FFFFFF;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

section.footer .inner>.flexBlock>.footer_nav,
section.footer .inner>.flexBlock>.footer_nav ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

section.footer .inner>.flexBlock>.footer_nav ul {
	flex-direction: column;
	align-items: flex-start;
}

section.footer .inner>.flexBlock>.footer_nav ul li {
	margin-bottom: 15px;
}

section.footer .inner>.flexBlock>.footer_nav>ul>:last-child {
	margin-top: auto;
	font-size: 1.4rem;
}

section.footer .inner>.flexBlock>.footer_nav ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

section.footer .inner>.flexBlock>.footer_nav ul li a:before {
	background: url("../img/common/icon-arrow_w.svg") no-repeat center;
	background-size: contain !important;
	content: '';
	position: relative;
	display: block;
	width: 6px;
	height: 12px;
	margin-right: 10px;
}

#form_body .hasChk a[target="_blank"]:after,
section.footer .inner>.flexBlock>.footer_nav ul li a[target="_blank"]:after {
	background: url("../img/common/icon-link_w.svg") no-repeat center;
	background-size: contain !important;
	content: '';
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.recruit-page section.footer .inner>.flexBlock>.footer_nav ul li a:before {
	background: url("../img/common/icon-arrow-footer.svg") no-repeat center;
}

#form_body .hasChk a[target="_blank"]:after,
.recruit-page section.footer .inner>.flexBlock>.footer_nav ul li a[target="_blank"]:after {
	background: url("../img/common/icon-link.svg") no-repeat center;
}

@keyframes slideInOut {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	40% {
		opacity: 0;
		transform: translateX(100%);
	}

	41% {
		opacity: 0;
		transform: translateX(-100%);
	}

	60% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

#top-recruit {
	background: #005293;
}

#top-recruit .banner {
	width: 100%;
	max-width: 480px;
	margin-top: 80px;
	transition: 0.3s ease-out;
}

#top-recruit .banner>img {
	width: 100%;
	height: auto;
}

.sub-page {
	background: #1887C7;
}

.sub-page #topArea {
	color: #FFFFFF;
	text-align: center;
}

#recruit.sub-page #topArea .topImgArea>.clipPath-target {
	position: relative;
	background: #FFFFFF;
}

#recruit.sub-page #topArea .topImgArea>.clipPath-target>div {
	position: relative;
	width: 100%;
	max-width: 1210px;
	padding: 130px 30px 115px;
	margin-left: auto;
	margin-right: auto;
}

#recruit.sub-page #topArea .topImgArea>.clipPath-target>div>div:nth-child(2) {
	width: 48%;
}

#recruit.sub-page #topArea .topImgArea>.clipPath-target>div>div:nth-child(1) {
	padding-top: 80px;
	font-size: 1.8rem;
	color: #1887C7;
	text-align: left;
	width: 52%;
}

#recruit.sub-page #topArea .topImgArea>.clipPath-target>div>div>h2 {
	max-width: 512px;
	width: 84%;
	margin-bottom: 80px;
}

body.recruit-page.others>header .header-inner .tag {
	font-size: 1.6rem;
	background: #005293;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 107px;
	height: 30px;
	margin-left: 20px;
	line-height: 1;
}

body.recruit-page>header .header-inner>.pc-headr_btn {
	width: 20%;
	max-width: 190px;
	min-width: 160px;
}

body.recruit-page>header .header-inner>.pc-headr_btn>li:nth-child(1) {
	width: 100%;
	background: #E70010;
}

body.recruit-page>header .header-inner>.pc-headr_btn>li:nth-child(1)>a::before {
	background: url("../img/common/icon-recruit.svg") no-repeat center;
	background-size: auto;
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

body.recruit-page .pc-header_nav>ul>li>a {
	color: #373737;
}

body.recruit-page>header .header-inner>.pc-headr_btn>li:nth-child(1)>a {
	font-size: 1.6rem;
	line-height: 1.6;
}

.sub-page #topArea .topImgArea>.text {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	right: auto;
}

.sub-page #topArea h2 {
	font-size: 4.0rem;
	margin-bottom: 50px;
}

.sub-page #topArea .sub-text {
	width: 100%;
	max-width: 800px;
	font-size: 1.6rem;
}

.internal-links ul {
	margin: 80px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.internal-links ul li {
	margin: 0 6px 15px;
}

#overview .internal-links ul li {
	width: 294px;
}

.internal-links ul li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 5px 30px 5px 3px;
	font-size: 1.6rem;
	background: #FFFFFF;
	border-radius: 30px;
	color: #005293;
	transition: 0.3s ease-out;
	min-width: 210px;
}

.internal-links ul li a>.icon {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	background: url("../img/common/triangle-arrow.svg") no-repeat center;
	background-size: 12px 6px !important;
}

.internal-links ul li a>span:last-child {
	width: calc(100% - 50px);
	text-align: center;
}

#overview .internal-links ul li a {
	padding: 5px 20px 5px 5px;
}

#recruit .internal-links ul li a {
	min-width: 230px;
}

#overview .internal-links ul li a>.icon {
	background-size: contain !important;
}

#overview .internal-links ul li:nth-child(1) a>.icon {
	background: url("../img/common/icon01_off.svg") no-repeat center;
}

#overview .internal-links ul li:nth-child(2) a>.icon {
	background: url("../img/common/icon02_off.svg") no-repeat center;
}

#overview .internal-links ul li:nth-child(3) a>.icon {
	background: url("../img/common/icon03_off.svg") no-repeat center;
}

#overview .internal-links ul li:nth-child(4) a>.icon {
	background: url("../img/common/icon04_off.svg") no-repeat center;
}

#overview .internal-links ul li:nth-child(5) a>.icon {
	background: url("../img/common/icon05_off.svg") no-repeat center;
}

#overview .sub-title {
	background: #005293;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #FFFFFF !important;
	padding: 5px 0;
	margin: 80px auto 0px;
}

#overview main>section h4 {
	font-size: 2.4rem;
	font-family: "Shippori Mincho B1", serif;
	font-style: normal;
	font-weight: 600;
	color: #005293;
	padding-left: 15px;
	border-left: 4px solid #005293;
	line-height: 1.6;
	margin: 40px 0 20px;
}

#overview.sub-page .inner>.text p {
	color: #373737;
}

#overview.sub-page .inner>.text p.sub-text {
	color: #005293;
}

#overview main>section .blue-text {
	border-top: 1px solid #005293;
	padding-top: 35px;
	margin-top: 35px;
	color: #005293 !important;
	font-size: 1.8rem;
}

#overview main>section .blue-text strong {
	font-size: 2.4rem;
	position: relative;
	display: block;
	margin-bottom: 20px;
}

#medical-supplies-spd>.inner {
	flex-wrap: wrap;
}

#medical-supplies-spd>.inner .line-top-area {
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 1040px;
	margin: 40px 0 80px;
}

#medical-supplies-spd>.inner .line-top-area>:last-child img {
	width: 100%;
	height: auto;
}

#medical-supplies-spd>.inner .line-top-area .sub-text {
	font-size: 2.0rem;
}

#medical-supplies-spd>.inner .line-top-area h3>small {
	font-size: inherit;
	font-weight: 400;
}

#medical-supplies-spd>.inner .line-top-area .list.flexBlock {
	margin-top: 40px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 45px;
}

#medical-supplies-spd>.inner .line-top-area .list.flexBlock>li {
	width: 29%;
}

#medical-supplies-spd>.inner .line-top-area .list.flexBlock .header {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 4px solid #005293;
	display: block;
}

#president-greeting h3 {
	margin-bottom: 40px;
}

.gray {
	color: #373737;
}

#president-greeting .img figcaption {
	font-size: 2.4rem;
	line-height: 1.6;
	margin-top: 10px;
	color: #373737;
}

#president-greeting .img figcaption small {
	font-size: 1.6rem;
	display: block;
}

#company-profile .table {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	font-size: 1.6rem;
	margin-top: 30px;
}

#company-profile .table>.flexBlock {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#company-profile .table>.flexBlock a {
	text-decoration: underline;
	color: #2D94C8;
}

#company-profile .table>.flexBlock:nth-child(1) {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#company-profile .table>.flexBlock>:nth-child(1) {
	width: 25%;
	font-weight: 700;
}

#company-profile .table>.flexBlock>:nth-child(2) {
	width: 75%;
	font-weight: 400;
}

#company-profile .table>.flexBlock>:nth-child(2) a {
	display: block;
	word-break: break-all;
	line-break: anywhere;
	position: relative;
}

#company-profile .text {
	color: #000000;
}

#company-profile .text h3 {
	color: #005293;
}

#company-profile .text .caption {
	text-align: left;
	font-size: 1.4rem;
	margin-top: 10px;
	float: right;
}

#company-profile .text .caption:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

#access>.inner {
	flex-direction: column;
	background: #FFFFFF;
}

#access>.inner h3 {
	display: block;
	position: relative;
	color: #005293;
	margin-bottom: 30px;
}

#access>.inner .list {
	position: relative;
	padding: 40px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	max-width: 1040px;
}

#access>.inner .list:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#access>.inner .list h4 {
	font-size: 2.4rem;
	color: #005293;
}

#access>.inner .list p {
	font-size: 1.6rem;
	color: #373737;
}

#access>.inner .list p>strong {
	font-size: 1.8rem;
	display: block;
}

#access>.inner .list>.img {
	width: 46%;
}

#access>.inner .list>.text {
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

#access>.inner .list>.text a.rel {
	font-size: 2.0rem;
	color: #1887C7;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	margin-top: 20px;
	transition: 0.3s ease-out;
}

#access>.inner .list>.text a.rel>span {
	z-index: 1;
	padding-right: 7px;
}

#access>.inner .list>.text a.rel:before {
	content: '▶';
	position: relative;
	display: block;
	font-size: 1.4rem;
	margin-right: 10px;
	z-index: 1;
}

#access>.inner .list>.text a.rel:after {
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	content: "";
	background-color: #1887C7;
	transition: 0.3s ease-out;
	z-index: 0;
}

#history {
	padding-top: 80px;
	padding-bottom: 80px;
	color: #FFFFFF;
}

#history h3 {
	text-align: center;
	margin-bottom: 30px;
}

#history .history-list {
	flex-direction: column;
	width: 100%;
	position: relative;
}

#history .history-list:before {
	content: '';
	position: absolute;
	display: block;
	top: 7px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 4px;
	height: calc(100% - 7px);
	background: #FFFFFF;
	z-index: 0;
}

#history .history-list>li {
	position: relative;
	align-self: flex-end;
	width: calc(50% + 10px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 35px;
}

#history .history-list>li:before,
#history .history-list>li:after {
	content: '';
	position: absolute;
	display: block;
}

#history .history-list>li:after {
	top: 7px;
	width: 20px;
	height: 20px;
	background: #1887C7;
	border: 6px solid #FFFFFF;
	border-radius: 50%;
}

#history .history-list>li:before {
	top: 15px;
	height: 2px;
	width: 60px;
	background: #FFFFFF;
}

#history .history-list>li:nth-child(2n-1):before,
#history .history-list>li:nth-child(2n-1):after {
	left: 0px;
}

#history .history-list>li:nth-child(2n):before,
#history .history-list>li:nth-child(2n):after {
	right: 0px;
}

#history .history-list>li>.year {
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

#history .history-list>li:nth-child(2n-1) {
	align-items: flex-start;
	text-align: left;
	padding-left: 75px;
}

#history .history-list>li:nth-child(2n) {
	align-self: flex-start;
	text-align: right;
	align-items: flex-end;
	padding-right: 75px;
}

#sub-top {
	padding-top: 200px;
	text-align: center;
	color: #373737;
}

#sub-top h2 {
	font-size: 4.0rem;
	margin-bottom: 30px;
}

#sub-top .text {
	max-width: 960px;
	margin: 0 auto;
}

.s3 #sub-top .text {
	display: none;
}

.contact-success {
	display: none;
}

.s3 .contact-success {
	display: block;
}

#form {
	padding-top: 110px;
}

.s3 #form {
	padding-top: 80px;
}

#form>.inner {
	background: #F2F2F2;
	border-radius: 40px;
	padding: 80px 0;
}

#form>.inner>div {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

#form>.inner .steps {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
	border: 4px solid #FFFFFF;
	background: #FFFFFF;
	border-radius: 34px;
}

#form>.inner .steps>li {
	border-radius: 30px;
	background: #FFFFFF;
	width: 33.3%;
	color: #373737;
	font-weight: 700;
	font-size: 1.8rem;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.s1 #form>.inner .steps>li:nth-child(1),
.s2 #form>.inner .steps>li:nth-child(2),
.s3 #form>.inner .steps>li:nth-child(3) {
	background: #005293;
	color: #FFFFFF;
}

#form_body .hasInput {
	font-size: 1.6rem;
}

#form_body {
	color: #373737;
}

#form_body .hasInput input {
	font-size: 1.8rem;
}

#form_body .hasInput>:nth-child(1) {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFFFFF;
	background: #B3B3B3;
}

#form_body .hasInput>:nth-child(1).required {
	background: #BC0000;
}

#form_body .hasInput>:nth-child(2) {
	width: calc(38% - 60px);
	padding-left: 15px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 700;
}

#form_body .hasInput>:nth-child(3) {
	width: 62%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#form_body .hasInput.input-name>:nth-child(3) {
	justify-content: space-between;
}

#form_body .hasInput.hasRadio>:nth-child(3) {
	height: 60px;
}

#form_body .hasInput input {
	padding: 10px 20px;
	background: #FFFFFF;
	display: block;
	width: 100%;
}

#form_body .hasInput.input-name>:nth-child(3)>input {
	width: calc(50% - 20px);
}

#form_body .hasInput.input-name>:nth-child(3)>input:nth-child(1) {
	margin-right: 40px;
}

#form_body .hasInput {
	margin-bottom: 40px;
	align-items: flex-start;
	justify-content: flex-start;
}

#form_body .selectbox {
	position: relative;
}

#form_body .selectbox:before,
#form_body .selectbox:after {
	position: absolute;
	content: '';
	pointer-events: none;
}

#form_body .selectbox:before {
	display: inline-block;
	right: 0;
	width: 60px;
	height: 60px;
	border-radius: 0 3px 3px 0;
	background-color: #1887C7;
}

#form_body .selectbox:after {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(50%, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}

#form_body .selectbox select {
	appearance: none;
	min-width: 230px;
	height: 60px;
	padding: .4em 3.6em .4em .8em;
	border: none;
	border-radius: 3px;
	background-color: #f2f2f2;
	color: #333;
	font-size: 1em;
	cursor: pointer;
}

#form_body>.flexBlock.hasInput textarea {
	background: #FAFAFA;
	width: 100%;
	padding: 10px 20px;
	height: 300px;
	resize: none;
}

#form_body .hasChk {
	flex-direction: column;
	padding-left: 40%;
	margin-bottom: 50px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

#form_body .hasChk a {
	color: #1887C7;
	text-decoration: underline;
	display: flex;
	align-items: center;
	margin: 0 7px;
}

#form_body .hasChk>:nth-child(1) {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

#form_body .btns>.btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 40px;
	height: 76px;
	transition: 0.3s ease-out;
	overflow: hidden;
	cursor: pointer;
	font-size: 2.0rem;
	font-weight: 700;
}

.contact-success .btns>a>span,
#form_body .btns>.btn>span {
	position: relative;
	display: block;
}

.contact-success .btns>a:before,
#form_body .btns>.btn:before {
	content: '';
	position: absolute;
	display: block;
	aspect-ratio: 1;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
	transition: 0.3s ease-out;
	border-radius: 50%;
}

#form_body .step1 {
	padding-left: 40%;
}

#form_body .step1>.btn {
	width: 100%;
	max-width: 480px;
	color: #005293;
	border: 2px solid #005293;
}

#form_body .step1>.btn:before {
	background: #005293;
}

.s2 #form_body .step1.btns,
.s3 #form_body .step1.btns,
#form_body .step2.btns {
	display: none;
}

#form_body .step1.btns,
.s2 #form_body .step2.btns {
	display: flex;
}

.s2 section#form #form_body input::placeholder,
.s2 section#form #form_body textarea::placeholder {
	opacity: 0;
}

.s2 #form_body .hasChk input,
.s2 #form_body .hasInput input,
.s2 #form_body .hasInput textarea {
	pointer-events: none;
	background: #F2F2F2;
}

.s2 #form_body .hasInput textarea {
	height: auto;
}

.s2 #form_body .hasInput.input-name> :nth-child(3) {
	justify-content: flex-start;
}

.s2 #form_body .hasInput.input-name> :nth-child(3)>input {
	width: 50%;
}

.s2 #form_body .hasChk {
	padding-left: 0;
}

.step2 {
	width: 100%;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}

.step2>.btn {
	width: calc(50% - 12px);
}

.step2>.btn:nth-child(1) {
	background: #B3B3B3;
	border: 2px solid #B3B3B3;
	color: #FFFFFF;
}

.step2>.btn:nth-child(1):before {
	background: #FFFFFF;
}

.step2>.btn:nth-child(2) {
	background: #F2F2F2;
	border: 2px solid #005293;
	color: #005293;
}

.step2>.btn:nth-child(2):before {
	background: #005293;
}

.s3 #form_body {
	display: none;
}

.contact-success {
	text-align: center;
	color: #373737;
}

.contact-success h3 {
	font-size: 2.0rem;
}

.contact-success p {
	font-size: 1.6rem;
}

.contact-success .btns {
	margin-top: 70px;
}

.contact-success .btns>a {
	width: 252px;
	height: 56px;
	font-size: 1.8rem;
	background: #B3B3B3;
	border: 2px solid #B3B3B3;
	color: #FFFFFF;
	position: relative;
	display: flex;
	border-radius: 28px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	transition: 0.3s ease-out;
	overflow: hidden;
}

.contact-success .btns>a:before {
	background: #FFFFFF;
}

#privacy main .line-blue h4,
#privacy main .line-blue p.text,
#privacy main .line-blue ul li {
	color: #373737;
}

#privacy main .line-blue p.text {
	font-weight: 400;
}

#privacy main .line-blue hr {
	width: 100%;
	border: none;
	border-top: 1px solid #CCCCCC;
	margin: 40px auto;
}

main>section.line-blue>.inner>div {
	max-width: 960px;
	width: 100%;
	margin-left: 0;
}

#privacy main .line-blue h4 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}

#privacy main .line-blue ul {
	margin: 25px auto;
}

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

#privacy main .line-blue ul li {
	font-size: 500;
	display: flex;
}

#privacy main .line-blue ul li:before {
	margin-right: 10px;
	content: '■';
	position: relative;
	display: block;
}

#privacy main .line-blue a {
	color: #1887C7;
	text-decoration: underline;
}

main>section.line-blue {
	padding-top: 0;
	margin-top: 130px;
	padding-bottom: 0;
}

main>section.line-blue>.inner {
	background: #FFFFFF;
	padding-bottom: 165px;
}

.line-blue {
	background: #1887C7;
}

.line-blue:before {
	content: '';
	position: absolute;
	display: block;
	width: 85%;
	height: 100%;
	position: absolute;
	background: #FFFFFF;
}

#sales_route {
	padding-top: 80px;
	padding-bottom: 0;
}

#sales_route .tab-btns {
	position: relative;
	display: block;
}

#sales_route .tab-btns.tab-btns-bottom {
	background: #FFFFFF;
	padding: 45px 15px 40px;
	color: #373737;
}

#sales_route .tab-btns.tab-btns-bottom>p.text {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 35px;
	font-weight: 600;
}

#sales_route .tab-btns.tab-btns-bottom>p.text.text-caption02 {
	display: none;
}

#sales_route .tab-btns.tab-btns-bottom>.flexBlock {
	justify-content: center;
}

#sales_route .tab-btns.tab-btns-bottom>.flexBlock>:nth-child(1) {
	display: none;
}

#sales_route .tab-btns>.flexBlock>.tab-btn {
	position: relative;
	display: flex;
	width: 49%;
	max-width: 500px;
	outline: 4px solid #1887C7;
	cursor: pointer;
}

#sales_route .tab-btns>.flexBlock>.tab-btn>.text {
	width: 58%;
	padding: 15px;
	line-height: 1.6;
	color: #005293;
}

#sales_route .tab-btns>.flexBlock>.tab-btn>.text .title {
	display: flex;
	position: relative;
	font-size: 2.0rem;
	color: #005293;
	margin-bottom: 15px;
}

#sales_route .tab-btns>.flexBlock>.tab-btn>.text .title>.nmb {
	width: 60px;
	height: 60px;
	min-width: 60px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	background: #005293;
	border-radius: 50%;
	font-size: 4.0rem;
	margin-right: 15px;
}

#sales_route .tab-btns>.flexBlock>.tab-btn>.img {
	width: 42%;
}

#sales_route .tab-btns>.flexBlock>.tab-btn>.img img {
	width: 100%;
}

#sales_route .tab-btns>.flexBlock>.tab-btn .arrow {
	width: 88px;
	height: 40px;
	bottom: 0;
	right: 0;
	background: #1887C7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px 0 0 0;
}

@media screen and (min-width:769px) {
	#sales_route .tab-btns>.flexBlock>.tab-btn:hover {
		outline: 7px solid #005293;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn:hover .arrow {
		background: #005293;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn:hover .arrow>img {
		margin-left: 5px;
	}
}

#sales_route .img-top {
	padding: 40px;
	border-radius: 40px;
	overflow: hidden;
	box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.16);
	max-width: 1120px;
	width: 100%;
	margin: 0 auto 100px;
	position: relative;
	display: block;
	background: #FFFFFF;
}

#sales_route .img-top>.flexBlock {
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
}

#sales_route .img-top>.flexBlock>h3 {
	text-align: center;
	font-size: 4.0rem;
	line-height: 1.8;
	margin-bottom: 25px;
}

#sales_route .img-top>.flexBlock>h3>:nth-child(1) {
	margin-bottom: 10px;
	position: relative;
	display: block;
}

#sales_route .img-top>.flexBlock>h3 .shippori-mincho-b1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

#sales_route .img-top>.flexBlock>h3 .logo {
	width: 84px;
	position: relative;
	display: block;
	margin-right: 20px;
}

#sales_route .img-top>.flexBlock>h3 .logo>img {
	width: 100%;
}

#sales_route .img-top>.flexBlock>h3 small {
	display: block;
	font-size: 2.4rem;
}

@media screen and (max-width:768px) {
	#sales_route .tab-btns>.flexBlock {
		flex-direction: column;
		align-items: center;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn {
		width: 100%;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn:last-child {
		margin-top: 20px;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn>.text {
		width: 100%;
		padding: 20px 0 20px 15px;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn>.text .img img {
		width: 100%;
		display: block;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn>.text>:last-child {
		display: flex;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn>.text>:last-child>span {
		width: 58%;
		padding-right: 10px;
		position: relative;
		word-break: break-all;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn>.text>:last-child>.img {
		width: 42%;
		padding-bottom: 30px;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn>.text .title {
		font-size: 1.8rem;
		padding-right: 15px;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn>.text .title>.nmb {
		width: 50px;
		height: 50px;
		min-width: 50px;
		font-size: 3.0rem;
		margin-right: 10px;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn .arrow {
		width: 120px;
	}

	#sales_route .tab-btns>.flexBlock>.tab-btn .arrow img {
		margin-left: 20px;
	}

	#sales_route .img-top {
		width: calc(100% - 30px);
		padding: 24px;
		border-radius: 20px;
		margin-bottom: 50px;
		box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.16);
	}

	#sales_route .img-top>.flexBlock>h3 {
		font-size: 2.4rem;
	}

	#sales_route .img-top>.flexBlock>h3 .shippori-mincho-b1 {
		flex-direction: column;
	}

	#sales_route .img-top>.flexBlock>h3 .logo {
		width: 42px;
		margin-right: 0px;
		margin-bottom: 5px;
	}

	#sales_route .img-top>.flexBlock>h3 small {
		font-size: 1.6rem;
	}
}

.recruit-page main>section .sales_route-area h3 {
	font-size: 3.6rem;
	text-align: left;
	margin-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal
}

#employee02 {
	display: none;
}

.sales_route-area .employees>.flexBlock>.img {
	flex-direction: column;
	width: 51%;
}

.sales_route-area .employees>.flexBlock>.img>:nth-child(2) {
	justify-content: space-between;
}

.sales_route-area .employees>.flexBlock>.img>:last-child>:nth-child(1),
.sales_route-area .employees>.flexBlock>.img>:nth-child(2)>:nth-child(1) {
	width: 50%;
}

.sales_route-area .employees>.flexBlock>.img>:last-child>:nth-child(2),
.sales_route-area .employees>.flexBlock>.img>:nth-child(2)>:nth-child(2) {
	width: 50%;
	padding-left: 7%;
	flex-direction: column;
	justify-content: space-between;
}

.sales_route-area .employees>.flexBlock>.img>:last-child>:nth-child(2) .text {
	margin-top: 20px;
}

.sales_route-area .employees>.flexBlock>.img img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.16);
}

.sales_route-area {
	background: #1887C7;
	color: #FFFFFF;
}

.sales_route-area .employees {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 70px 0 150px;
	position: relative;
}

.recruit-page .fixed-bottom_btns {
	display: none;
}

.sales_route-area .employees .top-plate {
	padding: 15px 20px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
	background: #FFFFFF;
	border-radius: 0 0 20px 0;
}

.sales_route-area .employees .top-plate>span {
	position: relative;
	display: flex;
	color: #005293;
}

.sales_route-area .employees .top-plate>span:nth-child(1) {
	font-size: 2.0rem;
	width: 40%;
}

.sales_route-area .employees .top-plate>span:nth-child(2) {
	font-size: 1.6rem;
	width: 60%;
	padding-left: 20px;
}

.sales_route-area .employees .top-plate>span:nth-child(2):before {
	width: 4px;
	height: 100%;
	border-radius: 2px;
	background: #1887C7;
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

.sales_route-area .employees>.flexBlock>.time-table {
	width: 51%;
	padding-right: 45px;
	position: relative;
}

.sales_route-area .employees>.flexBlock>.time-table .in {
	padding-left: 65px;
}

.sales_route-area .employees>.flexBlock>.time-table .in:before {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: calc(100% - 10px);
	background: rgba(255, 255, 255, 0.5);
	left: 20px;
	top: 10px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock {
	flex-direction: column;
	color: #FFFFFF;
	margin-bottom: 35px;
	position: relative;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock:last-child {
	margin-bottom: 0;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time .icon.abs {
	width: 40px;
	height: auto;
	left: -65px;
	top: 7px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.time.long-title .icon.abs {
	top: 1px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.small .icon.abs {
	width: 30px;
	left: -59px;
	top: 5px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>img:nth-child(1) {
	width: 40px;
	height: auto;
	margin-right: 15px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	height: 40px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>.nmb {
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 3.2rem;
	color: #1887C7;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
	width: 30px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>p {
	font-size: 2.8rem;
	margin-left: 20px;
	font-weight: 600;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.small>p {
	font-size: 2.0rem;
	margin-left: 15px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.long-title {
	flex-wrap: wrap;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.long-title>p {
	width: 100%;
	margin-left: 0;
	padding-top: 5px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.small>span {
	height: 30px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.small>.nmb {
	font-size: 2.4rem;
	width: 24px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>.colon {
	margin: 0 7px 0 2px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.small>.colon>img {
	width: 4px;
}

.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>:nth-child(2) {
	font-size: 1.6rem;
	font-weight: 400;
}

.sales_route-area .huki {
	position: relative;
	display: block;
}

.sales_route-area .huki>.rel {
	width: calc(100% - 50px);
	background: #FFFFFF;
	border-radius: 20px 20px 0 20px / 20px 20px 0 20px;
	font-size: 1.6rem;
	color: #005293;
	padding: 25px;
	margin-bottom: 25px;
}

.sales_route-area .huki>.rel:before {
	content: '';
	position: absolute;
	display: block;
	border-left: 20px solid transparent;
	border-top: 20px solid #FFFFFF;
	height: 0;
	width: 0;
	bottom: -19px;
	right: 0;
}

.sales_route-area .huki>.img {
	width: 100px;
	margin-left: auto;
	position: relative;
	display: block;
}

.sales_route-area .huki>.img>img {
	width: 100%;
}

.employee-bottom {
	position: relative;
	border-radius: 20px;
	background: #FFFFFF;
	margin-top: 50px;
	padding: 90px 80px 0;
	display: block;
	color: #373737;
	overflow: hidden;
}

.employee-bottom>h3 {
	font-size: 3.6rem;
	color: #005293;
	line-height: 1.6;
}

.sales_route-area .employee-bottom .top-plate {
	background: #F2F2F2;
	line-height: 1.6;
	font-size: 1.6rem;
}

.sales_route-area .employee-bottom .top-plate>span:nth-child(1) {
	width: 23%;
	font-size: 1.6rem;
}

.sales_route-area .employee-bottom .top-plate>span:nth-child(2) {
	width: 77%;
}

.sales_route-area .employee-bottom .top-plate>span {
	flex-direction: column;
}

.sales_route-area .employee-bottom .top-plate strong {
	font-size: 2.0rem;
}

.employee-bottom h4 {
	font-size: 2.4rem;
	margin: 70px 0 30px;
	line-height: 1.6;
}

.employee-bottom .flexBlock.image-text>div {
	width: 46%;
}

.employee-bottom .flexBlock.image-text>.img img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.employee-bottom .flexBlock.info-box {
	margin-left: -80px;
	margin-right: -80px;
	width: calc(100% + 160px);
	background: #FFCE00;
	margin-top: 50px;
}

.employee-bottom .flexBlock.info-box>.text {
	width: 72%;
	padding: 30px 50px 30px 80px;
}

.employee-bottom .flexBlock.info-box>.img {
	width: 28%;
}

.employee-bottom .flexBlock.info-box>.img img {
	width: 100%;
}

.employee-bottom .flexBlock.info-box h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.job-introduction {
	background: #005293;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 150px;
}

.job-introduction>.inner {
	max-width: 750px;
}

.recruit-page main>section h3 {
	font-size: 4.0rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 70px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.recruit-page main>section#requirements>.inner {
	flex-direction: column;
}

.recruit-page main>section#requirements>.inner>h3 {
	color: #005293;
	font-size: 3.0rem;
	text-align: center;
	width: 100%;
	max-width: 960px;
	padding-bottom: 30px;
	background: #FFFFFF;
	position: relative;
	display: block;
	margin: 0 auto;
	font-weight: 700;
}

.job-introduction>.inner>.flexBlock>.img,
.job-introduction>.inner>.flexBlock>.text {
	width: calc(50% - 20px);
}

.job-introduction>.inner>.flexBlock>.img>img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.job-introduction>.inner>.flexBlock>.text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.job-introduction>.inner>.flexBlock>.text>.title {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 700;
}

.job-introduction>.inner>.flexBlock>.text>:nth-child(2) {
	margin-bottom: auto;
}

.job-introduction>.inner>.flexBlock>.text>a.rel {
	display: flex;
	width: 100%;
	height: 60px;
	color: #005293;
	border: 2px solid #FFFFFF;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	background: #FFFFFF;
	transition: 0.3s ease-out;
	overflow: hidden;
}

.job-introduction>.inner>.flexBlock>.text>a.rel>span {
	position: relative;
	display: block;
}

.job-introduction>.inner>.flexBlock>.text>a.rel:before {
	content: '';
	position: absolute;
	display: block;
	aspect-ratio: 1;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
	transition: 0.3s ease-out;
	border-radius: 50%;
	background: #005293;
}

#nitto-by-numbers {
	background: #F2F2F2;
}

#nitto-by-numbers h3 {
	color: #1887C7;
}

#nitto-by-numbers .list.flexBlock {
	flex-wrap: wrap;
	justify-content: center;
}

#nitto-by-numbers .list.flexBlock>li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px 0;
	text-align: center;
	color: #005293;
	flex-direction: column;
	background: #FFFFFF;
	border-radius: 20px;
	aspect-ratio: 1 / 1;
	width: calc(33.3% - 16px);
	height: auto;
	max-width: 352px;
	margin-bottom: 30px;
	margin-left: 8px;
	margin-right: 8px;
}

#nitto-by-numbers .list.flexBlock>li .text {
	letter-spacing: normal;
	line-height: 1.8;
}

#nitto-by-numbers .list.flexBlock>li>.img {
	width: 100%
}

#nitto-by-numbers .list.flexBlock>li>.img>img {
	width: 100%;
	position: relative;
	display: block;
}

#nitto-by-numbers .list.flexBlock>li>.text {
	font-size: 2.4rem;
	font-weight: 800;
}

#nitto-by-numbers .list.flexBlock>li>.text>span {
	font-size: 1.4rem;
	display: block;
	font-weight: 400;
}

#nitto-by-numbers .list.flexBlock>li>.nmb {
	line-height: 1.2;
	font-weight: 700;
}

#nitto-by-numbers .list.flexBlock>li>ul.nmb {
	width: 85%;
	margin-right: 2%;
	text-align: center;
	justify-content: space-around;
	align-items: center;
}

#nitto-by-numbers .list.flexBlock>li>p.nmb.long {
	letter-spacing: -0.1em;
}

#nitto-by-numbers .list.flexBlock>li>p.nmb.long>span {
	font-size: 6.8rem;
}

#nitto-by-numbers .list.flexBlock>li>ul.nmb>li {
	display: flex;
	flex-direction: column;
}

#nitto-by-numbers .list.flexBlock>li>ul.nmb>li>.name {
	font-size: 2.2rem;
}

#nitto-by-numbers .list.flexBlock>li>ul.nmb>li>span>span {
	color: #2D94C8;
	font-size: 7.0rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

#nitto-by-numbers .list.flexBlock>li>p.nmb>span {
	color: #2D94C8;
	font-size: 9.0rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

#nitto-by-numbers .list.flexBlock>li>.nmb small {
	font-size: 3.6rem;
}

#nitto-by-numbers .list.flexBlock>li>.nmb.long small {
	font-size: 3.0rem;
}

#nitto-by-numbers .list.flexBlock>li>.nmb.line2 span {
	font-size: 4.6rem;
}

#nitto-by-numbers .list.flexBlock>li>.nmb.line2 small {
	font-size: 2.0rem;
}

#nitto-by-numbers .list.flexBlock>li>ul.nmb.line2 {
	flex-wrap: wrap;
	letter-spacing: -0.1em;
}

#nitto-by-numbers .list.flexBlock>li>ul.nmb.line2 .w100 {
	width: 100%;
	margin-top: 3px;
}

#nitto-by-numbers .list.flexBlock>li>.nmb.has-caption span {
	font-size: 7.0rem;
}

#nitto-by-numbers .list.flexBlock>li>.nmb.has-caption small {
	font-size: 2.6rem;
}

#nitto-by-numbers .list.flexBlock>li>.nmb.has-caption small.caption {
	font-size: 1.6rem;
}

#faq {
	background: #FFFFFF;
}

#faq .faq-list {
	margin-bottom: 20px;
}

#faq .faq-list>.q>:nth-child(2) {
	width: calc(100% - 120px);
}

#faq .faq-list .btn-open {
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	cursor: pointer;
	margin-left: auto;
	transition: 0.3s ease-out;
	transform-origin: center center;
}

#faq .faq-list.a-active .btn-open {
	transform: rotate(135deg);
}

#faq .faq-list .btn-open>span {
	position: absolute;
	display: block;
	background: #FFFFFF;
	height: 4px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

#faq .faq-list .btn-open>span:nth-child(2) {
	transform: rotate(90deg);
}

#faq .faq-list>div {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	padding: 30px 40px;
}

#faq .faq-list>.q {
	font-size: 1.8rem;
	color: #FFFFFF;
	background: #1887C7;
	border-radius: 60px
}

#faq .faq-list>.a {
	font-size: 1.6rem;
	color: #005293;
}

#faq .faq-list>div>.i {
	font-size: 6.0rem;
	line-height: 1;
	margin-right: 30px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}

#recruit-news {
	color: #FFFFFF;
}

#recruit-news .recruit-news-list {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	border-top: 1px solid #FFFFFF;
}

#recruit-news .recruit-news-list li {
	position: relative;
	border-bottom: 1px solid #FFFFFF;
	padding: 30px 0;
}

#recruit-news .recruit-news-list li>span:nth-child(1) {
	width: 200px;
}

#recruit-news .recruit-news-list li>span:nth-child(2) {
	width: calc(100% - 200px);
}

#recruit-news .recruit-news-list li>span:nth-child(2) a {
	color: #FFFFFF;
	text-decoration: underline;
}

.recruit-form {
	background: #005293;
}

.recruit-form>h3,
.recruit-form>.text {
	color: #FFFFFF;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.recruit-form>.text {
	margin-bottom: 70px;
	text-align: center;
}

#form.recruit-form>.inner {
	background: #FFFFFF;
}

#form.recruit-form #form_body .hasInput input,
#form.recruit-form #form_body>.flexBlock.hasInput textarea {
	background: #F2F2F2;
}

#form.recruit-form>.inner .steps>li,
#form.recruit-form>.inner .steps {
	background: #F2F2F2;
}

#form.recruit-form>.inner .steps {
	border-color: #F2F2F2;
}

.hasRadio>:last-child {
	display: flex;
}

.hasRadio>:last-child>div {
	width: 33.3%;
}

.situation-area.hasRadio>:last-child>div {
	width: 25%;
}

.cate-area.hasRadio>:last-child>div {
	width: 26%;
}

.cate-area.hasRadio>:last-child>div:nth-child(1) {
	width: 48%;
}

.hasRadio>:last-child>div>* {
	display: inline;
}

#form.recruit-form #form_body .hasInput.hasRadio input {
	padding: 0;
	display: inline-block;
	width: auto;
	margin-right: 5px;
}

.s2 #form.recruit-form #form_body .selectbox {
	pointer-events: none;
}

.s2 #form_body .selectbox:before,
.s2 #form_body .selectbox:after {
	display: none;
}

.s2 #form_body .selectbox select {
	background: none;
}

.s2 #form.recruit-form #form_body .hasInput.hasRadio input {
	display: none;
}

.s2 #form.recruit-form #form_body .hasInput.hasRadio input+label {
	display: none;
}

.s2 #form.recruit-form #form_body .hasInput.hasRadio input:checked {
	display: inline;
}

.s2 #form.recruit-form #form_body .hasInput.hasRadio input:checked+label {
	display: inline;
}

.s2 #form.recruit-form .hasRadio> :last-child>div {
	width: auto;
}

.s2 #form.recruit-form #form_body .hasInput> :nth-child(3) {
	justify-content: flex-start;
}

.s2 #form.recruit-form #form_body .hasInput input,
.s2 #form.recruit-form #form_body>.flexBlock.hasInput textarea {
	background: #FFFFFF;
}

.s3 #form.recruit-form .recruit-form>.text {
	display: none;
}

.recruit-page main>section .contact-success h3 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}

#requirements>.inner {
	padding-top: 150px;
}

#requirements .flexBlock.list {
	position: relative;
	flex-direction: column;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

#requirements .flexBlock.list>div:nth-child(1) {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#requirements .flexBlock.list>div {
	display: flex;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#requirements .flexBlock.list>div>span {
	position: relative;
	display: block;
	font-size: 1.6rem;
	padding: 30px 0;
}

#requirements .flexBlock.list>div>span:nth-child(1) {
	width: 33%;
	font-weight: 700;
	color: #005293;
}

#requirements .flexBlock.list>div>span:nth-child(2) {
	width: 67%;
	color: #373737;
}

#job-requirements #topArea .inner {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.sales_route-area .employees .image-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 3;
	transition: opacity 0.35s;
}

.sales_route-area .employees .image-box.fixed {
	position: fixed;
	top: 80px;
	pointer-events: none;
}

.sales_route-area .employees .image-box.hide {
	opacity: 0;
}

.sales_route-area .employees .image-box .slide-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	top: 0;
	transition: opacity 0.35s;
}

.sales_route-area .employees .image-box .slide-img:nth-child(1) {
	position: relative;
	opacity: 1 !important;
}

@media screen and (min-width:769px) {
	#top-business-overview>.inner>.text ul>li>a:hover {
		transform: scale(0.95, 0.95);
		opacity: 0.9;
	}

	.job-introduction>.inner>.flexBlock>.text>a.rel:hover {
		color: #FFFFFF;
	}

	.contact-success .btns>a:hover,
	.step2>.btn:hover:nth-child(1) {
		color: #B3B3B3;
	}

	.step2>.btn:hover:nth-child(2),
	#form_body .step1>.btn:hover {
		color: #FFFFFF;
	}

	.job-introduction>.inner>.flexBlock>.text>a.rel:hover:before,
	.contact-success .btns>a:hover:before,
	#form_body .btns>.btn:hover:before {
		transform: translate(-50%, -50%) scale(1, 1);
	}

	#access>.inner .list>.text a.rel:hover:after {
		width: 100%;
	}

	#access>.inner .list>.text a:hover.rel {
		color: #FFFFFF;
	}

	#top-recruit .banner:hover,
	#home-medical-care>.inner>.img>a:hover {
		opacity: 0.8;
		transform: scale(0.98, 0.98);
	}

	.internal-links li a:hover {
		background: #005293;
		color: #FFFFFF;
	}

	.internal-links ul li a:hover>.icon {
		background: url("../img/common/triangle-arrow_w.svg") no-repeat center;
	}

	#overview .internal-links ul li:nth-child(1) a:hover>.icon {
		background: url("../img/common/icon01.svg") no-repeat center;
	}

	#overview .internal-links ul li:nth-child(2) a:hover>.icon {
		background: url("../img/common/icon02.svg") no-repeat center;
	}

	#overview .internal-links ul li:nth-child(3) a:hover>.icon {
		background: url("../img/common/icon03.svg") no-repeat center;
	}

	#overview .internal-links ul li:nth-child(4) a:hover>.icon {
		background: url("../img/common/icon04.svg") no-repeat center;
	}

	#overview .internal-links ul li:nth-child(5) a:hover>.icon {
		background: url("../img/common/icon05.svg") no-repeat center;
	}

	body>header .header-inner>.pc-headr_btn>li:nth-child(2)>a:hover:before {
		transform: scale(1);
	}

	.fixed-bottom_btns>a:last-child:hover:before {
		animation: shinyshiny 2s ease-in-out infinite;
	}

	.pc-header_nav>ul>li>a:hover:before {
		transform: scaleY(1);
		opacity: 1;
	}

	.fixed-bottom_btns>a:last-child:hover:after,
	.btn-arrow:hover:after {
		animation: slideInOut 1.5s cubic-bezier(.68, -0.55, .27, 1.55) infinite;
	}

	.btn-arrow:hover:after {
		background: url("../img/common/icon-link-arrow_b.svg") no-repeat;
	}

	.btn-arrow:hover {
		background: #FFFFFF;
		color: #1887C7;
	}

	section.footer a:hover,
	footer a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width:1300px) {
	.recruit-page .pc-header_nav {
		padding: 0 0 0 10px;
	}

	.recruit-page .pc-header_nav>ul>li>a {
		font-size: 1.4rem;
	}
}

@media screen and (max-width:1110px) {
	body.recruit-page.others>header .header-inner .tag {
		font-size: 1.4rem;
		width: 90px;
		height: 26px;
		margin-left: 10px;
	}

	body.recruit-page>header .header-inner>.pc-headr_btn {
		width: 16%;
		min-width: 126px;
	}

	body.recruit-page>header .header-inner>.pc-headr_btn>li:nth-child(1)>a {
		font-size: 1.4rem;
	}

	body.recruit-page>header .header-inner>.pc-headr_btn>li:nth-child(1)>a:before {
		width: 25px;
		height: 25px;
		margin-right: 7px;
	}

	.pc-header_nav {
		padding: 0 10px;
	}

	body>header .header-inner h1 {
		width: 150px;
	}

	body>header .header-inner>.pc-headr_btn>li:nth-child(1)>a {
		font-size: 1.8rem;
	}

	body>header .header-inner>.pc-headr_btn>li:nth-child(1)>p {
		font-size: 1.2rem;
	}

	body>header .header-inner>.pc-headr_btn>li:nth-child(2)>a>span {
		font-size: 1.2rem;
	}

	body>header .header-inner>.pc-headr_btn {
		width: 250px;
		min-width: 250px;
	}

	body>header .header-inner>.pc-headr_btn>li:nth-child(1) {
		width: 150px;
	}

	body>header .header-inner>.pc-headr_btn>li:nth-child(2) {
		width: 100px;
	}

	.pc-header_nav>ul>li>a {
		font-size: 1.4rem;
	}

	body>header .header-inner>.pc-headr_btn>li:nth-child(2)>a>span:before {
		margin-right: 3px;
	}

	#news>div .inner>.flexBlock> :nth-child(1) {
		width: 25%;
	}

	#news>div .inner>.flexBlock> :nth-child(2) {
		width: 75%;
	}

	#company-strength>.inner>.flexBlock.list>div {
		width: calc(33.3% - 20px);
	}

	.left-line>.inner>.text {
		padding-left: 50px;
		padding-top: 5%;
	}

	.right-line>.inner>.text {
		padding-right: 50px;
		padding-top: 5%;
	}
}

@media screen and (max-width:900px) {
	#nitto-by-numbers .list.flexBlock>li {
		width: calc(50% - 16px);

	}
}

@media screen and (max-width:768px) {
	#company #access>.inner {
		padding-top: 40px;
	}

	#president-greeting .img figcaption {
		font-size: 2.0rem;
	}

	#president-greeting .img figcaption small {
		font-size: 1.4rem;
	}

	.recruit-page section.footer .inner>.flexBlock>:nth-child(1) h2 {
		width: 300px;
	}

	.recruit-page section.footer .inner>.flexBlock>:nth-child(1) h2>a>img {
		width: 200px;
		height: auto;
	}

	.recruit-page section.footer .inner>.flexBlock>:nth-child(1) h2>a>span {
		width: 82px;
		height: 23px;
		font-size: 1.2rem;
	}

	.recruit-page main>section#requirements>.inner>h3 {
		font-size: 2.0rem;
	}

	#nitto-by-numbers .list.flexBlock>li {
		width: calc(50% - 3px);
		margin-left: 0;
		margin-right: 0;
	}

	.recruit-page .fixed-bottom_btns {
		display: block;
	}

	body.recruit-page.others>header .header-inner .tag {
		margin-right: auto;
	}

	main>section.line-blue .inner {
		margin-right: 30px;
		width: calc(100% - 30px);
		padding-bottom: 120px;
	}

	.line-blue main>section {
		margin-top: 70px;
	}

	#privacy main h4 {
		font-size: 1.8rem;
	}

	#privacy main hr {
		margin: 40px auto;
	}

	#form_body .hasChk {
		padding-left: 0;
	}

	#form_body .hasInput {
		flex-wrap: wrap;
		font-size: 1.4rem;
		align-items: flex-start;
		margin-bottom: 30px;
	}

	#form_body .hasInput.hasTextArea {
		margin-bottom: 60px;
	}

	#form_body .hasInput.input-name> :nth-child(3)>input:nth-child(1) {
		margin-right: 10px;
	}

	#form_body .hasInput.input-name> :nth-child(3)>input {
		width: calc(50% - 5px) !important;
	}

	#form_body .hasInput>:nth-child(2) {
		order: 1;
		width: 100%;
		padding-left: 0;
	}

	#form_body .hasInput> :nth-child(1) {
		order: 3;
		width: 50px;
		height: 50px;
		margin-left: auto;
	}

	#form_body .hasInput> :nth-child(3) {
		order: 2;
		width: calc(100% - 60px);
		align-items: flex-start;
	}

	#form_body .hasInput input {
		font-size: 1.6rem;
		padding: 15px 10px;
		height: 50px;
	}

	#form_body .step1 {
		padding-left: 0;
	}

	#form_body .btns>.btn {
		height: 50px;
		font-size: 1.8rem;
	}

	#form_body .btns.step2>.btn {
		width: calc(50% - 7px);
		font-size: 1.6rem;
	}

	#form_body .selectbox select {
		height: 50px;
	}

	#form_body .selectbox::after {
		right: 25px;
	}

	#form_body .selectbox:before {
		width: 50px;
		height: 50px;
	}

	#form_body .selectbox,
	#form_body .selectbox select {
		width: 100%;
		min-width: auto;
	}

	#form_body .hasRadio> :last-child>div {
		width: 100% !important;
	}

	.contact-success h3 {
		font-size: 1.8rem;
	}

	.contact-success p {
		font-size: 1.4rem;
	}

	.s3 #form {
		padding-top: 50px;
	}

	#form_body .hasChk>:last-child {
		text-align: left;
	}

	#sub-top {
		padding-top: 120px;
	}

	#sub-top h2 {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}

	#form {
		padding-top: 70px;
	}

	#form>.inner {
		border-radius: 20px;
		width: calc(100% - 30px);
		padding: 64px 0;
	}

	#form>.inner>div {
		width: calc(100% - 32px);
	}

	#form>.inner .steps>li {
		height: 48px;
		font-size: 1.4rem;
		border-radius: 32px;
	}

	#form>.inner .steps {
		border-radius: 32px;
		border: none;
		margin-bottom: 34px;
	}

	#form_body .step1 {
		justify-content: center;
	}

	#form_body .step1>.btn {
		max-width: 320px;
	}

	#sub-top .text,
	main .text {
		font-size: 1.4rem;
	}

	body>header .header-inner h1 {
		width: 165px;
	}

	body>header .header-inner>.pc-header_nav,
	body>header .header-inner>.pc-headr_btn {
		display: none;
	}

	body.open>header .header-inner .sp-header_nav {
		display: block;
		visibility: visible;
		pointer-events: all;
		transform: scale(1, 1);
		opacity: 1;
	}

	body.open>header:before {
		opacity: 1 !important;
		background: #FFFFFF !important;
	}

	body .nav-btn {
		width: 80px;
		height: 80px;
		position: relative;
		display: block;
		z-index: 9;
	}

	body .nav-btn>span {
		position: absolute;
		display: block;
		background: #FFFFFF;
		width: 50px;
		height: 2px;
		left: 0;
		right: 0;
		margin: 0 auto;
		transition: 0.3s ease-out;
		transform-origin: center center;
	}

	body.open .nav-btn>span,
	body.scrolled .nav-btn>span,
	body.others .nav-btn>span {
		background: #17316A;
	}

	body .nav-btn>span:nth-child(1) {
		top: 33px;
	}

	body .nav-btn>span:nth-child(2) {
		bottom: 33px;
	}

	body.open .nav-btn>span:nth-child(1) {
		transform: rotate(195deg) scale(1.2, 1.2);
		top: 39px;
	}

	body.open .nav-btn>span:nth-child(2) {
		transform: rotate(-195deg) scale(1.2, 1.2);
		bottom: 39px;
	}

	body.open header::before {
		opacity: 1;
	}

	.sp-header_nav {
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
		height: calc(100% - 80px);
		background: rgba(255, 255, 255, 0.9);
		overflow-x: hidden;
		overflow-y: auto;
	}

	.others .sp-header_nav {
		background: rgba(25, 135, 199, 0.9);
	}

	body>header .header-inner>.sp-header_nav>ul {
		flex-direction: column;
		font-size: 1.8rem;
		padding-top: 40px;
		padding: 40px 30px 60px;
	}

	body>header .header-inner>.sp-header_nav>ul>li {
		margin-bottom: 30px;
		width: 100%;
	}

	body>header .header-inner>.sp-header_nav>ul>li>a {
		width: 100%;
		justify-content: space-between;
		align-items: center;
		color: #005293;
		font-size: 1.8rem;
		position: relative;
		width: 100%;
		display: flex;
	}

	body>header .header-inner>.sp-header_nav>ul>li:last-child>a {
		font-size: 1.4rem;
	}

	body.others>header .header-inner>.sp-header_nav>ul>li>a {
		color: #FFFFFF;
	}

	body>header .header-inner nav ul li a[target="_blank"]:after {
		background: url("../img/common/icon-link_b.svg") no-repeat center;
		margin-right: auto;
	}

	body.others>header .header-inner nav ul li a[target="_blank"]:after {
		background: url("../img/common/icon-link_w.svg") no-repeat center;
	}

	body>header .header-inner>.sp-header_nav>ul>li>a:before {
		content: '';
		width: 8px;
		height: 20px;
		background: url("../img/common/icon-arrow.svg") no-repeat center center;
		background-size: contain !important;
		order: 2;
		position: relative;
		display: block;
	}

	body.others>header .header-inner>.sp-header_nav>ul>li>a:before {
		background: url("../img/common/icon-arrow_w.svg") no-repeat center center;
	}

	.fixed-bottom_btns {
		width: 100%;
		height: 60px;
	}

	.fixed-bottom_btns>a:nth-child(1),
	.fixed-bottom_btns>a:nth-child(2) {
		width: 60px;
		align-items: center;
		justify-content: center;
	}

	.fixed-bottom_btns>a:nth-child(1) {
		background: #005293;
	}

	.fixed-bottom_btns>a:nth-child(2) {
		background: #FFCE00;
	}

	.fixed-bottom_btns>a:nth-child(3) {
		width: calc(100% - 120px);
		font-size: 1.4rem;
		border-radius: 0;
	}

	.fixed-bottom_btns>a:nth-child(3) br {
		display: none;
	}

	section#topArea .top-explain p {
		font-size: 1.6rem;
		line-height: 2.6;
		text-align: left;
	}

	section#topArea .top-explain {
		padding-bottom: 70px;
	}

	section .inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	main>section h3 {
		font-size: 2.8rem;
	}

	#news .inner>.flexBlock,
	#news>div .inner>.flexBlock>.newsList>.flexBlock {
		flex-direction: column;
	}

	#news>div {
		padding-top: 80px;
		padding-bottom: 160px;
	}

	#news>div .inner>.flexBlock> :nth-child(1),
	#news>div .inner>.flexBlock> :nth-child(2),
	#news>div .inner>.flexBlock>.newsList>.flexBlock> :nth-child(1),
	#news>div .inner>.flexBlock>.newsList>.flexBlock> :nth-child(2) {
		width: 100%;
	}

	#news>div .inner>.flexBlock>.newsList>.flexBlock> :nth-child(1) {
		margin-bottom: 7px;
	}

	.clipPath {
		filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.16));
	}

	body.sub-page section#topArea .topImgArea {
		padding-top: 80px;
	}

	main>section {
		padding: 80px 0;
	}

	#company-strength .sub-text {
		text-align: left;
	}

	#company-strength>.inner>.flexBlock.list {
		flex-direction: column;
	}

	#company-strength>.inner>.flexBlock.list>div {
		width: 100%;
		margin-bottom: 60px;
	}

	#company-strength>.inner>.flexBlock.list>div .img {
		order: 1 !important;
		margin-top: 0 !important;
		margin-bottom: 30px !important;
	}

	#company-strength>.inner>.flexBlock.list>div .text {
		order: 2 !important;
		text-align: left;
	}

	.left-line>.inner,
	.right-line>.inner {
		padding: 0 0 80px 0 !important;
		flex-direction: column;
	}

	.left-line>.inner::before {
		left: auto;
		right: 0;
	}

	.right-line>.inner::before {
		left: 0;
		right: auto;
	}

	.right-line>.inner .img,
	.left-line>.inner .img {
		width: 100%;
		background: #FFFFFF;
		padding-right: 30px;
	}

	.right-line>.inner .img {
		padding-left: 30px;
		padding-right: 0;
	}

	#top-recruit.left-line>.inner .img img,
	#index .right-line>.inner .img img,
	#index .left-line>.inner .img img {
		width: 100%;
	}

	.left-line>.inner>.text,
	.right-line>.inner>.text {
		width: 100%;
		padding: 30px 30px 65px !important;
		background: #FFFFFF;
	}

	.left-line>.inner::before,
	.right-line>.inner::before {
		width: calc(100% - 30px);
	}

	#top-business-overview>.inner>.text ul>li a img {
		margin-right: 15px;
		width: 50px;
	}

	#top-business-overview>.inner>.text ul>li>a {
		padding: 20px 0;
		font-size: 2.0rem;
		line-height: 1.5;
	}

	.btn-arrow {
		width: 100%;
		max-width: 320px;
		font-size: 1.6rem;
	}

	.btn-arrow::after {
		width: 40px;
	}

	#top-company .text {
		order: 2;
	}

	#top-company .img {
		order: 1;
	}

	section.footer {
		padding: 30px 0 30px;
	}

	section.footer .inner>.flexBlock>:nth-child(1)>:nth-child(-n+2) {
		order: 2;
	}

	section.footer .inner>.flexBlock>:nth-child(1)>.footer-banners {
		order: 1;
		flex-direction: column;
		max-width: 330px;
		margin-bottom: 25px;
	}

	.footer-banners>div {
		width: 100%;
		margin-bottom: 10px;
	}

	section.footer .inner>.flexBlock>.footer_nav {
		display: none !important;
	}

	section.footer .inner>.flexBlock> :nth-child(1) {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	section.footer .inner>.flexBlock> :nth-child(1) h2 {
		width: 246px;
	}

	footer {
		text-align: center;
	}

	.sub-page #topArea h2 {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}

	.sub-page #topArea .sub-text {
		font-size: 1.4rem;
		text-align: left;
	}

	.internal-links ul {
		margin: 40px auto 20px;
		justify-content: flex-start;
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}

	.internal-links ul li {
		width: calc(50% - 10px) !important;
		max-width: 160px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.internal-links ul li a {
		padding-right: 20px;
		min-width: auto;
		padding: 5px 15px 5px 12px !important;
		height: 100%;
		min-height: 60px;
		border-radius: 30px;
		line-height: 1.6;
		justify-content: space-between;
		font-size: 1.4rem;
	}

	.internal-links ul li a>.icon {
		width: 12px !important;
		height: 6px !important;
		background: url("../img/common/triangle-arrow.svg") no-repeat center !important;
		background-size: contain;
	}

	.internal-links ul li a>span:last-child {
		width: calc(100% - 23px);
		text-align: left;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#recruit .internal-links ul li a {
		min-width: 158px;
	}

	.sub-page .left-line>.inner {
		padding-left: 30px !important;
		padding-bottom: 0px !important;
	}

	#top-recruit.left-line>.inner {
		padding-left: 0px !important;
		padding-bottom: 80px !important;
	}

	.sub-page .right-line>.inner {
		padding-right: 30px !important;
		padding-bottom: 0px !important;
	}

	.sub-page .left-line>.inner>.img,
	.sub-page .right-line>.inner>.img {
		width: 100%;
		order: 1;
	}

	.sub-page .left-line>.inner>.text,
	.sub-page .right-line>.inner>.text {
		width: 100%;
		order: 2;
	}

	.sub-page #president-greeting>.inner>.img {
		order: 2;
		margin-bottom: 40px;
	}

	.sub-page #president-greeting>.inner>.text {
		orphans: 1;
		padding: 30px 30px 40px !important;
	}

	.sub-page .inner>.text .sub-text {
		font-size: 1.6rem;
	}

	.sub-page .right-line>.inner .img {
		padding-right: 0px;
	}

	.sub-page .left-line>.inner .img {
		padding-right: 30px;
	}

	#device-sales-leasing>.inner>.img.flexBlock>figure {
		margin-left: 0 !important;
		width: 48%;
		font-size: 1.4rem;
	}

	#facility-construction>.inner>.text .list {
		font-size: 1.8rem;
	}

	#facility-construction>.inner>.text .list>.flexBlock>figure {
		width: 100%;
		font-size: 1.4rem;
	}

	#home-medical-care>.inner>.img {
		padding-top: 0;
	}

	#home-medical-care>.inner>.img>a {
		width: 80%;
		font-size: 1.4rem;
	}

	#medical-supplies-spd>.inner .line-top-area {
		padding-left: 30px;
		padding-right: 30px;
	}

	#medical-supplies-spd>.inner .line-top-area .sub-text {
		font-size: 1.8rem;
	}

	#medical-supplies-spd>.inner .line-top-area .list.flexBlock {
		font-size: 1.4rem;
		flex-direction: column;
	}

	#medical-supplies-spd>.inner .line-top-area .list.flexBlock .header {
		font-size: 2.0rem;
		padding-left: 16px;
	}

	#medical-supplies-spd>.inner .line-top-area .list.flexBlock .header br {
		display: none;
	}

	#medical-supplies-spd>.inner .line-top-area .list.flexBlock>li {
		width: 100%;
		margin-bottom: 30px;
	}

	#medical-supplies-spd>.inner .line-top-area .list.flexBlock>li:last-child {
		margin-bottom: 0;
	}

	#medical-supplies-spd>.inner .line-top-area> :last-child {
		margin-right: -30px;
	}

	#president-greeting>.inner>.text>.name.sp-only {
		font-size: 1.4rem;
		color: #373737;
		margin-top: 30px;
	}

	#president-greeting>.inner>.text>.name.sp-only>span {
		display: block;
		font-size: 2.0rem;
	}

	#company-profile .table {
		font-size: 1.4rem;
	}

	#company-profile .table>.flexBlock {
		flex-direction: column;
		padding: 15px 0;
	}

	#company-profile .table>.flexBlock>div {
		width: 100% !important;
	}

	#company-profile .table>.flexBlock>:nth-child(1) {
		font-size: 1.5rem;
		margin-bottom: 3px;
	}

	#company-profile .text .caption {
		font-size: 1.3rem;
		text-align: left;
		float: none;
	}

	#access>.inner {
		background: none;
		padding-top: 70px !important;
		padding-left: 30px !important;
		padding-bottom: 80px !important;
	}

	#access>.inner .list {
		padding: 20px 0 25px;
		flex-direction: column;
	}

	#access>.inner .list>.text {
		margin-bottom: 20px;
	}

	#access>.inner .list>.text,
	#access>.inner .list>.img {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#access>.inner .list h4 {
		font-size: 2.0rem;
	}

	#access>.inner .list p,
	#access>.inner .list p>strong {
		font-size: 1.4rem;
	}

	#access>.inner .list>.text a.rel {
		font-size: 1.8rem;
		margin-top: 10px;
	}

	#history .history-list:before {
		left: 8px;
		right: auto;
		margin: 0;
	}

	#history .history-list>li {
		margin-bottom: 25px;
	}

	#history .history-list>li:nth-child(2n-1),
	#history .history-list>li:nth-child(2n) {
		width: 100%;
		align-items: flex-start;
		text-align: left;
		padding-left: 55px;
	}

	#history .history-list>li:before,
	#history .history-list>li:after {
		left: 0 !important;
		right: auto !important;
	}

	#history .history-list>li:before {
		width: 42px;
	}

	#history .history-list>li>.year {
		font-size: 2.8rem;
	}

	#recruit.sub-page #topArea .topImgArea>.clipPath-target>div {
		padding: 80px 0px 40px;
		flex-direction: column;
		width: 100%;
	}

	#recruit.sub-page #topArea .topImgArea>.clipPath-target>div>div:nth-child(1) {
		order: 2;
		width: 100%;
		font-size: 1.6rem;
		padding: 40px 30px 70px;
	}

	#recruit.sub-page #topArea .topImgArea>.clipPath-target>div>div:nth-child(2) {
		order: 1;
		width: 100%;
	}

	#recruit.sub-page #topArea .topImgArea>.clipPath-target>div>div>h2 {
		width: 80%;
		margin-bottom: 30px;
	}

	.recruit-page .fixed-bottom_btns>a {
		background: #E70010 !important;
		width: 100% !important;
		color: #FFFFFF;
		font-size: 1.6rem;
		border-radius: 0;
	}

	.recruit-page .fixed-bottom_btns>a:last-child:after {
		background: url("../img/common/icon-arrow_w.svg") no-repeat center;
		background-size: contain !important;
		aspect-ratio: 1/2;
		width: 8px;
		height: auto;
		margin-left: 5px;
	}

	.fixed-bottom_btns>a:last-child>img {
		margin-right: 10px;
	}

	#sales_route .sales_route-contents {
		background: #FFFFFF;
	}

	.employee-bottom {
		padding: 35px 23px 0;
	}

	.employee-bottom h3 br {
		display: none;
	}

	.sales_route-area .employees>.flexBlock>.img {
		display: none;
	}

	.sales_route-area .employee-bottom .top-plate {
		flex-direction: column;
	}

	.sales_route-area .employee-bottom .top-plate>span:nth-child(1),
	.sales_route-area .employee-bottom .top-plate>span:nth-child(2) {
		width: 100% !important;
	}

	.sales_route-area .employee-bottom .top-plate>span:nth-child(1) {
		padding-bottom: 10px;
		flex-direction: row;
		justify-content: space-between;
		font-size: 1.4rem;
		align-items: center;
	}

	.employee-bottom h4 {
		font-size: 2.0rem;
		margin: 40px 0 20px;
	}

	.sales_route-area .employee-bottom .top-plate>span:nth-child(2) {
		padding-top: 10px;
		padding-left: 0 !important;
	}

	.sales_route-area .employee-bottom .top-plate>span:nth-child(2)::before {
		width: 100%;
		height: 4px;
		border-radius: 2px;
	}

	.top-sp-img {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
		font-size: 1.4rem;
		text-align: right;
		color: #FFFFFF;
		margin-bottom: 20px;
	}

	.sticky-container.top-sp-img {
		aspect-ratio: 5 / 3;
		padding-bottom: 38px;
		box-sizing: content-box;
	}

	.sticky-container.top-sp-img>p.text {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
	}

	.top-sp-img .text {
		padding: 5px 15px;
	}

	.top-sp-img img {
		width: 100%;
	}

	.top-sp-img .image-box {
		box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.16);
	}

	.sales_route-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sales_route-area .employees>.flexBlock>.time-table {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in {
		padding-left: 46px;
	}

	.recruit-page main>section .sales_route-area h3 {
		font-size: 2.4rem;
	}

	.sales_route-area .employees .top-plate>span:nth-child(1) {
		width: 33%;
	}

	.sales_route-area .employees .top-plate>span:nth-child(2) {
		width: 67%;
		font-size: 1.4rem;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.small .icon.abs {
		left: -45px;
		top: 2px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time .icon.abs {
		left: -50px;
		top: 3px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time {
		flex-wrap: wrap;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.small>p,
	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>p {
		width: 100%;
		margin-left: 0;
		padding-top: 10px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>p {
		font-size: 2.4rem;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.small>p {
		font-size: 2.0rem;
	}

	.sales_route-area .employees {
		padding: 35px 0 70px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in:before {
		left: 15px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock::before {
		left: -40px;
		top: 6px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>img:nth-child(1) {
		width: 30px;
		margin-right: 10px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>.nmb {
		font-size: 3.6rem;
		width: 36px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>span {
		height: 48px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.small>.nmb {
		font-size: 2.3rem;
		width: 24px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time.small>span {
		height: 32px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock>.time>.colon>img {
		width: 5px;
	}

	.sales_route-area .employees>.flexBlock>.time-table .in>.flexBlock> :nth-child(2) {
		font-size: 1.4rem;
	}

	.time-table .sp-img {
		flex-direction: column;
		margin-top: 40px;
	}

	.time-table .sp-img:before {
		display: none;
	}

	.time-table .sp-img img {
		border-radius: 20px;
		box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.16);
	}

	.time-table .sp-img-01>:nth-child(1) {
		width: 75%;
		align-self: flex-end;
		margin-bottom: 15px;
	}

	.time-table .sp-img-01>:nth-child(2) {
		width: 64%;
	}

	.time-table .sp-img-02>:nth-child(1) {
		width: 58%;
	}

	.time-table .sp-img-03>:nth-child(1) {
		width: 65%;
		align-self: self-end;
	}

	.time-table .sp-img-04>:nth-child(1) {
		width: 67%;
		margin-bottom: 15px;
	}

	.time-table .sp-img-04>:nth-child(2) {
		width: 46%;
		align-self: self-end;
	}

	.time-table .sp-img-05>:nth-child(1) {
		width: 75%;
		margin-bottom: 15px;
	}

	.time-table .sp-img-05>:nth-child(2) {
		width: 64%;
		align-self: self-end;
	}

	.time-table .sp-img-06>:nth-child(1) {
		width: 100%;
	}

	.recruit-page main>section h3 {
		font-size: 2.8rem;
		margin-bottom: 40px;
		line-height: 1.6;
	}

	.job-introduction>.inner>.flexBlock {
		flex-direction: column;
	}

	.job-introduction>.inner>.flexBlock>.img,
	.job-introduction>.inner>.flexBlock>.text {
		width: 100%;
	}

	.job-introduction>.inner>.flexBlock>.img {
		margin-bottom: 25px;
	}

	.job-introduction>.inner>.flexBlock>.text>a.rel {
		margin-top: 25px;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	#nitto-by-numbers .list.flexBlock {
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}

	#nitto-by-numbers .list.flexBlock>li>.text {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	#nitto-by-numbers .list.flexBlock>li>.text>span {
		font-size: 1.1rem;
	}

	#nitto-by-numbers .list.flexBlock>li>p.nmb>span {
		font-size: 5.3rem;
	}

	#nitto-by-numbers .list.flexBlock>li>.nmb small {
		font-size: 1.6rem;
	}

	#nitto-by-numbers .list.flexBlock>li>.nmb.has-caption small.caption {
		font-size: 1.2rem;
	}

	#nitto-by-numbers .list.flexBlock>li>ul.nmb>li>.name {
		font-size: 1.4rem;
	}

	#nitto-by-numbers .list.flexBlock>li>ul.nmb>li>span>span {
		font-size: 4.3rem;
	}

	#nitto-by-numbers .list.flexBlock>li>.nmb.line2 span {
		font-size: 4.0rem;
	}

	#nitto-by-numbers .list.flexBlock>li>.nmb.line2 small {
		font-size: 1.6rem;
	}

	#nitto-by-numbers .list.flexBlock>li>.nmb.has-caption span {
		font-size: 5.8rem;
	}

	#faq .faq-list>div>.i {
		font-size: 3.0rem;
		margin-right: 15px;
	}

	#faq .faq-list .btn-open {
		width: 23px;
		height: 23px;
	}

	#faq .faq-list>div {
		padding: 15px;
	}

	#faq .faq-list>.q> :nth-child(2) {
		width: calc(100% - 70px);
		margin-right: 10px;
	}

	#faq .faq-list>.q {
		font-size: 1.4rem;
		border-radius: 20px;
	}

	#faq .faq-list>.a {
		font-size: 1.4rem;
	}

	#recruit-news .recruit-news-list li {
		flex-direction: column;
	}

	#recruit-news .recruit-news-list li>span {
		width: 100% !important;
	}

	#form_body .hasInput.hasRadio> :nth-child(3) {
		flex-direction: column;
		height: auto;
	}

	.hasRadio> :last-child>div {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.recruit-page main>section .contact-success h3 {
		font-size: 1.8rem;
	}

	#requirements>.inner {
		padding-top: 90px !important;
		padding-bottom: 80px !important;
	}

	#requirements .flexBlock.list {
		padding-left: 30px;
		padding-right: 30px;
	}

	#requirements .flexBlock.list>div {
		flex-direction: column;
	}

	#requirements .flexBlock.list>div>span:nth-child(1) {
		padding-top: 20px;
		padding-bottom: 0;
		width: 100%;
	}

	#requirements .flexBlock.list>div>span:nth-child(2) {
		padding-top: 0;
		padding-bottom: 20px;
		width: 100%;
	}

	.recruit-form>.text {
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
	}

	#overview.sub-page .inner>.text .img.sp-only {
		margin: 40px auto;
		width: calc(100% + 30px);
		padding: 0;
	}

	#overview.sub-page .right-line .inner>.text .img.sp-only {
		margin-right: -30px;
	}

	#overview.sub-page .left-line .inner>.text .img.sp-only {
		margin-left: -30px;
	}

	#overview.sub-page #home-medical-care .inner>.text .img.sp-only {
		max-width: 230px;
	}

	#overview.sub-page #home-medical-care .inner>.text .img.sp-only {
		margin-left: auto;
		margin-right: auto;
	}

	#overview .sub-title {
		font-size: 1.6rem;
		margin-top: 50px;
	}

	#overview main>section h4 {
		font-size: 1.8rem;
		margin: 30px 0 15px;
	}

	#overview main>section .blue-text {
		font-size: 1.6rem;
		padding-top: 20px;
		margin-top: 20px;
	}

	#overview main>section .blue-text strong {
		font-size: 1.8rem;
	}

	#overview main .inner>.text.flexBlock {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#overview main .inner .text .img.flexBlock {
		flex-wrap: wrap;
	}

	#overview main .inner .text .img.flexBlock>figure {
		position: relative;
		display: block;
		font-size: 1.4rem;
		width: 50%;
		margin-top: 10px;
		margin-bottom: 15px;
		text-align: center;
		font-weight: 400;
		color: #373737;
		line-height: 1.6;
	}

	#overview main .inner .text .img.flexBlock>figure:nth-child(1) {
		width: 100%;
	}

	#overview main .inner .text .img.flexBlock>figure>img {
		width: 100%;
		height: auto;
	}

	.employee-bottom .flexBlock.image-text {
		flex-direction: column;
	}

	.employee-bottom .flexBlock.image-text>div {
		width: 100%;
	}

	.employee-bottom .flexBlock.image-text>div.text {
		order: 1;
	}

	.employee-bottom .flexBlock.image-text>div.img {
		order: 2;
		margin-top: 25px;
	}

	.employee-bottom .flexBlock.info-box {
		margin-left: -23px;
		margin-right: -23px;
		width: calc(100% + 46px);
		flex-direction: column;
	}

	.employee-bottom .flexBlock.info-box>.text {
		width: 100%;
		padding: 40px 23px 30px;
	}

	.employee-bottom .flexBlock.info-box>.img {
		width: 100%;
		padding: 0px 23px 30px;
	}

	#nitto-by-numbers .list.flexBlock>li>p.nmb.long>span {
		font-size: 4.0rem;
	}

	#nitto-by-numbers .list.flexBlock>li>.nmb.long small {
		font-size: 1.2rem;
	}

	#nitto-by-numbers .list.flexBlock>li>.nmb.line2 small {
		font-size: 1.3rem;
	}

	#nitto-by-numbers .list.flexBlock>li>.img {
		overflow: hidden;
	}

	#nitto-by-numbers .list.flexBlock>li>.img>img {
		width: 114%;
		left: -7%;
	}
}

@media screen and (max-width:430px) {
	body.sub-page:not(#recruit) section#topArea .topImgArea img {
		height: 370px;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width:356px) {
	.fixed-bottom_btns>a:nth-child(3) {
		padding: 0 15px 0 0;
	}
}

.text-content {
	max-height: calc(3.5em + 50px);
	overflow: hidden;
	transition: max-height 0.3s ease;
	position: relative;
	display: block;
}

.text-content:after {
	content: '';
	position: absolute;
	display: block;
	height: 50px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(0deg, #ffffff 0%, transparent);
}

.active>.text-content {
	max-height: none;
	overflow: visible;
}

.active>.text-content:after {
	display: none;
}

.read-more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	border: 1px solid #005293;
	color: #005293;
	background: #FFFFFF;
	cursor: pointer;
	width: 246px;
	height: 52px;
	border-radius: 26px;
	margin: 0 auto;
	padding: 0 70px 0 30px;
}

.read-more-btn:before {
	content: '';
	position: relative;
	display: block;
	margin-right: 45px;
	width: 12px;
	height: 12px;
	background: url("../img/common/triangle-arrow.svg") no-repeat;
	background-size: contain;
	background-position: center center;
}

@media (min-width: 769px) {
	.text-content {
		max-height: none;
		overflow: visible;
	}

	.text-content:after {
		display: none;
	}

	.read-more-btn {
		display: none !important;
	}
}

.flexBlock.sp-only,
.sp-only {
	display: none !important;
}

.pc-only {
	display: block !important;
}

span.pc-only {
	display: inline-block !important;
}

.flexBlock.pc-only {
	display: flex !important;
}

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

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

	span.pc-only,
	.flexBlock.pc-only,
	.pc-only {
		display: none !important;
	}

	.sp-only {
		display: block !important;
	}

	.flexBlock.sp-only {
		display: flex !important;
	}
}