@charset 'utf-8';

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/NotoSansCJKjp-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 350;
	src: url('fonts/NotoSansCJKjp-DemiLight.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/NotoSerifJP-Light.otf') format('opentype');
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: 600;
	color: #00385a;
	background: url(../img/bg.png) no-repeat top center #f0f0f0;
	background-size: cover;
	text-align: center;
	letter-spacing: .1em;
}

@keyframes overlay {
	0% {
		background: transparent;
	}

	100% {
		background: rgba(0, 56, 90, .3);
	}
}

body.active .overlay {
	animation-name: overlay;
	animation-duration: .3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	display: block;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 56, 90, .3);
	position: fixed;
	top: 0;
	left: 0;
}

p {
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 2.8em;
}

.cf:after {
	content: " ";
	display: block;
	clear: both;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

header {
	margin: 0 auto;
	width: 100%;
	height: 100px;
	text-align: left;
	position: absolute;
	top: 0;
	transition: .3s;
}

.clone-nav {
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	transition: .3s;
	transform: translateY(-122%);
}

header.clone-nav {
	background: rgba(240, 240, 240, .8);
	z-index: 2;
}

body.active > header {
	height: 205px;
	background: rgba(240, 240, 240, 1);
	z-index: 999;
}

body.active > header.clone-nav {
	height: 205px;
	background: rgba(240, 240, 240, 1);
	z-index: 999;
}

.is-show {
	transform: translateY(0);
}

#mddNav {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .9rem;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

#mddNav > div {
	margin: 0 auto;
	width: 1040px;
	height: 100px;
	position: relative;
}

#mddNav > div > h1 {
	display: block;
	margin: auto;
	height: 45px;
	line-height: 45px;
	font-size: .8rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	z-index: 1;
}

#mddNav > div > h1 > a > img {
	margin-right: 10px;
	width: 80px;
	opacity: 1;
	position: relative;
	z-index: 1;
	transition: .3s;
}

#mddNav > div > h1 > a:hover > img {
	opacity: .8;
}

#mddNav > div > ul {
	display: flex;
	margin: auto;
	padding: 0;
	height: 45px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 250px;
	z-index: 1;
}

#mddNav > div > ul li {
	display: inline-block;
	padding: 0 20px;
	list-style-type: none;
}

#mddNav > div > ul li a {
	display: inline-block;
	margin: 10px 0;
	color: #00385a;
	line-height: 1.8em;
	text-decoration: none;
	position: relative;
}

#mddNav > div > ul li a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #00385a;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

#mddNav > div > ul li a:hover::after {
	transform: scale(1, 1);
}

#mddNav > div > ul li > .mddWrap {
	display: none;
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#mddNav > div > ul li > .mddWrap > ul {
	position: relative;
	margin-top: 40px;
	top: 67px;
}

#mddNav > div > ul li > .mddWrap > ul li {
	padding: 0 50px;
	border-right: dotted 2px #00385a;
}

#mddNav > div > ul li > .mddWrap > ul li:first-child {
	border-left: dotted 2px #00385a;
}

#mddNav > div > ul li > .mddWrap > ul li > a {
	display: block;
}

.button-4 {
	margin: auto 0;
	width: 130px;
	height: 30px;
	line-height: 30px;
	background: #00385a;
	border: solid 1px #00385a;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	z-index: 1;
}

.button-4 a {
	color: #fff;
	text-decoration: none;
	transition: all .5s ease;
	position: relative;
	z-index: 2;
}

.eff-4 {
	width: 130px;
	height: 30px;
	left: -130px;
	background: #fff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}

.button-4:hover .eff-4 {
	left: 0;
}

.button-4:hover a {
	color: #00385a;
}

main {
	padding-top: 100px;
	position: relative;
}

section {
	margin: 0 0 120px;
	padding: 0;
	position: relative;
}

section#mainKey {
	display: block;
	margin: auto;
	width: 900px;
	height: 458px;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
}

.box_contents {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 458px;
	position: absolute;
	right: 0;
	left: 0;
	overflow: hidden;
}

@keyframes zoomOut {
	0% {
		transform: scale(1.8);
	}

	100% {
		transform: scale(1);
	}
}

.mainVisual_imgInner {
	animation-name: zoomOut;
	animation-duration: 12s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	width: 100%;
	height: 100%;
	background: url(../img/mainVisual.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@keyframes fadeInTitle {
	0% {
		opacity: 0;
	}

	/*  12% {
			opacity: 0;
		}

		30% {
			opacity: 1;
		}*/

	100% {
		opacity: 1;
	}
}

h2.title {
	animation-name: fadeInTitle;
	animation-duration: 12s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	margin: 0;
	position: absolute;
	top: 25%;
	right: 15%;
	transform: scale(1);
}

@keyframes fadeIntxt {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#greeting {
	animation-name: fadeIntxt;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	margin-bottom: 120px;
	padding-top: 100px;
}

#greeting h2.catch {
	margin: 0 auto;
	padding: 60px 0 0;
	width: 434px;
}

#movie {
	margin-bottom: 100px;
}

#movie > h2 {
	display: flex;
	margin: 0 auto 25px;
	width: 212px;
	font-size: 1.2rem;
}

#movie > h2:before,
#movie > h2:after {
	display: block;
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #00385a;
	position: relative;
	top: .6em;
}

#movie > h2:before {
	margin-right: .4em;
}

#movie > h2:after {
	margin-left: .4em;
}

#movie > img {
	margin: 0 auto;
	width: 800px;
}

#knowing > .boxLine {
	display: flex;
	margin: 0 auto 60px;
	width: 1000px;
	align-items: center;
}

#knowing > .boxLine:before,
#knowing > .boxLine:after {
	display: block;
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #00385a;
}

#knowing > .boxLine:before {
	margin-right: 1em;
}

#knowing > .boxLine:after {
	margin-left: 1em;
}

#knowing > .boxLine > h2 {
	display: table;
	margin: 0 auto;
	font-size: 3rem;
}

#knowing > .boxLine > h2 > div {
	display: table-cell;
	margin: 0 auto;
	width: 188px;
	height: 198px;
	border-top: solid 1px #00385a;
	border-bottom: solid 1px #00385a;
	vertical-align: middle;
	position: relative;
}

#knowing > .boxLine > h2 > div:before {
	display: inline-block;
	content: '';
	margin: auto;
	height: 188px;
	border-left: solid 1px #00385a;
	position: absolute;
	top: 5px;
	left: -5px;
}

#knowing > .boxLine > h2 > div:after {
	display: inline-block;
	content: '';
	margin: auto;
	height: 188px;
	border-left: solid 1px #00385a;
	position: absolute;
	top: 5px;
	right: -5px;
}

#knowing > .boxLine > h2 > div span.knowing8 {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 119px;
}

#knowing > .boxLine > h2 > div span.font-s {
	display: block;
	margin-bottom: 5px;
	font-size: .8rem;
}

#knowing > .boxLine > h2 > div span.font-m {
	display: block;
	margin-top: 5px;
	font-size: 1.7rem;
}

.moreBtn {
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.btn-more {
	text-align: center;
	border: solid 1px #00385a;
	padding: 10px 0;
	margin: 0;
	cursor: pointer;
}

#knowing > ul,
#knowing > .dropdown > ul {
	margin: 0 auto;
	width: 900px;
	list-style-type: none;
}

#knowing > ul li,
#knowing > .dropdown > ul li {
	margin-right: 100px;
	margin-bottom: 60px;
	width: 400px;
	text-align: left;
	float: left;
}

#knowing > ul li:nth-child(even),
#knowing > .dropdown > ul li:nth-child(even) {
	margin-right: 0;
}

#knowing > ul li > h3,
#knowing > .dropdown > ul li > h3 {
	margin-bottom: 45px;
	font-size: 1.8rem;
	letter-spacing: .2em;
}

#knowing > ul li > h3 > span,
#knowing > .dropdown > ul li > h3 > span {
	display: inline-block;
	margin-right: .3em;
	font-size: 3.8rem;
	position: relative;
	top: .18em;
	letter-spacing: 0;
}

#knowing > ul li > h3 {
	margin: 0;
	padding: 50px 0 40px;
}

#knowing > ul li:nth-child(1) > h3 {
	width: 254px;
}

#knowing > ul li:nth-child(2) > h3 {
	width: 220px;
}

#knowing > ul li:nth-child(3) > h3 {
	width: 262px;
}

#knowing > ul li:nth-child(4) > h3 {
	width: 386px;
}

#knowing > .dropdown > ul li:nth-child(1) > h3 {
	width: 332px;
}

#knowing > .dropdown > ul li:nth-child(2) > h3 {
	width: 275px;
}

#knowing > .dropdown > ul li:nth-child(3) > h3 {
	width: 252px;
}

#knowing > .dropdown > ul li:nth-child(4) > h3 {
	width: 361px;
}

#knowing > ul li > p,
#knowing > .dropdown > ul li > p {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 1.6em;
}

#knowing > .dropdown > ul.list8_bottom li > p {
	margin-top: 25px;
}

#knowing > ul li > a,
#knowing > .dropdown > ul li > a {
	display: block;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #00385a;
	text-decoration: none;
	letter-spacing: .2em;
	position: relative;
}

