@charset "UTF-8";
/* CSS Document */


/*PC*/
@media print, screen and (min-width: 769px) {

.bnr_list{
width: 900px;
margin: 0 auto 0;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
border: 1px solid #f00;
}

.bnr_list li{
width: 100%;
margin: 0 0 30px;
}

.bnr_list li:last-child{
margin-bottom: 0;
}

/*main
---------------------------------*/
.section01 {
position: relative;
height: 100vh;
margin: 0 auto;
background: #FFF;
}

.section01 .section01_inner {
position: relative;
height: 100%;
min-width: 1200px;
}

.section01_inner .move {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
z-index: 1;
}

.section01_inner .move video {
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
max-width: inherit;
opacity:1;
}


.read_tit_wrap {
position: absolute;
top:45%;
left: 0%;
z-index: 5;
}

.read_tit_wrap .tit_img{
font-size: 90px;
line-height: 1.2;
color: #FFF;
position: relative;
margin: 0 0 50px 9.5%;
font-weight: 300;
white-space: nowrap;
}

.read_tit_wrap .tit_img span{
font-size: 0.2em;
display: block;
padding: 0 0 10px 10px;
}

.read_txt2 {
font-size: 1.1em;
line-height: 1.8;
color: #FFF;
position: relative;
margin:0 0 0 11.5%;
font-weight: 300;
white-space: nowrap;
}

.com_p_img {
background: #000;
width: 100%;
height: 100%;
position: absolute;
bottom: 0%;
left: 0;
opacity: 0.35;
z-index: 3;
}

.scroll {
position: absolute;
bottom: 14vh;
left: 0;
width: 63%;
font-family:'HelveticaNeue','Roboto', sans-serif;
font-weight: 400;
font-size: 9em;
line-height: 1;
text-align: center;
color: #000000;
overflow: hidden;
z-index: -1;
}

.scroll span {
display: inline-block;
padding-left: 100%;
white-space: nowrap;
line-height: 1em;
animation: scrollAnime 60s linear infinite;
opacity: 0.2;
}

.arrowWrap {
position: absolute;
right: 0;
bottom: -80px;
height: 200px;
z-index: 100;
z-index: 10;
}
.arrowInner p {
color:#FFF;
font-size: 10px;
font-family: 'Inter', sans-serif;
font-weight: 700;
text-align: end;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
letter-spacing: 0.1em;
}

.arrow {
position: absolute;
overflow: hidden;
bottom: 30px;
left: calc(50% - 1px);
width: 1px;
height: 100px;
background: #002f7b;
}

.arrow::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 1px;
height: 100%;
background: #002f7b;
animation: scrollEffect 6s infinite cubic-bezier(0.76, 0, 0.24, 1);
}


/*latest_case
---------------------------------*/
.latest_case_wrap {
display: flex;
flex-wrap: wrap;
border: 1px solid #cdcdcd;
background: #F1F1F1;
}

.latest_case_wrap li {
position: relative;
width:24.93%;
}

.latest_case_wrap li:not(:first-child) {
border-left: 1px solid #cdcdcd;
}

.latest_case_wrap li::after {
content: '';
background-image: url("../images/com/icon_arrow_black.png");
background-position: center;
background-repeat: no-repeat;
background-size: 34px 7px;
position: absolute;
width: 34px;
height: 7px;
right: 10px;
bottom: 30px;
}
.latest_case_wrap li a{
color: #000;
}

.latest_case_wrap li figure{
overflow: hidden;
}

.latest_case_wrap li figure img {
object-fit: cover;
height: 220px;
width: 100%;
-webkit-transition: -webkit-transform .2s ease;
transition: -webkit-transform .2s ease;
transition: transform .2s ease;
transition: transform .2s ease, -webkit-transform .2s ease;
}

.latest_case_wrap li:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.latest_case_txt{
position: relative;
padding: 33px 2% 44px 6%;
-webkit-transition: .2s ease;
transition: .2s ease;
}

.latest_case_day{
position: absolute;
top: 0;
left: 0;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
background-color: #000;
color: #fff;
min-width: 95px;
text-align: center;
color: #fff;
font-size: 13px;
line-height: 1;
padding: 6px;
z-index: 1;
}

