@charset "UTF-8";
/* ------------------------------
    mv
------------------------------ */

#mv {
	width: 100%;
	background-size: cover;
	background-position: center top;
	position: relative;
	overflow: hidden;
}

#mv .wrap {
	width: 100%;
	padding: 0;
	position: relative;
}

#mv .icon_scrolldown {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	height: 50px;
}

@media screen and (max-width: 768px) {
	#mv .icon_scrolldown {
		width: 40px;
		height: 40px;
		bottom: 20px;
	}
}

#mv .icon_scrolldown a {
	transition: .3s;
}

#mv .icon_scrolldown a:hover {
	transform: scale(1.2);
}

#mv .icon_scrolldown a::before,
#mv .icon_scrolldown a::after {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}

#mv .icon_scrolldown a::before {
	transform: translateX(-50%) translateY(-95%) rotate(45deg);
	animation: arrow-1 2s ease-in-out infinite;
}

#mv .icon_scrolldown a::after {
	transform: translateX(-50%) translateY(-5%) rotate(45deg);
	animation: arrow-2 2s ease-in-out infinite;
}

#mv .icon_scrolldown a {}

@keyframes arrow-1 {
	0% {
		transform: translateX(-50%) translateY(-95%) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-5%) rotate(45deg);
		opacity: 0;
	}
}

@keyframes arrow-2 {
	0% {
		transform: translateX(-50%) translateY(-5%) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(85%) rotate(45deg);
		opacity: 0;
	}
}

#mvslider {
	position: relative;
	width: 100%;
}

#mvslider .slick-slide {
	text-align: center;
}

#mvslider .slick-slide a {
	display: inline-block;
	width: 100%;
}

#mvslider .slick-slide img {
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	width: 100%;
}

#mvslider .slick-dots {
	display: flex;
	justify-content: center;
	gap: 38px;
	margin-top: 20px;
    margin-bottom: 45px;
}

#mvslider .slick-dots li {
	line-height: 0;
}

#mvslider .slick-dots button {
	width: 12px;
	height: 12px;
	border: 1px solid #FF8D00;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 0;
	padding: 0;
}

#mvslider .slick-dots .slick-active button {
	background: #FF8D00;
}

.loading-pulse {
	position: relative;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 24px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-animation: pulse 750ms infinite;
	animation: pulse 750ms infinite;
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms;
}

.loading-pulse:before,
.loading-pulse:after {
	content: '';
	position: absolute;
	display: block;
	height: 16px;
	width: 6px;
	background: rgba(255, 255, 255, 0.2);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: pulse 750ms infinite;
	animation: pulse 750ms infinite;
}

.loading-pulse:before {
	left: -12px;
}

.loading-pulse:after {
	left: 12px;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

@keyframes pulse {
	50% {
		background: white;
	}
}


@media screen and (max-width: 768px) {
	#mvslider .slick-dots {
		margin-top: 3vw;
        gap: 27px;
		margin-bottom: 8vw;
	}
	#mvslider .slick-dots button {
		width: 10px;
		height: 10px;
	}
}

/* ------------------------------
    mission
------------------------------ */

#mission {
	background: url(../img/common/bg01.png);
	background-size: cover;
	padding: 128px 0 0;
	overflow: hidden;
	position: relative;
	animation: bgloop 30s linear infinite;
}

@keyframes bgloop {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100% 100%;
	}
}

#mission .wrap {
	width: 1200px;
	height: 700px;
	padding: 100px 0 0;
	background: url(../img/index/bg_circle.png) no-repeat;
	background-size: 897px auto;
	background-position: right top;
}

#mission .circle {
	width: 380px;
	height: auto;
	margin: 0 auto;
	border-radius: 50%;
}

#mission .circle .circle_left {
	float: left;
	width: 24px;
	height: 195px;
	shape-outside: polygon(0% 0%, 0% 100%, 100% 100%, 10% 70%, 10% 24%, 100% 0%);
}

#mission .circle .circle_right {
	float: right;
	width: 30px;
	height: 195px;
	shape-outside: polygon(0% 0%, 90% 30%, 90% 70%, 0% 100%, 100% 100%, 100% 0%);
}

