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

/* section
----------------------------------------- */
section {
width: 100%;
height:100%;
display: inline-block;
}
section:last-child {
margin-bottom: 0;
}
section .title {
text-align: center;
}
section .title .En {
margin-bottom: 25px;
padding-right: 0.1em;
padding-left: 0.2em;
display: inline-block;
font-family: "futura-pt", sans-serif;
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 40%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 40%);
background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 40%);
letter-spacing: 0.1em;
position: relative;
}
section .title .Jp {
margin-right: auto;
margin-bottom: 25px;
margin-left: auto;
display: block;
letter-spacing: 0.1em;
}

/* FirstView
----------------------------------------- */
#FirstView .contentsWrap {
position: relative;
z-index: 20;
}
#FirstView .contentsWrap .txtBlk {
color: #ffffff;
display: block;
position: absolute;
top: 25%;
right: 0;
left: 0;
z-index: 1;
}
#FirstView h1 {
display: inline-block;
font-family: "futura-pt", sans-serif;
letter-spacing: 0.1em;
}
#FirstView h1 span {
display: block;
}
#FirstView .caption {
letter-spacing: 0.1em;
}
#FirstView .contentsWrap .pickUp {
display: inline-block;
position: absolute;
z-index: 1;
}
#FirstView .contentsWrap .pickUp a {
    display: block;
    }
    
    #FirstView .contentsWrap .pickUp:hover {
        opacity: 0.7;
        }
        
            
#FirstView .foot {
position: relative;
}

/* Service
----------------------------------------- */
#Service {
background-image: url("images/bk_contents_wh.jpg");
background-position: top;
background-repeat: repeat;
background-size: 100%;
}
#Service .contentsWrap ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#Service .contentsWrap ul li {
position: relative;
text-align: center;
}
#Service .contentsWrap ul li .point {
display: block;
}
#Service .footBlk .txtBlk {
margin-bottom: 20px;
}



#Service .footBlk h3 {
letter-spacing: 0.3em;
}
#Service .contentsWrap ul li a {
padding-top: 0.3em;
padding-bottom: 0.3em;
color: #ffffff;
display: block;
border-radius: 100px;
}
#Service .contentsWrap ul li.popular a {
background-color: #7d9b19;
}
#Service .contentsWrap ul li.standard a {
background-color: #365d4b;
}
#Service .contentsWrap ul li.popular a:hover {
background-color: #365d4b;
}
#Service .contentsWrap ul li.standard a:hover {
background-color: #7d9b19;
}
#Service .contentsWrap > .foot .image {
border-radius: 20px;
overflow: hidden;
}
#Service .contentsWrap > .foot h2 {
letter-spacing: 0.1em;
}
#Service .contentsWrap > .foot h2 .green {
position: relative;
}
#Service .contentsWrap > .foot h2 .rub {
margin-right: auto;
margin-left: auto;
width: 100%;
display: inline-block;
font-size: 30%;
text-align: center;
position: absolute;
right: 0;
left: 0;
bottom: 103%;
}
#Service .contentsWrap > .foot .txtBlk {
letter-spacing: 0.1em;
}

#Service .contentsWrap ul li .point {
transform: rotate(0);
animation-delay: .8s;
}
#Service .contentsWrap ul li:first-of-type .point.active {
animation:KaitenLeft 2s linear forwards;
}
@keyframes KaitenLeft { to {
transform: rotate(-10deg);
}
}
#Service .contentsWrap ul li:nth-child(2) .point.active {
animation:KaitenRight 2s linear forwards;
}
@keyframes KaitenRight { to {
transform: rotate(10deg);
}
}

/* News
----------------------------------------- */
#News {
padding-top: 40px;
}
#News .title {
margin-bottom: 46px;
}
#News .title .En {
background: -moz-linear-gradient(0deg, rgba(240,234,220,1) 40%, rgba(255,255,255,0) 40%);
background: -webkit-linear-gradient(0deg, rgba(240,234,220,1) 40%, rgba(255,255,255,0) 40%);
background: linear-gradient(0deg, rgba(240,234,220,1) 40%, rgba(255,255,255,0) 40%);
}
#News .category a {
padding: 0.4em 1.5em;
background-color: #7d9b19;
color: #ffffff;
}
#News .entryList .postList h2 {
font-weight: 400;
}
#News .moreLinkAnime .animeSVG {
stroke: #707070;
}

