@charset "UTF-8";


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

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

h1, h2, h3{
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
}

.cmn_center{
    text-align: center;
    margin: 0 auto;
}
/* main.cssの透過効果打ち消し */
a.opacityNone:hover,
.XXXXX a
{
    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;
}

/* フォントファミリー */
.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;
}

.font_cormorant {
    font-family: 'Cormorant Garamond', serif;
}

.font_shippori{
    font-family: 'Shippori Mincho B1', serif;
}

#wrapper {
    overflow: hidden;
}


/* SUBメインタイトル */
.cmn_mainimg{
    width: 100%;
    height: 400px;
    margin-bottom: 80px;
    background-image: url(../img/top_main.jpg);
    background-position:  center;
    background-size: cover;
}

.cmn_maintitle{
    width: 150px;
    height: 300px;
    position: relative;
    background-color: rgba(0,130,131,.8);
    margin: 0 auto;
    transform: translateY(180px);
}

.cmn_maintitle>div{
    width: 140px;
    height: 290px;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    border: solid 1px #ffffff;
}

.cmn_maintitle>div>h1{
    font-size: 24px;
    color: #ffffff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    margin: 0 auto;
    height: 290px;
    display: inline-block;
    letter-spacing: 3px;
}

/* 背景色 */
.cmn_bg_01{
    background-color: #f2f2f2;
}

/* cmn_contact */
.cmn_contact{
    width: 800px;
    margin: 0 auto;
    border-top: solid 1px #008283;
    border-bottom: solid 1px #008283;
    padding: 50px 30px;
    background-image: url(../img/cmn_character.png);
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: 120px;
    margin-bottom: 200px;
}