#mission .ttl {
	font-size: 8rem;
	margin-bottom: 30px;
}

#mission .txt {
	font-size: 1.7rem;
	line-height: 2.35;
	text-align: center;
	font-feature-settings: "palt";
}

#mission .more_btn {
	margin-top: 25px;
}

@media screen and (max-width: 768px) {
	#mission {
		background: url(../img/common/bg01_sp.jpg)no-repeat;
		background-size: cover;
		background-position: center;
		padding: 13% 0 0;
		animation: bgloop 30s linear infinite;
	}


	#mission .wrap {
		width: 100%;
		max-width: 340px;
		height: auto;
		padding: 50px 0 130px;
		/*		padding: 14% 0 35%;*/
		margin: 0 auto;
		background: url(../img/index/bg_circle.png) no-repeat;
		background-size: 150% auto;
		background-position: left -3% top;
	}

	#mission .circle {
		width: 100%;
		max-width: 240px;
	}

	#mission .circle .circle_left {
		width: 15px;
		height: 120px;
	}

	#mission .circle .circle_right {
		width: 15px;
		height: 120px;
	}

	#mission .ttl {
		font-size: 4.5rem;
		margin-bottom: 10px;
	}

	#mission .txt {
		font-size: 1.2rem;
		line-height: 2;
	}

	#mission .more_btn {
		margin-top: 20px;
	}
}

/* ------------------------------
    topics_interview
------------------------------ */
#topics_interview {
	background-image: url(../img/common/bg02.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	padding: 60px 0 90px;
	position: relative;
}

#topics_interview::before {
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../img/common/bg02_top.png);
	z-index: 1;
}

#topics_interview::after {
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: url(../img/common/bg02_bottom.png);
	z-index: 1;
}

#topics_interview .sitename {
	text-align: right;
	max-width: 1200px;
	margin: 0 auto 5px;
}

#topics_interview .wrap_box {
	/*	width: 100%;*/
	padding: 60px 0;
	background-image: url(../img/common/border_yoko.png), url(../img/common/border_yoko.png),
		url(../img/common/border_tate.png),
		url(../img/common/border_tate.png);
	background-repeat: repeat-x,
		repeat-x,
		repeat-y,
		repeat-y;
	background-size: auto;
	background-position: left top,
		left bottom,
		left top,
		right top;
}


/* topics */

#topics_interview .topics_area {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 64px;
	background: url(../img/common/border_yoko.png) repeat-x;
	background-position: bottom;
}

#topics_interview .topics_area .left_area {
	margin-right: 50px;
}

#topics_interview .topics_area .left_area .ttl {
	padding-top: 12px;
	margin-bottom: 43px;
}


#topics_interview .topics_area .right_area {
	width: calc(100% - 226px);
}


#topics_interview .topics_area .right_area .topics_list li {
	display: flex;
	align-items: flex-start;
	padding: 8px 14px 0;
	border-bottom: 1px solid #000;
}

#topics_interview .topics_area .right_area .topics_list li+li {
	margin-top: 20px;
}

#topics_interview .topics_area .right_area .topics_list li .info {
	display: flex;
	margin-right: 20px;
}

#topics_interview .topics_area .right_area .topics_list .date {
	font-size: 3.4rem;
	line-height: 1;
}

#topics_interview .topics_area .right_area .topics_list .cate {
	position: relative;
	margin-left: 22px;
}

#topics_interview .topics_area .right_area .topics_list .cate a {
	display: block;
	font-size: 1.7rem;
	line-height: 1.7;
	padding: 0 2px 14px;
	position: relative;
}

#topics_interview .topics_area .right_area .topics_list .cate a::after {
	content: "";
	width: 100%;
	height: 9px;
	background: url(../img/common/stripe.png) repeat-x;
	position: absolute;
	background-size: auto 9px;
	left: 0;
	bottom: 0;
}

#topics_interview .topics_area .right_area .topics_list a.txt {
	font-size: 1.7rem;
	line-height: 1.7;
	display: block;
}