/* Products
----------------------------------------- */
#Products {
background-image: url("images/bk_contents_wh.jpg");
background-position: top;
background-repeat: repeat;
background-size: 100%;
}
#Products .entryList {
margin-bottom: 80px;
}
#Products .productsPostList {
margin: 10px 0;
padding: 10px;
display: inline-block;
text-align: center;
background-color: #ffffff;
box-sizing: border-box;
box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
position: relative;
}
#Products .productsPostList .category {
position: absolute;
top: 10px;
left: 10px;
display: inline-block;
}
#Products .productsPostList .category a {
padding-right: 1em;
padding-left: 1em;
width: 100%;
display: block;
background-color: #52453b;
color: #ffffff;
border-bottom-right-radius: 10px;
}
#Products .productsPostList .eyeCatch {
margin-bottom: 32px;
}
#Products .productsPostList .eyeCatch a {
width: 100%;
display: block;
}
#Products .productsPostList .eyeCatch img {
width: 100%;
}
#Products .productsPostList .size {
margin-bottom: 30px;
letter-spacing: 0.1em;
}
#Products .productsPostList .comment {
margin-bottom: 22px;
letter-spacing: 0.1em;
}
#Products .productsPostList .moreLink {
margin-right: auto;
margin-bottom: 37px;
margin-left: auto;
width: 80%;
display: block;
}
#Products .productsPostList .moreLink a {
padding-top: 0.3em;
padding-bottom: 0.3em;
color: #ffffff;
text-align: center;
display: block;
border-radius: 100px;
background-color: #7d9b19;
letter-spacing: 0.1em;
}
#Products .productsPostList .moreLink a:hover {
background-color: #365d4b;
}
#Products .basicSlide .slideItem {
padding: 1em;
}
#Products .basicSlide .slideItem figure {
overflow: hidden;
border-radius: 16px;
box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}
#Products .basicSlide .slide-arrow {
background-color: transparent;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
border: 0;
z-index: 5;
}
#Products .basicSlide .prev-arrow {
background-image: url("images/ic_gallery_l.png");
background-repeat: no-repeat;
background-size: contain;
}
#Products .basicSlide .next-arrow {
background-image: url("images/ic_gallery_r.png");
background-repeat: no-repeat;
background-size: contain;
}
#Products .basicSlide .slideItem {
padding-left: 1em;
padding-right: 1em;
}
#Products .basicSlide .slideItem img {
width: 100%;
}


/* Company
----------------------------------------- */
#Company .title .En {
background: -moz-linear-gradient(0deg, rgba(240,234,220,1) 40%, rgba(255,255,255,0) 40%);
background: -webkit-linear-gradient(0deg, rgba(240,234,220,1) 40%, rgba(255,255,255,0) 40%);
background: linear-gradient(0deg, rgba(240,234,220,1) 40%, rgba(255,255,255,0) 40%);
}
#Company .contents > .contentsWrap > .colBlk .txtBlk {
margin-bottom: 40px;
letter-spacing: 0.1em;
}
#Company .contents > .contentsWrap summary {
text-align: center;
border: 1px solid #52453b;
}
#Company .contents > .contentsWrap summary span {
position: relative;
}
#Company .contents > .contentsWrap summary span::after {
content: '';
margin-left: 0.4em;
width: 0.7em;
height: 0.7em;
line-height: 1;
display: inline-block;
border: 0.1em solid #52453b;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateY(-25%) rotate(135deg);
vertical-align: middle;
}
#Company .contents > .contentsWrap table {
border-right: 1px solid #52453b;
border-left: 1px solid #52453b;
border-bottom: 1px solid #52453b;
text-align: center;
}
#Company .contents > .contentsWrap table th {
border-bottom: 1px solid #52453b;
}
#Company .contents > .contentsWrap table td {
border-right: 1px solid #52453b;
border-left: 1px solid #52453b;
border-bottom: 1px solid #52453b;
}
#Company .contents > .contentsWrap table a {
color: #52453b;
position: relative;
}
#Company .contents > .contentsWrap table a:hover {
color: #7d9b19;
}
#Company .contents > .contentsWrap table a::after {
content: '';
margin-left: 0.4em;
width: 0.9em;
height: 0.9em;
display: inline-block;
background-image: url("images/ic_morelink.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
filter: brightness(0) saturate(100%) invert(25%) sepia(4%) saturate(2923%) hue-rotate(343deg) brightness(89%) contrast(80%);
}
#Company .gallerySlide .slideItem {
padding: 1em;
}
#Company .gallerySlide .slideItem figure {
overflow: hidden;
border-radius: 16px;
/* box-shadow: 0 3px 6px rgba(0,0,0,0.5); */
}