.cmn_contact p{
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.cmn_contact .contact_info{
    display: flex;
    justify-content: flex-end;
}

.cmn_contact_tel>a{
    display: block;
    color: #008283;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}

.cmn_contact_tel>a>span{
    font-size: 36px;
}

.cmn_contact_tel>small{
    display: block;
    text-align: center;
}

.cmn_contact .contact_info .cmn_btn{
    margin-left: 50px;
}

/* SUBページ共通セクションボックス */
.cmn_boxouter{
    padding: 150px 0 140px;
}

/* 見出し1st（下線付き） */
.cmn_tit_1st{
    text-align: center;
    font-size: 4.2rem;
    position: relative;
    line-height: 4.2rem;
    margin-bottom: 100px;
}

.cmn_tit_1st::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    display: block;
    width: 100px;
    height: 1px;
    background-color: #008283;
}

/* 共通ボタン */
.cmn_btn {
    text-align: center;
}

.cmn_btn a {
    display: inline-block;
    line-height: 60px;
    background-color: #fb9954;
    color: #ffffff;
    word-break: break-all;
    width: 200px;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: bold;
}

/* サブページページャー */

.cmn_pager{
    display: flex;
    justify-content: center;
}
.cmn_pager .cmn_btn a{
    line-height: 40px;
    width: 40px;
    opacity: 0.7;
}

.cmn_pager .cmn_btn{
    padding: 0 10px;
}

.cmn_pager .cmn_btn a:hover{
    opacity: 1;
}

.cmn_pager .cmn_btn.current a{
    opacity: 1;
}

.cmn_pager .cmn_btn .prev,
.cmn_pager .cmn_btn .next{
    width: 60px;
}


/* 表形式dlリスト */
.cmn_dl > div {
    display: flex;
    padding: 30px 0;
    border-bottom: solid 1px #b3b3b3;
}

.cmn_dl > div > dt {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 25%;
    padding-left: 30px;
    line-height: 20px;

}

.cmn_dl > div > dd {
    width: 75%;
    line-height: 20px;
    padding-right: 30px;
}

.news_dl > div {
    padding:0;
}

.news_dl > div > dt{
    width: 150px;
}

.news_dl > div > dd{
    width: 100%;
    padding-right: 0;
}

.news_dl > div > dd > a{
    display: block;
    padding: 30px 60px 30px 0;
    background-image: url(../img/top_arr_r.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

/*基本の下マージン*/
.mgn30 {
	margin-bottom: 30px !important;
}

.mgn50 {
	margin-bottom: 50px !important;
}

.mgn80 {
	margin-bottom: 80px !important;
}

/* カテゴリータグ */
.cmn_category_tag{
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    background-image: url(../img/case_ico_tag.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    color: #008283;
    font-size: 1.3rem;
}

/* カテゴリーカラー */
.cmn_case_category_metal{
    background-color: #c8a480;
}
.cmn_case_category_arc{
    background-color: #6ca676;
}
.cmn_case_category_steel{
    background-color: #769c9e;
}
.cmn_case_category_other{
    background-color: #aeab9d;
}

/* header */
#header_modalmenu_check,
#header_modalmenu_area,
#header_modalmenu_close_bg,
.header_modalmenu_btn{
    display: none;
}

.header_infobar{
    height: 100px;
    background-color: #fff;
    padding: 0 20px 0 30px;
    display: flex;
    justify-content: space-between;
}

.header_logo{
    flex-shrink: 0;
    padding: 21px 0;
}
.header_logo a img{
    height: 58px;
    width: auto;
}

.header_nav{
    width: 100%;
    max-width: 750px;
}
.header_nav ul{
    display: flex;
}
.header_nav ul li{
    display: flex;
    width: 20%;
}
.header_nav ul li a{
    display: block;
    width: 100%;
    line-height: 100px;
    text-align: center;
}

.header_infobar .cmn_btn a{
    width: 170px;
    margin: 20px 0;
    padding-left: 30px;
    background-image: url(../img/header_contact_mail.svg);
    background-repeat: no-repeat;
    background-position: 25px center;
}

.header_menu_right {
    flex-shrink: 0;
    display: flex;
}

.header_menu_right>a {
        display: inline-block;
            margin: auto 0;
            margin-right: 20px;
}

.header_modalmenu_btn{
    display: none;
}

.cmn_btn_sp{
    display: none;
}

/* modalmenu */
#header_modalmenu_check {
    display: none;
}

.header_modalmenu_btn {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #008283;
    z-index: 20;
}

.header_modalmenu_btn .box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 22px;
}

.header_modalmenu_btn .box span {
    position: absolute;
    left: 0;
    top: calc((100% - 1px)/2);
    display: block;
    width: 100%;
    height: 1px;
    transition: transform .15s,
                opacity .15s;
    background-color: #FFFFFF;
}


.header_modalmenu_btn .top {
    transform: translateY(-10px);
}

.header_modalmenu_btn .bottom {
    transform: translateY(10px);
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .top {
    transform: rotate(45deg);
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .center {
    opacity: 0;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .bottom {
    transform: rotate(-45deg);
}


#header_modalmenu_check:checked ~ #header_modalmenu_close_bg {
    display: block;
}

.header_modalmenu_nav{
    display: none;
}

#header_modalmenu_check:checked ~ .header_modalmenu_nav {/*チェック入ってるとき ~ メニューが*/
    display: block;
    animation: .2s fadein;
}

.header_modalmenu_nav{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,.9);
    z-index: 25;
    padding: 90px 20px;
}

.header_modalmenu_nav>ul>li>a{
    display: block;
    width: 100%;
    border-bottom: solid 1px #008283;
    text-align: center;
    line-height: 3;
}

.header_modalmenu_nav_sns{
    margin-top: 50px;
    text-align: center;
}
.header_modalmenu_nav_sns>a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}


@keyframes fadein {
    from { opacity: 0; }/*追加*/
    to { opacity: 1; }/*追加*/
}

/* footer */
footer{
    background-color: #4d4d4d;
    color: #ffffff;
    padding: 50px 0 20px 0;

}

.footer_topbox>.cmn_maxbox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    width: 800px;
}

.footer_topbox_left{
    width: 330px;
}

.footer_logo{
    margin-bottom: 20px;
}

.footer_orginfo{
    margin-bottom: 40px;
}

.footer_topbox_right{
    width: 320px;
}

.footer_topbox_right>a {
    display: inline-block;
    /* margin: 50px auto 0 0; */
    margin-top: 50px;
    margin-right: 20px;
    text-align: right;
}

