@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
    --main-color: #000;
    --sub-color: #fff;
}

@font-face {
  font-family: 'DIN2014';
  src: url('./fonts/DIN2014_Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DIN2014';
  src: url('./fonts/DIN2014_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

.font_Cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font_din {
  font-family: 'DIN2014', sans-serif;
  font-weight: 700;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

body {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    background: #000;
    min-width: 1340px;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    position: relative;
    margin-top: 80px;
    padding: 100px 0 50px;
    margin-bottom: 10px;
    background: url(./image/common_main_back.webp) no-repeat;
    background-size: cover;
    background-position: top center;
}

.common_page_main:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .15;
    position: absolute;
    left: 0;
    top: 0;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #fff;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 232px 1fr;
    align-items: center;
    gap: 14.5px;
    font-family: "Noto Sans JP", sans-serif;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 30px 0;
}

.common_contact_form .form_box dl dt {
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.page_recruit .section_form .cont .common_contact_form .form_box dl {
    color: #000000;
}

.common_contact_form .form_box dl dt .label {
    color: #F44747;
}

.common_contact_form .form_box dl dt .label.ninni {
    /* background: #E0E0E0; */
    color: #fff;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    height: 60px;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    height: 169px;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #DEDEDE;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: #F44747;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_recruit .section_form .cont  #btn_wrap button {
    background-color: #000000;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 230px;
    line-height: 55px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_recruit .section_form .cont  #btn_wrap button[value="send"] {
    background: #F54847;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_recruit .page_contact .thanks_textArea {
    color: #1a1a1a;
}

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: #F44747;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #F44747;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #F44747;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

.p-authorBox .avatar {
	display: inline;
}

/* TOP CSS（PC） */

header#pc_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border-bottom: 1px solid #707070;
    overflow: scroll;
}

header#pc_header .wrap {
    min-width: 1340px;
}

header#pc_header .flex_box {
    align-items: center;
}

header#pc_header .logo img {
    width: 445px;
}

header#pc_header .header_nav {
    margin-left: 45px;
}

header#pc_header .header_nav ul li {
    position: relative;
}

header#pc_header .header_nav ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 22px;
    width: 0px;
    background: #F44747;
    transition: width 0.5s ease;
    transform: translateY(-50%);
    z-index: -1;
}

header#pc_header .header_nav ul li a {
    color: #fff;
    font-weight: 900;
    padding: 0 23.5px;
    position: relative;
    letter-spacing: .1em;
}

header#pc_header .header_nav ul li a:before {
    content: "";
    width: 1px;
    height: 22px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header#pc_header .header_nav ul li:last-child a {
    padding: 0 32.5px;
}

header#pc_header .header_nav ul li:last-child a:after {
    content: "";
    width: 1px;
    height: 22px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

header#pc_header .button {
    position: absolute;
    right: 0;
    top: 0;
}

header#pc_header .button a {
    display: block;
    width: 230px;
    line-height: 80px;
    background: #F44747;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    text-align: center;
    transition: .3s;
}

header#pc_header .button a .text {
    position: relative;
    padding-right: 20px;
}

header#pc_header .button a .text::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
    transition: .3s;
}

main.top_page {
    position: relative;
}

main.top_page .main_mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}

main.top_page .main_mask img {
    width: 100%;
}

main.top_page .main_mask:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
}

.top_main_visual {
    position: relative;
    margin-left: calc( (100vw - 1340px) / 2 );
    height: 814px;
    padding-top: 150px;
}

.top_main_visual .image {
    position: absolute;
    right: 0;
    top: 0;
    width: calc( 1000px + ( (100vw - 1340px) / 2 ) );
    height: 100%;
}

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