.latest_case_main{
line-height: 1.5;
font-size: 18px;
margin-bottom: 20px;
}

.latest_case_sub {
font-size: 12px;
color: #777;
line-height: 1.5;
}


/*about
---------------------------------*/
.about_wrap {
padding: 85px 2%;
box-sizing: border-box;
background: url("../images/index/about_bg.jpg") center center no-repeat;
background-size: cover;
}

#about .com_readtit{
color: #FFF;
}

#about .com_readtit_line{
background: #FFF;
}

#about .com_readtit2 {
color: #FFF;
}

#about .txt {
color: #FFF;
line-height: 1.6;
}

#about .about_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 60px auto;
}

#about .about_list li{
width: 50%;
position: relative;
}

#about .about_list li::after{
content: "";
width: 100%;
height: 80%;
position: absolute;
bottom: 0;
left: 0;
background: rgb(0, 0, 0);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

#about .about_txt {
position: absolute;
bottom: 20px;
left: 20px;
z-index: 100;
z-index: 10;
}

#about .about_txt h4{
color: #FFF;
font-size: 20px;
line-height: 1.4;
font-weight: 300;
margin: 0 0 20px;
}

#about .about_txt p{
color: #FFF;
font-size: 0.8em;
}


/*design
---------------------------------*/
.design_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.design_wrap_box1{
width: 55%;
position: relative;
}

.design_wrap_box2{
width: 40%;
position: relative;
}

.design_wrap_box2 .txt{
font-size: 1.2em;
margin: 0 0 80px;
}


.icon_list_img {
width: 80%;
margin: 0 auto 30px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.icon_list_img li{
width: 20%;
position: relative;
}

/*quality
---------------------------------*/
#quality .com_readtit{
color: #FFF;
}

#quality .com_readtit_line{
background: #FFF;
}

#quality .com_readtit2 {
color: #FFF;
}

#quality .com_readtit3 {
color: #FFF;
white-space: nowrap !important;
}

#quality .com_readtit3 span{
display: block !important;
font-size: 0.5em !important;
}

#quality .txt {
color: #FFF;
line-height:1.6;
margin: 0 0 60px;
}

.quality_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 80px auto 60px;
align-items: center;
}

.quality_list li{
position: relative;
width: 25%;
}

.quality_list li:last-child{
padding:35px 35px;
box-sizing: border-box;
}

.quality_list li::after{
content: "";
width: 100%;
height: 80%;
position: absolute;
bottom: 0;
left: 0;
background: rgb(0, 0, 0);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.quality_list li:last-child::after{
content: none;
}

.quality_list li div{
position: absolute;
bottom: 0;
left: 0;
padding: 20px;
box-sizing: border-box;
z-index: 1;
}

.quality_list li div p{
font-size: 0.8em;
line-height: 1.4;
color: #FFF;
}

#quality .txt2{
font-size: 0.8em;
line-height: 2;
color: #FFF;
padding: 0 0 100px;
}

#quality .slider{
margin: 0 0 100px;
}

.quality_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 60px auto;
align-items: center;
}

.quality_wrap_box1{
width: 55%;
position: relative;
}

.quality_wrap_box2{
width: 40%;
position: relative;
}

.quality_wrap_box2 p{
color: #FFF;
}


#quality .move_area {
overflow: hidden;
position: relative;
width: 100%;
height: 36vh;
margin: 0 auto 80px;
}

#quality .move_area video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
min-height: 100%;
min-width: 100%;
opacity:0.6;
}


/*process
---------------------------------*/
.process_wrap{
position: relative;
padding: 35px;
height: 70vh;
box-sizing: border-box;
background: url("../images/index/process_bg.jpg") center center no-repeat;
background-size: cover;
}

.process_wrap .process_txt{
font-size: 1.2em;
line-height: 2;
}

.process_wrap .process_btn{
position: absolute;
bottom: 35px;
right: 35px;
width: 400px;
}