@keyframes linkLine {
	0% {
		width: 0;
	}

	100% {
		width: 100px;
	}
}

@keyframes linkLineOut {
	0% {
		width: 100px;
	}

	100% {
		width: 80px;
	}
}

#knowing > ul li > a:after,
#knowing > .dropdown > ul li > a:after {
	animation-name: linkLineOut;
	animation-duration: .5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	display: block;
	content: "";
	flex-grow: 1;
	width: 80px;
	height: 1px;
	background: #00385a;
	position: absolute;
	top: 60%;
	left: 4em;
}

#knowing > ul li > a:hover:after,
#knowing > .dropdown > ul li > a:hover:after {
	animation-name: linkLine;
	animation-duration: .5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	width: 100px;
}

#knowing > ul li > .knowing_img,
#knowing > .dropdown > ul li > .knowing_img {
	height: 300px;
	position: relative;
}

#knowing > .dropdown > ul li > .knowing_img > img.knowimg_list_img {
	width: 330px;
	height: 280px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#knowing > ul li > .knowing_img > video,
#knowing > .dropdown > ul li > .knowing_img > video {
	position: absolute;
}

#knowing > ul li > .knowing_img > .movie01 {
	right: -30px;
	bottom: 0;
}

#knowing > .dropdown > ul li > .knowing_img > .movie02 {
	right: 10px;
	bottom: -70px;
}

#knowing > .dropdown > ul li > .knowing_img > .movie03 {
	top: 0;
	right: 0;
	z-index: -1;
}

@keyframes textHidden {
	0% {
		opacity: 0;
		transform: translateX(-4%)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.moreBtn {
	margin: 60px auto 0;
	width: 300px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.moreBtn.r-line {
	margin: 0;
	width: 200px;
}

.moreBtn.l-line {
	margin: 0 0 0 60px;
	width: 200px;
}

.btnLink,
.btn-more {
	display: flex;
	padding: 12px 0;
	width: 100%;
	border: solid 1px #00385a;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.btn-more > span {
	display: block;
	width: 100%;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align: center;
}

.btn-more:hover > span {
	color: #fff;
}

.btnLink:before,
.btn-more:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: #00385a;
	position: absolute;
	top: 0;
	z-index: 0;
	left: -100%;
	transition: all cubic-bezier(.07, .82, .19, .95) .8s;
}

.btnLink:hover:before,
.btn-more:hover:before {
	left: 0;
	z-index: -3;
}

.btn-more.close,
.btn-more.close + span.btnArrow {
	display: none;
}

.btnTxt {
	display: flex;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	color: #00385a;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
	transition: all cubic-bezier(0.6, 0.04, 0.98, 0.335) .2s;
	letter-spacing: .2em;
}

.btnLink:hover .btnTxt {
	color: #00385a;
	position: relative;
	z-index: -2;
}

a:hover.btnLink .btnTxt {
	color: #fff;
}

.btnArrow {
	display: inline-block;
	width: 80px;
	right: -45px;
	height: 1px;
	border-bottom: solid 1px #00385a;
	mix-blend-mode: exclusion;
	transform-origin: right 2px;
	position: absolute;
	top: 50%;
	z-index: -1;
}

.btnArrow.l-line {
	right: 165px;
}

.moreBtn:hover .btnArrow {
	animation: textHidden .1s 1s forwards;
	width: 90px;
	right: -55px;
	opacity: 1;
	transition: all cubic-bezier(.07, .82, .19, .95) .8s;
}

.moreBtn:hover .btnArrow.l-line {
	right: 165px;
}

#top_work {
	margin: 0 auto 145px;
	width: 1200px;
	height: 580px;
	position: relative;
}

#top_work .top_work_text {
	text-align: left;
	position: absolute;
	top: 120px;
	left: 230px;
	z-index: 1;
}

#top_work .top_work_text > h2 {
	margin: 0 0 20px;
	padding: 0;
	width: 216px;
}

#top_work .top_work_text > p {
	margin-bottom: 65px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .84rem;
	font-weight: 450;
	line-height: 2.6em;
}

#top_work .top_work_w {
	width: 530px;
	height: 530px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#top_work .tbc_pc_img01 {
	width: 850px;
	height: 510px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

#top_work .tbc_pc_img01 > a > img {
	transition: .3s;
}

#top_work .tbc_pc_img01 > a:hover > img {
	opacity: .8;
}

#top_staff {
	margin: 0 auto 110px;
	width: 1200px;
	height: 600px;
	position: relative;
}

#top_staff .top_staff_text {
	text-align: left;
	position: absolute;
	top: 130px;
	right: 180px;
	z-index: 0;
}

#top_staff .top_staff_text > h2 {
	margin: 0 0 20px;
	padding: 0;
	width: 255px;
}

#top_staff .top_staff_text > p {
	margin-bottom: 65px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .84rem;
	font-weight: 450;
	line-height: 2.6em;
}

#top_staff .top_staff_w {
	width: 600px;
	height: 600px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#top_staff .tbc_pc_img_slider {
	width: 540px;
	height: 430px;
	position: absolute;
	top: 90px;
	left: 100px;
	background: url(../img/tbc_pc_img02.jpg) no-repeat;
}

#top_staff .tbc_pc_img_slider > a {
	display: block;
	width: 540px;
	height: 430px;
	background: url(../img/tbc_pc_img02.jpg) no-repeat;
	/*transition: 1.5s;*/
}

.tbc_pc_img02 {
	width: 540px;
	height: 430px;
	position: absolute;
	top: 90px;
	left: 100px;
}

.tbc_pc_img02 a {
	display: block;
	width: 540px;
	height: 430px;
}

.tbc_pc_img02 a img {
	transition: .3s;
}

.tbc_pc_img02 a:hover img {
	opacity: .8;
}

/*
#top_staff .tbc_pc_img_slider > a:hover {
  background: url(../img/tbc_pc_img03.jpg) no-repeat;
  transition: 1.5s;
}
*/

#top_links {
	margin: 0 auto 120px;
	width: 1000px;
	height: 1010px;
	position: relative;
}

#top_links .top_links_img01,
#top_links .top_links_img02,
#top_links .top_links_img03 {
	width: 1000px;
	position: absolute;
}

#top_links .top_links_img01 {
	top: 0;
}

#top_links .top_links_img02 {
	top: 330px;
}

#top_links .top_links_img03 {
	top: 660px;
}

#top_links .top_links_img01 > a > img,
#top_links .top_links_img03 > a > img {
	width: 500px;
	height: 350px;
	float: right;
}

#top_links .top_links_img02 > a > img {
	width: 500px;
	height: 350px;
	float: left;
}

#top_links .top_links_img01 > a > img,
#top_links .top_links_img02 > a > img,
#top_links .top_links_img03 > a > img {
	transition: .3s;
}

#top_links .top_links_img01 > a:hover > img,
#top_links .top_links_img02 > a:hover > img,
#top_links .top_links_img03 > a:hover > img {
	opacity: .8;
}

#top_links .top_links_w {
	width: 500px;
	height: 661px;
	background: #fff;
	position: absolute;
	top: 175px;
	left: 250px;
	z-index: -1;
}

#top_links .top_links_img01 .moreBtn.r-line {
	position: absolute;
	top: 155px;
	left: 195px;
}


#top_links .top_links_img02 .moreBtn.l-line {
	position: absolute;
	top: 155px;
	right: 175px;
}


#top_links .top_links_img03 .moreBtn.r-line {
	position: absolute;
	top: 155px;
	left: 195px;
}

#entry {
	margin: 0;
	padding: 130px 0 85px;
	width: 100%;
	background: url(../img/bg.png) no-repeat top center #fff;
	background-size: cover;
}

#entry > h2 {
	margin: 0 0 95px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 2.4rem;
	letter-spacing: .2em;
}

#entry > ul {
	margin: 0 auto;
	padding: 0;
	width: 600px;
	list-style-type: none;
}

#entry > ul li {
	display: table;
	margin: 0 0 45px;
	width: 600px;
	height: 110px;
	font-size: .9rem;
	position: relative;
}

#entry > ul li:nth-child(1),
#entry > ul li:nth-child(3) {
	width: 265px;
	float: left;
}

#entry > ul li:nth-child(2),
#entry > ul li:nth-child(4) {
	width: 265px;
	float: right;
}

#entry > ul li:last-child {
	clear: both;
}