.top_main_visual .image:before {
    content: "";
    width: 100%;
    height: 400px;
    background: #FFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.35) 0%, rgba(128, 128, 128, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}

.top_main_visual .image:after {
    content: "";
    width: 100%;
    height: 378px;
    background: #808080;
    background: linear-gradient(0deg,rgba(128, 128, 128, 1) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.top_main_visual .logo {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 2;
}

.top_main_visual .logo img {
    width: 584px;
}

.top_main_visual .site_contents {
    width: 312px;
    overflow: hidden;
}

.top_main_visual .site_contents ul li + li {
    margin-top: 30px;
}

.top_main_visual .site_contents ul li a {
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.top_main_visual .site_contents ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 31px;
    width: 2px;
    background: #F44747;
    transition: width 0.5s ease;
    z-index: -1;
}

.top_main_visual .site_contents ul li a .en {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.top_main_visual .site_contents ul li a .jp {
    font-size: 13px;
    font-weight: 700;
    position: relative;
}

.top_main_visual .site_contents ul li a .jp:before {
    content: "";
    position: absolute;
    left: calc( 100% + 5px );
    top: 50%;
    height: 1px;
    width: 0px;
    background: #fff;
    transition: width 0.9s ease;
    z-index: -1;
}

.top_main_visual .catch_box {
    position: absolute;
    right: calc( (100vw - 1340px) / 2 );
    top: 0;
    z-index: 2;
    display: flex;
    gap: 20px;
}

.top_main_visual .catch_box .label {
    background: #FF0000;
    color: #fff;
    font-size: 33px;
    font-weight: 900;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 37px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    letter-spacing: .15em;
}

.top_main_visual .catch_box .label:first-child {
    order: 2;
    height: 673px;
}

.top_main_visual .catch_box .label:nth-child(2) {
    height: 469px;
}

.top_main_visual .catch_box .label:before {
    content: "";
    width: 1px;
    height: 109px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 82.5px;
}

.top_main_visual .catch_box .label:first-child::before {
    height: 122px;
}

.recruit_banner_fixed {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 8;
    transition: .3s;
}

@media (min-width: 1750px) {
    .recruit_banner_fixed {
        bottom: 120px;
    }
}

.recruit_banner_fixed img {
    width: 372px;
}

.recruit_banner_fixed .close {
    width: 39px;
    height: 39px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: -20px;
    top: -20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_top_news {
    margin-left: calc( (100vw - 1340px) / 2 );
}

.section_top_news {
    margin-bottom: 157px;
    position: relative;
    z-index: 2;
}

.section_top_news .flex_box {
    align-items: center;
}

.section_top_news .title_box .en {
    font-size: 62px;
    line-height: 1.2;
    margin-bottom: 16.5px;
}

.section_top_news .more {
    color: #fff;
    padding-right: 60px;
    background: url(./image/arrow.svg) no-repeat;
    background-position: 100% center;
    display: inline-block;
    transition: .3s;
}

.section_top_news .news_box {
    width: calc( 1050px + ( (100vw - 1340px) / 2 ) );
}

.section_top_news .news_box ul li a {
    border: 2px solid #F44747;
    color: #fff;
    align-items: center;
    height: 65px;
    padding: 0 31px;
    flex-wrap: nowrap;
    mix-blend-mode: overlay;
    transition: .3s;
}

.section_top_news .news_box ul li:nth-child(n+2) a {
    border-top: none;
}

.section_top_news .news_box ul li a .year {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #F44747;
    font-size: 14px;
    transition: .3s;
    font-weight: 400;
}

.section_top_news .news_box ul li a .date {
    color: #F44747;
    font-size: 29px;
    margin-right: 41px;
    transition: .3s;
    font-weight: 400;
}

.section_top_news .news_box ul li a .title {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.top_section_business {
    padding-bottom: 120px;
}

.top_section_business .title_box {
    width: 187px;
    border-top: 1px solid #FFFFFF;
    position: relative;
}

.top_section_business .title_box .title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .15em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 50%;
    top: 55px;
    white-space: nowrap;
    transform: translateX(-50%);
    letter-spacing: .5em;
}

.top_section_business .title_box .en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 50%;
    top: 33px;
    white-space: nowrap;
    transform: translateX(-50%);
    opacity: .15;
    font-size: 128px;
    line-height: .9;
    text-transform: uppercase;
}

.top_section_business .contents {
    width: 1050px;
}

.top_section_business .contents .box + .box {
    margin-top: 120px;
}

.top_section_business .contents .box .text_box {
    width: calc( 100% - 530px );
}

.top_section_business .contents .box .text_box .title_wrap {
    align-items: flex-end;
    gap: 20px;
    border-bottom: 1px solid #F44747;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.top_section_business .contents .box .text_box .title_wrap .title {
    font-size: 46px;
    line-height: 1;
    letter-spacing: .15em;
}

.top_section_business .contents .box .text_box .title_wrap .title:first-letter {
    font-size: 76px;
    color: #F44747;
}

.top_section_business .contents .box:first-child .text_box .title_wrap .title:first-letter {
    letter-spacing: 0;
}

.top_section_business .contents .box .text_box .title_wrap .en {
    letter-spacing: .15em;
    text-transform: uppercase;
}

.top_section_business .contents .box .text_box .title_wrap .en:first-letter {
    color: #F44747;
}

.top_section_business .contents .box .text_box .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 40px;
}

.top_section_business .contents .box:nth-child(odd) .text_box .lead {
    margin-right: 56px;
}

.top_section_business .contents .box:nth-child(even) .text_box .lead {
    margin-left: 56px;
}

.top_section_business .contents .box:nth-child(even) .text_box .title_wrap {
    padding-left: 50px;
}

.top_section_business .contents .box:nth-child(even) .text_box .common_more_button {
    margin-left: 56px;
}

.top_section_business .contents .box .image {
    width: 530px;
}

.common_more_button a {
    display: block;
    width: 230px;
    line-height: 55px;
    border: 1px solid #F44747;
    color: #F44747;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .1em;
    transition: .3s;
}

.common_title {
    text-align: center;
    margin-bottom: 74px;
    position: relative;
}

.top_section_contact .common_title {
    margin-bottom: 30px;
}

.common_title .en {
    font-size: 100px;
    opacity: .15;
    text-transform: uppercase;
    line-height: 1;
}

.common_title .title {
    font-size: 40px;
    line-height: 1;
    margin-top: -1em;
    letter-spacing: .1em;
    z-index: 2;
    position: relative;
}

.top_section_example {
    position: relative;
    padding-top: 75px;
    padding-bottom: 92px;
}

.top_section_example:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .15;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.top_section_example .common_title:before {
    content: "";
    width: 83px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -31.5px;
    transform: translateX(-50%);
}

.top_section_example .wrap {
    position: relative;
    z-index: 2;
}

.common_works_cont .slide {
    width: 935px;
    height: 293px;
    margin: 0 15px;
    position: relative;
}

.home .common_works_cont .slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 2;
    transition: .3s;
    pointer-events: none;
}

.common_works_cont .slide.slick-active:before {
    opacity: 0;
}

.top_section_example .slick-dots {
    bottom: -60px;
}

.top_section_example .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #888888;
    border-radius: 100%;
    position: relative;
}

.top_section_example .slick-dots li button:before {
    display: none;
}

.top_section_example .slick-dots li.slick-active button {
    background: #FFFFFF;
}

.top_section_example .slick-dots li.slick-active button:after {
    content: "";
    width: 24px;
    height: 24px;
    background: #888888;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.top_section_example .slick-arrow {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #F44747;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
}

.top_section_example .slick-prev {
    left: calc( (100vw - 1240px) / 2 + 107px );
    background-image: url(./image/arrow_prev.svg);
}

.top_section_example .slick-next {
    right: calc( (100vw - 1240px) / 2 + 107px );
    background-image: url(./image/arrow_next.svg);
}

.top_section_example .slick-arrow:before {
    display: none;
}

.common_works_cont .slide .image {
    width: 338px;
    height: 100%;
}

.common_works_cont .slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_works_cont .slide .text_box {
    width: calc( 100% - 338px );
    position: relative;
    padding: 55px 75px 30px 75px;
}

.common_works_cont .slide .text_box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .85;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.common_works_cont .slide .text_box .en {
    color: #F44747;
    text-transform: uppercase;
}

.common_works_cont .slide .text_box .title {
    background: #F44747;
    color: #fff;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: fit-content;
}

.common_works_cont .slide .text_box .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #1A1A1A;
    font-weight: 500;
    margin-bottom: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    letter-spacing: .1em;
}

.common_works_cont .slide .text_box .more {
    color: #F44747;
    text-transform: uppercase;
    text-align: right;
}

.common_works_cont .slide .text_box .more .text {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 38.5px;
}

