@charset "UTF-8";
/* ------------------------------------------------------------ */
/* recruit */
/* ------------------------------------------------------------ */
.min {
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "Times New Roman", sans-serif;
}

.recruit .main-ttl span {
	font-size: 0.6em;
	letter-spacing: 1.5px;
}

.recruit .main-ttl .en {
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #0075b5;
	margin: 0 auto 4px;
}
.recruit .main-ttl .line {
	display: block;
	margin: 0 auto 10px;
	width: 1px;
	height: 80px;
	background-color: rgb(0 117 181 / 100%);
}

.recruit .page-ttl {
	background: url(../img/recruit/bg-page-ttl.png) no-repeat center center / cover;
	color: #fff;
}
.recruit .page-ttl .main-ttl .en {
	/* text-transform: uppercase; */
	/* font-size: 1.4em;
  font-style: italic; */
	color: #fff;
}

/* ------------------------------------- */
/* message */
/* ------------------------------------- */
.msg-box {
	position: relative;
	width: 95%;
	max-width: 540px;
	margin: 0 auto 3em;
	z-index: 1;
}
.msg-box-inner {
	width: 100%;
	padding: 3em 1.5em;
	background-color: #fff;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 2;
}
.msg-box::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgb(0 117 181 / 80%);
	mix-blend-mode: multiply;
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: -1;
}
.msg-box .sub-ttl {
	text-align: left;
	letter-spacing: 3px;
	font-size: 2.4rem;
	font-weight: 500;
	margin: 0 auto 1em;
}
.msg-box p {
	line-height: 2.2;
}

.msg-img {
	margin: 0 auto 1em;
}

/* ------------------------------------- */
/* ourwork */
/* ------------------------------------- */
#ourwork {
	padding-top: 0;
}
.tab-btn {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	padding: 0 1em;
	margin: 4em auto 0;
}
.tab-btn a {
	color: #fff;
}
.tab_btn_item {
	width: calc((100% - 12px) / 3);
	margin: 0 2px;
	/* font-size: 1.8rem; */
	font-weight: bold;
	color: #fff;
	border-radius: 16px 16px 0 0;
	padding: 0.8em 1em 0.6em;
	text-align: center;
	opacity: 0.2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tab_btn_item.eigyo {
	background-color: rgb(0 117 181 / 100%);
}
.tab_btn_item.staff {
	background-color: rgb(0 155 116 / 100%);
}
.tab_btn_item.seizo {
	background-color: rgb(33 155 165 / 100%);
}
.tab_btn_item.is-current {
	opacity: 1;
}

.tab-cnt {
	padding: 4em 0 6em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;
}
.tab-cnt.is-current {
	display: block;
	animation-duration: 1.5s;
	animation-name: fade-in;
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

.tab-cnt.eigyo {
	background-color: rgb(0 117 181 / 10%);
}
.tab-cnt.staff {
	background-color: rgb(0 155 116 / 10%);
}
.tab-cnt.seizo {
	background-color: rgb(33 155 165 / 10%);
}

.tab-ttl {
	padding: 0.4em 1em;
	text-align: center;
	font-size: 2rem;
	background-color: #fff;
	border-radius: 0 0 16px 16px;
	border-top: 5px solid;
	margin: 0 auto 2em;
	width: 100%;
}

.eigyo .tab-ttl {
	color: #0075b5;
	border-color: rgb(0 117 181 / 100%);
}
.staff .tab-ttl {
	color: #009b74;
	border-color: rgb(0 155 116 / 100%);
}
.seizo .tab-ttl {
	color: #219ba5;
	border-color: rgb(33 155 165 / 100%);
}

.flow {
	width: 100%;
	margin: 4em auto 0;
}
.flow-ttl {
	display: inline-block;
	color: #fff;
	padding: 0.5em 1em;
	font-size: 2rem;
	line-height: 1.5;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 1em -1.6em;
	text-align: center;
	position: relative;
}
.flow-ttl::after {
	content: "";
	display: block;
	width: 103%;
	height: 115%;
	border-bottom: 1px solid;
	border-right: 1px solid;
	position: absolute;
	top: 0;
	left: 0;
}

.eigyo .flow-ttl {
	background-color: rgb(0 117 181 / 100%);
}
.eigyo .flow-ttl::after {
	border-color: rgb(0 117 181 / 100%);
}
.staff .flow-ttl {
	background-color: rgb(0 155 116 / 100%);
}
.staff .flow-ttl::after {
	border-color: rgb(0 155 116 / 100%);
}

.seizo .flow-ttl {
	background-color: rgb(33 155 165 / 100%);
}
.seizo .flow-ttl::after {
	border-color: rgb(33 155 165 / 100%);
}

.timetable-box {
	background-color: #fff;
	border-radius: 16px;
	padding: 2em 1.6em 3em;
}

.timetable {
	width: 100%;
	margin: 2em auto 0;
	position: relative;
}
.timetable::after {
	content: "";
	display: block;
	width: 2px;
	height: 99%;
	background-color: #0075b5;
	position: absolute;
	top: 2px;
	left: 7px;
}
.staff .timetable::after {
	background-color: #009b74;
}
.seizo .timetable::after {
	height: 95%;
	background-color: #219ba5;
}
.time-item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 2em;
	margin: 0 0 2em;
	position: relative;
}
.time-item.last {
	margin: 0;
}

.time-item::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #0075b5;
	position: absolute;
	top: 2px;
	left: 0;
}
.staff .time-item::after {
	background-color: #009b74;
}
.seizo .time-item::after {
	background-color: #219ba5;
}