/*example
---------------------------------*/
.slide-arrow {
position: absolute;
top: 50%;
margin-top: -15px;
}
.prev-arrow {
width: 19px;
height: 36px;
left: -40px;
}
.next-arrow {
width: 19px;
height: 36px;
right: -40px;
}
.unit_wrap {
margin: 0 auto 100px;
position: relative;
}
.unit_box {
margin: 0 10px;
}
.unit_box .img {
width: 100%;
margin: 0 auto;
}
.unit_box h3 {
background: #333;
color: #FFF;
padding: 10px;
box-sizing: border-box;
font-weight: 500;
font-size: 0.8em;
line-height: 1.2;
margin: 0 0 10px;
}
.unit_box dl {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
font-size: 0.8em;
margin: 0 auto;
line-height: 1.4;
}
.unit_box a dl {
color: #000;
}
.unit_box dt {
width: 25%;
box-sizing: border-box;
margin-bottom: 5px;
}
.unit_box dd {
width: 75%;
box-sizing: border-box;
}


.example_btn_wrap {
width: 70%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: auto;
}



/*recruit
---------------------------------*/
#recruit .recruit_wrap{
position: relative;
padding: 35px;
height: 70vh;
box-sizing: border-box;
background: url("../images/index/recruit_bg.jpg") center center no-repeat;
background-size: cover;
}

#recruit .com_readtit{
color: #FFF;
}

#recruit .com_readtit_line{
background: #FFF;
}

#recruit .com_readtit2 {
color: #FFF;
}

#recruit .com_readtit3 {
color: #FFF;
}

#recruit .txt {
color: #FFF;
line-height:2.2;
margin: 0 0 80px;
}

#recruit .recruit_wrap .detialbtn a{
margin: 0 !important;
}

/*news
---------------------------------*/
.news_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.news_wrap_box1{
width: 20%;
position: relative;
}

.news_wrap_box2{
width: 78%;
position: relative;
}

.news_wrap_box2 .news_list{
width: 100%;
height: 450px;
overflow-y: scroll;
margin: 10px 0 0;
border-top: 1px solid #000;
}

.news_wrap_box2 .news_list li{
border-bottom: 1px solid #000;
padding: 20px 5px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
font-size: 2rem;
font-weight: 600;
}

.news_wrap_box2 .news_list li .news_day{
width:18%;
white-space: nowrap;
}

.news_wrap_box2 .news_list li .news_txt{
width: 80%;
}


.news_wrap_box2 .news_list li .news_txt a{
color: #0f9582;
}

.news_wrap_box2 .news_list li .news_txt a .pdf_icon{
color: #0f9582;
display: block;
text-decoration: underline #0f9582;
}

