@charset "utf-8";

/* スクロールで要素をふわっと表示させる */
.fade-in {
  opacity: 0;
  transition-duration: 0.7s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


/* フローティングバナー　bodyのanimationをどうにかして固定する*/
.floating_banner {
	position: fixed;
	z-index: 99999;
	top: 80px;
	right: 0;
	width: 60px;
	transition: 0.3s;
    cursor: pointer;
    animation-name:fadeDownAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
.floating_banner a {
	display: block;
}
.floating_banner img {
	width: 60px;
	height: auto;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 22px -5px, rgba(0, 0, 0, 0.3) 0px 8px 13px -8px;
}
.floating_banner img:hover {
	opacity: .8;
}
@media print,screen and (min-width: 768px) {
.floating_banner {
	top: 150px;
	width: 120px;
}
.floating_banner img {
	max-width: 100%;
	width: 150px;
}
}/* PC */



/* 採用情報トップ */

.recruit_visual {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.recruit_visual .top_img.recruit {
    position: relative;
    height: 300px;
}
.recruit_visual .top_img.recruit img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.recruit_visual .overlay.recruit {
	width: 65%;
    text-align: left;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 3;
}
.recruit_visual .overlay.recruit img {
	width: 100%;
	height: auto;
}
.recruit_visual .overlay.recruit .pc {
	display: none;
}
@media print,screen and (min-width: 768px) {
.recruit_visual {
	height: auto;
	max-height: 600px;
}
.recruit_visual .top_img.recruit {
    height: auto;
}
.recruit_visual .overlay.recruit {
	width: 60%;
    text-align: left;
    position: absolute;
    top: 60px;
    left: 40px;
    z-index: 3;
}
.recruit_visual .overlay.recruit .pc {
	display: block;
}
.recruit_visual .overlay.recruit .sp {
	display: none;
}
.recruit_visual .overlay.recruit img {
	width: 100%;
	height: auto;
}
}/* Tablet & PC */
@media print,screen and (min-width: 1024px) {
.recruit_visual {
	height: auto;
	max-height: 600px;
}
.recruit_visual .top_img.recruit {
    height: auto;
}
.recruit_visual .overlay.recruit {
	width: 100%;
    text-align: left;
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 3;
}
.recruit_visual .overlay.recruit img {
	width: auto;
	height: auto;
}
}/* Tablet & PC */


.wrapper.recruit_top {
	background: url("/assets/img/recruit/bg_recruit_top.png") repeat-y left top;
	background-size: 100% auto;
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	z-index: 10;
}
.recruit_page .wrapper.recruit_top {
	background: none;
	background: #e2eefe;
	margin-top: 0;
	padding-top: 0;
}
@media print,screen and (min-width: 768px) {
.wrapper.recruit_top {
	background: url("/assets/img/recruit/bg_recruit_top.png") no-repeat left top;
	background-size: 100% auto;
	margin-top: -250px;
	padding-top: 250px;
}
.recruit_page .wrapper.recruit_top {
	background: none;
	background: url("/assets/img/recruit/bg_recruit_top.png") no-repeat left top;
	background-size: 100% auto;
	margin-top: -250px;
	padding-top: 250px;
}
}/* Tablet & PC */


.recruit_top_area {
	margin-top: 40px;
	position: relative;
}
.recruit_page .recruit_top_area {
	margin-top: 0;
	padding-top: 30px;
}
.recruit_top_area_img img {
	width: 100%;
	height: auto;
}

@media print,screen and (min-width: 768px) {
.recruit_top_area , .recruit_page .recruit_top_area {
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	padding-top: 0;
}
.recruit_page .recruit_top_area {
	margin-top: 40px;
}
.recruit_top_area_img {
	position: absolute;
	width: 50%;
	max-width: 900px;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.recruit_top_area , .recruit_page .recruit_top_area {
	margin-top: 80px;
}
.recruit_top_area_img {
	width: 55%;
}
}/* PC */



.area1 .recruit_top_area_img img {
	width:90%;
	height: auto;
	border-radius: 20px;
}
.area1 .block {
	padding: 0 10px 30px 10px;
}

.area2 .recruit_top_area_img img {
    width:90%;
	height: auto;
	border-radius: 20px;
}
.area2 .block {
	padding: 0 10px 30px 10px;
}

@media print,screen and (min-width: 768px) {
.area1 .block {
	padding: 0 420px 0 10px;
}
.area1 .recruit_top_area_img {
	top: 0;
	right: 0;
	overflow: hidden;
}
.area1 .recruit_top_area_img img {
	width:100%;
	height: 400px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.area2 .block {
	padding: 0 10px 0 420px;
}
.area2 .recruit_top_area_img {
	top: 0;
	left: 0;
    overflow: hidden;
}
.area2 .recruit_top_area_img img {
    width:100%;
	height: 400px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}
}/* Tablet & PC */

@media print,screen and (min-width: 926px) {
.area1 .block {
	padding: 0 470px 0 10px;
	min-height: 500px;
}
.area1 .recruit_top_area_img img {
	width:100%;
	height: 500px;
}

.area2 .block {
	padding: 0 10px 0 470px;
	min-height: 500px;
}
.area2 .recruit_top_area_img {
	top: 0;
	left: 0;
    overflow: hidden;
}
.area2 .recruit_top_area_img img {
    width:100%;
	height: 500px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}
}/* PC */

@media print,screen and (min-width: 1024px) {
.area1 .block {
	padding: 0 570px 0 10px;
}

.area2 .block {
	padding: 0 10px 0 570px;
}
}/* PC */

@media print,screen and (min-width: 1030px) {
.area1 .block {
	padding: 0 650px 0 10px;
}

.area2 .block {
	padding: 0 10px 0 650px;
}
}/* PC */


.recruit_top_area h2 {
	font-size: 2.5rem;
	line-height: 170%;
	color: #374ba2;
	text-align: left;
	margin: 0 0 25px 0;
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff,
    -3px 3px 3px #fff,  3px -3px 3px #fff,
    3px 0 3px #fff, -3px  0 3px #fff,
    0 3px 3px #fff,  0 -3px 3px #fff;
}
.recruit_top_area h2 span {
	display: block;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 6rem;
	line-height: 1;
}
.recruit_top_area h2 span::first-letter {
	color: #e90e0f;
}

@media print,screen and (min-width: 768px) {
.recruit_top_area h2 {
	font-size: 3rem;
	margin: 0 0 30px 0;
}
.recruit_top_area h2 span {
	font-size: 9rem;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.recruit_top_area h2 {
	font-size: 3rem;
	margin: 0 0 50px 0;
}
.recruit_top_area h2 span {
	font-size: 11rem;
}
}/* PC */


.recruit_top_area h3 {
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0 0 -15px 0;
	font-size: 2.5rem;
    line-height: 170%;
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff,
    -3px 3px 3px #fff,  3px -3px 3px #fff,
    3px 0 3px #fff, -3px  0 3px #fff,
    0 3px 3px #fff,  0 -3px 3px #fff;
}

@media print,screen and (min-width: 768px) {
.recruit_top_area h3 {
	margin-bottom: -10px;
	font-size: 3rem;
    line-height: 150%;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.recruit_top_area h3 {
	margin: 0 0 30px 0;
	font-size: 3rem;
    line-height: 5rem;
}
}/* PC */


.recruit_top_area p.btn_more {
	overflow: hidden;
}
.recruit_top_area p.btn_more a {
	float: right;
}
p.btn_more a {
	display: inline-block;
	padding: 12px 15px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	background-color: #e90e0f;
	width: 200px;
	position: relative;
	transition-property: all;
	transition: 0.2s linear;
}
p.btn_more a::after {
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
}
p.btn_more a:hover {
	background-color: #374ba2;
}
@media print,screen and (min-width: 667px) {
.recruit_top_area p.btn_more a {
    float: none;
}
}/* Tablet & PC */

.area3 .block {
	padding: 0 10px 30px 10px;
}
@media print,screen and (min-width: 768px) {
.area3 .block {
	padding: 0 10px 50px 10px;
}
}/* Tablet & PC */


.challenge_img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: 50% 50%;
}
@media print,screen and (min-width: 768px) {
.challenge_img img {
	width: 100%;
	height: auto;
}
}/* Tablet & PC */



.recruit_top_area.area4 {
	background: #374ba2;
	margin-top: 0;
}
.area4 .block {
	padding: 50px 10px 50px 10px;
}
@media print,screen and (min-width: 768px) {
.area4 .block {
	padding: 60px 10px 100px 10px;
}
}/* Tablet & PC */


.recruit_top_area.area4 h2 {
	color: #fff;
	text-shadow: none;
}


.recruit_top_menu {
	display:flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.recruit_top_menu li {
    margin-left: 20px;
    width: calc((100% - 60px) / 3);
    text-align: center;
}
.recruit_top_menu li img {
	width: 60px;
	height: 60px;
}
.recruit_top_menu span {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

@media print,screen and (min-width: 768px) {
.recruit_top_menu {
	margin-left: 0;
    border-left: solid 1px #6676bc;
}
.recruit_top_menu li {
    margin-left: 0;
    width: 25%;
    border-right: solid 1px #6676bc;
}
.recruit_top_menu li:first-child {
    width: 50%;
}
.recruit_top_menu li img {
	width: 100px;
	height: 100px;
}
.recruit_top_menu span {
	font-size: 2rem;
	margin-bottom: 20px;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.recruit_top_menu li img {
	width: 120px;
	height: 120px;
}
.recruit_top_menu span {
	font-size: 2.2rem;
}
}/* PC */


.recruit_top_menu_btn {
	margin-top: 20px;
}
.recruit_top_menu_btn a {
	display: block;
	padding: 12px 0;
	margin-bottom: 20px;
	color: #fff;
	text-decoration: none;
	background-color: #e90e0f;
	width: 100%;
	transition-property: all;
	transition: 0.2s linear;
}
.recruit_top_menu_btn a:hover {
	background-color: #a40e0e;
}

.recruit_top_menu_btn a.btn_more {
	text-align: left;
	padding: 12px;
	position: relative;
}
.recruit_top_menu_btn a.btn_more::after {
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
}

@media print,screen and (min-width: 768px) {
.recruit_top_menu_btn {
	margin-top: 30px;
}
.recruit_top_menu_btn a {
	display: inline-block;
	margin-bottom: 0;
	width: 150px;
	margin: 0 15px;
}
}/* Tablet & PC */
@media print,screen and (min-width: 1024px) {
.recruit_top_menu_btn a {
	width: 200px;
}
}/* PC */



/* 採用　中ページ */

.recruit .head_visual {
    background: url(/assets/img/recruit/bg_head_visual.png) no-repeat right top;
    background-size: cover;
}


.recruit_page .recruit_top_area_img {
    width: 85%;
    float: right;
}
.recruit_page .area1 .recruit_top_area_img img {
	width: 100%;
	height: auto;
	border-radius: 20px 0 0 20px;
}
.recruit_page .area1 .block {
	padding: 30px 10px 0 10px;
	min-height: auto;
}

@media print,screen and (min-width: 768px) {
.recruit_page .recruit_top_area_img {
	margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
.recruit_page .area1 .recruit_top_area_img img {
	height: 370px;
}
.recruit_page .area1 .block {
	padding: 0 420px 0 10px;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.recruit_page .recruit_top_area_img {
    width: 45%;
    max-width: 800px;
}
.recruit_page .area1 .recruit_top_area_img img {
	height: 450px;
}
.recruit_page .area1 .block {
	padding: 0 500px 50px 10px;
	min-height: 450px;
}
}/* Tablet & PC */



.recruit_page h2 {
    font-size: 3.3rem;
    line-height: 150%;
    color: #374ba2;
    text-align: left;
    margin: 0 0 30px 0;
    text-shadow: none;
}
.recruit_page h2 span {
	display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    line-height: 120%;
    text-shadow: none;
    color: #e90e0f;
}
@media print,screen and (min-width: 768px) {
.recruit_page h2 {
    font-size: 5rem;
    margin: 0 0 50px 0;
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff,
    -3px 3px 3px #fff,  3px -3px 3px #fff,
    3px 0 3px #fff, -3px  0 3px #fff,
    0 3px 3px #fff,  0 -3px 3px #fff;
}
.recruit_page h2 span {
    font-size: 3.5rem;
}
}/* Tablet & PC */


.recruit_page .recruit_top_area h3 {
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 2.2rem;
    line-height: 150%;
    text-shadow: none;
}
@media print,screen and (min-width: 768px) {
.recruit_page .recruit_top_area h3 {
	font-size: 2.5rem;
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff,
    -3px 3px 3px #fff,  3px -3px 3px #fff,
    3px 0 3px #fff, -3px  0 3px #fff,
    0 3px 3px #fff,  0 -3px 3px #fff;
}
}/* Tablet & PC */




.challenge_top_img img {
	width: 100%;
	height: auto;
}
.challenge_top_area .block {
	padding: 20px 10px 20px 10px;
}
.recruit_page h2 span.stencil {
	font-family: 'Stardos Stencil', system-ui;
}

@media print,screen and (min-width: 768px) {
.challenge_top_area {
	position: relative;
	overflow: hidden;
	min-height: 600px;
}
.challenge_top_img {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 9;
	width: 100%;
	text-align: right;
	width: 62%;
	height: 600px;
}
.challenge_top_img img {
	width: 100%;
	height: 600px;
    object-fit: cover;
}
.challenge_top_area .block {
	padding: 50px 10px 20px 10px;
	position: relative;
	z-index: 10;
	text-align: left;
}
}/* Tablet & PC */


.challenge_top_txt {
	background: #2a76e3;
	display: inline-block;
	padding: 20px;
	border-radius: 10px;
}
.challenge_top_txt h3 {
	background: transparent;
	box-shadow: none;
	border-bottom: solid 1px #fff;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	color: #fff;
}
.block .challenge_top_txt p {
	margin: 0;
	font-size: 115%;
	text-align: right;
	color: #fff;
}
.block .challenge_top_txt p span {
	padding-left: 1em;
}
@media print,screen and (min-width: 768px) {
.challenge_top_txt {
	padding: 40px 50px 35px 50px;
	margin: 20px 0;
}
.challenge_top_txt h3 {
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
.block .challenge_top_txt p {
	font-size: 120%;
}
.block .challenge_top_txt p span {
	font-size: 120%;
	line-height: 1.8;
	padding-left: 0;
}
}/* Tablet & PC */



.recruit_contents_area {
	padding-bottom: 40px;
}
.recruit_contents_area .block {
	background: #fff;
	padding: 20px 20px 30px 20px;
	margin-top: 30px;
    border-radius: 15px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 22px -8px, rgba(0, 0, 0, 0.3) 0px 5px 14px -10px;
}
.recruit_contents_area.top0 .block {
	margin-top: 0;
}
@media print,screen and (min-width: 768px) {
.recruit_contents_area {
	padding-bottom: 60px;
}
.recruit_contents_area .block {
	padding: 40px 40px 50px 40px;
	margin-top: 40px;
}
}/* Tablet & PC */



.challenge_menu {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	margin-left: -20px;
}
.challenge_menu li {
	margin-left: 20px;
    width: calc((100% - 40px) / 2);
	margin-bottom: 20px;
	position: relative;
}
.challenge_menu li a {
	display: block;
	height: 100%;
	background: #2a76e3;
	color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 22px -5px, rgba(0, 0, 0, 0.3) 0px 8px 13px -8px;
}
.challenge_menu li a img {
	width: 100%;
	height: auto;
}
.challenge_menu li .nm {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: 'Stardos Stencil', system-ui;
	font-size: 5rem;
	line-height: 1;
	color: #fff;
}
.challenge_menu li .txt {
	padding: 10px;
}
@media print,screen and (min-width: 768px) {
.challenge_menu {
	margin-left: -50px;
}
.challenge_menu li {
	margin-left: 50px;
    width: calc((100% - 150px) / 3);
	margin-bottom: 50px;
}
.challenge_menu li .nm {
	top: 10px;
	right: 10px;
	font-size: 8rem;
}
.challenge_menu li .txt {
	padding: 15px;
}
.challenge_menu li .txt span {
	font-size: 130%;
}
}/* Tablet & PC */



.block.challenge_contents {
	padding: 0 10px 20px 10px;
}
.challenge_contents_block {
	background: #fff;
	margin: 30px 0;
    border-radius: 15px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 22px -8px, rgba(0, 0, 0, 0.3) 0px 5px 14px -10px;
}

.txt_box {
	padding: 20px;
}
.img_box {
	padding: 0 20px 20px 20px;
}
.img_box img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

@media print,screen and (min-width: 768px) {
.challenge_contents_block {
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
}

.txt_box {
	width: 50%;
	padding: 50px;
}
.img_box {
	width: 50%;
	padding: 15px 15px 15px 0;
}
.reverse .challenge_contents_block {
	flex-direction: row-reverse;
}
.reverse .challenge_contents_block .img_box {
	padding: 15px 0 15px 15px;
}
}/* Tablet & PC */


.challenge_contents_area h3 {
	box-shadow: none;
	margin-bottom: 40px;
	background: #e90e0f;
	color: #fff;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 1.8rem;
    position: relative;
}
.challenge_contents_area h3::before{
	content: "";
	position: absolute;
	border-top: 25px solid #e90e0f;
	border-left: 25px solid transparent;
	width: 0;
	height: 0;
	left: 40px; /* 三角表示位置（要素左から）*/
	top:100%; /* 三角表示位置（要素上から）*/
}
.challenge_contents_area h3 span {
	border: none;
	padding: 0;
}
@media print,screen and (min-width: 768px) {
.challenge_contents_area h3 {
	padding: 15px 25px;
	font-size: 2.2rem;
    line-height: 4rem;
}
}/* Tablet & PC */


.challenge_list {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	margin-left: -10px;
	margin-top: 50px;
}
.challenge_list li {
	margin-left: 10px;
    width: calc((100% - 30px) / 3);
	margin-bottom: 10px;
}
.challenge_list a {
	display: block;
	border:solid 1px #374ba2;
	background: #fff;
	color: #374ba2;
	padding: 15px;
}
.challenge_list a:hover , .here a {
	background: #2a76e3;
	color: #fff;
}
@media print,screen and (min-width: 768px) {
.challenge_list {
	margin-left: -40px;
	margin-top: 70px;
	margin-bottom: 10px;
}
.challenge_list li {
	margin-left: 40px;
    width: calc((100% - 120px) / 3);
	margin-bottom: 20px;
	font-size: 120%;
}
}/* Tablet & PC */




.recruit_entry {
    background: #374ba2;
    padding-bottom: 40px;
}
.recruit_entry h3 {
	border: none;
    background: none;
    box-shadow: none;
	margin: 0;
	padding: 0;
	color: #fff;
    font-family: 'Cormorant Garamond', serif;
	font-size: 6rem;
	line-height: 1;
    text-align: center;
}
.recruit_entry p {
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: bold;
}

.entry_btn {
	margin-top: 40px;
}
.entry_btn li {
	position: relative;
}
.entry_btn li a {
	display: block;
	background: #3079e0;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 22px -8px, rgba(0, 0, 0, 0.3) 0px 5px 14px -10px;
}
.entry_btn li a::before {
	content: '';
	display: inline-block;
	width: 50px;
    height: 50px;
	background: url("/assets/img/recruit/icon_entry.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
    margin-right: 20px;
}
.entry_btn li a::after {
	content: '';
	display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
}
.entry_btn li a:hover {
	background: #fe5f45;
	background: linear-gradient(180deg, rgba(254, 95, 69, 1), rgba(210, 24, 24, 1));
}

@media print,screen and (min-width: 768px) {
.recruit_entry {
    padding-bottom:60px;
}
.recruit_entry h3 {
	font-size: 8rem;
}

.entry_btn {
	display:flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-left: -80px;
}
.entry_btn li {
	margin-left: 80px;
    width: calc((100% - 160px) / 2);
	position: relative;
}
.entry_btn li a {
	font-size: 2.4rem;
	padding: 20px 0;
}
.entry_btn li a::before {
	width: 70px;
    height: 70px;
}
}/* Tablet & PC */



/* インデント */
@media print,screen and (min-width: 768px) {
.indent {
	padding-left: 50px;
	margin-top: -30px;
	float: left;
}
}/* Tablet & PC */



/* インターンシップアイコン */
.internship_icon {
	text-align: center;
	line-height: 160%;
	margin-top: 25px;
}
.internship_icon a {
	display: inline-block;
	padding: 20px;
	border: solid 2px #e90e0f;
	overflow: hidden;
	color: #e90e0f;
}
.internship_icon a:hover {
	background: #fcebec;
}
.internship_icon a:after { background: none; width:0; height:0; }
.internship_icon img {
	width: 120px;
	height: auto;
	margin: 0 auto 10px auto;
}
@media print,screen and (min-width: 768px) {
.internship_icon {
	margin-top: 0;
	float: right;
}
}/* Tablet & PC */


/* 募集要項ページアイコン */
.saiyo_icon {
	text-align: left;
	margin-top: 15px;
}
.saiyo_icon li {
	display: inline-block;
	padding: 15px;
	border-radius: 6px;
	border: solid 3px #e90e0f;
	color: #e90e0f;
	font-size: 120%;
	line-height: 1;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 15px;
    background: #fff;
}
@media print,screen and (min-width: 768px) {
.saiyo_icon li {
	padding: 15px 30px;
	font-size: 130%;
    margin-right: 15px;
}
}/* Tablet & PC */


.recruit_contents_area .photo.col4 li {
	margin-top: 20px;
}
.recruit_contents_area .photo.col4 li img {
	width: 250px;
	height: auto;
}
@media print,screen and (min-width: 768px) {
.recruit_contents_area .photo.col4 li img {
	width: 100%;
	height: auto;
}
}/* Tablet & PC */




/* benefit */
.box-benefit {
	background: #fbf6eb;
	border-radius: 12px;
	padding: 1px 30px 30px 30px;
	margin-top: 30px;
}




/* 画像ループ */
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left{
  animation :infinity-scroll-left 40s infinite linear 0s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2);
}
.scroll-infinity__item>img {
  width: 100%;
}

.scroll-infinity__wrap:hover .scroll-infinity__list--left{
  animation-play-state: paused;
}

@media print,screen and (min-width: 768px) {
.scroll-infinity__item {
  width: calc(100vw / 4);
}
}