.footer_topbox_right>a>img {
    /* padding-right: 20px; */
}

.footer_menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_menu>li{
    width: 135px;
    margin-bottom: 10px;
}

.footer_menu>li>a{
    display: block;
    width: 100%;
    padding-left: 20px;
    background-image: url(../img/cmn_arr_r_orange.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.footer_btmbox {
    padding-bottom: 20px;
    text-align: center;
}

.footer_btmbox > small {
    display: block;
    margin: 15px 0 0 0;
    color: #999999;
    font-size: 1.2rem;
}

.footer_gotop {
    position: fixed;
    right: 50px;
    bottom: 340px;
    z-index: 20;
}


/* home /////////////////////////////////////////////////////////////////////////////////////////// */
/* home_mainimg */
.home_mainimg{
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}

.home_mainimg_item{
    width: 100%;
    height: calc(100vh - 100px);
    background-size: cover;
    background-position: center center;
    -webkit-animation: mainimg_slide 30s 0s ease-in infinite;
    animation: mainimg_slide 30s 0s ease-in infinite;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    background-image: url(../img/top_main_1.jpg);
}

.home_mainimg_item:nth-of-type(2) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    background-image: url(../img/top_main_2.jpg);
}

.home_mainimg_item:nth-of-type(3) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
    background-image: url(../img/top_main_3.jpg);
}


.home_mainimg_item:nth-of-type(4) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
    background-image: url(../img/top_main_4.jpg);
}

@keyframes mainimg_slide {
    0% {
        opacity: 0;
    }
    17% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale(1.2) ;
        z-index:9;
    }
    100% { opacity: 0 }
}

