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

#container::after{
display: none;
}
#contents {
padding-top: 0px;
}

/* 中身-モバイルファースト======================================================================================================== */
.common_title{
text-align: center;
margin-bottom: 20px;
}
.common_title .en{
font-size: 7vw;
}



#top{
background-color: #f9f6ed;
width: 100%;
overflow: hidden;
position: relative;
}
#top::after{
content: "";
display: block;
width: 60vw;
height: 60vw;
border-radius: 60vw;
background-color: rgba(192,211,130,.2);
position: absolute;
top: 90vw;
right: -10vw;
z-index: 10;
}
#main{
position: relative;
}
#main ul{
}
#main li{
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 100vw;
clip-path: ellipse(150% 100% at top);
}
#main li:nth-child(1){
background-image: url("../images/main01.jpg");
background-image: -webkit-image-set(url("../images/main01.jpg") 1x, url("../images/main01@2x.jpg") 2x);
}
#main li:nth-child(2){
background-image: url("../images/main02.jpg");
background-image: -webkit-image-set(url("../images/main02.jpg") 1x, url("../images/main02@2x.jpg") 2x);
}
#main li:nth-child(3){
background-image: url("../images/main03.jpg");
background-image: -webkit-image-set(url("../images/main03.jpg") 1x, url("../images/main03@2x.jpg") 2x);
}
#main li:nth-child(4){
background-image: url("../images/main04.jpg");
background-image: -webkit-image-set(url("../images/main04.jpg") 1x, url("../images/main04@2x.jpg") 2x);
}
#main li span{
display: none;
}
#main h1{
display: flex;
align-items: center;
justify-content: center;
font-size: 3.5vw;
color: #fff;
width: 50vw;
height: 50vw;
border-radius: 50vw;
background-color: rgba(192,211,130,.9);
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-align: left;
letter-spacing: .25em;
position: absolute;
bottom: -40px;
left: -5vw;
z-index: 5000;
}
#main::after{
content: "";
display: block;
background-image: url("../images/main_deco.svg");
background-repeat: no-repeat;
background-position: left top;
background-size: 100%;
width: 40vw;
aspect-ratio: 45 / 28;
position: absolute;
bottom: -40px;
right: 5vw;
z-index: 5000;
}



#topics{
padding-top: 20vw;
padding-bottom: 60px;
}
#topics ul{
height: 200px;
overflow: auto;
}
#topics li{
border-bottom: solid 1px #ccc;
padding-bottom: 10px;
margin-bottom: 10px;
}
#topics li em{
display: block;
}


#works{
}
#works .section{
margin-bottom: 40px;
}
#works .section:last-child{
margin-bottom: 0px;
}
#works .section .text{
text-align: left;
}
#works .section .text .title .en{
color: #c0d382;
font-size: 20px;
}
#works .section .text .title h2{
font-size: 20px;
font-weight: bold;
}
#works .section .text p{
margin-bottom: 20px;
}


#other #recruit{
margin-bottom: 3px;
}
#other > * a{
display: block;
text-decoration: none;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
color: #fff;
padding: 60px 5vw;
}
#other #recruit a{
background-image: url("../images/recruit_p.jpg");
background-image: -webkit-image-set(url("../images/recruit_p.jpg") 1x, url("../images/recruit_p@2x.jpg") 2x);
}
#other #company a{
background-image: url("../images/company_p.jpg");
background-image: -webkit-image-set(url("../images/company_p.jpg") 1x, url("../images/company_p@2x.jpg") 2x);
}
#other > * a .common_btn .a{
border-color: #fff;
color: #fff;
}
#other > * .text p{
text-align: left;
margin-bottom: 20px;
}


/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

#container .contents_size{
max-width:  1400px;
}


.common_title{
margin-bottom: 40px;
}
.common_title .en{
font-size: 40px;
}


#top::after{
width: 620px;
height: 620px;
top: 40vw;
right: 5vw;
z-index: 10;
}
#main li{
height: 80vh;
}
#main h1{
font-size: 30px;
width: 460px;
height: 460px;
letter-spacing: .25em;
bottom: -15vh;
left: 5vw;
}
#main::after{
width: 30vw;
bottom: -7vw;
}

#topics{
padding: 150px 0;
width: 1000px;
margin-right: auto;
margin-left: auto;
}
#topics li{
padding-bottom: 20px;
margin-bottom: 20px;
display: flex;
}
#topics li em{
width: 120px;
}
#topics li p{
flex: 1;
}


#works .section{
margin-bottom: 60px;
display: flex;
align-items: center;
}
#works .section:nth-child(odd){
flex-direction: row-reverse;
}
#works .section .photo{
width: 40%;
max-width: 600px;
}
#works .section .text{
flex: 1;
}
#works .section:nth-child(odd) .text{
margin-right: 4vw;
}
#works .section:nth-child(even) .text{
margin-left: 4vw;
}
#works .section .text .title .en{
font-size: 40px;
}
#works .section .text .title h2{
font-size: 40px;
letter-spacing: .5em;
}
#works .section .text p{
font-size: 20px;
margin-bottom: 40px;
}


#other{
display: flex;
justify-content: space-between;
}
#other > *{
width: 49.9%;
}
#other > * a{
height: 100%;
padding: 100px 0;
}
#other #recruit{
margin-bottom: 0;
}
#other > * .text .common_title .en{
font-size: 70px;
line-height: 1.2;
}
#other > * .text .common_title h2{
font-size: 20px;
}
#other > * .text p{
text-align: center;
margin-bottom: 40px;
}














}