.buttonEntry {
	margin: auto 0;
	width: 600px;
	background: #fff;
	border: solid 1px #00385a;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.buttonEntry2,
.buttonEntry2_wide {
	margin: auto 0;
	width: 265px;
	background: #fff;
	border: solid 1px #00385a;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.buttonEntry a,
.buttonEntry2 a,
.buttonEntry2_wide a {
	display: table;
	width: 100%;
	height: 110px;
	color: #00385a;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 2em;
	text-decoration: none;
	transition: all .5s ease;
	vertical-align: middle;
	z-index: 0;
	position: relative;
}

.buttonEntry a div,
.buttonEntry2 a > div,
.buttonEntry2_wide a > div {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

li:nth-child(6) .buttonEntry > a {
	top: -3px;
}

.buttonEntry > a > div > span:before,
.buttonEntry2 > a > div > span:before,
.buttonEntry2_wide > a > div > span:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 1px #00385a;
	border-right: solid 1px #00385a;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -4px;
	transition: .5s;
}

.buttonEntry > a:hover > div > span:before,
.buttonEntry2 > a:hover > div > span:before,
.buttonEntry2_wide > a:hover > div > span:before {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

.btn-ent {
	width: 600px;
	height: 110px;
	right: 600px;
	background: #00385a;
	position: absolute;
	transition: all .5s ease;
	z-index: 0;
}

.btn-ent2,
.btn-ent2_wide {
	width: 265px;
	height: 110px;
	right: 265px;
	background: #00385a;
	position: absolute;
	transition: all .5s ease;
	z-index: 0;
}

.buttonEntry:hover .btn-ent {
	right: 0;
}

.buttonEntry2:hover .btn-ent2,
.buttonEntry2_wide:hover .btn-ent2_wide {
	right: 0;
}

.buttonEntry:hover a,
.buttonEntry2:hover a,
.buttonEntry2_wide:hover a {
	color: #fff;
}

.buttonEntry > a > div > span,
.buttonEntry2 > a > div > span,
.buttonEntry2_wide > a > div > span,
.recruit-graduate {
	display: inline-block;
	font-family: "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	position: relative;
	bottom: 2px;
}

li:nth-child(5) .buttonEntry > a > div > span {
	margin-right: .4em;
	position: relative;
	top: 3px;
}

li:nth-child(5) .buttonEntry > a > div > span:before {
	right: -8.2em;
}

li:nth-child(5) .buttonEntry > a > div > span:after {
	display: inline-block;
	content: '';
	background: url(../img/link_icon.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 18px;
	position: relative;
	top: 1px;
}

li:nth-child(5) .buttonEntry > a:hover > div > span:after {
	background: url(../img/link_icon_hover.png) no-repeat;
	transition: .5s;
}

footer {
	width: 100%;
	background: #f0f0f0;
	position: relative;
}

#page_top {
	display: block;
	margin: auto;
	height: 1em;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .8rem;
	position: absolute;
	bottom: 270px;
	right: 20px;
	transform: rotate(-90deg);
}

#page_top > a {
	display: inline-block;
	position: relative;
	color: #00385a;
	text-decoration: none;
}

#page_top > a > div {
	display: inline-block;
	width: 150px;
	border-top: solid 1px #00385a;
	position: relative;
	top: -0.4em;
	left: .6em;
}

@keyframes circleMove {
	0% {
		left: 0;
	}

	100% {
		left: 150px;
	}
}

#page_top > a > div > span.percent_bar {
	animation-name: circleMove;
	animation-duration: 2s;
	animation-timing-function: cubic-bezier(.17, .67, .84, .52);
	animation-iteration-count: infinite;
	display: inline-block;
	font-size: .68rem;
	color: #00385a;
	margin: 0;
	text-align: center;
	position: absolute;
	top: -7px;
	left: 0;
}

footer #footer {
	display: table;
	margin: 0 auto;
	width: 1000px;
	height: 140px;
	text-align: left;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	position: relative;
}

footer #footer > div {
	display: table-cell;
	vertical-align: middle;
}

#footer > div > h2 {
	display: inline-block;
	font-size: .8rem;
}

#footer > div > h2 > a {
	display: inline-block;
	color: #00385a;
	text-decoration: none;
}

#footer > div > h2 > a:after {
	display: inline-block;
	content: '';
	background: url(../img/link_icon.png) no-repeat;
	background-size: cover;
	width: 17px;
	height: 12px;
	position: relative;
	top: 1px;
}

#footer > div > ul {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 40px;
	line-height: 1;
	list-style-type: none;
	position: relative;
	top: -5px;
}

#footer > div > ul li {
	display: inline-block;
	margin-right: 20px;
	width: 26px;
	height: 27px;
}

small {
	margin: auto;
	height: 1em;
	font-size: .6rem;
	font-weight: 450;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	letter-spacing: .05em;
}

#scroll {
	display: block;
	margin: auto;
	height: 1em;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .8rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1.5%;
	transform: rotate(90deg);
}

#scroll .scrollbar {
	display: inline-block;
	position: relative;
}

#scroll .scrollbar > div {
	display: inline-block;
	width: 150px;
	border-top: solid 1px #00385a;
	position: absolute;
	top: 50%;
	left: 6em;
}

@keyframes circleMove {
	0% {
		left: 0;
	}

	100% {
		left: 150px;
	}
}

#scroll .scrollbar > div > span.percent_bar {
	animation-name: circleMove;
	animation-duration: 2s;
	animation-timing-function: cubic-bezier(.17, .67, .84, .52);
	animation-iteration-count: infinite;
	display: inline-block;
	font-size: .68rem;
	color: #00385a;
	margin: 0;
	text-align: center;
	position: absolute;
	top: -7px;
	left: 0;
}


/*---------------------------------------
　共通使用
---------------------------------------*/

.m_b0 {
	margin-bottom: 0 !important;
}

.p_b0 {
	margin-bottom: 0 !important;
}

main > .mv_box {
	display: block;
	margin: 0 auto;
	width: 1040px;
	height: 460px;
	position: relative;
}

.breadcrumb {
	margin: 0 auto;
	width: 1040px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .7rem;
	font-weight: 400;
	text-align: left;
}

.breadcrumb > ol {
	margin: 1em 0 0;
	padding: 0;
	list-style-type: none;
}

.breadcrumb > ol li {
	display: inline-block;
}

.breadcrumb > ol li > a {
	display: inline-block;
	color: #00385a;
	text-decoration: none;
}

.breadcrumb > ol li > a:after {
	content: ' ／';
}

#company .boxLine,
#culture .boxLine,
#recruit .boxLine,
#staff .boxLine,
#work .boxLine {
	display: inline-block;
	margin: 0 auto 60px;
	align-items: center;
	position: relative;
}

#company .boxLine:before,
#company .boxLine:after,
#culture .boxLine:before,
#culture .boxLine:after,
#recruit .boxLine:before,
#recruit .boxLine:after,
#staff .boxLine:before,
#staff .boxLine:after,
#work .boxLine:before,
#work .boxLine:after {
	display: block;
	content: "";
	flex-grow: 1;
	width: 65px;
	height: 1px;
	background: #00385a;
	position: absolute;
}

#company .boxLine:before,
#culture .boxLine:before,
#recruit .boxLine:before,
#staff .boxLine:before,
#work .boxLine:before {
	top: 50%;
	left: -80px;
}

#company .boxLine:after,
#culture .boxLine:after,
#recruit .boxLine:after,
#staff .boxLine:after,
#work .boxLine:after {
	top: 50%;
	right: -80px;
}

#company .boxLine > h2,
#culture .boxLine > h2,
#recruit .boxLine > h2,
#staff .boxLine > h2,
#work .boxLine > h2 {
	display: table;
	margin: 0 auto;
	font-size: 1.3rem;
}

#company .boxLine > h2 > div,
#culture .boxLine > h2 > div,
#recruit .boxLine > h2 > div,
#staff .boxLine > h2 > div,
#work .boxLine > h2 > div {
	display: table-cell;
	margin: 0 auto;
	padding: 13px 90px;
	border-top: solid 1px #00385a;
	border-bottom: solid 1px #00385a;
	vertical-align: middle;
	position: relative;
}

#company .boxLine > h2 > div:before,
#culture .boxLine > h2 > div:before,
#recruit .boxLine > h2 > div:before,
#staff .boxLine > h2 > div:before,
#work .boxLine > h2 > div:before {
	display: inline-block;
	content: '';
	margin: 5px auto;
	border-left: solid 1px #00385a;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5px;
}

#company .boxLine > h2 > div:after,
#culture .boxLine > h2 > div:after,
#recruit .boxLine > h2 > div:after,
#staff .boxLine > h2 > div:after,
#work .boxLine > h2 > div:after {
	display: inline-block;
	content: '';
	margin: 5px auto;
	border-left: solid 1px #00385a;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -5px;
}

/*-- 強制改行・両端揃え --*/
span.sham_br {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	text-align-last: justify !important;
	text-justify: inter-ideograph !important;
}

/*---------------------------------------
　企業情報
---------------------------------------*/

#company01 {
	margin: 0 auto 20px;
	padding: 145px 0 0;
}

#company01 > .top_msg {
	margin: 0 auto;
	width: 935px;
}

#company01 > .top_msg > .top_msg_img {
	margin: 0;
	width: 321px;
	text-align: left;
	float: left;
}

#company01 > .top_msg > .top_msg_img > p {
	margin-top: 30px;
}

#company01 > .top_msg > .top_msg_img > p > em {
	display: block;
	font-style: normal;
	position: relative;
	top: 1em;
}

#company01 > .top_msg > .top_msg_img > p > span {
	display: inline-block;
	margin-left: .8em;
	font-size: 1.4rem;
}

#company01 > .top_msg > .top_msg_img > p > span > span {
	display: inline-block;
	margin-left: .5em;
}

[data-ruby] {
	position: relative;
}

[data-ruby]::before {
	display: block;
	content: attr(data-ruby);
	margin: auto;
	font-size: .5rem;
	text-align: center;
	position: absolute;
	top: -2em;
	right: 0;
	left: 0;
	letter-spacing: .5em;
}

#company01 > .top_msg > .top_msg_txt {
	margin: 0;
	width: 520px;
	text-align: left;
	float: right;
}