.home_mainimg h1{
    width: 170px;
    height: 460px;
    background-color: rgba(0,130,131,.8);
    border: solid 1px #ffffff;
    box-shadow: 0 0 0 5px rgba(0,130,131,.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 20;
}

.home_mainimg h1 img{
    padding: 60px 45px;
}

.top_scrolldown{
    color: #ffffff;
    position: absolute;
    top: calc(50% + 250px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}
.top_scrolldown a{
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
}
.top_scrolldown img{
    padding-right: 10px;
}

/* home subtitle */
.top_subtitle_container_green,
.top_subtitle_container_white{
    width: 150px;
    height: 300px;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    z-index: 10;
}

.top_subtitle_container_green>div,
.top_subtitle_container_white>div{
    width: inherit;
    height: inherit;
    position: relative;
    transform: translateY(-100%);
}
.top_subtitle_container_green>div{
    background-color: rgba(0,130,131,.8);
}
.top_subtitle_container_white>div{
    background-color: rgba(255,255,255,.8);
}

.cmn_maintitle_green,
.cmn_maintitle_white{
    width: 140px;
    height: 290px;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
}
.cmn_maintitle_green{
    border: solid 1px #ffffff;
}
.cmn_maintitle_white{
    border: solid 1px #008283;
}

.cmn_maintitle_green h2,
.cmn_maintitle_white h2{
    font-size: 24px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    margin: 0 auto;
    height: 300px;
    display: inline-block;
}
.cmn_maintitle_green h2{
    color: #ffffff;
}
.cmn_maintitle_white h2{
    color: #008283;
}

/* home_news */
.home_news{
    margin: 20px auto;
}
.home_newsbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_newsbox h2{
    color: #008283;
    font-size: 2rem;
    font-weight: 400;
}

.home_news .news_dl > div > dt{
    width: 120px;
    padding-left: 20px;
}

.home_news .news_dl > div:last-of-type {
    border: none;
}

.home_news .news_dl{
    width: 700px;
}

.home_news .news_dl > div > dd > a{
    padding: 20px 35px 20px 0;
    background-position: right 10px center;
}

.home_newsbox .cmn_btn a{
    width: 150px;
}

/*home_msg*/
.home_msg{
    background: linear-gradient( rgba(255,255,255,0), rgba(255,255,255,1)),
    url(../img/top_concept_bg.png);
    background-size: cover;
    background-position: center;
    padding: 70px 0 125px 0;
    margin-bottom: 80px;
}

.home_msg .txtbox{
    width: 100%;
    text-align: center;
}

.home_msg .txtbox p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 2px;
}

/* home_point */
.home_point{
    background-color: #008283;
    padding: 100px 0 70px 0;
    margin-bottom: 250px;
}

.home_point .cmn_maxbox{
    position: relative;
}

.home_point .top_subtitle_container_white{
    position: absolute;
    top: -100px;
    left: 50%;
}

.home_point ul{
    display: flex;
    justify-content: space-around;
    margin-bottom: 75px;
}

.home_point li{
    width: 266px;
    height: 266px;
}

.home_point li h3{
    width: 266px;
    height: 80px;
    background-color: rgba(0,0,0,.5);
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    line-height: 80px;
    transform: translateY(-100%) translateX(0);
}

/* home_instagram */
.home_instagram{
    background-color: #f2f2f2;
    padding: 220px 0 120px;
    margin-bottom: 250px;
}

.home_instagram .cmn_maxbox{
    position: relative;
}

.home_instagram .top_subtitle_container_green{
    top: -220px;
    left: 50%;
}

.home_instagram_list{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-width: 1400px;
}
.home_instagram_list_item{
    width: calc((100% - ((5 - 1) * 1.5%)) / 5);
    margin-right: 1.5%;
    margin-top: 1.5%;
}
.home_instagram_list_item:nth-of-type(5n){
    margin-right: 0;
}
.home_instagram_list_link{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}
.home_instagram_list_link:hover{
    opacity: 1;
}
.home_instagram_list_img{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s;
}
.home_instagram_list_link:hover .home_instagram_list_img{
    transform: scale(1.05);
}

/* home_case */
.home_case{
    background-color: #f2f2f2;
    padding: 220px 0 70px;
    margin-bottom: 250px;
}

.home_case .cmn_maxbox{
    position: relative;
}

.home_case .top_subtitle_container_green{
    top: -220px;
    left: 50%;
}

.home_case .cmn_maxbox>p{
    text-align: center;
    margin-bottom: 70px;
}

.home_case .home_case_item{
    margin-bottom: 45px;
    padding: 0 50px;
}

.home_case .home_case_item>li a{
    display: block;
    width: 450px;
}

.home_case .home_case_item>li figure{
    width: 450px;
    height: 300px;
}

.home_case .home_case_item li .txtbox{
    width: 350px;
    background-color: #f2f2f2;
    padding: 30px 30px 0 30px;
    margin-top: -70px;
    margin-left: 100px;
    position: relative;
}

.home_case .home_case_item li .txtbox small{
    color: #666666;
}

.home_case .home_case_item li .txtbox div{
    display: flex;
    justify-content: space-between;
}
.home_case .home_case_item li .txtbox p{
    margin: 10px 0 15px 0;
}

.home_case .home_case_item li .txtbox p{
    font-weight: bold;

}

.home_case .home_case_item li .txtbox span{
    display: inline-block;
    padding: 5px 15px;
    height: 29px;
    margin-left: 25px;
    font-weight: 400;
    font-size: 1.2rem;
    color: #ffffff;
    transform: translateY(-2px) translateX(0);
}
.home_case .cmn_category_tag li::after{
    content: "、";
}
.home_case .cmn_category_tag li:last-of-type:after{
    content: " ";
}

.home_case_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* home_about */
.home_about{
    position: relative;
    margin-bottom: 100px;
}
.home_about .top_subtitle_container_white{
    position: absolute;
    left: 50%;
    z-index: 15;
}

.home_about ul{
    display: flex;
}

.home_about a{
    display: block;
    max-width: 500px;
    height: auto;
}

.home_about ul li a{
    position: relative;
}

.home_about ul li a h3{
    width: 180px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #ffffff;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    background-color: rgba(0,130,131,.8);
    z-index: 10;
}

.home_about ul li a::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,130,131,.8);
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.home_about ul li a:hover,
.home_about ul li a:hover::after{
    opacity: 1;
}