.news_wrap_box2 .news_list li .news_txt a .pdf_icon i{
margin-left: 5px;
color: #0f9582;
font-size: 1.2em;
}

}
/*sp*/
@media only screen and (max-width: 768px) {

.bnr_list{
width: 90%;
margin: 20px auto;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
border: 1px solid #f00;
}

.bnr_list li{
width: 100%;
margin: 0 0 20px;
}

.bnr_list li:last-child{
margin-bottom: 0;
}


/*main
---------------------------------*/
.section01 {
position: relative;
height: 70vh;
margin: 0 auto;
background: #FFF;
}

.section01 .section01_inner {
position: relative;
height: 100%;
min-width: 100%;
}

.section01_inner .move {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
z-index: 1;
}

.section01_inner .move video {
position: absolute;
top: 0;
left: -50%;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
max-width: inherit;
opacity:1;
}


.read_tit_wrap {
position: absolute;
top:25%;
left: 0%;
z-index: 5;
width: 98%;
}

.read_tit_wrap .tit_img{
font-size: 40px;
line-height: 1.2;
color: #FFF;
position: relative;
margin: 0 0 50px 2%;
font-weight: 300;
white-space: nowrap;
}

.read_tit_wrap .tit_img span{
font-size: 0.3em;
display: block;
padding: 0 0 10px 10px;
}

.read_txt2 {
font-size: 0.9em;
line-height: 1.8;
color: #FFF;
position: relative;
margin:0 0 0 3%;
font-weight: 300;
}

.com_p_img {
background: #000;
width: 100%;
height: 100%;
position: absolute;
bottom: 0%;
left: 0;
opacity: 0.35;
z-index: 3;
}

.scroll,
.arrowWrap{
display:none;
}

/*latest_case
---------------------------------*/
.latest_case_wrap {
display: flex;
flex-wrap: wrap;
border: 1px solid #cdcdcd;
background: #F1F1F1;
}

.latest_case_wrap li {
position: relative;
width:49.8%;
}

.latest_case_wrap li:not(:first-child) {
border-left: 1px solid #cdcdcd;
}

.latest_case_wrap li:nth-child(3n) {
border-left: none;
}

.latest_case_wrap li::after {
content: '';
background-image: url("../images/com/icon_arrow_black.png");
background-position: center;
background-repeat: no-repeat;
background-size: 34px 7px;
position: absolute;
width: 34px;
height: 7px;
right: 10px;
bottom: 30px;
}
.latest_case_wrap li a{
color: #000;
}

.latest_case_wrap li figure{
overflow: hidden;
}

.latest_case_wrap li figure img {
width: 100%;
-webkit-transition: -webkit-transform .2s ease;
transition: -webkit-transform .2s ease;
transition: transform .2s ease;
transition: transform .2s ease, -webkit-transform .2s ease;
}

.latest_case_wrap li:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.latest_case_txt{
position: relative;
padding: 33px 2% 44px 6%;
-webkit-transition: .2s ease;
transition: .2s ease;
}

.latest_case_day{
position: absolute;
top: 0;
left: 0;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
background-color: #000;
min-width: 95px;
text-align: center;
color: #fff;
font-size: 13px;
line-height: 1;
padding: 6px;
z-index: 1;
}

.latest_case_main{
line-height: 1.3;
font-size: 16px;
margin-bottom: 10px;
}

.latest_case_sub {
font-size: 10px;
color: #777;
line-height: 1.5;
}


/*about
---------------------------------*/
.about_wrap {
padding: 85px 2%;
box-sizing: border-box;
background: url("../images/index/about_bg.jpg") center center no-repeat;
background-size: cover;
}

#about .com_readtit{
color: #FFF;
}

#about .com_readtit_line{
background: #FFF;
}

#about .com_readtit2 {
color: #FFF;
}

#about .txt {
color: #FFF;
line-height: 1.6;
}

#about .about_list {
width: 90%;
margin: 60px auto;
}

#about .about_list li{
width: 100%;
position: relative;
}

#about .about_list li::after{
content: "";
width: 100%;
height: 80%;
position: absolute;
bottom: 0;
left: 0;
background: rgb(0, 0, 0);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

#about .about_txt {
position: absolute;
bottom: 10px;
left: 10px;
z-index: 100;
z-index: 10;
}

#about .about_txt h4{
color: #FFF;
font-size: 14px;
line-height: 1.4;
font-weight: 300;
margin: 0 0 20px;
}

#about .about_txt p{
color: #FFF;
font-size: 0.8em;
}


/*design
---------------------------------*/
.design_wrap{
}

.design_wrap_box1{
width: 100%;
position: relative;
margin: 0 auto 20px;
}

.design_wrap_box2{
width: 96;
position: relative;
margin: auto;
}

.design_wrap_box2 .txt{
font-size: 1em;
margin: 0 0 40px;
}


.icon_list_img {
width: 90%;
margin: 0 auto 30px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.icon_list_img li{
width: 44%;
position:relative;
margin-bottom: 20px;
}


/*quality
---------------------------------*/
#quality .com_readtit{
color: #FFF;
}

#quality .com_readtit_line{
background: #FFF;
}

#quality .com_readtit2 {
color: #FFF;
}

#quality .com_readtit3 {
color: #FFF;
white-space: nowrap !important;
}

#quality .com_readtit3 span{
display: block !important;
font-size: 0.7em !important;
}

#quality .txt {
color: #FFF;
line-height:1.6;
margin: 0 0 60px;
}

.quality_list {
margin: 40px auto 40px;
}

.quality_list li{
position: relative;
width: 100%;
}

.quality_list li:last-child{
padding:35px 15px;
box-sizing: border-box;
}