#company01 > .top_msg > .top_msg_txt > p {
	margin: 0;
	line-height: 2.2em;
	letter-spacing: .05em;
	position: relative;
	top: -0.5em;
}

#company02 {
	padding-top: 100px;
}

#company02 > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	list-style-type: none;
}

#company02 > ul li {
	margin: 0 60px 80px 0;
	width: 350px;
}

#company02 > ul li:nth-child(even) {
	margin: 0;
}

#company02 > ul li:nth-child(n + 3) {
	margin-bottom: 0;
}

#company02 > ul li > h3 {
	margin: 0 0 15px;
	font-size: 1.7rem;
	letter-spacing: .2em;
}

#company02 > ul li > p {
	margin: 0;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2em;
}

#company03 {
	margin-bottom: 140px;
}

#company03 .vision_box {
	display: inline-block;
	margin: 0 auto;
	width: 765px;
	align-items: center;
	position: relative;
}

#company03 .vision_box > .vision_inner {
	display: table;
	margin: 0 auto;
	font-size: 1.3rem;
}

#company03 .vision_box > .vision_inner > div {
	display: table-cell;
	margin: 0 auto;
	padding: 80px 110px;
	text-align: left;
	border-top: solid 1px #00385a;
	border-bottom: solid 1px #00385a;
	vertical-align: middle;
	position: relative;
}

#company03 .vision_box > .vision_inner > div:before {
	display: inline-block;
	content: '';
	margin: 5px auto;
	border-left: solid 1px #00385a;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5px;
}

#company03 .vision_box > .vision_inner > div:after {
	display: inline-block;
	content: '';
	margin: 5px auto;
	border-left: solid 1px #00385a;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -5px;
}

#company03 .vision_box > .vision_inner > div > h2 {
	margin: 0 auto 40px;
	width: 497px;
}

#company03 .vision_box > .vision_inner > div > p {
	margin: 0;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .83rem;
	font-weight: 400;
	line-height: 2.6em;
}

#company03 .vision_box > .vision_inner > div > p > em {
	font-style: normal;
	font-weight: 600;
	border-bottom: dashed 1px #00385a;
}

#company04 {
	margin-bottom: 100px;
}

#company04 .company_about_box {
	margin: 0 auto;
	width: 760px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .83rem;
	font-weight: 400;
	text-align: left;
	line-height: 2.2em;
}

#company04 .company_about_box > dl.left {
	margin: 0;
	width: 270px;
	float: left;
}

#company04 .company_about_box > dl.left > dt {
	margin: 0;
	width: 80px;
	float: left;
	clear: both;
}

#company04 .company_about_box > dl.right {
	margin: 0;
	width: 430px;
	float: right;
}

#company04 .company_about_box > dl.right > dt {
	margin: 0;
	width: 120px;
	float: left;
	clear: both;
}

#company04 .company_about_box > dl.left > dd,
#company04 .company_about_box > dl.right > dd {
	margin: 0;
	float: left;
}

/*---------------------------------------
　CULTURE
---------------------------------------*/

#culture01 {
	margin: 0 auto;
	padding: 145px 0 0;
	width: 900px;
}

#culture01 .japan_map {
	min-height: 585px;
	text-align: left;
	background: url(../img/about/japan_map.png) no-repeat right top;
	position: relative;
}

#culture01 .japan_map > h3 {
	padding: 50px 0 30px;
	width: 259px;
}

#culture02 .training_r > h3 {
	font-size: 1.8rem;
	letter-spacing: .3em;
	line-height: 2em;
}

#culture01 .japan_map > p,
#culture02 .training_r > p {
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .83em;
	font-weight: 400;
	line-height: 2.4em;
}

#culture01 .japan_map > div {
	display: table;
	width: 190px;
	height: 190px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	border: dotted 2px #00385a;
	font-size: 1.6rem;
	letter-spacing: .2em;
	position: absolute;
}

#culture01 .japan_map > div > span {
	display: table-cell;
	vertical-align: middle;
}

#culture01 .japan_map > .circle01 {
	top: 110px;
	right: 260px;
}

#culture01 .japan_map > .circle02 {
	top: 290px;
	right: -70px;
}

#culture02 {
	margin: 0 auto;
	padding: 100px 0 100px;
	width: 1040px;
}

#culture02 .training_r {
	text-align: left;
	float: right;
}

#culture02 .training_r > h3.culture_txt02 {
	margin: 0;
	padding: 80px 0 50px;
	width: 404px;
}

#culture02 .training_l {
	width: 500px;
	height: 620px;
	background: #fff;
	position: relative;
	float: left;
}

#culture02 .training_l > img {
	width: 590px;
	position: absolute;
	top: 0;
	left: 0;
}

#culture03,
#culture04 {
	margin: 0 auto;
	padding: 0 0 100px;
	width: 1040px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#culture03 {
	padding: 0 0 0;
}

#culture04 {
	padding: 100px 0 40px;
}

#culture > #culture03 > .boxLine,
#culture > #culture04 > .boxLine {
	display: inline-block;
	margin: 0 auto 60px;
	align-items: center;
	position: relative;
}

#culture > #culture03 > .boxLine:before,
#culture > #culture03 > .boxLine:after,
#culture > #culture04 > .boxLine:before,
#culture > #culture04 > .boxLine:after {
	display: block;
	content: "";
	flex-grow: 1;
	width: 360px;
	height: 1px;
	background: #00385a;
	position: absolute;
}

#culture > #culture03 > .boxLine:before,
#culture > #culture04 > .boxLine:before {
	top: 50%;
	left: -362px;
}

#culture > #culture03 > .boxLine:after,
#culture > #culture04 > .boxLine:after {
	top: 50%;
	right: -362px;
}

#culture > #culture03 > .boxLine > h2,
#culture > #culture04 > .boxLine > h2 {
	display: table;
	margin: 0 auto;
	font-family: "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.3rem;
}

#culture > #culture03 > .boxLine > h2 > div,
#culture > #culture04 > .boxLine > h2 > div {
	display: table-cell;
	margin: 0 auto;
	padding: 13px 90px;
	border-top: none;
	border-bottom: none;
	vertical-align: middle;
	position: relative;
}

#culture > #culture03 > .boxLine > h2 > div:before,
#culture > #culture04 > .boxLine > h2 > div:before {
	display: inline-block;
	content: '';
	margin: 5px auto;
	border-left: double 3px #00385a;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5px;
}

#culture > #culture03 > .boxLine > h2 > div:after,
#culture > #culture04 > .boxLine > h2 > div:after {
	display: inline-block;
	content: '';
	margin: 5px auto;
	border-left: double 3px #00385a;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -5px;
}

#culture03 > p,
#culture04 > p {
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.6em;
}

#culture03 > dl {
	margin: 0 auto 120px;
	width: 900px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-left: solid 2px #fff;
	list-style-type: none;
	text-align: left;
	font-size: .85rem;
	font-weight: 400;
}

#culture03 > dl dt {
	margin: 0;
	padding: 25px 0;
	width: 145px;
	text-align: center;
	background: #fff;
	border-bottom: solid 2px #f0f0f0;
	float: left;
	clear: both;
}

#culture03 > dl dd {
	margin: 0;
	padding: 25px 40px;
	width: 755px;
	border-bottom: solid 2px #fff;
	box-sizing: border-box;
	float: left;
}

#culture03 > dl dt:nth-child(5) {
	border-bottom: solid 2px #fff;
}

#culture03 > h3 {
	margin: 0 auto 60px;
	width: 900px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .78rem;
	font-weight: 400;
	text-align: left;
}

#culture03 > h3 > span {
	display: block;
	padding: 0 20px 0 0;
	font-family: "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.6em;
	border-right: dotted 1px #00385a;
	float: left;
}

#culture03 > h3 > p {
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
	max-width: 600px;
	line-height: 1.6em;
	float: left;
}

#culture03 > ul.manner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 120px;
	padding: 0;
	width: 900px;
	text-align: left;
	list-style-type: none;
}

#culture03 > ul.manner li {
	margin: 0;
	width: 450px;
	position: relative;
}

#culture03 > ul.manner li > h4 {
	margin: 0 0 25px;
	font-family: "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
}

#culture03 > ul.manner li > img {
	margin: 0 0 25px;
	width: 333px;
}

#culture03 > ul.manner li > p {
	margin: 0;
	width: 333px;
	font-size: .83rem;
	font-weight: 400;
	line-height: 2em;
	letter-spacing: .07em;
}

#culture03 > ul.manner li > .note_box01 {
	margin: 0;
	padding: 0;
	width: 204px;
	background: #f0f0f0;
	position: absolute;
	top: 0;
	right: 45px;
	z-index: 0;
}

#culture03 > ul.manner li > .note_box02 {
	margin: 0;
	padding: 0;
	width: 206px;
	background: #f0f0f0;
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 0;
}

#culture03 > ul.theory li > .note_box03 {
	margin: 0;
	padding: 0;
	width: 150px;
	background: #f0f0f0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

#culture03 > ul.theory {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 120px;
	padding: 0;
	width: 900px;
	text-align: left;
	list-style-type: none;
}

#culture03 > ul.theory li {
	margin: 0;
	width: 400px;
	position: relative;
}