.common_works_cont .slide .text_box .more .text:before {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #F44747;
    position: absolute;
    left: 0;
    top: calc( 50% - 1px );
}

.top_section_example .common_more_button a {
    margin: 90px auto 0;
}

.top_section_recruit {
    padding-top: 100px;
    padding-bottom: 175px;
}

.top_section_recruit .wrap {
    position: relative;
}

.top_section_recruit .paint {
    position: absolute;
    pointer-events: none;
}

.top_section_recruit .paint.left_top {
    left: -42px;
    top: -110px;
}

.top_section_recruit .paint.right_top {
    right: -50px;
    top: -205px;
}

.top_section_recruit .paint.left_bottom {
    left: -157px;
    top: 203px;
}

.top_section_recruit .paint.right_bottom {
    right: 50px;
    bottom: -120px;
}

.top_section_recruit .banner {
    text-align: center;
    position: relative;
    z-index: 2;
}

.top_section_recruit .banner img {
    width: 1030px;
    transition: .3s;
}

.top_section_company {
    padding-bottom: 120px;
}

.top_section_company .flex_box {
    margin-bottom: 135px;
}

.top_section_company .title_box {
    width: 187px;
    border-top: 1px solid #FFFFFF;
    position: relative;
    padding-top: 33px;
}

.top_section_company .title_box .title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .15em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .5em;
    position: absolute;
    right: 0;
    top: 33px;
}

.top_section_company .title_box .en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    opacity: .15;
    font-size: 128px;
    line-height: .9;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 33px;
}

.top_section_company .contents_box {
    width: 1000px;
    position: relative;
    margin-top: 90px;
    margin-right: 50px;
}

.top_section_company .contents_box .catch {
    font-size: 80px;
    letter-spacing: .09em;
    line-height: 1.2;
}

.top_section_company .contents_box .catch .accent {
    color: #F44747;
}

.top_section_company .contents_box .en {
    color: #F44747;
    font-size: 18px;
    letter-spacing: .12em;
    position: relative;
    width: 480px;
    margin-bottom: 47px;
}

.top_section_company .contents_box .en:before {
    content: "";
    width: 250px;
    height: 1px;
    background-color: #F44747;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.top_section_company .contents_box .lead_box {
    width: 500px;
    margin-bottom: 50px;
}

.top_section_company .contents_box .lead_box .text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .13em;
}

.top_section_company .contents_box .lead_box .text + .text {
    margin-top: 2em;
}

.top_section_company .contents_box .picture {
    position: absolute;
}

.top_section_company .contents_box .picture.main {
    right: 0;
    top: 0;
    width: 360px;
    z-index: 2;
}

.top_section_company .contents_box .picture.sub {
    right: 225px;
    top: 433px;
    width: 200px;
    z-index: 1;
}

.top_section_company .sustainability_banner {
    text-align: center;
}

.top_section_company .sustainability_banner img {
    width: 880px;
    transition: .3s;
}

.top_section_contact {
    position: relative;
    padding-top: 65px;
    padding-bottom: 100px;
}

.top_section_contact:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .15;
    position: absolute;
    left: 0;
    top: 0;
}

.top_section_contact .wrap {
    position: relative;
}

.common_cta_box .contact_box {
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
}

.common_cta_box .contact_box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .80;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.common_cta_box .contact_box .box {
    width: 50%;
    padding: 35px 0 30px 0;
    text-align: center;
}

.common_cta_box .contact_box .box.mail_box {
    position: relative;
}

.common_cta_box .contact_box .box.mail_box:before {
    content: "";
    width: 1px;
    height: 212px;
    background: #1A1A1A;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.common_cta_box .contact_box .box .title_box {
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    position: relative;
}

.common_cta_box .contact_box .box .title_box:before {
    content: "";
    width: 52px;
    height: 2px;
    background: #1A1A1A;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.common_cta_box .contact_box .box .title_box .title {
    font-size: 30px;
    color: #1A1A1A;
}

.common_cta_box .contact_box .box .lead {
    font-family: "Noto Sans JP", sans-serif;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.common_cta_box .contact_box .box.tel_box .lead {
    margin-bottom: 10px;
}

.common_cta_box .contact_box .box .button a {
    display: block;
    width: 286px;
    line-height: 60px;
    background: #F44747;
    color: #fff;
    margin: 0 auto;
    border: 1px solid #F44747;
    transition: .3s;
}

.common_cta_box .contact_box .box .tel {
    font-size: 45px;
    color: #986900;
    padding-left: 64px;
    background-image: url(./image/icon_tel.svg);
    background-repeat: no-repeat;
    background-position: 0;
    display: inline-block;
    line-height: 1;
    letter-spacing: .03em;
}

.common_cta_box .contact_box .box .time {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #1A1A1A;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2;
}

.common_cta_box .recruit_box {
    width: 1020px;
    margin: 0 auto;
}

.common_cta_box .recruit_box a {
    background: url(./image/recruit_back.webp) no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 262px;
    position: relative;
}

.common_cta_box .recruit_box .text_box {
    width: 630px;
    margin-left: auto;
    position: relative;
    z-index: 2;
    height: 100%;
    color: #fff;
    padding-left: 140px;
    padding-top: 58px;
    transition: .3s;
}

.common_cta_box .recruit_box .text_box .title_box .lead {
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    position: relative;
}

.common_cta_box .recruit_box .text_box .title_box .lead:before {
    content: "";
    width: 211px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -221.5px;
    top: 50%;
    transition: .3s;
}

.common_cta_box .recruit_box .text_box .title_box .en {
    font-size: 67px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding-right: 100px;
    background: url(./image/arrow_2.svg) no-repeat;
    background-position: center right 0;
    margin-bottom: 10px;
    transition: .3s;
}

.common_cta_box .recruit_box .text_box .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
}

.common_cta_box .recruit_box .mask {
    content: "";
    width: 630px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 6% 50%);
    transition: .3s;
    background: url(./image/recruit_box_mask.webp);
    background-size: cover;
    background-position: center;
}

footer#main_footer {
    padding-top: 105px;
    padding-bottom: 40px;
}

footer#main_footer .wrap {
    padding: 0 40px;
}

footer#main_footer .logo {
    margin-bottom: 48px;
}

