@charset "UTF-8";
/* Zen Kaku Gothic Newのインポート */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/* EB Garamondのインポート */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600;700&display=swap');
/* Poppinsのインポート */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/* font-family: 'Zen Kaku Gothic New', sans-serif; */
/* font-family: 'EB Garamond', serif; */
/* font-family: 'Poppins', sans-serif;*/
:root {
	--neue: "neue-haas-grotesk-display", 'Zen Kaku Gothic New', sans-serif;
}
.brpc {
	display: block;
}
.brsp {
	display: none;
}
@media only screen and (max-width: 1023px) {
	.brpc {
		display: none;
	}
	.brsp {
		display: block;
	}
}
body {
	position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1rem;
	background: #20272E;
	letter-spacing: 0.08em;
}
header {
	background: #000;
	width: 230px;
	box-sizing: border-box;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
}
header .title {
	font-family: var(--neue);
	color: #FFF;
	font-size: 30px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	line-height: 1em;
	padding: 20px 0 0 36px;
}
header .title a {
	text-decoration: none;
	color: #FFF;
}
header .logo {
	position: absolute;
	width: 170px;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
}
.header_inner {
	position: relative;
}
.nav {
	position: relative;
	padding: 60px 36px 0;
}
.nav_list > li {
	border-bottom: dotted 1px #40444A;
}
.nav_list > li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 15px 10px;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	transition: all .5s;
}
.nav_list > li a:before {
	width: 5px;
	height: 9px;
	background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/white-arrow.svg");
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	transition: all .5s;
}
@media (hover: hover) {
	.nav_list > li a:hover {
		color: #1589C5;
	}
}
.nav_list > li a:hover:before {
	right: -5px;
}
.entry-btn {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	background: linear-gradient(90deg, rgba(21, 137, 197, 1) 0%, rgba(11, 93, 159, 1) 100%);
	margin: 30px 0 0;
	opacity: .9;
	position: relative;
	transition: all .5s;
}
@media (hover: hover) {
	.entry-btn:hover {
		opacity: 1;
	}
}
.entry-btn p {
	position: relative;
	text-align: center;
	color: #FFF;
	font-family: var(--neue);
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 13px;
	top: 50%;
	transform: translateY(-50%);
}
.btn-style01, .btn-style02, .btn-style03 {
	background: linear-gradient(90deg, #337ccb 0%, #842e2e 100%);
	border: 1px solid #fff;
	opacity: .9;
	position: relative;
	transition: all .5s;
}
.btn-style01 {
	width: 90%;
	max-width: 240px;
	height: 50px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.btn-style02 {
	width: 50px;
	height: 50px;
	border-radius: 4px;
}
.btn-style03 {
	width: 90%;
	max-width: 430px;
	border-radius: 5px;
	height: 80px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
	.btn-style03 {
		width: 90%;
		max-width: 330px;
		border-radius: 5px;
		height: 60px;
	}
}
@media (hover: hover) {
	.btn-style01:hover {
		opacity: 1;
	}
}
.btn-style01 p {
	position: relative;
	text-align: center;
	color: #FFF;
	font-family: var(--neue);
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 13px;
	top: 50%;
	transform: translateY(-50%);
}
.btn-style03 p {
	position: relative;
	text-align: center;
	color: #FFF;
	font-family: var(--neue);
	letter-spacing: .1em;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.btn-style01:before, .btn-style02:before, .btn-style03:before {
	width: 100%;
	height: 100%;
	content: "";
	position: relative;
	background: #000;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 1;
}
.btn-style01:after,
.btn-style03:after {
	width: 5px;
	height: 9px;
	background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/white-arrow.svg");
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	transition: all .5s;
}
.btn-style02:after {
	width: 7px;
	height: 15px;
	background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/white-arrow.svg");
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: all .5s;
}
@media only screen and (max-width: 1023px) {
	header {
		background: #000;
		width: 100%;
		height: 60px;
		position: relative;
		left: 0;
		top: 0;
	}
	header .logo {
		display: none;
	}
	header .title {
		font-size: 15px;
		line-height: 1.2em;
		padding: 12px 0 0 16px;
	}
	.nav {
		position: fixed;
		right: -250px;
		box-sizing: border-box;
		top: 0;
		width: 230px;
		height: 100vh;
		padding-top: 60px;
		background-color: #000;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto;
	}
	.hamburger {
		position: absolute;
		right: 15px;
		top: 8px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 300;
	}
	.nav_list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.hamburger span {
		position: absolute;
		left: 11px;
		width: 18px;
		height: 2px;
		background-color: #515151;
		transition: all .6s;
	}
	.hamburger span:nth-child(1) {
		top: 14px;
	}
	.hamburger span:nth-child(2) {
		top: 20px;
	}
	.hamburger span:nth-child(3) {
		top: 26px;
	}
	.black_bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #515151;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}
	/* 表示された時用のCSS */
	.nav-open .nav {
		right: 0;
	}
	.nav-open .black_bg {
		opacity: .8;
		visibility: visible;
	}
	.nav-open .hamburger {
		position: fixed;
	}
	.nav-open .hamburger span:nth-child(1) {
		transform: rotate(45deg);
		top: 20px;
	}
	.nav-open .hamburger span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.nav-open .hamburger span:nth-child(3) {
		transform: rotate(-45deg);
		top: 20px;
	}
}
.footer {
	position: relative;
}
.footer-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto 80px;
	max-width: 900px;
}
.footer-btn li {
	position: relative;
	width: 48%;
	height: 80px;
	background: #5c6d80;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	transition: all .5s;
}
@media (hover: hover) {
	.footer-btn li:hover {
		background: #687C92;
	}
}
.footer-btn li p {
	position: absolute;
	color: #FFF;
	font-size: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.footer-btn li:before {
	width: 5px;
	height: 9px;
	background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/white-arrow.svg");
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	transition: all .5s;
}
.footer-entry-btn {
	width: 100%;
	height: 80px;
	border-radius: 3px;
	background: linear-gradient(90deg, rgba(21, 137, 197, 1) 0%, rgba(11, 93, 159, 1) 100%);
	margin: 30px 0 0;
	opacity: .9;
	position: relative;
	transition: all .5s;
}
@media (hover: hover) {
	.footer-entry-btn:hover {
		opacity: 1;
	}
}
.footer-entry-btn p {
	position: relative;
	text-align: center;
	color: #FFF;
	font-family: var(--neue);
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.footer-menu-wrap {
	background: #042548;
	padding: 50px 0 40px;
}
.footer-menu {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	max-width: 900px;
}
.footer-menu .title {
	width: 40%;
}
.footer-menu .title p {
	font-family: var(--neue);
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	line-height: 1.4em;
}
.footer-menu .menu-container {
	width: 60%;
	box-sizing: border-box;
	padding: 0;
}
.footer-menu .menu-container ul {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 0 0;
}
.footer-menu .menu-container ul li {
	width: 31.33%;
	padding: 0 0 15px;
}
.footer-menu .menu-container ul li a {
	color: #FFF;
	font-size: min(1vw,14px);
	text-decoration: none;
	padding-left: 10px;
	position: relative;
}
.footer-menu .menu-container ul li a:before {
	width: 5px;
	height: 9px;
	background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/white-arrow.svg");
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer-copyright {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 30px auto 0;
	padding: 30px 0 0;
	max-width: 900px;
	border-top: solid 1px rgba(255, 255, 255, 0.30);
}
.footer-copyright .logo {
	width: 185px;
}
.footer-copyright p {
	text-align: right;
	font-size: 10px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	/*text-transform: uppercase;*/
	padding: 5px 0 0;
}
@media only screen and (max-width: 1023px) {
	.footer-btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 80%;
		margin: 0 auto 40px;
		max-width: 600px;
	}
	.footer-btn li {
		position: relative;
		width: 100%;
		height: 60px;
		margin-bottom: 20px;
	}
	.footer-btn li p {
		font-size: 16px;
	}
	.footer-menu-wrap {
		background: #042548;
		padding: 30px 0 30px;
	}
	.footer-menu .title {
		display: none;
	}
	.footer-menu .menu-container {
		display: none;
	}
	.footer-copyright {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 0;
		max-width: 900px;
		border-top: none;
	}
	.footer-copyright .logo {
		width: 185px;
		margin: 0 auto 20px;
	}
	.footer-copyright p {
		text-align: center;
		font-size: 10px;
		width: 100%;
	}
}
main {
	width: calc(100% - 230px);
	left: 230px;
	top: 0;
	position: relative;
}
@media only screen and (max-width: 1023px) {
	main {
		width: calc(100%);
		left: 0;
		top: 0;
	}
}
.container-nomal {
	width: 90%;
	margin: 0 auto;
	max-width: 900px;
}
.top-content-bnr {
	color: #FFF;
}
.top-content-bnr h2 {
	font-family: var(--neue);
	color: #FFF;
	text-transform: uppercase;
	font-size: min(9vw,50px);
	font-weight: 600;
	letter-spacing: .05em;
	white-space: nowrap;
	position: relative;
	top: 10px;
}
.top-content-bnr h2 span {
	display: inline-block;
	position: relative;
	font-size: min(3.6vw,20px);
	font-family: 'Zen Kaku Gothic New', sans-serif;
	border-bottom: solid 2px #FFF;
	margin-left: 20px;
	top: -10px;
}
#top-mv {
	position: relative;
	height: 100vh;
	max-height: 900px;
}
#top-mv .bg {
	height: 100vh;
	max-height: 900px;
}
#top-mv .bg img {
	object-fit: cover;
	height: 100vh;
	max-height: 900px;
}
#top-mv .cc {
	font-family: var(--neue);
	color: #FFF;
	font-size: min(10vw, 90px);
	font-weight: 600;
	letter-spacing: .05em;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
}
#top-mv .cc span {
	display: block;
	font-size: min(3vw, 24px);
	font-family: 'Zen Kaku Gothic New', sans-serif;
	margin: 25px 0 0;
}
.top-about {
	background: #043366;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 600px;
}
.top-about .txt-container {
	width: 50%;
	box-sizing: border-box;
}
.top-about .txt-container .txt {
	width: 70%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.top-about .txt-container .txt > p {
	color: #FFF;
	line-height: 2.4em;
	padding-bottom: 40px;
}
.top-about .vis {
	width: 50%;
}
.top-about .vis img {
	object-fit: cover;
	height: 100%;
}
.top-bnr-jobs, .top-bnr-welfare {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 80px 0 0;
}
.top-bnr-jobs .txt, .top-bnr-welfare .txt {
	width: 46%;
	box-sizing: border-box;
}
.top-bnr-jobs .txt > p, .top-bnr-welfare .txt > p {
	padding: 30px 0 30px;
	line-height: 2em;
}
.top-bnr-jobs .txt .btn-style01, .top-bnr-welfare .txt .btn-style01 {
	left: 0;
	transform: translateX(0);
}
.top-bnr-jobs .vis, .top-bnr-welfare .vis {
	width: 46%;
	position: relative;
	z-index: 1;
}
.top-bnr-jobs .txt {
	padding: 40px 30px 0 0;
}
.top-bnr-welfare .txt {
	order: 2;
	padding: 40px 0 0 30px;
}
.top-bnr-welfare .vis {
	order: 1;
}
.top-bnr-jobs .vis:before {
	width: 110px;
	height: 1px;
	background: rgba(255, 255, 255, 0.70);
	left: -70px;
	top: 50%;
	z-index: 3;
}
.top-bnr-welfare .vis:before {
	width: 110px;
	height: 1px;
	background: rgba(255, 255, 255, 0.70);
	right: -70px;
	top: 50%;
	z-index: 3;
}
.top-bnr-interview {
	padding: 80px 0;
}
.top-bnr-interview h2 {
	line-height: 1em;
}
.top-bnr-interview h2 span {
	margin-left: 0;
	line-height: 1.6em;
}
.top-bnr-interview ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 40px 0 0;
}
.top-bnr-interview ul li {
	width: 46%;
	position: relative;
	margin-bottom: 50px;
	opacity: 1;
	transition: all .5s;
}
@media (hover: hover) {
	.top-bnr-interview ul li:hover {
		opacity: .8;
	}
}
.top-bnr-interview ul li:nth-child(odd) {
	margin-top: 100px;
}
.top-bnr-interview ul li .btn-style02 {
	right: -5px;
	top: -45px;
	position: absolute;
	opacity: 1;
}
@media (hover: hover) {
	.top-bnr-interview ul li:hover .btn-style02 {
		opacity: 1;
	}
}
.top-bnr-interview ul li .job-ttl {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	z-index: 2;
	width: 100px;
	height: 36px;
	background: #000;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
}
.top-bnr-interview ul li .job-ttl:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 36px 16px 0 0;
	border-color: #000 transparent transparent transparent;
	right: -16px;
	top: 0;
}
.top-bnr-interview ul li .txt {
	position: relative;
	box-sizing: border-box;
	padding: 40px 0 0;
}
.top-bnr-interview ul li .txt .number {
	font-family: 'EB Garamond', serif;
	color: #FFF;
	font-size: 80px;
	font-weight: 500;
	left: .1em;
	top: -40px;
	position: absolute;
}
.top-bnr-interview ul li .txt p:not(.number) {
	font-size: 18px;
	line-height: 2em;
	font-weight: 500;
}
@media only screen and (max-width: 1023px) {
	.top-about .txt-container {
		width: 100%;
		padding: 80px 0;
	}
	.top-about .txt-container .txt {
		width: 80%;
		position: relative;
	}
	.top-about .vis {
		width: 100%;
		max-height: 400px;
	}
	.top-about .vis img {
		object-fit: cover;
		height: 100%;
	}
	.top-bnr-jobs, .top-bnr-welfare {
		padding: 50px 0 0;
	}
	.top-bnr-jobs .txt, .top-bnr-welfare .txt {
		width: 90%;
		margin: 0 auto;
	}
	.top-bnr-jobs h2 span, .top-bnr-welfare h2 span {
		margin-left: 0;
		padding: 10px 0 0;
	}
	.top-bnr-jobs .txt > p, .top-bnr-welfare .txt > p {
		padding: 30px 0 40px;
		line-height: 2em;
	}
	.top-bnr-jobs .txt .btn-style01, 
	.top-bnr-welfare .txt .btn-style01 {
		left: 50%;
		transform: translateX(-50%);
	}
	.top-bnr-jobs .vis,
	.top-bnr-welfare .vis {
		width: 90%;
		max-width: 400px;
		position: relative;
		z-index: 1;
		margin: 0 auto;
	}
	.top-bnr-jobs .txt {
		padding: 0px 0 40px;
	}
	.top-bnr-welfare .txt {
		order: 1;
		padding: 40px 0 40px;
	}
	.top-bnr-welfare .vis {
		order: 2;
	}
	.top-bnr-jobs .vis:before {
		display: none;
	}
	.top-bnr-welfare .vis:before {
		display: none;
	}
	.top-bnr-interview {
		padding: 80px 5%;
	}
	.top-bnr-interview h2 {
		line-height: 1em;
	}
	.top-bnr-interview h2 span {
		margin-left: 0;
		line-height: 1.6em;
	}
	.top-bnr-interview ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		box-sizing: border-box;
		margin: 40px auto 0;
	}
	.top-bnr-interview ul li {
		width: 48%;
		position: relative;
		margin-bottom: 50px;
		opacity: 1;
		transition: all .5s;
	}
	.top-bnr-interview ul li:nth-child(odd) {
		margin-top: 0px;
	}
	.top-bnr-interview ul li .btn-style02 {
		right: -5px;
		top: -45px;
		position: absolute;
		opacity: 1;
	}
	.top-bnr-interview ul li .job-ttl {
		position: absolute;
		top: 0;
		left: 0;
		color: #FFF;
		z-index: 2;
		width: 100px;
		height: 36px;
		background: #000;
		text-align: center;
		line-height: 36px;
		font-size: 14px;
	}
	.top-bnr-interview ul li .job-ttl:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 36px 16px 0 0;
		border-color: #000 transparent transparent transparent;
		right: -16px;
		top: 0;
	}
	.top-bnr-interview ul li .txt {
		position: relative;
		box-sizing: border-box;
		padding: 40px 0 0;
	}
	.top-bnr-interview ul li .txt .number {
		font-family: 'EB Garamond', serif;
		color: #FFF;
		font-size: 80px;
		font-weight: 500;
		left: .1em;
		top: -40px;
		position: absolute;
	}
	.top-bnr-interview ul li .txt p:not(.number) {
		font-size: 16px;
		line-height: 2em;
		font-weight: 500;
	}
}