#culture03 > ul.theory li:nth-child(2) {
	margin-left: 40px;
	width: 460px;
}

#culture03 > ul.theory li > h4 {
	margin: 0 0 25px;
	font-family: "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
}

#culture03 > ul.theory li > img {
	margin: 20px 0 25px;
	width: 372px;
}

#culture03 > ul.theory li > p {
	margin: 0;
	width: 372px;
	font-size: .83rem;
	font-weight: 400;
	line-height: 2em;
}

#culture03 > ul.theory li > .note_box {
	margin: 0;
	padding: 15px;
	width: 140px;
	background: #f0f0f0;
	font-size: .78rem;
	font-weight: 400;
	line-height: 1.7em;
	border-radius: 8px 0 8px 0;
	border: solid 2px #00385a;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 0;
}

#culture03 > ul.theory li > .note_box:after {
	display: block;
	content: '';
	width: 10px;
	height: 5px;
	background: #f0f0f0;
	position: absolute;
	top: -2px;
	right: 0;
	z-index: 1;
}

#culture03 > ul.theory li > .note_box:before {
	display: block;
	content: '';
	width: 10px;
	height: 22px;
	background: #f0f0f0;
	position: absolute;
	bottom: -2px;
	left: -2px;
	z-index: 1;
}

#culture03 > ul.theory li > .note_box > span.arrowLine {
	display: block;
	width: 25px;
	border-top: solid 2px #00385a;
	position: absolute;
	bottom: 0;
	left: -18px;
	transform: rotate(135deg);
	z-index: 1;
}

#culture03 > ul.theory li > dl {
	width: 460px;
}

#culture03 > ul.theory li > dl dt {
	margin: 0 0 80px;
	width: 210px;
	float: left;
	clear: left;
}

#culture03 > ul.theory li > dl dd {
	margin: 0 0 80px;
	padding: 0 0 0 25px;
	width: 250px;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2em;
	letter-spacing: .1em;
	box-sizing: border-box;
	float: left;
}

#culture03 > ul.skill {
	margin: 0 auto 60px;
	padding: 0;
	width: 900px;
	text-align: left;
	list-style-type: none;
}

#culture03 > ul.skill li {
	width: 515px;
	float: left;
}

#culture03 > ul.skill li:nth-child(2) {
	width: 310px;
	float: right;
}

#culture03 > ul.skill li > img {
	margin-right: 27px;
	width: 244px;
}

#culture03 > ul.skill li > img.rightImg {
	margin-right: 0;
}

#culture03 > ul.skill li:nth-child(2) > img {
	margin-right: 0;
	width: 310px;
}

#culture03 > ul.skill li > p {
	margin: 25px 0 0;
	font-size: .83rem;
	font-weight: 400;
	line-height: 2em;
	letter-spacing: 0;
}

#culture04 > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 900px;
}

#culture04 > ul li {
	margin-right: 90px;
	width: 240px;
	text-align: left;
}

#culture04 > ul li:last-child {
	margin-right: 0;
}

#culture04 > ul li > h3 {
	display: block;
	font-family: "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.3rem;
	text-align: center;
}

#culture04 > ul li > p {
	margin: 0;
	font-size: .83rem;
	font-weight: 400;
	line-height: 2em;
	letter-spacing: .05em;
}

#culture05 {
	margin: 0 auto;
	padding: 100px 0 100px;
	width: 1040px;
}

#culture05 .labo {
	margin: 0 auto;
	padding: 0 0 100px;
	width: 100%;
	max-width: 1040px;
	height: 500px;
}

#culture05 .labo .system_r {
	text-align: left;
	float: right;
}

#culture05 .labo .system_r > h3.culture_txt03 {
	margin: 0;
	padding: 0 0 50px;
	width: 204px;
}

#culture05 .labo .system_r > p {
	width: 320px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.4em;
	letter-spacing: .1em;
}

#culture05 .labo .system_l {
	width: 496px;
	height: 278px;
	background: #fff;
	position: relative;
	float: left;
}

#culture05 .labo .system_l > img {
	width: 536px;
	position: absolute;
	top: 100px;
	left: 96px;
}

#culture05 > ul {
	margin: 0 auto;
	width: 900px;
	list-style-type: none;
}

#culture05 > ul li {
	margin: 0;
	width: 225px;
	text-align: center;
	float: left;
}

#culture05 > ul li > img {
	width: 175px;
}


/*---------------------------------------
　RECRUIT
---------------------------------------*/

#recruit01 {
	margin: 0 auto;
	padding: 145px 0 100px;
	width: 1040px;
}

#recruit01 > div {
	margin-bottom: 60px;
}

#recruit01 > div > .recruit_r {
	margin: 0;
	width: 340px;
	text-align: left;
	float: right;
}

#recruit01 > div > .recruit_r > h3.recruit_txt01 {
	margin: 0;
	padding: 185px 0 50px;
	width: 165px;
}

#recruit01 > div > .recruit_r > p {
	margin: 0;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.4em;
}

#recruit01 > div > .recruit_l {
	margin: 0 0 0 170px;
	width: 278px;
	height: 658px;
	background: #fff;
	position: relative;
	float: left;
}

#recruit01 > div > .recruit_l > img {
	width: 634px;
	position: absolute;
	top: 65px;
	left: -170px;
}

#recruit01 > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	width: 860px;
	list-style-type: none;
}

#recruit01 > ul > li {
	margin: 0 8% 0 0;
	width: 28%;
}

#recruit01 > ul > li:last-child {
	margin: 0;
}

#recruit01 > ul > li > h3 {
	display: block;
	margin: 0 0 30px;
	font-size: 1.4rem;
	line-height: 1.8em;
	text-align: center;
	letter-spacing: .2em;
}

#recruit01 > ul > li > p {
	margin: 0;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.2em;
	text-align: left;
	letter-spacing: 0;
}

#recruit02 {
	margin: 0 auto;
	padding: 100px 0 40px;
	width: 895px;
}

#recruit02 > h3 {
	margin: 20px 0 100px;
	font-size: 1.5rem;
	line-height: 2em;
	letter-spacing: .2em;
}

#recruit02 > table {
	margin: 0;
	padding: 0;
	width: 895px;
	text-align: left;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
}

#recruit02 > table th {
	padding: 0 0 2em;
	width: 200px;
	font-weight: 400;
	line-height: 1.8em;
	vertical-align: top;
	letter-spacing: 0;
}

@media all and (-ms-high-contrast: none) {
	#recruit02 > table th {
		padding: 0 0 2em;
		width: 200px;
		font-weight: 400;
		line-height: 1.8em;
		vertical-align: top;
		letter-spacing: 0;
		text-align: left;
	}
}

#recruit02 > table th > span {
	display: block;
	width: 4.4vw;
	font-weight: 400;
	text-align-last: justify;
}

@media all and (-ms-high-contrast: none) {
	#recruit02 > table th > span {
		display: block;
		width: 4.4vw;
		font-weight: 400;
		text-align: left;
	}
}

#recruit02 > table td {
	padding: 0 0 2em;
	line-height: 1.8em;
	vertical-align: top;
}

#recruit02 > table td > span.kome {
	display: block;
	padding: 0 0 0 1em;
}

#recruit02 > table td > span.kome:before {
	display: inline-block;
	content: '※';
	text-indent: -1em;
}

#recruit02 > table td > a {
	color: #00385a;
}

#recruit02 > p {
	margin-bottom: 140px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	line-height: 1.4em;
	text-align: left;
}

#recruit02 > p > a {
	display: block;
	margin-top: 5px;
	color: #00385a;
	font-weight: 400;
}

#recruit02 > ul.flow {
	margin: 0;
	padding: 0;
	width: 895px;
	list-style-type: none;
}

#recruit02 > ul.flow li {
	padding: .8em 0;
	width: 895px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5em;
	border-radius: 10px;
	border: solid 1px #00385a;
	background: #f0f0f0;
}

#recruit02 > ul.flow li:nth-child(even) {
	margin-left: 445px;
	padding: 0;
	width: 2px;
	height: 40px;
	border-top: none;
	border-right: dotted 2px #00385a;
	border-bottom: none;
	border-left: none;
}

#recruit02 > ul.flow li > em {
	display: inline-block;
	margin-right: .5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	color: #fff;
	border-radius: 5px;
	background: #00385a;
	font-style: normal;
}

#recruit02 > ul.flow li > div {
	display: flex;
	flex-wrap: wrap;
	margin: 1em auto 0;
	padding: 0;
	width: 270px;
	list-style-type: disc;
}

#recruit02 > ul.flow li > div > span {
	width: 135px;
	font-size: .85rem;
	line-height: 2em;
	text-align: left;
	border: none;
}

#recruit02 > span.note {
	display: block;
	margin: 1em 0 60px;
	width: 895px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	text-align: right;
}

#recruit02 > dl {
	display: table;
	margin: 0 auto 30px;
	width: 650px;
	text-align: left;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 1.8em;
}

#recruit02 > dl > dt {
	display: table-cell;
	width: 4em;
}

#recruit02 > dl > dt > em {
	display: inline-block;
	margin-right: .5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.4em;
	color: #fff;
	font-family: "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	background: #00385a;
	font-style: normal;
	position: relative;
	top: .1em;
}

#recruit02 > dl > dd {
	display: table-cell;
}