footer#main_footer .logo img {
    width: 528px;
}

footer#main_footer .flex_box {
    align-items: flex-end;
    padding-bottom: 105px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}

footer#main_footer .company {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    margin-bottom: 12px;
    letter-spacing: .1em;
}

footer#main_footer .address,
footer#main_footer .tel {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    letter-spacing: .1em;
}

footer#main_footer .footer_nav {
    margin-top: 50px;
}

footer#main_footer .footer_nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
}

footer#main_footer .footer_nav ul li {
    min-width: 139px;
}

footer#main_footer .footer_nav ul li a {
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-right: 20px;
    letter-spacing: .1em;
    transition: .3s;
}

footer#main_footer .footer_nav ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

footer#main_footer .catch_box .catch {
    font-size: 35px;
    line-height: 1.3;
    letter-spacing: .11em;
    position: relative;
    margin-bottom: 25px;
}

footer#main_footer .catch_box .catch:before {
    content: "";
    width: 121px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 20px;
}

footer#main_footer .catch_box .catch .big {
    font-size: 65px;
}

footer#main_footer .catch_box .catch .accent {
    color: #F44747;
}

footer#main_footer .catch_box ul li a {
    display: block;
    width: 227px;
    line-height: 55px;
    background: #F44747;
    color: #fff;
    text-align: center;
    border: 1px solid #F44747;
    letter-spacing: .05em;
    transition: .3s;
}

footer#main_footer .catch_box ul li:nth-child(2) a {
    background: #fff;
    color: #F44747;
}

footer#main_footer .bottom_box .other_links ul {
    gap: 32px;
}

footer#main_footer .bottom_box .other_links ul li a {
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 12px;
}

footer#main_footer .bottom_box .copyright small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 500;
}

/* PC固定ページ サステナビリティ */
#page_sustain {
    padding: 0 0 200px;
}

#page_sustain .sec_about {
    margin-bottom: 180px;
}

#page_sustain .sec_about .common_sec_title {
    margin-bottom: 35px;
}

#page_sustain .sec_about .content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

#page_sustain .sec_about .content li .img {
    text-align: center;
    margin-bottom: 25px;
}

#page_sustain .sec_about .content li .text_box .title {
    text-align: center;
    font-size: 26px;
    letter-spacing: .03em;
    font-weight: 700;
    margin-bottom: 20px;
}

#page_sustain .sec_about .content li .text_box .subtitle {
    color: #F44747;
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
    margin-bottom: 20px;
}

#page_sustain .sec_about .content li .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

#page_sustain .sec_sdgs .common_sec_title {
    margin-bottom: 400px;
}

#page_sustain .sec_sdgs .common_sec_title .title {
    margin-bottom: 25px;
}

#page_sustain .sec_sdgs .common_sec_title .title_text {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

#page_sustain .sec_sdgs .content li .icon_box {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 15px;
}

#page_sustain .sec_sdgs .content li .icon_box .icon {
    width: 60px;
}

#page_sustain .sec_sdgs .content li .text_box .title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 15px;
}

#page_sustain .sec_sdgs .content li .text_box .text li {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.7;
    list-style: inside;
    color: #1A1A1A;
    font-family: "Noto Sans JP", sans-serif;
}

#page_sustain .sec_sdgs .content li.governance .text_box .text {
    width: 95%;
    margin: 0 auto;
    white-space: nowrap;
}

#page_sustain .sec_sdgs .content li.society .text_box .title {
    color: #183F93;
}

#page_sustain .sec_sdgs .content li.environment .text_box .title {
    color: #52ab3f;
}

#page_sustain .sec_sdgs .content li.governance .text_box .title {
    color: #ec6400;
}

#page_sustain .sec_sdgs .content>ul>li {
    position: absolute;
    z-index: -1;
}

#page_sustain .sec_sdgs .content>ul>li::before {
    content: "";
    width: 440px;
    height: 440px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#page_sustain .sec_sdgs .content>ul>li.society::before {
    background: #D2E4FF;
}

#page_sustain .sec_sdgs .content>ul>li.environment::before {
    background: #CCFFDC;
    transform: none;
    top: -160px;
    left: -60px;
}

#page_sustain .sec_sdgs .content>ul>li.governance::before {
    background: #FFE0C7;
    transform: translateX(-50%);
    top: -160px;
}

#page_sustain .sec_sdgs .content .esg_img {
    width: 365px;
    margin: 0 auto;
    z-index: 3;
}

#page_sustain .sec_sdgs .content>ul li.society {
    top: -220px;
    left: 50%;
    transform: translateX(-50%);
}

#page_sustain .sec_sdgs .content>ul li.environment {
    /* left: 120px; */
    left: 50%;
    transform: translateX(-170%);
    bottom: -80px;
}

#page_sustain .sec_sdgs .content>ul li.governance {
    /* right: 120px; */
    right: 50%;
    transform: translateX(138%);
    bottom: -80px;
}

.common_sec_title {
    text-align: center;
}

.common_sec_title .title {
    display: inline-block;
    font-size: 30px;
    letter-spacing: .05em;
    font-weight: 700;
    border-bottom: 1px solid #F44747;
    padding: 0 0 10px;
}

/* PC固定ページ 事業内容 */

#page_business_single .section_introduction {
    text-align: center;
    margin-bottom: 130px;
}

#page_business_single .section_introduction .catch {
    font-size: 30px;
    margin-bottom: 1em;
    letter-spacing: .15em;
}

#page_business_single .section_introduction .catch .accent {
    color: #F44747;
    font-size: 40px;
}

#page_business_single .section_introduction .lead {
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .1em;
}

#page_business_single .section_service {
    margin-bottom: 150px;
    position: relative;
    padding: 110px 0;
}

#page_business_single .section_service:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .15;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#page_business_single .section_service ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

#page_business_single .section_service ul li {
    background: url(./image/recruit_carrier_back.webp) no-repeat;
    background-size: 100%;
    background-position: center bottom;
    color: #1A1A1A;
}

#page_business_single .section_service ul li .image {
    width: 100%;
    height: 160px;
}

#page_business_single .section_service ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_business_single .section_service ul li .text {
    padding: 1em;
}

#page_business_single .section_strong {
    margin-bottom: 170px;
}

