@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */
.pcNone {
    display: none;
}

.cmn_maxbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* フォントファミリー */
.font_barlow {
    font-family: 'Barlow Condensed',"Helvetica Neue","Segoe UI",sans-serif;
}

.font_notosan {
    font-family: "Noto Sans JP","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Osaka,arial,helvetica,sans-serif;
}

/* main.cssの透過効果打ち消し */
.home_biz_list a,
a.opacityNone:hover,
.works_schbox_cat a:hover
{
    opacity: 1.0;
    filter: none; /* 初期値：none */
    -ms-filter: ""; /* 初期値："" */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: none;
}


#wrapper {
    overflow: hidden;
    /* background-color: #FFFFFF; */
}

main {
    position: relative;
}

/* 共通 メイン画像 */
.cmn_mainimg {
    height: 42vw;
    /* max-height: 700px; */
    max-height: 500px;
    min-height: 180px;
    font-size: 0;
}

.cmn_mainimg::after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 42vw;
    max-height: 700px;
    min-height: 180px;
    background-color: #FFFFFF;
    background-image: url(../img/feature_main.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

/* 共通 ラッパー */
.cmn_wrapper {
    padding: 0 0 100px 0;
    background-color: #ffffff;
}

.cmn_wrapper::before {
    content: '';
    display: block;
    height: 150px;
    background-image: url(../img/cmn_arr_d.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 66%;
}

/* 共通 見出し（英語＋日本語） */
.cmn_heading {
    text-align: center;
    line-height: 1.4;
}

.cmn_heading + * {
    margin-top: 50px;
}

.cmn_heading .en {
    display: block;
    font-size: 6.0rem;
    letter-spacing: -0.15rem;
    font-weight: 600;
}

.cmn_heading .en::first-letter {
    color: #F29600;
}

.cmn_heading .ja {
    display: block;
    font-size: 1.8rem;
}


/* 共通 dlリスト */
.cmn_dl > div {
    display: flex;
    align-items: stretch;
    margin: -2px 0 0 0;
}

.cmn_dl > div > dt {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26%;
    min-width: 150px;
    padding: 16px 2%;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #00A199;
    background-color: rgba(0, 161, 153, 0.1);
    color: #00A199;
    /* text-align: justify; */
    /* text-justify: inter-ideograph; */
    text-align: center;
    /* -moz-text-align-last: justify; */
    /* text-align-last: justify; */
    letter-spacing: 0.15rem;
}

.cmn_dl > div > dd {
    width: 100%;
    padding: 16px 2.5%;
    border-width: 2px 0 2px 0;
    /* border-style: dashed; */
    border-style: dotted;
    border-color: #231815;
}


/* CMSエディタ装飾 */
.cmn_cms_editor {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cmn_cms_editor h3,
.cmn_cms_editor h4,
.cmn_cms_editor h5,
.cmn_cms_editor h6 {
    display: block;
    padding: 0 0 .3em 0;
    border-color: inherit;
    margin: .6em 0 .8em;
    line-height: 1.6;
	/* letter-spacing: -0.0415625em; */
	letter-spacing: -0.0015625em;
}

.cmn_cms_editor h3 {
    font-size: 2.8rem;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.cmn_cms_editor h4 {
    font-size: 2.6rem;
    border-width: 0 0 1px 0;
    border-style: dashed;
}

.cmn_cms_editor h5 {
    font-size: 2.4rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

.cmn_cms_editor h6 {
    font-size: 2.1rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

.cmn_cms_editor p {
    padding: 8px 0 10px;
    margin: 0 0 8px 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}

.cmn_cms_editor img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="youtube"] {
    /* display: inline-block;
    width: 100%;
    height: 56.25vw;
    max-height: 506px;
    margin-top: 8px;
    margin-bottom: 8px; */

    display: inline-block;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor strong {
    font-weight: 900;
}

.cmn_cms_editor em {
    font-style: italic;
}

.cmn_cms_editor a {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #00A199;
    text-decoration: underline;
    word-break: break-all;
}

.cmn_cms_editor a:hover {
    color: #00A199;
}

.cmn_cms_editor table {
    margin: 0 0 8px 0;
    word-break: break-all;
}

.cmn_cms_editor th,
.cmn_cms_editor td {
    margin: 0 0 8px 0px;
    padding: 6px 10px;
    border: 1px solid #8F8F8F;
}

.cmn_cms_editor ul {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ul li {
    list-style: disc;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor ol {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ol li {
    list-style: decimal;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor blockquote {
    background-color: #F3F3F3;
    margin-inline-start:10px;
    margin-inline-end:10px;
    padding: 15px;
}

/* WPオリジナルクラス有効化 */
.cmn_cms_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cmn_cms_editor .alignright {
    display: block;
    margin-left: auto;
}

.cmn_cms_editor .alignleft {
    display: block;
    margin-right: auto;
}

.cmn_cms_editor .wp-caption {
    border: 1px solid #dddddd;
    text-align: left;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px;
}

.cmn_cms_editor .wp-caption img {
    padding: 0;
    border: 0;
    margin: 0;
}

.cmn_cms_editor .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}




/* header */
header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding-left: 20px;
    background-color: #ffffff;
}

.header_logo {
    flex-shrink: 0;
    width: 15%;
    max-width: 210px;
    min-width: 170px;
}

.header_logo a {
    display: inline-block;
}

.header_gnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header_gnav div {
    display: inline-block;
    height: 100%;
}

.header_gnav a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.header_contact {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100%;
    padding: 0 0 0 50px;
    color: #FFFFFF;
    background-image: url(../img/header_contact_bg_normal.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    transition: background-image .25s;
}

.header_contact.header_contact:hover {
    background-image: url(../img/header_contact_bg_hover.svg);
    transition: background-image .25s;
}


#header_modalmenu_check,
#header_modalmenu_conts,
.header_modalmenu_open {
    display: none;
}


/* footer */
footer {
    background-color: #FFFFFF;
}

footer > nav {
    background-color: #00A199;
}

footer > nav ul {
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    font-size: 1.8rem;
}

footer > nav a {
    display: block;
    padding: 24px 0;
}

footer > div {
    padding: 70px 0;
    text-align: center;
}

footer > small {
    display: block;
    padding: 10px 0;
    color: #000000;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    text-align: center;
}







/* home /////////////////////////////////////////////////////////////////////////////////////////// */
.home_wrapper {
    background-color: #ffffff;
}

.home_mainimg {
    position: relative;
    height: 950px;
    overflow: hidden;
}

.home_mainimg .swiper-container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 950px;
}

.home_mainimg .swiper-wrapper {
    height: 100%;
}

.home_mainimg .swiper-slide {
    display: block;
    width: 100%;
    height: 950px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.6;
}

.home_mainimg .slide01 {
    background-image: url(../img/home_main.jpg);
}

.home_mainimg .slide02 {
    background-image: url(../img/home_main_02.jpg);
}


.home_mainimg > p {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    padding: 0 4% 0 0;
    color: #ffffff;
    font-size: 4.6rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
    font-weight: 700;
    text-align: right;
    /* text-shadow: 2px 2px 20px #00A199; */
    text-shadow: 2px 2px 0 #231815;
    /* text-shadow: 1px 1px 0 #000000; */
}

.home_mainimg > p.js-fadein {
    transform: translate(-46%, 0);
    opacity: 0;
    transition:
        transform 1.35s,
        opacity 1.35s;
}

.home_mainimg > p.js-fadein.on {
    transform: translate(-50%, 0);
    opacity: 1;
}



.home_fadein_zukei {
    position: absolute;
    left: 50%;
    top: 0;
    /* z-index: 9; */
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 1400px;
    height: auto;
}

.home_fadein_zukei > div {
    display: inline-block;
}

.home_fadein_zukei.js-fadein > div {
    transform: translate(-100%, 0);
}

.home_fadein_zukei.js-fadein.on > div {
    transform: none;
    transition: transform 1.25s;
}


.home_fadein_zukei > div > img {
    display: inline-block;
    max-width: none;
    margin: 0 0 0 -250px;
    vertical-align: bottom;
    opacity: 0.8;
}





.home_biz {
    padding: 130px 0 0;
    background-color: #00A199;
}

.home_biz h1,
.home_biz_list {
    position: relative;
    z-index: 99;
}

.home_biz_list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.home_biz_list li {
    width: 24%;
    width: 24.1%;
}

.home_biz_list a {
    position: relative;
    display: block;
}

.home_biz_list figure {
    position: relative;
    height: 0;
    padding: 100% 0 0 0;
    margin: 0 0 -20px 0;
    overflow: hidden;
}

.home_biz_list figure img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.home_biz_list div {
    position: absolute;
    left: 0;
    bottom: 20px;
    transform: translate(0, 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    border-bottom: 10px solid #F29600;
    overflow: hidden;
}

.home_biz_list div::before,
.home_biz_list div::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.home_biz_list div::before {
    background-image: url(../img/home_biz_list_bg_normal.svg);
}

.home_biz_list div::after {
    transform: translate(0, 100%);
    background-image: url(../img/home_biz_list_bg_hover.svg);
    transition: transform .25s;
}

.home_biz_list a:hover div::after {
    transform: none;
    /* transition: height .25s; */
}

.home_biz_list div p {
    position: relative;
    z-index: 99;
    color: #FFFFFF;
    font-size: 3.0rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.home_works {
    position: relative;
    z-index: 9;
    padding: 250px 0 0 0;
    background-color: #FFFFFF;
}

.home_works_slider {
    position: relative;
}

.home_works_slider [class*="home_works_slider_prev"],
.home_works_slider [class*="home_works_slider_next"] {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translate(0,-50%);
    display: block;
    width: 48px;
    height: 70px;
    background-color: #00A199;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer;
}

.home_works_slider [class*="home_works_slider_prev"] {
    left: 0%;
    background-image: url(../img/cmn_arr_l.svg);
    background-position: center;
}

.home_works_slider [class*="home_works_slider_next"] {
    right: 0%;
    background-image: url(../img/cmn_arr_r.svg);
    background-position: center;
}


.home_works_link {
    position: relative;
    display: block;
    height: 540px;
    /* padding: 75% 0 0 0; */
    overflow: hidden;
}

.home_works_thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.home_works_link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .25s;
}

.home_works_link:hover::after {
    background-color: rgba(0, 161, 153, 0.5);
}

.home_works_titbox {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    padding: 14px 5%;
    background-color: rgba(0, 161, 153, 0.5);
    color: #ffffff;
    transition: background-color .25s;
}

.home_works_link:hover .home_works_titbox {
    background-color: transparent;
}

.home_works_titbox span {
    display: block;
}

.home_works_titbox p {
    margin: 2px 0 0 0;
    font-size: 2rem;
    line-height: 1.5;
}

.home_works_detail {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
}

.home_works_cat {
    display: flex;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
}

.home_works_cat li {
    position: relative;
    transform: skewX(27deg);
    transform-origin: 100% 0%;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 0 0 5px;
    color: #FFFFFF;
    background-color: #F29600;
    opacity: 0.4;
}

.home_works_cat li:nth-of-type(1) {
    margin-left: 0;
}

.home_works_cat .on {
    opacity: 1;
}

.home_works_cat li:nth-of-type(1)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-27deg);
    transform-origin: 100% 0%;
    display: block;
    width: 50%;
    height: 100%;
    background-color: inherit;
}

.home_works_cat span {
    display: inline-block;
    padding: 4px 4px 4px 0;
    transform: skewX(-27deg);
    transform-origin: 50% 50%;
}


.home_works_detail > div {
    padding: 10px 5% 0;
    color: #ffffff;
    background-color: #F29600;
    transition: padding .25s;
    line-height: 0;
    font-size: 0;
}

.home_works_link:hover .home_works_detail > div {
    padding: 10px 5% 15px;
    font-size: 1.6rem;
    line-height: 1.6;
}


.home_works_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    /* z-index: 99; */
    transform: translate(0,100%);
    width: 100%;
    text-align: right;
}

.home_works_btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 258px;
    height: 50px;
    padding: 0 0 0 10px;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    background-image: url(../img/header_contact_bg_normal.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;

    transition: background-image .25s;
}

.home_works_btn a:hover {
    background-image: url(../img/header_contact_bg_hover.svg);

    transition: background-image .25s;
}


.home_news {
    padding: 150px 0;
    background-image:
        url(../img/home_news_bg_left.svg),
        url(../img/home_news_bg_right.svg);
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        left top,
        right bottom;
    background-size:
        auto,
        auto;
}

.home_news > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home_news_heading {
    flex-shrink: 0;
    margin: 0 50px 0 0;
}

.home_news_list {
    width: 100%;
    margin: -5px 0 0 0;
}

.home_news_list > li {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 0 0;
}

.home_news_list .noinfo {
    text-align: center;
}

.home_news_list > li > span {
    flex-shrink: 0;
    display: inline-block;
    min-width: 94px;
    margin: 0 20px 0 0;
    color: #00A199;
}

.home_news_list > li > div {
    width: 100%;
    margin: -8px 0 0 0;
}


/* feature /////////////////////////////////////////////////////////////////////////////////////////// */
.feature_body .cmn_mainimg::after {
    background-image: url(../img/feature_main.jpg)
}

.feature_list > li {
    position: relative;
    padding-bottom: 30px;
}

.feature_list > li + li {
    margin-top: 50px;
}

.feature_list_sankaku {
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100%;
    height: calc(100% - 60px);
}

.feature_list li:nth-of-type(2n-1) .feature_list_sankaku {
    left: 0;
}

.feature_list li:nth-of-type(2n) .feature_list_sankaku {
    right: 0;
}

.feature_list_sankaku::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 199vw;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.feature_list li:nth-of-type(2n-1) .feature_list_sankaku::after {
    left: 130px;
    transform: translate(-50%, 0);
    background-image: url(../img/feature_sankaku_u.svg);
    background-position: center top;
}

.feature_list li:nth-of-type(2n) .feature_list_sankaku::after {
    right: 130px;
    transform: translate(50%, 0);
    background-image: url(../img/feature_sankaku_d.svg);
    background-position: center bottom;
}

.feature_list_sankaku::before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 99vw;
    height: 100%;
    background-color: #00A199;
}

.feature_list li:nth-of-type(2n-1) .feature_list_sankaku::before {
    left: 0;
    transform: translate(calc(-100% - 129px), 0) skew(-27deg);
    transform-origin: 100% 100%;
}

.feature_list li:nth-of-type(2n) .feature_list_sankaku::before {
    right: 0;
    transform: translate(calc(100% - 139px), 0) skew(-27deg);
    transform-origin: 0% 100%;
}

.feature_list_imgbox {
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% + 30px));
    width: 100%;
    height: 77%;
    margin: 0 auto;
    overflow: hidden;
}

.feature_list li:nth-of-type(2n-1) .feature_list_imgbox {
    right: 0;
}

.feature_list li:nth-of-type(2n) .feature_list_imgbox {
    left: 0;
}

.feature_list_imgbox > div {
    position: relative;
    width: 63%;
    max-width: 634px;
    height: 100%;
    overflow: hidden;
}

.feature_list li:nth-of-type(2n-1) .feature_list_imgbox > div {
    transform: skewX(27deg);
    transform-origin: 100% 0%;
    margin: 0 0 0 auto;
}

.feature_list li:nth-of-type(2n) .feature_list_imgbox > div {
    transform: skewX(27deg);
    transform-origin: 100% 100%;
    margin: 0 auto 0 0;
}

.feature_list_imgbox > div::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature_list li:nth-of-type(2n-1)  .feature_list_imgbox > div::after {
    transform: skewX(-27deg);
    transform-origin: 100% 0%;
    background-position: right top;
}

.feature_list li:nth-of-type(2n)  .feature_list_imgbox > div::after {
    transform: skewX(-27deg);
    transform-origin: 100% 100%;
    background-position: left top;
}

.feature_list li:nth-of-type(1) .feature_list_imgbox > div::after {
    background-image: url(../img/feature_photo_01.jpg);
}

.feature_list li:nth-of-type(2) .feature_list_imgbox > div::after {
    background-image: url(../img/feature_photo_02.jpg);
}

.feature_list li:nth-of-type(3) .feature_list_imgbox > div::after {
    background-image: url(../img/feature_photo_03.jpg);
}

.feature_list li:nth-of-type(4) .feature_list_imgbox > div::after {
    background-image: url(../img/feature_photo_04.jpg);
}

.feature_list_txtbox {
    position: relative;
}

.feature_list_txtbox > div {
    width: 61%;
    max-width: 610px;
}

.feature_list li:nth-of-type(2n-1)  .feature_list_txtbox > div {
    margin: 0 auto 0 0;
}

.feature_list li:nth-of-type(2n)  .feature_list_txtbox > div {
    margin: 0 0 0 auto;
}

.feature_list_txtbox dt {
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.feature_list li:nth-of-type(2n-1) .feature_list_txtbox dt {
    flex-direction: row;
}

.feature_list li:nth-of-type(2n) .feature_list_txtbox dt {
    flex-direction: row-reverse;
}

.feature_list_txtbox dt span {
    flex-shrink: 0;
    display: inline-block;
    margin-bottom: -10px;
    color: #F29600;
    font-size: 18.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

.feature_list li:nth-of-type(2n-1) .feature_list_txtbox dt span {
    margin-right: 30px;
}

.feature_list li:nth-of-type(2n) .feature_list_txtbox dt span {
    margin-left: 30px;
}

.feature_list_txtbox dt div {
    width: 100%;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 700;
}

.feature_list li:nth-of-type(2n-1) .feature_list_txtbox dt div {
    text-align: left;
}

.feature_list li:nth-of-type(2n) .feature_list_txtbox dt div {
    text-align: right;
}

.feature_list_txtbox dd {
    display: flex;
    align-items: center;
    min-height: 364px;
    padding: 35px 40px;
    margin: 20px 0 0 0;
    font-size: 1.4rem;
    line-height: 2.1;
    letter-spacing: 0.05rem;
}

.feature_list li:nth-of-type(2n-1) .feature_list_txtbox dd {
    background-color: rgba(255, 255, 255, 0.9);
    color: #00A199;
}

.feature_list li:nth-of-type(2n) .feature_list_txtbox dd {
    background-color: rgba(242, 149, 0, 0.9);
    color: #ffffff;
}



/* business /////////////////////////////////////////////////////////////////////////////////////////// */
.business_body .cmn_mainimg::after {
    background-image: url(../img/biz_main.jpg)
}

.biz_list {
    margin: 150px 0 0 0;
}

.biz_list li {
    position: relative;
}

.biz_list li + li {
    margin: 150px 0 0 0;
}

.biz_list_txtbox_inner {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 830px;
    /* width: 83%; */
    height: 300px;
    margin: 0 0 0 20px;
    background-image: url(../img/biz_list_bg_green.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    /* background-size: 100% 100%; */
    opacity: 0.95;
}

.biz_list_txtbox_inner:hover {
    opacity: 0.95;
}

.biz_list li:nth-of-type(2n) .biz_list_txtbox_inner {
    background-image: url(../img/biz_list_bg_orange.svg);
}

.biz_list_txtbox_inner > h2 {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 4% 0 -20px;
    color: #000000;
    font-size: 7.0rem;
    letter-spacing: .05em;
    font-weight: 700;
}

.biz_list_txtbox_inner > h2::first-letter {
    color: #F29600;
}

.biz_list_txtbox_inner > p {
    width: 50%;
    color: #FFFFFF;
    font-size: 2.0rem;
    line-height: 2.0;
    font-weight: 700;
}

.biz_list_txtbox_inner > div {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: skew(27deg);
    transform-origin: 100% 100%;
    display: block;
    width: 100%;
    max-width: 296px;
    padding: 16px 20px;
    background-color: #00A199;
    color: #FFFFFF;
    font-size: 1.4rem;
    /* font-weight: 300; */
    font-weight: 700;
    text-align: right;
    transition: background-color .25s;
}

.biz_list li:nth-of-type(2n) .biz_list_txtbox_inner > div {
    background-color: #F29600;
}

.biz_list_txtbox_inner:hover > div {
    background-color: #F29600;
    transition: background-color .25s;
}

.biz_list li:nth-of-type(2n) .biz_list_txtbox_inner:hover > div {
    background-color: #00A199;
}

.biz_list_txtbox_inner > div span {
    display: inline-block;
    transform: skew(-27deg);
    transform-origin: 0% 0%;
}

.biz_list_imgbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50px, -50%);
    width: 99vw;
    max-width: 1200px;
    height: 100%;
    height: calc(100% * 1.367);
    background-image: url(../img/biz_photo_dismantle.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.biz_list .dismantling .biz_list_imgbox {
    background-image: url(../img/biz_photo_dismantle.png);
}


.biz_list .garbage .biz_list_imgbox {
    background-image: url(../img/biz_photo_garbage.png);
}


.biz_list .civil .biz_list_imgbox {
    background-image: url(../img/biz_photo_soil.png);
}


.biz_list .other .biz_list_imgbox {
    background-image: url(../img/biz_photo_other.png);
}



/* works /////////////////////////////////////////////////////////////////////////////////////////// */
.works_body .cmn_mainimg::after {
    background-image: url(../img/works_main.jpg)
}

.works_schbox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.works_schbox_cat {
    display: flex;
    align-items: stretch;
    width: 59%;
    overflow: hidden;
}

.works_schbox_cat li {
    width: 100%;
    margin: 0 0 0 5px;
}

.works_schbox_cat li:nth-of-type(1) {
    margin-left: 0;
}

.works_schbox_cat a {
    position: relative;
    transform: skewX(27deg);
    transform-origin: 100% 0%;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background-color: #E4E4E4;

    transition: background-color .25s;
}

.works_schbox_cat .now {
    background-color: #00A199;
    transition: background-color .25s;
    pointer-events: none;
}

.works_schbox_cat a:not(.now):hover {
    background-color: #F29600;
}

.works_schbox_cat li:nth-of-type(1) a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-27deg);
    transform-origin: 100% 0%;
    display: block;
    width: 50%;
    height: 100%;
    background-color: inherit;
}


.works_schbox_cat span {
    display: inline-block;
    padding: 0 4px 0 0;
    transform: skewX(-27deg);
    transform-origin: 50% 50%;
}


.works_schbox_free {
    width: 40%;
}

.works_schbox_free form {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 42px;
}

.works_schbox_free input[type="text"] {
    display: inline-block;
    width: calc(100% - 70px);
    height: 100%;
    padding: .6em .6em;
    border: 1px solid #E4E4E4;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
}

.works_schbox_free input[type="hidden"] {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0);
}

.works_schbox_free button {
    display: inline-block;
    width: 70px;
    height: 100%;
    background-color: #00A199;
    background-image: url(../img/works_schbox_ico_glass.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: background-color .25s;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    box-shadow: none;
}

.works_schbox_free button:hover {
    background-color: #F29600;
}

.works_note {
    display: none;
}

.works_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.works_list > li {
    width: 49%;
    /* margin: 20px 0 0 0; */
    margin: 2% 0 0 0;
}

.works_list_link {
    position: relative;
    display: block;
    height: 0;
    padding: 75% 0 0 0;
    overflow: hidden;
}

.works_list_thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.works_list_link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .25s;
}

.works_list_link:hover::after {
    background-color: rgba(0, 161, 153, 0.5);
}

.works_list_titbox {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    padding: 14px 5%;
    background-color: rgba(0, 161, 153, 0.5);
    color: #ffffff;
    transition: background-color .25s;
}

.works_list_link:hover .works_list_titbox {
    background-color: transparent;
}

.works_list_titbox span {
    display: block;
}

.works_list_titbox p {
    margin: 2px 0 0 0;
    font-size: 2rem;
    line-height: 1.5;
}

.works_list_detail {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
}

.works_list_cat {
    display: flex;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
}

.works_list_cat li {
    position: relative;
    transform: skewX(27deg);
    transform-origin: 100% 0%;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 0 0 5px;
    color: #FFFFFF;
    background-color: #F29600;
    opacity: 0.5;
}

.works_list_cat li:nth-of-type(1) {
    margin-left: 0;
}

.works_list_cat .on {
    opacity: 1;
}

.works_list_cat li:nth-of-type(1)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-27deg);
    transform-origin: 100% 0%;
    display: block;
    width: 50%;
    height: 100%;
    background-color: inherit;
}

.works_list_cat span {
    display: inline-block;
    padding: 4px 4px 4px 0;
    transform: skewX(-27deg);
    transform-origin: 50% 50%;
}


.works_list_detail > div {
    padding: 10px 5% 0;
    color: #ffffff;
    background-color: #F29600;
    transition: padding .25s;
    line-height: 0;
    font-size: 0;
}

.works_list_link:hover .works_list_detail > div {
    padding: 10px 5% 15px;
    font-size: 1.6rem;
    line-height: 1.6;
}






.works_single_titbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.works_single_titbox > p {
    width: 46%;
    padding: 2px 0 2px 10px;
    border-left: 10px solid #F29600;
    font-size: 2.6rem;
    text-align: left;
}

.works_single_cat {
    display: flex;
    align-items: stretch;
    width: 48%;
    overflow: hidden;
}

.works_single_cat li {
    position: relative;
    transform: skewX(27deg);
    transform-origin: 100% 0%;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 0 0 5px;
    color: #FFFFFF;
    background-color: #E4E4E4;
}

.works_single_cat li:nth-of-type(1) {
    margin-left: 0;
}

.works_single_cat .on {
    background-color: #F29600;
}

.works_single_cat li:nth-of-type(1)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-27deg);
    transform-origin: 100% 0%;
    display: block;
    width: 50%;
    height: 100%;
    background-color: inherit;
}