#recruit03 {
	margin: 0 auto;
	padding: 100px 0 40px;
	width: 1040px;
}

#recruit03 > div.recruit03 {
	margin: 0 0 100px;
	height: 590px;
}

#recruit03 > div.recruit03 > .recruit_r {
	width: 410px;
	height: 278px;
	background: #fff;
	position: relative;
	float: right;
}

#recruit03 > div.recruit03 > .recruit_r > img {
	width: 557px;
	position: absolute;
	top: 95px;
	right: 80px;
}

#recruit03 > div.recruit03 > .recruit_l {
	text-align: left;
	float: left;
}

#recruit03 > div.recruit03 > .recruit_l > h3.recruit_txt02 {
	margin: 0;
	padding: 0 0 50px;
	width: 350px;
}

#recruit03 > div.recruit03 > .recruit_l > p {
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.2em;
}

#recruit03 > p {
	margin: 0 auto 100px;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.2em;
}

#recruit03 > .recruit_img {
	margin: 0 auto 140px;
	width: 907px;
	height: auto;
}

#recruit03 > h3 {
	margin: 0 0 50px;
	font-size: 1.2rem;
	line-height: 2.4em;
}

#recruit03 > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	width: 834px;
	list-style-type: none;
	border-left: dotted 2px #00385a;
	box-sizing: border-box;
}

#recruit03 > ul li {
	padding: 30px 0;
	width: calc(100% / 3);
	border-right: dotted 2px #00385a;
	box-sizing: border-box;
}

#recruit > #recruit03 > ul li > .boxLine2 {
	display: inline-block;
	margin: 0 auto 20px;
	align-items: center;
	position: relative;
}

#recruit > #recruit03 > ul li > .boxLine2:before,
#recruit > #recruit03 > ul li > .boxLine2:after {
	display: block;
	content: "";
	flex-grow: 1;
	width: 25px;
	height: 1px;
	background: #00385a;
	position: absolute;
}

#recruit > #recruit03 > ul li > .boxLine2:before {
	top: 50%;
	left: -27px;
}

#recruit > #recruit03 > ul li > .boxLine2:after {
	top: 50%;
	right: -27px;
}

#recruit > #recruit03 > ul li > .boxLine2 > h2 {
	display: table;
	margin: 0 auto;
	width: 180px;
	font-family: "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
}

#recruit > #recruit03 > ul li > .boxLine2 > h2 > div {
	display: table-cell;
	margin: 0 auto;
	padding: 13px 0;
	border-top: none;
	border-bottom: none;
	vertical-align: middle;
	position: relative;
}

#recruit > #recruit03 > ul li > .boxLine2 > h2 > div:before {
	display: inline-block;
	content: '';
	margin: 5px auto;
	border-left: double 3px #00385a;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5px;
}

#recruit > #recruit03 > ul li > .boxLine2 > h2 > div:after {
	display: inline-block;
	content: '';
	margin: 5px auto;
	border-left: double 3px #00385a;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -5px;
}

#recruit03 > ul li > img {
	margin: 0 auto 30px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
}

#recruit03 > ul li > p.name {
	margin: 0 0 30px;
	font-size: .9rem;
}

#recruit03 > ul li > p.name > span {
	display: inline-block;
	font-size: 1.2rem;
	margin-left: .5em;
}

#recruit03 > ul li > p.name > span[data-ruby]::before {
	letter-spacing: 0;
}

#recruit03 > ul li > p.career {
	margin: 0;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 1.6em;
}

#recruit03 > ul li > span.vertical_line {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 2px;
	height: 25px;
	border-right: dotted 2px #00385a;
}

#recruit03 > ul li:nth-child(2) > span.vertical_line {
	height: 15px;
}

#recruit04 {
	padding-top: 100px;
}

#recruit04 > .boxLine > h2 > div > span:after {
	display: inline-block;
	content: '';
	background: url(../img/career/recruit_qaIcon.png) no-repeat top right;
	background-size: cover;
	width: 30px;
	height: 20px;
	position: relative;
	top: .1em;
	left: .3em;
}

#recruit04 > div.qa01 {
	margin-bottom: 120px;
}

#recruit04 > div > h3 {
	margin: 50px 0 30px;
	font-size: 1.6rem;
}

#recruit04 > div > .menu {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#recruit04 > div > .menu label {
	display: block;
	margin: 0 0 15px;
	padding: 20px 40px;
	width: 900px;
	font-size: 1.2rem;
	line-height: 1;
	border: dotted 2px #00385a;
	border-radius: 8px;
	text-align: left;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
}

#recruit04 > div > .menu label:before {
	display: inline-block;
	content: '';
	margin: auto;
	width: 30px;
	height: 1px;
	background: #00385a;
	line-height: 1em;
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
}

#recruit04 > div > .menu label:after {
	display: inline-block;
	content: '';
	margin: auto;
	width: 30px;
	height: 1px;
	background: #00385a;
	line-height: 1em;
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	transform: rotate(90deg);
	transition: .2s;
}

#recruit04 > div > .menu input:checked + label:after {
	transform: rotate(180deg);
}

#recruit04 > div > .menu input {
	display: none;
}

#recruit04 > div > .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recruit04 > div > .menu li {
	padding: 0;
	max-height: 0;
	font-size: 1.3rem;
	text-align: left;
	overflow-y: hidden;
	transition: all 0.5s;
}

#recruit04 > div > .menu #menu_bar01:checked ~ #links01 li,
#recruit04 > div > .menu #menu_bar02:checked ~ #links02 li,
#recruit04 > div > .menu #menu_bar03:checked ~ #links03 li,
#recruit04 > div > .menu #menu_bar04:checked ~ #links04 li,
#recruit04 > div > .menu #menu_bar05:checked ~ #links05 li,
#recruit04 > div > .menu #menu_bar06:checked ~ #links06 li,
#recruit04 > div > .menu #menu_bar07:checked ~ #links07 li,
#recruit04 > div > .menu #menu_bar08:checked ~ #links08 li,
#recruit04 > div > .menu #menu_bar09:checked ~ #links09 li,
#recruit04 > div > .menu #menu_bar10:checked ~ #links10 li,
#recruit04 > div > .menu #menu_bar11:checked ~ #links11 li,
#recruit04 > div > .menu #menu_bar12:checked ~ #links12 li {
	max-height: 1000px;
	opacity: 1;
}

#recruit04 > div > .menu label > span {
	display: inline-block;
	margin: 0;
	width: 3em;
	font-size: 1.6rem;
	letter-spacing: .15em;
}

#recruit04 > div > .menu li > dl {
	display: table;
	margin: 15px 0 0;
	padding: 0 43px;
	font-size: 1.6rem;
	line-height: 1.6em;
	letter-spacing: .15em;
}

#recruit04 > div > .menu li > dl dt {
	display: table-cell;
	margin: 0;
	padding: 0;
	width: 3em;
}

#recruit04 > div > .menu li > dl dd {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

#recruit04 > div > .menu li > p {
	padding: 25px 120px 40px 8.5em;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2em;
	/*border-bottom: dotted 2px #00385a;*/
}

#recruit04 > div > .menu li > p > span {
	display: block;
	margin-top: 1em;
}

/*---------------------------------------
　社員紹介
---------------------------------------*/

#staff01 {
	margin: 0 auto;
	padding: 120px 0 0;
	max-width: 1200px;
}

#staff_box01 {
	margin: 0 auto 150px;
	max-width: 967px;
}

#staff_box01 .staff_img01 {
	width: 399px;
	float: left;
}

#staff_box01 .staff_txt01 {
	width: 420px;
	text-align: left;
	float: right;
}

#staff_box01 .staff_txt01 > h2 {
	line-height: 2.2em;
}

#staff_box01 .staff_txt01 > h2 > span {
	display: block;
	font-size: 1.2rem;
}

#staff_box01 .staff_txt01 > h2 > span.sizeL {
	margin: 0 0 1em .2em;
	font-size: 5rem;
}

#staff_box01 .staff_txt01 > h3 {
	line-height: 2.2em;
	font-size: 1rem;
}

#staff_box01 .staff_txt01 > h3 > span {
	display: block;
	margin-top: .5em;
	font-size: 1rem;
}

#staff_box01 .staff_txt01 > h3 > span > span {
	display: inline-block;
	margin-right: .5em;
	font-size: 1.4rem;
}

#staff_box01 .staff_txt01 > h3 > span > span[data-ruby]::before {
	letter-spacing: 0;
}

#staff_box02 {
	margin: 0 auto 150px;
	max-width: 940px;
}

#staff_box02 .staff_img02 {
	width: 520px;
	position: relative;
	float: right;
}

#staff_box02 .staff_img02 > span {
	display: block;
	width: 346px;
	height: 630px;
	background: #fff;
	position: absolute;
	top: -50px;
	right: -80px;
}

#staff_box02 .staff_img02 > img {
	display: block;
	width: 520px;
	height: 420px;
	position: absolute;
	top: 0;
	right: 0;
}

#staff_box02 .staff_txt02 {
	width: 320px;
	text-align: left;
	float: left;
}

#staff_box02 .staff_txt02 > h2 {
	margin: 0 0 1.5em;
	padding: 0;
	width: 264px;
}

