/* mainvisual  sp
----------------------------------------------- */
.mv {
	position: relative;
	height: 100svh;
	overflow: hidden;

	&:before {
		content: "";
		display: block;
		background-image: url("../images/ym_mv.jpg");
		background-size: cover;
		background-position: center;
		position: fixed;
		height: 100svh;
		width: 100%;
		z-index: -1;
	}
}

.mv p {
	position: absolute;
	top: 45%;
	left: 10%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 7.46vw;
	font-family: "BIZ UDMincho", sans-serif;
	z-index: 60;
	width: 85%;
	text-align: center;
	letter-spacing: -1px;
	line-height: 60px;
}

.pattern1 img {
	opacity: 0;
	transform: scale(1.2);
	transition: all 1.5s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.pattern1.show img {
	opacity: 1;
	transform: scale(1);
}

.pattern1 p {
	color: #FFF;
	opacity: 0;
	transform: translateX(-40px);
	transition: all 1.5s ease-in-out;
	transition-delay: .5s;
}

.pattern1.show p {
	opacity: 1;
	transform: translateX(0);
}

.pattern1 img,
.pattern1 p {
	transition: all 1.5s ease-in-out;
}

.scrollbar-text_04 {
	display: inline-block;
	position: absolute;
	bottom: 0;
	padding: 10px 10px 110px;
	z-index: 5;
	color: #fff;
	font-size: 14px;
	font-family: serif;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	writing-mode: vertical-lr;
	left: 50%;
	transform: translateX(-50%);

	span {
		font-family: var(--primary-font-set);
	}
}

.scrollbar_04 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
	z-index: 5;
}

.scrollbar_04::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100px;
	background: #fff;
}

.scrollbar_04::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -0.83vw;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	animation: circlemove 3s ease-in-out infinite,
		cirlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
	0% {
		bottom: 95px;
	}

	100% {
		bottom: 0px;
	}
}

@keyframes cirlemovehide {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	80% {
		opacity: 0.9;
	}

	100% {
		opacity: 0;
	}
}

/* footer  sp
----------------------------------------------- */
.l-footer {
	text-align: center;
	margin: 0 auto;
	padding-top: 115px;
	background-image: url('../images/footer_blue.svg');
	background-size: cover;
	background-position: bottom center;
}

/* philo  sp
----------------------------------------------- */
.l-inner-la {
	width: 100%;
}

.l-philo {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 60px 0px;
	background-image: url('../images/philo_b_blue.svg');
	background-size: cover;
	background-position: bottom center;
}

.c-con {
	color: #fff;
	text-align: center;
}

.c-philo {
	font-weight: lighter;
	font-size: 4.26vw;
	font-family: "Roboto", sans-serif;
	text-align: center;
}

.c-title--head__main {
	font-size: 7.46vw;
	font-family: "BIZ UDMincho", sans-serif;
	text-align: center;
	margin: 0 auto;
	overflow: visible;
	line-height: 60px;
	font-weight: var(--font-weight-Regular);
	letter-spacing: normal;
}

.c-title--head__text {
	margin: 0 auto;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	margin-bottom: 60px;
	width: 100%;
}

.highlight {
	line-height: 4em;
	font-size: 5.33vw;
	font-weight: bold;
}

.v-btn {
	text-align: center;
	z-index: 18
}

.logo_btn {
	display: inline-block;
	align-items: center;
	width: 250px;
	text-align: center;
	text-decoration: none;
	line-height: 58px;
	outline: none;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url('../images/view_logo_w.svg');
	background-size: 30px 30px;
	background-position: 45px center;
	background-repeat: no-repeat;

	margin-bottom: 60px;
	border-radius: 10px;
	padding-left: 40px;
}

.logo_btn:hover {
	background-image: url('../images/view_logo_b.svg');
	outline: none;
	color: var(--sub-color);
	border: 1px solid #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	border-radius: 10px;
	background-color: white;
	background-size: 30px 30px;
	background-position: 45px center;
}

.l-inner__philo {
	position: relative;
}

.bk-philo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/japan_map.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 13;
}


/* News sp
----------------------------------------------- */
.c-title--head__en_new {
	margin-top: -15px;
}

.c-list-news {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	padding: 0px;
}

.c-list-news__item {
	margin-bottom: 2em;
	list-style: none;
	color: var(--base-font-color);
}

.c-list-news__date {
	display: block;
	font-weight: var(--font-weight-Medium);
}

.c-list-news__category {
	display: block;
	margin: 10px auto;
	color: #ff8017;
	border: 1px solid #ff8017;
	padding: 0 0.4em;
	border-radius: 5px;
	width: 7em;
	text-align: center;
	font-size: 3.2vw;
}

.category-1{
	color: #00b59b;
	border: 1px solid #00b59b;
}

.c-list-news__category__recruit:last-child {
	display: block;
	margin: 10px auto;
	color: #00b59b;
	border: 1px solid #00b59b;
	padding: 0 0.4em;
	border-radius: 5px;
	width: 7em;
	text-align: center;
	font-size: 3.2vw;
}