.time {
	color: #8d8d8d;
	font-size: 16px;
	font-weight: bold;
	padding-right: 8px;
	line-height: 1.5;
	width: 68px;
}

.time_cnt {
	width: calc(100% - 68px);
}

.time-ttl {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 10px;
}
.last .time-ttl {
	margin: 0;
}

.eigyo .time-ttl {
	color: #0075b5;
}
.staff .time-ttl {
	color: #009b74;
}
.seizo .time-ttl {
	color: #219ba5;
}

.time-desc {
	font-size: 14px;
}
.flow-img {
	margin: 1em auto;
}
/* ------------------------------------- */
/* about */
/* ------------------------------------- */
.knowledge {
	width: 100%;
	margin: 3em auto 0;
}

.grid {
	display: grid;
	gap: 1em;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.knowledge-box {
	padding: 1.5em 0.5em;
	border-radius: 16px;
	border: 1px solid #0075b5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.knowledge-box.wide {
	padding: 2em 1.5em;
	grid-column: 1 / -1;
}

.data-ttl {
	color: #0075b5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.data {
	/* color: #0075b5;
  font-size: 18px;
  font-weight: bold; */
	width: 100%;
	text-align: center;
}

.din {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	color: rgb(0 155 116 / 50%);
	margin: 8px auto 0;
}
.din .unit {
	font-size: 20px;
	display: inline-block;
	color: #0075b5;
	margin-left: 4px;
	vertical-align: baseline;
	letter-spacing: 0;
}

.knowledge-icon {
	width: 100%;
	max-width: 100px;
	text-align: center;
	margin: auto;
	padding: 5px;
}
.icon-box {
	width: 100%;
	margin: 5px auto;
}

.knowledge-item {
	width: 100%;
	margin: 1em auto;
}
.knowledge-item .row {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.knowledge-item .row .din {
	margin-inline: 0;
}
.knowledge-item .row .data-ttl {
	padding: 0 1em 0 0;
}

.knowledge-item .logo {
	width: 80%;
	margin: 0 auto 1em;
}
.pie {
	width: 100%;
	margin: 1.5em auto 2.5em;
	text-align: center;
}

.data-table table {
	width: 100%;
	margin: 1em auto 0;
}

.data-table tr {
	background-color: rgb(0 155 116 / 20%);
}
.data-table tr:nth-of-type(odd) {
	background-color: rgb(0 155 116 / 10%);
}

.data-table th {
	background-color: rgb(0 155 116 / 60%);
	text-align: center;
	font-weight: bold;
	color: #fff;
	/* font-size: 18px; */
	padding: 0.8em 5px;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	vertical-align: middle;
}

.data-table td {
	padding: 0.8em 5px;
	text-align: center;
	/* font-weight: bold; */
	font-size: 15px;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	vertical-align: middle;
}
.data-table .din {
	font-size: 40px;
	margin: 5px auto;
}
.data-table .din .unit {
	font-size: 16px;
	margin: 0 4px;
}
.data-table .caps {
	font-size: 12px;
	text-align: left;
	margin: 8px auto 0;
}

.knowledge + .caps {
	font-size: 14px;
	text-align: center;
	margin: 3em auto;
}
/* ------------------------------------- */
/* support */
/* ------------------------------------- */
#support {
	background-color: rgb(0 117 181 / 10%);
}
#support .main-ttl {
	margin-top: -3em;
}