.works_single_cat span {
    display: inline-block;
    padding: 9px 4px 9px 0;
    transform: skewX(-27deg);
    transform-origin: 50% 50%;
    font-size: 1.8rem;
}

.works_single_photos {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
}

.works_single_photos .swiper-container {
    overflow: visible;
}

.works_single_photos .swiper-wrapper {
    justify-content: center;
    height: 540px;
}

.works_single_photos .swiper-container-initialized .swiper-wrapper {
    justify-content: normal;
}

.works_single_photos .swiper-slide {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    max-width: 1000px;
}

/* .works_single_photos .swiper-container-initialized .swiper-slide {
    width: auto;
} */

.works_single_photos .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 161, 153, 0.6);
    /* mix-blend-mode: multiply; */
    transition: background-color .25s;
}

.works_single_photos .swiper-container-initialized .swiper-slide::after {
    display: block;
}

.works_single_photos .swiper-container-initialized .swiper-slide-active::after {
    background-color: transparent;
}

.works_single_photos figure {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.works_single_photos figure img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
}

.works_single_photos [class*="works_single_photos_prev"],
.works_single_photos [class*="works_single_photos_next"] {
    position: absolute;
    /* top: 50%; */
    top: 44%;
    z-index: 99;
    transform: translate(0,-50%);
    display: none;
    width: 48px;
    height: 70px;
    background-color: #00A199;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer;
}