#staff_box02 .staff_txt02 > p,
#staff_box03 .staff_txt03 > p,
#staff_box04 .staff_txt04 > p,
#staff_box05 .staff_txt05 > p,
#staff_box05 .staff_box_inner > p {
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.2em;
}

#staff_box03 {
	margin: 0 auto 150px;
	max-width: 940px;
}

#staff_box03 .staff_img03 {
	margin: 0;
	max-width: 483px;
	position: relative;
	float: left;
}

#staff_box03 .staff_img03 > span {
	display: block;
	margin: 0;
	width: 390px;
	height: 300px;
	background: #fff;
	position: absolute;
	top: 0;
	left: -115px;
}

#staff_box03 .staff_img03 > img {
	margin: 0;
	width: 483px;
	height: 379px;
	position: absolute;
	top: 90px;
	left: 0;
}

#staff_box03 .staff_txt03 {
	margin: 0;
	max-width: 330px;
	text-align: left;
	float: right;
}

#staff_box03 .staff_txt03 > h2 {
	margin-bottom: 2.5em;
	width: 297px;
}

#staff_box03 .staff_txt03 > .note_box {
	margin: 0 0 2.5em;
	padding: 1.8em 1.5em;
	width: 280px;
	background: #f0f0f0;
	font-size: 1.6rem;
	line-height: 1.7em;
	border-radius: 8px 0 8px 0;
	border: solid 2px #00385a;
	box-sizing: border-box;
	position: relative;
	top: 0;
	z-index: 0;
}

#staff_box03 .staff_txt03 > .note_box:after {
	display: block;
	content: '';
	width: 20px;
	height: 5px;
	background: #f0f0f0;
	position: absolute;
	top: -2px;
	right: 0;
	z-index: 1;
}

#staff_box03 .staff_txt03 > .note_box:before {
	display: block;
	content: '';
	width: 15px;
	height: 38px;
	background: #f0f0f0;
	position: absolute;
	bottom: -2px;
	left: -2px;
	z-index: 1;
}

#staff_box03 .staff_txt03 > .note_box > span.arrowLine {
	display: block;
	width: 40px;
	border-top: solid 2px #00385a;
	position: absolute;
	bottom: 0;
	left: -30px;
	transform: rotate(135deg);
	z-index: 1;
}

#staff_box04 {
	margin: 0 auto 100px;
	max-width: 835px;
}

#staff_box04 > .staff_img04_c {
	margin: 0 0 55px;
	width: 656px;
}

#staff_box04 > .staff_img04 {
	margin: 0;
	width: 320px;
	float: right;
}

#staff_box04 > .staff_txt04 {
	margin: 0 0 0 60px;
	width: 400px;
	text-align: left;
	float: left;
}

#staff_box04 > .staff_txt04 > h2 {
	margin: 0 0 2.5em;
	width: 324px;
}

#staff02 > #staff_box04 > .staff_txt04 > h2 {
	margin: 0 0 2.5em;
	width: 266px;
}

#staff_box04 > .staff_txt04 > h3 {
	margin: 0 0 1.5em;
	font-size: 1.6rem;
}

#staff_box04 .staff_txt04 > p {
	width: 80%;
}

#staff_box05 {
	margin: 0 auto;
	width: 730px;
}

#staff_box05 .staff_img05 {
	margin: 0 0 120px;
	width: 273px;
	float: right;
}

#staff_box05 .staff_txt05 {
	margin: 0 0 120px;
	width: 320px;
	text-align: left;
	float: left;
}

#staff_box05 .staff_txt05 > h2 {
	margin: 0 0 1em;
	width: 232px;
}

#staff_box05 .staff_txt05 > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .9rem;
	font-weight: 400;
}

#staff_box05 .staff_txt05 > ul li {
	margin: 1em 0 0;
	padding: 0;
}

#staff_box05 .staff_txt05 > ul li:before {
	display: inline-block;
	content: '#';
	margin: 0;
	padding: 0;
}

#staff_box05 .staff_box_inner {
	margin: 0 auto 150px;
	padding: 30px 180px;
	width: 690px;
	border-right: solid 1px #00385a;
	border-left: solid 1px #00385a;
	clear: both;
	position: relative;
	box-sizing: border-box;
}

#staff_box05 .staff_box_inner:before {
	display: block;
	content: '';
	margin: auto;
	width: 670px;
	border-top: solid 1px #00385a;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	z-index: 0;
}

#staff_box05 .staff_box_inner:after {
	display: block;
	content: '';
	margin: auto;
	width: 670px;
	border-bottom: solid 1px #00385a;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	z-index: 0;
}

#staff_box05 .staff_box_inner > h3 {
	margin: 2em 0 3em;
	font-size: 1.1rem;
	position: relative;
}

#staff_box05 .staff_box_inner > h3:before {
	display: block;
	content: '';
	margin: auto;
	width: 1px;
	height: 13px;
	background: #00385a;
	position: absolute;
	top: -1.5em;
	right: 0;
	left: 0;
}

#staff_box05 .staff_box_inner > h3:after {
	display: block;
	content: '';
	margin: auto;
	width: 1px;
	height: 13px;
	background: #00385a;
	position: absolute;
	bottom: -1.5em;
	right: 0;
	left: 0;
}

#staff_box05 .staff_box_inner > h4 {
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	width: 306px;
}

#staff_box05 .staff_box_inner > p {
	margin: 0 auto;
	padding: 0;
	width: 330px;
	text-align: left;
	position: relative;
}

#staff_box05 .staff_box_inner > p:before {
	display: block;
	content: '';
	background: url(../img/job/staff01_img07l.png) no-repeat;
	background-size: cover;
	width: 225px;
	height: 400px;
	position: absolute;
	bottom: -120px;
	left: -260px;
	z-index: 1;
}

#staff_box05 .staff_box_inner > p:after {
	display: block;
	content: '';
	background: url(../img/job/staff01_img07r.png) no-repeat;
	background-size: cover;
	width: 266px;
	height: 424px;
	position: absolute;
	bottom: -120px;
	right: -280px;
	z-index: 1;
}

#staff02 {
	margin: 0 auto;
	padding: 120px 0 0;
	max-width: 1200px;
}

#staff02 > #staff_box01 {
	margin: 0 auto 150px;
	max-width: 901px;
}

#staff02 > #staff_box01 .staff_img01 {
	width: 400px;
	float: right;
}

#staff02 > #staff_box01 .staff_txt01 {
	width: 420px;
	text-align: left;
	float: left;
}

#staff02 > #staff_box02 {
	margin: 0 auto 150px;
	max-width: 940px;
}

#staff02 > #staff_box02 .staff_img02 {
	width: 520px;
	position: relative;
	float: left;
}

#staff02 > #staff_box02 .staff_img02 > span {
	display: block;
	width: 346px;
	height: 600px;
	background: #fff;
	position: absolute;
	top: -80px;
	left: -100px;
}

#staff02 > #staff_box02 .staff_img02 > img {
	display: block;
	width: 520px;
	height: 423px;
	position: absolute;
	top: 0;
	right: 0;
}

#staff02 > #staff_box02 .staff_txt02 {
	width: 320px;
	text-align: left;
	float: right;
}

#staff02 > #staff_box03 {
	margin: 0 auto 150px;
	max-width: 940px;
}

#staff02 > #staff_box03 .staff_img03 {
	margin: 0;
	width: 484px;
	position: relative;
	float: right;
}

#staff02 > #staff_box03 > .staff_img03 > span {
	display: block;
	margin: 0;
	width: 390px;
	height: 300px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 170px;
}

#staff02 > #staff_box03 .staff_img03 > img {
	margin: 0;
	width: 483px;
	height: 379px;
	position: absolute;
	top: 110px;
	right: 0;
}

#staff02 > #staff_box03 .staff_txt03 {
	margin: 0;
	max-width: 330px;
	text-align: left;
	float: left;
}

#staff02 > #staff_box03 .staff_txt03 > h2 {
	margin-bottom: 2.5em;
	width: 337px;
}

#staff02 > #staff_box03 .staff_txt03 > .note_box {
	margin: 0 0 2.5em;
	padding: 1.8em 1.5em;
	width: 340px;
	background: #f0f0f0;
	font-size: 1.6rem;
	line-height: 1.7em;
	border-radius: 0 8px 0 8px;
	border: solid 2px #00385a;
	box-sizing: border-box;
	position: relative;
	top: 0;
	z-index: 0;
}

#staff02 > #staff_box03 .staff_txt03 > .note_box:after {
	display: block;
	content: '';
	width: 20px;
	height: 5px;
	background: #f0f0f0;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
}

#staff02 > #staff_box03 .staff_txt03 > .note_box:before {
	display: block;
	content: '';
	width: 15px;
	height: 38px;
	background: #f0f0f0;
	position: absolute;
	bottom: -2px;
	left: 323px;
	z-index: 1;
}

#staff02 > #staff_box03 .staff_txt03 > .note_box > span.arrowLine {
	display: block;
	width: 40px;
	border-top: solid 2px #00385a;
	position: absolute;
	bottom: 0;
	left: 325px;
	transform: rotate(45deg);
	z-index: 1;
}

#staff02 > #staff_box04 {
	margin-bottom: 250px;
}

#staff02 > #staff_box04 > .staff_img04 {
	margin: 0;
	width: 394px;
	position: relative;
	float: left;
}