/* Recruit
----------------------------------------- */
#Recruit {
background-color: #365d4b;
position: relative;
}
#Recruit .contents {
position: relative;
z-index: 1;
}
#Recruit .title {
color: #f0eadc;
}
#Recruit .title .En {
background: -moz-linear-gradient(0deg, rgba(82,59,69,1) 40%, rgba(255,255,255,0) 40%);
background: -webkit-linear-gradient(0deg, rgba(82,59,69,1) 40%, rgba(255,255,255,0) 40%);
background: linear-gradient(0deg, rgba(82,59,69,1) 40%, rgba(255,255,255,0) 40%);
}
#Recruit .colBlk {
color: #f0eadc;
}
#Recruit .colBlk h2 {
font-weight: 400;
letter-spacing: 0.1em;
}
#Recruit .moreLinkAnime a {
color: #f0eadc;
}
#Recruit .moreLinkAnime .animeSVG {
stroke: #f0eadc;
}


/* KYOUTSU END // PC BASE ==================== */
@media only screen and (min-width: 1160px){	


/* common CSS
============================================== */
#header {
/* position: absolute; */
position: fixed;
top: 0;
}
#header .headerWrap {
background-color: #ffffff;
p
}
.moreLinkAnime {
margin-bottom: 80px;
}

/* section
============================================== */
section .title .En {
font-size: min(6vw,55px);
}
section .title .Jp {
font-size: min(6vw,18px);
}

/* FirstView
============================================== */
#FirstView .contentsWrap .txtBlk {
margin-right: auto;
margin-left: auto;
width: 1160px;
top: 25%;
}
#FirstView h1 {
margin-bottom: 44px;
line-height: 1.3;
font-size: min(6vw,83px);
}
#FirstView .caption {
font-size: min(6vw,28px);
}
#FirstView .contentsWrap .pickUp {
width: min(20vw,370px);
bottom: calc( -80 / 1160* 100vw);
right: 8%;
}
#FirstView .foot {
    padding-top: 5%;
    padding-bottom: 10%;
    min-height: 450px;
    position: relative;
    overflow: hidden;
    margin-top: -12px;
}
#FirstView .foot .footWrap {
margin-right: auto;
margin-left: auto;
width: 1160px;
}
#FirstView .foot h2 {
margin-bottom: 25px;
font-size: min(6vw,30px);
letter-spacing: 0.1em;
line-height: 2;
}
#FirstView .foot .txtBlk {
max-width: 450px;
font-size: min(6vw,18px);
}
#FirstView .foot figure {
width: 50%;
min-height: 450px;
position: absolute;
top: 0px;
right: 0;
z-index: -1;
}
#FirstView .foot figure img {
width: 100%;
}
#FirstView .moreLinkAnime {
width: 1160px;
position: absolute;
right: 57%;
}

/* Service
============================================== */
#Service {
padding-top: 100px;
}
#Service .caption {
margin-bottom: 40px;
}
#Service .contentsWrap ul {
margin-right: auto;
margin-bottom: 146px;
margin-left: auto;
position: relative;
}
#Service .contentsWrap ul::before {
content: '';
width: 100%;
min-height: 220px;
display: block;
background-image: url("images/bg_service.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: calc(200/ 1160* 100vw);
z-index: 0;
}
#Service .contentsWrap ul li {
padding-top: 32px;
width: 50%;
position: relativere;
z-index: 1;
}
#Service .contentsWrap ul li.popular {
padding-left: 17%;
}
#Service .contentsWrap ul li.standard {
padding-right: 17%;
}
#Service .contentsWrap ul li .thumb {
margin-right: auto;
margin-bottom: 5em;
margin-left: auto;
width: 50%;
}
#Service .contentsWrap ul li .point {
width: 123px;
position: absolute;
top: 0;
}
#Service .contentsWrap ul li:nth-child(odd) .point {
left: 30%;
}
#Service .contentsWrap ul li:nth-child(even) .point {
right: 30%;
}
#Service .footBlk h3 {
font-size: min(6vw,35px);
}
#Service .footBlk .txtBlk {
margin-right: auto; 
margin-left: auto;
width: 75%;
font-size: min(6vw,18px);
min-height: 27rem;
}
#Service .footBlk > .moreLink {
margin-right: auto; 
margin-left: auto;
width: 65%;
}

