html {
height: 100%;
overflow: auto;
}
body {
height: 100%;
}
body.drawer-open {
overflow: hidden;
}
main {
overflow: hidden;
} .deco-font-jp {
font-family: UD Shin Go Medium;
}
.deco-font-en {
font-family: myriad-pro, sans-serif;
font-weight: 400;
font-style: normal;
}  .inner {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
.inner-xs {
max-width: 720px;
}
.inner-sm {
max-width: 1080px;
}
.inner-lg {
max-width: calc(100% - 100px);
} .section_pdg {
padding-top: 160px;
padding-bottom: 80px;
}
.single.section_pdg,
.archive.section_pdg {
padding-top: 80px;
}
.recruit_message.section_pdg {
padding-top: 100px;
padding-bottom: 160px;
}
.single.section_pdg {
padding-bottom: 240px;
} .flt-rgt {
float: right;
}
.flt-lft {
float: left;
} .pos_rel {
position: relative;
z-index: 0;
} .mgn-btm8 {
margin-bottom: 8px;
}
.mgn-btm16 {
margin-bottom: 16px;
}
.mgn-btm24 {
margin-bottom: 24px;
}
.mgn-btm32 {
margin-bottom: 32px;
}
.mgn-btm40 {
margin-bottom: 40px;
}
.mgn-btm48 {
margin-bottom: 48px;
}
.mgn-btm56 {
margin-bottom: 56px;
}
.mgn-btm64 {
margin-bottom: 64px;
}
.mgn-btm72 {
margin-bottom: 72px;
}
.mgn-btm80 {
margin-bottom: 80px;
} .pc-none,
.pc-none-inline,
.pc-none-table,
.pc-none-flex {
display: none;
}
.sp-none {
display: block;
}
.sp-none-inline {
display: inline;
}
.sp-none-table {
display: table;
}
.sp-none-flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 767px) {
.inner {
width: 90%;
}
.mgn-btm16 {
margin-bottom: 8px;
}
.mgn-btm24 {
margin-bottom: 16px;
}
.mgn-btm32 {
margin-bottom: 16px;
}
.mgn-btm40 {
margin-bottom: 24px;
}
.mgn-btm48 {
margin-bottom: 24px;
}
.mgn-btm56 {
margin-bottom: 32px;
}
.mgn-btm64 {
margin-bottom: 32px;
}
.mgn-btm72 {
margin-bottom: 40px;
}
.mgn-btm80 {
margin-bottom: 40px;
}
.sp-none,
.sp-none-inline,
.sp-none-table,
.sp-none-flex {
display: none;
}
.pc-none {
display: block;
}
.pc-none-inline {
display: inline;
}
.pc-none-table {
display: table;
}
.pc-none-flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}  .flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
} .flex-inline {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
} .flex-reverse {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
} .flex-column {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
} .flex-j-start {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.flex-j-end {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.flex-j-ctr {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.flex-j-between {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.flex-j-around {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
} .flex-a-start {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.flex-a-end {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.flex-a-ctr {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.flex-a-baseline {
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.flex-a-stretch {
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
} .flex-c-nowrap {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-c-wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
} .flex-c-reverse {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-c-start {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.flex-c-start {
-webkit-align-items: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.flex-c-end {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.flex-c-ctr {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.flex-c-baseline {
-webkit-align-content: baseline;
-ms-flex-line-pack: baseline;
align-content: baseline;
}
.flex-c-stretch {
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
} .flex-col2,
.flex-col3,
.flex-col4 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-col2>* {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
}
.flex-col2>*:nth-child(even) {
margin-right: 0;
}
.flex-col3>* {
width: 31.33%;
margin-right: 3%;
margin-bottom: 3%;
}
.flex-col3>*:nth-child(3n+3) {
margin-right: 0;
}
.flex-col4>* {
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
}
.flex-col4>*:nth-child(4n+4) {
margin-right: 0;
}
@media screen and (max-width: 768px) { .flex-sp-block {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
} .flex-sp-col2>*,
.flex-sp-col2.flex-col3>*:nth-child(3n+3) {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
}
.flex-sp-col2>*:nth-child(even) {
margin-right: 0;
}
.flex-sp-col3>*,
.flex-sp-col3.flex-col4>*:nth-child(4n+4) {
width: 31.33%;
margin-right: 3%;
margin-bottom: 3%;
}
.flex-sp-col3>*:nth-child(3n+3) {
margin-right: 0;
}
} .bg-gld {
position: relative;
}
.bg-gld::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 1500px 0 0 865px;
border-color: transparent transparent transparent #D4D0C0;
top: 0;
z-index: -1;
display: block;
}
.bg-triangle::before {
content: '';
position: absolute;
width: 1600px;
height: 100%;
background: #efefef;
z-index: -1;
display: block;
left: 0;
top: 80px;
right: 0;
margin: auto;
transform: skewX(-20deg);
max-width: 1600px;
}
.bg-gry {
position: absolute;
top: 0;
z-index: -1;
width: 324px;
height: 560px;
background-image: url(/wp/wp-content/themes/original_theme/images/common/bg_sankaku_gray.png);
}
.bg-bl {
position: absolute;
}
.bg-bl::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 920px 640px 0 0;
border-color: #00559b transparent transparent transparent;
left: 0;
top: -160px;
opacity: .3;
z-index: -1;
}
.bg-bl_tri {
position: relative;
}
.bg-bl_tri::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 1460px 840px;
border-color: transparent transparent #007bff transparent;
right: 0;
bottom: -216px;
z-index: -1;
opacity: .3;
}
@media screen and (max-width: 767px) {
.bg-gry {
width: 100%;
height: 640px;
top: 0;
background-size: 100%;
background-repeat: no-repeat;
z-index: -1;
}
.bg-bl_tri::before {
content: none;
}
}  .page_ttl {
padding: 60px 0;
position: relative;
color: #fff;
max-height: 240px;
min-height: 240px;
background-color: #000;
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_404.jpg);
}
.page-company .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_company.jpg);
}
.page-strength .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_strength.jpg);
}
.page-thanks .page_ttl,
.page-recruit-thanks .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_thanks.jpg);
}
.page-recruit:not(.page-crosstalk) .page_ttl {
padding: 160px 0;
max-height: 600px;
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_recruit.jpg);
background-position: top center;
}
.page-crosstalk .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_crosstalk.jpg);
}
.page-recruit .page_ttl::before,
.page-recruit .page_ttl::after {
content: none;
}
.page-interview.page-staff-01 .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_interview01.jpg);
}
.page-interview.page-staff-02 .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_interview02.jpg);
}
.page-interview.page-staff-03 .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_interview03.jpg);
}
.page-interview.page-staff-04 .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_interview04.jpg);
}
.archive-news .page_ttl,
.single-news .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_news.jpg);
}
.archive-products .page_ttl,
.single-products .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_products.jpg);
}
.archive-requirement .page_ttl,
.single-requirement .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_requirement.jpg);
}
.page_ttl .inner {
max-width: calc(90% - 480px);
width: 100%;
}
.page_ttl-jp,
.page_ttl-en {
display: block;
}
.page_ttl-jp {
font-size: 320%;
}
.page_ttl-en {
font-size: 120%;
font-weight: bold;
text-transform: capitalize;
}
.page_ttl::before,
.page_ttl::after {
content: '';
position: absolute;
}
.page_ttl::before {
background: url(/wp/wp-content/themes/original_theme/images/common/page_ttl-lft.png);
background-repeat: no-repeat;
width: 361px;
height: 240px;
background-size: 100%;
left: 0;
top: 0;
}
.page_ttl::after {
background: url(/wp/wp-content/themes/original_theme/images/common/page_ttl-rgt.png);
background-repeat: no-repeat;
width: 361px;
height: 240px;
background-size: 100%;
right: 0;
top: 0;
}
.page-style_guide .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_style_guide.jpg);
background-size: cover;
background-repeat: no-repeat;
}
#breadcrumbs {
padding: 16px 0;
background: #e0e0e0;
} .ttl_wrapper::before {
content: '';
position: absolute;
width: 58px;
height: 60px;
background: url(/wp/wp-content/themes/original_theme/images/common/ttl-kazari_honeycam.png);
top: -64px;
left: 0;
right: 0;
margin: auto;
background-size: 100%;
}
.ttl_wrapper span {
font-size: 120%;
color: #e60012;
}
.section_ttl {
font-size: 320%;
font-weight: normal;
line-height: 1.6;
letter-spacing: .1em;
}
.section_ttl-sm {
font-size: 267%;
} .heading-1 {
font-size: 267%;
}
.heading-2 {
font-size: 200%;
}
.heading-3 {
font-size: 147%;
}
.heading-4 {
font-size: 120%;
}
.owner-timeline .heading-2 {
text-align: center;
margin-top: 80px;
margin-bottom: 32px;
}
@media screen and (max-width: 1100px) {
.page_ttl {
overflow: hidden;
}
.page_ttl .inner {
max-width: calc(100% - 240px);
}
.page_ttl::before {
left: -210px;
}
.page_ttl::after {
right: -80px;
}
}
@media screen and (max-width: 767px) {
.section_ttl {
font-size: 160%
}
.section-ttl br {
display: none;
}
.heading-2 {
font-size: 140%;
}
.heading-1 br,
.heading-2 br,
.heading-3 br,
.heading-4 br {
display: none;
}
.page_ttl {
padding: 60px 40px;
position: relative;
color: #fff;
background-color: #000;
z-index: 10;
background-size: 100%;
background-position: top center;
min-height: 160px;
max-height: 160px;
margin-top: 64px;
}
.page_ttl .inner {
max-width: 100%;
}
.page_ttl::after {
content: none;
}
.page_ttl::before { content: none;
}
.page_ttl-jp {
font-size: 150%;
line-height: 1.2em;
}
.page-company .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_company_sp.jpg);
}
.page-strength .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_strength_sp.jpg);
}
.page-thanks .page_ttl,
.page-recruit-thanks .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_thanks_sp.jpg);
}
.page-interview.page-staff-01 .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_interview01_sp.jpg);
}
.page-interview.page-staff-02 .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_interview02_sp.jpg);
}
.page-interview.page-staff-03 .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_interview03_sp.jpg);
}
.page-interview.page-staff-04 .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_interview04_sp.jpg);
}
.archive-news .page_ttl,
.single-news .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_news_sp.jpg);
}
.archive-products .page_ttl,
.single-products .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_products_sp.jpg);
}
.archive-requirement .page_ttl,
.single-requirement .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_requirement_sp.jpg);
}
.page-crosstalk .page_ttl {
background: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_crosstalk_sp.jpg);
background-size: cover;
}
.product_category .page_ttl {
background-image: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_product_cat_sp.jpg);
}
} .txt-lg {
font-size: 107%;
}
.txt-sm {
font-size: 93%;
}
.txt-ctr {
text-align: center;
}
.txt-rgt {
text-align: right;
}
.txt-normal {
font-style: normal;
}
.txt-attention {
font-size: 88%;
color: #999;
}
.txt-attention-kome {
position: relative;
padding-left: 1.4em;
}
.txt-attention-kome::before {
content: '※';
position: absolute;
left: 0;
top: 0;
}
.txtarea p:not(:last-child) {
margin-bottom: 1em;
}
.txt-maincolor {
color: #00559b !important;
}
.txt-subcolor {
color: #e60012 !important;
} table {
width: 100%;
} .table_default th,
.table_default td {
padding: 16px 8px;
}
.table_default th {
border-bottom: 2px solid #ff0000;
color: #ff0000;
width: 20%;
display: table-cell;
vertical-align: middle;
}
.table_default td {
padding: 16px 16px;
border-bottom: 1px solid #e6e7e8;
border-left: 4px solid #fff;
text-align: left;
} .table_line th,
.table_line td {
padding-top: 6px;
padding-bottom: 6px;
padding-left: 24px;
padding-right: 24px;
}
.table_line th {
background-color: #b9b9ba;
color: #fff;
font-size: 107%;
}
.table_line td {
border: 1px solid #ccc;
background: #f2f2f2;
font-size: 93%;
text-align: center;
} .list {
list-style-type: none;
}
.list li:not(:last-child) {
margin-bottom: 16px;
}
.list li {
position: relative;
padding-left: 1.4em;
}
.list li::before {
content: '';
position: absolute;
width: 12px;
height: 12px;
background: #e60012;
left: 0;
top: 8px;
}
.list-disc li::before,
.list-square li::before,
.list-circle li::before {
content: '';
position: absolute;
left: 0;
top: .7em;
width: 8px;
height: 8px;
border-radius: 6px;
background-color: #666;
} .list-num {
padding-left: 1.4em;
list-style-type: decimal;
}
.list-num li {
padding-left: 0;
}
.list-num li::before {
display: none;
} .list-circle li::before {
border: 1px solid #666;
background-color: transparent;
} .list-square li::before {
border-radius: 0;
background-color: #666;
} .list li ul {
margin-top: 16px;
}
.list li ul li::before {
width: 6px;
height: 6px;
top: .8em;
} .list-dl {
position: relative;
border-top: 1px solid #BFBFBF;
}
.list-dl dt {
position: absolute;
padding-top: 16px;
color: #e60012;
font-weight: 700;
}
.list-dl dd {
padding-left: 140px;
padding-top: 16px;
padding-bottom: 16px;
border-bottom: 1px solid #BFBFBF;
} .btn {
position: relative;
padding: 32px 0;
line-height: 1em;
width: 100%;
display: block;
font-size: 120%;
color: #fff;
transition: .4s all ease;
background-image: url(/wp/wp-content/themes/original_theme/images/common/common-btn_bg.png);
background-repeat: no-repeat;
}
.btn::before {
content: '';
position: absolute;
width: 40px;
height: 1px;
background: #fff;
right: 64px;
top: 50%;
transition: .4s all ease;
}
.btn::after {
content: '';
position: absolute;
width: 1px;
height: 16px;
background: #fff;
transform: rotate(-60deg);
right: 72px;
top: 29px;
transition: .4s all ease;
}
.btn:hover {
color: #000;
background-image: url(/wp/wp-content/themes/original_theme/images/common/common-btn-hover_bg.png);
background-color: transparent;
}
.btn:hover::before {
background: #000;
}
.btn:hover::after {
background: #000;
}
.btn.btn-top {
max-width: 263px;
background-image: url(/wp/wp-content/themes/original_theme/images/top/top-bg_btn-lft.png);
filter: invert(0);
padding: 24px 32px 24px 0;
}
.btn.btn-top.rgt {
background-image: url(/wp/wp-content/themes/original_theme/images/top/top-bg_btn-rgt.png);
margin-right: 0;
margin-left: auto;
padding: 24px 0 24px 32px;
}
.btn.btn-top::before,
.btn.btn-top::after {
content: none;
}
.btn.btn-top:hover {
background-image: url(/wp/wp-content/themes/original_theme/images/top/top-bg_btn-lft.png);
filter: invert(100%);
color: #fff;
}
.btn.btn-top.rgt:hover {
background-image: url(/wp/wp-content/themes/original_theme/images/top/top-bg_btn-rgt.png);
}
.btn.btn-other {
background-color: #000;
background-image: none;
color: #fff;
}
.btn.btn-other:hover {
background-color: #efefef;
color: #333;
}
.page-thanks .btn.btn-other,
.page-recruit-thanks .btn.btn-other,
.page-404 .btn.btn-other {
max-width: 400px;
margin: auto;
}
.btn.btn-recruit {
background: #00559b;
color: #fff;
}
.btn.btn-recruit:hover {
background: #7faacd;
}
.btn.btn-recruit:hover::before,
.btn.btn-recruit:hover::after,
.btn.btn-contact:hover::before,
.btn.btn-contact:hover::after {
background: #fff;
}
.btn.btn-contact {
background-image: url(/wp/wp-content/themes/original_theme/images/common/contact-btn_bg.png);
}
.btn.btn-contact:hover {
color: #fff;
background-image: url(/wp/wp-content/themes/original_theme/images/common/common-btn_bg.png);
}
@media screen and (max-width: 768px) {
.btn.btn-top,
.btn.btn-top.rgt {
background-image: none;
background-color: #000;
width: 100%;
max-width: 100%;
margin-left: 0;
padding-left: 0;
padding-right: 0;
margin-left: 0;
filter: invert(0);
}
.btn.btn-top:hover {
background-image: none;
filter: invert(100%);
color: #fff;
}
} .slick-slider {
position: relative;
}
.slick-slide {
max-height: 720px;
}
.slick-slide img {
margin: auto;
}
.slide-imgs .slick-slide>img {
margin: 0 auto;
}
.slick-next.slick-arrow,
.slick-prev.slick-arrow,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
position: relative;
z-index: 0;
display: inline-block;
line-height: 1;
font-size: 86%;
font-weight: 700;
letter-spacing: .5em;
transition: .4s cubic-bezier(.165, .84, .44, 1) .1s;
width: 64px;
height: 64px;
background: #4c4947 !important;
border: 1px solid #fff !important
}
.slick-next.slick-arrow .arrow,
.slick-prev.slick-arrow .arrow {
width: 18px;
height: 8px;
right: 50%;
top: calc(50% - 3px);
transform: translateY(-50%) translateX(50%);
position: absolute;
transition: .4s cubic-bezier(.165, .84, .44, 1);
border-bottom: 1px solid #fff
}
.slick-next.slick-arrow {
margin: 0;
position: absolute;
top: 45%;
right: 0;
border: 0
}
.slick-prev.slick-arrow {
position: absolute;
left: 0;
top: 45%;
z-index: 10;
border: 0
}
.slick-next.slick-arrow .arrow::before {
content: '';
position: absolute;
display: inline-block;
bottom: -1px;
background: #fff;
border-left: 1px solid #fff;
height: 5px;
transform: skew(45deg);
right: 1px
}
.slick-prev.slick-arrow .arrow::before {
content: '';
position: absolute;
display: inline-block;
bottom: -1px;
background: #fff;
border-left: 1px solid #fff;
height: 5px;
transform: skew(-45deg);
left: 1px
}
.slick-dots {
position: relative;
background: #fff;
bottom: 0;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center
}
.slick-dots li {
position: relative;
display: inline-block;
width: 80px;
height: 80px;
margin: 16px 4px 0;
padding: 0;
cursor: pointer
}
.slick-dots .thumb_img {
width: 80px;
height: 80px;
display: block;
border: 1px solid #0053a7;
filter: grayscale(100%);
-ms-filter: grayscale(100%);
transition: .4s ease-out
}
.spots-wrapper {
max-width: 960px;
margin: 0 auto;
overflow: hidden
}
.slick-slide {
max-height: 720px
}
.slick-dots .slick-active .thumb_img {
filter: grayscale(0%);
}
@media screen and (max-width: 768px) {
.slick-dots li {
width: 40px;
height: 40px;
}
.slick-dots .thumb_img {
width: 40px;
height: 40px;
}
.page-company #other.section_pdg {
padding-bottom: 0;
}
#factory-equipment.section_pdg {
padding-bottom: 0;
}
#policy.section_pdg {
padding-bottom: 0;
}
}  .head--logo_wrapper {
padding: 21px 50px 17px;
position: relative;
width: 100%;
}
.logo-tel {
position: relative;
left: 0;
width: 100%;
}
.head--logo_wrapper::before {
content: '';
position: absolute;
display: block;
width: 89px;
height: 81px;
background: url(/wp/wp-content/themes/original_theme/images/common/header_right.png);
right: 0;
top: 0;
}
.logo-tel .tel {
margin-left: 40px;
font-size: 180%;
line-height: 1em;
}
.logo-tel .tel small {
font-size: 70%;
}
.kawasaki--logo_wrapper {
position: absolute;
top: 0;
right: 50px;
}
.header--nav {
position: relative;
} .gnav {
width: 100%;
height: 80px;
overflow: hidden;
background-color: #4C4948;
transition: .4s all;
}
.gnav.fixed {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
}
.gnav--list {
height: 80px;
padding: 18px 40px;
overflow: hidden;
}
.gnav--home {
display: none;
}
.gnav li {
position: relative;
z-index: 0;
flex-shrink: 0;
min-width: 160px;
height: 220px; margin-top: -80px;
margin-right: 23px;
padding-top: 80px;
line-height: 1.5;
transform: rotate(30deg);
}
.gnav li::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 100%;
background-color: #fff;
}
.gnav li::after {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: -1;
display: block;
width: 100%;
height: 100%;
background-color: #EFEFEF;
opacity: 0;
transition: .2s all ease;
}
.gnav li:hover a,
.gnav li.current a {
color: #333;
}
.gnav li.gnav--recruit .current>a {
color: #fff !important;
}
.gnav li:hover::after,
.gnav li.current::after {
opacity: 1;
}
.gnav li p {
font-size: 120%;
line-height: 1em;
transform: rotate(-30deg);
}
.gnav li small {
display: block;
margin-left: 24px;
font-size: 74%;
transform: rotate(-30deg);
}
.gnav--recruit p,
.gnav--recruit small {
color: #fff;
}
.gnav a {
display: block;
z-index: 1;
margin-left: -9px;
padding-top: 2px;
padding-inline: 8px;
color: #fff;
}
.gnav .gnav--recruit a,
.gnav .gnav--contact a,
.gnav .gnav--special a,
.gnav .gnav--recruit:hover a,
.gnav .gnav--contact:hover a,
.gnav .gnav--special:hover a {
color: #fff;
}
.gnav .gnav--recruit::after,
.gnav .gnav--contact::after,
.gnav .gnav--special::after {
opacity: 1;
}
.gnav .gnav--recruit::after {
background-color: #3778AF;
}
.gnav .gnav--contact::after {
background-color: #E60011;
}
.gnav .gnav--recruit:hover::after {
background-color: #5192c8;
}
.gnav .gnav--contact:hover::after {
background-color: #ff1a29;
}
.gnav .gnav--special::after {
top: -22px;
width: 97%;
height: calc(100% + 32px);
background-color: #e6ad00;
}
.gnav .gnav--special:hover::after {
background-color: #e6b800;
}
.nofix--header {
position: absolute;
z-index: 100;
width: 100%;
top: 820px;
}
@media screen and (max-width: 1300px) {
.gnav li {
min-width: 150px;
margin-right: 21px;
}
}
@media screen and (max-width: 767px) {
.logo-tel {
top: 0;
}
.logo-tel small {
color: #00559b;
font-size: 60%;
margin-left: 8px;
transform: translateY(2px);
}
.khi-logo {
width: 120px;
margin-left: 16px;
}
.open_btn {
position: absolute;
width: 24px;
height: 24px;
border: 1px solid #fff;
right: 16px;
top: 19px;
}
.open_btn::before,
.open_btn::after {
content: '';
position: absolute;
width: 1px;
height: 80%;
background: #fff;
transition: .2s all ease;
}
.open_btn::before {
top: 2px;
left: 0;
right: 0;
margin: auto;
}
.open_btn::after {
transform: rotate(90deg);
right: 47%;
top: 2px;
}
.open_btn.close::before {
opacity: 0;
}
.gnav--recruit {
transition: .4s all ease;
}
.sub_nav {
height: 0;
opacity: 0;
transition: .4s all ease;
margin: auto;
width: 90%;
}
.sub_nav li {
background: #fff;
margin-bottom: 8px !important;
}
.sub_nav li a {
color: #333 !important;
}
.gnav li.gnav--recruit .sub_nav .current>a,
.sub_nav small {
color: #333 !important;
}
.sub_nav.active {
opacity: 1;
height: 360px;
}
.gnav {
position: fixed;
top: 0;
left: 0;
pointer-events: none;
transition: .2s ease;
transform: translateY(0);
width: 100%;
height: 100%;
min-height: 100%;
opacity: 0;
margin-top: 86px;
display: flex;
justify-content: space-around;
z-index: 999;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.header.fixed .gnav {
margin-top: 64px;
}
.gnav li {
width: 100%;
transform: rotate(0deg);
margin-top: 0;
height: auto;
padding-top: 0;
margin-right: 0;
}
.gnav li::before {
content: none;
}
.gnav a {
padding: 8px 0;
margin-left: 0;
}
.gnav a p,
.gnav a small {
transform: rotate(0deg);
}
.gnav a p {
margin-bottom: 8px;
}
.gnav li {
margin-top: 0;
margin-bottom: 16px;
}
.gnav li small {
margin-left: 0;
}
.gnav--list {
padding: 0 40px;
display: flex;
}
.header.active .gnav,
.header--nav.active .gnav {
opacity: 1;
pointer-events: all;
}
.header--nav {}
.gnav--list {
height: 100vh;
display: flex;
width: 100%;
justify-content: flex-start;
padding-top: 32px;
padding-bottom: 64px;
overflow: auto;
}
.gnav_btn {
position: fixed;
top: 26px;
right: 0;
width: 64px;
height: 64px;
background-color: #4C4948;
z-index: 10000;
cursor: pointer;
transition: .2s all ease-in;
}
.gnav_btn--lines {
position: relative;
width: 24px;
height: 13px;
margin: auto;
top: 0;
}
.gnav_btn--lines span {
transition: all .4s;
box-sizing: border-box;
}
.gnav_btn--lines span {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: #fff;
}
.gnav_btn--lines span:nth-of-type(1) {
top: 0;
}
.gnav_btn--lines span:nth-of-type(2) {
top: 6px;
}
.gnav_btn--lines span:nth-of-type(3) {
bottom: 0;
}
.header.active .gnav_btn--lines span:nth-of-type(1),
.gnav_btn.active .gnav_btn--lines span:nth-of-type(1) {
-webkit-transform: translateY(6px) rotate(-35deg);
transform: translateY(6px) rotate(-35deg);
}
.header.active .gnav_btn--lines span:nth-of-type(2),
.gnav_btn.active .gnav_btn--lines span:nth-of-type(2) {
opacity: 0;
}
.header.active .gnav_btn--lines span:nth-of-type(3),
.gnav_btn.active .gnav_btn--lines span:nth-of-type(3) {
-webkit-transform: translateY(-6px) rotate(35deg);
transform: translateY(-6px) rotate(35deg);
}
.head--logo_wrapper {
padding: 8px 10px 8px;
position: relative;
height: 66px;
}
.header {
position: fixed;
top: 0;
z-index: 999;
width: 100%;
max-height: 70px;
background: #fff;
margin-top: 24px;
transition: .2s all ease-in;
}
.header.fixed {
top: -28px;
}
.header.fixed .gnav_btn,
.header.fixed .nofix--header .gnav_btn {
top: -2px;
}
.khi-link {
position: absolute;
top: -24px;
}
.nofix--header {
display: none;
}
} .fixed_gnav {
position: fixed;
top: 0;
left: 0;
z-index: 99999;
width: 100%;
transform: translateY(-100%);
transition: .4s all;
height: 80px;
}
.fixed_gnav.fixed {
transform: translateY(0);
}
.fixed_gnav .gnav--home {
display: block;
}
.fixed_gnav li {
min-width: 160px;
}
@media screen and (max-width: 1300px) {
.fixed_gnav li {
min-width: 138px;
margin-right: 19px;
font-size: 85%;
}
.fixed_gnav li::before {
top: 100px;
}
} .tel-txt h3 {
font-size: 300%;
line-height: 1em;
font-weight: 600;
} .contact-link-item_wrapper {
position: fixed;
bottom: 0;
width: 100%;
justify-content: center;
z-index: 100;
}
.contact-link-item {
padding: 16px 32px;
background: #00559b;
margin-right: 2px;
width: 500px;
text-align: center;
position: relative;
overflow: hidden;
font-size: 140%;
font-weight: bold;
}
.contact-link-item.entry {
background: #e60011;
width: 320px;
}
.contact-link-item span {
position: absolute;
color: #fff;
right: 0;
font-weight: 600;
font-size: 300%;
bottom: -24px;
opacity: .3;
}
.contact-link-item a {
color: #fff;
}
.contact-link-item a::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
display: block;
top: 0;
left: 0;
z-index: 101;
}
.contact-link-item::before {
content: '';
position: absolute;
width: 240px;
height: 240px;
transform: rotate(30deg);
background: rgba(255, 255, 255, .2);
left: -160px;
top: -120px;
}
@media screen and (max-width: 767px) {
#contact {
overflow: hidden;
}
#contact.section_pdg {
padding-top: 40px;
}
.contact-link-item {
width: 100%;
font-size: 100%;
}
.contact-link-item span {
font-size: 170%;
bottom: -8px;
}
} .footer {
background: rgba(239, 239, 239, .8);
padding: 40px 0 0;
position: relative;
}
.footer_ttl .section_ttl {
padding-top: 0;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000;
color: transparent;
background: transparent;
font-size: 720%;
font-weight: 600;
letter-spacing: .01em;
line-height: 1em;
}
.footer_ttl .section_ttl::after {
content: attr(data-ttl_en);
position: absolute;
font-family: ;
font-family: myriad-pro, sans-serif;
color: #D4D0C0;
-webkit-text-stroke-width: 0;
-webkit-text-stroke-color: #000;
top: 4px;
left: 2px;
z-index: -1;
}
.logo-wrapper p {
margin-right: 24px;
}
.logo-wrapper span {
color: #00559b;
line-height: 1em;
font-size: 114%;
} .footer-nav li {
position: relative;
padding-left: 1em;
margin-bottom: 4px;
}
.footer-nav li::before {
content: '';
position: absolute;
width: 8px;
height: 8px;
border-top: 2px solid #e60012;
border-right: 2px solid #e60012;
transform: rotate(45deg);
left: -8px;
top: 8px;
}
.footer-nav li a {
display: block;
}
.main-nav {
max-width: calc(25% - 29px);
width: 100%;
position: relative;
padding-left: 29px;
}
.main-nav::before {
content: '';
position: absolute;
left: 0;
width: 1px;
height: 100%;
background: #fff;
}
.sub-nav {
margin-top: 6px;
}
@media screen and (max-width: 767px) {
.main-nav {
max-width: 100%;
}
.logo-wrapper {
align-items: center;
}
.logo-wrapper p {
max-width: 100px; margin-right: 16px;
}
.logo-wrapper span {
line-height: 1.2em;
}
} .company--list {
background: #000;
color: #fff;
padding: 48px 0;
margin-top: 40px;
}
.company--list_wrapper li span,
.company--list_wrapper li span a {
color: #AAA282;
}
.company--ttl {
border-bottom: 1px solid #aaa282;
padding-bottom: 16px;
}
.map-btn {
background: #aaa282;
padding: 0 24px;
}
.company_box_gap {
gap: 8px;
}
@media screen and (max-width: 767px) {
.company--list_wrapper li {
margin-bottom: 32px;
}
} .pbl_wh {
opacity: .3;
}
.pagetop {
position: fixed;
width: 100px;
height: 100px;
transition: .4s all ease;
opacity: 0;
z-index: 100;
background: #333;
bottom: 48px;
transform: translateY(40px);
right: 48px;
background: url(/wp/wp-content/themes/original_theme/images/common/pagetop.png);
font-size: 0;
}
.pagetop.fixed {
opacity: 1;
transform: translateY(0);
}
.copyright {
padding: 24px;
background: #4C4948;
color: #fff;
}
.copyright_wrapper { align-self: center; }
.footer--marks { margin-left: 16px; }
.pbl {
text-align: center;
opacity: .5;
}
@media screen and (max-width: 767px) {
.pagetop {
width: 60px;
height: 60px;
right: 8px;
bottom: 16px;
background-size: cover;
}
.single-requirement .pagetop {
bottom: 64px;
}
.copyright {
padding: 16px 0;
}
.copyright_wrapper {
align-self: center;
order: 2;
}
.footer--marks {
text-align: center;
margin-left: 0;
margin-bottom: 12px;
}
}  .hero {
max-height: 820px;
position: relative;
overflow: hidden;
}
.hero-slide {
width: 100%;
height: 820px;
}
.hero-slide li {
position: relative;
width: 100%;
height: 100%;
max-height: 820px;
min-height: 820px;
background-position: 20%;
background-size: cover;
}
.hero-slide .slick-slide {
max-height: 100%;
}
.hero--ttl {
position: absolute;
top: 0;
left: 0;
z-index: 100;
}
#home_alna {
overflow: hidden;
}
#home_alna.section_pdg {
padding-bottom: 140px;
}
.alna-txt {
width: 100%;
max-width: 565px;
}
.alna-txt p {
font-size: 100%;
letter-spacing: 0;
margin-bottom: 96px;
}
.alna-txt .btn {
max-width: 320px;
}
.alna-txt .btn::before {
right: 40px;
}
.alna-txt .btn::after {
right: 48px;
}
.alna-img {
position: relative;
width: 100%;
height: 600px;
}
.alna-img::before {
content: '';
position: absolute;
width: 1080px;
height: 600px;
background: url(/wp/wp-content/themes/original_theme/images/top/img_about.jpg);
top: 56px;
}
.section_bg-ttl {
font-size: 200px;
line-height: 1em;
font-weight: 600;
position: absolute;
z-index: -1;
bottom: 32px;
opacity: .3;
color: #e60012;
letter-spacing: 0;
}
@media screen and (max-width: 767px) {
.alna-txt .btn,
.home_products .btn,
.home_feature .btn {
max-width: 100%;
background-size: 100%;
}
.hero-slide li {
height: 100%;
max-height: 640px;
min-height: 640px;
}
.hero {
height: 640px;
margin-top: 24px;
}
} .home_works {
background: url(/wp/wp-content/themes/original_theme/images/top/bg_works.jpg);
position: relative;
overflow: hidden;
}
.home_works::before,
.home_works::after {
content: '';
position: absolute;
}
.home_works::before {
background: url(/wp/wp-content/themes/original_theme/images/top/works_bg-before.png);
width: 416px;
height: 720px;
right: 0;
top: 0;
}
.home_works::after {
background: url(/wp/wp-content/themes/original_theme/images/top/works_bg-after.png);
width: 253px;
height: 440px;
left: 0;
bottom: 0;
}
.home_works .inner {
width: 1280px;
max-width: 1280px;
}
.item_ttl_wrapper h3 {
font-size: 320%;
line-height: 1.2em;
}
.works_wrapper {
z-index: 1;
}
.works_item {
max-width: 375px;
width: 100%;
margin-bottom: 84px;
background: #000;
color: #fff;
height: 560px;
position: relative;
}
.works_item .link-btn {
position: absolute;
bottom: -8px;
color: #fff;
background: url(/wp/wp-content/themes/original_theme/images/top/bg_category.png);
padding: 16px 16px;
margin-left: -8px;
line-height: 1.2em;
font-size: 120%;
width: 350px;
min-height: 74px;
max-height: 74px;
background-size: cover;
}
.works_item .link-btn a {
position: relative;
}
.works_item .link-btn a::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
display: block;
top: 0;
}
.works_item:nth-child(2) .link-btn,
.works_item:nth-child(3) .link-btn,
.works_item:nth-child(4) .link-btn {
padding-top: 24px;
}
.works_item:nth-child(2) p,
.works_item:nth-child(3) p,
.works_item:nth-child(4) p,
.works_item:nth-child(5) p,
.works_item:nth-child(6) p {
position: absolute;
bottom: 16%;
padding: 0 42px;
}
.works_item:nth-child(1) {
padding-top: 64px;
background-color: transparent;
}
.works_item:nth-child(1)::before {
content: '';
position: absolute;
background-image: url(/wp/wp-content/themes/original_theme/images/top/ttl_bg_works.png);
width: 384px;
height: 570px;
background-repeat: no-repeat;
z-index: -1;
top: 0;
}
.works_item:nth-child(2),
.works_item:nth-child(5) {
transform: translateY(50px);
}
.works_item:nth-child(3),
.works_item:nth-child(6) {
transform: translateY(100px);
}
.works_item:nth-child(2),
.works_item:nth-child(3),
.works_item:nth-child(4),
.works_item:nth-child(5),
.works_item:nth-child(6) {
background-color: transparent;
}
.works_item:nth-child(2) {
background-image: url(/wp/wp-content/themes/original_theme/images/top/img_works01.jpg);
}
.works_item:nth-child(3) {
background-image: url(/wp/wp-content/themes/original_theme/images/top/img_works02.jpg);
}
.works_item:nth-child(4) {
background-image: url(/wp/wp-content/themes/original_theme/images/top/img_works03.jpg);
}
.works_item:nth-child(5) {
background-image: url(/wp/wp-content/themes/original_theme/images/top/img_works04.jpg);
}
.works_item:nth-child(6) {
background-image: url(/wp/wp-content/themes/original_theme/images/top/img_works05.jpg);
}
.works_item p {
padding: 0 48px;
} .home_products .btn,
.home_feature .btn {
max-width: 376px;
margin: auto;
}
#home_products {
padding-bottom: 180px;
}
.home_products .section_bg-ttl {
bottom: 0;
right: 0;
color: #AAA282;
} .home_columns {
position: relative;
height: 640px;
}
.home_columns::before,
.home_columns::after {
content: '';
position: absolute;
top: 0;
z-index: -1;
display: block;
width: 50%;
height: 100%;
}
.home_columns::before {
left: 0;
background: #efefef;
}
.home_columns::after {
right: 0;
background: url(/wp/wp-content/themes/original_theme/images/top/bg_strength.jpg);
background-size: cover;
}
.home_columns--inner::before {
content: '';
position: absolute;
top: 0;
left: calc(50% - 370px / 2);
z-index: 0;
width: 370px;
height: 640px;
background: url(/wp/wp-content/themes/original_theme/images/top/news_strength.png);
}
.home_columns--child {
position: relative;
z-index: 0;
width: 50%;
min-height: 640px;
padding-top: 80px;
padding-bottom: 74px;
}
.news {
padding-right: 140px;
}
.strength {
padding-left: 180px;
}
.strength-txt {
z-index: 10;
}
.news .ttl_wrapper {
width: 340px;
}
.home_columns--child .ttl_wrapper span {
color: #333;
}
.home_columns--child .ttl_wrapper::before {
content: none;
}
.home_columns--child .ttl_wrapper .section_ttl {
font-weight: bold;
letter-spacing: 0;
font-size: 667%;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000;
color: #fff;
line-height: 1em;
}
@media screen and (max-width: 767px) {
.home_columns {
height: 100%;
}
.home_columns--inner::before { content: none;
}
.home_columns::before,
.home_columns::after {
width: 100%;
}
.news .ttl_wrapper {
width: 100%;
align-items: flex-start;
}
} #home_feature {
padding-top: 220px;
}
.home_feature .section_bg-ttl {
width: 100%;
left: 0;
right: 0;
margin: auto;
top: 100px;
color: #00559b;
}
.home_feature h3 {
font-size: 900%;
line-height: 1em;
color: #e60012;
font-weight: 600;
position: relative;
left: -8px;
}
.home_feature h3 span {
font-weight: 600;
letter-spacing: -.02em;
}
.home_feature h3 small {
font-size: 32%;
line-height: 1em;
}
.feature-item_wrapper:nth-child(3) .feature-item .home_feature h3 {
left: 8px;
}
.feature-item_wrapper {
padding: 40px 0;
position: relative;
}
.feature-item_wrapper:nth-child(1) {
border-top: 5px solid #E6E7E8;
}
.feature-item {
max-width: 460px;
}
.feature-item_wrapper {
border-bottom: 5px solid #E6E7E8;
}
.ttl_wrapper.recruit::before {
content: '';
position: absolute;
width: 58px;
height: 60px;
background: url(/wp/wp-content/themes/original_theme/images/common/ttl-kazari_honeycam_b.png);
}
.ttl_wrapper.message::before {
content: none;
}
.alna-img.recruit::before {
background-image: url(/wp/wp-content/themes/original_theme/images/top/img_recruit.jpg);
max-width: 1000px;
left: -400px;
top: 0;
}
.alna-txt.recruit p {
margin-bottom: 40px;
}
.section_bg-ttl.recruit {
right: 0;
bottom: -96px;
color: #00559b;
}
@media screen and (max-width: 1100px) {
.feature-item {
max-width: 50%;
padding: 0 5px;
}
.home_feature h3 {
font-size: 710%;
}
}
@media screen and (max-width: 768px) {
.feature-item {
max-width: 100%;
margin-bottom: 24px;
}
.feature-item:nth-of-type(2n) {
margin-bottom: 0;
}
.feature-item_wrapper:nth-child(1) {
border-bottom: none;
padding-bottom: 0;
}
} .home_interview {
position: relative;
padding-bottom: 0;
}
.home_interview::after {
content: '';
position: absolute;
background-image: url(/wp/wp-content/themes/original_theme/images/top/bg_interview01.png);
width: 345px;
height: 600px;
top: -80px;
}
.home_interview::before {
content: '';
position: absolute;
width: 940px;
height: 1200px;
background-image: url(/wp/wp-content/themes/original_theme/images/top/bg_interview02.png);
right: 0;
bottom: 0;
}
.header--logo span {
margin-left: 16px;
color: #00559b;
}
@media screen and (max-width: 767px) {
.hero--ttl {
width: 100%;
top: 20%;
padding-left: 16px !important;
padding-right: 16px;
}
.header--logo {
max-width: 120px;
height: 30px;
}
.head--logo_wrapper::before {
content: none;
}
.section_bg-ttl {
font-size: 400%;
z-index: 10;
}
.news::before {
width: 100%;
background: url(/wp/wp-content/themes/original_theme/images/top/bg_news-strength.png);
height: 240px;
background-size: cover;
left: 0;
top: 100%;
}
.strength {
padding-top: 0;
}
.works_item {
width: 100%;
max-width: 100%;
}
.home_works .inner {
width: 100%;
}
.ttl_wrapper.recruit::before,
.ttl_wrapper::before {
width: 29px;
height: 30px;
top: -40px;
background-size: cover;
}
.alna-txt p {
margin-bottom: 48px;
}
.alna-txt p br {
display: none;
}
#home_feature {
padding-top: 80px;
}
.home_feature h3 {
font-size: 640%;
line-height: 1em;
color: #e60012;
font-weight: 600;
position: relative;
left: -8px;
}
.home_feature .section_bg-ttl {
width: 100%;
left: 0;
right: 0;
margin: auto;
top: 64px;
color: #00559b;
font-size: 480%;
z-index: -1;
}
.section_pdg {
padding-top: 80px;
}
#home_products {
padding-bottom: 80px;
}
#home_alna.section_pdg {
padding-bottom: 64px;
}
.alna-img_sp {
margin-top: 48px !important;
}
#home_works {
background: transparent;
padding-top: 0;
padding-bottom: 40px;
}
.works_item:nth-child(1)::before {
width: 100%;
height: 100%;
background-image: none;
background-color: #333;
}
.works_item:nth-child(3),
.works_item:nth-child(6) {
transform: none;
}
.works_item:nth-child(2),
.works_item:nth-child(3),
.works_item:nth-child(4),
.works_item:nth-child(5),
.works_item:nth-child(6) {
background-image: none;
}
.works_item:nth-child(2) p,
.works_item:nth-child(3) p,
.works_item:nth-child(4) p,
.works_item:nth-child(5) p,
.works_item:nth-child(6) p {
color: #333;
position: relative;
bottom: 0;
padding-left: 24px;
padding-right: 24px;
padding-top: 56px;
}
.works_item:nth-child(6) {
margin-bottom: 0;
}
.works_item:nth-child(4) .link-btn,
.works_item:nth-child(5) .link-btn {
bottom: 110px;
}
.home_works .inner {
width: 100%;
max-width: 100%;
}
.works_item {
height: auto;
}
.item_ttl_wrapper h3 {
font-size: 240%;
}
.works_item:nth-child(1) {
padding-bottom: 64px;
padding-bottom: 64px;
}
.works_item p {
padding: 0 24px;
}
#home_products .inner.inner-lg {
max-width: 100%;
}
.news .ttl_wrapper .section_ttl,
.strength .ttl_wrapper .section_ttl {
font-size: 590%;
}
.home_works::before,
.home_works::after {
content: none;
}
.works_item:nth-child(1) {
margin-bottom: 0;
}
.works_item:nth-child(2),
.works_item:nth-child(5) {
transform: none;
}
#home_recruit {
padding-top: 40px;
padding-bottom: 0;
}
#home_columns .alna-img_sp {
margin-top: 0;
}
.home_interview::after {
opacity: 0;
z-index: -1;
}
.tel-txt h3 {
font-size: 280%;
}
.footer_ttl .section_ttl {
font-size: 600%;
}
.works_item .link-btn {
bottom: 72px;
width: 100%;
margin-left: 0;
}
.item-img {
width: 100%;
min-height: 280px;
max-height: 280px;
position: relative;
overflow: hidden;
height: 100%;
}
.item-img img {
position: absolute;
width: 100%;
top: -56px;
}
.page-recruit #home_feature .inner {
width: 100%;
}
}  #style_ex {
overflow: hidden;
}
.img.message {
position: absolute;
right: 0;
top: 0;
}
.message-wrapper .txt {
position: relative;
z-index: 5;
}
.img.message::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 840px 500px 0 0;
border-color: #ffffff transparent transparent transparent;
left: -160px;
z-index: 0;
}
.section_bg-ttl.recruit.message {
right: 0;
bottom: 32px;
color: #00559b;
z-index: 10;
}
.item-num {
font-size: 670%;
position: absolute;
line-height: 1em;
right: 16px;
top: -40px;
letter-spacing: -.01em;
font-weight: 600;
color: #00559B;
} #strength-01 {
overflow: hidden;
padding-top: 160px;
padding-bottom: 160px;
}
.strength-img {
position: absolute;
background: url(/wp/wp-content/themes/original_theme/images/strength/strength-img00.jpg);
width: 960px;
height: 640px;
right: 0;
top: 0;
}
.strength-img::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 349px 180px 0 0;
border-color: #fff transparent transparent transparent;
} .point_txt-wrapper {
background: #4c4948;
color: #fff;
width: 880px;
padding: 60px 48px;
transform: skewX(-30deg);
overflow: hidden;
}
.point {
min-height: 640px;
position: relative;
}
.point::before {
content: '';
position: absolute;
width: 240px;
height: 100%;
top: 0;
background: #00559b;
transform: skewX(-28deg);
opacity: .2;
}
.point-txt {
transform: translateX(0);
}
_:-ms-fullscreen,
:root .point-txt {
transform: translate(0, 30%);
position: absolute;
}
_:-ms-fullscreen,
:root .point-02 .point-txt {
transform: translate(-100%, 30%);
}
_:-ms-fullscreen,
:root .point-04 .point-txt {
transform: translate(-100%, 30%);
}
.point-txt p {
position: relative;
z-index: 0;
max-width: 640px;
}
.point-03 .point-txt {
margin-bottom: 160px;
}
.point-02 .point-txt p,
.point-04 .point-txt p {
margin-right: 0 !important;
margin-left: auto;
}
.point_txt-wrapper h3 {
position: absolute;
transform: skewX(30deg)translateY(-45%);
}
.point_txt-wrapper span {
font-size: 1100%;
position: absolute;
transform: skewX(30deg);
right: 0;
line-height: 1em;
top: 0;
font-weight: 600;
opacity: .4;
letter-spacing: 0;
bottom: 0;
top: -20px;
}
#strength-02 {
overflow: hidden;
}
.point-img {
position: absolute;
z-index: -1;
width: calc(60% + 100px);
height: 640px;
max-width: 980px;
background-position: center;
background-size: cover;
}
.point:nth-child(2n+1) .point-img {
right: -100px;
background-position: right;
}
.point:nth-child(2n) .point-img {
left: -100px;
background-position: left;
}
.point-img.img01 {
background-image: url(/wp/wp-content/themes/original_theme/images/strength/strength-img01.jpg);
}
.point-img.img02 {
background-image: url(/wp/wp-content/themes/original_theme/images/strength/strength-img02.jpg);
}
.point-img.img03 {
background-image: url(/wp/wp-content/themes/original_theme/images/strength/strength-img03.jpg);
background-position: left !important;
}
.point-img.img04 {
background-image: url(/wp/wp-content/themes/original_theme/images/strength/strength-img04.jpg);
}
.point-img.img05 {
background-image: url(/wp/wp-content/themes/original_theme/images/strength/strength-img05.jpg);
}
.point-img.img01::before,
.point-img.img03::before,
.point-img.img05::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 640px 350px 0 0;
border-color: #fff transparent transparent transparent;
}
.point-img.img02::before,
.point-img.img04::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 640px 400px;
border-color: transparent transparent #fff transparent;
right: 0;
}
.management-policy,
.guidelines {
max-width: 960px;
width: 100%;
padding: 48px 120px;
margin: auto;
}
.management-policy {
position: relative;
}
.policy--list li {
position: relative;
font-size: 120%;
padding-left: 1em;
}
.policy--list li span {
position: absolute;
font-size: 150%;
left: -1em;
line-height: 1em;
letter-spacing: -.01em;
top: 4px;
font-weight: 600;
}
@media screen and (max-width: 1500px) {
.point:nth-child(2n+1) .point-txt p {
max-width: 60%;
}
.point:nth-child(2n) .point-txt p {
max-width: 640px;
}
}
@media screen and (max-width: 767px) {
.page-strength .inner {
width: 90%;
max-width: 100%;
}
.page-strength.section_pdg {
padding-top: 80px;
padding-bottom: 80px;
}
#strength-01 {
padding-top: 80px;
padding-bottom: 80px;
}
.strength-img {
display: none;
}
.strength-txt br {
display: none;
}
.point_txt-wrapper {
width: 95%;
padding: 20px 0 20px 48px;
}
.point::before {
width: 100%;
}
.point:nth-child(odd)::before {
right: -240px;
}
.point:nth-child(even)::before {
left: -240px;
}
.point-img.img01::before,
.point-img.img02::before,
.point-img.img03::before,
.point-img.img04::before,
.point-img.img05::before {
content: none;
}
.point-img {
width: 100%;
height: 200px;
max-width: 100%;
position: relative;
z-index: 1;
margin-bottom: 24px;
}
.point:nth-child(2n) .point-img {
left: 0;
}
.point:nth-child(2n+1) .point-img {
right: 0;
}
.point-03 .point-txt {
margin-bottom: 0;
}
.point-txt p {
margin-bottom: 32px;
}
.point-txt p br {
display: none;
}
.point_txt-wrapper h3 {
position: relative;
transform: skewX(30deg)translateY(0);
}
.point:nth-child(2n+1) .point-txt p {
width: 100%;
max-width: 100%;
}
.point:nth-child(2n) .point-txt p br {
display: none;
}
.point {
min-height: auto;
}
#strength-01 {
padding-top: 40px;
padding-bottom: 40px;
}
} .page_crosstalk {
background: #eee;
}
.staff-item {
position: relative;
}
.staff-item::before {
content: "×";
position: absolute;
font-family: UD Shin Go Medium;
font-size: 500%;
color: #333;
z-index: 1;
right: -124px;
top: 45%;
line-height: 1em;
}
.staff-item:last-child::before {
content: none;
}
.staff-speech {
padding: 24px 32px;
background: #eee;
width: calc(100% - 160px);
border-radius: 4px;
font-size: 130%;
font-weight: bold;
color: #353b43;
position: relative;
}
.speeching-bubble:nth-child(even) {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.staff-speech::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 16px 27.7px 16px 0;
border-color: transparent #eee transparent transparent;
left: -26px;
top: 30%;
}
.speeching-bubble:nth-child(even) .staff-speech::before {
width: 0;
height: 0;
border-style: solid;
border-width: 16px 0 16px 27.7px;
border-color: transparent transparent transparent #eee;
right: 0;
left: 100%;
}
.speeching-bubble .crosstalk-img {
margin-right: 56px;
max-width: 150px;
}
.speeching-bubble:nth-child(even) .crosstalk-img {
margin-right: 0;
margin-left: 56px;
}
@media screen and (max-width: 768px) {
#policy {
padding-left: 24px;
padding-right: 24px;
}
.management-policy,
.guidelines {
max-width: 100%;
padding: 48px 24px;
}
.table_default th {
width: 30%;
}
.staff-img {
text-align: center;
}
.speeching-bubble .crosstalk-img {
margin-right: 16px;
max-width: 64px;
}
.speeching-bubble:nth-child(even) .crosstalk-img {
margin-left: 16px;
}
.staff-speech::before {
border-width: 8px 16px 8px 0;
border-color: transparent #eee transparent transparent;
left: -16px;
}
.speeching-bubble:nth-child(even) .staff-speech::before {
border-width: 8px 0 8px 16px;
right: -16px;
}
.staff-item {
position: relative;
margin-bottom: 96px;
}
.staff-item:last-child {
margin-bottom: 0;
}
.staff-item::before {
bottom: -80px;
top: auto;
left: 0;
right: 0;
margin: auto;
width: 100%;
text-align: center;
}
.staff-speech {
padding: 12px 18px;
max-width: calc(100% - 48px);
width: 100%;
font-size: 100%;
}
}  .recruit-vision .inner {
width: 40%;
max-width: 720px;
padding-left: 24px;
padding-right: 24px;
}
.recruit-vision.section_pdg {
padding-bottom: 110px;
padding-top: 100px;
}
.recruit-vision::before,
.recruit-vision::after {
content: '';
position: absolute;
top: 0;
z-index: -1;
width: 30%;
height: 100%;
max-width: 640px;
background-position: center;
background-size: cover;
}
.recruit-vision::before {
left: 0;
background-image: url(/wp/wp-content/themes/original_theme/images/recruit/img_vision01.jpg);
}
.recruit-vision::after {
right: 0;
background-image: url(/wp/wp-content/themes/original_theme/images/recruit/img_vision02.jpg);
}
.vision-item {
background: url(/wp/wp-content/themes/original_theme/images/recruit/table-cell01.png);
max-width: 526px;
height: 359px;
background-size: 100%;
padding: 84px 74px;
margin-right: 16px;
background-repeat: no-repeat;
}
.vision-item:nth-child(2n) {
margin-right: 0;
transform: translateY(48px);
}
.vision-item:nth-child(2) {
padding-top: 64px;
} .link-wrapper {
position: relative;
z-index: 10;
}
.link-wrapper--child {
width: 50%;
padding-top: 200px;
padding-bottom: 230px;
background: #ccc;
color: #fff;
background-size: cover;
max-height: 500px;
transition: .4s all ease;
background-position: top center !important;
}
.crosstalk {
background: url(/wp/wp-content/themes/original_theme/images/top/bg_crosstalk.jpg);
}
.requirements {
background: url(/wp/wp-content/themes/original_theme/images/top/bg_requirements.jpg);
}
.link-wrapper--child::before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-size: cover;
transition: all .4s ease-out;
opacity: 0;
background-position: top center !important;
}
.link-wrapper--child:hover::before {
opacity: 1;
background-position: top center !important;
}
.requirements::before {
background: url(/wp/wp-content/themes/original_theme/images/top/bg_requirements_hover.jpg);
}
.crosstalk::before {
background: url(/wp/wp-content/themes/original_theme/images/top/bg_crosstalk_hover.jpg);
}
@media screen and (max-width: 1100px) {
.vision-item {
max-width: 49%;
height: 359px;
background-size: 100%;
padding: 84px 48px;
margin-right: 16px;
}
.interview-item {
transform: none !important;
max-width: 50%;
}
}
@media screen and (max-width: 768px) {
.recruit-vision.section_pdg {
padding-top: 0;
padding-bottom: 72px;
}
.recruit_message.section_pdg {
padding-top: 260px;
padding-bottom: 80px;
}
.recruit-vision .inner {
width: 100%;
padding-top: 72px;
}
.img.message::before {
left: -400px;
}
#wrapper {
overflow: hidden;
}
#vision-part.section_pdg {
padding-bottom: 0;
}
.bg-bl::before {
top: -80px;
}
.page-recruit:not(.page-crosstalk) .page_ttl {
padding: 80px 24px 80px;
max-height: 240px;
background: url(/wp/wp-content/themes/original_theme/images/ttl/ttl_bg_recruit_sp.jpg);
background-size: cover;
}
.recruit-vision::before,
.recruit-vision::after {
content: none;
}
.vision-item {
max-width: 100%;
margin-right: 0;
padding: 48px 20px;
background: url(/wp/wp-content/themes/original_theme/images/recruit/table-cell01_sp.png);
background-size: 100%;
background-repeat: no-repeat;
height: 100%;
min-height: 320px;
max-height: 320px;
}
.vision-item:nth-child(2n) {
transform: none;
}
.vision-item:nth-child(2) {
padding-top: 48px;
}
.interview-item {
transform: translateX(0) !important;
width: 100%;
max-width: 100%;
}
.crosstalk::before,
.requirments::before {
content: none;
}
.crosstalk {
border-bottom: 1px solid #fff;
}
}  .main_column {
flex: 1;
margin-right: 40px;
} .post {
position: relative;
padding: 24px 0;
}
.post--link::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
transition: .4s all ease;
}
.post--link:hover::before {
background: rgba(255, 255, 255, .3);
}
.post--date {
color: #aaa;
font-size: 120%;
}
.cat_list {
position: relative;
z-index: 1;
overflow: hidden;
}
.eyecatch {
text-align: center;
}
.post.products .post--img,
.post.requirement .post--img {
height: 200px;
}
.post.requirement .post--img {
height: 150px;
}
.posts.top .post--img {
height: 280px;
min-height: 280px;
max-height: 280px;
}
.post .post--img img {
overflow: hidden;
border-radius: 3px;
}
.cat_list a {
display: inline-block;
vertical-align: middle;
font-size: 79%;
background: #56a0b9;
color: #f6f6f6;
line-height: 1;
padding: 6px 12px;
border-radius: 2px;
float: left;
margin-right: 4px;
margin-left: 24px;
white-space: nowrap;
}
.posts.archive .post.products {
width: calc(33% - 20px);
margin-left: 0;
}
.interview-wrapper .staff-txt {
max-width: 640px;
padding-left: 72px;
}
.interview-wrapper:nth-child(even) .staff-txt {
padding-left: 0;
padding-right: 72px;
}
.section_bg.single.section_pdg {
padding: 300px 0;
}
.section_bg.single .color-bg {
position: absolute;
width: 1640px;
height: 480px;
background: #333;
left: -480px;
top: 0;
transform: skewX(30deg);
}
@media screen and (min-width: 1600px) {
.home .posts .post--img {
height: 100%;
min-height: 350px;
max-height: 350px;
}
}
@media screen and (max-width: 1100px) {
.main_column {
width: 100%;
min-width: 80%;
margin-right: 0;
}
.single .main_column {
width: 100%;
min-width: 75%;
margin-right: 64px;
}
.posts.top .post--img {
height: 200px;
}
}
@media screen and (max-width: 768px) {
.posts.top .post--img {
min-height: 240px;
}
.main_column {
min-width: 100%;
}
} .side_column {
width: 264px;
}
.side_section:not(:last-child) {
margin-bottom: 64px;
}
.side--ttl {
font-size: 120%;
letter-spacing: .2em;
line-height: 1;
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px solid #ccc;
}
.side--ttl small {
font-size: 62%;
opacity: .5;
letter-spacing: .15em;
display: block;
line-height: 1;
margin-top: 8px;
} .posts-side .post:not(:last-child) {
margin-bottom: 16px;
}
.posts-side .post--img {
margin-right: 16px;
border-radius: 3px;
width: 64px;
height: 64px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.posts-side .post--img.noimg {
background: #333;
}
.posts-side .txtarea {
flex: 1;
}
.posts-side .post--date {
line-height: 1em;
margin-bottom: 8px;
}
.posts-side .post--ttl {
line-height: 1.4;
}
.posts-side .post {
padding: 8px 0;
} .side_column .archive_list--ttl::after {
content: '';
display: block;
width: 8px;
height: 8px;
border-top: 1px solid;
border-right: 1px solid;
transform: rotate(135deg);
transition: .4s ease-out;
}
.side_column .archive_list--ttl.active::after {
transform: rotate(315deg);
}
.side_column .archive_month {
display: none;
}
@media screen and (max-width: 1100px) {
.side_column {
width: 100%;
}
} .archive-pulldown {
position: relative;
margin-left: auto;
z-index: 1;
justify-content: flex-end;
}
.archive-pulldown .archive_list {
position: relative;
font-size: 92%;
}
.archive-pulldown .archive_list:not(:last-child) {
margin-right: 24px;
}
.archive-pulldown .archive_list a {
display: block;
padding: 2px 16px;
text-align: left;
}
.archive-pulldown .archive_list a:not(:last-child) {
border-bottom: 1px solid #eee;
}
.archive-pulldown .archive_list--label {
margin-right: 8px;
}
.archive-pulldown .archive_list--btn {
cursor: pointer;
border: none;
outline: none;
appearance: none;
padding: 8px 54px 8px 32px;
background-color: #fff;
border: 1px solid #ccc;
}
.archive-pulldown .archive_list--btn::after {
content: '';
position: absolute;
top: 9px;
right: 10px;
display: block;
width: 10px;
height: 10px;
border-bottom: 2px solid #333;
border-right: 2px solid #333;
transform: rotate(45deg);
transition: .2s ease-out;
transform-origin: 50% 50%;
}
.archive-pulldown .active .archive_list--btn::after {
top: 14px;
transform: rotate(225deg);
}
.archive-pulldown .archive_list--menu {
position: absolute;
z-index: 1;
width: 100%;
background: #fff;
border: 1px solid #ccc;
visibility: hidden;
opacity: 0;
transition: .2s ease-out;
}
.archive-pulldown .active .archive_list--menu {
visibility: visible;
opacity: 1;
}
.spots-wrapper {
max-width: 900px;
margin: 0 auto;
overflow: hidden;
}
.table_default.recruit th {
border-bottom: 2px solid #0053a7;
color: #0053a7;
}
.inner.footer-entry {
max-width: 800px;
}
#single-entry {
background: #efefef;
}
#single-entry.section_pdg {
padding-top: 80px;
padding-bottom: 80px;
}
.posts-side .post--img.noimg span {
position: absolute;
color: #fff;
text-align: center;
width: 100%;
font-weight: 600;
top: 30%;
}
.inner-sm.company--info {
max-width: 960px;
}
@media screen and (max-width: 767px) {
.posts.archive .post.products {
width: 100%;
}
.single.section_pdg {
padding-bottom: 80px;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
top: 35%;
width: 40px;
height: 40px;
}
} .posts-blog .post {
padding-bottom: 48px;
padding-top: 48px;
border-bottom: 1px solid #e5e5e5;
}
.posts-blog .post:first-child {
border-top: 1px solid #e5e5e5;
}
.posts-blog .post--txtarea {
flex: 1;
}
.post--txtarea h2 {
font-size: 130%;
line-height: 1.3em;
}
.posts-blog .post--date {
margin-right: 16px;
font-weight: bold;
margin-bottom: 4px;
}
.posts-blog .post--img {
padding-left: 40px;
}
.posts-blog .post--img img {
width: 280px;
height: auto;
}
@media screen and (max-width: 1100px) {
.posts-blog {
margin-bottom: 56px;
}
.archive-blog .inner.flex,
.single-blog .inner.flex {
display: block;
}
}
@media screen and (max-width: 768px) {
.posts-blog .post {
display: block;
padding-top: 24px;
padding-bottom: 24px;
}
.posts-blog .post--img {
padding-left: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 16px;
text-align: center;
}
.posts-blog .post--img img {
width: auto;
max-width: 100%;
}
}  .news--archive {
padding-top: 20px;
padding-bottom: 20px;
background-color: #111;
}
.news--archive li {
margin-left: 8px;
margin-right: 8px;
}
.news--archive a {
color: #fff;
} main .news_list .post {
padding-bottom: 16px;
padding-top: 16px;
margin-bottom: 0;
border-bottom: 1px solid #dedede;
}
main .news_list .post--date {
padding-top: 6px;
padding: 6px;
padding-left: 0;
padding-right: 24px;
margin-right: 32px;
}
main .news_list a[href="javascript:void(0);"],
main .news_list a[href="javascript:void(0);"]::before {
color: inherit;
cursor: inherit;
opacity: 1;
text-decoration: none;
}
.posts-home_columns a,
main .news_list a {
display: inline-flex;
align-items: center;
}
.posts-home_columns a[target="_blank"]::after,
main .news_list a[target="_blank"]::after {
content: '';
width: 18px;
height: 18px;
margin-left: 8px;
background-image: url(/wp/wp-content/themes/original_theme/images/common/icon-new_tab.png);
}
@media screen and (max-width: 768px) {
main .news_list .post {
display: block;
}
main .news_list .post--date {
display: inline-block;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 16px;
padding-left: 0;
margin-bottom: 8px;
}
.news,
.strength {
padding: 24px 0;
width: 100%;
min-height: auto;
}
.news {
background: transparent;
}
.archive .section_pdg {
padding-top: 40px;
}
.home_columns::after {
background-image: none;
background-color: #e5e3d9;
top: 50%;
height: 50%;
}
.crosstalk,
.requirements {
width: 100%;
padding-top: 80px;
padding-bottom: 50px;
background-size: 100% !important;
}
} .post.products,
.post.requirement {
width: calc(30% - 20px);
background: #EFEFEF;
margin: 0 20px 32px;
padding: 0;
}
.post--img {
position: relative;
width: 100%;
height: 280px;
background-color: #333;
overflow: hidden;
-webkit-background-size: cover !important;
background-size: cover !important;
}
.post--img.no-img {
background: #333;
top: 0;
}
.post--img.no-img span {
position: absolute;
font-size: 300%;
color: #fff;
text-align: center;
width: 100%;
display: block;
top: 38%;
}
.post--txtarea {
padding: 16px;
}
.cat_link {
position: relative;
z-index: 1;
margin-right: 8px;
margin-bottom: 8px;
line-height: 1em;
background-color: #AAA282;
}
.cat_link a {
display: inline-block;
padding: 4px 16px;
color: #fff;
line-height: 1.2em;
font-size: 90%;
}
@media screen and (max-width: 767px) {
.post.products,
.post.requirement {
max-width: 100%;
width: 100%;
margin: 0 auto 24px;
}
.post.products.home {
display: flex;
}
.post.products.home .post--img {
width: 100px;
max-width: 130px;
min-width: 130px;
min-height: auto !important;
height: 130px;
display: inline-block;
}
.post.products.home .post--img img {
position: absolute;
min-width: 180px;
transform: translate(-10%);
}
.cat_btn {
margin: 0 auto 24px;
text-align: center;
background: #e0e0e0;
padding: 8px;
}
.posts.posts-home_products {
flex-direction: row;
}
.posts.archive .post.products {
width: calc(50% - 4px);
}
.post.products .post--img {
height: 120px;
}
} .interview_ttl {
width: 340px;
padding: 16px 56px;
position: relative;
transform: skewX(-30deg);
background: #333;
overflow: hidden;
min-height: 72px;
left: -240px;
}
.even-item .interview_ttl {
left: 120px;
}
.interview_ttl p {
transform: skewX(30deg);
position: absolute;
color: #fff;
font-size: 160%;
}
.interview_ttl span {
position: absolute;
font-size: 400%;
line-height: 1em;
color: #fff;
transform: skewX(30deg);
font-weight: 600;
opacity: .3;
top: 24px;
left: 32px;
}
.interview_txt {
width: 30%;
position: relative;
}
.part-ttl p {
position: absolute;
padding: 60px 0 60px 0;
top: -160px;
width: 100%;
left: -40px;
}
.even-item .part-ttl p {
left: 190px;
}
.part-ttl p::before {
content: '';
position: absolute;
background: url(/wp/wp-content/themes/original_theme/images/top/bg_profile.png);
background-size: cover;
width: 450px;
height: 200px;
z-index: -1;
top: 32px;
left: -160px;
}
.interview-item {
transform: translateX(-80px);
}
.interview-item.even-item {
transform: translateX(80px);
}
.more-link {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
left: 0;
right: 0;
margin: auto;
top: 0;
}
.interview_person {
background: #efefef;
padding-top: 80px;
}
.interview.heading-2 {
font-size: 170%;
}
.day-wrapper.section_pdg {
padding: 160px 0 80px;
background: #efefef;
}
.staff-bg {
width: 1200px;
height: 630px;
background: #eee;
position: relative;
}
.staff-point {
line-height: 1em;
border-bottom: 1px solid #333;
padding-bottom: 8px;
}
.staff-info {
position: absolute;
background: rgba(255, 255, 255, .8);
right: 40px;
max-width: 400px;
width: 100%;
bottom: 48px;
padding: 24px;
overflow: hidden;
}
.staff-name {
position: absolute;
font-size: 80px;
bottom: -48px;
font-weight: 600;
right: -8px;
opacity: .2;
}
.timeline {
max-width: 720px;
margin: auto;
padding: 24px 48px;
background: #fff;
}
.timeline dl {
display: flex;
flex-wrap: wrap;
}
.timeline dt,
.timeline dd {
padding-bottom: 16px;
}
.timeline dt {
font-size: 140%;
width: 140px;
position: relative;
padding-left: 32px;
box-sizing: border-box;
}
.timeline dt::before,
.timeline dt:not(:nth-last-child(2))::after {
content: '';
position: absolute;
top: 10px;
}
.timeline dt::before {
left: 0;
width: 16px;
height: 16px;
border-radius: 40px;
background-color: #aaa282;
}
.timeline dt:not(:nth-last-child(2))::after {
left: 7px;
width: 2px;
height: 100%;
background-color: #aaa282;
}
.timeline dd {
width: calc(100% - 140px);
font-size: 140%;
}
.recuire-content,
.recuire-background {
position: relative;
margin-bottom: 160px;
background: #f6f6f6;
padding: 40px;
border-radius: 8px;
}
.recuire-background {
margin-bottom: 80px;
}
.recuire-content h4,
.recuire-background h4 {
color: #01569c;
}
.post.requirement .post--info .cat_link.product {
display: none;
}
.post.products .post--info .cat_link.requirement {
display: none;
}
@media screen and (max-width: 767px) {
.staff-bg {
background-size: cover !important;
height: 400px;
width: 100%;
background-position: top center !important;
}
.staff-info {
bottom: 0;
right: 0;
}
.interview-wrapper .staff-txt {
width: 100%;
max-width: 100%;
padding-right: 0;
padding-left: 0 !important;
}
.staff-img01 {
margin-bottom: 32px;
}
.timeline {
max-width: 100%;
margin: auto;
padding: 24px 16px;
}
.timeline dt {
width: 120px;
}
.interview-wrapper:nth-child(even) .staff-txt {
padding-right: 0 !important;
}
.day-wrapper.section_pdg {
padding: 80px 0;
}
.interview_person {
padding-bottom: 0;
padding-top: 40px;
}
.interview-wrapper {
margin-bottom: 56px;
}
.interview-item {
margin-bottom: 56px;
}
.staff-name {
font-size: 390%;
bottom: -16px;
right: -4px;
}
.part-ttl {
margin-bottom: 8px;
}
.part-ttl p::before {
top: -80px;
left: -120px;
}
.interview_txt {
width: 100%;
padding: 24px 0;
}
.interview_ttl {
width: 100%;
left: 0;
}
.even-item .interview_ttl {
left: 0;
}
.even-item .part-ttl p {
left: 0;
}
.part-ttl p {
position: relative;
padding: 0 0 0 0;
top: 0;
width: 100%;
left: 0;
}
.part-ttl p br {
display: none;
}
} .wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.wp-pagenavi .pages {
width: 100%;
text-align: center;
margin-bottom: 16px;
}
.wp-pagenavi .current,
.wp-pagenavi a {
position: relative;
max-width: 42%;
display: inline-block;
vertical-align: top;
line-height: 1.4;
padding: 8px 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-right: 8px;
margin-bottom: 8px;
background: #eee;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
color: #fff;
background: #000;
}
@media only screen and (max-width: 767px) {
.wp-pagenavi {
margin-bottom: 40px;
}
.wp-pagenavi a {
width: auto;
max-width: 30%;
margin-bottom: 8px;
}
} #formy_form table {
width: 100%;
}
#formy_form th,
#formy_form td {
padding: 16px;
vertical-align: middle;
border-bottom: solid 1px #eee;
}
#formy_form th {
font-weight: normal;
white-space: nowrap;
text-align: left;
width: 34%;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
vertical-align: bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
margin: 0;
padding: 5px 15px;
border: 1px solid #ccc;
font: inherit;
font-size: 100%;
}
#formy_form textarea {
height: 100px;
}
#formy_form select {
height: 40px;
}
#formy_form ul {
list-style: none;
margin: 0;
padding: 0;
}
#formy_form input:hover {
opacity: .7;
}
#formy_form textarea:hover {
opacity: .7;
}
#formy_form input:focus {
outline: none;
}
#formy_form .parsley-validated {
background-color: #eee;
}
#formy_form .parsley-error {
background-color: #fee;
}
#formy_form .parsley-success {
background-color: #fff;
}
.help_text {
font-size: 85%;
color: #999;
}
.hidden_help {
display: none;
}
.formy_privacy div {
overflow-y: scroll;
height: 140px;
border: solid 1px #ccc;
font-size: 85%;
padding: 8px 16px;
}
.requiredIcon {
background: #f55;
color: #fff;
margin: 0 0 0 1em;
font-size: 70%;
padding: 2px 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
float: right;
}
#formy_btn {
padding-top: 32px;
text-align: center;
}
#formy_btn input {
min-width: 220px;
padding: 16px 32px;
margin-right: 4px;
margin-left: 4px;
border: none;
border-radius: 3px;
color: #fff;
font-size: inherit;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
display: none !important;
}
#formy_form ul li label {
height: 40px;
line-height: 40px;
display: inline-block;
vertical-align: top;
position: relative;
padding: 0 8px 0 40px;
cursor: pointer;
}
#formy_form ul li label:hover {
opacity: .7;
}
#formy_form ul li label::before {
content: "";
position: absolute;
width: 16px;
height: 16px;
border: 2px solid #788b93;
left: 16px;
top: 12px;
}
#formy_form ul li input[type="radio"]+label::before {
border-radius: 10px;
}
#formy_form ul li input[type="radio"]:checked+label,
#formy_form ul li input[type="checkbox"]:checked+label {
color: #e75f5f;
font-weight: bold;
}
#formy_form ul li input[type="radio"]:checked+label::before,
#formy_form ul li input[type="checkbox"]:checked+label::before {
border-color: #e75f5f;
}
#formy_form ul li input[type="radio"]:checked+label::after,
#formy_form ul li input[type="checkbox"]:checked+label::after {
content: "";
width: 10px;
height: 18px;
top: 4px;
left: 20px;
border-right: 2px solid #e75f5f;
border-bottom: 2px solid #e75f5f;
display: block;
position: absolute;
z-index: 10;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.formy_confirm {
background-color: #4dbaff;
}
.formy_submit_disabled {
background-color: #ccc;
}
#formy_btn .formy_submit_disabled:hover {
opacity: 1;
cursor: default;
}
.autoConfirmBack {
background-color: #aaa;
}
.formy_send {
background-color: #ff6600;
}
#total_required {
padding: 16px;
color: #f55555;
text-align: center;
}
#formy_form th,
#formy_form td {
border-bottom: 0 !important;
}
#formy_form table {
max-width: 648px;
margin: auto;
}
@media only screen and (max-width: 767px) {
#formy_form {
padding: 0;
}
#formy_form th,
#formy_form td {
display: block;
width: auto;
padding-left: 0;
padding-right: 0;
}
#formy_form th {
border-bottom: none;
padding-bottom: 0;
white-space: normal;
font-weight: bold;
}
#formy_form td {
padding-top: 0;
}
#formy_btn {
padding-top: 8px;
}
#formy_btn input {
width: 100%;
margin-right: 0;
margin-left: 0;
background-size: contain;
background-position: center;
}
}