/* interview */

#topics_interview .interview_area {
	padding: 75px 0 0;
	width: 1000px;
	margin: 0 auto;
}

#topics_interview .interview_area div.flex {
	flex-wrap: wrap;
	padding-top: 72px;
}

#topics_interview .interview_area .box {
	position: relative;
	/*	padding-left: 170px;*/
}

#topics_interview .interview_area .box+.box {
	margin-top: 90px;
}

#topics_interview .interview_area .box:nth-of-type(2) {
	margin-top: 0;
}

#topics_interview .interview_area .box .txt {
	padding: 48px 26px;
	width: 261px;
	height: 306px;
	background: url(../img/index/bg_interview_txt.png) no-repeat;
	background-size: 100%;
	position: absolute;
	/*	left: 0;*/
	top: 50%;
	margin-top: -153px;
}

#topics_interview .interview_area .box .txt p {
	color: #fff;
}

#topics_interview .interview_area .box .txt p.name {
	font-size: 2.8rem;
	margin-bottom: 22px;
	font-weight: bold;
}

#topics_interview .interview_area .box .txt p.name span {
	font-size: 3.3rem;
}

#topics_interview .interview_area .box .txt p.txt_small {
	font-size: 1.4rem;
	line-height: 1.7;
}

#topics_interview .interview_area .box .txt .more_btn {
	margin-top: 34px;
}

#topics_interview .interview_area .box01,
#topics_interview .interview_area .box02 {
	padding-left: 170px;
}

#topics_interview .interview_area .box01 .txt,
#topics_interview .interview_area .box02 .txt {
	left: 0;
}

#topics_interview .interview_area .box03,
#topics_interview .interview_area .box04 {
	padding-right: 170px;
}

#topics_interview .interview_area .box03 .txt,
#topics_interview .interview_area .box04 .txt {
	right: 0;
}

#topics_interview .interview_area .box02,
#topics_interview .interview_area .box04 {
	top: -100px;
	margin-left: 45px;
}