#Service .contentsWrap > .foot {
margin-right: auto;
margin-left: auto;
width: 1160px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#Service .contentsWrap > .foot  .colBlk {
width: 50%;
}
#Service .contentsWrap > .foot h2 {
margin-bottom: 20px;
padding-left: 65px;
font-size: min(6vw,44px);
}
#Service .contentsWrap > .foot .txtBlk {
padding-left: 65px;
font-size: min(6vw,18px);
}
#Service .foot .moreLinkAnime {
width: 100%;
}

/* News
============================================== */
#News {
padding-bottom: 80px;
}
#News .entryList .postList {
margin-right: auto;
margin-bottom: 40px;
margin-left: auto;
width: 1160px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
#News .entryList .postList > div:nth-last-child(n+2) {
margin-right: 50px;
}
#News .moreLinkAnime {
margin-right: auto;
margin-left: auto;
width: 1160px;
}

/* Products
============================================== */
#Products {
padding-top: 100px;
padding-bottom: 80px;
}
#Products .moreLinkAnime {
margin-right: auto;
margin-left: auto;
width: 1160px;
}
#Products .entryList {
margin-right: auto;
margin-left: auto;
}
#Products .productsPostList {
border-radius: 13px;
}
#Products .productsPostList .category a {
font-size: min(6vw,17px);
}
#Products .productsPostList h2 {
font-size: min(6vw,22px);
}
#Products .productsPostList .postDetail {
margin-right: auto;
margin-left: auto;
width: 80%;
}
#Products .productsPostList .size {
font-size: min(6vw,15px);
}
#Products .productsPostList .comment {
font-size: min(6vw,13px);
}
#Products .productsPostList .moreLink a {
font-size: min(6vw,17px);
}
#Products .basicSlide .slick-list {
padding: 0 15%!important;
}
#Products .basicSlide .productsPostList {
margin: 1em;
}
#Products .basicSlide .prev-arrow {
left: 10%;
}
#Products .basicSlide .next-arrow {
right: 10%;
}
#Products .basicSlide .slide-arrow {
width: 60px;
height: 60px;
}

/* Company
============================================== */
#Company {
padding-top: 100px;
padding-bottom: 80px;
}
#Company .title {
margin-bottom: 80px;
}
#Company .contents > .contentsWrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#Company .contents > .contentsWrap > .colBlk:first-of-type {
width: 60%;
display: inline-block;
}
#Company .contents > .contentsWrap > .colBlk:last-of-type {
padding-left: 5%;
width: 40%;
display: inline-block;
}
#Company .contents > .contentsWrap > .colBlk .txtBlk {
width: 80%;
}
#Company .contents > .contentsWrap summary {
width: 80%;
}
#Company .contents > .contentsWrap table {
width: 80%;
}
#Company .gallerySlide .slick-list {
padding: 0 15%!important;
}
#Company .gallerySlide .prev-arrow {
left: 10%;
}
#Company .gallerySlide .next-arrow {
right: 10%;
}