.home_about ul li a:hover h3{
    background-color: transparent;
    transition: 0.2s ease-in-out;
}

/* home jquery */
.top_subtitle_slide_js_white,
.top_subtitle_slide_js_green{
    animation: titleshow 1.5s forwards;
}

.top_subtitle_slide_js_white::before,
.top_subtitle_slide_js_green::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 150px;
    height: 300px;
    animation: titleslide 1.5s forwards;
    z-index: 15;
}
.top_subtitle_slide_js_white::before{
    background-color: #ffffff;
}
.top_subtitle_slide_js_green::before{
    background-color: #008283;
}


@keyframes titleshow{
    0%{transform: translateY(-100%);}
    30%{ transform: translateY(-100%);}
    70%{transform: translateY(0%);}
    100%{transform: translateY(0);}
}
@keyframes titleslide {
    0%{transform: translateY(0%);}
    30%{ transform: translateY(0%);}
    70%{ transform: translateY(0%);}
    100%{transform: translateY(100%);}
  }

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

.news_body .news_dl{
    margin-bottom: 100px;
}

/* single */
.news_date {
    margin-bottom: 35px;
}

.news_text{
    margin-bottom: 130px;
}

.news_text p{
    margin-bottom: 20px;
}

.news_text img{
    margin-bottom: 20px;
}
/* point /////////////////////////////////////////////////////////////////////////////////////////// */
.point_body .cmn_mainimg{
    background-image: url(../img/point_main.jpg);
}

.point_about{
    margin-bottom: 120px;
}

