@charset "UTF-8";
  a {
color: #009933;
}
.clone-nav {
position: fixed;
top: 0;
left: 0;
z-index: 2;
width: 100%;
transition: .3s;
transform: translateY(-100%);
background:#fff;
box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2);
}
.is-show {
transform: translateY(0);
}
#header {
position: static;
height: 100px;
}
#header.clone-nav {
position: fixed;
background: rgba(255, 255, 255, 0.9);
height: 66px;
}
.h_cnt {
justify-content: space-between;
width: 100%;
padding: 17px 17px  17px 0;
}
.h_navi {
margin-left: 2%;
}
.h_navi .menu a ,
.recruit-footer-list li a {
position: relative;
display: inline-block;
transition: .3s;
text-decoration: none;
padding-bottom: .3rem;
}
.h_navi .menu a:after ,
.recruit-footer-list li a:after {
position: absolute;
bottom: 0;
left: 50%;
content: '';
width: 0;
height: 2px;
background-color: #009933;
transition: .3s;
transform: translateX(-50%);
}
.h_navi .menu a:hover:after ,
.recruit-footer-list li a:hover:after {
width: 100%;
}
#header.clone-nav .h_cnt {
padding: 0;
}
.logo a {
color: #000;
font-weight: bold;
}
.logo img {
margin-right: 10px;
}
figure {
margin-bottom: 0;
}
.cabin-font {
font-family: 'Cabin Sketch', cursive;
}
.recruit-main {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/main-visual.jpg) bottom right no-repeat;
background-size: cover;
position: relative;
height: 100vh;
}
.recruit-main-txt {
position: absolute;
bottom: 15rem;
left: 10rem;
}
.recruit-main-txt h1 {
font-size: 18px;
color: #fff;
display: flex;
justify-content:space-between;
}
.recruit-main-txt .cabin-font {
display: block;
font-size: 100px;
color: #fff;
margin-top: -1.5rem;
}
.about-us-area {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg-about.jpg) left bottom no-repeat;
background-size: cover;
position: relative;
padding-bottom: 5rem;
}
.inner-txt {
max-width: 1060px;
margin: 0 auto;
padding: 5rem 0;
text-align: center;
color: #fff;
}
.inner-txt h2 {
font-size: 32px;
margin: 3rem auto;
color: #009933;
}
.inner-txt h2:not(:first-child) {
margin-top: 5rem;
}
.inner-txt p {
font-size: 16px;
color: #000;
font-weight: 600;
}
.inner-txt .anser {
font-size: 24px;
position: relative;
text-align: right;
color: #000;
}
.inner-txt .anser:before {
position: absolute;
content: "";
border-top: 1px solid #000;
width: 350px;
left: 160px;
top: 20px;
}
.works-area {
padding: 5rem 0;
}
.flex-bx {
display: flex;
}
.cont_inner {
margin: 0 auto;
max-width: 1390px;
}
.works-area figure {
width: 60%;
height: 80vh;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg-works.png) bottom right no-repeat;
position: relative;
}
.flex-bx figure img {
position: absolute;
left: 0;
top: 3rem;
}
.flex-bx figure figcaption {
position: absolute;
bottom: 11rem;
right: 1rem;
font-size: 60px;
color: #fff;
text-align: right;
line-height: 1.2;
}
.flex-bx .txt-area {
width: 40%;
padding: 5%;
}
h2 .cabin-font {
font-size: 56px;
margin-right: 10px;
}
.cont_inner h2 {
line-height: 1.5;
margin-bottom: 2rem;
}
.cont_inner h3 {
color: #009933;
font-size: 1.5em;
margin-bottom: 20px;
}
.glay-txt{
color: #7c7c7c;
font-size: .9em;
}
.link-more {
max-width: 300px;
position: relative;
}
.link-more a{
border:1px solid #7c7c7c;
color:#7c7c7c;
display: block;
font-size:18px;
padding:20px;
margin: 3rem 0;
max-width: 300px;
position: relative;
transition: .5s;
text-align:center;
transition: background 1s;
transition: color 1s;
z-index: 2;
box-sizing: border-box;
overflow: hidden;
text-align: left;
}
.link-more a:hover {
color: #fff;
text-decoration: none;
}
.link-more a:before {
content: '';
position: absolute;
top: -1px;
left: 0;
display: block;
width: 110%;
height: 110%;
background: #7c7c7c;
transform: translateX(-110%) skewX(-15deg);
transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.5s ease-in-out;
z-index: -1;
}
.link-more a:hover:before {
transform: translateX(-5%) skewX(-15deg);
}
.link-more:after {
content: "";
position: absolute;
width: 140px;
height: 14px;
border-bottom: 1px solid #7c7c7c;
border-right: 1px solid #7c7c7c;
transform: skew( 45deg  );
top: 0;
bottom: 0;
right: -19rem;
left: 0;
margin: auto;
transition: 1s;
z-index: 5;
}
.link-more:hover:after {
right: -20rem;
}
.interview-area .cont_inner{
width: 100%;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg-interview.png)  no-repeat;
position: relative;
padding: 5rem 0 0;
background-position: center;
background-size: contain;
}
.interview-area h2 {
margin-top: -6rem;
}
.interview-lists {
display: flex;
justify-content: space-between;
margin: 3rem auto;
}
.interview-lists li {
width: 23%;
}
.interview-lists li a {
position: relative;
}
.interview-lists li figure { position: relative;
}
.interview-lists li .icon-more {
position: absolute;
top: 10px;
left: 10px;
content: "";
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/icon-plus.png) center no-repeat;
width: 20px;
height: 20px;
background-size: 100%;
}
.interview-lists li figcaption {
position: absolute;
left: -20px;
bottom: 20px;
width: 96%;
background: rgba(0 ,0 ,0 ,.8);
padding: 10px;
color: #fff;
}
.interview-lists li a:hover .icon-more {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/icon-minus.png) center no-repeat;
width: 20px;
height: 20px;
background-size: 100%;
}
.hover-text {
position: absolute;
max-width: 300px;
max-height: 420px;
top: 60px;
left: -60px;
background: rgba(0,0,0,0.95);
opacity: 0;
transition: .3s ease-in-out;
padding: 1.5rem;
color: #fff;
z-index: 10;
}
a:hover .hover-text {
opacity: 1;
}
.interview-en-name {
font-size: 32px;
}
.interview-comment {
font-size: 15px;
}
.interview-name {
font-size: 30px;
}
.interview-info dt ,
.interview-info dd {
font-size: 12px;
}
.interview-link {
border:1px solid #fff;
display: block;
font-size:14px;
padding:10px;
margin: 2rem 0;
max-width: 220px;
position: relative;
transition: .5s;
text-align:center;
transition: background 1s;
transition: color 1s;
z-index: 2;
box-sizing: border-box;
text-align: left;
}
.interview-link:after {
content: "";
position: absolute;
width: 65px;
height: 9px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
transform: skew( 45deg );
bottom: 20px;
right: -12rem;
left: 0;
margin: auto;
}
.company-area {
width: 100%;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg-company.jpg)  no-repeat;
position: relative;
background-size: cover;
margin: 5rem auto;
padding-bottom: 2rem;
}
.company-area .cont_inner {
padding-top: 4rem;
}
.company-area .flex-bx figure {
position: relative;
}
.company-area .flex-bx figure img {
position: static;
}
.company-area .flex-bx figure figcaption {
background: rgba(255,255,255,.8);
color: #000;
font-size: 13px;
text-align: center;
padding: 10px 20px;
right: -2rem;
top: 1rem;
bottom: 0;
margin: auto;
height: 35px;
}
.company-area .txt-area {
width: 40%;
padding: 0 5% 5%;
color: #fff;
}
.company-area .txt-area h3 {
color: #fff;
}
.company-area .txt-area .link-more a {
border: 1px solid #fff;
color: #fff;
}
.company-area .txt-area .link-more a:before {
background: #fff;
}
.company-area .txt-area .link-more:after {
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
.company-area .txt-area .link-more a:hover {
color: #009933;
}
.environment-area {
padding: 5rem 0 7rem;
}
.environment-area figure {
width: 60%;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg-environment.png)  no-repeat;
padding: 5rem 0;
position: relative;
background-size: contain;
order: 2;
}
.environment-area .txt-area {
order: 1;
}
.environment-area .flex-bx figure figcaption {
background: rgba(32,32,32,.8);
font-size: 13px;
text-align: center;
padding: 10px 20px;
right: auto;
left: -2rem;
}
.environment-area .flex-bx figure img {
position: absolute;
bottom: -4rem;
top: auto;
}
.interview-works-area figure {
width: 60%;
height: 80vh;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg-works.png) bottom right no-repeat;
position: relative;
}
.entry-area {
width: 100%;
height: 90vh;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg-recruiting.jpg)  no-repeat;
position: relative;
background-size: cover;
margin: 0 auto 5rem;
}
.entry-area h2 {
padding-top: 5rem;
font-size: 70px;
font-style: italic;
color: rgba(0,0,0,.3);
font-weight: 300;
line-height: 1.3;
}
.entry-link-bx {
position: absolute;
width: 400px;
bottom: 30px;
left: 0;
right: -20rem;
margin: auto;
}
.entry-area .link-more {
max-width: 400px;
}
.entry-area .link-more a {
max-width: 400px;
padding: 20px;
font-size: 15px;
font-weight: bold;
background: rgba(209,210,209,.8);
color: #000;
}
.banner-area {
max-width: 1060px;
margin: 6rem auto 2rem;
}
.bnr-lists {
display: flex;
justify-content: space-between;
padding-bottom: 1.5rem;
}
.bnr-lists li {
text-align: center;
}
.bnr-lists li a > p {
font-size: 16px;
font-weight: bold;
color: #000;
text-align: center;
position: relative;
}
.bnr-lists li a > p:after {
content: "";
position: absolute;
top: 50%;
margin-top: -3px;
margin-left: 10px;
width: 8px;
height: 8px;
border-top: 1px solid #000;
border-right: 1px solid #000;
transform: rotate( 45deg );
}
.bnr-lists figure  {
width: 480px;
height: 150px;
overflow: hidden;
font-size: 0;
margin-bottom: .5rem;
}
.bnr-lists figure img {
object-fit: cover;
transition-duration: 0.3s;
}
.bnr-lists figure img:hover {
transform: scale(1.2);
transition-duration: 0.3s;
}
.buruburu:hover {
display: inline-block;
animation: buruburu .1s  15;
opacity:1;
}
@keyframes buruburu {
0% {transform: translate(0px, 0px) rotateZ(0deg)}
25% {transform: translate(2px, 2px) rotateZ(1deg)}
50% {transform: translate(0px, 2px) rotateZ(0deg)}
75% {transform: translate(2px, 0px) rotateZ(-1deg)}
100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
.box {
height: 90vh;
}
.page_content h2 {
text-align: center;
}
.recruit_lists {
border-top: none;
}
.top_news h2 {
text-align: center;
color: #000;
}
.news_tabs {
padding: 3rem 0 2rem;
}
.news_box {
padding: 15px 0;
}
.news_box_inner time {
font-size: 16px;
display: flex;
align-items: center;
}
.news_box_inner time span {
font-size: 32px;
display: inline;
padding-left: 10px;
}
.news_box_inner > a {
font-size: 16px;
}
.center {
margin: 0 auto;
}
.recruit-footer {
background: #f9f9f9;
}
#footer {
max-width: 1200px;
margin: 0 auto;
}
.recruit-footer-list {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 5rem 0 2rem;
max-width: 737px;
margin: 0 auto;
}
.recruit-footer-list li a {
color: #000;
font-size: 12px;
padding: 10px ;
}
.bold-txt {
font-weight: bold;
}
.recruit-company-info {
border-top: 1px dotted #e3e3e3;
display: flex;
justify-content: space-between;
padding-top: 5rem;
align-items: center;
}
.footer-logo {
margin-bottom: 20px;
}
.company-txt p {
font-size: 13px;
}
.copy_text {
text-align: left;
}
.right-bx {
display: flex;
justify-content: center;
}
.right-bx > div {
width: 150px;
height: 128px;
}
.right-bx > div:first-child {
margin-right: 10px;
}
.page_scroll_recruit-point {
position: fixed;
right: 0;
top: 120px;
display: none;
z-index: 12;
width: 80px;
}
.page_scroll_recruit-info {
position: fixed;
right: 0;
top: 260px;
display: none;
z-index: 11;
width: 105px;
}
.page_scroll_recruit-entry {
position: fixed;
right: 0; top: 335px;  display: none;
z-index: 10; width: 80px;
}
@-moz-document url-prefix() { .page_scroll_recruit-entry {
right: 43px;
}
.page_scroll_recruit-info {
right: 43px;
}
.page_scroll_recruit-point {
right: 30px;
}
}
.page_scroll_recruit-entry a {
background: rgba(0,153,51,.8);
border: 1px solid rgba(0,153,51,.8);
-ms-writing-mode: tb-rl;
-o-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
display: block;
color: #fff; font-weight: bold; font-size: 24px;
padding: 80px 27px 18px;
position: relative;
line-height: 1.1;
text-orientation: upright;
}
.page_scroll_recruit-info a {
background: rgba(65,238,224,.9);
border: 1px solid rgba(65,238,224,.9);
-ms-writing-mode: tb-rl;
-o-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
display: block;
color: #fff;
font-size: 28px;
font-weight: bold;
padding: 130px 26px 20px;
position: relative;
line-height: 1.2;
text-orientation: upright;
}
.page_scroll_recruit-point a {
background: rgba(11,208,122,.9);
border: 1px solid rgba(11,208,122,.9);
-ms-writing-mode: tb-rl;
-o-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
display: block;
color: #fff;
font-size: 24px;
font-weight: bold; padding: 95px 25px 20px;
position: relative;
line-height: 1.2;
text-orientation: upright;
}
.page_scroll_recruit-entry a::before {
content: "";
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/icon-recruit-entry.png) 0 0 no-repeat;
background-size: 40px 40px;
height: 40px;
width: 40px;
position: absolute;
left: 0;
right: 0;
top: 25px;
margin: 0 auto;
}
.page_scroll_recruit-entry a:hover::before {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/icon-recruit-entry_on.png) no-repeat;
background-size: 40px 40px;
}
.page_scroll_recruit-info a::before {
content: "";
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/icon-recruit-info.png) 0 0 no-repeat;
background-size: 40px 40px;
height: 40px;
width: 40px;
position: absolute;
left: 0;
right: 0;
top: 80px;
margin: 0 auto;
}
.page_scroll_recruit-info a:hover::before  {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/icon-recruit-info_on.png) no-repeat;
background-size: 40px 40px;
}
.page_scroll_recruit-point a::before {
content: "";
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/icon-recruit-point.png) 0 0 no-repeat;
background-size: 38px 50px;
height: 50px;
width: 38px;
position: absolute;
left: 0;
right: 0; top: 25px;
margin: 0 auto;
}
.page_scroll_recruit-point a:hover::before {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/icon-recruit-point_on.png) no-repeat;
background-size: 38px 50px;
}
.page_scroll_recruit-entry a:hover {
background: #fff;
border: 1px solid #009933;
color: #009933;
text-decoration: none;
}
.page_scroll_recruit-info a:hover {
background: #fff;
border: 1px solid #41eee0;
color: #41eee0;
text-decoration: none;
}
.page_scroll_recruit-point a:hover {
background: #fff;
border: 1px solid #0bd07a;
color: #0bd07a;
text-decoration: none;
}
.page_scroll_recruit-entry .small-txt ,
.page_scroll_recruit-info .small-txt ,
.page_scroll_recruit-point .small-txt {
font-size: 16px;
display: block;
}
.page_scroll_recruit-info .small-txt {
font-size: 15px;
}
.sp-none {
display: block!important;
}
.pc-br {
display: block;
}
.sp-br {
display: none;
}
.tab_cnt.tab_open {
display: block;
} .page_main_head.r_shingle_bg {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg_recruit_main.jpg) center 0 no-repeat;
background-size: 100% auto;
padding: 3% 0 7%;
margin-bottom: 90px;
}
.page_main_head.r_shingle_bg.page_recruit {
margin-bottom: 40px;
}
.page_main_head.r_shingle_bg.r_detail {
padding: 5% 0 7%;
}
.page_main_head.r_shingle_bg .page_ttl ,
.page_main_head.r_shingle_bg .breadcrumbs,
.page_main_head.r_shingle_bg .breadcrumbs a {
color: #009933;
} .works_detail.recruit_page h2:not(:first-child) {
margin-top: 5rem;
}
.works_detail.recruit_page h3 {
color: #fff;
padding: 10px;
font-size: 1.3em;
background: rgba(0 ,153 ,51 ,.8);
}
.works_detail .cont_inner {
margin-bottom: 3rem;
max-width: 1300px;
}
.works_detail .works-area figure {
width: 60%;
height: 80vh;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/works/bg-works-detail.png) bottom right no-repeat;
position: relative;
}
.works_detail .cabin-font.ttl_cabin {
font-size: 56px;
margin-right: 10px;
font-weight: bold;
}
.works_detail h1 {
line-height: 1;
margin-bottom: 2rem;
}
.green_bg .cont_inner {
padding: 5rem 0;
}
.catchcopy {
color: #009933;
font-size: 1.5em;
font-weight: 600;
margin-bottom: 20px;
}
.works_detail h2 .cabin-font {
font-size: 48px;
text-align: center;
display: block;
color: #838383;
}
.works_detail h2 {
font-size: 28px;
color: #009933;
font-weight: 600;
line-height: 1;
text-align: center;
}
.center_txt {
text-align: center;
}
.works_detail .interview-area .cont_inner {
background: none;
}
.business-area {
background: #f6f6f6 url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/works/business_bg.png)0 0 no-repeat;
padding: 5rem 0;
}
.interview_head {
display: flex;
justify-content: space-between;
position: relative;
}
.interview_head_no {
font-family: "Roboto Condensed";
color: #009933;
font-weight: 500; text-align: left;
display: flex;
justify-content: center;
align-items: center;
}
.interview_head_no dt{
font-size: 42px;
line-height: 1;
}
.interview_head_no dd{
font-size: 99px;
font-weight: 700;
}
.interview_head_txt {
font-size: 17px;
color: #838383;
font-weight: 500;
line-height: 1.294;
position: absolute;
left: -12rem;
top: 2rem;
}
.works_detail .product-area .cont_inner {
width: 100%;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/works/bg-products-detail.png) top right no-repeat;
position: relative;
padding: 5rem 0;
align-items: center;
}
.works_detail .product-area .flex-bx figure img {
position: static;
}
.product-area .flex-bx .txt-area {
padding: 0;
}
.works_detail .product-area h2 ,
.works_detail .product-area h2 .cabin-font {
text-align: left;
color: #000;
}
.green_bg {
background: #009933;
color: #fff;
}
.product_detail .flex_cont  {
padding-top: 5rem;
}
.flex_cont {
display: flex;
justify-content: space-between;
padding: 3rem 0 12rem;
}
.flex_cont figure {
margin-bottom: 0;
width: 44%;
}
.product_txt {
position: relative;
}
.product_txt h3 {
position: relative;
width: 50%;
font-size: 32px;
margin-bottom: 1rem;
color: #fff;
}
.product_txt h3 .small_txt {
font-size: 18px;
display: block;
}
.product_txt h3 .small_name {
font-size: 25px;
}
.product_txt h3:before {
position: absolute;
content: "";
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/works/bg-product001.png) 0 0 no-repeat;
background-size: 100%;
width: 256px;
height: 78px;
top: 0;
right: 0;
z-index: 1;
}
.product_txt.n_product02 h3:before {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/works/bg-product002.png) 0 0 no-repeat;
background-size: 100%;
}
.product_txt.n_product03 h3:before {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/works/bg-product003.png) 0 0 no-repeat;
background-size: 100%;
}
.product_txt.n_product04 h3:before {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/works/bg-product004.png) 0 0 no-repeat;
background-size: 100%;
}
.product_txt.n_product05 h3:before {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/works/bg-product005.png) 0 0 no-repeat;
background-size: 100%;
}
.flex_col2 {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.flex_col2 figure {
width: 49%;
}
.white_bg {
background: #fff;
border-radius: 10px;
box-shadow: 0px 0px 9.5px 0.5px rgba(68, 68, 68, 0.15);
margin-top: -10rem;
}
.flex_detail {
display: flex;
justify-content: space-between;
padding: 2rem;
}
.product_detail_txt {
width: 40%;
}
.product_detail_txt .cabin-font {
font-size: 36px;
color: #009933;
}
.product_detail_txt h4 {
font-size: 24px;
font-weight: 700;
color: #009933;
}
.flex_detail figure {
position: relative;
width: 60%;
text-align: center;
}
.interview-area {
background: #f6f6f6 url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/works/recruit_bg.png) 0 4rem no-repeat;;
padding: 5rem 0 1rem;
}
.interview_lists {
margin-top: 2rem;
}
.interview_lists li {
position: relative;
margin-bottom: 12rem;
}
.interview_lists li figure {
position: absolute;
right: 0;
top: 3.5rem;
}
.interview_lists li figure img {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.interview_inner {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
background: #fff;
padding: 2rem;
margin-top: -3.6rem;
min-height: 300px;
}
.interview_lists li:nth-child(even) .interview_head {
justify-content: flex-end;
}
.interview_lists li:nth-child(even) figure {
left: 0;
right: auto;
}
.interview_lists li:nth-child(even) .interview_inner_ttl ,
.interview_lists li:nth-child(even) .interview_inner_job ,
.interview_lists li:nth-child(even) .interview_inner_txt {
margin-left: auto;
}
.interview_lists li:nth-child(even) .interview_head_txt {
left: auto;
top: 2rem;
right: -12rem;
}
.interview_lists.col3 {
display: flex;
}
.interview_lists.col3 li {
width: 33%;
margin-bottom: 1rem;
}
.interview_lists.col3 li:nth-child(even) {
margin: 0 1%;
}
.interview_lists.col3 li:nth-child(even) .interview_head {
justify-content: flex-start;
}
.cont_inner .interview_inner_ttl {
font-size: 32px;
}
.interview_inner_job {
font-size: 18px;
color: #838383;
}
.interview_inner_ttl ,
.interview_inner_job ,
.interview_inner_txt {
max-width: 400px;
}
.interview_link {
background: rgba(0, 153, 51,.9);
width: 400px;
padding: 3rem 3rem .5rem;
position: absolute;
right: 0;
left: 0;
margin: auto;
top: 11rem;
}
.interview_link a {
color: #fff;
font-weight: 600;
}
.interview_link a:hover {
text-decoration: none;
}
.interview_link .interview-comment {
font-size: 16px;
}
.interview_link .interview-name {
font-size: 40px;
}
.interview_link .interview-name-en {
font-size: 21px;
margin-top: -1.5rem;
}
.interview_link .interview-info dt {
font-size: 18px;
}
.interview_link .interview-info dd {
font-size: 13px;
}
.interview_link a:hover .interview-link {
color:#009933;
background: #fff;
border: 1px solid #009933;
}
.interview_link .interview-link:hover:after {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
} .interview-prof {
width: 40%;
padding-right: 5%;
display: flex;
flex-direction: column;
justify-content: center;
}
.interview-prof-greenbg {
background: #009933;
color: #fff;
padding: 1rem 1rem 1rem 10rem;
margin-bottom: 1rem;
margin-left: calc(50% - 20vw);
}
.interview-prof-greenbg  p {
font-size: 30px;
font-weight: 600;
}
.interview-prof-greenbg .interview-info dt ,
.interview-prof-greenbg .interview-info dd {
font-size: 15px;
}
.works_detail .works-area figure.interview-img-bg {
width: 60%;
height: 80vh;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/works/bg-interview-img.png) bottom right no-repeat;
position: relative;
}
.flex-bx figure.interview-img-bg figcaption {
bottom: 2rem;
right: 7rem;
}
.question_001 ,
.question_002 ,
.question_003 ,
.question_004 ,
.question_005 {
max-width: 1300px;
margin: 0 auto 5rem;
}
.question_001 .question_inner ,
.question_005 .question_inner ,
.question_004 .interview_head ,
.question_004 .question_inner {
max-width: 800px;
}
.question_004 .interview_head ,
.question_004 .question_inner {
margin-left: auto;
}
.question_002 .interview_head_no ,
.question_004 .interview_head_no {
margin-left: auto;
}
.question_001 ,
.question_002 ,
.question_003 ,
.question_004 {
position: relative;
}
.question_002 figure ,
.question_004 figure {
text-align: left;
}
.question_001 figure ,
.question_003 figure {
text-align: right;
}
.figure_right_txt {
max-width: 800px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
min-height: 540px;
}
.figure_left_txt {
max-width: 700px;
position: absolute;
left: 0;
}
.question_inner {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
background: #fff;
padding: 2rem;
margin-top: -3.6rem;
}
.works_detail.recruit_page .question_inner h3 {
background: none;
color: #009933;
padding-left: 0;
}
.works_detail .interview-prof h2 {
line-height: 1.3;
text-align: left;
}
.works_detail.recruit_page .interview-prof h2:not(:first-child) {
margin-top: 1rem;
}
.works_detail.recruit_page .interview_head {
margin-top: -2.2rem;
}
.link-more.back {
margin: 1rem auto;
}
.link-more.back a {
text-align: right;
}
.link-more.back:after {
border-top: 1px solid #7c7c7c;
border-left: 1px solid #7c7c7c;
border-right: none;
border-bottom: none;
right: auto;
top: 1rem;
left: -5rem;
}
.more-interview {
display: flex;
justify-content: center;
max-width: 900px;
margin: 0 auto;
}
.more-interview li {
width: 25%;
margin: 0 5%;
}
.more-interview li figure {
position: relative;
}
.more-interview li figcaption {
position: absolute;
left: -20px;
bottom: 20px;
width: 96%;
background: rgba(0 ,0 ,0 ,.8);
padding: 10px 10px 10px 20px;
color: #fff;
}
.more-interview li:hover{
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.more_job {
font-size: 14px;
}
.more_name {
display: block;
font-size: 20px;
font-weight: 600;
} .big-txt {
font-weight: 700;
font-size: 28px;
text-align: center;
}
.big-green-txt {
font-size: 50px;
color: #009933;
}
.education-area {
margin-top: 3rem;
}
.education-area figure {
width: 52%;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/environment/bg-education.png) top right no-repeat;
position: relative;
}
.education-area .flex-bx figure img {
top: 1.3rem;
}
.education-area .flex-bx .txt-area {
width: 56%;
padding: 0 0 5% 2.5%;
}
.top-arrow {
position: relative;
text-align: center;
padding-top: 15px;
}
.top-arrow:before {
position: absolute;
content: "";
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/environment/top-arrow.png) top left no-repeat;
background-size: 100%;
left: 0;
right: 0;
margin: auto;
top: 0;
width: 268px;
height: 12px;
}
.education_inner {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
background: #fff;
padding: 2rem;
margin-bottom: 2rem;
}
.joining_ttl {
font-size: 16px;
color: #009933;
font-weight: 600;
}
.joining {
display: flex;
position: relative;
}
.joining.icon-triangle:after {
position: absolute;
content: "";
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/environment/icon-triangle.png) top left no-repeat;
background-size: 100%;
width: 14px;
height: 70px;
left: 47px;
top: 47px;
}
.joining dt {
width: 20%;
}
.joining dt span {
background: #009933;
color: #fff;
font-size: 17px;
padding: 5px;
text-align: center;
width: 100%;
display:block;
}
.joining dd {
font-size: 20px;
color: #009933;
font-weight: 600;
width: 75%;
margin-left: 5%;
}
.joining dd .joining_txt {
display: block;
font-weight: 400;
font-size: 15px;
color: #151515;
}
.icon-check {
display: flex;
flex-wrap: wrap;
}
.icon-check li {
position: relative;
font-size: 20px;
width: 50%;
padding-left: 35px;
}
.icon-check li:before {
position: absolute;
content: "";
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/environment/icon-check.png) top left no-repeat;
background-size: 100%;
width: 23px;
height: 25px;
left: 0;
}
.flex-bx figure figcaption.roundup_txt {
font-size: 30px;
font-weight: 600;
color: #009933;
bottom: 0;
text-align: left;
}
.paddingBtm2 {
padding-bottom: 2rem;
}
.leave-area {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/environment/leave_bg.png)0 0 no-repeat;
padding: 5rem 0;
background-size: cover;
}
.works_detail .leave-area h2 ,
.works_detail .leave-area h2 .cabin-font {
color: #fff;
}
.bottom-arrow {
position: relative;
text-align: center;
padding-bottom: 15px;
color: #fff;
}
.bottom-arrow:before {
position: absolute;
content: "";
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/environment/bottom-arrow.png) top left no-repeat;
background-size: 100%;
left: 0;
right: 0;
margin: auto;
bottom: 0;
width: 168px;
height: 12px;
}
.leave_bx {
max-width: 1000px;
margin: 0 auto;
background: rgba(255,255,255,.8);
padding: 1rem;
display: flex;
justify-content: space-around;
position: relative;
}
.leave_bx.sankaku {
margin-bottom: 7rem;
}
.leave_bx.sankaku:after {
content: "";
width: 0;
height: 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-top: 50px solid rgba(255,255,255,.8);
position: absolute;
bottom: -5rem;
}
.leave_bx figure {
margin: 1rem;
text-align: center;
position: relative;
}
.font_min_right {
max-width: 1000px;
margin: 0 auto;
text-align: right;
color: #fff;
}
.leave_bx figcaption {
font-size: 40px;
font-weight: 800;
color: #009933;
left: 5rem;
position: absolute;
top: -13px;
}
.leave_bx .leave_txt {
font-size: 30px;
font-weight: 600;
text-align: center;
color: #009933;
}
.leave_bx p {
text-align: center;
}
.companydata-area {
background: #f6f6f6 url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/environment/companydata_bg.jpg)0 0 no-repeat;
background-size: cover;
padding: 2rem 0;
}
.company_data {
display: flex;
justify-content: space-between;
}
.company_data_child {
margin-bottom: 4rem;
}
.company_data_child h2 ,
.company_data_child h2 .cabin-font {
text-align: left;
}
.works_detail .company_data_child h2 .cabin-font {
display: inline;
}
.company_data_left .company_data_child:last-child ,
.company_data_right .company_data_child:first-child {
background: rgba(255 ,255, 255, .5);
padding: 2rem 1rem;
}
.company_data_left ,
.company_data_right {
width: 46%;
}
.company_data_right {
margin-top: 12rem;
}
.company_data_left .company_data_child:last-child {
margin-left: calc(50% - 25vw);
padding-left: 9vw;
}
.company_data_right .company_data_child:first-child {
margin-right: calc(50% - 25vw);
}
.company_data_right .company_data_child:first-child figure {
margin-left: 7vw;
}
.company_data_right .company_data_child:last-child {
padding: 2rem 1rem;
}
.residece-area {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/environment/residece_bg.jpg)0 0 no-repeat;
background-size: cover;
padding: 2rem 0;
}
.residece-area h2 ,
.works_detail .residece-area h2 .cabin-font {
color: #fff;
}
.residece-area p {
color: #fff;
font-size: 18px;
text-align: center;
argin-bottom: 2rem;
}
.residece-area figure {
text-align: center;
} .location_flex {
display: flex;
justify-content: center;
}
.location_bx {
width: 48%;
padding: 2%;
box-sizing: border-box;
}
.location_bx iframe {
width: 100%;
height: 450px;
}
.works_detail table {
background: transparent;
max-width: 1200px;
width: 100%;
margin: 1rem auto 1.5rem;
}
.works_detail table th {
background: transparent;
color: #000;
border: 1px solid #888;
padding: 20px;
border-left: none;
border-right: none;
width: 17%;
}
.works_detail table td {
border: 1px solid #888;
padding: 20px;
border-left: none;
border-right: none;
}
.works_detail table tr:nth-child(1) th,
.works_detail table tr:nth-child(1) td {
border-top: none;
}
.works_detail table tr:last-child th,
.works_detail table tr:last-child td {
border-bottom: none;
} .plus {
margin-top: 65%;
}
.newplus1 {
height:350px !important;
}
.plus2 {
margin-top: 20%;
}
.right-bx.plus3 {
margin-right: 5%;
}  @media (min-width: 768px) and (max-width: 1390px) {
.recruit-main-txt {
bottom: 1rem;
}
.header_inner ,
.cont_inner {
padding: 0 10px;
}
.works-area figure {
width: 50%; background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg-works.png) top right no-repeat;
}
.environment-area figure {
width: 50%;
}
.flex-bx .txt-area ,
.company-area .txt-area {
width: 55%;
}
.interview-area {
padding: 5rem 1rem 1rem;
}
.interview-area .cont_inner {
padding-left: 10px;
padding-right: 10px;
}
.interview-lists {
width: 90%;
}
.link-more:hover:after {
right: -15rem;
}
.environment-area {
padding-top: 0;
}
.interview-works-area figure {
width: 50%; background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg-works.png) top right no-repeat;
}
}
@media screen and (max-width: 768px) {
.pc-br {
display: none;
}
.sp-br {
display: block;
}
#header {
position: fixed;
height: 66px;
}
.recruit-main {
background-size: cover;
background-position: right;
height: 404px;
}
.recruit-main-txt h1 {
flex-direction: column;
}
.recruit-main-txt {
bottom: auto;
left: 10px;
top: 265px;
}
.recruit-main-txt .cabin-font {
font-size: 44px;
margin-top: 0;
}
.inner-txt ,
.top_news .page_inner ,
.recruit-footer-list ,
.recruit-company-info{
width: 95%;
margin: 0 auto;
padding: 0 0 2rem;
}
.inner-txt h2 {
font-size: 20px;
margin: 1.5rem auto;
}
.inner-txt h2:not(:first-child) {
margin-top: 2rem;
}
.inner-txt .anser {
text-align: left;
font-size: 18px;
}
.about-us-area {
padding: 2rem 0;
}
.about-us-area .inner-txt {
text-align: left;
}
.about-us-area:after {
width: 350px;
height: 60px;
}
.inner-txt .anser {
margin-left: 30px;
}
.inner-txt .anser:before {
width: 20px;
left: -30px;
top: 13px;
bottom: 0;
margin: auto;
}
.link-more:after {
width: 120px;
right: -16rem;
}
.link-more:hover:after {
right: -17rem;
}
.interview-link:after ,
.link-more.back:before ,
.link-more.back:after {
display: none;
}
.link-more.back a {
text-align: center;
}
.flex-bx.cont_inner {
flex-direction: column;
}
.works-area ,
.works-area .cont_inner {
padding: 0;
}
.works-area figure ,
.flex-bx .txt-area {
width: 100%;
}
.works-area figure {
height: 66vh;
background-size: contain;
}
.flex-bx figure figcaption {
bottom: 6rem;
line-height: 1;
}
.cont_inner h3 {
font-size: 1.2em;
}
.interview-area .cont_inner {
background-size: contain;
margin: 0 auto;
padding: 2rem 0;
}
.interview-area h2 {
margin-top: 0;
}
.interview-lists {
flex-wrap: wrap;
}
.interview-lists li {
width: 48%;
margin-bottom: 1rem;
}
.interview-lists li figure {
width: 100%;
height: auto;
}
.interview-lists li figcaption {
left: 0;
bottom: 0;
width: 100%;
}
.hover-text {
width: 100%;
height: auto;
top: 0;
left: 0;
padding: 1rem;
}
.interview-en-name ,
.interview-name {
font-size: 26px;
margin-bottom: .5rem;
}
.interview-en-name {
display: none;
}
.interview-link {
margin: 1rem 0;
}
.company-area {
height: auto;
margin: 0 auto 5rem;
}
.company-area .flex-bx figure figcaption {
right: 0;
}
.environment-area {
padding: 0;
}
.environment-area figure {
width: 100%;
order: 1;
}
.environment-area .txt-area {
order: 2;
margin-top: 3rem;
}
.interview-works-area figure {
height: 50vh;
background-size: cover;
}
.cont_inner h2 {
line-height: 1.3;
}
.link-more a {
margin: 1.8rem 0;
}
.entry-area {
height: 45vh;
margin: 0 auto;
}
.entry-area h2 {
font-size: 30px;
}
.entry-area .link-more a {
max-width: 300px;
}
.entry-link-bx {
width: 95%;
margin: 0 auto;
right: 0;
}
.banner-area {
width: 100%;
margin: 2rem auto;
}
.bnr-lists ,
.line-bnr {
flex-direction: column;
width: 95%;
margin: 0 auto;
}
.bnr-lists figure {
width: 100%;
height: auto;
}
.recruit-company-info {
flex-direction: column;
}
.environment-area .flex-bx figure figcaption {
left: 0;
bottom: 0;
}
.interview-works-area figure {
width: 100%;
} .page_scroll_recruit-entry {
top: auto;
bottom: 0;
right: auto;
left: 0;
}
.page_scroll_recruit-info {
top: auto;
bottom: 0;
left: 33.3333%;
right: 0;
}
.page_scroll_recruit-point {
top: auto;
bottom: 0;
left: auto;
right: 0;
}
.page_scroll_recruit-entry ,
.page_scroll_recruit-info ,
.page_scroll_recruit-point { width: 50%;  height: 60px;
}
.page_scroll_recruit-entry a ,
.page_scroll_recruit-info a ,
.page_scroll_recruit-point a {
padding: 5%;
width: 100%;
height: 60px;
font-size: 17px;
writing-mode: inherit;
-webkit-writing-mode: inherit;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.page_scroll_recruit-info .small-txt {
font-size: 15px;
}
.page_scroll_recruit-entry a::before ,
.page_scroll_recruit-info a::before ,
.page_scroll_recruit-point a::before {
display: none;
}
.sp-none {
display: none!important;
}
.SPNaviInner.active {
background: rgba(0 ,153 ,51, .9);
}
.recruit-footer ,
.recruit-company-info {
padding-top: 1.5rem;
} .works_detail .works-area figure ,
.product-area figure {
width: 100%;
}
.works_detail .works-area figure img ,
.product-area figure img {
width: 95%;
top: 5rem;
right: 0;
margin: auto;
}
.works_detail .flex-bx figure figcaption {
bottom: 13rem;
}
.flex-bx figure figcaption {
font-size: 40px;
}
h2 .cabin-font {
margin-right: 0;
}
.business-area ,
.interview-area {
padding: 3rem 0;
}
.interview_head_no dt {
font-size: 30px
}
.interview_head_no dd {
font-size: 85px;
}
.interview_inner {
min-height: inherit;
padding: 1rem 2rem;
margin-top: -3.5rem;
}
.interview_lists li figure {
position: static;
}
.interview_lists.col3 {
flex-direction: column;
}
.interview_lists.col3 li {
width: 100%;
}
.interview_lists.col3 li:last-child {
margin-bottom: 0;
}
.interview_lists.col3 li:nth-child(even) .interview_head {
justify-content: flex-end;
}
.interview_link {
position: relative;
top: -4rem;
padding: 1rem;
}
.interview_link .interview-name {
font-size: 32px;
margin-bottom: 1.5rem;
}
.interview_head_txt {
left: auto;
top: 4.6rem;
right: 0;
}
.interview_lists li:nth-child(even) .interview_head_txt {
top: 4.6rem;
right: auto;
left: 0;
}
.interview_lists li {
margin-bottom: -3rem;
}
.interview_lists li:last-child {
margin-bottom: -6rem;
}
.works_detail {
margin-top: 66px;
}
.works_detail .product-area .cont_inner {
background-size: cover;
background-position: top -25px right -45px;
padding-bottom: 0;
}
.works_detail .product-area h2, .works_detail .product-area h2 .cabin-font {
text-align: center;
color: #fff;
}
.product-area .catchcopy {
text-align: center;
color: #fff;
}
.flex_cont ,
.flex_detail {
flex-direction: column;
}
.flex_detail {
padding: 1rem;
}
.product_txt ,
.flex_cont figure ,
.product_detail_txt ,
.flex_detail figure {
width: 92%;
margin-left: auto;
margin-right: auto;
}
.white_bg {
margin-top: -13rem;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.location_flex {
flex-direction: column;
width: 95%;
margin-left: auto;
margin-right: auto;
}
.location_bx {
width: 100%;
padding: 0;
margin-bottom: 1.5rem;
}
.works_detail table {
width: 95%;
margin-left: auto;
margin-right: auto;
}
.works_detail table th,
.works_detail table td {
display: block;
width: 100%;
padding: 15px;
}
.works_detail table th {
border: none;
padding: 15px 15px 5px;
}
.works_detail table td {
padding: 5px 15px 15px;
border-top: 0;
}
.works_detail table tr:last-child td {
border-bottom: 1px solid #888;
}
.works_detail .product-area .flex-bx figure {
text-align: center;
}
.about-us-area {
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/bg-about-sp.jpg) center no-repeat;
background-size: cover;
}
.product_txt h3 {
width: 100%;
}
.flex_col2 {
flex-direction: column;
width: 95%;
margin: 0 auto;
}
.flex_col2 figure {
width: 100%;
}
.flex_col2 figure:first-child {
margin-bottom: 2rem;
} .interview-area {
padding: 3rem 1rem 0;
}
.interview-prof ,
.works_detail .works-area figure.interview-img-bg {
width: 95%;
margin: 0 auto;
}
.works_detail .works-area figure.interview-img-bg {
height: 40vh;
}
.works_detail .works-area figure.interview-img-bg img {
top: 2rem;
}
.works_detail .works-area figure.interview-img-bg figcaption {
bottom: 2rem;
}
.interview-prof-greenbg {
margin-left: 0;
padding-left: 1rem;
}
.question_001, .question_002, .question_003, .question_004 {
margin: 0 auto 2rem;
}
.figure_right_txt ,
.figure_left_txt {
position: static;
max-width: 800px;
min-height: auto;
}
.figure_left_txt ,
.figure_right_txt{
margin-bottom: 2rem;
}
.works_detail.recruit_page .interview_head {
margin-top: 0;
}
.works_detail.recruit_page .interview-area {
padding: 3rem 1rem 1rem;
}
.question_002 ,
.question_004 {
display: flex;
flex-direction: column;
}
.question_002 figure ,
.question_004 figure  {
order: 2;
}
.question_002 .figure_right_txt ,
.question_004 .figure_right_txt {
order: 1;
}
.more-interview {
flex-wrap: wrap;
}
.more-interview li {
width: 40%;
margin-bottom: 5%;
} .company_data {
flex-direction: column;
}
.works_detail .works-area figure {
height: 50vh;
}
.works_detail .flex-bx figure figcaption {
bottom: 9rem;
}
.business-area.paddingBtm2 .cont_inner h3 {
font-size: 20px;
}
.cont_inner h3 .big-green-txt {
font-size: 26px;
}
.education-area .flex-bx .txt-area {
width: 95%;
padding: 0;
margin: 0 auto;
}
.education-area figure {
width: 95%;
margin: 0 auto;
background: url(//www.moriyacl.co.jp/wp-content/themes/moriyahamono/assets/img/recruit/environment/bg-education.png) bottom right no-repeat;
position: relative;
height: 460px;
}
.education-area .flex-bx figure img {
top: 1.3rem;
}
.education-area .flex-bx figure figcaption {
bottom: 3rem;
font-size: 25px;
left: 1rem;
line-height: 1.3;
}
.education_inner {
padding: 1rem;
}
.joining {
flex-direction: column;
}
.joining dt ,
.joining dd ,
.icon-check li {
width: 100%;
}
.joining dt {
margin-bottom: .5rem;
}
.joining dd {
margin-left: 0;
}
.joining.icon-triangle {
margin-bottom: 4rem;
}
.joining.icon-triangle:after {
left: 0;
bottom: -10rem;
right: 0;
margin: auto;
}
.works_detail .business-area.paddingBtm2 .cont_inner {
margin-bottom: 0;
}
.business-area.paddingBtm2 {
padding-bottom: 2rem;
}
.font_min_right ,
.leave_bx ,
.company_data_left,
.company_data_right {
width: 95%;
margin: 0 auto;
}
.sp-mgn {
margin-top: 50px;
width: 50%;
}
.leave_bx .leave_txt {
font-size: 20px;
}
.company_data_left .company_data_child:last-child {
padding-left: 1rem;
margin: 2rem 0;
}
.company_data_right .company_data_child:first-child {
margin-right: 0;
}
.company_data_right {
margin-top: 0;
}
.company_data_right .company_data_child:first-child figure {
margin-left: 0;
}
.company_data_child {
margin-bottom: 0;
}
.works_detail .company_data_child h2 .cabin-font {
display: block;
}
.residece-area figure {
width: 95%;
margin: 0 auto;
}
.page_main_head.r_shingle_bg ,
.page_main_head.r_shingle_bg.r_detail {
padding: 20px;
background-size: cover;
}
.page_main_head.r_shingle_bg .breadcrumbs {
margin-right: 100px;
}
.news_box {
padding: 20px 15px;
}
.page_inner.sp_inner {
padding: 1rem;
}
.right-bx.plus3 {
margin-top: 10%;
margin-right: 0;
}
}