/* Recruit
============================================== */
#Recruit {
margin-bottom: 10%;
padding-top: 78px;
padding-bottom: min(10vw,180px);
position: relative;
}
#Recruit .title {
margin-bottom: 80px;
}
#Recruit .contents > .contentsWrap {
margin-right: auto;
margin-left: auto;
width: 1160px;
}
#Recruit .contents > .contentsWrap > .colBlk:first-of-type {
display: inline-block;
}
#Recruit .contents > .contentsWrap > .colBlk h2 {
margin-bottom: 20px;
font-size: min(6vw,32px);
letter-spacing: 0.1em;
line-height: 2;
}
#Recruit .contents > .contentsWrap > .colBlk .textBlk {
margin-bottom: 40px;
max-width: 50%;
letter-spacing: 0.1em;
}
#Recruit .contents > .contentsWrap > .colBlk:nth-child(2) {
max-width: 42%;
display: inline-block;
position: absolute;
right: -54px;
top: 300px;
}
#Recruit .contents > .contentsWrap > .colBlk figure {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
overflow: hidden;
/* box-shadow: 0 3px 6px rgba(0,0,0,0.5);
 */
}
#Recruit .moreLinkAnime {
width: 1160px;
position: absolute;
right: 50%;
}


}/* PC END // SP BASE |||||||||||||||||||||||||||||| */
@media only screen and (max-width: 1159px){

/* section
|||||||||||||||||||||||||||||||||||||||||||||||||||| */
section .title .En {
font-size: min(10vw,55px);
}
section .title .Jp {
font-size: min(10vw,18px);
}
.moreLinkAnime {
font-size: min(10vw,16px);
}

/* FirstView
|||||||||||||||||||||||||||||||||||||||||||||||||||| */
#FirstView .contentsWrap .txtBlk {
margin-right: auto;
margin-left: auto;
width: 90%;
top: 15%;
}
#FirstView h1 {
margin-bottom: 10px;
line-height: 1.3;
font-size: min(8vw,83px);
}
#FirstView .caption {
width: 50%;
line-height: 1.5;
font-size: min(5vw,28px);
}
#FirstView .contentsWrap .pickUp {
width: min(38vw,370px);
bottom: calc( -140 / 1160* 100vw);
right: 5%;
}
#FirstView .foot {
padding-top: 3.5em;
padding-bottom: 10%;
}
#FirstView .foot .footWrap {
margin-right: auto;
margin-left: auto;
width: 90%;
}
#FirstView .foot h2 {
margin-bottom: 10px;
font-size: min(8vw,26px);
letter-spacing: 0.1em;
}
#FirstView .foot .txtBlk {
max-width: 450px;
font-size: min(10vw,18px);
}
#FirstView .foot figure {
width: 40%;
height: auto;
position: absolute;
bottom: -40px;
right: 0;
z-index: 0;
}
#FirstView .foot figure img {
width: 100%;
}
#FirstView .moreLinkAnime {
width: 100%;
position: relative;
left: -45%;
z-index: 1;
}



/* Service
|||||||||||||||||||||||||||||||||||||||||||||||||||| */
#Service {
padding-top: 60px;
padding-bottom: 30px;
position: relative;
z-index: 1;
overflow: hidden;
}
#Service .caption {
margin-right: auto;
margin-bottom: 25px;
margin-left: auto;
width: 90%;
}
#Service .contentsWrap ul {
margin-right: auto;
margin-bottom: 146px;
margin-left: auto;
position: relative;
}
#Service .contentsWrap ul::before {
content: '';
width: 100%;
min-height: 25vw;
display: block;
background-image: url("images/bg_service.svg");
background-position: center;
background-repeat: no-repeat;
background-size: 150%;
position: absolute;
top: calc(340/ 1160* 100vw);
z-index: 0;
}
#Service .contentsWrap ul li {
padding-top: 32px;
width: 50%;
position: relativere;
z-index: 1;
}

#Service .contentsWrap ul li .thumb {
margin-right: auto;
margin-bottom: 25%;
margin-left: auto;
width: 50%;
}
#Service .contentsWrap ul li .point {
width: max(17vw,80px);
text-align: justify;
position: absolute;
top: 0;
}
#Service .contentsWrap ul li:nth-child(odd) .point {
left: -2%;
}
#Service .contentsWrap ul li:nth-child(even) .point {
right: -2%;
}
#Service .footBlk h3 {
font-size: min(6vw,35px);
}
#Service .footBlk .txtBlk {
margin-right: auto; 
margin-left: auto;
width: 80%;
font-size: min(6vw,16px);
min-height: 43rem;
}
#Service .footBlk .moreLink {
margin-right: auto; 
margin-left: auto;
width: 80%;
font-size: min(10vw,14px);
}
#Service .contentsWrap > .foot {
margin-right: auto;
margin-left: auto;
width: 90%;
}
#Service .contentsWrap > .foot .colBlk .image {
margin-bottom: 40px;
width: 90%;
}
#Service .contentsWrap > .foot h2 {
margin-bottom: 20px;
line-height: 1.5;
font-size: min(6vw,44px);
}
#Service .contentsWrap > .foot .txtBlk {
font-size: min(6vw,18px);
}