#staff02 > #staff_box04 > .staff_img04 > .staff_img04_inner {
	margin: 0;
	width: 264px;
	position: absolute;
	bottom: -115px;
	right: -75px;
}

#staff02 > #staff_box04 > .staff_txt04 {
	margin: 0 0 0 60px;
	width: 320px;
	text-align: left;
	float: right;
}

#staff02 > #staff_box04 .staff_txt04 > p {
	width: 95%;
}

#staff02 > #staff_box05 {
	margin: 0 auto;
	width: 680px;
}

#staff02 > #staff_box05 .staff_img05 {
	margin: 0 0 120px;
	width: 273px;
	float: right;
}

#staff02 > #staff_box05 .staff_txt05 {
	margin: 0 0 120px;
	width: 315px;
	text-align: left;
	float: left;
}

#staff02 > #staff_box05 .staff_txt05 > h2 {
	margin: 0 0 1em;
	line-height: 1.8em;
	width: 212px;
}

#staff02 > #staff_box05 .staff_txt05 > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .9rem;
	font-weight: 400;
}

#staff02 > #staff_box05 .staff_txt05 > ul li {
	margin: 1em 0 0;
	padding: 0;
}

#staff02 > #staff_box05 .staff_txt05 > ul li:before {
	display: inline-block;
	content: '#';
	margin: 0;
	padding: 0;
}

#staff02 > #staff_box05 .staff_box_inner {
	margin: 0 auto 150px;
	padding: 30px 180px;
	width: 690px;
	border-right: solid 1px #00385a;
	border-left: solid 1px #00385a;
	clear: both;
	position: relative;
	box-sizing: border-box;
}

#staff02 > #staff_box05 .staff_box_inner:before {
	display: block;
	content: '';
	margin: auto;
	width: 670px;
	border-top: solid 1px #00385a;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	z-index: 0;
}

#staff02 > #staff_box05 .staff_box_inner:after {
	display: block;
	content: '';
	margin: auto;
	width: 670px;
	border-bottom: solid 1px #00385a;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	z-index: -1;
}

#staff02 > #staff_box05 .staff_box_inner > h3 {
	margin: 2em 0 3em;
	font-size: 1.1rem;
	position: relative;
}

#staff02 > #staff_box05 .staff_box_inner > h3:before {
	display: block;
	content: '';
	margin: auto;
	width: 1px;
	height: 13px;
	background: #00385a;
	position: absolute;
	top: -1.5em;
	right: 0;
	left: 0;
}

#staff02 > #staff_box05 .staff_box_inner > h3:after {
	display: block;
	content: '';
	margin: auto;
	width: 1px;
	height: 13px;
	background: #00385a;
	position: absolute;
	bottom: -1.5em;
	right: 0;
	left: 0;
}

#staff02 > #staff_box05 .staff_box_inner > h4 {
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	width: 240px;
}

#staff02 > #staff_box05 .staff_box_inner > p {
	width: 320px;
	text-align: left;
	position: relative;
}

#staff02 > #staff_box05 .staff_box_inner > p:before {
	display: block;
	content: '';
	background: url(../img/job/staff02_img07l.png) no-repeat;
	background-size: cover;
	width: 219px;
	height: 456px;
	position: absolute;
	bottom: -120px;
	left: -260px;
	z-index: 0;
}

#staff02 > #staff_box05 .staff_box_inner > p:after {
	display: block;
	content: '';
	background: url(../img/job/staff02_img07r.png) no-repeat;
	background-size: cover;
	width: 248px;
	height: 484px;
	position: absolute;
	bottom: -120px;
	right: -280px;
	z-index: 0;
}

/*---------------------------------------
　WORK
---------------------------------------*/

#work01 {
	margin: 0 auto 180px;
	padding: 120px 0 0;
	width: 1040px;
}

#work01 > div > .work_img01 {
	width: 541px;
	position: relative;
	float: right;
}

#work01 > div > .work_img01 > span {
	width: 678px;
	height: 284px;
	background: #fff;
	position: absolute;
	bottom: -130px;
	left: -56px;
	z-index: -1;
}

#work01 > div > .work_txt01 {
	width: 370px;
	padding: 0 0 0 60px;
	text-align: left;
	float: left;
}

#work01 > div > .work_txt01 > h3 {
	margin: 0;
	padding: 70px 0 50px;
	width: 372px;
}

#work01 > div > .work_txt01 > p {
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.2em;
}

#work02 {
	margin: 0 auto 40px;
	padding: 100px 0 0;
	width: 1040px;
}

#work02 > .work02_box {
	margin: 56px 0 150px;
}

#work02 > div > .work_img01 {
	width: 448px;
	position: relative;
	float: left;
}

#work02 > div > .work_img01 > span {
	width: 278px;
	height: 668px;
	background: #fff;
	position: absolute;
	bottom: -90px;
	left: 86px;
	z-index: -1;
}

#work02 > div > .work_txt01 {
	width: 400px;
	padding: 0 0 0 60px;
	text-align: left;
	float: right;
}

#work02 > div > .work_txt01 > h3 {
	margin: 0;
	padding: 95px 0 50px;
	width: 358px;
}

#work02 > div > .work_txt01 > p {
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.2em;
}

#work02 > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 70px;
	padding: 0;
	width: 892px;
	list-style-type: none;
}

#work02 > ul li {
	margin-right: 40px;
	width: 193px;
}

#work02 > ul li:last-child {
	margin-right: 0;
}

#work02 > ul li > h4 {
	font-size: 1.2rem;
}

#work02 > ul li > p {
	margin: 20px 0 0;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 0;
}

#work02 > span.note {
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .8em;
	font-weight: 400;
}

#work03 {
	padding-top: 100px;
}

#work03 .boxLine {
	margin: 0 auto 40px;
}

#work03 > p {
	margin: 0;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.4em;
}

#work03 > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	width: 890px;
	list-style-type: none;
	justify-content: center;
}

#work03 > ul li {
	margin-right: 40px;
	width: 270px;
}

#work03 > ul li:last-child {
	margin-right: 0;
}

#work03 > ul li > h3 {
	margin: 90px 0 35px;
}

#work03 > ul li > h3 > img {
	margin: 0 auto;
	width: auto;
	height: 49px;
}

#work03 > ul li > p {
	margin: 20px 0 0;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2em;
}

.recruit-year {
	margin: 0 auto 45px;
	width: 600px;
	border: solid 1px #00385a;
	border-radius: 10px;
	overflow: hidden;
	font-size: 1.4rem;
}

.recruit-type01 {
	zoom: 0.5;
}

.recruit-type01 .recruit-year {
	width: 540px;
	border-width: 2px;
}

.recruit-type01 .recruit-year > .cf > div {
	width: 270px;
}

.recruit-type01 .recruit-year .cf,
.recruit-type01 .recruit-year .cf > div:nth-child(1) {
	border-width: 2px;
}

.recruit-type01 .buttonEntry2 > a > div > span:before,
.recruit-type01 .buttonEntry2_wide > a > div > span:before {
	right: -25px;
	width: 20px;
	height: 20px;
	top: 43%;
}

.recruit-type01 span {
	font-size: 150% !important;
}

.recruit-type01 .recruit-icon {
	font-size: 200% !important;
}

.recruit-type01 .recruit-icon:after {
	width: 52px;
	height: 36px;
}

.recruit-type01 a,
.recruit-type01 .btn-ent2,
.recruit-type01 .btn-ent2_wide,
.recruit-type01 .recruit-year .buttonEntry2 {
	height: 145px;
	width: 270px !important;
}

.recruit-graduate {
	margin-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.recruit-small {
	font-size: 15px;
}

.recruit-year .cf {
	display: flex;
	margin: 0 auto !important;
	list-style: none;
	border-top: dotted 1px #00385a;
}

.recruit-year > .cf > div {
	border: none;
	margin: 0 !important;
	width: 300px !important;
}

.recruit-year .btn-ent2 {
	width: 300px;
	right: auto;
	top: auto;
	margin-left: -300px;
}

.recruit-year .buttonEntry2 {
	position: relative;
	width: 300px;
	border: none;
	border-radius: 0;
}

.recruit-year .cf > div:nth-child(1) {
	border-right: dotted 1px #00385a;
}

.recruit-year .buttonEntry2:hover .btn-ent2,
.recruit-year .buttonEntry2_wide:hover .btn-ent2_wide {
	right: auto;
	margin-left: 0;
}

.recruit-icon:after {
	display: inline-block;
	content: '';
	background: url(../img/link_icon.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 18px;
	position: relative;
	top: 1px;
}


.recruit-year .btn-ent2_wide {
	width: 610px;
	right: auto;
	top: auto;
	margin-left: -610px;
}

.buttonEntry2_wide {
	position: relative;
	width: 100%;
	border: none;
	border-radius: 0;
}

.w-700 {
	width: 700px !important;
}

.text_link_flex {
	margin-bottom: 20px;
}

.text_link_flex p {
	margin-bottom: 0;
}

.text_link_flex p:first-of-type {
	font-size: 18px;
}

.text_link_flex a {
	transition: .5s;
}

.text_link_flex a:hover {
	opacity: .6;
}

.ceo_name {
	letter-spacing: 5px;
}