@media screen and (max-width: 768px) {
	#topics_interview {
		width: inherit;
		padding: 25px 0;
		position: relative;
	}

	#topics_interview::before {
		height: 9px;
		background-size: 50px 9px;
	}

	#topics_interview::after {
		height: 9px;
		background-size: 50px 9px;
	}

	#topics_interview .sitename {
		margin: 0 5% 5px;
	}

	#topics_interview .sitename img {
		width: 90px;
	}

	#topics_interview .wrap_box {
		width: 90%;
		padding: 20px 0 50px;
		background-size: auto 2px,
			auto 2px,
			2px auto,
			2px auto;
	}


	/* topics */
	#topics_interview .topics_area {
		width: 90%;
		margin: auto;
		padding: 0 0 32px;
		background-size: 100% 2px;
		background-position: bottom;
	}

	#topics_interview .topics_area .left_area {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	#topics_interview .topics_area .left_area .ttl {
		width: 115px;
		margin: 0 auto;
		padding-top: 15px;
		margin-bottom: 18px;
	}

	#topics_interview .topics_area .right_area {
		display: block;
		width: 100%;
	}

	#topics_interview .topics_area .right_area .topics_list {
		margin-top: 8px;
	}

	#topics_interview .topics_area .right_area .topics_list li {
		display: block;
		padding: 10px 0 10px;
		border-bottom: 1px solid #000;
	}

	#topics_interview .topics_area .right_area .topics_list li+li {
		margin-top: 5px;
	}

	#topics_interview .topics_area .right_area .topics_list li .info {
		margin-right: 0;
		margin-bottom: 6px;
	}

	#topics_interview .topics_area .right_area .topics_list .date {
		font-size: 2.5rem;
		line-height: 1;
	}

	#topics_interview .topics_area .right_area .topics_list .cate {
		margin-left: 10px;
	}

	#topics_interview .topics_area .right_area .topics_list .cate a {
		font-size: 1.2rem;
		line-height: 25px;
		padding: 0 2px 2px;
		position: relative;
	}

	#topics_interview .topics_area .right_area .topics_list .cate a::after {
		height: 5px;
		background-size: auto 5px;
	}

	#topics_interview .topics_area .right_area .topics_list a.txt {
		font-size: 1.2rem;
		font-feature-settings: "palt";
	}

	/* interview */
	#topics_interview .interview_area {
		padding: 35px 0 0;
		width: 100vw;
		margin-left: -5vw;
	}

	#topics_interview .interview_area .ttl {
		width: 182px;
		margin: auto;
	}

	#topics_interview .interview_area div.flex {
		flex-wrap: wrap;
		padding-top: 35px;
	}

	#topics_interview .interview_area .box {
		position: relative;
		width: 90%;
		max-width: 450px;
	}

	#topics_interview .interview_area .box+.box {
		margin-top: 37px;
	}

	#topics_interview .interview_area .box:nth-of-type(2) {
		margin-top: 37px;
	}

	#topics_interview .interview_area .box .img {
		width: 62%;
		min-width: 200px;
	}

	#topics_interview .interview_area .box .img img {
		width: 100%;
	}

	#topics_interview .interview_area .box .txt {
		padding: 8% 5%;
		width: 50%;
		min-width: 140px;
		height: auto;
		background-size: 100% 100%;
		top: 50%;
		margin-top: 0;
		transform: translateY(-50%);
	}


	#topics_interview .interview_area .box .txt p.name {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	#topics_interview .interview_area .box .txt p.name span {
		font-size: 2.3rem;
	}

	#topics_interview .interview_area .box .txt p.txt_small {
		font-size: 1.2rem;
	}

	#topics_interview .interview_area .box .txt .more_btn {
		margin-top: 17px;
	}

	#topics_interview .interview_area .box .txt .more_btn a {
		width: 100%;
	}

	#topics_interview .interview_area .box01 {
		padding-left: 0;
		margin-left: auto;
	}

	#topics_interview .interview_area .box01 .img {
		margin-left: auto;
	}

	#topics_interview .interview_area .box02 {
		padding-left: 0;
		padding-right: 0;
	}

	#topics_interview .interview_area .box01 .txt {
		left: 0;
	}

	#topics_interview .interview_area .box02 .txt {
		left: auto;
		right: 0;
	}

	#topics_interview .interview_area .box03 {
		padding-right: 0;
		padding-left: 0;
		margin-left: auto;
	}

	#topics_interview .interview_area .box03 .img {
		margin-left: auto;
	}

	#topics_interview .interview_area .box04 {
		padding-right: 0;
	}

	#topics_interview .interview_area .box03 .txt {
		left: 0;
	}

	#topics_interview .interview_area .box04 .txt {
		right: 0;
	}

	#topics_interview .interview_area .box02,
	#topics_interview .interview_area .box04 {
		top: 0;
		margin-left: 0;
	}


}

/* ------------------------------
    recruit
------------------------------ */

#recruit {
	background: url(../img/index/bg_recruit.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 120px 0 194px;
	position: relative;
	margin-bottom: 147px;
}

@media screen and (max-width: 768px) {
	#recruit {
		bga
	}
}

#recruit .wrap {
	width: 470px;
}

#recruit .ttl {
	margin-bottom: 42px;
}

#recruit .ttl span.en {
	font-size: 15rem;
	color: #fff;
}

#recruit .ttl span.sub {
	display: block;
	font-size: 2.4rem;
	color: #fff;
	margin-top: 30px;
}

#recruit .font_mincho {
	font-size: 3.5rem;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 30px;
}

#recruit .txt {
	font-size: 1.8rem;
	line-height: 2.3;
	color: #fff;
}

#recruit .more_btn {
	margin-top: 50px;
}

.internship-bnr {
	text-align: center;
	margin-bottom: 50px;
}

.recruit-bnr {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -54px;
	margin: auto;
	text-align: center;
	display: flex;
    justify-content: center;
	max-width: 1000px;
	gap: 40px;
}

.recruit-bnr li {
	width: 100%;
}

.recruit-bnr a {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 130px;
	position: relative;
}