.works_single_photos .swiper-container-initialized ~ [class*="works_single_photos_prev"],
.works_single_photos .swiper-container-initialized ~ [class*="works_single_photos_next"] {
    display: block;
}

.works_single_photos [class*="works_single_photos_prev"] {
    left: 0%;
    background-image: url(../img/cmn_arr_l.svg);
    background-position: center;
}

.works_single_photos [class*="works_single_photos_next"] {
    right: 0%;
    background-image: url(../img/cmn_arr_r.svg);
    background-position: center;
}

.works_single_photos .swiper-button-disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}


.works_single_photos .swiper-container-horizontal>.swiper-pagination-bullets,
.works_single_photos .swiper-pagination-custom, .swiper-pagination-fraction {
    position: static;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 10px auto 0;
    display: flex;
    /* justify-content: flex-start; */
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.works_single_photos .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    flex-shrink: 0;
    /* width: 10%; */
    width: 100px;
    border: 2px solid #00A199;
    border-radius: 0;
    height: 70px;
    /* margin: 10px calc(10% / 9 / 2) 0; */
    margin: 10px 5.5px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.works_single_photos .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:focus:not(:focus-visible) {
    outline: 0;
}

.works_single_photos .swiper-pagination-bullet-active {
    background-color: #ffffff;
}


.works_single_detail {
    margin-top: 50px;
}

.works_single_backbtn {
    text-align: right;
}

.works_single_backbtn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 158px;
    height: 50px;
    padding: 0 0 0 10px;
    margin: 20px 0 0 0;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    background-image: url(../img/header_contact_bg_normal.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;

    transition: background-image .25s;
}

.works_single_backbtn a:hover {
    background-image: url(../img/header_contact_bg_hover.svg);

    transition: background-image .25s;
}




/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */
.recruit_body .cmn_mainimg::after {
    background-image: url(../img/recruit_main.jpg)
}



.recruit_topmsg li:nth-of-type(2n-1) .feature_list_imgbox > div::after {
    background-image: url(../img/recruit_photo01.jpg);
}

.recruit_topmsg .feature_list_txtbox dt div {
    min-height: 176px;
    padding: 90px 0 0 0;
    font-size: 7.0rem;
}

.recruit_topmsg .feature_list_txtbox dt div::first-letter {
    color: #F29600;
}

.recruit_topmsg .feature_list_txtbox dd {
    padding-left: 30px;
    padding-right: 10px;
}

.recruit_topmsg_detail > strong {
    display: inline-block;
    padding: 0 0 6px 0;
    border-bottom: 1px solid currentColor;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.recruit_topmsg_detail > strong ~ strong {
    margin: 35px 0 0 0;
}

.recruit_topmsg_detail > p {
    padding: 10px 0 0 10px;
    letter-spacing: 0;
    /* line-height: 1.9; */
}

.recruit_cond {
    margin-top: 100px;
}





/* company /////////////////////////////////////////////////////////////////////////////////////////// */
.company_body .cmn_mainimg::after {
    background-image: url(../img/co_main.jpg)
}

.company_body .cmn_wrapper {
    padding-bottom: 0;
}

.company_map {
    position: relative;
    height: 400px;
    margin: 50px 0 0 0;
    overflow: hidden;
}

.company_map > iframe {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}


/* contact /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_body .cmn_mainimg::after {
    background-image: url(../img/contact_main.jpg)
}

.contact_info {
    position: relative;
}

.contact_info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: calc(500px + 50vw);
    height: 100%;
    background-color: #00A199;
    background-image:
        url(../img/contact_info_sankaku_green.svg),
        url(../img/contact_info_sankaku_white.svg);
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        right top,
        left bottom -1px;
    background-size:
        auto 100%,
        auto 100%;
    opacity: 0.9;
}

.contact_info_inner {
    position: relative;
    padding: 40px 0 50px 20%;
    margin: 0 auto;
    color: #ffffff;
    font-weight: 500;
}

.contact_info_inner .name {
    font-size: 3.6rem;
}

.contact_info_inner .tel {
    margin: 25px 0 0 0;
}

.contact_info_inner .tel a {
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 2.8rem;
}

.contact_info_inner .tel small {
    display: inline-block;
    font-size: 1.5rem;
}

.contact_info_inner .fax {
    margin: 4px 0 0 0;
}

.contact_info_inner .fax span {
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 2rem;
}

.contact_info_inner .fax small {
    display: inline-block;
    font-size: 1.5rem;
}

.contact_info_inner address {
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 1.5rem;
}

.contact_note {
    max-width: 800px;
    margin-top: 70px;
}

.contact_form {
    margin-top: 60px;
}

.contact_form_list > div dt {
    justify-content: space-between;
    letter-spacing: 0.05rem;
}

.contact_form_list > div dt span {
    flex-shrink: 0;
    display: inline-block;
    padding: 1px 6px;
    margin: 0 0 0 5px;
    color: #FFFFFF;
    font-size: 1.2rem;
    background-color: #F29600;
}

.contact_form_list #zip,
.contact_form_list #fax,
.contact_form_list #tel,
.contact_form_list #toiawase {
    width: 300px;
}

.contact_form_list #company,
.contact_form_list #addr,
.contact_form_list #username {
    width: 100%;
}

.contact_form_list #mail0 {
    display: inline-block;
    width: 100%;
    max-width: 600px;
}

.contact_form_list #mail1 {
    display: inline-block;
    width: calc(100% - 80px);
    max-width: 600px;
    margin: 14px 0 0 0;
}

.contact_form_list #mail1 ~ span {
    display: inline-block;
    margin: 10px 0 0 0;
    color: #F29600;
    letter-spacing: 0;
    vertical-align: middle;
}

.contact_form_list #addr {
    display: inline-block;
    margin: 14px 0 0 0;
}


.contact_form_list #message {
    width: 100% !important;
    height: 170px !important;
}


#contactButton {
    padding: 0 0 3px 3px;
    overflow: hidden;
}

#contactButton > div {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

/* mfp */
#contactButton button[type="reset"],
#contactButton button[type="submit"] {
    transform: skew(27deg);
    transform-origin: 100% 0%;
    display: inline-block;
    padding: 15px 0;
    border: 0;
    font-size: 1.4rem;
    font-weight: 300;
    transition:
        color .25s,
        background-color .25s,
        box-shadow .25s;
}

#contactButton button[type="reset"] {
    width: 66%;
    max-width: 158px;
    margin: 0 10px 0 0;
    color: #00A199;
    background-color: #E5F6F5;
}

#contactButton button[type="submit"] {
    width: 100%;
    max-width: 258px;
    color: #ffffff;
    background-color: #00A199;
}

#contactButton button[type="reset"]:hover {
    color: #F29600;
    background-color: #FEF4E5;
    box-shadow: -2px 3px 0px 0 #E5F6F5;
}

#contactButton button[type="submit"]:hover {
    color: #ffffff;
    background-color: #F29600;
    box-shadow: -1px 2px 0px 0 #00A199;
}

#contactButton button span {
    display: inline-block;
    transform: skew(-27deg);
    transform-origin: 100% 0%;
}

div#mfp_overlay {
  color: #231815; /* mfp上書き */
}
/* /end */



/* link /////////////////////////////////////////////////////////////////////////////////////////// */
.link_body .cmn_mainimg::after {
    background-image: url(../img/link_main.jpg)
}

.link_list {
    max-width: 800px;
}

.link_list li {
    margin: 10px 0 0 0;
}

.link_list a {
    display: inline-block;
    color: #00A199;
    font-size: 2.0rem;
    font-weight: 700;
}


/* news /////////////////////////////////////////////////////////////////////////////////////////// */
.news_body .cmn_mainimg::after {
    background-image: url(../img/feature_main.jpg)
}









