@charset "UTF-8";



.box{
	color: #333;
	position: relative;
	font-size: 16px;
	line-height: 28px;
}


.sec_title {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1rem, calc(1.5vw + 0.5rem), 1.75rem);
    font-weight: 700;
    color: #ca0035;
    text-align: left;
    border-bottom: 1px solid;
    margin: 20px 0 0;
}


.sec_title span {
	margin-left: 4%;
}


.box1{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.box2{
	position: relative;
	padding: 30px 0;
	background-color: #ca0035;
	color: #fff;
}

.box2 a {
    text-decoration: none;
    color: #fff;
}

.box2 div {
    padding: 0 4vw;
}

.philosophy_wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.philosophy {
	font-size: clamp(1.2rem, calc(1.25vw + 1.2rem), 3rem);
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.1;
    white-space: nowrap;
}
.chance {
    font-size: 1em;
}
.mybrand {
    font-size: 0.75em;
    margin-left: -2.5em;
}
.philosophy_logo img {
    width: 30vw;
    max-width: 350px;
}



.box3 {
	height: auto;
	position: relative;
	padding-top: 60px;
	font-size: 16px;
	margin-bottom: 10%;
}


.box3 .content_wrap {
    background: #f2f2f2;
}

.content_wrap {
    padding-bottom: 8%;
}

.content_unit {
    display: flex;
    padding: 4%;
    height: 40vw;
}


.content_unit a {
    text-decoration: none;
    color: initial;
    width: 100%;
    display: flex;
}

.img_cont {
    display: flex;
    align-items: center;
    margin-right: -5%;
    width: 50%;
    z-index: 1;
}

.img_cont img {
    width: 100%;
}

.text_cont {
    background: #fff;
    width: 55%;
    font-family: "Noto Serif JP", serif;
    display: flex;
    justify-content: right;
    align-items: center;
}

/*flex右端余白対策*/
.content_unit::after, .text_cont::after, .text_area::after, .content_unit.sub_cnt::after {
    content: none;
}


.text_area {
    display: flex;
    flex-flow: column;
    text-align: left;
    width: 80%;
    justify-content: space-evenly;
    height: 27.6vw;
    line-height: 1.5;
}


.text_area h3 {
    font-size: clamp(1.2rem, calc(1.8vw + 0.5rem), 2.1rem);
    /*font-size: clamp(1rem, calc(1.5vw + 0.5rem), 1.75rem);*/
    font-weight: 700;
    color: #ca0035;
}


.text_area h4 {
    font-size: clamp(1.32rem, calc(1.8vw + 0.5rem), 2.31rem);
    /*font-size: clamp(1.2rem, calc(1.8vw + 0.5rem), 2.1rem);*/
}



.content_unit.sub_cnt {
    justify-content: space-between;
    height: auto;
}



.cont_ele {
    width: 48.5%;
    position: relative;
}

.cont_ele img {
    width: 100%;
}

.cont_title {
    position: absolute;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.8rem, calc(2.25vw + 0.5rem), 2.625rem);
    font-weight: 500;
    text-align: left;
    top: 60%;
    left: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 1.2;
}


.box4 {
	/*position: relative;
	padding-top: 60px;
	color: #FFFFFF;
	padding-bottom: 60px;
	background-image: url(../../rec_img/sec04-bg.png);
	margin-top: 80px;*/
}


/*
.link_arrow {
    position: absolute;
    width: 7%;
    bottom: 0;
}
*/

.content_unit.unit_top {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0;
    height: 100%;
}

.content_unit.unit_top .cont_ele {
    width: 100%;
    margin-bottom: 0;
}



.box4 .cont_ele {
    margin-bottom: 3%;
}

.box4 .content_unit.sub_cnt {
    flex-wrap: wrap;
}


.job_type {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    padding-bottom: 0;
    width: 45%;
}

.job_type img {
    width: 100%;
}


.box5 {
 /*position: relative;
 background-image: url(../../rec_img/sec05-bg.jpg);
 padding-bottom: 60px;
 background-position: center center;
 background-repeat: no-repeat;*/
}


.envi_title {
    position: absolute;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.8rem, calc(2.25vw + 0.5rem), 2.625rem);
    font-weight: 500;
    text-align: left;
    top: 64%;
    left: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 1.1;
}

.envi_title span {
    font-size: 0.65em;
}