.recruit-bnr a::before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	right: 2.4rem;
	z-index: 3;
}

.recruit-bnr a:hover::before {
	border-color: #FF8D00;
}

#recruit .btn_l span {
	font-size: 2.4rem;
    font-weight: bold;
	line-height: 1.6;
	display: flex;
	align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
	#recruit {
		background: url(../img/index/bg_recruit_sp.jpg) no-repeat;
        background-size: contain;
        background-position: center top;
        padding: 50px 0 60vw;
        margin-bottom: 80px;
	}

	#recruit .wrap {
		width: 200px;
		padding: 0;
	}

	#recruit .ttl {
		margin-bottom: 20px;
	}

	#recruit .ttl span.en {
		font-size: 7.5rem;
	}

	#recruit .ttl span.sub {
		font-size: 1.2rem;
		margin-top: 20px;
	}

	#recruit .font_mincho {
		font-size: 2.4rem;
		margin-bottom: 15px;
		white-space: nowrap;
	}

	#recruit .txt {
		font-size: 1.2rem;
		line-height: 1.9;
		text-align: left;
	}

	#recruit .more_btn {
		margin-top: 30px;
	}

	#recruit .btn_l {
		bottom: -27px;
	}
	
	#recruit .btn_l span {
		font-size: 1.6rem;
	}

	#recruit .btn_l span br {
		display: none;
	}

	.recruit-bnr {
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
		bottom: auto;
		margin-top: 17vw;
		gap: 4vw;
	}

	.recruit-bnr a {
		margin: 0 auto;
		height: 15vw;
	}

	.recruit-bnr a::before {
		display: none;
	}

	.internship-bnr {
		margin-bottom: 5vw;
	}
}

/* ------------------------------
    about
------------------------------ */

#about {
	background: url(../img/index/bg_about.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 0 74px;
	position: relative;
}

#about .txt_area {
	width: 400px;
	margin-left: auto;
}

#about .ttl {
	font-size: 15rem;
}

#about .txt_area p {
	font-size: 1.8rem;
	line-height: 2.4;
}

#about .more_btn {
	margin-top: 60px;
}

#about .more_btn a {
	margin-left: 0;
}

#about .shop_list {
	width: 100%;
	padding: 43px 38px;
	background: rgba(255, 255, 255, 0.76);
	border-radius: 10px;
	margin-top: 102px;
}

#about .shop_list li+li {
	/*	margin-left: calc((100% - 860px) / 3);*/
	margin-left: 20px;
}

#contact a.contact_btn {
	display: block;
	width: 100%;
	height: 190px;
	line-height: 190px;
	background: #FF8D00;
	font-size: 9.8rem;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	position: relative;
}

#contact a.contact_btn::before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 100%;
	background: #fff;
	transition: .3s;
}

#contact a.contact_btn:hover {
	opacity: 1;
}

#contact a.contact_btn:hover::before {
	width: 100%;
	left: 0;
}

#contact a.contact_btn span {
	line-height: 190px;
	position: relative;
}

#contact a.contact_btn span::before {
	content: "";
	display: inline-block;
	width: 61px;
	height: 43px;
	background: url(../img/index/icon_contact_btn.png) no-repeat;
	position: absolute;
	top: 50%;
	left: -86px;
	margin-top: -20px;
}

#about .shop_list {
	justify-content: space-between;
}
#about .shop_list li {
	width: 16%;
}
#about .shop_list li + li {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	#about {
		background: url(../img/index/bg_about_sp.jpg)no-repeat;
		background-size: cover;
		background-position: center;
		padding: 58px 0 48px;
		position: relative;
	}

	#about .wrap {
		width: auto;
		margin: 0 5%;
		background: rgba(255, 255, 255, 0.76);
		padding: 17px;
	}

	#about .txt_area {
		width: 100%;
	}

	#about .ttl {
		font-size: 7.5rem;
		text-align: center;
	}

	#about .txt_area p {
		font-size: 1.2rem;
		line-height: 1.8;
		padding: 0 20px;
	}

	#about .more_btn {
		margin-top: 30px;
	}

	#about .more_btn a {
		margin: 0 auto;
	}

	#about .shop_list {
		padding: 0;
		background: none;
		border-radius: 0;
		margin-top: 30px;
		gap: 13px 10px;
	}

	#about .shop_list li {
		width: 48%;
	}

	#about .shop_list li img {
		width: 100%;
	}

	#contact a.contact_btn {
		height: 95px;
		line-height: 95px;
		font-size: 4.9rem;
	}

	#contact a.contact_btn span {
		line-height: 95px;
		padding-left: 29px;
	}

	#contact a.contact_btn span::before {
		width: 29px;
		height: 21px;
		background-size: 100% auto;
		left: -14px;
		margin-top: -10px;
	}

	#about .shop_list li {
		width: 48%;
	}
}