.support-box {
	background-color: #fff;
	border-radius: 16px;
	padding: 2em 1em 3em;
	justify-content: center;
	margin: 2em auto;
}
.support-box .sub-ttl {
	color: #0075b5;
	width: 100%;
	margin: 0 auto 1em;
}

.support-list-item {
	width: 120px;
	height: 120px;
	margin: 0.5rem;
	border-radius: 50%;
	background-color: rgb(0 155 116 / 10%);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.support-icon {
	width: 64px;
	min-height: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 8px auto;
}
.support-caps {
	width: 100%;
	line-height: 1.3;
	/* font-size: 18px; */
	/* margin-top: auto; */
}

.support-item {
	margin: 1.5em auto 0;
}
.support-item-ttl {
	background-color: rgb(0 155 116 / 60%);
	text-align: center;
	color: #fff;
	margin: 0 auto 5px;
	padding: 0.5em 1em;
}
.support-desc {
	padding: 1.5em 2em;
	background-color: rgb(0 155 116 / 10%);
}
.support-desc span {
	color: rgb(0 155 116 / 100%);
}

/* ------------------------------------- */
/* voice */
/* ------------------------------------- */

.voice-list-item {
	width: 95%;
	margin: 3em 0 3em auto;
	padding: 3em 1.5em 2em;
	border-radius: 16px;
	border: 2px solid #0075b5;
	position: relative;
}

.voice-ttl {
	display: inline-block;
	color: #fff;
	padding: 0.5em 0.5em 0.5em 3.5em;
	font-size: 1.8rem;
	line-height: 1.5;
	width: 115%;
	max-width: 300px;
	margin: 0 0 2em -2em;
	text-align: center;
	position: relative;
}
.voice-ttl::after {
	content: "";
	display: block;
	width: 103%;
	height: 115%;
	border-bottom: 1px solid;
	border-right: 1px solid;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.voice_eigyo .voice-ttl {
	background-color: rgb(0 117 181 / 100%);
}
.voice_eigyo .voice-ttl::after {
	border-color: rgb(0 117 181 / 100%);
}
.voice_staff .voice-ttl {
	background-color: rgb(0 155 116 / 100%);
}
.voice_staff .voice-ttl::after {
	border-color: rgb(0 155 116 / 100%);
}
.voice_seizo .voice-ttl {
	background-color: rgb(33 155 165 / 100%);
}
.voice_seizo .voice-ttl::after {
	border-color: rgb(33 155 165 / 100%);
}

.voice-ttl .icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #e5f1f8;
	background-image: url(../img/recruit/icon-voice-man01.svg);
	background-repeat: no-repeat;
	background-size: auto 60%;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: -0.8em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.voice_eigyo .icon {
	background-image: url(../img/recruit/icon-voice-man01.svg);
}
.voice_staff .icon {
	background-color: #e5f5f1;
	background-image: url(../img/recruit/icon-voice-woman01.svg);
}
.voice_seizo .icon {
	background-color: #e8f5f6;
}
.voice_seizo.man .icon {
	background-image: url(../img/recruit/icon-voice-man02.svg);
}
.voice_seizo.woman .icon {
	background-image: url(../img/recruit/icon-voice-woman02.svg);
}

/* ------------------------------------- */
/* guide */
/* ------------------------------------- */
#guide {
	background-color: rgb(0 117 181 / 10%);
}
#guide .main-ttl {
	margin-top: -3em;
}
#guide .post_content.page {
	padding: 0;
}
#guide .post_content.page .postBox {
	background: none;
}
.guide-table {
	border-radius: 16px;
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto 2em;
}
.post_content .guide-table h3 {
	text-align: center;
	padding: 0.5em;
}
.post_content .guide-table h3::after {
	display: none;
}
.guide-table.eigyo h3 {
	background-color: #0075b5;
}
.guide-table.staff h3 {
	background-color: #009b74;
}
.guide-table.seizo h3 {
	background-color: #219ba5;
}