#page_business_single .section_strong ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#page_business_single .section_strong ul li {
    background: #fff;
}

#page_business_single .section_strong ul li .image {
    width: 100%;
    height: 200px;
}

#page_business_single .section_strong ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_business_single .section_strong ul li .text_box {
    color: #1A1A1A;
    padding: 20px;
    background: #DFDFDF;
}

#page_business_single .section_strong ul li .text_box .num {
    font-size: 20px;
    color: #F44747;
}

#page_business_single .section_strong ul li .text_box .catch {
    background: #F44747;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    line-height: 2.3;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 20px;
}

#page_business_single .section_strong ul li .text_box .text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 2;
    margin-top: 1em;
}

#page_business_single .section_message {
    text-align: center;
    position: relative;
    padding-top: 100px;
    margin-bottom: 100px;
}

#page_business_single .section_message .paint {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    z-index: -1;
    opacity: .8;
}

#page_business_single .section_message .text {
    font-size: 30px;
    line-height: 2;
    letter-spacing: .1em;
}

#page_business_single .section_message .text .accent {
    color: #DD9900;
}

/* サイトマップ */

#page_sitemap #sitemap_list {
    background: none;
}

#page_sitemap #sitemap_list li.home-item a {
    color: #fff;
}

#page_sitemap #sitemap_list li.home-item {
    border-color: #fff;    
}

/* お知らせ一覧 */

body.archive .wp-block-search__input {
    background: #fff;
}

/* お知らせ詳細 */

.wp-singular .l-content {
    padding-top: 140px;
}

@media (min-width: 750px) {

    .top_main_visual .site_contents ul li a:hover:before {
        width: 312px;
    }

    .top_main_visual .site_contents ul li a:hover .jp:before {
        width: 312px;
    }

    .section_top_news .title_box .more:hover {
        color: #F44747;
        background-image: url(./image/arrow_red.svg);
    }

    .section_top_news .news_box ul li a:hover {
        background: #F44747;
        color: #fff;
    }

    .section_top_news .news_box ul li a:hover .date,
    .section_top_news .news_box ul li a:hover .year {
        color: #fff;
    }

    .common_more_button a:hover {
        background: #F44747;
        color: #fff;
    }

    .common_works_cont .slide.slick-active:hover::before {
        opacity: .1;
    }

    .top_section_recruit .banner img:hover {
        filter: brightness(0.8);
    }

    .top_section_company .sustainability_banner img:hover {
        filter: brightness(0.8);
    }

    .common_cta_box .contact_box .box .button a:hover {
        background: #fff;
        color: #F44747;
    }

    .common_cta_box .recruit_box a:hover .mask {
        background-color: #fff;
        background-image: none;
    }

    .common_cta_box .recruit_box a:hover .text_box {
        color: #F44747;
    }

    .common_cta_box .recruit_box a:hover .text_box .lead:before {
        background: #F44747;
    }

    .common_cta_box .recruit_box a:hover .text_box .title_box .en {
        background-image: url(./image/arrow_2_red.svg);
    }

    footer#main_footer .footer_nav ul li a:hover {
        filter: brightness(0.8);
    }

    footer#main_footer .catch_box ul li:nth-child(1) a:hover {
        background: none;
        color: #F44747;
    }

    footer#main_footer .catch_box ul li:nth-child(2) a:hover {
        background: #F44747;
        color: #fff;
    }

    header#pc_header .header_nav ul li:hover::after {
        width: 100%;
    }

    header#pc_header .button a:hover {
        background: #fff;
        color: #F44747;
    }

    header#pc_header .button a:hover .text::after {
        border-color: #F44747;
    }

}