.box6 {
	/*position: relative;
	padding-top: 60px;
	color: #FFFFFF;
	padding-bottom: 60px;
	background-image: url(../../rec_img/sec06-bg.jpg);
	background-size: cover;
	margin-top: 60px;
	height: 460px;
	margin-bottom: 60px;*/
}



.box6 .content_unit.sub_cnt {
    align-items: center;
    flex-direction: column;
}

.box6 .cont_ele {
    width: 75%;
    margin-bottom: 4%;
}

.box6 a {
    display: block;
}

.entry_title {
    text-align: left;
    color: #333;
    font-size: clamp(1.2rem, calc(1.5vw + 0.5rem), 1.75rem);
    margin-top: 1%;
}


/*
.box6 .cont_title {
    padding: 1.2%;
    background: rgba(202,0,53,0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 5px;
}
*/

.box7 {
 position: relative;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 0px;
}
#sec01 .imgarea img {
	/*width: 100%;*/
	height: 100vw;
	/*min-height: 700px;
	min-width: 1400px;*/
}
#sec01 .imgarea {
	margin-top: 80px;
	/*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    background-size: cover;
    background-position: 50% 50%;
}
.imgarea video {
	width: 100%;
    height: calc(100% - 80px);
    object-fit: cover;
}


.copy {
    position: absolute;
    top: calc(55% - 80px);
    left: 9vw;
}

.copy img {
    width: 400px;
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}


/*動画上キャッチのフェードイン表示*/
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-aspect-ratio: 4/5){
	.vertical{
		display: none;
	}
}

@media (max-aspect-ratio: 4/5){
	.horizontal{
		display: none;
	}
}




#sec01 .block {
	padding-left: 50px;
	text-align: left;
	padding-top: 300px;
	position: absolute;
}
#sec02 .title {
	/*position: absolute;
	top: 20px;
	left: 30px;*/
}
#sec02 .blackbox {
	background-color: rgba(0,0,0,0.80);
	width: 680px;
	height: 490px;
	position: absolute;
	right: 30px;
	top: 30px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}


.cel3 {
	width: 100%;
	margin: 20px auto;
	font-size: 0;
	max-width: 1260px;
	color: #333333;
}
.cel2 {
	width: 100%;
	margin: 20px auto;
	font-size: 0;
	max-width: 1400px;
}

.cel3 li {
	display: inline-block;
	width: 33%;
	text-align: center;
	
}
.cel2 li {
	display: inline-block;
	width: 50%;
	
}
.cel3 li img {
	width: 100%;
	height: auto;
}
.cel2 li img {
	width: 100%;
	height: auto;
}
#sec04 .title {
	/*position: absolute;
	right: 30px;
	top: -50px;*/
}
#sec05 .txtarea {
	padding-top: 60px;
}
#sec05 .txtbox {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 40px;
}
.stafflist {
 width: 100%;
 max-width: 1000px;
 text-align: center;
 margin-bottom: 25px;
 margin-top: 25px;
 margin-left: auto;
 margin-right: auto;
}
.staffbox {
 width: 30%;
 margin-top: 0%;
 margin-right: 0%;
 margin-bottom: 0%;
 margin-left: 0%;
 display: inline-block;
 position: relative;
}
.staffbox .photo {
	width: 100%;
	position: relative;
}

.staffbox img {
	width: 100%;
	height: auto;
}
.staffbox .icon {
	display: block;
	background-color: rgba(23,71,128,0.80);
	position: absolute;
	color: rgba(255,255,255,1.00);
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
}
.staffbox .icon-c {
	display: block;
	background-color: rgba(128,13,56,0.80);
	position: absolute;
	color: rgba(255,255,255,1.00);
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
}
.staffbox .name {
	display: block;
	background-color: rgba(0,0,0,0.80);
	position: absolute;
	bottom: 0px;
	color: rgba(255,255,255,1.00);
	padding-left: 10px;
	padding-right: 10px;
	right: 0px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sec06 .title {
	/*position: absolute;
	left: 30px;
	top: -50px;*/
}
#sec06 .blackbox {
	background-color: rgba(0,0,0,0.90);
	width: 420px;
	height: 380px;
	position: absolute;
	top: 30px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	left: 30px;
	text-align: left;
}
#sec06 .blackbox .txtlink a {
	text-align: center;

}
.harf {
	width: 50%;
	float: left;
}
.harf img {
	width: 100%;
	height: auto;
}