.guide-table table {
	width: 90%;
	max-width: 680px;
	margin: 0 auto;
}
.guide-table table th,
.guide-table table td {
	padding: 1rem 0.5rem;
	line-height: 1.5;
}
.guide-table table th {
	width: 30%;
	text-align: left;
	border-bottom: 2px solid #007ece;
}
.guide-table.staff table th {
	border-bottom-color: #009b74;
}
.guide-table.seizo table th {
	border-bottom-color: #219ba5;
}

/* ------------------------------------- */
/* office */
/* ------------------------------------- */

.nav-slider {
	position: relative;
	margin: 3em auto;
}
.nav-slider .desc {
	text-align: center;
	padding: 10px;
}
.nav-slider h4 {
	text-align: center;
	color: #007ece;
	margin: 0 auto 10px;
	font-size: 18px;
}
.nav-slider .arw-nav {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 2rem;
	color: #fff;
	background-color: rgb(0 117 181 / 100%);
	position: absolute;
	top: 22%;
	z-index: 1;
}
.nav-slider .arw-prev {
	left: 5%;
}
.nav-slider .arw-next {
	right: 5%;
}

/* .lightbox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
} */
/* .lb-outerContainer {
	position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
} */
.lb-nav a.lb-next {
	background-size: 120% auto;
	background-position: right 140% top 48%;
}
.lb-nav a.lb-prev {
	background-size: 120% auto;
	background-position: left 140% top 48%;
}
.lb-data {
	position: relative;
}
.lb-data .lb-details {
	width: 100%;
	float: none;
	text-align: center;
	font-size: 16px;
	padding: 5px;
}
.lb-data .lb-close {
	float: none;
	position: absolute;
	right: 0;
	top: 0;
}
/* ------------------------------------- */
/* contact */
/* ------------------------------------- */

#contact {
	background: url(../img/recruit/bg-page-ttl.png) no-repeat center center / cover;
	color: #fff;
	padding: 2em 0;
}
#contact .column .item {
	margin: 0 auto;
	padding: 2em 1em;
}
#contact .column .item:first-of-type {
	border-bottom: 1px solid #fff;
}
#contact .txt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 10px;
}
#contact .btn a {
	font-size: 1.8rem;
}