.quality_list li::after{
content: "";
width: 100%;
height: 80%;
position: absolute;
bottom: 0;
left: 0;
background: rgb(0, 0, 0);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.quality_list li:last-child::after{
content: none;
}

.quality_list li div{
position: absolute;
bottom: 0;
left: 0;
padding: 20px;
box-sizing: border-box;
z-index: 1;
}

.quality_list li div p{
font-size: 0.8em;
line-height: 1.4;
color: #FFF;
}

#quality .txt2{
font-size: 0.8em;
line-height: 2;
color: #FFF;
padding: 0 0 100px;
}

#quality .slider{
margin: 0 0 60px;
}

.quality_wrap {
margin: 30px auto;
}

.quality_wrap_box1{
width: 100%;
position: relative;
margin: 0 0 20px;
}

.quality_wrap_box2{
width: 96%;
position: relative;
margin: auto;
}

.quality_wrap_box2 p{
color: #FFF;
}


#quality .move_area {
overflow: hidden;
position: relative;
width: 100%;
height: 36vh;
margin: 0 auto 80px;
}

#quality .move_area video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
min-height: 100%;
min-width: 100%;
opacity:0.6;
}


/*process
---------------------------------*/
.process_wrap{
position: relative;
padding: 15px;
height: 70vh;
box-sizing: border-box;
background: url("../images/index/process_bg.jpg") center center no-repeat;
background-size: cover;
}

.process_wrap .process_txt{
font-size: 1em;
line-height: 2;
}

.process_wrap .process_btn{
position: absolute;
bottom: 10px;
left: 15px;
width: 70%;
}


/*example
---------------------------------*/
.slide-arrow {
position: absolute;
top: 50%;
margin-top: -15px;
}
.prev-arrow {
width: 19px;
height: 36px;
left: -40px;
}
.next-arrow {
width: 19px;
height: 36px;
right: -40px;
}
.unit_wrap {
width: 80%;
margin: 0 auto 40px;
position: relative;
}
.unit_box {
margin: 0 10px;
}
.unit_box .img {
width: 100%;
margin: 0 auto;
}
.unit_box h3 {
background: #333;
color: #FFF;
padding: 10px;
box-sizing: border-box;
font-weight: 500;
font-size: 0.8em;
line-height: 1.2;
margin: 0 0 10px;
}
.unit_box dl {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
font-size: 0.8em;
margin: 0 auto;
line-height: 1.4;
}
.unit_box a dl {
color: #000;
}
.unit_box dt {
width: 25%;
box-sizing: border-box;
margin-bottom: 5px;
}
.unit_box dd {
width: 75%;
box-sizing: border-box;
}


/*recruit
---------------------------------*/
#recruit .recruit_wrap{
position: relative;
padding: 15px 15px 50px;
box-sizing: border-box;
background: url("../images/index/recruit_bg.jpg") center center no-repeat;
background-size: cover;
}

#recruit .com_readtit{
color: #FFF;
}

#recruit .com_readtit_line{
background: #FFF;
}

#recruit .com_readtit2 {
color: #FFF;
}

#recruit .com_readtit3 {
color: #FFF;
}

#recruit .txt {
display: none;
}

#recruit .recruit_wrap .detialbtn a{
margin: 0 !important;
}

/*news
---------------------------------*/
.news_wrap{
width: 90%;
margin: 0 auto;
}

.news_wrap_box1{
width: 100%;
position: relative;
margin: 0 0 20px;
}

.news_wrap_box2{
width: 100%;
position: relative;
}

.news_wrap_box2 .news_list{
width: 100%;
height: 400px;
overflow-y: scroll;
margin: 10px 0 0;
border-top: 1px solid #000;
}

.news_wrap_box2 .news_list li{
border-bottom: 1px solid #000;
padding: 10px 5px;
box-sizing: border-box;
font-size: 1.3rem;
font-weight: 600;
}

.news_wrap_box2 .news_list li .news_day{
width:100%;
white-space: nowrap;
}

.news_wrap_box2 .news_list li .news_txt{
width: 100%;
}

.news_wrap_box2 .news_list li .news_txt a{
color: #0f9582;
}

.news_wrap_box2 .news_list li .news_txt a .pdf_icon{
color: #0f9582;
display: block;
text-decoration: underline #0f9582;
}

.news_wrap_box2 .news_list li .news_txt a .pdf_icon i{
margin-left: 5px;
color: #0f9582;
font-size: 1.2em;
}



}