.more_box {
	position: relative;
	bottom: 0px;
	right: -25vw;
	font-family: var(--en-font-set);
	margin-bottom: 60px;
}

.more {
	color: var(--bg-secondary-color);
	font-size: 4vw;
	font-weight: var(--font-weight-Regular);
	text-align: center;
	width: 220px;
	height: 50px;
	background: #FFF;
	margin: auto;
	position: relative;
	display: block;
	overflow: hidden;
	transition: 0.5s;
	text-decoration: none;
}

.more:after {
	font-family: "FontAwesome";
	content: "\f061";
	position: absolute;
	right: 40px;
}

.more:hover:after {
	transform: rotate3d(1, 0, 0, 360deg);
	transition: 2s;
}


/* Service sp
----------------------------------------------- */
.l-bg {
	margin: 60px auto;
	padding: 60px 20px 40px;
	background-color: var(--bg-primary-color);
}

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

.col {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.c-box img {
	width: 95%;
}

.ser {
	position: relative;
    top: -12vh;
    left: -2vw;
    color: #0097e8;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    width: 140px;
    font-size: 2.93vw;
    text-align: center;
    font-weight: var(--font-weight-Bold);
    padding: 0 5px;
}

.more_box02 {
	margin-bottom: 0px;
}

.more-blue {
	background-color: #0097e8;
	color: #fff;
	font-size: 4vw;
}

/* Access  sp
----------------------------------------------- */
.l-gmap {
	font-size: 3.73vw;
	margin-top: 60px;
	color: var(--base-font-color);
}

.l-gmap iframe {
	width: 100%;
	height: 35vh;
}

address {
	padding: 20px 0px 0px;
	font-size: 16px;
	font-style: normal;
	text-decoration: none!important;
}

.info{
	margin-bottom: 20px;
}

.tel{
	text-decoration: none;
	color: var(--base-font-color);
}

.train {
	font-size: 14px;
}

/* Recruit  sp
----------------------------------------------- */
.l-recbox{
	padding-bottom: 60px;
}

.l-rec {
	display: flex;
	flex-direction: column;
	position: relative;
	color: var(--white);
	background-color: var(--bg-secondary-color);
	border-radius: 15px;
	width: 95%;
	margin: 0 auto;
	z-index: 70;
}

.c-title--head__en__rec {
	margin: 5px 0px 30px -4px;
	color: var(--white) !important;
	/* font-size: 11.73vw; */
}

.c-title--head__sub__rec {
	padding-left: 20px;
	font-size: 6.4vw;
}

.c-rec {
	padding: 0 20px;
}

.c-rec p {
	text-align: left;
	margin-left: 0px;
	line-height: 42px;
}

.v-btn02 {
	text-align: left;
	padding-left: 20px;
	z-index: 80;
}

.v-btn02 .logo_btn:hover {
	background-image: url('../images/view_logo_n.svg');
	background-size: 30px 30px;
	background-color: white;
	color: var(--bg-secondary-color);
	font-weight: 600;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	line-height: 58px;
	outline: none;
	border: 1px solid #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	border-radius: 10px;
	background-position: 45px center;
}

.rec_back {
	position: absolute;
	width: 360px;
	top: 50px;
	right: 0px;
	z-index: 40;
}
		
.rec_back img {
	display: block;
	position: absolute;
	width: 360px;
	top: 50px;
	right: 0px;
	z-index: 40;
}

.toparrow {
	width: 10%;
	margin-left: 80%;
	z-index: 1000; 
}

@media only screen and (min-width: 768px) and (max-width:1024px) {

	/* mv ip
	----------------------------------------------- */
	.mv p {
		top: 50%;
		left: 10%;
		font-size: 40px;
		width: 80%;
		line-height: 8vh;
	}

	/*---- --mv  スクロールー ---ip----*/
	.scrollbar-text_04 {
		margin-bottom: 90px;
	}

	.scrollbar_04 {
		margin-bottom: 90px;
	}

	.scrollbar_04::before {
		left: -4px;
	}
	

	/* footer  ip
	----------------------------------------------- */
.l-footer {
	background-image: url('../images/footer_blue_ip.svg');
}

	/* philo  ip
	----------------------------------------------- */
	.c-title--head__main {
		font-size: 36px;
		width: 95%;
		margin: 0px auto 60px;
		line-height: 60px;
		letter-spacing: 2px;
	}

	.c-title--head__text {
		font-size: 20px;
		width: 100%;
	}

	.c-philo {
		font-size: 16px;
	}

	.highlight {
		line-height: 4em;
		font-size: 28px;
	}

	.v-btn {
		font-size: 18px;
	}

	.logo_btn {
		background-position: 30px center;
	}

	.logo_btn:hover {
		background-position: 10px center;
	}


	/* News  ip
	----------------------------------------------- */
	.c-title--head__en_new {
		margin-top: -46px;
	}

	.c-list-news__item {
		font-size: 18px;
	}

	.c-list-news__date {
		font-size: 18px;
	}

	.c-list-news__category {
		font-size: 14px;
	}

	.c-list-news__category__recruit:last-child {
		font-size: 14px;
	}

	.more {
		font-size: 18px;
	}

	.more:after {
		right: 20px;
	}

	/* Service  ip
	----------------------------------------------- */
	.col {
		width: calc(50% - 10px);
	}

	.ser {
		top: -17vh;
		left: -1.5vw;
		width: 220px;
		font-size: 16px;
	}

	/* Access  ip
	----------------------------------------------- */
	address {
		font-size: 18px;
		text-decoration: none;
	}

	.tel {
		font-size: 18px;
		text-decoration: none;
	}

	.info {
		font-size: 16px;
	}

	/* Recruit  ip
	----------------------------------------------- */
	.c-title--head__en__rec {
		margin-left: -6px;
		font-size: 90px;
	}

	.c-title--head__sub__rec {
		font-size: 30px;
		padding-left: 40px;
	}

	.c-rec p {
		padding-left: 20px;
	}

	.rec_back {
		width: 580px;
		top: 15px;
	}

	.v-btn02 .logo_btn:hover {
		background-position: 10px center;
	}

	.logo_btn {
		margin-left: 40px;
	}

	.toparrow {
		width: 10%;
		margin-left: 85%;
	}

	.c-title--head__sub__rec {
		font-size: 30px;
	}
}

@media only screen and (min-width: 1024px) {

	/* TOP  mainvisual  pc
	----------------------------------------------- */
	.mv p {
				top: 50%;
        left: 15%;
        font-size: 62px;
        width: 70%;
        line-height: 90px;
        letter-spacing: 0px;
	}

	.scrollbar_04::before {
		left: -4px;
	}

	/* Top philo   pc
	----------------------------------------------- */
.c-con p {
	font-size: 18px;
	}

	.c-philo {
		font-size: 40px;
		padding: 60px 0px 40px;
	}

	.c-title--head__main {
		font-size: 50px;
		line-height: 70px;
		width: 100%;
	}

	.c-title--head__text {
		font-size: 25px;
		font-family: "Noto Sans JP", sans-serif;
		width: 100%;
	}

	.highlight {
		line-height: 5em;
		font-size: 32px;
		letter-spacing: .1em;
	}

	/* Top News 　 pc
--------------------------------------------------------- */
	.c-title--head__en_new {
		margin-top: -85px;
	}

	.c-list-news {
		text-align: left;
		padding: 0 20px;
	}

	.c-list-news__item {
		margin-bottom: 1em;
	}

	.c-list-news__date {
		display: inline;
	}

	.c-list-news__category {
		display: inline-block;
		margin: 0 20px 40px 20px;
		font-size: 14px;
		width: 105px;
	}

	.c-list-news__category__recruit:last-child {
		display: inline-block;
		margin: 0 20px 40px 20px;
		font-size: 14px;
		width: 105px;
	}

	.more_box {
		position: relative;
		bottom: 0px;
		right: 0;
		font-family: var(--en-font-set);
		margin-bottom: 60px;
		text-align: right; 
	}
	
	.more {
		color: var(--bg-secondary-color);
		font-size: 22px;
		font-weight: var(--font-weight-Regular);
		width: 200px; 
		height: 50px;
		background: #FFF;
		position: relative;
		display: inline-block; 
		overflow: hidden;
		transition: 0.5s;
		text-decoration: none;
	}

	.more:after {
		right: 10px;
	}
	

	/* Top service   pc
	----------------------------------------------- */
	.c-title--head__en_sv {
		padding-top: 100px;
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 60px;
	}

	.col {
		width: calc(33.33% - 30px);
		margin-bottom: 20px;
	}

	.ser {
		top: -80%;
		left: -3%;
		font-size: 16px;
		width: 220px;
	}

	.ser_differ{
		top: -76%;
	}

	.more-blue {
		background-color: #0097e8;
		color: #fff;
		font-size: 22px;
	}
	
	/* Top Access   pc
----------------------------------------------- */
	.l-gmap iframe {
		width: 100%;
		height: 60vh;
	}

	address,
	.tel {
		font-size: 18px;
	}

	.train {
		font-size: 16px;
	}

	.info {
		margin-bottom: 20px;
	}

	/* Top recruit pc
----------------------------------------------- */
.l-recbox{
	padding-bottom: 100px;
}

	.c-title--head__en__rec {
		font-size: 120px;
		padding-top: 8px;
		margin-left: -0.5%;
	}

	.c-title--head__sub__rec {
		font-size: 36px;
		color: var(--white);
		padding-left: 80px;
	}

	.l-rec {
		width: 100%;
	}

	.c-rec p {
		font-size: 18px;
		padding-left: 65px;
		width: 100%;
		font-weight: var(--font-weight-Regular);
	}

	.rec_back {
		top: 6px;
		right: 0px;
		width: 420px;
	}

	.rec_back img {
	width: 425px;
}

	.v-btn02 {
		margin-left: 65px;
	}

	.toparrow {
		width: 80px;
		margin-left: 90%;
	}	

	/* Top footer pc
----------------------------------------------- */
	.l-footer {
		padding-top: 185px;
		background-image: url('../images/footer_blue_la.svg');
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 1670px) {

	.l-footer {
		background-image:none;
		background-color: var(--bg-primary-color);
	}
}	