@media (max-width: 1340px) {

    .top_main_visual {
        margin-left: 0;
    }

    .top_main_visual .catch_box {
        right:50px;
    }

    header#pc_header {
        justify-content: flex-start;
    }

    header#pc_header .wrap {
        position: relative;
    }

    header#pc_header .button {
        right:0;
        top: -25px;
    }

}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.5vw;
        padding-top: 80px;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #000000;
        z-index: 999;
        height: 80px;
        border-bottom: 1px solid #707070;
    }

    #sp_header .logo {
        position: absolute;
        left: 5vw;
        top: 33.8px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 15.2px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        margin-top: 0;
        padding: 15vw 0 10vw;
    }

 
    .common_page_main .common_title .en {
        font-size: 12vw;
    }

    .common_page_main .common_title .title {
        margin-top: -.7em;
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 4.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    /* TOP CSS（SP） */

    main.top_page .main_mask:before {
        height: 216.4vw;
        opacity: .3;
    }

    .top_main_visual {
        margin-left: 0;
        height: 169.5vw;
        padding-top: 0;
        margin-bottom: 37.2vw;
    }

    .top_main_visual .image {
        width: 100%;
    }

    .top_main_visual .image img {
        object-position: 30% 100%;
    }

    .top_main_visual .image:before {
        content: "";
        width: 63.1vw;
        height: 100%;
        background: #FFFFFF;
        background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(33, 33, 33, 1) 100%);
        left: auto;
        right: -5.1vw;
    }

    .top_main_visual .image:after {
        width: 213.6vw;
        height: 100.3vw;
        left: -10.8vw;
    }

    .top_main_visual .logo {
        position: absolute;
        left: 0;
        top: 17.9vw;
        z-index: 2;
    }

    .top_main_visual .logo img {
        width: 149.7vw;
    }

    .top_main_visual .catch_box {
        right: 5vw;
        gap: 2.8vw;
    }

    .top_main_visual .catch_box .label {
        font-size: 6.2vw;
        padding-top: 7.9vw;
    }

    .top_main_visual .catch_box .label:first-child {
        height: 117.4vw;
    }

    .top_main_visual .catch_box .label:nth-child(2) {
        height: 82.3vw;
    }

    .top_main_visual .catch_box .label:before {
        height: 17.9vw;
        bottom: 9.2vw;
    }

    .top_main_visual .catch_box .label:first-child::before {
        height: 16.4vw;
        bottom: 9.7vw;
    }
    
    .section_top_news {
        margin-left: 0;
        padding: 0 5vw;
    }

    .section_top_news {
        margin-bottom: 20.5vw;
    }

    .section_top_news .flex_box {
        display: block;
    }

    .section_top_news .title_box .en {
        font-size: 12.8vw;
        margin-bottom: 1.7vw;
        text-align: center;
    }

    .section_top_news .more_wrap {
        text-align: center;
    }

    .section_top_news .more {
        padding-right: 15.4vw;
        font-size: 4.6vw;
        background-size: 11.8vw;
    }

    .section_top_news .news_box {
        width: 100%;
    }

    .section_top_news .news_box ul {
        margin-bottom: 6.4vw;
    }

    .section_top_news .news_box ul li a {
        border: 1px solid #F44747;
        height: 14.1vw;
        padding: 0 7.9vw 0 4.4vw;
        position: relative;
    }

    .section_top_news .news_box ul li a .year {
        -ms-writing-mode: initial;
        writing-mode: initial;
        font-size: 3.1vw;
        position: absolute;
        left: 4.6vw;
        top: 1.3vw;
    }

    .section_top_news .news_box ul li a .date {
        font-size: 5.6vw;
        margin-right: 5.4vw;
        margin-top: 4.6vw;
    }

    .section_top_news .news_box ul li a .title {
        font-size: 3.6vw;
    }
    
    .top_section_business {
        padding-bottom: 23.1vw;
    }

    .top_section_business .wrap {
        max-width: 100%;
    }

    .top_section_business .title_box {
        width: 100%;
        border-top: none;
        margin-bottom: 6.7vw;
    }

    .top_section_business .title_box .title {
        font-size: 5.9vw;
        letter-spacing: .15em;
        -ms-writing-mode: initial;
        writing-mode: initial;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        font-family: "Noto Sans JP", sans-serif;
    }

    .top_section_business .title_box .en {
        -ms-writing-mode: initial;
        writing-mode: initial;
        position: relative;
        left: auto;
        top: auto;
        white-space: initial;
        transform: translateX(0);
        opacity: .15;
        font-size: 15.9vw;
        line-height: 1;
        text-align: center;
    }

    .top_section_business .contents {
        width: 100%;
    }

    .top_section_business .contents .box + .box {
        margin-top: 15.4vw;
    }

    .top_section_business .contents .box .text_box {
        width: 90%;
        padding-top: 3.8vw;
        margin: 0 auto;
        position: relative;
    }

    .top_section_business .contents .box .text_box:before {
        content: "";
        width: 1px;
        height: calc( 100% - 21.6vw );
        background: #F44747;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .top_section_business .contents .box:nth-child(2) .text_box:before {
        height: calc( 100% - 28.6vw );
    }

    .top_section_business .contents .box .text_box .title_wrap {
        gap: 4.9vw;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 3.6vw;
        margin-left: .5em;
    }

    .top_section_business .contents .box .text_box .title_wrap .title {
        font-size: 7.7vw;
    }

    .top_section_business .contents .box .text_box .title_wrap .title:first-letter {
        font-size: 13.1vw;
    }

    .top_section_business .contents .box .text_box .lead {
        font-size: 3.6vw;
        margin-bottom: 7.7vw;
    }

    .top_section_business .contents .box:nth-child(odd) .text_box .lead {
        margin-right: 0;
        margin-left: 3.8vw;
    }

    .top_section_business .contents .box:nth-child(even) .text_box .lead {
        margin-left: 3.8vw;
    }

    .top_section_business .contents .box:nth-child(even) .text_box .title_wrap {
        padding-left: 0;
        margin-left: 3.8vw;
    }

    .top_section_business .contents .box:nth-child(even) .text_box .common_more_button {
        margin-left: 0;
    }

    .top_section_business .contents .box .image {
        width: 100%;
        order: -1;
        height: 37.2vw;
    }

    .top_section_business .contents .box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .common_more_button a {
        width: 100%;
        line-height: 14.1vw;
        font-size: 5.1vw;
    }

    .common_title {
        margin-bottom: 6.4vw;
        position: relative;
    }

    .top_section_contact .common_title {
        margin-bottom: 9.2vw;
    }

    .common_title .en {
        font-size: 14.1vw;
        line-height: .9;
    }

    .common_title .title {
        font-size: 5.9vw;
        margin-top: -1.5em;
        letter-spacing: .1em;
    }

    .home .common_title .title {
        font-family: "Noto Sans JP", sans-serif;
    }

    .top_section_example {
        padding-top: 12.1vw;
        padding-bottom: 15.4vw;
    }

    .top_section_example .common_title:before {
        display: none;
    }

    .common_works_cont .slide {
        width: 79.5vw;
        height: auto;
        margin: 0 2.6vw;
    }

    .top_section_example .slick-dots {
        bottom: -11.5vw;
    }

    .common_works_cont .slide .image {
        width: 100%;
        height: 38.5vw;
    }

    .common_works_cont .slide .text_box {
        width: 100%;
        padding: 6.4vw 5.1vw;
        text-align: center;
    }

    .common_works_cont .slide .text_box .en {
        font-size: 4.1vw;
        text-align: center;
        margin-bottom: 0.8vw;
    }

    .common_works_cont .slide .text_box .title_wrap {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        width: fit-content;
        color: #fff;
    }

    .common_works_cont .slide .text_box .title {
        font-size: 4.1vw;
        display: inline;
        padding: 1vw 2.1vw;
        line-height: 2.3;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }

    .common_works_cont .slide .text_box .lead {
        font-size: 3.6vw;
        margin-top: 1em;
        line-height: 1.5;
    }

    .common_works_cont .slide .text_box .more {
        text-align: center;
    }

    .common_works_cont .slide .text_box .more .text {
        padding-left: 0;
        font-size: 4.1vw;
    }

    .common_works_cont .slide .text_box .more .text:before {
        display: none;
    }

    .top_section_example .common_more_button a {
        margin: 17.9vw auto 0;
        width: 90vw;
    }

    .top_section_recruit {
        padding-top: 0;
        padding-bottom: 15.4vw;
    }

    .top_section_recruit .wrap {
        max-width: 100%;
    }

    .top_section_recruit .paint.left_bottom {
        left: -17.9vw;
        top: 51.3vw;
        width: 42.6vw;
    }

    .top_section_recruit .paint.right_bottom {
        right: -5.1vw;
        bottom: -12.8vw;
        width: 23.1vw;
    }

    .top_section_recruit .banner img {
        width: 100%;
    }

    .top_section_company {
        padding-bottom: 20.0vw;
    }

    .top_section_company .flex_box {
        margin-bottom: 19.2vw;
    }

    .top_section_company .title_box {
        width: 100%;
        border-top: none;
        padding-top: 0;
    }

    .top_section_company .title_box {
        display: block;
        text-align: center;
        margin-bottom: 9.0vw;
    }

    .top_section_company .title_box .title {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 5.9vw;
        -ms-writing-mode: initial;
        writing-mode: initial;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 65%;
        letter-spacing: .1em;
        position: relative;
    }

    .top_section_company .title_box .en {
        -ms-writing-mode: initial;
        writing-mode: initial;
        font-size: 15.9vw;
        line-height: 1;
        position: relative;
        left: auto;
        top: auto;
    }

    .top_section_company .contents_box {
        width: 100%;
        margin-top: 0;
        padding-top: 68.1vw;
        margin-right: 0;
    }

    .top_section_company .contents_box .catch {
        font-size: 14vw;
        letter-spacing: .043em;
        margin-bottom: 2.6vw;
    }

    .top_section_company .contents_box .en {
        font-size: 3.1vw;
        width: 100%;
        margin-bottom: 9.0vw;
        letter-spacing: .13em;
    }

    .top_section_company .contents_box .en:before {
        width: 47.1vw;
        bottom: 2.6vw;
    }

    .top_section_company .contents_box .lead_box {
        width: 100%;
        margin-bottom: 10.3vw;
    }

    .top_section_company .contents_box .lead_box .text + .text {
        margin-top: 1.7em;
    }

    .top_section_company .contents_box .picture.main {
        right: -10vw;
        width: 66.7vw;
    }

    .top_section_company .contents_box .picture.sub {
        right: auto;
        top: 30.8vw;
        width: 51.3vw;
        left: 0;
    }

    .top_section_company .sustainability_banner {
        text-align: center;
    }

    .top_section_company .sustainability_banner img {
        width: 225.6vw;
        transition: .3s;
    }

    .top_section_contact {
        padding-top: 12.3vw;
        padding-bottom: 17.2vw;
    }

    .common_cta_box {
        position: relative;
        padding: 10.3vw 4.4vw;
    }

    .common_cta_box .contact_box {
        margin-bottom: 7.8vw;
    }

    .common_cta_box .contact_box:before {
        display: none;
    }

    .common_cta_box:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .80;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .common_cta_box .contact_box .box {
        width: 100%;
        padding: 0 3.8vw 7.8vw 3.8vw;
        border-bottom: 1px solid #ADADAD;
    }

    .common_cta_box .contact_box .box + .box {
        margin-top: 7.8vw;
    }

    .common_cta_box .contact_box .box.mail_box:before {
        display: none;
    }

    .common_cta_box .contact_box .box .title_box {
        gap: 4.1vw;
        margin-bottom: 3.6vw;
    }

    .common_cta_box .contact_box .box.tel_box .title_box {
        gap: 3.9vw;
    }

    .common_cta_box .contact_box .box .title_box:before {
        display: none;
    }

    .common_cta_box .contact_box .box .title_box .title {
        font-size: 5.1vw;
        border-left: 2px solid;
        padding-left: 2.8vw;
        line-height: 1.45;
    }

    .common_cta_box .contact_box .box.tel_box .title_box .title {
        padding-left: 4.1vw;
    }

    .common_cta_box .contact_box .box.mail_box .title_box .icon img {
        width: 8.7vw;
    }

    .common_cta_box .contact_box .box.tel_box .title_box .icon img {
        height: 8.7vw;
    }

    .common_cta_box .contact_box .box .button a {
        width: 73.3vw;
        line-height: 15.4vw;
        font-size: 4.6vw;
    }

    .common_cta_box .contact_box .box .tel {
        width: 73.3vw;
        line-height: 15.4vw;
        font-size: 4.6vw;
        background: #986900;
        color: #fff;
        padding: 0;
        font-size: 5.1vw;
    }

    .common_cta_box .contact_box .box .tel a {
        color: #fff;
    }

    .common_cta_box .recruit_box {
        width: 100%;
    }

    .common_cta_box .recruit_box a {
        height: 46.2vw;
    }

    .common_cta_box .recruit_box .text_box {
        width: 100%;
        margin-left: 0;
        padding-left: 8.7vw;
        padding-top: 10.1vw;
    }

    .common_cta_box .recruit_box .text_box .title_box .lead {
        font-size: 4.1vw;
    }

    .common_cta_box .recruit_box .text_box .title_box .lead:before {
        height: 2px;
        width: 19.2vw;
        right: -21.8vw;
    }

    .common_cta_box .recruit_box .text_box .title_box .en {
        font-size: 12.8vw;
        padding-right: 11.3vw;
        background-image: url(./image/arrow_2_sp.svg) no-repeat;
        background-size: 8.5vw;
        margin-bottom: 1.3vw;
    }

    .common_cta_box .recruit_box .text_box .lead {
        font-size: 3.6vw;
    }

    .common_cta_box .recruit_box .mask {
        width: 100%;
        clip-path: unset;
    }

    footer#main_footer {
        padding-top: 14.2vw;
        padding-bottom: 6.9vw;
    }

    footer#main_footer .wrap {
        padding: 0;
    }

    footer#main_footer .logo {
        margin-bottom: 4.3vw;
    }

    footer#main_footer .logo img {
        width: 79.7vw;
    }

    footer#main_footer .flex_box {
        padding-bottom: 13.3vw;
        margin-bottom: 5.4vw;
    }

    footer#main_footer .site_contents {
        width: 100%;
        order: 2;
        text-align: center;
    }

    footer#main_footer .company {
        font-size: 5.6vw;
        margin-bottom: 3.6vw;
    }

    footer#main_footer .address,
    footer#main_footer .tel {
        font-size: 3.6vw;
        line-height: 1.55;
    }

    footer#main_footer .tel {
        margin-top: 1.5em;
    }

    footer#main_footer .tel a {
        color: #fff;
    }

    footer#main_footer .catch_box {
        width: 100%;
        margin-bottom: 16.7vw;
    }

    footer#main_footer .catch_box .catch {
        font-size: 5.6vw;
        letter-spacing: .25em;
        margin-bottom: 3.2vw;
    }

    footer#main_footer .catch_box .catch:before {
        width: 19.6vw;
        bottom: 3.8vw;
        right: 3.8vw;
    }

    footer#main_footer .catch_box .catch .big {
        font-size: 10.3vw;
    }

    footer#main_footer .catch_box ul {
        justify-content: center;
        gap: 5.1vw;
    }

    footer#main_footer .catch_box ul li a {
        width: 73.3vw;
        line-height: 15.4vw;
        font-size: 4.6vw;
    }

    footer#main_footer .bottom_box {
        display: block;
    }

    footer#main_footer .bottom_box .other_links {
        margin-bottom: 3.6vw;
    }

    footer#main_footer .bottom_box .other_links ul {
        gap: 8.2vw;
        justify-content: center;
    }

    footer#main_footer .bottom_box .other_links ul li a {
        font-size: 3.1vw;
    }

    footer#main_footer .bottom_box .copyright {
        text-align: center;
    }

    footer#main_footer .bottom_box .copyright small {
        font-size: 2.6vw;
    }

    .recruit_banner_fixed {
        top: auto;
        bottom: 1.3vw;
        right: 0;
        z-index: 8;
        width: 100%;
        text-align: center;
    }

    .recruit_banner_fixed img {
        width: 90%;
    }

    .recruit_banner_fixed .close {
        width: 10vw;
        height: 10vw;
        right: 2.5vw;
        top: -5.1vw;
    }

    /* SP固定ページ サステナビリティ */
    #page_sustain {
        padding: 0;
    }

    #page_sustain .sec_about {
        margin-bottom: 20vw;
    }

    #page_sustain .sec_about .common_sec_title {
        margin-bottom: 9vw;
    }

    #page_sustain .sec_about .content ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 7vw 0;
    }

    #page_sustain .sec_about .content li .img {
        margin-bottom: 5vw;
    }

    #page_sustain .sec_about .content li .text_box .title {
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    #page_sustain .sec_about .content li .text_box .subtitle {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    #page_sustain .sec_about .content li .text_box .text {
        font-size: 3.5vw;
    }

    #page_sustain .sec_sdgs .common_sec_title .title {
        margin-bottom: 5vw;
    }

    #page_sustain .sec_sdgs .common_sec_title .title_text {
        font-size: 4vw;
        line-height: 1.9;
    }

    #page_sustain .sec_sdgs .common_sec_title {
        margin-bottom: 8vw;
    }

    #page_sustain .sec_sdgs .content .esg_img {
        width: 90%;
        margin: 0 auto 10vw;
    }

    #page_sustain .sec_sdgs .content>ul>li {
        position: relative;
    }

    #page_sustain .sec_sdgs .content>ul li.society {
        transform: none;
        top: auto;
        left: auto;
    }

    #page_sustain .sec_sdgs .content>ul li.environment {
        transform: none;
        left: auto;
        bottom: auto;
    }

    #page_sustain .sec_sdgs .content>ul li.governance {
        transform: none;
        right: auto;
        bottom: auto;
    }

    #page_sustain .sec_sdgs .content li .icon_box {
        gap: 0 3vw;
        margin-bottom: 4vw;
    }

    #page_sustain .sec_sdgs .content li .icon_box .icon {
        width: 20%;
    }

    #page_sustain .sec_sdgs .content li .text_box .title {
        font-size: 4.5vw;
        margin-bottom: 4vw;
        color: #fff!important;
        border-bottom: 1px solid;
        padding-bottom: 2vw;
    }

    #page_sustain .sec_sdgs .content li .text_box .text li {
        font-size: 3.8vw;
        line-height: 1.9;
        color: #fff;
    }

    #page_sustain .sec_sdgs .content>ul+ul {
        margin-top: 12vw;
    }

    #page_sustain .sec_sdgs .content>ul>li+li {
        margin-top: 12vw;
    }

    #page_sustain .sec_sdgs .content li.governance .text_box .text {
        width: 100%;
    }

    #page_sustain .sec_sdgs .content>ul>li::before {
        width: 50vw;
        height: 50vw;
        transform: translateX(-50%);
        top: 0;
        opacity: .4;
    }

    #page_sustain .sec_sdgs .content>ul>li.environment::before {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    #page_sustain .sec_sdgs .content>ul>li.governance::before {
        top: 0;
    }

    .common_sec_title .title {
        font-size: 5.5vw;
        padding: 0 0 1vw;
        border-width: 0 0 1px 0;
    }

    /* SP固定ページ 事業内容 */
    
    #page_business_single .section_introduction {
        margin-bottom: 20vw;
    }
    
    #page_business_single .section_introduction .catch {
        font-size: 5vw;
    }
    
    #page_business_single .section_introduction .catch .accent {
        font-size: 6vw;
    }
    
    #page_business_single .section_introduction .lead {
        font-size: 3.5vw;
    }
    
    #page_business_single .section_service {
        margin-bottom: 20vw;
        padding: 20vw 0;
    }
    
    #page_business_single .section_service ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
    }
    
    #page_business_single .section_service ul li .image {
        height: 30vw;
    }

    #page_business_single .section_strong {
        margin-bottom: 10vw;
    }
    
    #page_business_single .section_strong ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 7vw;
    }
    
    #page_business_single .section_strong ul li .image {
        height: 50vw;
    }
    
    #page_business_single .section_strong ul li .text_box {
        padding: 4vw;
    }
    
    #page_business_single .section_strong ul li .text_box .num {
        font-size: 5vw;
    }
    
    #page_business_single .section_strong ul li .text_box .catch {
        padding: 1vw 2vw;
        font-size: 4.5vw;
    }
    
    #page_business_single .section_strong ul li .text_box .text {
        font-size: 3.5vw;
    }

    #page_business_single .section_message {
        padding-top: 20vw;
        margin-bottom: 0;
    }

    #page_business_single .section_message .paint img {
        width: 100vw;
        max-width: unset;
    }
    
    #page_business_single .section_message .text {
        font-size: 4.4vw;
    }

    /* お知らせ詳細 */
    
    .wp-singular .l-content {
        padding-top: 20px;
    }


}