/* News
|||||||||||||||||||||||||||||||||||||||||||||||||||| */
#News {
padding-bottom: 80px;
}
#News .entryList .postList {
margin-right: auto;
margin-bottom: 40px;
margin-left: auto;
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
#News .entryList .postList > div:nth-last-child(n+2) {
margin-right: 30px;
}
#News .postList .category {
margin-bottom: 20px;
}
#News .moreLinkAnime {
margin-right: auto;
margin-left: auto;
width: 90%;
}


/* Products
|||||||||||||||||||||||||||||||||||||||||||||||||||| */
#Products {
padding-top: 60px;
padding-bottom: 40px;
}
#Products .moreLinkAnime {
margin-right: auto;
margin-left: auto;
width: 90%;
}
#Products .entryList {
margin-right: auto;
margin-bottom: 40px;
margin-left: auto;
}
#Products .productsPostList {
border-radius: 13px;
}
#Products .productsPostList .category a {
font-size: min(10vw,18px);
}
#Products .productsPostList h2 {
font-size: min(8vw,25px);
}
#Products .productsPostList .postDetail {
margin-right: auto;
margin-left: auto;
width: 80%;
}
#Products .productsPostList .size {
font-size: min(10vw,15px);
}
#Products .productsPostList .comment {
font-size: min(10vw,13px);
}
#Products .productsPostList .moreLink a {
font-size: min(10vw,17px);
}
#Products .basicSlide .slick-list {
padding: 0 15%!important;
}
#Products .basicSlide .productsPostList {
margin: 1em;
}
#Products .basicSlide .prev-arrow {
left: 5%;
}
#Products .basicSlide .next-arrow {
right: 5%;
}
#Products .basicSlide .slide-arrow {
width: 40px;
height: 40px;
}

/* Company
|||||||||||||||||||||||||||||||||||||||||||||||||||| */
#Company {
padding-top: 60px;
padding-bottom: 80px;
}
#Company .title {
margin-bottom: 40px;
}
#Company .contents > .contentsWrap > .colBlk:first-of-type {
width: 100%;
display: inline-block;
}
#Company .contents > .contentsWrap > .colBlk:last-of-type {
margin-right: auto;
margin-left: auto;
width: 90%;
display: block;
}
#Company .contents > .contentsWrap > .colBlk .txtBlk {
margin-right: auto;
margin-left: auto;
width: 90%;
}
#Company .gallerySlide .slick-list {
padding: 0 15%!important;
}
#Company .contents > .contentsWrap table {
margin-right: auto;
margin-left: auto;
width: 90%;
}
#Company .contents > .contentsWrap table th,
#Company .contents > .contentsWrap table td {
padding-top: 0.5em;
padding-bottom: 0.4em;
}


/* Recruit
|||||||||||||||||||||||||||||||||||||||||||||||||||| */
#Recruit {
padding-top: 60px;
position: relative;
}
#Recruit .title {
margin-bottom: 80px;
}
#Recruit .contents > .contentsWrap {
display: flex;
flex-wrap: wrap;
}
#Recruit .contents > .contentsWrap > .colBlk:first-of-type {
margin-right: auto;
margin-left: auto;
width: 90%;
display: block;
}
#Recruit .contents > .contentsWrap > .colBlk h2 {
margin-bottom: 20px;
line-height: 2;
font-size: min(5vw,32px);
letter-spacing: 0.1em;
}
#Recruit .contents > .contentsWrap > .colBlk .textBlk {
margin-bottom: 40px;
letter-spacing: 0.1em;
}
#Recruit .contents > .contentsWrap > .colBlk:nth-child(2) {
margin-right: 0;
margin-bottom: -6%;
margin-left: auto;
width: 80%;
display: inline-block;
}
#Recruit .contents > .contentsWrap > .colBlk figure {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
overflow: hidden;
/* box-shadow: 0 3px 6px rgba(0,0,0,0.5); */
}
#Recruit .moreLinkAnime {
margin-bottom: 40px;
width: 100%;
}





}/* SP END |||||||||||||||||||||||||||||||||||||||| */