@media only screen and (max-width: 480px) {
	.top-bnr-interview ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		box-sizing: border-box;
		margin: 40px auto 0;
		max-width: 400px;
	}
	.top-bnr-interview ul li {
		width: 100%;
		position: relative;
		margin-bottom: 50px;
		opacity: 1;
		transition: all .5s;
	}
}










.page-style01 .h1-container {
	position: relative;
	margin-bottom: 100px;
}
@media only screen and (max-width: 480px) {
	.page-style01 .h1-container {
		position: relative;
		margin-bottom: 50px;
	}
}

.page-style01 .h1-container .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.page-style01 .h1-container .txt h1 {
	font-family: var(--neue);
	font-weight: bold;
	color: #FFF;
	font-size: min(6vw, 50px);
	letter-spacing: .05em;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
}
.page-style01 .h1-container .txt h1 ~ p {
  display: inline-block;
	position: relative;
	font-size: min(2.4vw,20px);
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	border-bottom: solid 2px #FFF;
	left: 50%;
	transform: translateX(-50%);
	color: #FFF;
	line-height: 1.6em;
	margin: 10px 0 0;
}
.page-style01 .h1-container .bg img {
	object-fit: cover;
	max-height: 400px;
	min-height: 120px;
}

.page-style01 .container-nomal,
.page-style02 .container-nomal {
	color: #FFF;
}
.page-style01 h2,
.page-style02 h2 {
	text-align: center;
	color: #2C7FBC;
	font-family: var(--neue);
	font-size: min(8vw, 40px);
	font-weight: 500;
	letter-spacing: .05em;
	white-space: nowrap;
	text-transform: uppercase;
	position: relative;
}
.page-style01 h2 ~ .sub-txt,
.page-style02 h2 ~ .sub-txt {
	text-align: center;
	color: #FFF;
	font-size: 17px;
	font-weight: 600;
	padding: 15px 0 70px;
	margin-bottom: 30px;
	position: relative;
}
.page-style02 h2 ~ .sub-txt {
	padding-bottom: 0;
}
.page-style01 h2 ~ .sub-txt:before {
	width: 1px;
	height: 50px;
	background: #FFF;
	position: absolute;
	bottom: 0px;
	left: 50%;
}
.page-style01 h3 {
	font-weight: bold;
	font-size: min(5vw,20px);
	line-height: 2em;
	letter-spacing: 0.01em;
	text-align: center;
	color: #73afdb;
	margin-bottom: 40px;
}
.page-style01 .narrow-txt {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.page-style01 .narrow-txt p {
	line-height: 2em;
}

/*　About Us */
.about-catch {
	text-align: center;
	font-family: var(--neue);
	color: #73AFDC;
	font-size: min(7.5vw,50px);
	font-weight: bold;
}
.about .page-block {
	padding-bottom: 80px;
}
.about .page-block:last-of-type {
	padding-bottom: 0;
}
.about .cc {
	text-align: center;
	font-size: min(5vw,28px);
	font-weight: 600;
	line-height: 2em;
	margin-bottom: 40px;
}
.about .cc2 {
	text-align: center;
	font-size: min(4.5vw,22px);
	font-weight: 600;
	line-height: 2em;
	margin-bottom: 40px;
}
.about .mc {
	margin-bottom: 40px;
}
.about .figure01 {
	max-width: 600px;
	margin: 50px auto 0;
}

section.with-border {
	padding: 80px 0;
	margin-top: 50px;
	border-top: solid 1px #5C6D80;
}
table.outline {
	border-top: 2px dotted #5c6d80;
	width: 100%;
}
table.outline th {
	border-bottom: 2px dotted #5c6d80;
	width: 20%;
	text-align: left;
	background: #262D34;
	color: #2C7FBC;
	font-weight: 500;
}
table.outline td {
	width: 80%;
	border-bottom: 2px dotted #5c6d80;
}
table.outline th,
table.outline td {
	box-sizing: border-box;
	padding: 20px 20px;
	line-height: 1.6em;
}
table.outline td dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
table.outline td .ttl {
	font-weight: 500;
	font-size: 110%;
}
table.outline td dl dt {
	width: 90px;
	color: #73AFDB;
}
table.outline td dl dd {
	width: calc(100% - 90px);
	line-height: 1.6em;
}
table.outline td a {
	color: #FFF;
	text-decoration: underline;
}
table.outline td a:hover {
	text-decoration: none;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery li {
	width: 31.33%;
	margin-bottom: 100px;
}
.gallery li p {
	padding: 10px 0;
}
@media only screen and (max-width: 767px) {
	section.with-border {
		padding: 80px 0;
		margin-top: 0px;
		border-top: solid 1px #5C6D80;
	}
	.page-style01 .narrow-txt {
		width: 100%;
	}
	.page-style01 .narrow-txt p {
		font-size: 14px;
	}
	.page-style01 h3 {
		margin-bottom: 20px;
	}
	table.outline th {
		border-bottom: none;
		width: 100%;
		display: block;
	}
	table.outline td {
		width: 100%;
		display: block;
	}
	table.outline th,
	table.outline td {
		box-sizing: border-box;
		padding: 10px 5px;
		line-height: 1.6em;
		font-size: 13px;
	}
	table.outline td dl dt {
		width: 100%;
		color: #73AFDB;
	}
	table.outline td dl dd {
		width: calc(100%);
		padding: 5px 0 20px;
	}
	.gallery li {
		width: 49%;
		margin-bottom: 30px;
	}
	.gallery li p {
		font-size: 13px;
	}
}



.jobs .page-block:first-of-type h3 {
	padding: 80px 0 0;
}
.jobs .page-block:nth-of-type(2) {
	padding: 80px 0 0;
}
.jobs .figure01 {
	margin: 50px auto;
}
.jobs section {
	padding: 80px 0;
	margin-top: 0px;
}
.jobs section ul {
	margin: 70px auto 0;
}
.jobs section ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.jobs section ul li .vis {
	width: 41%;
}
.jobs section ul li .txt {
	width: 55%;
}
.jobs section ul li .txt h4 {
	color: #2C7FBC;
	font-size: 20px;
	font-weight: 600;
	line-height: 2em;
	border-bottom: 2px dotted #5c6d80;
	margin-bottom: 20px;
}
.jobs section ul li .txt p {
	line-height: 2em;
}


@media only screen and (max-width: 767px) {
	.jobs .page-block:first-of-type h3 {
		padding: 40px 0 0;
	}
	.jobs .page-block:nth-of-type(2) {
		padding: 40px 0 0;
	}
	.jobs section {
		padding: 40px 0;
	}
	.jobs section ul {
		margin: 40px auto 0;
	}
	.jobs section ul li {
		margin-bottom: 60px;
	}
	.jobs section ul li .vis {
		width: 100%;
	}
	.jobs section ul li .txt {
		width: 100%;
		padding: 10px 0 0;
	}
	.jobs section ul li .txt h4 {
		color: #2C7FBC;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.jobs section ul li .txt p {
		font-size: 14px;
	}
}



.welfare .page-block:nth-of-type(1) {
	padding-bottom: 100px;
}
.welfare .page-block:nth-of-type(2),
.welfare .page-block:nth-of-type(3){
	padding: 80px 0 100px;
}

.welfare .point-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.welfare .point-list li {
	width: 48%;
	margin-bottom: 50px;
}
.welfare .point-list li .ttl {
	color: #2C7FBC;
	font-size: 20px;
	font-weight: 600;
	line-height: 2em;
	border-bottom: 2px dotted #5c6d80;
	margin-bottom: 20px;
}
.welfare .point-list li p:not(.ttl){
	line-height: 2em;
}
.welfare .insert-vis,
.welfare .insert-vis2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.welfare .insert-vis li,
.welfare .insert-vis2 li {
	width: 49.5%;
}
.welfare .point-list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.welfare .point-list2 li {
	width: 48%;
	margin-bottom: 20px;
}
.welfare .point-list2 li .ttl,
.insert-vis2 ~ .ttl {
	color: #73AFDB;
	font-size: 20px;
	font-weight: 600;
	line-height: 2em;
	padding: 10px 0 0;
}
.insert-vis2 ~  p:not(.ttl){
	line-height: 2em;
}
.welfare .point-list2 li dl dt {
	position: relative;
	padding: 10px 0;
}
.welfare .point-list2 li dl dt span {
	position: relative;
	display: inline-block;
	color: #2C7FBC;
	background: #20272E;
	padding-right: 10px;
}
.welfare .point-list2 li dl dt:before {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #5c6d80;
	top: 50%;
	left: 0;
}
.welfare .point-list2 li dl dd {
	line-height: 1.4em;
	min-height: 50px;
	font-size: 13px;
}


@media only screen and (max-width: 767px) {
	.welfare .page-block:nth-of-type(1) {
		padding-bottom: 40px;
	}
	.welfare .page-block:nth-of-type(2),
	.welfare .page-block:nth-of-type(3){
		padding: 40px 0 40px;
	}
	.welfare .point-list li {
		width: 100%;
		margin-bottom: 40px;
	}
	.welfare .point-list li .ttl {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.welfare .point-list li p:not(.ttl){
		line-height: 2em;
		font-size: 14px;
	}
	.welfare .insert-vis li,
	.welfare .insert-vis2 li {
		width: 100%;
	}
	.welfare .point-list2 li {
		width: 100%;
		margin-bottom: 20px;
	}
	.welfare .point-list2 li .ttl,
	.insert-vis2 ~ .ttl {
		font-size: 16px;
		font-weight: 600;
		line-height: 2em;
		padding: 10px 0 0;
	}
}


.faq .page-block {
	padding: 80px 0;
}
.faq .page-block:nth-of-type(1) {
	padding-top: 0;
}
.faq .page-block:last-of-type {
	padding-bottom: 180px;
}
.faq-toggle dl dt {
	padding: 25px 30px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px dashed #5c6d80;
	cursor: pointer;
	position: relative;
}
.faq-toggle dl dt:before {
	width: 34px;
	height: 34px;
	background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/faq-open.svg");
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: center center;
	transition: all .5s;
}
.faq-toggle dl dt.active:before {
	transform: translateY(-50%)rotate(180deg);
	background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/faq-close.svg");
}
.faq-toggle dl dt span {
	font-family: 'EB Garamond', serif;
	font-size: 40px;
	color: #73AFDB;
	padding-right: 20px;
}
.faq-toggle dl dd {
	display: none;
	padding: 30px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #5c6d80;
	line-height: 2em;
}




@media only screen and (max-width: 767px) {
	.faq .page-block {
		padding: 40px 0;
	}
	.faq .page-block:last-of-type {
		padding-bottom: 100px;
	}
	.faq-toggle dl dt {
		padding: 15px 26px 15px 30px;
		box-sizing: border-box;
		font-size: 15px;
		line-height: 1.4em;
		font-weight: 500;
		border-bottom: 1px dashed #5c6d80;
	}
	.faq-toggle dl dt:before {
		width: 24px;
		height: 24px;
		background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/faq-open.svg");
	}
	.faq-toggle dl dt span {
		font-family: 'EB Garamond', serif;
		font-size: 28px;
		color: #73AFDB;
		padding-right: 15px;
		position: absolute;
		left: 0;
		top: 14px;
	}
	.faq-toggle dl dd {
		display: none;
		padding: 20px 0px;
		box-sizing: border-box;
		border-bottom: 1px solid #5c6d80;
		line-height: 2em;
		font-size: 14px;
	}
}


.inr-link {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inr-link li {
	width: 30.33%;
	position: relative;
	cursor: pointer;
	border-bottom: solid 1px #2C7FBC;
	padding: 20px;
	box-sizing: border-box;
}
.inr-link li p {
	font-size: 18px;
	font-weight: 600;
}
.inr-link li:before {
	width: 18px;
	height: 9px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/inr-btn-arrow.svg");
}
.ideal-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 20px;
}
.ideal-list:after {
	width: 100%;
	height: 1px;
	border-top: 1px dashed #5c6d80;
	top: 50%;
	z-index: -1;
}
.ideal-list dt {
	width: 75%;
	font-size: min(1.3vw,15px);
	position: relative;
}
.ideal-list dt span {
	display: inline-block;
	background: #20272E;
	padding: 0 5px;
}
.ideal-list dd {
	width: 25%;
	text-align: right;
}
.ideal-list dd span {
	display: inline-block;
	color: #73AFDB;
	font-size: min(1.6vw,20px);
	font-weight: 500;
	background: #20272E;
	padding: 0 5px;
	text-align: right;
	right: 0;
	position: relative;
}
.info .cc p {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
}
.info .cc {
	display: inline-block;
	margin: 50px auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.info .cc:before {
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #337ccb 0%, #842e2e 100%);
	bottom: 0px;
	left: 0;
}
table.chart01 {
	width: 100%;
	margin-bottom: 100px;
}
table.chart01 .th01 {
	width: 35%;
	padding: 20px 30px;
}
table.chart01 .th02 {
	width: 65%;
	padding: 20px 30px;
	border-left: solid 1px #3E4957;
}
table.chart01 .th03 {
	color: #73AFDB;
	font-size: 20px;
	font-weight: 600;
}
table.chart01 th,
table.chart01 td {
	padding: 30px;
	box-sizing: border-box;
	text-align: left;
	border-bottom: solid 1px #3E4957;
}
table.chart01 td {
	border-left: solid 1px #3E4957;
	line-height: 1.6em;
}
.flow li {
	margin-bottom: 30px;
	padding: 10px 0;
	position: relative;
}
.flow li p {
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .1em;
}
.flow li p span {
	font-size: 36px;
	font-family: 'EB Garamond', serif;
	color: #FFF;
	opacity: .4;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.flow li:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 13px 0 13px;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
}
.flow li:nth-child(1){
	background: #17476E;
}
.flow li:nth-child(1):after {
	border-color: #17476E transparent transparent transparent;
}
.flow li:nth-child(2){
	background: #1B507B;
}
.flow li:nth-child(2):after {
	border-color: #1B507B transparent transparent transparent;
}
.flow li:nth-child(3){
	background: #1E5A88;
}
.flow li:nth-child(3):after {
	border-color: #1E5A88 transparent transparent transparent;
}
.flow li:nth-child(4){
	background: #226395;
}
.flow li:nth-child(4):after {
	border-color: #226395 transparent transparent transparent;
}
.flow li:nth-child(5){
	background: #226395;
}
.flow li:nth-child(5):after {
	border-color: #226395 transparent transparent transparent;
}
.flow li:nth-child(6){
	background: #2876AF;
}
.flow li:nth-child(6):after {
	border-color: #2876AF transparent transparent transparent;
}
.flow li:nth-child(7){
	background: #2C7FBC;
	margin-bottom: 0;
}
.flow li:nth-child(7):after {
	display: none;
}
.info table.outline {
	margin-bottom: 80px;
}


@media only screen and (max-width: 767px) {
	.inr-link {
		width: 90%;
		max-width: 400px;
		margin: 0 auto 60px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.inr-link li {
		width: 100%;
		padding: 15px;
	}
	.inr-link li p {
		font-size: 14px;
		font-weight: 600;
	}
	.inr-link li:before {
		width: 12px;
		height: 5px;
		right: 10px;
	}
	.ideal-list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto 40px;
	}
	.ideal-list:after {
		display: none;
	}
	.ideal-list dt {
		width: 100%;
		font-size: 14px;
		line-height: 1.6em;
		margin-left: 1em;
		text-indent: -1em;
		position: relative;
	}
	.ideal-list dt span {
		display: inline-block;
		background: #20272E;
		padding: 0 5px;
	}
	.ideal-list dd {
		width: 100%;
		text-align: right;
		padding: 10px 0 0 0;
		position: relative;
	}
	.ideal-list dd:after {
		width: 100%;
		height: 1px;
		border-top: 1px dashed #5c6d80;
		top: 70%;
		transform: translateY(-50%);
		left: 0;
		z-index: -1;
	}
	.ideal-list dd span {
		display: inline-block;
		color: #73AFDB;
		font-size: 18px;
		font-weight: 500;
		background: #20272E;
		padding: 0 5px;
		text-align: right;
		right: 0;
		position: relative;
	}
	.info .cc p {
		position: relative;
		font-size: 18px;
	}
	.info .cc {
		display: inline-block;
		text-align: center;
		font-weight: 600;
		margin: 50px auto;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.info .cc p:before {
		width: 100%;
		height: 3px;
		background: linear-gradient(90deg, #337ccb 0%, #842e2e 100%);
		bottom: 0px;
		left: 0;
	}
	.info .cc:before {
		display: none;
	}
	table.chart01 {
		width: 100%;
		margin-bottom: 100px;
	}
	table.chart01 .th01 {
		width: 30%;
		padding: 10px 10px;
	}
	table.chart01 .th02 {
		width: 60%;
		padding: 10px 10px;
		border-left: solid 1px #3E4957;
	}
	table.chart01 .th03 {
		color: #73AFDB;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.6em;
	}
	table.chart01 th,
	table.chart01 td {
		padding: 10px;
		box-sizing: border-box;
		text-align: left;
		border-bottom: solid 1px #3E4957;
	}
	table.chart01 td {
		border-left: solid 1px #3E4957;
		line-height: 1.6em;
		font-size: 13px;
	}
	.flow li {
		margin-bottom: 30px;
		padding: 10px 0;
		position: relative;
	}
	.flow li p {
		position: relative;
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: .1em;
	}
	.flow li p span {
		font-size: 36px;
		font-family: 'EB Garamond', serif;
		color: #FFF;
		opacity: .4;
		left: 25px;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}
	.flow li:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 13px 0 13px;
		bottom: -14px;
		left: 50%;
		transform: translateX(-50%);
	}
	.info table.outline {
		margin-bottom: 40px;
	}
}









.page-style02 .h1-container {
	position: relative;
	margin-bottom: 100px;
}
.page-style02 .h1-container .txt {
	position: absolute;
	width: 90%;
	max-width: 900px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50px);
	z-index: 4;
}
.page-style02 .h1-container .txt h1 {
	font-family:  var(--neue);
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 10px 20px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
	background: linear-gradient(90deg, #337ccb 0%, #842e2e 100%);
	border-radius: 3px;
	display: inline-block;
}
.page-style02 .h1-container .txt h1 ~ p {
  display: block;
	position: relative;
	font-size: min(4vw,40px);
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #FFF;
	line-height: 1.6em;
	margin: 10px 0 0;
}
.page-style02 .h1-container .bg {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}
.page-style02 .h1-container .bg:before {
	width: 100%;
	height: 183px;
	background: linear-gradient(0deg, #20272e 0%, rgba(106, 110, 115, 0) 80%);
	bottom: 0;
	left: 0;
	z-index: 2;
}
.page-style02 .h1-container .bg img {
	object-fit: cover;
	object-position: top center;
	max-height: 600px;
	position: relative;
}

.interview .profile {
	margin-bottom: 50px;
	padding-left: 20px;
	border-left: 3px solid #2C7FBC;
}
.interview .profile .name {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
}
.interview .profile p:not(.name) {
	font-size: 13px;
	line-height: 1.6em;
}


.layout01 {
	padding: 0 0 80px;
	border-bottom: solid 1px #5C6D80;
}
.layout02 {
	padding: 80px 0;
	border-bottom: solid 1px #5C6D80;
}
.layout03 {
	padding: 80px 0 80px;
}

article[class^="layout0"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.layout01 .vis {
	width: 40%;
}
.layout03 .vis {
	order: 2;
	width: 40%;
}
.layout01 .txt {
	width: 56%;
}
.layout02 .txt {
	width: 100%;
}
.layout03 .txt {
	width: 56%;
}

article[class^="layout0"] .txt .ttl {
	font-size: 24px;
	font-weight: 500;
	padding-left: 30px;
	position: relative;
	line-height: 1.6em;
	margin-bottom: 20px;
}
article[class^="layout0"] .txt .ttl:before {
	width: 20px;
	height: 3px;
	background: #2C7FBC;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
article[class^="layout0"] .txt p:not(.ttl){
	line-height: 2em;
}

.interview .page-block:nth-of-type(2) {
	padding: 80px 0 80px;
}
.interview .page-block:nth-of-type(3) {
	padding: 80px 0 50px;
	margin-bottom: 80px;
	background: #143366;
}
.schedule {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.schedule > div {
	width: 48%;
}
.schedule > div dl {
	border-top: 1px dashed #5c6d80;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.schedule .sch02 {
	border-bottom: 1px dashed #5c6d80;
}
.schedule > div dl dt {
	width: 23%;
	box-sizing: border-box;
	padding-left: 34px;
	color: #2C7FBC;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	line-height: 24px;
}
.schedule > div dl dt:before {
	width: 24px;
	height: 24px;
	background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/clock.svg");
	left: 0;
	top: 0;
}
.schedule > div dl dd {
	width: 77%;
	line-height: 1.6em;
}
.schedule > div dl dd .ttl {
	font-weight: 500;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
}
.schedule > div dl dd p:not(.ttl) {
	font-size: 14px;
}

.other-links ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other-links ul li {
	width: 22.5%;
	position: relative;
	transition: all .5s;
}
@media (hover: hover) {
	.other-links ul li:hover {
		opacity: .7;
	}
}
.other-links ul li .btn-img {
	position: relative;
}
.other-links ul li.active .btn-img {
	border: solid 4px #FFF;
	border-radius: 3px;
}
.other-links ul li.active .btn-img img {
	opacity: .6;
}
.other-links ul li .btn-img p {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	z-index: 2;
	width: 90px;
	height: 30px;
	background: #000;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}
.other-links ul li .btn-img p:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 12px 0 0;
	border-color: #000 transparent transparent transparent;
	right: -12px;
	top: 0;
}
.other-links ul li .profile-txt {
	margin: 20px 0 0;
	padding-left: 10px;
	border-left: 3px solid #2C7FBC;
}
.other-links ul li .profile-txt .name {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 10px;
}
.other-links ul li .profile-txt p:not(.name) {
	font-size: 11px;
} 
.interview .profile-txt p:not(.name) {
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
	.page-style02 .h1-container {
		position: relative;
		margin-bottom: 80px;
	}
	.page-style02 .h1-container .txt {
		position: absolute;
		width: 80%;
		max-width: 900px;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,50px);
		z-index: 4;
	}
	.page-style02 .h1-container .txt h1 {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .05em;
		padding: 6px 10px;
	}
	.page-style02 .h1-container .txt h1 ~ p {
		display: block;
		position: relative;
		font-size: min(4.5vw,40px);
		font-weight: bold;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		color: #FFF;
		line-height: 1.6em;
		margin: 10px 0 0;
	}
	.page-style02 .h1-container .bg {
		position: relative;
		max-width: 1600px;
		margin: 0 auto;
	}
	.page-style02 .h1-container .bg:before {
		width: 100%;
		height: 183px;
		background: linear-gradient(0deg, #20272e 0%, rgba(106, 110, 115, 0) 80%);
		bottom: 0;
		left: 0;
		z-index: 2;
	}
	.page-style02 .h1-container .bg img {
		object-fit: cover;
		object-position: top center;
		max-height: 600px;
		min-height: 250px;
		position: relative;
	}

	.interview .profile {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 50px;
		box-sizing: border-box;
		padding-left: 15px;
		border-left: 3px solid #2C7FBC;
	}
	.interview .profile .name {
		font-size: 16px;
		font-weight: 500;
		padding-bottom: 10px;
	}
	.interview .profile p:not(.name) {
		font-size: 13px;
		line-height: 1.6em;
	}


	.layout01 {
		padding: 0 0 40px;
		border-bottom: solid 1px #5C6D80;
	}
	.layout02 {
		padding: 40px 0;
		border-bottom: solid 1px #5C6D80;
	}
	.layout03 {
		padding: 40px 0 40px;
	}

	.layout01 .vis {
		width: 100%;
		order: 2;
		padding: 30px 0 0;
	}
	.layout03 .vis {
		order: 2;
		width: 100%;
		padding: 30px 0 0;
	}
	.layout01 .txt {
		width: 100%;
		order: 1;
		padding: 0 5% 0;
	}
	.layout02 .txt {
		width: 100%;
		order: 1;
		padding: 0 5% 0;
	}
	.layout03 .txt {
		order: 1;
		width: 100%;
		padding: 0 5% 0;
	}

	article[class^="layout0"] .txt .ttl {
		font-size: 16px;
		font-weight: 500;
		padding-left: 20px;
		position: relative;
		line-height: 1.6em;
		margin-bottom: 20px;
	}
	article[class^="layout0"] .txt .ttl:before {
		width: 10px;
		height: 3px;
		background: #2C7FBC;
		left: 0;
		top: .7em;
		transform: translateY(0);
	}
	article[class^="layout0"] .txt p:not(.ttl){
		line-height: 2em;
		font-size: 14px;
	}

	.interview .page-block:nth-of-type(2) {
		padding: 80px 0 80px;
	}
	.interview .page-block:nth-of-type(3) {
		padding: 80px 0 50px;
		margin-bottom: 80px;
		background: #143366;
	}
	.schedule {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.schedule > div {
		width: 90%;
		margin: 0 auto;
	}
	.schedule > div dl {
		border-top: 1px dashed #5c6d80;
		padding: 30px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.schedule .sch02 {
		border-bottom: 1px dashed #5c6d80;
	}
	.schedule > div dl dt {
		width: 100%;
		box-sizing: border-box;
		padding-left: 34px;
		color: #2C7FBC;
		font-size: 18px;
		font-weight: 600;
		position: relative;
		line-height: 24px;
	}
	.schedule > div dl dt:before {
		width: 24px;
		height: 24px;
		background-image: url("/recruit/wp-content/themes/rinnai_recruit/assets/img/clock.svg");
		left: 0;
		top: 0;
	}
	.schedule > div dl dd {
		width: 100%;
		padding: 20px 0 0;
		line-height: 1.6em;
	}
	.schedule > div dl dd .ttl {
		font-weight: 500;
		padding-bottom: 5px;
		font-size: 16px;
		line-height: 24px;
	}
	.schedule > div dl dd p:not(.ttl) {
		font-size: 13px;
	}

	.other-links ul {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.other-links ul li {
		width: 48%;
		position: relative;
		transition: all .5s;
		margin-bottom: 30px;
	}
	.other-links ul li .btn-img {
		position: relative;
	}
	.other-links ul li.active .btn-img {
		border: solid 4px #FFF;
		border-radius: 3px;
	}
	.other-links ul li.active .btn-img img {
		opacity: .6;
	}
	.other-links ul li .btn-img p {
		position: absolute;
		top: 0;
		left: 0;
		color: #FFF;
		z-index: 2;
		width: 90px;
		height: 30px;
		background: #000;
		text-align: center;
		line-height: 30px;
		font-size: 12px;
	}
	.other-links ul li .btn-img p:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 12px 0 0;
		border-color: #000 transparent transparent transparent;
		right: -12px;
		top: 0;
	}
	.other-links ul li .profile-txt {
		margin: 20px 0 0;
		padding-left: 10px;
		border-left: 3px solid #2C7FBC;
	}
	.other-links ul li .profile-txt .name {
		font-size: 16px;
		font-weight: 500;
		padding-bottom: 10px;
	}
	.other-links ul li .profile-txt p:not(.name) {
		font-size: 11px;
	} 
	.interview .profile-txt p:not(.name) {
		font-size: 13px;
		line-height: 1.6em;
		letter-spacing: 0.06em;
	}
}