@charset "UTF-8";
/* -----------------------------------------------
= loading
----------------------------------------------- */
@keyframes scale-zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	background: #fff;
}
.loading p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.loading img {
	width: 20rem;
	animation: scale-zoom 4s 0s forwards;
}
/* -----------------------------------------------
= top_main
----------------------------------------------- */
.top_main {
	position: relative;
	width: 100%;
	height: 100svh;
	overflow: hidden;
	opacity: 0;
	transition: opacity .6s .2s;
}
.top_main.visible {
	opacity: 1;
}
.top_main .copy {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.top_main .copy_jp {
	max-width: 54vw;
	width: 40rem;
	margin: 0 auto 3rem;
	display: flex;
	flex-wrap: wrap;
}
.top_main .copy_jp span {
	opacity: 0;
	transform: scale(0);
	transition: transform .6s cubic-bezier(0.47, 0.05, 0.1, 1), opacity .6s cubic-bezier(0.47, 0.05, 0.1, 1);
}
.top_main .copy_jp span:nth-child(4n-3) {
	transition-delay: 1.16s;
}
.top_main .copy_jp span:nth-child(4n-2) {
	transition-delay: 1.02s;
}
.top_main .copy_jp span:nth-child(4n-1) {
	transition-delay: .9s;
}
.top_main .copy_jp span:nth-child(4n) {
	transition-delay: .8s;
}
.top_main.visible .copy_jp span {
	opacity: 1;
	transform: scale(1);
}
.top_main .copy_jp span:nth-child(5),
.top_main .copy_jp span:nth-child(10) {
	clear: left;
}
.top_main .copy_jp img {
	width: auto;
	height: 9.87rem;
}
.top_main .copy_en {
	width: 39.6rem;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .6s .8s, transform .6s .8s;
}
.top_main.visible .copy_en {
	opacity: 1;
	transform: translate(0);
}
.top_main .copy_en img {
	width: auto;
	height: 2.7rem;
}
.top_main .site_name {
	width: 39.6rem;
	margin: 3rem auto 0;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4rem;
	letter-spacing: .15em;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .6s .8s, transform .6s .8s;
}
.top_main.visible .site_name {
	opacity: 1;
	transform: translate(0);
}
.top_slide .slide_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.top_slide .slick-list,
.top_slide .slick-track {
	height: 100vh;
}
.top_slide .slick-slide {
	height: 100vh;
	outline: none;
}
.top_slide .slide_item .slide_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.top_slide .slide_item .slide_img span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 10rem);
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}
.top_slide .slide_item.num01 .slide_img span {
	background-position: 35% 0;
}
.top_slide .slide_item.num02 .slide_img span {
	background-position: 40% 0;
}
.top_slide .slide_item.num03 .slide_img span {
	background-position: 65% 0;
}
.top_slide .slide_item.num04 .slide_img span {
	background-position: 70% 0;
}
.top_slide .slide_item.slick-active .slide_img span {
	animation: loop-slide 7s infinite linear both;
}
@keyframes loop-slide {
	0% {
		opacity: 0;
		transform: translateX(10rem);
	}
	20% {
		opacity: 1;
	}
	85% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(0);
	}
}
@media print, screen and (min-width: 767px){/* PC */
.top_main {
	height: 100vh;
}
.top_main .copy_jp {
	width: 32.6rem;
	margin: 0 auto 1.6rem;
}
.top_main .copy_jp img {
	height: 8rem;
}
.top_main .copy_en {
	width: 32.1rem;
}
.top_main .copy_en img {
	height: 2.2rem;
}
.top_main .site_name {
	width: 32rem;
	font-size: 3rem;
}
}/* @media */
/* -----------------------------------------------
= top_subtitle
----------------------------------------------- */
.top_subtitle {
	margin-bottom: 8rem;
	font-family: "Noto Sans JP", sans-serif;
}
.top_subtitle .en {
	display: block;
	color: #29A8FF;
	font-size: 7rem;
	letter-spacing: 0.025em;
	opacity: 0;
	transition: opacity .6s .2s;
}
.top_subtitle .en.visible {
	opacity: 1;
}
.top_subtitle .en.effect_title span {
	opacity: 0;
	transform: scale(0);
	transition: transform .6s cubic-bezier(0.47, 0.05, 0.1, 1), opacity .6s cubic-bezier(0.47, 0.05, 0.1, 1);
}
.top_subtitle .en.effect_title span:nth-child(4n-3) {
	transition-delay: .66s;
}
.top_subtitle .en.effect_title span:nth-child(4n-2) {
	transition-delay: .52s;
}
.top_subtitle .en.effect_title span:nth-child(4n-1) {
	transition-delay: .4s;
}
.top_subtitle .en.effect_title span:nth-child(4n) {
	transition-delay: .3s;
}
.top_subtitle .en.effect_title.visible span {
	opacity: 1;
	transform: scale(1);
}
.top_subtitle .jp {
	display: block;
	margin-top: 2rem;
	font-size: 3rem;
	line-height: calc(42 / 30);
	letter-spacing: 0.15em;
	opacity: 0;
	transition: opacity .6s .2s;
}
.top_subtitle .jp.visible {
	opacity: 1;
}
@media print, screen and (min-width: 767px){/* PC */
.top_subtitle .en {
	font-size: 5.3rem;
}
.top_subtitle .jp {
	font-size: 2.2rem;
}
}/* @media */
/* -----------------------------------------------
= view_more
----------------------------------------------- */
.view_more > span {
	display: block;
	position: relative;
	color: #fff;
	border: 0.5px solid #fff;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	overflow: hidden;
	transition: background .5s;
}
.view_more > span::before {
	content: "＋";
	display: block;
	position: absolute;
	top: 2.7vw;
	right: 4.4vw;
	z-index: 2;
	color: #fff;
	font-size: 4rem;
}
.view_more > span > span {
	display: block;
	position: relative;
	z-index: 3;
	padding: 4vw;
	color: #fff;
}
.view_more > span > span::before,
.view_more > span > span::after {
	content: "";
	display: block;
	position: absolute;
	right: 6.8vw;
	z-index: 3;
	width: 0.5px;
	height: 2.4vw;
	background: #fff;
}
.view_more > span > span::before {
	top: 0;
}
.view_more > span > span::after {
	bottom: 0;
}
@media print, screen and (min-width: 767px){/* PC */
.view_more > span {
	width: 160px;
	margin-inline: auto;
}
.view_more > span > span {
	padding: 18px 12px 18px 15px;
	font-size: 1rem;
}
.view_more > span::before {
	top: 14px;
	right: 12px;
	font-size: 2rem;
}
.view_more > span > span::before,
.view_more > span > span::after {
	right: 22px;
	height: 12px;
}
}/* @media */
@media (hover:hover) {
.view_more_block:hover .view_more > span {
	background: #fff;
}
.view_more_block:hover .view_more > span::before {
	color: #29A8FF;
}
.view_more > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #29A8FF;
	transition: transform 0.3s cubic-bezier(1, 0, 0, 1)
}
.view_more_block:hover .view_more > span::after {
	transform: translateX(100%);
}
.view_more_block:hover .view_more > span > span {
	color: #29A8FF;
}
.view_more_block:hover .view_more > span > span::before,
.view_more_block:hover .view_more > span > span::after {
	background: #29A8FF;
}
}/* @media */
/* -----------------------------------------------
= more
----------------------------------------------- */
.more {
	position: relative;
	padding: 3.1rem;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	overflow: hidden;
	transition: background .5s;
}
a[target="_blank"] .more span {
	display: block;
	position: relative;
	z-index: 1;
}
.more span::after {
	content: "";
	position: absolute;
	top: calc(50% - 1.6rem);
	right: 0;
	width: 3.2rem;
	height: 3.2rem;
}
@media print, screen and (min-width: 767px){/* PC */
.more {
	width: 160px;
	padding: 0;
}
.more span {
	padding: 18px 12px 18px 15px;
	font-size: 1rem;
}
a[target="_blank"] .more span::after {
	top: calc(50% - .8rem);
	right: 1rem;
	width: 1.6rem;
	height: 1.6rem;
}
}/* @media */
@media (hover:hover) {
.more::before {
	content: "";
	position: absolute;
	inset: 0;
	transition: transform 0.3s cubic-bezier(1, 0, 0, 1)
}
a:hover .more::before {
	transform: translateX(100%);
}
}/* @media */
/* -----------------------------------------------
= modal
----------------------------------------------- */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	overflow-y: auto;
	overscroll-behavior: contain;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 490;
	width: 100vw;
	height: 100%;
	min-height: 100vh;
	background-color: #333;
	opacity: 0.8;
}
.modal .modal_content_in {
	position: relative;
	margin: 10rem 3rem 30rem;
	padding: 14rem 3rem 13rem;
	background: #fff;
}
.modal .modal_btn_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 10rem;
	height: 10rem;
	background: #3D3D3D;
}
.modal .modal_btn_close img {
	width: 5rem;
}
@media print, screen and (min-width: 767px){/* PC */
.modal .modal_content {
	display: grid;
	place-content: center;
	min-height: 100vh;
}
.modal .modal_content_in {
	margin: 2rem auto;
}
.modal .modal_btn_close {
	width: 6.2rem;
	height: 6.2rem;
}
.modal .modal_btn_close img {
	width: 3.2rem;
}
}/* @media */
/* -----------------------------------------------
= top_message
----------------------------------------------- */
.top_message {
	padding: 10rem 3rem;
}
.top_message .top_subtitle {
	margin-bottom: 5rem;
}
.top_message .text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: calc(52 / 28);
	letter-spacing: 0.045em;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .4s, transform .8s .4s;
}
.top_message .text.visible {
	opacity: 1;
	transform: translate(0);
}
@media print, screen and (min-width: 767px){/* PC */
.top_message {
	display: flex;
	max-width: 110rem;
	margin-inline: auto;
	padding: 7.5rem 3rem;
}
.top_message .top_subtitle {
	width: 32rem;
}
.top_message .top_subtitle .jp {
	font-size: 3rem;
}
.top_message .set {
	flex: 1;
}
.top_message .text {
	font-size: 2.1rem;
	line-height: calc(42 / 21);
}
}/* @media */
/* -----------------------------------------------
= top_area
----------------------------------------------- */
.top_area {
	margin-bottom: 8rem;
	padding: 10rem 3rem;
	background: #DCEFFA;
}
.top_area .img {
	margin-bottom: 8rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .2s, transform .8s .2s;
}
.top_area .img.visible {
	opacity: 1;
	transform: translate(0);
}
.top_area .set > .text {
	margin-bottom: 8rem;
	font-size: 2.7rem;
	line-height: calc(48 / 27);
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .2s, transform .8s .2s;
}
.top_area .set > .text.visible {
	opacity: 1;
	transform: translate(0);
}
.top_area .area {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.6rem;
}
.top_area .area li {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .2s, transform .8s .2s;
}
.top_area .area li.visible {
	opacity: 1;
	transform: translate(0);
}
.top_area .area button {
	width: 100%;
	padding: 2.6rem 2.6rem 3rem;
	color: #fff;
	background: #29A8FF;
}
.top_area .area button .text {
	display: block;
	margin-bottom: 2rem;
	font-size: 3rem;
	line-height: calc(48 / 30);
	text-align: center;
	letter-spacing: .15em;
}
.top_area .area li:nth-last-child(-n+2) button .text {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 3.3em;
}
.top_area .area button .view_more {
	text-align: left;
}
.top_area .area button .view_more span {
	margin-block: 0;
}
.modal.area .detail h3 {
	margin-bottom: 3.6rem;
	padding: 3rem;
	color: #fff;
	background: #29A8FF;
	font-size: 4rem;
	text-align: center;
	letter-spacing: .15em;
}
.modal.area .detail p {
	margin-top: 4.8rem;
	font-size: 2.6rem;
	line-height: calc(48 / 26);
}
@media print, screen and (min-width: 767px){/* PC */
.top_area {
	padding: 8rem 3rem;
}
.top_area .inner {
	display: grid;
	grid-template-columns: 1fr calc(452 / 1100 * 100%) calc(286 / 1100 * 100%);
	gap: 0 3.8rem;
	max-width: 110rem;
	margin-inline: auto;
}
.top_area .img {
	margin-bottom: 0;
}
.top_area .set > .text {
	margin-bottom: 3.5rem;
	font-size: 1.7rem;
	line-height: calc(30 / 17);
}
.top_area .area {
	display: block;
}
.top_area .area li + li {
	margin-top: 3.8rem;
}
.top_area .area button {
	padding: .9rem 1.5rem 1.8rem;
}
.top_area .area button .text {
	margin-bottom: 1rem;
	font-size: 2.2rem;
}
.top_area .area li:nth-last-child(-n+2) button .text {
	min-height: 0;
}
.modal.area .modal_content_in {
	max-width: 97.6rem;
	padding: 9.8rem 6.2rem;
}
.modal.area .detail {
	display: grid;
	grid-template-columns: calc(511 / 976 * 100%) 1fr;
	grid-template-rows: auto 1fr;
	grid-template-areas:
		"img title"
		"img text";
	gap: 3rem 3.6rem;
	align-items: start;
}
.modal.area .detail .img {
	grid-area: img;
}
.modal.area .detail h3 {
	grid-area: title;
	margin-bottom: 0;
	font-size: 3rem;
}
.modal.area .detail p {
	grid-area: text;
	align-self: start;
	height: auto;
	margin-top: 0;
	font-size: 1.6rem;
	line-height: calc(32 / 16);
}
}/* @media */
/* -----------------------------------------------
= top_work
----------------------------------------------- */
.top_work {
	margin-bottom: 8rem;
	padding: 10rem 3rem;
	background: #F3F3F3;
}
.top_work ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.6rem;
}
.top_work li {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .2s, transform .8s .2s;
}
.top_work li.visible {
	opacity: 1;
	transform: translate(0);
}
.top_work li a {
	display: block;
	padding-bottom: .1rem;
	background: #29A8FF;
}
.top_work li .set {
	padding: 2.5rem 2.3rem;
	background: #fff;
}
.top_work li .set h3 {
	margin-bottom: 2rem;
	color: #29A8FF;
	font-size: 4rem;
}
.top_work li .set h3 span {
	font-size: 3rem;
}
.top_work li .set p {
	font-size: 2.6rem;
	line-height: calc(40 / 26);
}
.top_work li .set p.stepup {
	margin-top: 1.5rem;
	color: #29A8FF;
	font-size: 2rem;
}
.top_work li .set p.stepup span {
	font-size: 2.4rem;
}
.top_work li .img img {
	display: block;
	width: 100%;
	height: 33.2rem;
	object-fit: cover;
	object-position: 50% 30%;
}
.top_work .bg {
	margin-inline: -3rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .4s, transform .8s .4s;
}
.top_work .bg.visible {
	opacity: 1;
	transform: translate(0);
}
.top_work .more {
	margin: 3.2rem 2.6rem;
	color: #fff;
	border: 0.5px solid #fff;
}
.top_work a[target="_blank"] .more span::after {
	background: url(../img/shared/icon_external_white.svg) no-repeat 50% / cover;
}
@media print, screen and (min-width: 767px){/* PC */
.top_work {
	padding: 7rem 3rem;
}
.top_work .inner {
	display: grid;
	grid-template-columns: 1fr calc(776 / 1100 * 100%);
	gap: 0 3.8rem;
	max-width: 110rem;
	margin-inline: auto;
}
.top_work ul {
	gap: 3.8rem;
	position: relative;
	z-index: 1;
}
.top_work li .box {
	display: flex;
	background: #fff;
}
.top_work ul:first-child li .box .img {
	width: min(17.7rem, calc(177 / 1500 * 100vw));
}
.top_work ul:last-child li:first-child .box .img {
	width: min(12.9rem, calc(129 / 1500 * 100vw));
}
.top_work ul:last-child li:last-child .box .img {
	width: min(20.9rem, calc(209 / 1500 * 100vw));
}
.top_work li .img img {
	width: auto;
	height: 100%;
}
.top_work li .set {
	flex: 1;
	padding: 1rem 1.5rem;
}
.top_work li .set h3 {
	margin-bottom: 1rem;
	font-size: 3rem;
}
.top_work li .set h3 span {
	font-size: 2.4rem;
}
.top_work li .set p {
	font-size: 1.6rem;
	line-height: calc(28 / 16);
}
.top_work li .set p.stepup {
	margin-top: 0;
	font-size: 1.5rem;
}
.top_work li .set p.stepup span {
	font-size: 1.7rem;
}
.top_work .bg {
	position: relative;
	margin: -20.5rem auto -21.6rem -65rem;
}
.top_work .more {
	margin: 1.5rem auto;
}
}/* @media */
@media (hover:hover) {
.top_work li a:hover .more {
	color: #29a8ff;
	background: #fff;
}
.top_work li .more::before {
	background: #29a8ff;
}
.top_work li a[target="_blank"]:hover .more span::after {
	background-image: url(../img/shared/icon_external_blue.svg);
}
}/* @media */
/* -----------------------------------------------
= top_career
----------------------------------------------- */
.top_career {
	margin-bottom: 8rem;
	padding: 10rem 3rem;
	background: #DCEFFA;
}
.top_career li {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .2s, transform .8s .2s;
}
.top_career li.visible {
	opacity: 1;
	transform: translate(0);
}
.top_career li + li {
	margin-top: 4.8rem;
}
.top_career button {
	width: 100%;
	color: #fff;
	background: #29A8FF;
}
.top_career li .set {
	display: flex;
	align-items: center;
	color: #3D3D3D;
	background: #fff;
}
.top_career li .set img {
	width: 41rem;
}
.top_career li .set .text {
	flex: 1;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: .15em;
}
.top_career li .set .text span {
	display: block;
	margin-top: 2rem;
	color: #29A8FF;
	font-size: 4rem;
}
.top_career .view_more > span {
	max-width: 48rem;
	margin: 4rem auto;
}
.modal.career .detail h3 {
	margin-bottom: 8rem;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: .15em;
}
.modal.career .detail h3 span {
	display: block;
	margin-top: 2rem;
	color: #29A8FF;
	font-size: 4rem;
}
.modal.career .detail ol {
	margin-bottom: 3rem;
	padding: 10rem 9.5rem;
	background: #29A8FF;
}
.modal.career .detail ol > li {
	padding: 5rem 2rem;
	background: #fff;
	font-size: 3rem;
	line-height: 1.21;
	text-align: center;
}
.modal.career .detail ol > li + li {
	position: relative;
	margin-top: 11rem;
}
.modal.career .detail ol > li + li::before {
	content: "";
	position: absolute;
	top: -7rem;
	left: calc(50% - 1.9rem);
	width: 3.8rem;
	height: 3.2rem;
	background: #3d3d3d;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.modal.career .detail ol ul li {
	margin-block: 5px;
}
.modal.career .detail .note {
	font-size: 2.4rem;
}
@media print, screen and (min-width: 767px){/* PC */
.top_career {
	padding: 7rem 3rem;
}
.top_career .inner {
	display: grid;
	grid-template-columns: 1fr calc(776 / 1100 * 100%);
	gap: 0 3.8rem;
	max-width: 110rem;
	margin-inline: auto;
}
.top_career ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3.8rem;
}
.top_career li + li {
	margin-top: 0;
}
.top_career li .set img {
	width: min(22.3rem, calc(223 / 1500 * 100vw));
}
.top_career li .set .text {
	flex: 1;
	font-size: 2.2rem;
}
.top_career li .set .text span {
	margin-top: 2rem;
	font-size: 3rem;
}
.top_career .view_more > span {
	max-width: 16rem;
	margin: 1.6rem auto;
	text-align: left;
}
.modal.career .modal_content_in {
	max-width: 110rem;
	padding: 6.3rem 6.2rem 4rem;
}
.modal.career .detail h3 {
	margin-bottom: 6rem;
	font-size: 2.2rem;
}
.modal.career .detail h3 span {
	margin-top: 2rem;
	font-size: 3rem;
}
.modal.career .detail ol {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 4.2rem;
	margin-bottom: 1rem;
	padding: 4rem;
}
.modal.career .detail ol > li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 19rem;
	min-height: 9.2rem;
	padding: 1rem 1.5rem;
	font-size: 1.9rem;
}
.modal.career#m-career01 .detail ol > li {
	width: 11.4rem;
}
.modal.career .detail ol > li + li {
	margin-top: 0;
}
.modal.career .detail ol > li + li::before {
	top: calc(50% - .8rem);
	left: -3rem;
	width: 1.4rem;
	height: 1.6rem;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.modal.career .detail ol ul li {
	margin-block: 8px;
}
.modal.career .detail .note {
	font-size: 1.4rem;
	text-align: right;
}
}/* @media */
/* -----------------------------------------------
= top_welfare
----------------------------------------------- */
.top_welfare {
	margin-bottom: 8rem;
	padding: 10rem 3rem;
	background: #F3F3F3;
}
.top_welfare li {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .2s, transform .8s .2s;
}
.top_welfare li.visible {
	opacity: 1;
	transform: translate(0);
}
.top_welfare a {
	display: block;
	color: #fff;
	background: #29A8FF;
}
.top_welfare li .set {
	padding: 5rem 6rem;
}
.top_welfare li .set .text {
	margin-bottom: 3rem;
	font-size: 3rem;
	line-height: calc(56 / 30);
}
.top_welfare .more {
	color: #fff;
	border: 0.5px solid #fff;
}
.top_welfare a[target="_blank"] .more span::after {
	background: url(../img/shared/icon_external_white.svg) no-repeat 50% / cover;
}
@media print, screen and (min-width: 767px){/* PC */
.top_welfare {
	padding: 7rem 3rem;
}
.top_welfare .inner {
	display: grid;
	grid-template-columns: 1fr calc(776 / 1100 * 100%);
	gap: 0 3.8rem;
	max-width: 110rem;
	margin-inline: auto;
}
.top_welfare a {
	display: flex;
}
.top_welfare a img {
	width: 37rem;
	object-fit: cover;
}
.top_welfare li .set {
	flex: 1;
	padding: 3.5rem;
}
.top_welfare li .set .text {
	margin-bottom: 3rem;
	font-size: 1.9rem;
	line-height: calc(33 / 19);
}
.top_welfare .more {
	margin-left: auto;
}
}/* @media */
@media (hover:hover) {
.top_welfare a:hover .more {
	color: #29a8ff;
	background: #fff;
}
.top_welfare .more::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #29a8ff;
	transition: transform 0.3s cubic-bezier(1, 0, 0, 1)
}
.top_welfare a:hover .more::before {
	transform: translateX(100%);
}
.top_welfare a[target="_blank"]:hover .more span::after {
	background-image: url(../img/shared/icon_external_blue.svg);
}
}/* @media */
/* -----------------------------------------------
= top_recruit
----------------------------------------------- */
.top_recruit {
	padding: 10rem 3rem;
	background: #DCEFFA;
}
.top_recruit .item {
	margin-bottom: 4.8rem;
}
.top_recruit .item li {
	margin-bottom: 4.8rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .2s, transform .8s .2s;
}
.top_recruit .item li.visible {
	opacity: 1;
	transform: translate(0);
}
.top_recruit .item li a {
	display: block;
	padding: 5rem 6rem;
	background: #fff;
	text-align: center;
	transition: color .3s;
}
.top_recruit .item li .text {
	margin-bottom: 3rem;
	font-size: 3.8rem;
	line-height: 1.3;
	letter-spacing: .06em;
}
.top_recruit .view_more > span {
	color: #3D3D3D;
	border: 0.5px solid #3D3D3D;
}
.top_recruit .view_more > span::before {
	color: #3D3D3D;
}
.top_recruit .view_more > span > span {
	color: #3D3D3D;
}
.top_recruit .view_more > span > span::before,
.top_recruit .view_more > span > span::after {
	background: #3D3D3D;
}
.top_recruit .more {
	color: #3D3D3D;
	border: 0.5px solid #3D3D3D;
}
.top_recruit a[target="_blank"] .more span::after {
	background: url(../img/shared/icon_external.svg) no-repeat 50% / cover;
}
.top_recruit .note {
	font-size: 3.8rem;
	line-height: calc(64 / 38);
	letter-spacing: .06em;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .4s, transform .8s .4s;
}
.top_recruit .note.visible {
	opacity: 1;
	transform: translate(0);
}
@media print, screen and (min-width: 767px){/* PC */
.top_recruit {
	padding: 7rem 3rem;
}
.top_recruit .inner {
	display: grid;
	grid-template-columns: 1fr calc(776 / 1100 * 100%);
	gap: 0 3.8rem;
	max-width: 110rem;
	margin-inline: auto;
}
.top_recruit ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3.8rem;
}
.top_recruit .item {
	margin-bottom: 0;
}
.top_recruit .item li {
	margin-bottom: 3rem;
}
.top_recruit .item li a {
	padding: 3.5rem;
}
.top_recruit .item li .text {
	font-size: 2.8rem;
}
.top_recruit .view_more > span {
	text-align: left;
}
.top_recruit .more {
	margin-inline: auto;
	text-align: left;
}
.top_recruit .note {
	font-size: 2.7rem;
	text-align: left;
}
}/* @media */
@media (hover:hover) {
.top_recruit .view_more_block:hover .view_more > span {
	background: #333;
}
.top_recruit .view_more_block:hover .view_more > span::before {
	color: #fff;
}
.top_recruit .view_more > span::after {
	background: #fff;
}
.top_recruit .view_more_block:hover .view_more > span > span {
	color: #fff;
}
.top_recruit .view_more_block:hover .view_more > span > span::before,
.top_recruit .view_more_block:hover .view_more > span > span::after {
	background: #fff;
}
.top_recruit a:hover .more {
	color: #fff;
	background: #333;
}
.top_recruit .more::before {
	background: #fff;
}
.top_recruit a[target="_blank"]:hover .more span::after {
	background-image: url(../img/shared/icon_external_white.svg);
}
}/* @media */
