@charset "utf-8";
/*
Theme Name: watanabe
Theme URI: 
Description: 渡部産業株式会社
Author: 
Version: 20250415
Tags: 
*/

/* scroll */
html {
    scroll-behavior: smooth;
}

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/* ゴシック */
.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
}
/* 明朝 */
.noto-serif-jp {
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
}

/* --------------------------------------
 * 共通
 * -------------------------------------- */
body {
    font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo;
	font-size: 16px;
    color: #323232;
    background-color: #f5f2e9;
}
a {
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
.img-responsive {
	height: auto;
	max-width: 100%;
}
.viotxt {
	vertical-align: bottom;
}

/* entry */
ol,
ul {
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}
p {
}
sup {
	font-size: 0.7em;
	vertical-align: super;
}
.bold {
	font-weight: bold;
}
.pink {
    color: #ea6da4;
}

/* フォーム */
.hissu {
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    color: #c1272d;
}
.small {
	font-size: 0.8em;
}


/* --------------------------------------
 * スマートフォン (768pxまで）
 * -------------------------------------- */
@media only screen and (max-width: 768px) {
    body {
    }
    .pc_dsp {
        display: none;
    }
    .sp_dsp {
    }

	/* Header */
    #wrap_header {
        display: none;
    }
    .mobile_header {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 70px;
        box-sizing: border-box;
        z-index: 99;
        position: fixed;
        background-color: #ffffff;
    }
    .mobile_header h1 {
        width: 190px;
        height: 40px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 15px;
        left: 10px;
    }
    .mobile_header h1 a {
        background-image: url('images/header_logo.png');
        background-position: 0 center;
        background-repeat: no-repeat;
        width: 190px;
        height: 39px;
        margin: 0;
        padding: 0;
        display: block;
        text-indent: -9999px;
    }

    .mobile_header #toggle {
        position: fixed;
        top: 20px;
        right: 20px;
    }
    .mobile_header #toggle-box {
        position: relative;
        width: 30px;
        height: 25px;
        cursor: pointer;
    }
    .mobile_header #toggle-box > span {
        width: 100%;
        height: 3px;
        left: 0;
        display: block;
        background: #000;
        position: absolute;
        transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
    }
    .mobile_header #toggle-box > span:nth-child(1) {
        top: 0;
    }
    .mobile_header #toggle-box > span:nth-child(2) {
        top: 48%;
        transform: translatey(-50%);
    }
    .mobile_header #toggle-box > span:nth-child(3) {
        bottom: 0;
    }
    .mobile_header #toggle {
        z-index: 1000;
    }
    .mobile_header #nav-content {
        z-index: 900;
        overflow: auto;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .mobile_header #nav-content ul {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 30px;
        margin-right: 30px;
        padding: 0;
    }
    .mobile_header #nav-content ul li {
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        list-style-type: none;
        text-align: center;
    }
    /*
    .mobile_header #nav-content ul li:not(:first-child)::before {
        height: 7px;
    }
    */
    .mobile_header #nav-content a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        transition: opacity .6s ease;
    }
    .mobile_header #nav-content ul li.contact {
        margin-top: 15px;
        color: #ffffff;
        border: none;
        background-color: #ffa310;
    }

    .is-open {
        overflow: hidden;
    }
    .is-open #toggle-box > span {
        background: #fff;
    }
    .is-open #toggle-box > span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg) translatey(-50%);
    }
    .is-open #toggle-box > span:nth-child(2) {
        width: 0;
    }
    .is-open #toggle-box > span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg) translatey(-50%);
    }
    .is-open #nav-content {
        z-index: 999;
        transform: translateX(0);
    }
    .overlay {
        background: rgba(0,0,0,0.5);
        height: 100vh;
    }
	
    /* content */
	#wrap {
		margin: 0;
        padding-top: 70px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
	article {
		margin: 0;
        padding: 0;
    }
	section {
		margin: 0;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 0;
        padding-right: 0;
    }

    a.anchor {
        display: block;
        margin-top: -115px;
        padding-top: 115px;
        height: 0;
    }

	.alignleft {
		display: block;
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.alignright {
        text-align: right;
		display: block;
		margin-top: 5px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.aligncenter {
		text-align: center;
		display: block;
		padding: 0px;
		margin-left: auto;
		margin-bottom: 10px;
		margin-right: auto;
		margin-top: 5px;
	}

	section img {
		height: auto;
		max-width: 100%;
	}

    /* パンクズ */
    .breadcrumb {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        font-size: 14px;
    }
    .breadcrumb ul {
        margin: 0;
        padding: 0;
    }
    .breadcrumb ul li {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 12px;
        list-style-type: none;
        line-height: 20px;
        float: left;
    }
    .breadcrumb ul li a {
        margin: 0;
        padding: 0;
        text-decoration: none;
        display: block;
        color: #323232;
    }
    .breadcrumb ul li a:hover {
        opacity: 0.7;
    }

    /* 共通 */
    article h2 {
        font-size: 35px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        position: relative;
        text-align: center;
        margin-top: 0;
        margin-bottom: 70px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .page_header {
        display: none;
    }

    .link {
        width: 280px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .link a {
        width: 280px;
        margin: 0;
        padding: 0;
        line-height: 60px;
        display: block;
        color: #ffffff;
        background-color: #c85828;
        text-align: center;
        border-radius: 30px;
        text-decoration: none;
    }
    .link a:hover {
        opacity: 0.7;
    }
    .link a.arrow{
        position: relative;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 16px;
        color: #ffffff;
        vertical-align: middle;
        text-decoration: none;
    }
    .link a.arrow::before,
    .link a.arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .link a.arrow::before {
        right: 15px;
        box-sizing: border-box;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-left: 6px solid #ffffff;
    }

	.br-sp {
    display: none;
}

@media (max-width: 400px) {
    .br-sp {
        display: block;
    }
}
	
    /* ホーム */
    #home_header {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #home_header .slider {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #home_header .slider .img {
        width: 100%;
        height: 100%;
        position: relative;
    }
    #home_header .slider .img h2 {
        font-size: 30px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        line-height: 1.3em;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        color: #ffffff;
        z-index: 9;
    }
    #home_header .slider .img h3 {
        font-size: 16px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        position: absolute;
        top: 48%;
        left: 0;
        right: 0;
        color: #ffffff;
        z-index: 9;
    }
    @keyframes zoomUp {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.15);
        }
    }
    .swiper-home .swiper-slide-active .swiper-img,
    .swiper-home .swiper-slide-duplicate-active .swiper-img,
    .swiper-home .swiper-slide-prev .swiper-img {
        animation: zoomUp 10s linear 0s normal both;  
    }
    .swiper-slide img {
        width: 100%;
        height: auto;
    }

    article.toppage {
        overflow: hidden;
    }

    article.toppage h2 {
        font-size: 30px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    article.toppage h3 {
        font-size: 18px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 80px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        position: relative;
    }
    article.toppage h3::before {
        content: '';
        width: 30px;
        height: 5px;
        display: inline-block;
        background-color: #969696;
        position: absolute;
        top: -15px;
        left: calc(50% - 15px);
    }
    article.toppage h3::after {
        content: '';
        width: 30px;
        height: 5px;
        display: inline-block;
        background-color: #969696;
        position: absolute;
        bottom: -20px;
        left: calc(50% - 15px);
    }
    article.toppage h4 {
        font-size: 25px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        line-height: 1.2em;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    article.toppage .news {
        margin-top: 100px;
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #ffffff;
    }
    article.toppage .news h2 {
        margin-bottom: 50px;
    }
    article.toppage .news ul {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        border-top-color: #323232;
        border-top-style: solid;
        border-top-width: 1px;
    }
    article.toppage .news ul li {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        list-style-type: none;
        border-bottom-color: #323232;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        line-height: 1.5em;
    }
    article.toppage .news ul li span.date {
        display: block;
        float: left;
    }
    article.toppage .news ul li span.category {
        width: 100px;
        margin-left: 15px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 0;
        padding-right: 0;
        font-size: 11px;
        text-align: center;
        color: #ffffff;
        display: block;
        float: left;
    }
    article.toppage .news ul li .cat_c1 {
        background-color: #c85828;
    }
    article.toppage .news ul li .cat_c2 {
        background-color: #27a3bd;
    }
    article.toppage .news ul li .cat_c3 {
        background-color: #ff0000;
    }
    article.toppage .news ul li .cat_c4 {
        background-color: #969696;
    }
    article.toppage .news ul li a {
        color: #323232;
        text-align: left;
        text-decoration: none;
        display: block;
        clear: both;
    }
    article.toppage .news ul li a:hover {
        opacity: 0.7;
    }
    article.toppage .news .more {
        width: 280px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    article.toppage .news .more a {
        width: 280px;
        margin: 0;
        padding: 0;
        line-height: 60px;
        display: block;
        color: #ffffff;
        background-color: #c85828;
        text-align: center;
        border-radius: 30px;
        text-decoration: none;
    }

    article.toppage .about {
    }
    article.toppage .about h2 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: inline-block;
        left: calc(50% - 17.5px);
    }
    article.toppage .about .photo {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.toppage .about .text {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        line-height: 1.8em;
    }
    article.toppage .about .icon {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    article.toppage .about .icon ul {
        width: 300px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    article.toppage .about .icon ul li {
        display: block;
        list-style-type: none;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.toppage .about .icon ul li a {
        width: 300px;
        height: 170px;/*191px;*/
        display: block;
        margin: 0;
        padding-top: 70px;
        padding-bottom: 0;
        padding-left: 140px;
        padding-right: 0;
        text-align: center;
        color: #323232;
        font-size: 18px;
        box-sizing: border-box;
    }
    article.toppage .about .icon ul li a.icon1 {
        background-image: url('images/home_about2.png');
        background-position: left 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    article.toppage .about .icon ul li a.icon2 {
        background-image: url('images/home_about3.png');
        background-position: left 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    article.toppage .about .icon ul li a.icon3 {
        background-image: url('images/home_about4.png');
        background-position: left 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    article.toppage .about .icon ul li a.arrow{
        position: relative;
        text-decoration: none;
    }

    article.toppage .service {
        width: 100%;
    }
    article.toppage .service h2 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: inline-block;
        left: calc(50% - 17.5px);
    }
    article.toppage .service .left {
        margin: 0;
        padding-top: 0;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
        background-color: #ffffff;
    }
    article.toppage .service .right {
        margin: 0;
        padding-top: 0;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
        background-color: #ffffff;
    }
    article.toppage .service .photo {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.toppage .service .photo img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
    }
    article.toppage .service .text {
        line-height: 1.5em;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    article.toppage .works {
    }
    article.toppage .works h2 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: inline-block;
        left: calc(50% - 17.5px);
    }
    article.toppage .works .resultslider {
        width: 100%;
        margin-bottom: 50px;
    }
    article.toppage .works .resultslider .img {
        position: relative;
    }
    article.toppage .works .resultslider .img .r-box {
        width: 240px;
        margin: 0;
        padding: 0;
    }
    article.toppage .works .resultslider .img .r-box .r-img {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.toppage .works .resultslider .img .r-box .r-img img {
        width: 240px;
        height: 240px;
    }
    article.toppage .works .resultslider .img .r-box .r-category {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        width: 150px;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        background-color: #646464;
    }
    article.toppage .works .resultslider .img .r-box .r-date {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-size: 13px;
    }
    article.toppage .works .resultslider .img .r-box .r-title {
        margin: 0;
        padding: 0;
    }
    article.toppage .works .resultslider .img .r-box .r-title a {
        color: #323232;
        text-decoration: none;
        line-height: 1.3em;
    }
    article.toppage .works .resultslider .img .r-box .r-title a:hover {
        opacity: 0.7;
    }

    article.toppage .recruit {
        width: 100%;
    }
    article.toppage .recruit a {
        width: 100%;
        height: 0;
        margin: 0;
        padding-top: 34.28%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        color: #ffffff;
        display: block;
        overflow: hidden;
    }
    article.toppage .recruit a::after {
        position: absolute;
        content: "";
        display: block;
        background-image: url('images/home_recruit@2x-min.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transition: all .8s ease;
    }
    article.toppage .recruit a:hover::after {
        transform: scale(1.1);
    }
    article.toppage .recruit a .r1 {
        font-size: 23px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        line-height: 1.3em;
        text-align: left;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 10;
    }
    article.toppage .recruit a .r2 {
        font-size: 20px;
        text-align: left;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 10;
    }
    article.toppage .recruit a .arrow{
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 30px;
        vertical-align: middle;
        text-decoration: none;
    }
    article.toppage .recruit a .arrow::before,
    article.toppage .recruit a .arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    article.toppage .recruit a .arrow::before {
        width: 25px;
        height: 25px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #c85828;
    }
    article.toppage .recruit a .arrow::after{
        right: 4px;
        box-sizing: border-box;
        width: 5px;
        height: 5px;
        border: 5px solid transparent;
        border-left: 5px solid #fff;
    }

    /* ページ共通 */
    h2.main_title {
        font-size: 30px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    h2.main2_title {
        font-size: 22px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    h3.sub_title {
        font-size: 18px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 70px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        border-left-color: #969696;
        border-left-style: solid;
        border-left-width: 4px;
        border-right-color: #969696;
        border-right-style: solid;
        border-right-width: 4px;
        width: 150px;
    }

    /* 渡部産業とは */
    .page_header_about {
        background-image: url('images/sp/about_photo.png');
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin: 0;
        padding-top: 114.94%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .page_header_about .text {
        position: absolute;
        font-size: 25px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        color: #ffffff;
        margin: 0;
        padding: 0;
        top: 25%;
        left: 10px;
    }
    article.about {
    }
    article.about section {
        margin-left: 10px;
        margin-right: 10px;
    }
    article.about .about01 {
    }
    article.about .about01 .caption {
        line-height: 1.8em;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        text-align: center;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
    }
    article.about .about01 .name1 {
        margin-top: 30px;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
    }
    article.about .about01 .name2 {
        font-size: 30px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    article.about .about02 {
    }
    article.about .about02 .ava {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        width: 150px;
    }
    article.about .about02 .ava h4 {
        font-size: 30px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        border-bottom-color: #c8c8c8;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    article.about .about02 .ava h5 {
        font-size: 14px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.about .about02 dl {
        width: 100%;
        display:flex;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        border-top-color: #646464;
        border-top-style: solid;
        border-top-width: 1px;
        float: right;
    }
    article.about .about02 dl dt {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        width: 35%;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-weight: normal;
        text-align: left;
        line-height: 1.5em;
        box-sizing: border-box;
    }
    article.about .about02 dl dd {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 20px;
        width: 65%;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        text-align: left;
        line-height: 1.5em;
        box-sizing: border-box;
        position: relative;
    }
    article.about .about02 dl dd::before {
        content: "";
        width: 10px;
        height: auto;
        display: inline-block;
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: -15px;
        border-left-color: #646464;
        border-left-style: solid;
        border-left-width: 1px;
    }
    article.about .about02 dl.history dt {
        width: 50%;
    }
    article.about .about02 dl.history dd {
        width: 50%;
    }
    article.about .about02 .about-c1 {
    }
    article.about .about02 .about-c2 {
    }
    article.about .about02 .about-c1 .about-c1-p,
    article.about .about02 .about-c2 .about-c2-p {
        margin-bottom: 15px;
    }
    article.about .about02 .about-c1 .about-c1-t,
    article.about .about02 .about-c2 .about-c2-t {
        margin-bottom: 15px;
    }
    article.about .about02 .about-c1 dl,
    article.about .about02 .about-c2 dl {
        margin-bottom: 30px;
    }
    article.about .about02 .about-c1 dl dt,
    article.about .about02 .about-c2 dl dt {
        width: 30%;
    }
    article.about .about02 .about-c1 dl dd,
    article.about .about02 .about-c2 dl dd {
        width: 70%;
    }
    article.about .about02 .link {
    }
    article.about .about02 .about-sdgs {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.about .about02 .about-other {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: 0;
    }
    article.about .about02 .about-other dl {
        margin-top: 15px;
    }
    article.about .about02 .about-other dl dt {
        width: 50%;
        color: #fe8504;
    }
    article.about .about02 .about-other dl dd {
        width: 50%;
    }
    article.about .about02 .map {
        width: 100%;
        height: 400px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: 0;
        padding: 0;
        border-color: #999999;
        border-style: solid;
        border-width: 1px;
    }
    article.about .about02 .map iframe {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    article.about .about02 .about-aff-p {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
    }
    article.about .about02 .about-aff {
        margin: 0;
        padding: 0;
    }
    article.about .about02 .about-aff dl {
        margin-top: 15px;
    }
    article.about .about02 .about-aff dl dt {
        width: 30%;
    }
    article.about .about02 .about-aff dl dd {
        width: 70%;
    }
    article.about .about02 .company {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.about .about02 .company::after {
        content: "";
        display: block;
        clear: both;
    }

    article.about02 .about-aff .company {
        margin-top: 40px; /* 各会社ブロックの間に余白 */
    }
    article.about02 .about-aff .company-name {
        font-weight: bold;
        font-size: 1.1em;
        margin-bottom: 10px;
    }

	/* 事業案内-建設部門 */
    .page_header_construction {
        background-image: url('images/sp/service_photo.png');
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin: 0;
        padding-top: 114.94%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .page_header_construction .text {
        position: absolute;
        font-size: 25px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        color: #ffffff;
        margin: 0;
        padding: 0;
        top: 20%;
        left: 10px;
        right: 10px;
    }
    article.construction {
    }
    article.construction section {
    }
    article.construction .construction01 {
    }
    article.construction .sub_title {
        width: 250px;
    }
    article.construction .construction01 .caption {
        line-height: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    article.construction .construction02 {
    }
    article.construction .construction02 .service {
    }
    article.construction .construction02 .service h4 {
        font-size: 28px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    article.construction .construction02 .service .sub {
        font-size: 14px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        position: relative;
    }
    article.construction .construction02 .service .sub::before {
        content: '';
        width: 100px;
        height: 3px;
        display: inline-block;
        background-color: #c8c8c8;
        position: absolute;
        top: -10px;
        left: 0;
    }
    article.construction .construction02 .text {
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        line-height: 1.8em;
    }
    article.construction .construction02 .photo {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.construction .construction02 .slider {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        overflow: hidden;
    }
    article.construction .construction02 .slider .img {
        position: relative;
    }
    article.construction .construction02 .slider .img .r-box {
        width: 100%;/*240px;*/
        margin: 0;
        padding: 0;
    }
    article.construction .construction02 .slider .img .r-box .r-img {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.construction .construction02 .slider .img .r-box .r-img img {
        width: 100%;/*240px;*/
        height: auto;/*240px;*/
    }
    article.construction .construction02 .slider .img .r-box .r-category {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        width: 150px;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        background-color: #646464;
    }
    article.construction .construction02 .slider .img .r-box .r-date {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-size: 13px;
    }
    article.construction .construction02 .slider .img .r-box .r-title {
        margin: 0;
        padding: 0;
    }
    article.construction .construction02 .slider .img .r-box .r-title a {
        color: #323232;
        text-decoration: none;
        line-height: 1.3em;
    }
    article.construction .construction02 .slider .img .r-box .r-title a:hover {
        opacity: 0.7;
    }

    article.construction .construction03 {
    }
    article.construction .construction03 .cap {
        color: #27a3bd;
        font-size: 28px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        line-height: 1.2em;
        text-align: left;
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    article.construction .construction03 .photo {
        margin: 0;
        padding: 0;
    }
    article.construction .construction03 .service {
    }
    article.construction .construction03 .service h4 {
        font-size: 28px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 15px;
    }
    article.construction .construction03 .service .sub {
        font-size: 14px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        position: relative;
    }
    article.construction .construction03 .service .sub::before {
        content: '';
        width: 100px;
        height: 3px;
        display: inline-block;
        background-color: #c8c8c8;
        position: absolute;
        top: -10px;
        left: 0;
    }
    article.construction .construction03 .text {
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        line-height: 1.8em;
    }


    /* 事業案内-生産部門 */
    .page_header_product {
        background-image: url('images/sp/product_photo.png');
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        margin: 0;
        padding-top: 114.94%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .page_header_product .text {
        position: absolute;
        font-size: 25px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        color: #ffffff;
        margin: 0;
        padding: 0;
        top: 25%;
        left: 10px;
        right: 10px;
    }
    article.product {
    }
    article.product section {
    }
    article.product .sub_title {
        width: 250px;
    }
    article.product .product01 .caption {
        line-height: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    article.product .product02 {
    }
    article.product .product02 .service {
    }
    article.product .product02 .service h4 {
        font-size: 28px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    article.product .product02 .service h5 {
        font-size: 18px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    article.product .product02 .service .sub {
        font-size: 14px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 40px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        position: relative;
        word-break: break-all;
        word-wrap: break-word;
    }
    article.product .product02 .service .sub::before {
        content: '';
        width: 100px;
        height: 3px;
        display: inline-block;
        background-color: #c8c8c8;
        position: absolute;
        top: -10px;
        left: 0;
    }
    article.product .product02 .text {
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        line-height: 1.8em;
    }
    article.product .product02 .photo {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.product .product02 ul {
        height: auto;
        text-align: justify;
        vertical-align: top;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        font-size: 0;
    }
    article.product .product02 ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    article.product .product02 ul li {
        width: 48%;/*320px;*/
        height: auto;/*750px;*/
        display: inline-block;
        list-style-type: none;
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        vertical-align: top;
        font-size: 16px;
    }
    article.product .product02 ul li .photo {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.product .product02 ul li .photo img {
        width: 100%;
        height: auto;
    }
    article.product .product02 ul li h6 {
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-weight: 200;
        text-align: left;
    }
    article.product .product02 ul li p {
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.5em;
    }
    article.product .product02 ul li p.line {
        margin-top: 15px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        border-top-color: #646464;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    /* 施工実績 */
    .page_header_result {
        height: 150px;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .page_header_result .text {
        position: absolute;
        font-size: 30px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        top: 30px;
        left: 0;
        right: 0;
    }
    .page_header_result .text2 {
        font-size: 18px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        border-left-color: #969696;
        border-left-style: solid;
        border-left-width: 4px;
        border-right-color: #969696;
        border-right-style: solid;
        border-right-width: 4px;
        width: 250px;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
    }
    article.result {
    }
    article.result section {
        padding-top: 0;
    }
    article.result .resultform {
        display: inline-flex;
        align-items: center;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    article.result .resultform::after {
        position: absolute;
        left: 15px;
        width: 10px;
        height: 7px;
        background-color: #535353;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: '';
        pointer-events: none;
    }
    article.result .resultform select {
        appearance: none;
        min-width: 300px;
        height: 2.5em;
        font-size: 1.0em;
        padding-top: .5em;
        padding-bottom: .5em;
        padding-left: calc(1em + 30px);
        padding-right: 1em;
        border-width: 1px;
        border-style: solid;
        border-color: #d0d0d0;
        border-radius: 3px;
        background-color: #ffffff;
        color: #333333;
        cursor: pointer;
    }
    article.result ul {
        height: auto;
        text-align: justify;
        vertical-align: top;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        font-size: 0;
    }
    article.result ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    article.result ul li {
        width: 48%;/*320px;*/
        height: auto;/*450px;*/
        display: inline-block;
        list-style-type: none;
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        vertical-align: top;
        font-size: 16px;
    }
    article.result ul li .photo {
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.result ul li .photo img {
        width: 100%;
        height: auto;
    }
    article.result ul li .category {
        background-color: #646464;
        color: #ffffff;
        font-size: 11px;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 0;
        padding-right: 0;
        width: 150px;
        text-align: center;
    }
    article.result ul li .date {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.result ul li .title {
        font-size: 14px;
        line-height: 1.3em;
        margin: 0;
        padding: 0;
    }
    article.result ul li .title a {
        color: #323232;
        text-decoration: none;
    }
    article.result ul li .title a:hover {
        opacity: 0.7;
    }

    /* 採用情報 */
    .page_header_recruit {
        margin: 0;
        padding: 0;
    }
    .page_header_recruit .slider {
        position: relative;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
    }
    .page_header_recruit .slider .img {
        width: 100%;
        height: auto;/*500px;*/
        position: relative;
    }
    .page_header_recruit .slider .img img {
        width: 100%;
        height: auto;
    }
    .page_header_recruit .slider .img h3 {
        position: absolute;
        font-size: 22px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        color: #646464;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        top: 35%;
        left: 0;
        right: 0;
        z-index: 9;
    }
    article.recruit {
    }
    article.recruit section {
    }
    article.recruit .recruit01 {
    }
    article.recruit .recruit01 .caption {
        line-height: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    article.recruit .recruit02 {
    }
    article.recruit .recruit02 .ava {
        margin-top: 0;
        margin-bottom: 40px;
        margin-left: 10px;
        margin-right: 0;
        padding: 0;
        width: 200px;
    }
    article.recruit .recruit02 .ava h4 {
        font-size: 28px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        border-bottom-color: #c8c8c8;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    article.recruit .recruit02 .ava h5 {
        font-size: 14px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    article.recruit .recruit02 dl {
        display:flex;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        border-top-color: #646464;
        border-top-style: solid;
        border-top-width: 1px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    article.recruit .recruit02 dl dt {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        width: 35%;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-weight: normal;
        text-align: left;
        line-height: 1.5em;
        box-sizing: border-box;
    }
    article.recruit .recruit02 dl dd {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 20px;
        width: 65%;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        text-align: left;
        line-height: 1.5em;
        box-sizing: border-box;
        position: relative;
    }
    article.recruit .recruit02 dl dd::before {
        content: "";
        width: 10px;
        height: auto;
        display: inline-block;
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: -15px;
        border-left-color: #646464;
        border-left-style: solid;
        border-left-width: 1px;
    }

    /* お問い合せ */
    .page_header_contact {
        height: 150px;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .page_header_contact .text {
        position: absolute;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.0em;
        color: #c85828;
        text-align: center;
        margin: 0;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
        background-color: #ffffff;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
    }
    article.contact {
    }
    article.contact section {
        padding-top: 0;
    }
    article.contact h3 {
        font-size: 25px;
        font-weight: 200;
        line-height: 1.2em;
        text-align: left;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    article.contact .text {
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        line-height: 1.5em;
        text-align: left;
    }
    article.contact .contactform {
        padding: 20px;
        background-color: #ffffff;
        border-radius: 15px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    /* News */
    .page_header_news {
        height: 150px;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .page_header_news .text {
        position: absolute;
        font-size: 30px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        bottom: 20px;
        left: 0;
        right: 0;
    }
    article.news {
    }
    article.news section {
        padding-top: 0;
    }
    article.news ul {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        border-top-color: #323232;
        border-top-style: solid;
        border-top-width: 1px;
    }
    article.news ul li {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        list-style-type: none;
        border-bottom-color: #323232;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    article.news ul li .date {
        display: block;
        float: left;
    }
    article.news ul li .category {
        width: 100px;
        margin-left: 15px;
        margin-bottom: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        text-align: center;
        color: #ffffff;
        display: block;
        float: left;
    }
    article.news ul li .cat_c1 {
        background-color: #c85828;
    }
    article.news ul li .cat_c2 {
        background-color: #27a3bd;
    }
    article.news ul li .cat_c3 {
        background-color: #ff0000;
    }
    article.news ul li .cat_c4 {
        background-color: #969696;
    }
    article.news ul li a {
        color: #323232;
        text-align: left;
        text-decoration: none;
        display: block;
        clear: both;
    }
    article.news ul li a:hover {
        opacity: 0.7;
    }

    /* Result Single */
    .page_header_results {
        height: 200px;/*420px;*/
        margin: 0;
        padding: 0;
        position: relative;
        background-color: #27a3bd;
    }
    .page_header_results .category {
        position: absolute;
        font-size: 16px;
        line-height: 1.0em;
        color: #ffffff;
        text-align: center;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #646464;
        top: 35px;
        left: 10px;
    }
    .page_header_results .text {
        position: absolute;
        font-size: 25px;
        line-height: 1.2em;
        color: #ffffff;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding: 0;
        top: 75px;
        left: 10px;
    }

    /* Single */
    .page_header_single {
        height: 200px;/*420px;*/
        margin: 0;
        padding: 0;
        position: relative;
        background-color: #d99476;
    }
    .page_header_single .category {
        position: absolute;
        font-size: 16px;
        line-height: 1.0em;
        color: #ffffff;
        text-align: center;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #27a3bd;
        top: 35px;
        left: 10px;
    }
    .page_header_single .text {
        position: absolute;
        font-size: 25px;
        line-height: 1.2em;
        color: #ffffff;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding: 0;
        top: 75px;
        left: 10px;
    }
    article.single {
    }
    article.single section {
        margin-bottom: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }
    article.single .slider {
        overflow: hidden;
    }
    article.single .slider .img {
        width: 100%;
        height: auto;/*600px;*/
        position: relative;
        background-color: #ffffff;
    }
    article.single .slider .img .swiper-slide {
        text-align: center;
    }
    article.single .slider .img .swiper-slide img {
        width: auto;
        height: auto;
    }
    article.single .entry {
        line-height: 1.8em;
    }
    article.single .entry h2 {
        font-size: 25px;
        text-align: left;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.3em;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    article.single .entry h3 {
        font-size: 20px;
        text-align: left;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.3em;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    article.single .entry p {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    /* Paging */
    .pagingsingle {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .pagingsingle ul {
        height: auto;
        text-align: justify;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    .pagingsingle ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    .pagingsingle ul li {
        width: 30%;
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .pagingsingle ul li.prev {
        text-align: left;
    }
    .pagingsingle ul li.back {
        text-align: center;
    }
    .pagingsingle ul li.next {
        text-align: right;
    }
    .pagingsingle ul li a {
        color: #c85828;
        font-size: 14px;
        text-decoration: none;
    }

    /* wp_pagenavi */
    .paging {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        text-align: center;
    }
    div.wp-pagenavi span.pages {
        display: none;
    }
    div.wp-pagenavi a,
    div.wp-pagenavi span.current {
        color: #323232;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        border-radius: 30px;
        font-size: 13px;
    }
    div.wp-pagenavi a {
        background-color: #ffffff;
    }
    div.wp-pagenavi span.current {
        background-color: #dcdcdc;
    }

    /* フォーム */
    .hissu {
        margin-left: 5px;
    }
    dl.nform {
        margin: 0;
        padding: 0;
    }
    dl.nform dt {
        padding: 0;
        margin: 0;
        font-weight: bold;
        text-align: left;
    }
    dl.nform dd {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: left;
    }
    /*.wpcf7-text,*/
    .wpcf7-textarea {
        max-width: 95%;
        width: 95%;
    }
    .in1,
    .in2,
    .in3 {
        /*font: 15px/24px sans-serif;*/
        font-size: 16px;
        box-sizing: border-box;
        margin: 8px 0;
        padding: 0.3em;
        transition: 0.3s;
        border: 1px solid #b3b3b3;
        border-radius: 4px;
        outline: none;
        width: 90%;
    }
    div.submit {
        margin-left: 0px;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-top: 20px;
        padding: 0px;
    }

    .wpcf7 input[type="submit"] {
        width:70%;
        padding:15px;
        border-radius:10px;
        -webkit-border-radius: 10px;  
        -moz-border-radius: 10px;
        border: none;
        box-shadow: 0 3px 0 #ddd;
        background: #00365a;
        transition: 0.3s;
        color: #ffffff;
    }

	/* footer */
    #wrap_footer {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        background-color: #323232;
    }
    footer {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    footer .left {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    footer .right {
        display: none;
    }
    footer .left h2 {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        background-image: url('images/footer_logo.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 250px;
        height: 51px;
        text-indent: -9999px;
    }
    footer .left .copy {
        margin-top: 15px;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
        font-size: 12px;
        color: #b4b4b4;
    }
    #wrap_footer .banner {
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    #wrap_footer .banner a {
        background-image: url('images/sp/bn_morinosora.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin: 0;
        padding-top: 78.78%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        display: block;
        text-indent: -9999px;
    }

}





/* --------------------------------------
 * タブレット (769px〜960px)
 * -------------------------------------- */
/* JSで縮小表示 */


/* --------------------------------------
 * タブレット (769px〜960px) JSで縮小表示
 * PC (961px以上)
 * -------------------------------------- */
/*@media only screen and (min-width: 961px) {*/
/*@media only screen and (min-width: 768px) {*/
@media print, screen and (min-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .pc_dsp {
    }
    .sp_dsp {
        display: none;
    }

	/* Header */
    #wrap_header {
        width: 100%;
        height: 90px;
        margin: 0;
        padding: 0;
        position: fixed;
        z-index: 999;
        box-sizing: border-box;
    }
    .isfixed {
        background-color: rgba(255, 255, 255, 0.7);
        transition: all 0.5s ease-in-out;
    }
    header {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        height: 90px;
        top: 0;
        left: 0;
        right: 0;
    }
    header h1 {
        width: 190px;
        height: 39px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 25px;
        left: 30px;
    }
    header h1 a {
        background-image: url('images/header_logo.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 190px;
        height: 39px;
        margin: 0;
        padding: 0;
        display: block;
        text-indent: -9999px;
    }
    header .contact {
        width: 150px;
        height: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 30px;
        right: 30px;
    }
    header .contact a {
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        background-color: #c85828;
        width: 150px;
        line-height: 30px;
        text-align: center;
        display: block;
        text-decoration: none;
        border-radius: 15px;
    }
    header .contact a:hover {
        opacity: 0.7;
    }

    /* Navi */
    nav.navi {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 35px;
        left: 250px;
    }
    nav.navi ul {
        width: 850px;
        margin: 0;
        padding: 0;
        display: table;
    }
    nav.navi ul li {
        width: 14%;
        margin: 0;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
        list-style-type: none;
        border-left-color: #000000;
        border-left-style: solid;
        border-left-width: 1px;
        display: table-cell;
        position: relative;
    }
    nav.navi ul li:last-child {
        border-right-color: #000000;
        border-right-style: solid;
        border-right-width: 1px;
    }
    nav.navi ul li a {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 14px;
        color: #323232;
        line-height: 16px;
        text-align: center;
        text-decoration: none;
        display: block;
    }
    nav.navi ul li a:hover {
        opacity: 0.7;
    }
    nav.navi ul li a.arrow {
        position: relative;
        display: inline-block;
        padding: 0;
        color: #323232;
        font-size: 14px;
    }
    nav.navi ul li a.arrow::before,
    nav.navi ul li a.arrow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    nav.navi ul li a.arrow::before {
        right: 5px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #323232;
        border-right: 2px solid #323232;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    /* Submenu */
    nav.navi ul li ul.submenu {
        visibility: hidden;
    }
    nav.navi ul li:hover ul.submenu {
        visibility: visible;
        opacity: 1;
        top: 30px;
    }
    nav.navi ul li ul.submenu {
        position: absolute;
        background-color: #ffffff;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        top: 30px;
        left: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    nav.navi ul li ul.submenu li {
        display: block;
        border: none;
        width: 150px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 0;
        padding-right: 0;
    }
    nav.navi ul li ul.submenu li a {
        color: #444;
    }
    nav.navi ul li ul.submenu li a:hover {
        opacity: 0.7;
    }

    .mobile_header {
        display: none;
    }

    /* content */
	#wrap {
		margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
	}
	article {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	section {
		margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
		padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 0;
        padding-right: 0;
		width: 1000px;
	}

    a.anchor {
        display: block;
        margin-top: -80px;
        padding-top: 80px;
        height: 0;
    }

    .alignleft {
		margin-top: 5px;
		margin-right: 15px;
		margin-bottom: 15px;
		float: left;
	}
	.alignright {
		margin-top: 5px;
		margin-left: 15px;
		float: right;
		margin-bottom: 15px;
	}
	.aligncenter {
		text-align: center;
		display: block;
		padding: 0px;
		margin-left: auto;
		margin-bottom: 15px;
		margin-right: auto;
		margin-top: 5px;
	}

	section img {
		height: auto;
		max-width: 100%;
	}

    /* パンクズ */
    .breadcrumb {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 1200px;
        font-size: 14px;
    }
    .breadcrumb ul {
        margin: 0;
        padding: 0;
    }
    .breadcrumb ul li {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 12px;
        list-style-type: none;
        line-height: 20px;
        float: left;
    }
    .breadcrumb ul li a {
        margin: 0;
        padding: 0;
        text-decoration: none;
        display: block;
        color: #323232;
    }
    .breadcrumb ul li a:hover {
        opacity: 0.7;
    }

    /* 共通 */
    article h2 {
        font-size: 35px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        position: relative;
        text-align: center;
        margin-top: 0;
        margin-bottom: 70px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .page_header {
        display: none;
    }

    .link {
        width: 400px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .link a {
        width: 400px;
        margin: 0;
        padding: 0;
        line-height: 60px;
        display: block;
        color: #ffffff;
        background-color: #c85828;
        text-align: center;
        border-radius: 30px;
        text-decoration: none;
    }
    .link a:hover {
        opacity: 0.7;
    }
    .link a.arrow{
        position: relative;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 16px;
        color: #ffffff;
        vertical-align: middle;
        text-decoration: none;
    }
    .link a.arrow::before,
    .link a.arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .link a.arrow::before {
        right: 15px;
        box-sizing: border-box;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-left: 6px solid #ffffff;
    }

    /* ホーム */
    #home_header {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    #home_header .slider {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    #home_header .slider .img {
        width: 100%;
        height: 100%;
        position: relative;
    }
    #home_header .slider .img h2 {
        font-size: 40px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        position: absolute;
        top: 43%;
        left: 0;
        right: 0;
        color: #ffffff;
        z-index: 99;
    }
    #home_header .slider .img h3 {
        font-size: 25px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        color: #ffffff;
        z-index: 99;
    }
    @keyframes zoomUp {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.15);
        }
    }
    .swiper-home .swiper-slide-active .swiper-img,
    .swiper-home .swiper-slide-duplicate-active .swiper-img,
    .swiper-home .swiper-slide-prev .swiper-img {
        animation: zoomUp 10s linear 0s normal both;  
    }
    .swiper-slide img {
        width: 100%;
        height: auto;
    }

    article.toppage {
    }
    article.toppage h2 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    article.toppage h3 {
        font-size: 18px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 80px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        position: relative;
    }
    article.toppage h3::before {
        content: '';
        width: 30px;
        height: 5px;
        display: inline-block;
        background-color: #969696;
        position: absolute;
        top: -15px;
        left: calc(50% - 15px);
    }
    article.toppage h3::after {
        content: '';
        width: 30px;
        height: 5px;
        display: inline-block;
        background-color: #969696;
        position: absolute;
        bottom: -20px;
        left: calc(50% - 15px);
    }
    article.toppage h4 {
        font-size: 30px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    article.toppage .news {
        width: 100%;
        margin-top: 100px;
        padding-top: 50px;
        background-color: #ffffff;
    }
    article.toppage .news h2 {
        margin-bottom: 50px;
    }
    article.toppage .news ul {
        width: 900px;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border-top-color: #323232;
        border-top-style: solid;
        border-top-width: 1px;
    }
    article.toppage .news ul li {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        list-style-type: none;
        border-bottom-color: #323232;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    article.toppage .news ul li span.date {
        display: block;
        float: left;
    }
    article.toppage .news ul li span.category {
        width: 100px;
        margin-left: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        text-align: center;
        color: #ffffff;
        display: block;
        float: left;
    }
    article.toppage .news ul li .cat_c1 {
        background-color: #c85828;
    }
    article.toppage .news ul li .cat_c2 {
        background-color: #27a3bd;
    }
    article.toppage .news ul li .cat_c3 {
        background-color: #ff0000;
    }
    article.toppage .news ul li .cat_c4 {
        background-color: #969696;
    }
    article.toppage .news ul li a {
        margin-left: 205px;
        color: #323232;
        text-align: left;
        text-decoration: none;
        display: block;
    }
    article.toppage .news ul li a:hover {
        opacity: 0.7;
    }
    article.toppage .news .more {
        width: 900px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        text-align: right;
    }
    article.toppage .news .more a {
        position: relative;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 0;
        font-size: 14px;
        color: #323232;
        vertical-align: middle;
        text-decoration: none;
    }
    article.toppage .news .more a::before,
    article.toppage .news .more a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    article.toppage .news .more a::before {
        left: 0;
        box-sizing: border-box;
        width: 5px;
        height: 5px;
        border: 5px solid transparent;
        border-left: 5px solid #323232;
    }
    article.toppage .news .more a:hover {
        opacity: 0.7;
    }

    article.toppage .about {
    }
    article.toppage .about h2 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: inline-block;
        left: calc(50% - 17.5px);
    }
    article.toppage .about .photo {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.toppage .about .text {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
        line-height: 1.8em;
    }
    article.toppage .about .icon {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    article.toppage .about .icon ul {
        width: 750px;
        height: auto;
        text-align: justify;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    article.toppage .about .icon ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    article.toppage .about .icon ul li {
        width: 191px;
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    article.toppage .about .icon ul li a {
        width: 191px;
        height: 290px;
        display: block;
        margin: 0;
        padding-top: 210px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        color: #323232;
        font-size: 24px;
        box-sizing: border-box;
    }
    article.toppage .about .icon ul li a:hover {
        opacity: 0.7;
    }
    article.toppage .about .icon ul li a.icon1 {
        background-image: url('images/home_about2.png');
        background-position: center 0;
        background-repeat: no-repeat;
    }
    article.toppage .about .icon ul li a.icon2 {
        background-image: url('images/home_about3.png');
        background-position: center 0;
        background-repeat: no-repeat;
    }
    article.toppage .about .icon ul li a.icon3 {
        background-image: url('images/home_about4.png');
        background-position: center 0;
        background-repeat: no-repeat;
    }
    article.toppage .about .icon ul li a.arrow{
        position: relative;
        text-decoration: none;
    }
    article.toppage .about .icon ul li a.arrow::before,
    article.toppage .about .icon ul li a.arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50%;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    article.toppage .about .icon ul li a.arrow::before {
        top: 230px;
        width: 10px;
        height: 10px;
        border-top: 3px solid #323232;
        border-right: 3px solid #323232;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    article.toppage .about .icon ul li a.arrow:hover::before {
        right: 48%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    article.toppage .service {
        width: 100%;
        padding-bottom: 0;
    }
    article.toppage .service .left {
        width: 50%;
        margin: 0;
        padding-top: 0;
        padding-bottom: 100px;
        padding-left: 0;
        padding-right: 0;
        background-color: #ffffff;
        float: left;
    }
    article.toppage .service .right {
        width: 50%;
        margin: 0;
        padding-top: 0;
        padding-bottom: 100px;
        padding-left: 0;
        padding-right: 0;
        background-color: #ffffff;
        float: right;
    }
    article.toppage .service .photo {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.toppage .service .photo img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
    }
    article.toppage .service .text {
        width: 400px;
        line-height: 1.5em;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    article.toppage .works {
        width: 1200px;
    }
    article.toppage .works .resultslider {
        width: 100%;
        margin-bottom: 50px;
    }
    article.toppage .works .resultslider .img {
        position: relative;
    }
    article.toppage .works .resultslider .img .r-box {
        width: 240px;
        margin: 0;
        padding: 0;
    }
    article.toppage .works .resultslider .img .r-box .r-img {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.toppage .works .resultslider .img .r-box .r-img img {
        width: 240px;
        height: 240px;
    }
    article.toppage .works .resultslider .img .r-box .r-category {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        width: 150px;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        background-color: #646464;
    }
    article.toppage .works .resultslider .img .r-box .r-date {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-size: 13px;
    }
    article.toppage .works .resultslider .img .r-box .r-title {
        margin: 0;
        padding: 0;
    }
    article.toppage .works .resultslider .img .r-box .r-title a {
        color: #323232;
        text-decoration: none;
        line-height: 1.3em;
    }
    article.toppage .works .resultslider .img .r-box .r-title a:hover {
        opacity: 0.7;
    }

    article.toppage .recruit {
        width: 100%;
    }
    article.toppage .recruit a {
        width: 100%;
        height: 0;
        margin: 0;
        padding-top: 34.28%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        color: #ffffff;
        display: block;
        overflow: hidden;
    }
    article.toppage .recruit a::after {
        position: absolute;
        content: "";
        display: block;
        background-image: url('images/home_recruit@2x-min.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transition: all .8s ease;
    }
    article.toppage .recruit a:hover::after {
        transform: scale(1.1);
    }
    article.toppage .recruit a .r1 {
        font-size: 40px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        line-height: 1.3em;
        text-align: left;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 40px;
        left: 40px;
        z-index: 10;
    }
    article.toppage .recruit a .r2 {
        font-size: 30px;
        font-weight: 500;
        text-align: left;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 40px;
        right: 300px;
        z-index: 10;
    }
    article.toppage .recruit a .arrow{
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 45px;
        vertical-align: middle;
        text-decoration: none;
    }
    article.toppage .recruit a .arrow::before,
    article.toppage .recruit a .arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    article.toppage .recruit a .arrow::before {
        width: 35px;
        height: 35px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #c85828;
    }
    article.toppage .recruit a .arrow::after{
        right: 9px;
        box-sizing: border-box;
        width: 5px;
        height: 5px;
        border: 5px solid transparent;
        border-left: 5px solid #fff;
    }

    /* ページ共通 */
    h2.main_title {
        font-size: 60px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    h2.main2_title {
        font-size: 30px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    h3.sub_title {
        font-size: 18px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 70px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        border-left-color: #969696;
        border-left-style: solid;
        border-left-width: 4px;
        border-right-color: #969696;
        border-right-style: solid;
        border-right-width: 4px;
        width: 150px;
    }

    /* 渡部産業とは */
    .page_header_about {
        background-image: url('images/about_photo.png');
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        margin: 0;
        padding-top: 44.28%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .page_header_about .text {
        position: absolute;
        font-size: 42px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        color: #ffffff;
        margin: 0;
        padding: 0;
        top: calc(40% - 45px);
        left: calc(50% - 600px);
    }
    article.about {
    }
    article.about section {
    }
    article.about .about01 {
    }
    article.about .about01 .caption {
        width: 800px;
        line-height: 1.8em;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        text-align: center;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
    }
    article.about .about01 .name1 {
        margin-top: 30px;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
    }
    article.about .about01 .name2 {
        font-size: 30px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    article.about .about02 {
    }
    article.about .about02 .ava {
        width: 100px;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        float: left;
    }
    article.about .about02 .ava h4 {
        font-size: 40px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 15px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: inline-block;
        border-right-color: #c8c8c8;
        border-right-style: solid;
        border-right-width: 1px;
    }
    article.about .about02 .ava h5 {
        font-size: 14px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding: 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 65px;
    }
    article.about .about02 dl {
        width: 850px;
        display:flex;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        border-top-color: #646464;
        border-top-style: solid;
        border-top-width: 1px;
        float: right;
    }
    article.about .about02 dl dt {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        width: 230px;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-weight: normal;
        text-align: left;
        line-height: 1.5em;
        box-sizing: border-box;
    }
    article.about .about02 dl dd {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 20px;
        width: 620px;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        text-align: left;
        line-height: 1.5em;
        box-sizing: border-box;
        position: relative;
    }
    article.about .about02 dl dd::before {
        content: "";
        width: 10px;
        height: auto;
        display: inline-block;
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: -15px;
        border-left-color: #646464;
        border-left-style: solid;
        border-left-width: 1px;
    }
    article.about .about02 .about-c1 {
        width: 400px;
        margin-left: 55px;
        float: left;
    }
    article.about .about02 .about-c2 {
        width: 400px;
        float: right;
    }
    article.about .about02 .about-c1 .about-c1-p,
    article.about .about02 .about-c2 .about-c2-p {
        margin-bottom: 40px;
    }
    article.about .about02 .about-c1 .about-c1-t,
    article.about .about02 .about-c2 .about-c2-t {
        margin-bottom: 20px;
    }
    article.about .about02 .about-c1 dl,
    article.about .about02 .about-c2 dl {
        width: 400px;
    }
    article.about .about02 .about-c1 dl dt,
    article.about .about02 .about-c2 dl dt {
        width: 120px;
    }
    article.about .about02 .about-c1 dl dd,
    article.about .about02 .about-c2 dl dd {
        width: 280px;
    }
    article.about .about02 .link {
        margin-right: 230px;
    }
    article.about .about02 .about-sdgs {
        width: 850px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: 0;
        padding: 0;
    }
    article.about .about02 .about-other {
        width: 850px;
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: 0;
    }
    article.about .about02 .about-other dl {
        margin-top: 15px;
    }
    article.about .about02 .about-other dl dt {
        width: 50%;
        color: #fe8504;
    }
    article.about .about02 .about-other dl dd {
        width: 50%;
    }
    article.about .about02 .map {
        width: 1000px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: 0;
        padding: 0;
        border-color: #999999;
        border-style: solid;
        border-width: 1px;
    }
    article.about .about02 .map iframe {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    article.about .about02 .about-aff-p {
        width: 400px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 0;
        padding: 0;
        float: left;
    }
    article.about .about02 .about-aff {
        width: 450px;
        margin: 0;
        padding: 0;
        float: right;
    }
    article.about .about02 .about-aff dl {
        margin-top: 15px;
        width: 450px;
    }
    article.about .about02 .about-aff dl dt {
        width: 130px;
    }
    article.about .about02 .about-aff dl dd {
        width: 320px;
    }
    article.about .about02 .company {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.about .about02 .company::after {
        content: "";
        display: block;
        clear: both;
    }

    /* 事業案内-建設部門 */
    .page_header_construction {
        background-image: url('images/service_photo.png');
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        margin: 0;
        padding-top: 44.28%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .page_header_construction .text {
        position: absolute;
        font-size: 42px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        color: #ffffff;
        margin: 0;
        padding: 0;
        top: calc(30% - 45px);
        left: calc(50% - 600px);
    }
    article.construction {
    }
    article.construction section {
    }
    article.construction .construction01 {
    }
    article.construction .sub_title {
        width: 250px;
    }
    article.construction .construction01 .caption {
        width: 800px;
        line-height: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    article.construction .construction02 {
    }
    article.construction .construction02 .service {
        width: 400px;
        float: left;
    }
    article.construction .construction02 .service h4 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    article.construction .construction02 .service .sub {
        font-size: 14px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        position: relative;
    }
    article.construction .construction02 .service .sub::before {
        content: '';
        width: 100px;
        height: 5px;
        display: inline-block;
        background-color: #c8c8c8;
        position: absolute;
        top: -20px;
        left: 0;
    }
    article.construction .construction02 .text {
        width: 600px;
        text-align: left;
        margin: 0;
        padding: 0;
        line-height: 1.8em;
        float: right;
    }
    article.construction .construction02 .photo {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.construction .construction02 .slider {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.construction .construction02 .slider .img {
        position: relative;
    }
    article.construction .construction02 .slider .img .r-box {
        width: 240px;
        margin: 0;
        padding: 0;
    }
    article.construction .construction02 .slider .img .r-box .r-img {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.construction .construction02 .slider .img .r-box .r-img img {
        width: 240px;
        height: 240px;
    }
    article.construction .construction02 .slider .img .r-box .r-category {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        width: 150px;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        background-color: #646464;
    }
    article.construction .construction02 .slider .img .r-box .r-date {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-size: 13px;
    }
    article.construction .construction02 .slider .img .r-box .r-title {
        margin: 0;
        padding: 0;
    }
    article.construction .construction02 .slider .img .r-box .r-title a {
        color: #323232;
        text-decoration: none;
        line-height: 1.3em;
    }
    article.construction .construction02 .slider .img .r-box .r-title a:hover {
        opacity: 0.7;
    }

    article.construction .construction03 {
    }
    article.construction .construction03 .cap {
        color: #27a3bd;
        font-size: 48px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.construction .construction03 .photo {
        width: 600px;
        margin: 0;
        padding: 0;
        float: left;
    }
    article.construction .construction03 .service {
        width: 350px;
        float: right;
    }
    article.construction .construction03 .service h4 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 15px;
    }
    article.construction .construction03 .service .sub {
        font-size: 14px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        position: relative;
    }
    article.construction .construction03 .service .sub::before {
        content: '';
        width: 100px;
        height: 5px;
        display: inline-block;
        background-color: #c8c8c8;
        position: absolute;
        top: -20px;
        left: 0;
    }
    article.construction .construction03 .text {
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
        line-height: 1.8em;
    }

    /* 事業案内-生産部門 */
    .page_header_product {
        background-image: url('images/product_photo.png');
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        margin: 0;
        padding-top: 44.28%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .page_header_product .text {
        position: absolute;
        font-size: 42px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
		color:#ffffff;
        margin: 0;
        padding: 0;
        top: calc(30% - 45px);
        left: calc(50% - 600px);
    }
    article.product {
    }
    article.product section {
    }
    article.product .sub_title {
        width: 250px;
    }
    article.product .product01 .caption {
        width: 800px;
        line-height: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    article.product .product02 {
    }
    article.product .product02 .service {
        width: 450px;
        float: left;
    }
    article.product .product02 .service h4 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    article.product .product02 .service h5 {
        font-size: 25px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.product .product02 .service .sub {
        font-size: 14px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        position: relative;
    }
    article.product .product02 .service .sub::before {
        content: '';
        width: 100px;
        height: 5px;
        display: inline-block;
        background-color: #c8c8c8;
        position: absolute;
        top: -20px;
        left: 0;
    }
    article.product .product02 .text {
        width: 550px;
        text-align: left;
        margin: 0;
        padding: 0;
        line-height: 1.8em;
        float: right;
    }
    article.product .product02 .photo {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.product .product02 ul {
        width: 100%;
        height: auto;
        text-align: justify;
        vertical-align: top;
        margin: 0;
        padding: 0;
        font-size: 0;
    }
    article.product .product02 ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    article.product .product02 ul li {
        width: 320px;
        height: 750px;
        display: inline-block;
        list-style-type: none;
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        vertical-align: top;
        font-size: 16px;
    }
    article.product .product02 ul li .photo {
        width: 320px;
        height: 320px;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.product .product02 ul li h6 {
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-weight: bold;
        text-align: left;
    }
    article.product .product02 ul li p {
        height: 120px;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.5em;
    }
    article.product .product02 ul li p.line {
        height: 160px;
        margin-top: 15px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        border-top-color: #646464;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    /* 施工実績 */
    .page_header_result {
        width: 100%;
        height: 280px;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .page_header_result .text {
        position: absolute;
        font-size: 42px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        top: 115px;
        left: 0;
        right: 0;
    }
    .page_header_result .text2 {
        font-size: 18px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        border-left-color: #969696;
        border-left-style: solid;
        border-left-width: 4px;
        border-right-color: #969696;
        border-right-style: solid;
        border-right-width: 4px;
        width: 250px;
        position: absolute;
        top: 200px;
        left: 0;
        right: 0;
    }
    article.result {
    }
    article.result section {
        padding-top: 0;
    }
    article.result .resultform {
        display: inline-flex;
        align-items: center;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    article.result .resultform::after {
        position: absolute;
        left: 15px;
        width: 10px;
        height: 7px;
        background-color: #535353;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: '';
        pointer-events: none;
    }
    article.result .resultform select {
        appearance: none;
        min-width: 400px;
        height: 3.5em;
        font-size: 1.0em;
        padding-top: .5em;
        padding-bottom: .5em;
        padding-left: calc(1em + 30px);
        padding-right: 1em;
        border-width: 1px;
        border-style: solid;
        border-color: #d0d0d0;
        border-radius: 3px;
        background-color: #ffffff;
        color: #333333;
        cursor: pointer;
    }
    article.result ul {
        width: 100%;
        height: auto;
        text-align: justify;
        vertical-align: top;
        margin: 0;
        padding: 0;
        font-size: 0;
    }
    article.result ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    article.result ul li {
        width: 320px;
        height: 450px;
        display: inline-block;
        list-style-type: none;
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        vertical-align: top;
        font-size: 16px;
    }
    article.result ul li .photo {
        width: 320px;
        height: 320px;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.result ul li .category {
        background-color: #646464;
        color: #ffffff;
        font-size: 11px;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 0;
        padding-right: 0;
        width: 150px;
        text-align: center;
    }
    article.result ul li .date {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.result ul li .title {
        font-size: 14px;
        line-height: 1.3em;
        margin: 0;
        padding: 0;
    }
    article.result ul li .title a {
        color: #323232;
        text-decoration: none;
    }
    article.result ul li .title a:hover {
        opacity: 0.7;
    }

    /* 採用情報 */
    .page_header_recruit {
        margin: 0;
        padding: 0;
    }
    .page_header_recruit .slider {
        width: 800px;
        position: relative;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .page_header_recruit .slider .img {
        width: 100%;
        height: 500px;
        position: relative;
    }
    .page_header_recruit .slider .img img {
        width: 800px;
        height: 500px;
    }
    .page_header_recruit .slider .img h3 {
        position: absolute;
        font-size: 40px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        color: #646464;
        margin: 0;
        padding: 0;
        top: calc(50% - 50px);
        left: calc(30% - 300px);
        z-index: 99;
    }
    article.recruit {
    }
    article.recruit section {
    }
    article.recruit .recruit01 {
    }
    article.recruit .recruit01 .caption {
        width: 800px;
        line-height: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    article.recruit .recruit02 {
    }
    article.recruit .recruit02 .ava {
        width: 100px;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        float: left;
    }
    article.recruit .recruit02 .ava h4 {
        font-size: 40px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 15px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: inline-block;
        border-right-color: #c8c8c8;
        border-right-style: solid;
        border-right-width: 1px;
    }
    article.recruit .recruit02 .ava h5 {
        font-size: 14px;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding: 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 65px;
    }
    article.recruit .recruit02 dl {
        width: 850px;
        display:flex;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        border-top-color: #646464;
        border-top-style: solid;
        border-top-width: 1px;
        float: right;
    }
    article.recruit .recruit02 dl dt {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        width: 230px;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-weight: normal;
        text-align: left;
        line-height: 1.5em;
        box-sizing: border-box;
    }
    article.recruit .recruit02 dl dd {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 20px;
        width: 620px;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        text-align: left;
        line-height: 1.5em;
        box-sizing: border-box;
        position: relative;
    }
    article.recruit .recruit02 dl dd::before {
        content: "";
        width: 10px;
        height: auto;
        display: inline-block;
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: -15px;
        border-left-color: #646464;
        border-left-style: solid;
        border-left-width: 1px;
    }

    /* お問い合せ */
    .page_header_contact {
        width: 100%;
        height: 250px;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .page_header_contact .text {
        position: absolute;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.0em;
        color: #c85828;
        text-align: center;
        margin: 0;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
        background-color: #ffffff;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
    }
    article.contact {
    }
    article.contact section {
        padding-top: 0;
    }
    article.contact h3 {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.2em;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    article.contact .text {
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        line-height: 1.5em;
        text-align: center;
    }
    article.contact .contactform {
        padding: 50px;
        background-color: #ffffff;
        border-radius: 15px;
    }

    /* News */
    .page_header_news {
        width: 100%;
        height: 280px;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .page_header_news .text {
        position: absolute;
        font-size: 42px;
        line-height: 1.3em;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    article.news {
    }
    article.news section {
        padding-top: 0;
    }
    article.news ul {
        width: 900px;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border-top-color: #323232;
        border-top-style: solid;
        border-top-width: 1px;
    }
    article.news ul li {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        list-style-type: none;
        border-bottom-color: #323232;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    article.news ul li .date {
        display: block;
        float: left;
    }
    article.news ul li .category {
        width: 100px;
        margin-left: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        text-align: center;
        color: #ffffff;
        display: block;
        float: left;
    }
    article.news ul li .cat_c1 {
        background-color: #c85828;
    }
    article.news ul li .cat_c2 {
        background-color: #27a3bd;
    }
    article.news ul li .cat_c3 {
        background-color: #ff0000;
    }
    article.news ul li .cat_c4 {
        background-color: #969696;
    }
    article.news ul li a {
        margin-left: 205px;
        color: #323232;
        text-align: left;
        text-decoration: none;
        display: block;
    }
    article.news ul li a:hover {
        opacity: 0.7;
    }

    /* Result Single */
    .page_header_results {
        width: 100%;
        height: 420px;
        margin: 0;
        padding: 0;
        position: relative;
        background-color: #27a3bd;
    }
    .page_header_results .category {
        position: absolute;
        font-size: 18px;
        line-height: 1.0em;
        color: #ffffff;
        text-align: center;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 8px;
        padding-left: 0;
        padding-right: 0;
        width: 250px;
        background-color: #646464;
        top: 120px;
        left: calc(50% - 600px);
    }
    .page_header_results .text {
        position: absolute;
        font-size: 48px;
        line-height: 1.2em;
        color: #ffffff;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding: 0;
        width: 1200px;
        top: 160px;
        left: calc(50% - 600px);
    }

    /* Single */
    .page_header_single {
        width: 100%;
        height: 420px;
        margin: 0;
        padding: 0;
        position: relative;
        background-color: #d99476;
    }
    .page_header_single .category {
        position: absolute;
        font-size: 18px;
        line-height: 1.0em;
        color: #ffffff;
        text-align: center;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 8px;
        padding-left: 0;
        padding-right: 0;
        width: 150px;
        background-color: #27a3bd;
        top: 120px;
        left: calc(50% - 600px);
    }
    .page_header_single .text {
        position: absolute;
        font-size: 48px;
        line-height: 1.2em;
        color: #ffffff;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        text-align: left;
        margin: 0;
        padding: 0;
        width: 1200px;
        top: 160px;
        left: calc(50% - 600px);
    }
    article.single {
    }
    article.single section {
        margin-bottom: 50px;
        padding-top: 0;
        padding-bottom: 0;
        width: 800px;
    }
    article.single .slider {
        width: 1000px;
    }
    article.single .slider .img {
        width: 100%;
        height: 600px;
        position: relative;
        background-color: #ffffff;
    }
    article.single .slider .img .swiper-slide {
        text-align: center;
    }
    article.single .slider .img .swiper-slide img {
        width: auto;
        height: auto;
    }
    article.single .entry {
        line-height: 1.8em;
    }
    article.single .entry h2 {
        font-size: 30px;
        text-align: left;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.3em;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    article.single .entry h3 {
        font-size: 22px;
        text-align: left;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.3em;
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    article.single .entry p {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    /* Paging */
    .pagingsingle {
        width: 800px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        text-align: center;
    }
    .pagingsingle ul {
        width: 100%;
        height: auto;
        text-align: justify;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .pagingsingle ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    .pagingsingle ul li {
        width: 33%;
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .pagingsingle ul li.prev {
        text-align: left;
    }
    .pagingsingle ul li.back {
        text-align: center;
    }
    .pagingsingle ul li.next {
        text-align: right;
    }
    .pagingsingle ul li a {
        color: #c85828;
        font-size: 14px;
        text-decoration: none;
    }

    /* wp_pagenavi */
    .paging {
        width: 800px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        text-align: center;
    }
    div.wp-pagenavi span.pages {
        display: none;
    }
    div.wp-pagenavi a,
    div.wp-pagenavi span.current {
        color: #323232;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        border-radius: 30px;
        font-size: 13px;
    }
    div.wp-pagenavi a {
        background-color: #ffffff;
    }
    div.wp-pagenavi span.current {
        background-color: #dcdcdc;
    }

    /* フォーム */
    dl.nform {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    dl.nform dt {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        font-weight: bold;
        text-align: left;
        width: 200px;
    }
    dl.nform dd {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: left;
        width: calc(100% - 200px);
    }
    .wpcf7-textarea {
        max-width: 100%;
        width: 100%;
    }
    .wpcf7-select,
    .in1,
    .in2,
    .in3 {
        font: 18px/24px sans-serif;
        box-sizing: border-box;
        margin: 0;
        padding: 0.5em;
        transition: 0.3s;
        border: 1px solid #b3b3b3;
        border-radius: 4px;
        outline: none;
        z-index: 1;
    }
    .in1 {
        width: 100%;
    }
    .in2 {
        width: 300px;
    }
    .in3 {
    }
    span.wpcf7-spinner {
        display: none;
    }
    div.submit {
        width: 400px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }
    div.submit input {
        width: 400px;
        font-size: 18px;
        margin: 0;
        padding: 0;
        line-height: 60px;
        display: block;
        color: #ffffff;
        background-color: #c85828;
        text-align: center;
        border-radius: 30px;
        border: none;
        text-decoration: none;
    }
    div.submit .arrow:hover {
        opacity: 0.7;
    }
    div.submit .arrow {
        position: relative;
        display: inline-block;
        padding: 0;
        color: #ffffff;
        vertical-align: middle;
        text-decoration: none;
        width: fit-content;
    }
    div.submit .arrow::before,
    div.submit .arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    div.submit .arrow::before {
        right: 25px;
        box-sizing: border-box;
        width: 7px;
        height: 7px;
        border: 7px solid transparent;
        border-left: 7px solid #ffffff;
    }

	/* footer */
    #wrap_footer {
        margin-top: 100px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 100px;
        padding-left: 0;
        padding-right: 0;
        background-color: #323232;
    }
    footer {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 1200px;
    }
    footer .left {
        width: 250px;
        margin: 0;
        padding: 0;
        float: left;
    }
    footer .right {
        width: 850px;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        float: right;
    }
    footer .left h2 {
        margin: 0;
        padding: 0;
        background-image: url('images/footer_logo.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 250px;
        height: 51px;
        text-indent: -9999px;
    }
    footer .left .copy {
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: left;
        font-size: 12px;
        color: #b4b4b4;
    }
    footer .right ul {
        width: 100%;
        height: auto;
        text-align: justify;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    footer .right ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    footer .right ul li {
        width: 30%;
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    footer .right ul li a.arrow {
        position: relative;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 16px;
        padding-right: 0;
        vertical-align: middle;
        text-decoration: none;
        font-size: 15px;
        font-size: 14px;
        color: #b4b4b4;
        line-height: 1.0em;
    }
    footer .right ul li a.arrow::before,
    footer .right ul li a.arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    footer .right ul li a.arrow::before{
        left: 3px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #c85828;
        border-right: 2px solid #c85828;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    footer .right ul li a:hover {
        opacity: 0.7;
    }
    #wrap_footer .banner {
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 1200px;
        height: 280px;
    }
    #wrap_footer .banner a {
        background-image: url('images/bn_morinosora.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 1200px;
        height: 280px;
        margin: 0;
        padding: 0;
        display: block;
        text-indent: -9999px;
    }
    #wrap_footer .banner a:hover {
        opacity: 0.7;
    }

}
/* end css */
