@charset "utf-8";
/*
Theme Name: hinoshita_master2
Theme URI: http://hinosoku.co.jp/
Description: Hinoshita sokuryou Site Template!
Version: 1.0
Author: bridge
Author URI: https://bridge-plus.jp/
*/

:root {
	--primary-color: #0058a9;
	--secondary-color: #d5b668;

}

a:link {
	text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img{
	border: none;
	opacity: 0.8;
	filter: alpha(opacity=70);
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
    scroll-padding-top: 30px;
}

strong {
	font-weight: 700;
}

i {
	font-style: italic;
}

.clear {
    clear: both;
}
	
.alignleft {
	margin: 0 30px 40px 0;
	float: left;
	display: inline;
}

.alignright {
	margin: 0 0 40px 30px;
	float: right;
	display: inline;
}

.aligncenter {
    margin: 0 0 40px 0;
    display: block;
    margin: 0 auto;
}

img{
	vertical-align:top;
}

.grecaptcha-badge { visibility: hidden; }

/* pc */
@media print, screen and (min-width: 768px) {
	
	.sp {
		display: none;
	}

	body {
		background: #ffffff;
		color: #333333;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.6rem;
		line-height: 3.2rem;
		font-weight: 400;
		font-feature-settings: "palt";
	}

    div.head_area {
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.8);
        background-image: url(./images/common/bg_head_pc.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 1280px;
        width: 100%;
        height: 80px;
        /* position: fixed;
        z-index: 999; */
    }

    div.head {
        margin: 0 auto;
        width: 1280px;
        height: 80px;
        display: flex;
        justify-content: space-between;
    }

    div.head_menu_area {
        margin: 0;
        width: calc(100% - 335px);
        height: 80px;
        display: flex;
        justify-content: flex-start;
    }

    div.head_logo {
        margin: 32px 0 0 160px;
        width: 198px;
    }

    div.head_logo h1 {
        margin: 0 auto;
        width: 100%;
    }

    div.head_logo h1 img {
        width: 100%;
        height: auto;
    }

    div.head_menu {
        margin: 25px 0 0 66px;
        font-size: inherit; /* 追加 */
        font-family: inherit; /* 追加 */
    }

    div.head_menu ul {
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    div.head_menu ul li {
        margin: 0 0 0 42px;
    }

    div.head_menu ul li:first-child {
        margin: 0 0 0 0;
    }

    div.head_menu ul li a {
        font-size: 1.5rem !important; /* !importantを追加 */
        line-height: 1.5rem;
        font-weight: 500;
        text-decoration: none;
        font-family: 'Noto Sans JP', sans-serif; /* 明示的に指定 */
    }

    div.head_tel {
        margin: 0;
        width: 245px;
    }

    div.head_tel img {
        width: 100%;
        height: auto;
    }

    div.head_contact {
        margin: 0;
        width: 90px;
    }

    div.head_contact img {
        width: 100%;
        height: auto;
    }

    div.head_menu_sp {
        display: none;
    }

    /*TOP*/

    div.main_visual_area {
        margin: 0 auto 86px;
        background: url(./images/top/bg_main_visual_pc.png) top center no-repeat;
        background-size: 1280px;
        width: 100%;
        height: 663px;
        position: relative;
        overflow: hidden;
    }

    div.main_visual {
        margin: 0 auto;
        width: 990px;
        height: 663px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

    div.main_visual_content {
        width: 100%;
        height: 663px;
        position: relative;
    }

    div.main_visual_copy {
        margin: 0;
        width: 441px;
        position: absolute;
        top: 368px;
        left: 26px;
        z-index: 2;
    }

    div.main_visual_copy img {
        width: 100%;
        height: auto;
    }

    div.main_visual_images {
        margin: 0 auto;
        width: 100%;
        height: 663px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .main_visual_images {
        display: flex;
        gap: 14px;            /* 画像と画像の間隔を 90px に固定 */
        will-change: transform;
        /* 時間は JS から `--duration` をセット（初期値は一応入れておく） */
        animation: mv-marquee var(--duration, 120s) linear infinite;
    }

    /* 各アイテム（<div>）のサイズは画像と同じ 990×664 */
    .main_visual_images > div {
        flex: 0 0 auto;
        width: 990px;
        height: 663px;
    }

    .main_visual_images img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;  /* 余計な隙間対策 */
    }

    /* ホバーで一時停止（任意） */
    /* .main_visual_area:hover .main_visual_images {
        animation-play-state: paused;
    } */

    /* 動きを控えたい環境への配慮（任意） */
    /* @media (prefers-reduced-motion: reduce) {
        .main_visual_images { animation: none; }
    } */

    @keyframes mv-marquee {
        from { transform: translateX(0); }
        to   { transform: translateX(calc(-1 * var(--scroll-width))); }
    }

    div.main_visual_sp {
        display: none;
    }

    div.main {
        margin: 0 auto;
        padding: 0 0 148px;
        width: 100%;
    }

    div.main_l {
        margin: 0 auto;
        padding: 70px 0 148px;
        background: url(./images/common/bg_main_l.jpg) center top no-repeat;
        background-size: 12208px;
        width: 100%;
    }

    div.main_r {
        margin: 0 auto;
        padding: 70px 0 148px;
        background: url(./images/common/bg_main_r.jpg) center top no-repeat;
        background-size: 12208px;
        width: 100%;
    }

    div.top_youtube {
        margin: 0 auto 100px;
        width: 100%;
        max-width: 1280px;
        text-align: center;
    }

    div.top_youtube h2 {
        margin: 0 auto 20px;
        font-size: 1.8rem;
        line-height: 3.2rem;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
    }

    div.top_youtube_movie {
        margin: 0 auto 18px;
        width: 658px;
    }

    div.top_youtube_movie iframe {
        aspect-ratio: 16 / 9;
        display: block;
    }

    div.top_youtube p {
        margin: 0 auto;
        font-size: 1.8rem;
        line-height: 3.2rem;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
    }

    div.top_strength {
        margin: 0 auto 120px;
        width: 1010px;
        display: flex;
        justify-content: space-between;
    }

    div.top_strength_photo {
        margin: 0 0 0 15px;
        width: 436px;
    }

    div.top_strength_photo img {
        width: 100%;
        height: auto;
    }

    div.top_strength_button_sp {
        display: none;
    }

    div.top_strength_content {
        margin: 0;
        background: url(./images/top/top_illust_strength_pc.png) right top 21px no-repeat;
        background-size: 136px;
        width: 516px;
    }

    div.top_strength_content h2 {
        margin: 0 0 40px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: left;
        position: relative;
    }

    div.top_strength_content h2::after {
        margin: 0;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.top_strength_content h3 {
        margin: 0 0 40px;
        font-size: 6.0rem;
        line-height: 6.0rem;
        font-weight: 700;
        text-align: left;
    }

    div.top_strength_content h4 {
        margin: 0 0 24px;
        font-size: 3.8rem;
        line-height: 6.7rem;
        font-weight: 700;
        text-align: left;
    }

    div.top_strength_content p {
        margin: 0 0 65px 55px;
        width: 430px;
        font-size: 1.6rem;
        line-height: 2.8rem;
        font-weight: 500;
        letter-spacing: 0.035em;
        text-align: left;
    }

    div.top_strength_button {
        margin: 0 0 0 0;
        width: 215px;
    }

    div.top_strength_button a {
        margin: 0 0 0 0;
        background: #ffffff;
        font-size: 1.6rem;
        line-height: 40px;
        font-weight: 500;
        letter-spacing: 0.035em;
        text-align: center;
        text-decoration: none;
        border: 2px solid #000000;
        display: block;
    }

    div.top_strength_button a span {
        padding: 0 0 0 36px;
        background: url(./images/common/icon_read_more.png) left center no-repeat;
        background-size: 15px;
    }

    div.top_business_area {
        margin: 0 auto 105px;
        width: 100%;
        background: linear-gradient(to right, #f6ee9c 50%, #f1f1f1 50%);
    }

    div.top_business {
        margin: 0 auto;
        padding: 50px 0 65px;
        background: url(./images/top/bg_top_business_pc.jpg) center top no-repeat;
        background-size: 1280px;
        width: 100%;
        max-width: 1280px;
        position: relative;
    }

    div.top_business::before {
        content: "";
        margin: 0 auto;
        width: 970px;
        height: 178px;
        background: url(./images/top/illust_top_bussiness_top_pc.png) center top no-repeat;
        background-size: 970px;
        position: absolute;
        top: -82px;
        left: 0;
        right: 0;
        z-index: 1;
    }

    div.top_business::after {
        content: "";
        margin: 0 auto;
        width: 970px;
        height: 115px;
        background: url(./images/top/illust_top_bussiness_bottom_pc.png) center top no-repeat;
        background-size: 970px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -42px;
        z-index: 1;
    }

    div.top_business_area h2 {
        margin: 0 auto 55px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.175em;
        text-align: center;
        position: relative;
    }

    div.top_business_area h2::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.top_business_content {
        margin: 0 auto;
        width: 970px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    div.top_business_category {
        margin: 0 0 65px;
        width: 303px;
    }

    div.top_business_category_photo {
        margin: 0 auto;
        width: 100%;
        background: #ffffff;
    }

    div.top_business_category_photo img {
        width: 100%;
        height: auto;
    }

    div.top_business_category_link {
        margin: -21px auto 0;
        width: 216px;
        position: relative;
        z-index: 10;
    }

    div.top_business_category_link ul {
        margin: 0 auto;
        width: 100%;
    }

    div.top_business_category_link ul li {
        margin: 14px auto 0;
        width: 100%;
    }

    div.top_business_category_link ul li:first-child {
        margin: 0 auto;
        width: 100%;
    }

    div.top_business_category_link ul li a {
        margin: 0 auto;
        background: #ffffff;
        width: 100%;
        font-size: 2.1rem;
        line-height: 42px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        display: block;
    }

    div.top_contact {
        margin: 0 auto 80px;
        padding: 36px 0 50px;
        width: 952px;
        border: 1px solid #000000;
    }

    div.top_contact h2 {
        margin: 0 auto 45px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
        position: relative;
    }

    div.top_contact h2::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.top_contact h3 {
        margin: 0 auto 45px;
        font-size: 2.5rem;
        line-height: 3.6rem;
        letter-spacing: 0.175em;
        font-weight: 500;
        text-align: center;
    }

    div.top_contact_content {
        margin: 0 auto;
        width: 780px;
        display: flex;
        justify-content: space-between;
    }

    div.top_contact_tel {
        margin: 14px 0 0 0;
        width: calc(100% - 406px);
        text-align: left;
    }

    div.top_contact_tel_content {
        margin: 0;
        display: inline-block;
    }

    div.top_contact_tel_content p {
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 500;
        text-align: center;
    }

    div.top_contact_tel_content p.tel {
        margin: 0 auto 14px;
        font-size: 3.7rem;
        line-height: 3.7rem;
        font-weight: 700;
        text-align: center;
    }

    div.top_contact_tel_content p.tel span {
        padding: 0 0 0 60px;
        position: relative;
    }

    div.top_contact_tel_content p.tel span::before {
        content: "";
        background: url(./images/common/icon_tel.png) center center no-repeat;
        background-size: 50px;
        width: 50px;
        height: 47px;
        position: absolute;
        left: 0;
        bottom: 10px;
        z-index: 2;
    }

    div.top_contact_mail {
        margin: 0;
        width: 406px;
        border-left: 1px solid #000000;
    }

    div.top_contact_mail_button {
        margin: 0 0 0 auto;
        width: 334px;
    }

    div.top_contact_mail_button a {
        margin: 0;
        background: #000000;
        color: #ffffff;
        font-size: 1.9rem;
        line-height: 86px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        display: block;
    }

    div.top_contact_mail_button a span {
        padding: 0 0 0 53px;
        background: url(./images/common/icon_envelope.png) left center no-repeat;
        background-size: 24px;
    }

    div.top_map {
        margin: 0 auto;
        width: 100%;
        height: 516px;
    }

    /*フッター*/

    div.foot_menu_area {
        margin: 0 auto 50px;
        padding: 40px 0;
        background: #efefef;
    }

    div.foot_menu {
        margin: 0 auto;
        text-align: center;
    }

    div.foot_menu ul {
        margin: 0 auto;
        text-align: center;
    }

    div.foot_menu ul li {
        margin: 0 0 0 42px;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 500;
        display: inline-block;
    }

    div.foot_menu ul li:first-child {
        margin: 0 0 0 0;
    }

    div.foot_menu ul li a {
        text-decoration: none;
    }

    div.foot {
        margin: 0 auto;
        padding: 0 0 40px;
        width: 100%;
        background: url(./images/common/foot_bg_pc.png) center bottom no-repeat;
        background-size: 1280px;
    }

    div.foot_info {
        margin: 0 auto 20px;
        width: 100%;
        text-align: center;
    }

    div.foot_info h3 {
        margin: 0 auto 32px;
        width: 361px;
    }

    div.foot_info h3 img {
        width: 100%;
        height: auto;
    }

    div.foot_info dl {
        margin: 0 auto;
        width: 646px;
        display: flex;
        justify-content: space-between;
    }

    div.foot_info dl dt {
        margin: 0;
        width: 85px;
    }

    div.foot_info dl dt img {
        width: 100%;
        height: auto;
    }

    div.foot_info dl dd {
        margin: 0 0 0 0;
        width: calc(100% - 105px);
        font-size: 1.8rem;
        line-height: 3.0rem;
        font-weight: 500;
        text-align: left;
    }

    div.foot_offices {
        margin: 0 auto;
        width: 646px;
    }

    div.foot_offices dl {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    div.foot_offices dl dt {
        margin: 0 0 0 105px;
        width: 158px;
        font-size: 1.5rem;
        line-height: 2.8rem;
        font-weight: 500;
        text-align: left;
    }

    div.foot_offices dl dd {
        margin: 0;
        font-size: 1.5rem;
        line-height: 2.8rem;
        font-weight: 500;
        text-align: left;
    }

    div.copyright {
        margin: 0 auto;
        width: 100%;
        background: #000000;
    }

    div.copyright p {
        margin: 0 auto;
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 80px;
        font-weight: 500;
        letter-spacing: 0.1em;
        text-align: center;
    }

    div.scroll_to_page_top {
        margin: 0;
        position: fixed;
        bottom: 18px;
        right: calc(50% - 540px); /* 1080px ÷ 2 = 540px */
        width: 46px;
        z-index: 100;
    }

    div.scroll_to_page_top img {
        width: 100%;
        height: auto;
    }

    /*下層ページ*/

    div.page_title {
        margin: 0 auto;
        /* padding: 80px 0 0; */
        width: 100%;
        max-width: 1280px;
    }

    div.page_title img {
        width: 100%;
        height: auto;
    }

    /*私たちについて*/

    div.about_main {
        margin: 0 auto;
        width: 100%;
        background: url(./images/about/bg_illust_about_pc.png) center top no-repeat;
        background-size: 1280px;
    }

    div.about_intro_title {
        margin: 0 auto 32px;
        width: 946px;
    }

    div.about_intro_title h3 {
        margin: 0 auto 64px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
        position: relative;
    }

    div.about_intro_title h3::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.about_intro_title h4 {
        margin: 0 auto;
        font-size: 3.8rem;
        line-height: 5.7rem;
        font-weight: 700;
        text-align: center;
    }

    div.about_intro_content_area {
        margin: 0 auto 103px;
        width: 94%;
        max-width: 946px;
        display: flex;
        justify-content: space-between;
    }

    div.about_intro_content {
        margin: 0;
        width: 48%;
        max-width: 452px;
    }

    div.about_intro_photo {
        margin: 0;
        width: 46%;
        max-width: 440px;
    }

    div.about_intro_photo img {
        width: 100%;
        height: auto;
    }

    div.about_information {
        margin: 0 auto 120px;
        width: 94%;
        max-width: 960px;
    }

    div.about_information h3 {
        margin: 0 auto 48px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
        position: relative;
    }

    div.about_information h3::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    table.about {
        margin: 0 auto;
        width: 100%;
    }

    table.about tr {
        border-bottom: 1px solid #cccccc;
    }

    table.about th {
        padding: 20px 0 20px 35px;
        width: calc(275px - 35px);
        font-size: 2.0rem;
        line-height: 3.2rem;
        font-weight: 400;
        letter-spacing: 0.02em;
        text-align: left;
        vertical-align: top;
    }

    table.about th span {
        padding: 0 0 0 17px;
        position: relative;
    }

    table.about th span::after {
        margin: auto 0;
        content: "";
        background: #000000;
        width: 4px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

    table.about td {
        padding: 20px 0;
        font-size: 2.0rem;
        line-height: 3.2rem;
        font-weight: 400;
        letter-spacing: 0.02em;
        text-align: left;
        vertical-align: top;
    }

    div.about_access {
        margin: 0 auto 25px;
        width: 100%;
    }

    div.about_access h3 {
        margin: 0 auto 48px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
        position: relative;
    }

    div.about_access h3::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.about_access p {
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 2.6rem;
        letter-spacing: 0.02em;
        font-weight: 400;
        text-align: center;
    }

    div.about_tel {
        margin: 0 auto 76px;
    }

    div.about_tel p {
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 500;
        text-align: center;
    }

    div.about_tel p.tel {
        margin: 0 auto 14px;
        font-size: 3.7rem;
        line-height: 3.7rem;
        font-weight: 700;
        text-align: center;
    }

    div.about_tel p.tel span {
        padding: 0 0 0 60px;
        position: relative;
    }

    div.about_tel p.tel span::before {
        content: "";
        background: url(./images/common/icon_tel.png) center center no-repeat;
        background-size: 50px;
        width: 50px;
        height: 47px;
        position: absolute;
        left: 0;
        bottom: 10px;
        z-index: 2;
    }

    div.about_office_address {
        margin: 0 auto 48px;
        width: 480px;
    }

    div.about_office_address dl {
        margin: 0 0 5px 60px;
        width: 480px;
        display: flex;
        justify-content: flex-start;
    }

    div.about_office_address dl dt {
        padding: 0 12px 0 0;
        width: 124px;
        font-size: 1.3rem;
        line-height: 2.1rem;
        font-weight: 400;
        text-align: left;
        border-right: 1px solid #000000;
    }

    div.about_office_address dl dt span.masuda {
        letter-spacing: 0.7em;
    }

    div.about_office_address dl dt span.okinoshima {
        letter-spacing: 0.15em;
    }

    div.about_office_address dl dt span.nishinoshima {
        letter-spacing: 0em;
    }

    div.about_office_address dl dt span.higashihiroshima {
        letter-spacing: 0.35em;
    }

    div.about_office_address dl dt span.iwakuni {
        letter-spacing: 0.7em;
    }

    div.about_office_address dl dt span.tsuyama {
        letter-spacing: 0.7em;
    }

    div.about_office_address dl dt span.noto {
        letter-spacing: 0.7em;
    }

    div.about_office_address dl dd {
        padding: 0 0 0 12px;
        font-size: 1.3rem;
        line-height: 2.1rem;
        font-weight: 400;
        text-align: left;
    }

    div.about_map {
        margin: 0 auto;
        width: 100%;
        height: 516px;
    }

    /*当社の強み*/

    div.strengths_number_area {
        margin: 0 auto 20px;
        width: 974px;
    }

    div.strengths_number1 {
        margin: 0;
        width: 143px;
    }

    div.strengths_number1 img {
        width: 100%;
        height: auto;
    }

    div.strengths_number2 {
        margin: 0 0 0 495px;
        width: 143px;
    }

    div.strengths_number2 img {
        width: 100%;
        height: auto;
    }

    div.strengths_number3 {
        margin: 0;
        width: 143px;
    }

    div.strengths_number3 img {
        width: 100%;
        height: auto;
    }

    div.strengths1_content_area {
        margin: 0 auto 120px;
        width: 1280px;
        display: flex;
        justify-content: space-between;
    }

    div.strengths1_content {
        margin: 0 0 0 234px;
        width: 446px;
    }

    div.strengths1_content h3 {
        margin: 0 auto 26px;
        font-size: 3.8rem;
        line-height: 6.1rem;
        font-weight: 700;
    }

    div.strengths1_content span {
        color: #d7c823;
    }

    div.strengths1_content p {
        margin: 0 0 0 0;
        width: 380px;
        font-size: 1.6rem;
        line-height: 2.8rem;
        font-weight: 500;
        letter-spacing: 0.035em;
    }

    div.strengths1_photo {
        margin: 15px 0 0 0;
        width: 600px;
    }

    div.strengths1_photo img {
        width: 100%;
        height: auto;
    }

    div.strengths2_content_area {
        margin: 0 auto 40px;
        padding: 0 0 40px;
        width: 1280px;
        background: url(./images/strengths/bg_strengths2_pc.png) center bottom no-repeat;
        background-size: 1280px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    div.strengths2_content {
        margin: 0 160px 0 0;
        width: 394px;
    }

    div.strengths2_content h3 {
        margin: 0 auto 26px;
        font-size: 3.8rem;
        line-height: 6.1rem;
        font-weight: 700;
    }

    div.strengths2_content span {
        color: #d7c823;
    }

    div.strengths2_content p {
        margin: 0 0 0 0;
        font-size: 1.6rem;
        line-height: 2.8rem;
        font-weight: 500;
        letter-spacing: 0.035em;
    }

    div.strengths2_photo {
        margin: 15px 0 0 0;
        width: 642px;
    }

    div.strengths2_photo img {
        width: 100%;
        height: auto;
    }

    div.strengths3_content_area {
        margin: 0 auto 145px;
        width: 1280px;
        display: flex;
        justify-content: space-between;
    }

    div.strengths3_content {
        margin: 0 0 0 234px;
        width: 446px;
    }

    div.strengths3_content h3 {
        margin: 0 auto 26px;
        font-size: 3.8rem;
        line-height: 6.1rem;
        font-weight: 700;
    }

    div.strengths3_content span {
        color: #d7c823;
    }

    div.strengths3_content p {
        margin: 0 0 0 0;
        width: 380px;
        font-size: 1.6rem;
        line-height: 2.8rem;
        font-weight: 500;
        letter-spacing: 0.035em;
    }

    div.strengths3_photo {
        margin: 15px 0 0 0;
        width: 600px;
    }

    div.strengths3_photo img {
        width: 100%;
        height: auto;
    }

    /*業務内容*/

    div.business_section_title_area {
        margin: 0 auto 38px;
        width: 960px;
        background: #f7f0a6;
        mix-blend-mode: multiply;
    }

    div.business_section_title {
        margin: 0;
        width: 382px;
        background: url(./images/business/title_business_bg_pc.png) left center no-repeat;
        background-size: 382px;
    }

    div.business_section_title h3 {
        margin: 0 0 0 50px;
        color: #ffffff;
        font-size: 2.6rem;
        line-height: 50px;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-align: left;
    }

    div.business_head_nav {
        margin: 0 auto 54px;
        width: 94%;
        max-width: 960px;
    }

    div.business_head_nav ul {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    div.business_head_nav ul li {
        margin: 0 0 0 0;
        width: 13%;
    }

    div.business_head_nav ul li a {
        margin: 0 auto;
        background: #ffffff url(./images/business/business_arrow_nav.png) right 6px center no-repeat;
        background-size: 6px;
        font-size: 1.4rem;
        line-height: 38px;
        font-weight: 500;
        color: #1e2d64;
        text-align: center;
        text-decoration: none;
        border: 1px solid #1e2d64;
        display: block;
    }

    div.business_head_nav ul li a:hover {
        background: #f6eea3 url(./images/business/business_arrow_nav.png) right 6px center no-repeat;
        background-size: 6px;
    }

    /* business01 */

    div.business01_content_box1 {
        margin: 0 auto 86px;
        width: 94%;
        max-width: 960px;
        background: url(./images/business01/bg_business1_pc.png) center top no-repeat;
        background-size: 960px;
    }

    div.business01_content_box1 h4 {
        margin: 0 auto 20px;
        color: #1e2d64;
        font-size: 2.2rem;
        line-height: 3.0rem;
        letter-spacing: 0.02em;
        font-weight: 500;
    }

    div.business01_content1_photos {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    div.business01_content1_photo1 {
        margin: 0 0 0 0;
        width: 468px;
    }

    div.business01_content1_photo1 img {
        width: 100%;
        height: auto;
    }

    div.business01_content1_photo2 {
        margin: 76px 0 0 78px;
        width: 306px;
    }

    div.business01_content1_photo2 img {
        width: 100%;
        height: auto;
    }

    div.business01_content_box2 {
        margin: 0 auto;
        width: 94%;
        max-width: 960px;
    }

    div.business01_content_box2 h4 {
        margin: 0 auto 20px;
        color: #1e2d64;
        font-size: 2.2rem;
        line-height: 3.0rem;
        letter-spacing: 0.02em;
        font-weight: 500;
    }

    div.business01_content2_1_photos {
        margin: 0 auto 50px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    div.business01_content2_1_photo1 {
        margin: 0 0 0 0;
        width: 335px;
    }

    div.business01_content2_1_photo1 img {
        width: 100%;
        height: auto;
    }

    div.business01_content2_1_photo2 {
        margin: 0 0 0 0;
        width: 600px;
    }

    div.business01_content2_1_photo2 p {
        margin: 0 auto 34px;
        font-size: 1.7rem;
        line-height: 2.3rem;
    }

    div.business01_content2_1_photo2 img {
        width: 100%;
        height: auto;
        border: 1px solid #717071;
    }

    div.business01_content2_2_photos {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    div.business01_content2_2_photo1 {
        margin: 0 0 0 0;
        width: 429px;
    }

    div.business01_content2_2_photo1 img {
        width: 100%;
        height: auto;
    }

    div.business01_content2_2_photo2 {
        margin: 0 0 0 67px;
        width: 400px;
    }

    div.business01_content2_2_photo2 p {
        margin: 0 auto 8px;
        font-size: 1.7rem;
        line-height: 2.3rem;
    }

    div.business01_content2_2_photo2 img {
        width: 100%;
        height: auto;
        border: 1px solid #717071;
    }

    /* business02 */

    div.business02_content_box1 {
        margin: 0 auto;
        padding: 0 0 40px;
        width: 94%;
        max-width: 960px;
        background: url(./images/business02/bg_business2_pc.png) center top no-repeat;
        background-size: 960px;
    }

    div.business02_content_box1 h4 {
        margin: 0 auto 15px;
        color: #1e2d64;
        font-size: 2.8rem;
        line-height: 3.0rem;
        letter-spacing: 0.02em;
        font-weight: 500;
        text-align: center;
    }

    div.business02_content_box1 p {
        margin: 0 auto;
        font-size: 1.4rem;
        line-height: 1.9rem;
        letter-spacing: 0.04em;
        font-weight: 400;
        text-align: center;
    }

    div.business02_content1_1_photo {
        margin: 0 auto 35px;
        width: 94%;
        max-width: 963px;
    }

    div.business02_content1_1_photo img {
        width: 100%;
        height: auto;
    }

    div.business02_content_box2 {
        margin: 0 auto 118px;
        width: 94%;
        max-width: 830px;
    }

    div.business02_content_box2 h4 {
        margin: 0 auto 15px;
        width: 100%;
    }

    div.business02_content_box2 h4 img {
        width: 100%;
        height: auto;
    }

    div.business02_content_box2 h5 {
        margin: 0 auto 10px;
        color: #1e2d64;
        font-size: 2.7rem;
        line-height: 3.2rem;
        letter-spacing: 0.02em;
        font-weight: 500;
    }

    div.business02_content1_2_photos {
        margin: 0 auto 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    div.business02_content1_2_photo1 {
        margin: 0 0 0 0;
        width: 408px;
    }

    div.business02_content1_2_photo1 img {
        width: 100%;
        height: auto;
    }

    div.business02_content1_2_photo2 {
        margin: 0 0 0 0;
        width: 403px;
    }

    div.business02_content1_2_photo2 img {
        width: 100%;
        height: auto;
    }

    div.business02_content_box3 {
        margin: 0 auto;
        width: 94%;
        max-width: 956px;
    }

    div.business02_content_box3 dl {
        margin: 0 auto 15px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    div.business02_content_box3 dl dt {
        margin: 0;
        width: 121px;
    }

    div.business02_content_box3 dl dt h3 {
        margin: 0 auto;
        background: #004b87;
        color: #ffffff;
        font-size: 2.1rem;
        line-height: 38px;
        font-weight: 500;
        text-align: center;
        border-radius: 6px;
    }

    div.business02_content_box3 dl dd {
        margin: 20px 0 0 0;
        width: calc(100% - 134px);
        font-size: 1.0rem;
        line-height: 1.0rem;
        font-weight: 400;
        text-align: left;
    }

    div.business02_content2_1_photo {
        margin: 0 auto 50px;
        width: 100%;
    }

    div.business02_content2_1_photo img {
        width: 100%;
        height: auto;
    }

    div.business02_content_box3 h4 {
        margin: 0 auto 10px;
        color: #1e2d64;
        font-size: 2.7rem;
        line-height: 3.2rem;
        letter-spacing: 0.02em;
        font-weight: 500;
    }

    div.business02_content_box3 p {
        margin: 0 auto 25px;
        font-size: 1.6rem;
        line-height: 2.3rem;
        letter-spacing: 0.04em;
    }

    div.business02_content_box3 p strong {
        color: #e50012;
        font-weight: 400;
    }

    div.business02_content2_2_photo {
        margin: 0 auto 35px;
        width: 100%;
    }

    div.business02_content2_2_photo img {
        width: 100%;
        height: auto;
    }

    div.business02_content2_3_photo {
        margin: 0 auto;
        width: 100%;
    }

    div.business02_content2_3_photo img {
        width: 100%;
        height: auto;
    }

    div.business02_content_box4 {
        margin: 120px auto 0;
        padding: 88px 0 0;
        width: 94%;
        max-width: 956px;
        background: url(./images/business02/bg_business2_3_pc.png) center top no-repeat;
        background-size: 956px;
        border-top: 1px solid #000000;
    }

    div.business02_content_box4 h3 {
        margin: 0 auto 16px;
        color: #1e2d64;
        font-size: 2.8rem;
        line-height: 3.5rem;
        font-weight: 500;
        letter-spacing: 0.02em;
        text-align: center;
    }

    div.business02_content_box4 p {
        margin: 0 auto 40px;
        font-size: 1.4rem;
        line-height: 1.9rem;
        font-weight: 400;
        letter-spacing: 0.04em;
        text-align: center;
    }

    div.business02_content3_photo {
        margin: 0 auto 70px;
        width: 100%;
    }

    div.business02_content3_photo img {
        width: 100%;
        height: auto;
    }

    div.page_youtube {
        margin: 0 auto;
        width: 100%;
        max-width: 956px;
        text-align: center;
    }

    div.page_youtube h4 {
        margin: 0 auto 20px;
        font-size: 1.8rem;
        line-height: 3.2rem;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
    }

    div.page_youtube_movie {
        margin: 0 auto;
        width: 658px;
    }

    div.page_youtube_movie iframe {
        aspect-ratio: 16 / 9;
        display: block;
    }

    /* business03 */

    div.business03_content_box1 {
        margin: 0 auto 50px;
        width: 94%;
        max-width: 960px;
        background: url(./images/business03/bg_business3_pc.png) center top no-repeat;
        background-size: 960px;
    }

    div.business03_content_box1 h4 {
        margin: 0 auto 15px;
        color: #1e2d64;
        font-size: 2.8rem;
        line-height: 3.0rem;
        letter-spacing: 0.02em;
        font-weight: 500;
        text-align: center;
    }

    div.business03_content_box1 h4 + p {
        margin: 0 auto 30px;
        font-size: 1.4rem;
        line-height: 1.9rem;
        letter-spacing: 0.04em;
        font-weight: 400;
        text-align: center;
    }

    div.business03_content1_photo {
        margin: 0 auto 50px;
        width: 100%;
    }

    div.business03_content1_photo img {
        width: 100%;
        height: auto;
    }

    div.business03_content1_2_photos {
        margin: 0 auto 40px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    div.business03_content1_2_photo1 {
        margin: 16px 0 0 0;
        width: 438px;
    }

    div.business03_content1_2_photo1 img {
        width: 100%;
        height: auto;
    }

    div.business03_content1_2_photo2 {
        margin: 0 0 0 0;
        width: 480px;
    }

    div.business03_content1_2_photo2 p {
        margin: 0 auto;
        font-size: 1.7rem;
        line-height: 1.9rem;
        letter-spacing: 0.04em;
        font-weight: 400;
    }

    div.business03_content1_2_photo2 img {
        width: 100%;
        height: auto;
    }

    div.business03_content1_3_photos {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    div.business03_content1_3_photo1 {
        margin: 0 0 0 0;
        width: 437px;
    }

    div.business03_content1_3_photo1 img {
        width: 100%;
        height: auto;
    }

    div.business03_content1_3_photo2 {
        margin: 0 0 0 0;
        width: 450px;
    }

    div.business03_content1_3_photo2 img {
        width: 100%;
        height: auto;
    }

    /* business04 */

    div.business04_content_box1 {
        margin: 0 auto 80px;
        width: 94%;
        max-width: 960px;
        background: url(./images/business04/bg_business4_pc.png) center top no-repeat;
        background-size: 960px;
    }

    div.business04_content_box1 h4 {
        margin: 0 auto 20px;
        color: #1e2d64;
        font-size: 2.8rem;
        line-height: 4.7rem;
        letter-spacing: 0.02em;
        font-weight: 500;
        text-align: center;
    }

    div.business04_content_box1 p {
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: 0.04em;
        font-weight: 400;
        text-align: center;
    }

    div.business04_content1_1_photo {
        margin: 0 auto 22px;
        width: 1018px;
    }

    div.business04_content1_1_photo img {
        width: 100%;
        height: auto;
    }

    div.business04_content1_2_photos {
        margin: 0 auto 80px;
        width: 94%;
        max-width: 950px;
        display: flex;
        justify-content: space-between;
    }

    div.business04_content1_2_photo1 {
        margin: 5px 0 0 0;
        width: 525px;
    }

    div.business04_content1_2_photo1 img {
        width: 100%;
        height: auto;
    }

    div.business04_content1_2_photo2 {
        margin: 0 0 0 0;
        width: 395px;
    }

    div.business04_content1_2_photo2 p {
        margin: 0 auto 8px;
        font-size: 2.0rem;
        line-height: 2.8rem;
        letter-spacing: 0.04em;
        font-weight: 400;
    }

    div.business04_content1_2_photo2 img {
        width: 100%;
        height: auto;
    }

    div.business04_content_box2_1 {
        margin: 0 auto 35px;
        width: 94%;
        max-width: 960px;
    }

    div.business04_content_box2_1 h4 {
        margin: 0 auto 10px;
        color: #1e2d64;
        font-size: 2.8rem;
        line-height: 3.2rem;
        letter-spacing: 0.02em;
        font-weight: 500;
        text-align: center;
    }

    div.business04_content_box2_1 p {
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: 0.04em;
        font-weight: 400;
        text-align: center;
    }

    div.business04_content2_1_photo {
        margin: 0 auto 45px;
        width: 800px;
    }

    div.business04_content2_1_photo img {
        width: 100%;
        height: auto;
    }

    div.business04_content_box2_2 {
        margin: 0 auto 35px;
        width: 94%;
        max-width: 870px;
    }

    div.business04_content_box2_2 h4 {
        margin: 0 auto 10px;
        color: #1e2d64;
        font-size: 2.8rem;
        line-height: 3.2rem;
        letter-spacing: 0.02em;
        font-weight: 500;
        text-align: left;
    }

    div.business04_content2_2_photo {
        margin: 0 auto 110px;
        width: 934px;
    }

    div.business04_content2_2_photo img {
        width: 100%;
        height: auto;
    }

    div.business04_content_box3 {
        margin: 0 auto 40px;
        width: 94%;
        max-width: 960px;
    }

    div.business04_content_box3 h4 {
        margin: 0 auto 10px;
        color: #1e2d64;
        font-size: 2.8rem;
        line-height: 3.2rem;
        letter-spacing: 0.02em;
        font-weight: 500;
        text-align: center;
    }

    div.business04_content_box3 p {
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: 0.04em;
        font-weight: 400;
        text-align: center;
    }

    div.business04_content3_photo {
        margin: 0 auto;
        width: 94%;
        max-width: 950px;
    }

    div.business04_content3_photo img {
        width: 100%;
        height: auto;
    }

    /*事業所*/

    div.office_main {
        margin: 0 auto;
        width: 100%;
        background: url(./images/office/bg_illust_office_pc.png) center top no-repeat;
        background-size: 1280px;
    }

    div.office_hq {
        margin: 0 auto 36px;
    }

    div.office_hq h3 {
        margin: 0 auto 36px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
        position: relative;
    }

    div.office_hq h3::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.office_hq p {
        margin: 0 auto;
        font-size: 2.0rem;
        line-height: 3.4rem;
        font-weight: 400;
        letter-spacing: 0.02em;
        text-align: center;
    }

    div.office_tel {
        margin: 0 auto 76px;
    }

    div.office_tel p {
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 500;
        text-align: center;
    }

    div.office_tel p.tel {
        margin: 0 auto 14px;
        font-size: 3.7rem;
        line-height: 3.7rem;
        font-weight: 700;
        text-align: center;
    }

    div.office_tel p.tel span {
        padding: 0 0 0 60px;
        position: relative;
    }

    div.office_tel p.tel span::before {
        content: "";
        background: url(./images/common/icon_tel.png) center center no-repeat;
        background-size: 50px;
        width: 50px;
        height: 47px;
        position: absolute;
        left: 0;
        bottom: 10px;
        z-index: 2;
    }

    div.office_list {
        margin: 0 auto 75px;
    }

    div.office_list h3 {
        margin: 0 auto 36px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
        position: relative;
    }

    div.office_list h3::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.office_list dl {
        margin: 0 auto;
        width: 650px;
        display: flex;
        justify-content: flex-start;
    }

    div.office_list dl dt {
        margin: 0 0 0 96px;
        color: #1e2d64;
        width: 180px;
        font-size: 1.8rem;
        line-height: 3.6rem;
        font-weight: 500;
        text-align: left;
    }

    div.office_list dl dd {
        margin: 0;
        font-size: 1.8rem;
        line-height: 3.6rem;
        font-weight: 500;
        text-align: left;
    }

    div.office_map {
        margin: 0 auto;
        width: 850px;
    }

    div.office_map img {
        width: 100%;
        height: auto;
    }

    /*お問い合わせ*/

    div.contact_tel_title {
        margin: 0 auto 45px;
    }

    div.contact_tel_title h3 {
        margin: 0 auto;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.02em;
        text-align: center;
        position: relative;
    }

    div.contact_tel_title h3::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.contact_tel {
        margin: 0 auto 60px;
    }

    div.contact_tel p {
        margin: 0 auto;
        font-size: 2.4rem;
        line-height: 2.4rem;
        font-weight: 500;
        text-align: center;
    }

    div.contact_tel p.tel {
        margin: 0 auto 16px;
        font-size: 6.0rem;
        line-height: 6.0rem;
        font-weight: 700;
        text-align: center;
    }

    div.contact_tel p.tel span {
        padding: 0 0 0 100px;
        position: relative;
    }

    div.contact_tel p.tel span::before {
        content: "";
        background: url(./images/common/icon_tel_big.png) center center no-repeat;
        background-size: 80px;
        width: 80px;
        height: 76px;
        position: absolute;
        left: 0;
        bottom: 16px;
        z-index: 2;
    }

    div.contact_intro {
        margin: 0 auto 30px;
        width: 768px;
    }

    div.contact_intro h3 {
        margin: 0 auto 35px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.02em;
        text-align: center;
        position: relative;
    }

    div.contact_intro h3::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.contact_intro p {
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 2.4rem;
        font-weight: 400;
    }

    div.contact_intro p.thanks {
        text-align: center;
    }

    div.contact_intro p span {
        color: #bd1e21;
    }

    div.contact_content {
        margin: 0 auto;
        padding: 45px 0 50px;
        background: #ffffff;
        width: 100%;
        max-width: 956px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    div.form_content {
        margin: 0 auto 15px;
        width: 90%;
        max-width: 800px;
    }

    div.form_content table {
        margin: 0 auto;
        width: 100%;
    }

    div.form_content table th {
        padding: 10px 0;
        width: 175px;
        font-size: 1.7rem;
        line-height: 2.5rem;
        font-weight: 500;
        text-align: left;
        vertical-align: middle;
    }

    div.form_content table th.message {
        vertical-align: top;
    }

    div.form_content table td {
        padding: 10px 0;
        vertical-align: top;
    }

    .wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="url"] {
		background-color: #fff;
		color: #333;
		width: 100%;
        height: 56px;
		border: 1px solid #959595;
		font-size: 100%;
		padding: 0 20px;
	}

    .wpcf7 select {
		background-color: #fff;
		color: #333;
		width: 100%;
        height: 50px;
		border: 1px solid #ddd;
		font-size: 100%;
        line-height: 50px;
		padding: 0 20px;
	}

    .wpcf7 textarea {
		background-color: #fff;
		color: #333;
		width: 100%;
        height: 248px;
		border: 1px solid #959595;
		font-size: 100%;
		padding: 10px 20px;
		border-radius: 5px;
	}

    ::placeholder {
        color: #939393;
        font-weight: 500;
    }

	div.button_submit {
		margin: 0 auto;
		width: 234px;
	}
	
	.wpcf7 input[type="submit"].wpcf7-submit {
		margin: 0 auto;
		font-size: 2.2rem;
		line-height: 64px;
        font-weight: 900;
        text-align: center;
		width: 100%;
		background: #231815;
		color: #ffffff;
		border-radius: 16px;
		cursor: pointer;
		border: none;
        display: block;
	}
	
	/*
	.wpcf7 input[type="submit"].wpcf7-submit:hover {
		background: #a52424;
	}
	*/

    div.contact_recaptcha {
		margin: 20px auto 0;
		width: 100%;
	}

	div.contact_recaptcha p {
		margin: 0 auto;
		font-size: 1.2rem;
		text-align: center;
	}

    /*求人情報*/

    div.recruit_main {
        margin: 0 auto;
        width: 100%;
        background: url(./images/recruit/bg_illust_recruit_pc.png) center top no-repeat;
        background-size: 1280px;
    }

    div.category_recruit {
        margin:  0 auto 76px;
        width: 886px;
        display: flex;
        justify-content: flex-start;
    }

    div.category_recruit_title {
        margin: 0;
        width: 139px;
    }

    div.category_recruit_title h3 {
        margin: 0 auto;
        background: url(./images/recruit/bg_recruit_category_title.png) center center no-repeat;
        background-size: 139px;
        color: #ffffff;
        width: 100%;
        font-size: 1.8rem;
        line-height: 35px;
        font-weight: 500;
        text-align: center;
    }

    div.category_recruit_content {
        margin: 0 0 0 46px;
        width: calc(100% - 185px);
    }

    div.category_recruit_content ul {
        margin: 0 auto;
    }

    div.category_recruit_content ul li {
        margin: 0 0 0 58px;
        display: inline-block;
    }

    div.category_recruit_content ul li:first-child {
        margin: 0 0 0 0;
    }

    div.category_recruit_content ul li a {
        padding: 0 0 0 20px;
        background: url(./images/recruit/icon_recruit_category.png) left center no-repeat;
        background-size: 16px;
        font-size: 1.8rem;
        line-height: 35px;
        letter-spacing: 0.175em;
        font-weight: 500;
        text-decoration: none;
    }

    div.recruit_content {
        margin: 0 auto 100px;
        width: 94%;
        max-width: 960px;
    }

    div.recruit_content h3 {
        margin: 0 auto 36px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
        position: relative;
    }

    div.recruit_content h3::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.recruit_content p {
        margin: 0 auto;
        font-size: 1.8rem;
        line-height: 3.2rem;
        font-weight: 400;
        text-align: center;
    }

    table.recruit {
        margin: 0 auto 50px;
        width: 100%;
    }

    table.recruit:last-child {
        margin: 0 auto;
    }

    table.recruit tr {
        border-bottom: 1px solid #cccccc;
    }

    table.recruit th {
        padding: 24px 0 24px 53px;
        width: 276px;
        font-size: 2.0rem;
        line-height: 2.6rem;
        font-weight: 400;
        letter-spacing: 0.02em;
        text-align: left;
        vertical-align: top;
    }

    table.recruit td {
        padding: 24px 53px 24px 0;
        font-size: 2.0rem;
        line-height: 2.6rem;
        font-weight: 400;
        letter-spacing: 0.02em;
        text-align: left;
        vertical-align: top;
    }

    /*このサイトについて*/

    div.policy_intro {
        margin: 0 auto 48px;
        width: 948px;
    }

    div.policy_intro h3 {
        margin: 0 auto 70px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.175em;
        text-align: center;
        position: relative;
    }

    div.policy_intro h3::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.policy_intro p {
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 3.5rem;
        font-weight: 500;
    }

    div.policy_content {
        margin: 0 auto;
        width: 948px;
    }

    div.policy_intro h4 {
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 3.5rem;
        font-weight: 500;
    }

    div.policy_content p {
        margin: 0 auto 25px;
        font-size: 1.6rem;
        line-height: 3.5rem;
        font-weight: 500;
    }

    div.policy_content p:last-child {
        margin: 0 auto;
    }

    /*メニュー*/

	div#upper_menu_area {
		display: none;
	}

    /*ページタイトルdemo*/

    div.page_title_recruit_area {
        margin: 0 auto;
        width: 100%;
        height: 380px;
        background: url(./images/page_title/bg_title_recruit_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    div.page_title_recruit {
        margin: 0 auto;
        width: 980px;
        height: 380px;
        position: relative;
    }

    div.page_title_text {
        margin: 0;
        background: #ffffff;
        width: 302px;
        height: 92px;
        position: absolute;
        top: 244px;
        left: 0;
    }

    div.page_title_text h2 {
        margin: 0 auto;
        font-size: 4.6rem;
        line-height: 88px;
        font-weight: 700;
        letter-spacing: 0.035em;
        text-align: center;
        position: relative;
    }

    div.page_title_text h2::after {
        content: "";
        margin: 0 auto;
        background: #595757;
        mix-blend-mode: multiply;
        width: 200px;
        height: 34px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -28px;
        z-index: 1;
    }

    div.page_subtitle_text {
        margin: 0;
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        width: 200px;
        height: 34px;
        color: #ffffff;
        font-size: 1.3rem;
        line-height: 34px;
        font-weight: 400;
        letter-spacing: 0.2em;
        text-align: center;
        position: absolute;
        top: 325px;
        left: 55px;
        z-index: 3;
    }

    div.page_title_sp {
        display: none;
    }

    div.page_title_full {
        margin: 0 auto;
        width: 100%;
    }

    div.page_title_full img {
        width: 100%;
        height: auto;
    }

    /*追加*/

    div.page_business_area {
        margin: 120px auto 20px;
        width: 100%;
        background: linear-gradient(to right, #f6ee9c 50%, #f1f1f1 50%);
    }

    div.page_business {
        margin: 0 auto;
        padding: 50px 0 65px;
        background: url(./images/top/bg_top_business_pc.jpg) center top no-repeat;
        background-size: 1280px;
        width: 100%;
        max-width: 1280px;
        position: relative;
    }

    div.page_business::before {
        content: "";
        margin: 0 auto;
        width: 970px;
        height: 178px;
        background: url(./images/top/illust_top_bussiness_top_pc.png) center top no-repeat;
        background-size: 970px;
        position: absolute;
        top: -82px;
        left: 0;
        right: 0;
        z-index: 1;
    }

    div.page_business::after {
        content: "";
        margin: 0 auto;
        width: 970px;
        height: 115px;
        background: url(./images/top/illust_top_bussiness_bottom_pc.png) center top no-repeat;
        background-size: 970px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -42px;
        z-index: 1;
    }

    div.page_business_area h2 {
        margin: 0 auto 55px;
        font-size: 1.8rem;
        line-height: 42px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.175em;
        text-align: center;
        position: relative;
    }

    div.page_business_area h2::after {
        margin: 0 auto;
        content: "";
        background: #000000;
        width: 102px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    div.page_business_content {
        margin: 0 auto;
        width: 970px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    div.page_business_category {
        margin: 0 0 65px;
        width: 303px;
    }

    div.page_business_category_photo {
        margin: 0 auto;
        width: 100%;
        background: #ffffff;
    }

    div.page_business_category_photo img {
        width: 100%;
        height: auto;
    }

    div.page_business_category_link {
        margin: -21px auto 0;
        width: 216px;
        position: relative;
        z-index: 10;
    }

    div.page_business_category_link ul {
        margin: 0 auto;
        width: 100%;
    }

    div.page_business_category_link ul li {
        margin: 14px auto 0;
        width: 100%;
    }

    div.page_business_category_link ul li:first-child {
        margin: 0 auto;
        width: 100%;
    }

    div.page_business_category_link ul li a {
        margin: 0 auto;
        background: #ffffff;
        width: 100%;
        font-size: 2.1rem;
        line-height: 42px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        display: block;
    }

}