#partners {
	background: url(../img/common/bg04.png);
	padding: 100px 0;
}

@media screen and (max-width: 640px) {
	#partners {
		padding: 50px 0;
	}
}

.partners__title {
	width: 996px;
	margin: 0 auto 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.partners__title {
		margin: 0 auto 20px;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.partners__title h2 {
	margin-right: 4rem;
}

@media screen and (max-width: 640px) {
	.partners__title h2 {
		margin: 0 0 2rem;
	}

	.partners__title h2 img {
		width: 180px;
	}
}

.partners__title p {
	font-size: 2rem;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: -.05em;
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
	.partners__title p {
		font-size: 1.6rem;
		line-height: 1.5;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
}

.partners__list {
	width: 996px;
	margin: 0 auto 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.partners__list {
		width: 90%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 0;
	}
}

.partners__list__each {
	width: 304px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.partners__list__each {
		width: 100%;
		margin-bottom: 30px;
	}
}

.partners__list__each figure {
	margin: 0;
	width: 100%;
	height: 0;
	padding-top: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center;
}

.partners__list__each .txt {
	background: url(../img/common/bg03.png) repeat;
	width: 94%;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 2rem 0 3rem;
}

.partners__list__each .txt::before,
.partners__list__each .txt::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 5px;
	display: block;
	left: 0;
	background: url(../img/partners/bg_zigzag.png) repeat-x;
}

.partners__list__each .txt::before {
	top: -5px;
}

.partners__list__each .txt::after {
	bottom: -5px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.partners__list__each .txt h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	display: block;
	text-align: center;
	color: #fff;
	margin-bottom: .75em;
}

.partners__list__each .txt h3 small {
	font-size: 1.6rem;
	margin-left: .25em;
}

.partners__list__each .txt .job-section {
	display: block;
	text-align: center;
	color: #fff;
	margin-bottom: .5em;
}

.partners__list__each .txt .job-place {
	display: block;
	text-align: center;
	color: #fff;
}

.index-bnr {
	display: flex;
	justify-content: center;
	margin-bottom: 56px;
}

.index-bnr ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.index-bnr ul li a {
	display: flex;
	width: 580px;
}

.index-bnr ul li a::before {
	display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
	right: 3rem;
	top: calc(50% - 5px);
	z-index: 3;
}
.index-bnr ul li a:hover::before {
	border-color: #FF8D00;
}

.index-bnr ul li a span {
	display: flex;
    justify-content: flex-start;
    padding-left: 5rem;
	align-items: center;
}

.index-bnr ul li a i {
	font-style: normal;
}

.index-bnr ul li a .en {
	font-size: 9rem;
	letter-spacing: 0.03em;
	margin-right: 3rem;
}

.index-bnr ul li a .ja {
    font-size: 2.5rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
	.index-bnr {
		margin-bottom: 35px;
	}
	.index-bnr ul {
		flex-direction: column;
		gap: 4vw;
	}
	.index-bnr ul li a span {
		padding-left: 2rem;
	}
	.index-bnr ul li a .en {
		font-size: 4rem;
		letter-spacing: 0.07em;
		margin-right: 1.5rem;
	}
	.index-bnr ul li a .ja {
		font-size: 1.5rem;
	}
	.index-bnr ul li a::before {
		width: 5px;
		height: 5px;
		right: 2.1rem;
	}
}