@media screen and (min-width: 480px) {
	/* ------------------------------------- */
	/* message */
	/* ------------------------------------- */
	#message .inner {
		position: relative;
	}
	#message .main-ttl {
		text-align: left;
		margin: 1.2em auto;
	}
	.msg-box {
		width: 70%;
		margin: 0 auto 0 0;
	}

	.msg-img {
		margin: 0;
		position: absolute;
		z-index: -1;
	}
	.msg-img:first-of-type {
		width: 60%;
		max-width: 580px;
		top: -5%;
		right: 1em;
	}
	.msg-img:nth-of-type(2) {
		width: 50%;
		max-width: 380px;
		bottom: -10%;
		right: 1em;
	}

	/* ------------------------------------- */
	/* ourwork */
	/* ------------------------------------- */
	#ourwork {
		padding-top: 8em;
		padding-bottom: 0;
	}

	.tab-cnt .sub-ttl {
		text-align: left;
		margin: 0 0 1em;
	}
	.tab-cnt .flx_box {
		width: 90%;
	}
	.tab-cnt .flx_2cols .flx_item {
		width: 100%;
		margin: 0 0 1em;
	}
	.tab-cnt .img {
		text-align: center;
	}
	.flow {
		width: 90%;
		max-width: 560px;
		margin: 4em auto 0;
	}

	.flow-img {
		margin: 1em auto 1em 68px;
	}

	.din {
		font-size: 80px;
	}
	/* ------------------------------------- */
	/* guide */
	/* ------------------------------------- */

	.knowledge-item {
		margin: 1em auto 2em;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.knowledge-item .logo {
		width: 55%;
		margin: 0 auto;
	}
	.knowledge-item .logo + .data {
		width: 40%;
	}
	.knowledge-item > .data-ttl {
		width: 100%;
		margin: 0 auto 1em;
	}
	.knowledge-item > .data {
		width: 50%;
	}

	.pie {
		width: 40%;
		margin: 0;
	}
	.data-table {
		width: 100%;
	}
	.data-table table {
		margin: 0 auto;
	}
	.data-table .din {
		margin: 0 5px;
		display: inline-block;
	}
	.data-table .caps {
		text-align: right;
	}

	/* ------------------------------------- */
	/* support */
	/* ------------------------------------- */
	.support-item {
		margin: 1em auto 0;
		width: 48%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.support-item-ttl {
		width: 100%;
	}
	.support-desc {
		height: 100%;
	}

	/* ------------------------------------- */
	/* office */
	/* ------------------------------------- */
	.nav-slider .arw-nav {
		top: 32%;
	}
	.nav-slider .arw-prev {
		left: 15%;
	}
	.nav-slider .arw-next {
		right: 15%;
	}
	/* ------------------------------------- */
	/* contact */
	/* ------------------------------------- */
	#contact {
		padding: 3em 0 3.5em;
	}
	#contact .column .item {
		padding: 0 1em 0;
	}
	#contact .column .item:first-of-type {
		border-bottom: none;
		border-right: 1px solid #fff;
	}
	#contact .column .btn {
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) {
	/* ------------------------------------- */
	/* contents */
	/* ------------------------------------- */
	.recruit .content .inner {
		max-width: calc(800px + 5em);
	}
	.recruit .main-ttl .en {
		font-size: 1.725em;
	}
	/* ------------------------------------- */
	/* message */
	/* ------------------------------------- */
	#message .main-ttl {
		margin: 2.5em auto 1em;
	}

	.msg-box-inner {
		padding: 3.5em 3em;
	}
	.msg-box .sub-ttl {
		font-size: 2.8rem;
		line-height: 1.7;
	}
	.msg-img:first-of-type {
		width: 55%;
		top: -5%;
		right: 3%;
	}
	.msg-img:nth-of-type(2) {
		width: 45%;
		bottom: -20%;
		right: 5%;
	}

	/* ------------------------------------- */
	/* ourwork */
	/* ------------------------------------- */
	#ourwork {
		padding-top: 12em;
		padding-bottom: 0;
	}
	.tab-btn {
		max-width: calc(800px + 2em);
	}
	.tab_btn_item {
		font-size: 2rem;
	}
	.tab-ttl {
		font-size: 2.2rem;
	}
	.tab-cnt .flx_box {
		width: 100%;
	}
	.tab-cnt .flx_2cols .flx_item {
		width: 50%;
		margin: 0;
	}
	.tab-cnt .flx_2cols .flx_item:nth-of-type(2n) {
		width: 45%;
		margin: 0;
	}
	.flow {
		width: 90%;
		margin: 4em auto 0 3em;
	}

	.flow-ttl {
		font-size: 2rem;
		margin: 0 auto 1em -4.8em;
	}
	.timetable-box {
		padding: 3em 3.6em 3em;
	}
	.timetable {
		width: 80%;
		margin: 2em 0 0;
		position: relative;
	}
	.time-item {
		margin: 0 0 3em;
	}
	.flow-img {
		margin: 0;
		position: absolute;
		right: -70%;
		width: 70%;
		max-width: 280px;
	}
	.eigyo .flow-img01 {
		top: -5%;
	}
	.eigyo .flow-img02 {
		top: 65%;
	}
	.eigyo .flow-img03 {
		top: -95%;
	}
	.staff .flow-img01 {
		top: 35%;
	}
	.staff .flow-img02 {
		top: 36%;
	}
	.staff .flow-img03 {
		top: 25%;
	}
	.seizo .flow-img01 {
		top: 15%;
	}
	.seizo .flow-img02 {
		top: 32%;
	}
	.seizo .flow-img03 {
		top: 25%;
	}
	/* ------------------------------------- */
	/* about */
	/* ------------------------------------- */
	.desc {
		max-width: 500px;
		margin: 0 auto;
		font-size: 14px;
	}
	#about .desc {
		margin: 4em auto 5em;
	}
	.grid {
		gap: 2.5em;
	}
	.knowledge-box {
		padding: 1.5em 1.5em;
		flex-direction: row;
		justify-content: center;
	}
	.knowledge-box > .data {
		width: 55%;
	}
	.knowledge-icon {
		width: 45%;
	}
	.icon-box {
		width: 45%;
	}
	.icon-box .knowledge-icon:first-of-type {
		width: auto;
		margin: 0 0 0 auto;
	}
	.icon-box .knowledge-icon:nth-of-type(2) {
		width: auto;
		margin: 0 auto 0 0;
	}

	.knowledge-box.wide {
		padding: 2em 3.5em 4.5em;
		flex-wrap: wrap;
	}
	.knowledge-item {
		margin: 4em auto 0;
	}
	.knowledge-item:first-of-type {
		margin: 2.5em auto 0;
	}
	.pie {
		max-width: 165px;
	}
	/* ------------------------------------- */
	/* support */
	/* ------------------------------------- */
	#support .main-ttl {
		margin-top: -3em;
		margin-bottom: 2em;
	}
	.support-box {
		margin: 4em auto;
		padding: 3em 2em 3em;
	}
	.support-list-item {
		width: 140px;
		height: 140px;
		margin: 1rem 0.5rem;
	}
	/* ------------------------------------- */
	/* voice */
	/* ------------------------------------- */
	.voice-list-item {
		padding: 3em 3.5em 3em;
	}
	.voice-ttl {
		padding: 0.5em 0.5em 0.5em 5.5em;
		max-width: 320px;
		margin: 0 0 2em -4.5em;
		text-align: left;
	}
	.voice-ttl .icon {
		width: 92px;
		height: 92px;
		background-size: auto 50%;
	}
	/* ------------------------------------- */
	/* guide */
	/* ------------------------------------- */

	.post_content .guide-table h3 {
		padding: 1em;
		margin: 0 auto 1.5em;
		font-size: 2rem;
	}
	.guide-table {
		margin: 4em auto 0em;
		padding: 0 0 2em;
	}
	.guide-table table {
		width: 80%;
	}
	.guide-table table th,
	.guide-table table td {
		padding: 1.2rem 1rem;
	}
	/* ------------------------------------- */
	/* guide */
	/* ------------------------------------- */
	.nav-slider {
		margin: 4em auto 6em;
	}
	.nav-slider .arw-nav {
		top: 35%;
	}
	.nav-slider .arw-prev {
		left: 15%;
	}
	.nav-slider .arw-next {
		right: 15%;
	}
}
@media screen and (min-width: 1025px) {
	/* ------------------------------------- */
	/* contents */
	/* ------------------------------------- */
	#message {
		padding-top: 10em;
	}
	.msg-img:first-of-type {
		top: -12%;
		right: 0;
	}
	.tab_btn_item:hover {
		opacity: 1;
	}
	.flow-img {
		right: -80%;
	}

	.knowledge-item .logo {
		width: 45%;
		margin: 0 2em;
	}
	.knowledge-item .logo img {
		width: 100%;
	}
	.knowledge-item .logo + .data {
		width: 185px;
	}
	.number {
		width: 150px;
		display: inline-block;
	}
	.knowledge-box:first-of-type .number {
		width: 100px;
	}

	.data-table td {
		font-size: 16px;
	}
	.data-table .din .unit {
		margin: 0 8px;
		vertical-align: middle;
	}

	#support .main-ttl {
		margin-top: -4.5em;
	}
	.support-list-item {
		width: 160px;
		height: 160px;
		margin: 1rem 1.2rem;
	}
	.support-item {
		margin: 1em 0.5rem 0;
		width: 45%;
	}
	#guide .main-ttl {
		margin-top: -4.5em;
	}
  #contact {
    padding: 5em 0 5em;
  }
  #contact .txt {
    margin: 0 auto 30px;
  }
  #contact .column .btn {
    margin: 0 auto 10px;
  }
  #contact .btn a {
    font-size: 1.8rem;
    padding: 1em;
    border-radius: 100vmax;
  }
}