.point_section:first-of-type{
    background: linear-gradient(180deg,#ffffff 0%,#ffffff 140px,#f2f2f2 140px,#f2f2f2 100%);
    padding-bottom: 70px;
}
.point_section:nth-of-type(2){
    background: linear-gradient(180deg,#f2f2f2 0%,#f2f2f2 80px,#ffffff 80px,#ffffff 100%);
}
.point_section:nth-of-type(3){
    background: linear-gradient(180deg,#f2f2f2 0%,#f2f2f2 210px,#ffffff 210px,#ffffff 100%);
    padding-top: 70px;
    padding-bottom: 40px;
}

.point_section > .cmn_maxbox{
    max-width: 1400px;
}

.point_section > div{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.point_section:nth-of-type(2n) > div{
    flex-direction: row;
}

.point_section > div > div{
    width: 600px;
    flex-shrink: 0;
    position: relative;
}

.point_section > div > figure{
    max-width: 600px;
}

.point_section > div > figure > img{
    width: 100%;
}

.point_section > div > div > div{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.point_section:nth-of-type(1) > div > div >figure{
    position: absolute;
    bottom: -50px;
    left: 72px;
}
.point_section:nth-of-type(2) > div > div >figure{
    position: absolute;
    bottom: -50px;
    right: 72px;
}
.point_section:nth-of-type(2n) > div > div > div{
    flex-direction: row;
}

.point_section > div > div > div > span{
    font-size: 10rem;
    line-height: 140px;
    color: #65aa52;
}

.point_section:nth-of-type(2) > div > div > div > span{
    color: #5d954d;
}

.point_section:nth-of-type(3) > div > div > div > span{
    color: #a7ad41;
}

.point_section > div > div > div > h2{
    font-size: 4.2rem;
    padding: 0 40px;
}

.point_section > div > div > p{
    padding: 0 60px 0 40px;
}
.point_section:nth-of-type(2n) > div > div > p{
    padding: 0 60px 0 40px;
}
/* company /////////////////////////////////////////////////////////////////////////////////////////// */
.company_body .cmn_mainimg{
    background-image: url(../img/company.jpg);
}

.company_greeting{
    display: flex;
    flex-direction: row-reverse;
    height: 750px;
    padding-bottom: 0;
}

.company_greeting_left{
    width: 700px;
    position: relative;
}

.company_greeting_left > figure{
margin-bottom: 30px;
}
.company_greeting_left > p{
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    font-size: 2.4rem;
}


.company_greeting_left > p > span{
    font-size: 1.8rem;
}
.company_greeting_left .cmn_bg_01{
    width: 500px;
    height: 470px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -5;
}

.company_greeting_right{
    width: 50%;
    background: linear-gradient(180deg,#ffffff 0%,#ffffff 140px,#f2f2f2 140px,#f2f2f2 100%);
}

.company_greeting_right > h2{
    width: 570px;
}
.company_greeting_right > p{
    width: 570px;
    padding: 70px 100px 0 100px;
}

.company_body .cmn_dl{
    margin-bottom: 70px;
}

.company_lisence{
    padding: 70px 60px 80px;
}

.company_lisence h3{
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.2rem;
}

.company_lisence > div{
    display: flex;
    flex-wrap: wrap;
}
.company_lisence > div > div{
    width: 33.333%;
    padding-right: 40px;
}

.company_lisence > div > div:last-of-type{
    padding-right: 0px;
}

.company_lisence > div > div > p{
    padding-left: 15px;
    background-image: url(../img/company_listpoint.svg);
    background-repeat: no-repeat;
    background-position: 0 7px;
    letter-spacing: -0.5px;
}

.company_history > .cmn_maxbox > div{
    padding-left: 30px;
    background-image: url(../img/company_history.svg);
    background-repeat: no-repeat;
    background-position: 120px 0;
}

.company_history > .cmn_maxbox > div > div{
    display: flex;
    line-height: 60px;
}

.company_history > .cmn_maxbox > div > div > .font_cormorant{
    font-size: 3.6rem;
    width: 220px;
}

.company_history > .cmn_maxbox > div > div > small{
    width: 150px;
}

.company_history > .cmn_maxbox > div > div:first-of-type > p{
    padding-left: 35px;
    background-image: url(../img/company_logo.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.company_body iframe{
    width: 100%;
}
/* service /////////////////////////////////////////////////////////////////////////////////////////// */
.service_body .cmn_mainimg{
    background-image: url(../img/service_main.jpg);
}

.service_body main > p{
    margin: 230px 0 180px;
}

.service_body .service_item{
    padding: 50px 0;
    margin-bottom: 70px;
}

.service_body .service_item:nth-of-type(3){
    margin-bottom: 0;
}

.service_item > div{
    display: flex;
    position: relative;
}

.service_item > div > div{
    width: 50%;
}

.service_item_left{
    position: relative;
}

.service_item_left h2{
    font-size: 3.2rem;
    color: #ffffff;
    width: 150px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
}
.service_item:first-of-type h2{
background-color: rgba(190,145,100,.8);
}
.service_item:nth-of-type(2) h2{
background-color: rgba(74,147,87,.8);
}
.service_item:nth-of-type(3) h2{
background-color: rgba(87,135,137,.8);
}

.service_item_right{
    padding-left: 50px;
}

.service_item_right p{
    margin-bottom: 35px;
}

.service_item_right span{
    font-size: 2.4rem;
}
.service_item:first-of-type span{
color: rgba(190,145,100,1);
}
.service_item:nth-of-type(2) span{
color: rgba(74,147,87,1);
}
.service_item:nth-of-type(3) span{
color: rgba(87,135,137,1);
}

.service_item_right li{
    padding-left: 20px;
    background-position: 0 center;
    background-repeat: no-repeat;
}
.service_item:first-of-type li{
    background-image: url(../img/service_listpoint_01.svg);
}
.service_item:nth-of-type(2) li{
    background-image: url(../img/service_listpoint_02.svg);
}
.service_item:nth-of-type(3) li{
    background-image: url(../img/service_listpoint_03.svg);
}

.service_item strong{
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 7.5rem;
    line-height: 1;
    font-weight: 800;
}
.service_item:first-of-type strong{
    color: #daccb6;
}
.service_item:nth-of-type(2) strong{
    color: #accdb0;
}
.service_item:nth-of-type(3) strong{
    color: #b1c8c4;
}

.service_body .service_area{
    padding: 180px 0 270px;
}
.service_area > div{
    width: 43%;
    background-color: #f2f2f2;
    margin-left: auto;
    display: flex;
    padding: 60px 0 100px;
    position: relative;
}
.service_area > div > div:nth-of-type(1){
    width: 130px;
    max-width: 130px;
}
.service_area > div > div:nth-of-type(2){
    max-width: 300px;
}

.service_area figure{
    width: 600px;
    height: auto;
    max-width: 600px;
    position: absolute;
    top: -100px;
    left: -570px;
}

/* company /////////////////////////////////////////////////////////////////////////////////////////// */
.company_body .cmn_mainimg{
    background-image: url(../img/company_main.jpg);
}
/* case /////////////////////////////////////////////////////////////////////////////////////////// */
.case_body .cmn_mainimg{
    background-image: url(../img/case_main.jpg);
}

.case_body .cmn_boxouter:nth-of-type(2){
    padding-bottom: 100px;
}

.case_search{
    background-color: #f2f2f2;
    padding: 25px 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.case_search:nth-of-type(2){
    padding-bottom: 7px;
}
.case_search > p{
    width: 250px;
    flex-shrink: 0;
    color: #008283;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.case_search:first-of-type > p{
    background-image: url(../img/case_ico_loupe.svg);
}
.case_search:nth-of-type(2) > p{
    background-image: url(../img/case_ico_tag.svg);
    padding-bottom: 18px;
    background-position: 0 6px;
}
.case_search > form{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.case_search > form > input{
    border: none;
    line-height: 30px;
    width: calc(100% - 80px);
    padding: 0 20px;
}
.case_search > form > button{
    background-color: #fb9954;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0 10px;
    line-height: 30px;
    color: #ffffff;
}
.case_search > ul{
    display: flex;
    flex-wrap: wrap;
}
.case_search > ul > li >a{
    display: block;
    padding: 5px 10px;
    margin: 0 10px 18px 0;
    background-color: #ffffff;
    color: #008283;
}

.case_select > ul{
    display: flex;
    justify-content: space-between;
}
.case_select > ul > li{
    width: 22%;
}
.case_select > ul > li > a{
    display: block;
    width: 100%;
    line-height: 130px;
    background-color: #ccc;
    text-align: center;
    font-size: 2.4rem;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center center;
}

.case_select > ul > li:nth-of-type(1) > a{
    background: linear-gradient(rgba(190, 145, 100, 0.8), rgba(190, 145, 100, 0.8)),url(../img/case_cat_metal.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center center;
}
.case_select > ul > li:nth-of-type(2) > a{
    background: linear-gradient(rgba(87, 135, 137, 0.8), rgba(87, 135, 137, 0.8)),url(../img/case_cat_steel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center center;
}
.case_select > ul > li:nth-of-type(3) > a{
    background: linear-gradient(rgba(74, 147, 87, 0.8), rgba(74, 147, 87, 0.8)),url(../img/case_cat_arc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center center;
}
.case_select > ul > li:nth-of-type(4) > a{
    background: linear-gradient(rgba(157, 153, 136, 0.8), rgba(157, 153, 136, 0.8)),url(../img/case_cat_other.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center center;
}


.case_body .case_list{
    padding: 0 0 120px 0;
}

.case_list > ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.case_item{
    width: 48%;
    margin-bottom: 40px;
}
.case_item > a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    padding: 25px;
    position: relative;
}
.case_item_top{
    margin-bottom: 25px;
}
.case_item_top h3{
    line-height: 24px;
    width: calc(100% - 105px);
}
.case_new{
    display: inline-block;
    font-size: 1.2rem;
    color: #ffffff;
    width: 60px;
    background-color: #c1272d;
    text-align: center;
    font-weight: 400;
    margin-left: 10px;
}
.case_item > a > span{
    display: block;
    width: 80px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 25px;
}

.case_item_bottom{
    display: flex;
}
.case_item_bottom figure{
    width: 240px;
    height: 180px;
}
.case_item_bottom figure img{
    object-fit: cover;
    width: 100%;
    height: 100%
}
.case_item_bottom > div{
    width: 190px;
    padding-left: 20px;
    /* flex-shrink: 0; */
}
.case_item_bottom > div > small{
    display: block;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.case_item_bottom > div > p {
    margin-bottom: 10px;
}
.case_item_bottom .cmn_category_tag li::after{
    content: "、";
}
.case_item_bottom .cmn_category_tag li:last-of-type:after{
    content: " ";
}
/* single */
.case_single{
    padding-bottom: 100px;
}
.case_single small{
    display: block;
    color: #666666;
    margin-bottom: 25px;
}
.case_single .cmn_category_tag{
    margin-bottom: 15px;
}
.case_single span{
    display: block;
    width: 60px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.case_single span a{
    display: block;
    width: 100%;
}
.case_mainimg{
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.case_text{
    margin-bottom: 110px;
}
.case_text p{
    margin-bottom: 20px;
}
.case_img{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: space-between;
}
.case_img > li{
    width: 30%;
    margin-bottom: 50px;
    height: 200px;
    overflow: hidden;
}
.case_img:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
.case_img > li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case_img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.case_body .cmn_contact{
    margin-bottom: 160px;
}
.case_back{
    padding-top: 130px;
}
/* contact /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_body .cmn_mainimg{
    background-image: url(../img/contact_main.jpg);
}
.contact_01{
    padding-bottom: 0;
}
.contact_01 > .cmn_maxbox > div{
    max-width: 600px;
    margin: 0 auto;
    border-top: solid 1px #008283;
    border-bottom: solid 1px #008283;
    text-align: center;
    padding: 40px 0;
}
.contact_01 > .cmn_maxbox > div > h3{
    margin-bottom: 18px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
}
.contact_01 > .cmn_maxbox > div > p{
    font-size: 3.2rem;
    line-height: 32px;
    letter-spacing: 3px;
}
.contact_01 > .cmn_maxbox > div > p >span{
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0;
}

.contact_01 > .cmn_maxbox > div > small:first-of-type{
display: block;
margin-bottom: 10px;
}

.contact_02 p{
    margin-bottom: 60px;
}
.contact_attention{
    color: #c1272d;
}

.contact_form > dl > div{
    display: block;
    padding: 0 0 20px;
    border: none;
}
.contact_form > dl > div > dt{
    margin-bottom: 15px;
    padding-left: 0;
    font-weight: 600;
}
.contact_form > dl > div > dd{
    padding-right: 0;
    position: relative;
}

.contact_form > dl > div > dd > select{
    -webkit-appearance: textfield;
    border: none;
    background-color: #f4f5f6;
    margin-bottom: 10px;
    width: 300px;
    padding: 8.5px 25px;
    line-height: 20px;
    color: #939393;
    appearance: none;
}

.contact_form > dl > .form_select > dd:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.1px 7px 0 7px;
    border-color: #4d4d4d transparent transparent transparent;
    content: "";
    position: absolute;
    left: 270px;
    top: 15px;
    z-index: 10;
    pointer-events: none;
}

.contact_form > dl > div > dd > input{
    border: none;
    background-color: #f4f5f6;
    margin-bottom: 10px;
    line-height: 40px;
    width: 100%;
    padding: 0 25px;
}
.contact_form > dl > div > dd > .input03{
    width: 50%;
}
.form_mail dd span{
    display: block;
    font-size: 1.2rem;
    color: #c1272d;
    text-align: right;
}
.contact_form > dl > div > dd > .input05{
    width: 200px;
}
.contact_form > dl > div > dd > textarea{
    border: none;
    background-color: #f4f5f6;
    width: 100% !important;
    height: 250px !important;
    padding: 10px 25px;
    margin: 0 0;
}
#contactButton{
    text-align: center;
}
#contactButton button{
border: none;
width: 200px;
height: 60px;
color: #ffffff;
margin: 80px 0;
background: none;
border-radius: 0;
}
#contactButton button:first-of-type{
background-color: #4d4d4d;
margin-right: 100px;
}
#contactButton button:last-of-type{
background-color: #c1272d;
}

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

.link_body .cmn_boxouter{
    padding-bottom: 250px;
}

.link_body .cmn_dl > div > dt a{
    color: #008283;
    padding-right: 30px;
}

