/*
Theme Name: main
Theme URI: 
Description: 
Author URI: 
Version: 1.0.0
*/

:root {
    --blue-link: #359ddd;
    --blue-link-hover: #76b6dd;
    --blue-light: #25C2CB;
    --blue-light2: #25ABCB;
    --blue-light3: #258BCB;
    --blue-light-hover: #2CD2DB;
    --blue-dark: #17184B;
    --blue-dark2: #1d1e4b;
    --blue-dark-hover: #1b1c4e;
    --black: #08081A;
    --white: #fff;
    --gray-light: #F0F0F0;
    --gray-light2: #F2F2F4;
    --gray-light3: #D0D0D0;
    --gray-light4: #EFF3F5;
    --gray-shadow: #7a7a83;
    --gray-dark: #BCBCBC;
    --gray-dark2: #838491;
    --gray-dark3: #707070;
    --gray-dark4: #9F9FBE;
    --gray-dark5: #AFAFAF;
    --green-light: #75A9AC;
    --brown: #A88D31;
    --yellow: #FFFF00;
    --red: #D32D59;
    --red2: #CB2558;
    --red3: #d41502;
}

html {
    overscroll-behavior: none;
}

html, body, div, span, a, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, em, img, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, time, video {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

body {
    color: var(--text-black);
    font-size: 15px;
    font-family: "Noto Sans JP", Arial, "Arial", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    overflow-x: hidden;
    overscroll-behavior: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

a {
    color: var(--blue-link);
}

a:hover {
    color: var(--blue-link-hover);
}

a[href="#none"] {
    color: #313131;
    text-decoration: none;
    pointer-events: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

p {
    line-height: 2;
}

p.paragraph:nth-of-type(n + 2) {
    margin: 1.5em 0px 0px;
}

figcaption {
    padding: 0.5em;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table th,
table td {
    padding: 10px;
    border-bottom: 1px solid #dedede;
}

table th:nth-of-type(n + 2),
table td:nth-of-type(n + 2) {
    border-left: 1px solid #dedede;
}

table th {
    background-color: #edf8ff;
}

@media screen and (max-width: 767.98px) {
    .tbl_wrapper {
        overflow-x: scroll;
    }
    .tbl_wrapper > table {
        width: 767px;
    }
}

address {
    font-style: normal;
}

strong {
    color: var(--red);
}

button {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    appearance: none;
}

.video_wrapper video {
    width: 100%;
}

.list_plain {
    list-style: none;
}

.list_plain li + li {
    margin: 1em 0px 0px;
}

.list {
    margin: 0px 0px 0px 1.5em;
}

.list li + li {
    margin: 1em 0px 0px;
}

.cf:after {
    display: block;
    clear: both;
    content: "";
}

.bw > span,
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
figcaption > span {
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .pc {
        display: none !important;
    }
}
@media screen and (max-width: 767.98px) {
    .tb {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .mb {
        display: none !important;
    }
}

.center {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .pc_center {
        text-align: center;
    }
    .blk_center {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sp_left {
        text-align: left !important;
    }
}

.right {
    text-align: right;
}

.em {
    font-size: 16px;
    font-weight: bold;
}

.if_wrapper {
    position: relative;
    padding-bottom: 56.25%;
}
.if_wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.align_center {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 60px 0px 0px;
}

.pagination > a,
.pagination > span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2em;
    height: 2em;
    margin: 30px 0.5em 0px;
    border: 1px solid #0046ae;
    font-weight: bold;
}

.pagination > a:link,
.pagination > a:visited,
.pagination > a:active,
.pagination > a:hover {
    color: #034aa6;
    text-decoration: none;
}
.pagination > .prev,
.pagination > .next {
    border: 1px solid transparent;
    background-color: transparent;
}
.pagination > .prev:before,
.pagination > .next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.pagination > .prev:before {
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.pagination > .next:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.pagination > .current {
    background-color: #0046ae;
    color: var(--white);
}

.link_prev_next {
    margin-top: 30px;
    text-align: center;
}

.link_prev,
.link_next {
    display: inline-block;
    position: relative;
    padding: 0px 1em;
}

.link_prev:before,
.link_next:after {
    position: absolute;
    top: 50%;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
}
.link_prev:before {
    left: 0px;
    transform: translateY(-50%) rotate(225deg);
}
.link_next:after {
    right: 0px;
    transform: translateY(-50%) rotate(45deg);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0px;
    list-style: none;
}
.breadcrumb > li {
    position: relative;
    font-size: 14px;
}
.breadcrumb > li:nth-of-type(n + 2) {
    padding: 0px 0px 0px 2.5em;
}
.breadcrumb > li:nth-of-type(n + 2):before {
    position: absolute;
    top: 50%;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #dedede;
    border-top: 2px solid #dedede;
    content: "";
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--blue-dark);
    text-decoration: underline;
}

.list_num ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
    counter-reset: list_num_counter;
}

.list_num li {
    position: relative;
    padding: 0px 0px 0px 2.5em;
    font-weight: bold;
    counter-increment: list_num_counter;
}
.list_num li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: calc(2em);
    height: calc(2em);
    background-color: var(--blue-dark);
    color: var(--white);
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    content: counter(list_num_counter);
}

.list_num li + li {
    margin: 1.5em 0px 0px;
}

.slidein {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}
.slidein.js_active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.slidein_left {
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}
.slidein_left.js_active {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.slidein_right {
    transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}
.slidein_right.js_active {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.image_before {
    position: relative;
    padding: 0px 0px 60px;
}
.image_before::before {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0.5em;
    width: 8em;
    background-color: var(--green-light);
    color: var(--white);
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    content: "Before";
}
.image_before::after {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    border: solid 100px transparent;
    border-top: solid 40px var(--blue-light);
    content: "";
}

.box_after {
    position: relative;
    padding: 60px;
    background-color: var(--gray-light2);
}
.box_after::before {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0.5em;
    width: 8em;
    background-color: var(--blue-light);
    color: var(--white);
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    content: "After";
}

.icon_sdgs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

@media screen and (min-width: 992px) {
    .icon_sdgs {
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
    }
}

.balloon {
    position: relative;
    padding: 2em;
    background-color: var(--gray-light2);
}
@media screen and (max-width: 767.98px) {
    .balloon::before {
        position: absolute;
        top: 1em;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        transform: translateY(-50%);
        border: solid 3em transparent;
        border-left: solid 2em var(--gray-light2);
        content: "";
    }
}
@media screen and (min-width: 768px) {
    .balloon::before {
        position: absolute;
        top: 50%;
        left: -3em;
        z-index: -1;
        transform: translateY(-50%);
        border: solid 3em transparent;
        border-bottom: solid 2em var(--gray-light2);
        content: "";
    }
}

.btn_link {
    display: inline-block;
    position: relative;
    width: 90%;
    padding: 1em 3em;
    border: 1.5px solid var(--blue-dark);
    border-radius: 4em;
    background-color: var(--blue-dark);
    color: var(--white);
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}
.btn_link:hover {
    border: 1.5px solid var(--blue-light);
    background-color: var(--blue-light);
    color: var(--white);
}
.btn_link::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/arrow_light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}
.btn_link:hover::after {
    background-image: url(./images/common/arrow_dark.png);
}

.list_table,
.list_table > dt,
.list_table > dd {
    box-sizing: border-box;
}

.list_table > dt,
.list_table > dd {
    padding: 1em;
    margin: 0px;
    line-height: 2;
}

.list_table > dt {
    background-color: var(--gray-light2);
    color: var(--blue-dark);
    font-weight: bold;
    text-align: center;
}

.list_table > dd {
    background-color: var(--white);
}

@media screen and (max-width: 767px) {
    .list_table {
        border-bottom: 1px solid var(--gray-light3);
    }
    .list_table > dt {
        border: 1px solid var(--gray-light3);
    }
    .list_table > dd {
        border-left: 1px solid var(--gray-light3);
        border-right: 1px solid var(--gray-light3);
    }
    .list_table > dt,
    .list_table > dd {
        text-align: center;
    }
    .list_table > dd > ul {
        text-align: left;
    }
}
@media print, (min-width: 768px) {
    .list_table {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid var(--gray-light3);
    }
    .list_table > dt,
    .list_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid var(--gray-light3);
    }
    .list_table > dt {
        width: 20%;
        border-left: 1px solid var(--gray-light3);
    }
    .list_table > dd {
        width: 80%;
        border-right: 1px solid var(--gray-light3);
    }
}

/****************************************
 Layout 
*****************************************/
.mt0 {
    margin-top: 0px !important;
}

.mt1em {
    margin-top: 1em;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt90 {
    margin-top: 90px;
}

.mb30 {
    margin-bottom: 30px;
}

.section {
    padding: 60px 0px;
}

div[class="col"],
div[class^="col-"] {
    margin-top: 60px;
}

.row.no_mt {
    margin-top: -60px;
}

.container {
    width: 100%;
}
@media print, (min-width: 992px) {
    .container {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1100px) {
    .container {
        max-width: 1100px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1100px;
    }
}

.container_s {
    padding: 0px 15px;
    width: 100%;
}
@media print, (min-width: 992px) {
    .container_s {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
}
@media (min-width: 768px) {
    .container_s {
        max-width: 768px;
    }
}

/****************************************
 Header
*****************************************/
@media screen and (max-width: 991.98px) {
    .header_title,
    .header_menu,
    .header_search {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    body {
        margin-top: 80px;
    }
    body.home {
        margin-top: 0px;
    }
    .header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 9999;
        width: 100%;
        transition: top 0.5s;
    }
    .header_title {
        width: 250px;
        margin: 0px auto 0px 0px;
    }
    .header_menu {
        padding: 0px 0px 0px 20px;
        width: calc(100% - 250px - 80px);
        max-width: 900px;
    }
    .header_search button {
        width: 60px;
        height: 80px;
    }
}

.header {
    background-color: var(--white);
}

.home .header {
    background-color: transparent;
}
.home .header.js_active {
    background-color: var(--white);
}

.header_title {
    padding: 0px 0px 0px 20px;
}

.header_title_logo {
    position: relative;
}

.header_title_logo img {
    transition: 0.5s;
}

.header_title_logo_white {
    opacity: 0;
}

.home .header .header_title_logo_white {
    opacity: 1;
}
.home .header.js_active .header_title_logo_white {
    opacity: 0;
}

.header_title_logo_blue {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
}

.home .header .header_title_logo_blue {
    opacity: 0;
}
.home .header.js_active .header_title_logo_blue {
    opacity: 1;
}

.header_menu > .menu {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.header_menu > .menu > li {
    position: relative;
    list-style-type: none;
    font-size: 14px;
}

.header_menu > .menu > .current-menu-item::before {
    position: absolute;
    bottom: 0px;
    left: 2em;
    right: 2em;
    height: 3px;
    background-color: var(--blue-light);
    content: "";
}

.header_menu > .menu > li > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 1em;
    height: 80px;
    color: var(--blue-dark);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    transition: 0.5s;
}
.header_menu > .menu > li > a:hover {
    color: var(--blue-light);
}

.home .header_menu > .menu > li > a {
    color: var(--white);
}
.home .header_menu > .menu > li > a:hover {
    color: var(--blue-dark);
}

.home .header.js_active .header_menu > .menu > li > a {
    color: var(--blue-dark);
}
.home .header.js_active .header_menu > .menu > li > a:hover {
    color: var(--blue-light);
}

.header_menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: fixed;
    top: 80px;
    left: 50%;
    z-index: -1;
    padding: 0px 0px 50px;
    width: 100%;
    max-width: 1100px;
    transform: translateX(-50%);
    list-style: none;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.header_menu .sub-menu::before {
    position: absolute;
    top: 0px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0px;
    z-index: -1;
    border-top: 1px solid var(--gray-dark3);
    background-color: var(--white);
    content: "";
}
.header_menu .sub-menu.js_active {
    z-index: 0;
    visibility: visible;
    opacity: 1;
}

.header_menu .sub-menu li {
    margin: 20px 2% 0px;
    width: 40%;
}

.header_menu a[href*="/company/"] + .sub-menu li {
    width: 40%;
}

.header_menu .sub-menu li a {
    display: block;
    position: relative;
    padding: 1.5em 0px;
    border-bottom: 1px solid var(--gray-light3);
    color: var(--blue-dark);
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}
.header_menu .sub-menu li a:hover {
    color: var(--blue-light);
}
.header_menu .sub-menu li a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/arrow_dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}
.header_menu .sub-menu li a:hover::after {
    background-image: url(./images/common/arrow_light.png);
}

@media screen and (max-width: 1100px) {
    .header_menu > .menu > li {
        font-size: 12px;
    }
}

.header_lang {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.header_lang a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0px 4px;
    text-decoration: none;
    transition: 0.5s;
}
.header_lang a:nth-child(1) {
    background-color: #CCC;
    color: var(--blue-dark);
}
.header_lang a:nth-child(2) {
    background-color: #00125F;
    color: var(--white);
}
.header_lang a:hover {
    opacity: 0.7;
}
.header_lang a.is-active {
    pointer-events: none;
}

@media screen and (max-width: 991.98px) {
    .header_lang:not(.header_lang_mb) {
        display: none;
    }
}

.header_lang_mb {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    flex-direction: row;
    height: auto;
    padding: 0;
}
@media print, (min-width: 992px) {
    .header_lang_mb {
        display: none;
    }
}

.header_download {
    height: 80px;
}

.header_download a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100%;
    background-color: #0b2cba;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}
.header_download a:hover {
    background-color: #0E39E6;
}
.header_download a img {
    width: 28px;
}

@media screen and (max-width: 991.98px) {
    .header_download {
        display: none;
    }
}

.header_contact {
    height: 80px;
}

.header_contact a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100%;
    background-color: #2F8AD9;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
}
.header_contact a:hover {
    background-color: #469DE8;
}
.header_contact a i {
    font-size: 2em;
}

@media screen and (max-width: 991.98px) {
    .header_contact {
        display: none;
    }
}

.header_contact {
    height: 80px;
}

.header_contact a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100%;
    background-color: #2F8AD9;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
}
.header_contact a:hover {
    background-color: #469DE8;
}
.header_contact a i {
    font-size: 2em;
}

@media screen and (max-width: 991.98px) {
    .header_contact {
        display: none;
    }
}

.header_search_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px;
    height: 80px;
    background-color: var(--blue-light);
    transition: 0.5s;
}
.header_search_btn:hover {
    background-color: var(--blue-light-hover);
}

.header_search_btn img {
    width: 40%;
}
.header_search_btn .header_search_btn_open {
    display: block;
}
.header_search_btn .header_search_btn_close {
    display: none;
}
.header_search_btn.js_active .header_search_btn_open {
    display: none;
}
.header_search_btn.js_active .header_search_btn_close {
    display: block;
}

.header_search_input {
    display: block;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 0px 60px;
    width: 100%;
    background-color: var(--blue-dark);
    color: var(--white);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.header_search_input::before {
    position: absolute;
    top: 0px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0px;
    z-index: -1;
    background-color: var(--blue-dark);
    content: "";
}
.header_search_input.js_active {
    visibility: visible;
    opacity: 1;
}

.header_search_input p:nth-of-type(1) {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5;
}

.header_search_input p:nth-of-type(2) {
    color: var(--gray-dark4);
    font-weight: bold;
}

.header_search_input form {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 30px auto 0px;
}

.header_search_input form input {
    padding: 1em;
    margin: 0px 0px 0px 5em;
    width: calc(100% - 10em);
    border-radius: 1em;
    background-color: var(--white);
    border: none;
    font-size: 1.2em;
}

.header_search_input form button {
    position: relative;
    width: 5em;
    min-height: 100%;
    background-color: var(--blue-dark);
}
.header_search_input form button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2em;
    height: 2em;
    background-image: url(./images/common/glass.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.home .header.js_active .header_search button {
    background-color: var(--blue-dark);
}
.home .header.js_active .header_search button:hover {
    background-color: var(--blue-dark-hover);
}

.header_mb {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 90px;
    background-color: var(--white);
}
@media screen and (max-width: 991.98px) {
    body {
        margin-top: 90px;
    }
}
@media print, (min-width: 992px) {
    .header_mb {
        display: none;
    }
}

.header_mb > .btn_nav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--white);
}
.header_mb > .btn_nav > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--blue-dark);
    transition: 0.2s;
}
.header_mb > .btn_nav > span:before,
.header_mb > .btn_nav > span:after {
    display: block;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 3px;
    background-color: var(--blue-dark);
    transition: 0.3s;
    content: "";
}
.header_mb > .btn_nav > span:before {
    top: 12px;
}
.header_mb > .btn_nav > span:after {
    top: -12px;
}
.header_mb > .btn_nav.js_active:after {
    content: "";
}
.header_mb > .btn_nav.js_active > span {
    background: transparent;
}
.header_mb > .btn_nav.js_active > span:before,
.header_mb > .btn_nav.js_active > span:after {
    top: 0px;
}
.header_mb > .btn_nav.js_active > span:before {
    transform: rotate(-45deg);
}
.header_mb > .btn_nav.js_active > span:after {
    transform: rotate(-135deg);
}

.header_mb_title {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 50%;
}

.header_mb > .toggle_area {
    display: none;
    position: fixed;
    top: 90px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    background-color: #fff;
    overflow-y: auto;
}

.header_mb > .toggle_area > .menu {
    padding: 0px;
    margin: 0px;
    border-top: 1px solid var(--gray-dark3);
}

.header_mb > .toggle_area > .menu li {
    list-style-type: none;
}

.header_mb > .toggle_area > .menu li a {
    display: block;
    position: relative;
    padding: 1em 3em 1em 2em;
    background-color: var(--blue-dark);
    color: var(--white);
    font-size: 5vw;
    text-decoration: none;
}
.header_mb > .toggle_area > .menu li a:before {
    position: absolute;
    top: 50%;
    right: 2em;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    content: "";
}

.header_mb > .toggle_area > .menu li.menu-item-has-children > a:before {
    transform: translateY(-50%) rotate(135deg);
}

.header_mb > .toggle_area > .menu > li > .sub-menu {
    display: none;
    margin: 0px;
}

.header_mb > .toggle_area > .menu > li > .sub-menu > li > a {
    background-color: var(--blue-dark2);
    padding: 1em 5em 1em 3em;
    font-size: 4.5vw;
}
.header_mb > .toggle_area > .menu > li > .sub-menu > li > a:before {
    right: 4em;
}

.page_title {
    position: relative;
    z-index: -1;
    height: 300px;
    background-image: url(./images/pagetitle/common.jpg?20240416);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-recruit .page_title {
    height: 400px;
}

.page_title_base {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
}

.page_title_base > p {
    width: 100%;
    color: var(--blue-light);
    font-size: 3.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.page_title_base > h1 {
    margin-top: 1em;
    width: 100%;
    color: var(--white);
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.page-recruit .page_title_base > p {
    color: var(--white);
    font-size: 5em;
    font-weight: bold;
    font-style: italic;
}
.page-recruit .page_title_base > h1 {
    font-size: 2em;
}

@media screen and (max-width: 767.98px) {
    .page-recruit .page_title_base > p {
        font-size: 3em;
    }
    .page-recruit .page_title_base > h1 {
        font-size: 1.5em;
    }
}

.post-type-archive-product .page_title,
.single-product .page_title {
    background-image: url(./images/pagetitle/common.jpg?20240419);
}

@media screen and (max-width: 991.98px) {
    .page_title {
        background-image: url(./images/pagetitle/common_sp.jpg);
    }
    .post-type-archive-product .page_title,
    .single-product .page_title {
        background-image: url(./images/pagetitle/common_sp.jpg);
    }
}

.single-product .page_title_base > p {
    font-size: 1em;
}

.single-product .page_title_base > h1 {
    margin-top: 20px;
    font-size: 2.5em;
}

.page-recruit .page_title {
    background-image: url(./images/pagetitle/recruit.jpg?20240416);
}

.page_title_cat_product {
    position: relative;
    height: 440px;
    background-color: var(--blue-dark);
}
.page_title_cat_product_image {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(./images/product/shoubou_main.jpg?20240416);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.term-shoubou .page_title_cat_product_image {
    background-image: url(./images/product/shoubou_main.jpg?20240416);
}
.term-kansou-nozzle .page_title_cat_product_image {
    background-image: url(./images/product/kansou_main.jpg?20240416);
}
.term-baikai .page_title_cat_product_image {
    background-image: url(./images/product/baikai_main.jpg?20240416);
}
.term-valve .page_title_cat_product_image {
    background-image: url(./images/product/valve_main.jpg?20240416);
}
.term-sousui-saisui .page_title_cat_product_image {
    background-image: url(./images/product/sousuikoku_main.jpg?20240416);
}
.term-life .page_title_cat_product_image {
    background-image: url(./images/product/life_main.jpg?20240416);
}

.page_title_cat_product .container {
    position: relative;
    min-height: 100%;
}

.page_title_cat_product_text {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    padding: 30px;
    color: var(--white);
}

.page_title_cat_product_text p:first-of-type {
    color: var(--blue-light);
    font-weight: bold;
    text-align: center;
}

.page_title_cat_product_text h1 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}

.page_title_cat_product_text p:last-of-type {
    margin-top: 1em;
}

@media screen and (max-width: 767.98px) {
    .page_title_cat_product_image {
        background-position: center;
        width: 100%;
    }
    .page_title_cat_product_image::after {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(6, 7, 22, 0.4);
        content: "";
    }
    .page_title_cat_product_text {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .page_title_cat_product_image {
        width: 50%;
    }
    .page_title_cat_product_text {
        width: 50%;
    }    
}

/****************************************
 Contents
****************************************/
.bg_logo {
    position: relative;
}
.bg_logo::before {
    position: absolute;
    top: -15vw;
    left: -25vw;
    width: 60vw;
    height: 60vw;
    background-image: url(./images/common/logo_lightgray.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.bg_gray {
    position: relative;
}
.bg_gray::before {
    position: absolute;
    top: 0px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0px;
    background-color: var(--gray-light2);
    content: "";
}

.bg_square_left {
    position: relative;
    z-index: -1;
}
.bg_square_left::before {
    position: absolute;
    top: -3vw;
    left: -20vw;
    z-index: -1;
    width: 40vw;
    height: 40vw;
    background-color: var(--gray-light2);
    content: "";
}

.bg_square_right {
    position: relative;
    z-index: -1;
}
.bg_square_right::before {
    position: absolute;
    top: -3vw;
    right: -20vw;
    z-index: -1;
    width: 40vw;
    height: 40vw;
    background-color: var(--gray-light2);
    content: "";
}

.bg_square_right2 {
    position: relative;
    z-index: -1;
}
.bg_square_right2::before {
    position: absolute;
    top: 12vw;
    right: -10vw;
    z-index: -1;
    width: 40vw;
    height: 40vw;
    background-color: var(--gray-light2);
    content: "";
}

.bxslider_thumbnail {
    margin-top: 10px;
}

.bxslider_thumbnail_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
}

.bxslider_thumbnail ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.bxslider_thumbnail li {
    width: calc(100% / 4);
}

.bxslider_thumbnail li a {
    display: block;
    position: relative;
    padding-top: 66%;
}

.bxslider_thumbnail li a img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    width: 100%;
}


.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
    z-index: 9998 !important;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    opacity: 0.6 !important;
}
.bx-wrapper .bx-next {
    background: url(./images/common/slide_right.png);
}
.bx-wrapper .bx-prev {
    background: url(./images/common/slide_left.png);
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    bottom: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: var(--gray-dark5);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: var(--blue-light);
}

.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    background-color: var(--white);
    animation-name: loading_anime;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 3s;
    animation-direction: normal;
}

@keyframes loading_anime {
    0% {
        opacity: 1;
        z-index: 9999;
    }
    100% {
        opacity: 0;
        z-index: -1;
    }
}

.loading_image {
    width: 100vw;
    opacity: 0.5;
}

.loading_image_frame_01,
.loading_image_frame_02,
.loading_image_frame_03,
.loading_image_frame_04 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.loading_image_frame_01,
.loading_image_frame_02,
.loading_image_frame_03,
.loading_image_frame_04,
.loading_image_ymd {
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-direction: normal;
}

.loading_image_frame_01 {
    /* 上から下 */
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    animation-name: loading_image_frame_01_anime;
    animation-delay: 0.5s;
    animation-duration: 0.25s;
}

@keyframes loading_image_frame_01_anime {
    0% {
        /* 上から下 */
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    }
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

.loading_image_frame_02 {
    /* 下から上 */
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    animation-name: loading_image_frame_02_anime;
    animation-delay: 0.75s;
}

@keyframes loading_image_frame_02_anime {
    0% {
        /* 下から上 */
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

.loading_image_frame_03 {
    /* 下から上 */
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    animation-name: loading_image_frame_03_anime;
    animation-delay: 1.0s;
}

@keyframes loading_image_frame_03_anime {
    0% {
        /* 下から上 */
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        
    }
}

.loading_image_frame_04 {
    /* 上から下 */
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    animation-name: loading_image_frame_04_anime;
    animation-delay: 1.5s;
}

@keyframes loading_image_frame_04_anime {
    0% {
        /* 上から下 */
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    }
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

.loading_image_ymd {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    animation-name: loading_image_ymd_05_anime;
    animation-delay: 1.75s;
}

@keyframes loading_image_ymd_05_anime {
    0% {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@media screen and (max-width: 991.98px) {
    .loading_image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@media screen and (min-width: 992px) {
    .loading_image {
        position: absolute;
        top: -10vw;
        left: -20vw;
    }
    .loading_image img {
        width: 110vw;
        max-width: 110vw;
    }
}

.top_main {
    position: relative;
}

.top_main_slider li {
    height: 100vh;
}

.top_main_image_01 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(./images/top/main_01.jpg?20240416);
    background-repeat: no-repeat;
    background-position: 25% center;
    background-size: cover;
}

.top_main_filter {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
}

.top_main_text {
    position: absolute;
    top: 20%;
    left: 0px;
    width: 100%;
    text-align: center;
}

.top_main_text img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20vw;
}

.top_main_text h1 {
    color: var(--white);
    font-size: 6vw;
    font-weight: normal;
    font-family: 'Shippori Mincho B1', YuMincho, "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top_main_text p {
    color: var(--blue-light);
    font-size: 3vw;
    font-weight: bold;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767.98px) {
    .top_main_image_01 {
        background-image: url(./images/top/main_01_sp.jpg);
    }
}

.top_main_item {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100%;
}

.top_main_item_machino {
    background-image: url(./images/top/main_bg_machino.jpg?20240416);
    color: var(--blue-dark);
}

.top_main_item_mim {
    background-image: url(./images/top//main_bg_mim.jpg?20240416);
    color: var(--white);
}

.top_main_item_text p {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.top_main_item_text_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
    margin: 30px 0px;
}
.top_main_item_machino .top_main_item_text_title {
    border-top: 1px solid var(--blue-dark);
    border-bottom: 1px solid var(--blue-dark);
}
.top_main_item_mim .top_main_item_text_title {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

.top_main_item .top_main_item_text_title img {
    margin: 0px;
    max-width: 200px;
}

.top_main_item_text h1 {
    font-size: 3.6em;
    font-weight: bold;
}

.top_main_item_text a {
    display: table;
    position: relative;
    padding: 1em 5em 1em 3em;
    margin: 60px auto 0px;
    border-radius: 4em;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}
.top_main_item_text a::after {
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}
.top_main_item_machino .top_main_item_text a {
    border: 1.5px solid var(--blue-dark);
    color: var(--blue-dark);
}
.top_main_item_machino .top_main_item_text a:hover {
    background-color: var(--blue-dark);
    color: var(--white);
}
.top_main_item_machino .top_main_item_text a::after {
    background-image: url(./images/common/arrow_light.png);
}
.top_main_item_mim .top_main_item_text a {
    border: 1.5px solid var(--white);
    color: var(--white);
}
.top_main_item_mim .top_main_item_text a:hover {
    border: 1.5px solid var(--blue-dark);
    background-color: var(--blue-dark);
    color: var(--white);
}
.top_main_item_mim .top_main_item_text a::after {
    background-image: url(./images/common/arrow_light.png);
}

@media screen and (max-width: 767.98px) {
    .top_main_item_image img {
        width: 80%;
        max-width: 150px;
    }
    .top_main_text h1 {
        font-size: 6vw;
    }
    .top_main_text p {
        font-size: 4vw;
    }
    .top_main_item_text_title {
        padding: 1em 0px;
    }
    .top_main_item .top_main_item_text_title img {
        margin: 0px 10px 0px 0px;
        max-width: 80px;
    }
    .top_main_item_text h1 {
        font-size: 1.5em;
        text-align: center;
    }
    .top_main_item_text p {
        margin-top: 30px;
        font-size: 1.1em;
    }
    .top_main_item_text a {
        margin-top: 1em;
        font-size: 0.8em;
    }

}
@media screen and (min-width: 768px) {
    .top_main_text {
        transform: translateX(2em);
    }
    .top_main_text h1 {
        font-size: 36px;
    }
    .top_main_text p {
        font-size: 20px;
    }
    .top_main_item .container {
        display: flex;
        align-items: center;
    }
    .top_main_item_image {
        width: 35%;
    }
    .top_main_item_machino .top_main_item_image img {
        width: 80%;
    }
    .top_main_item_text {
        width: 55%;
    }
    .top_main_item_text h1 {
        margin: 0px 0px 0px 0.5em;
        font-size: 3.6em;
    }
    .top_main_item_text p {
        font-size: 1.5em;
    }
    .top_main_item_text.small p {
        font-size: 1.25em;
    }
    .top_main_item_text a {
        font-size: 1.1em;
    }
}
@media screen and (min-width: 992px) {
    .top_main_text h1 {
        font-size: 48px;
    }
    .top_main_text p {
        font-size: 24px;
    }
}

.top_news {
    background-color: var(--gray-light);
}

.top_news_title {
    padding: 30px;
    font-weight: bold;
    text-align: center;
}

.top_news_title h2 {
    color: var(--blue-dark);
    font-size: 44px;
}

.top_news_title p {
    color: var(--gray-dark);
}

.top_news_content {
    position: relative;
    background-color: var(--white);
}

.top_news_content_link a {
    display: inline-block;
    position: relative;
    padding: 0px 2em 0px 0px;
    color: var(--blue-dark);
    font-weight: bold;
    text-decoration: none;
}
.top_news_content_link a:hover {
    color: var(--blue-light);
}
.top_news_content_link a::after {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/arrow_dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}
.top_news_content_link a:hover::after {
    background-image: url(./images/common/arrow_light.png);
}

@media screen and (max-width: 991.98px) {
    .top_news_content {
        padding: 30px;
    }
    .top_news_content_link {
        margin: 2em 0px 0px;
        text-align: right;
    }
}
@media screen and (min-width: 992px) {
    .top_news {
        background: linear-gradient(to right, var(--gray-light) 0%, var(--gray-light) 50%, var(--white) 50%, var(--white) 100%);
    }
    .top_news .container {
        display: flex;
    }
    .top_news_title {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30%;
    }
    .top_news_content {
        display: flex;
        align-items: flex-end;
        padding: 30px 60px 60px;
        width: 70%;
    }
    .top_news_content_list {
        width: 70%;
    }
    .top_news_content_link {
        margin: 0px 0px 0px 30px;
        width: calc(30% - 30px);
    }
}

.list_news dt {
    color: var(--gray-dark);
    font-size: 0.9em;
    font-weight: bold;
}

.list_news dd {
    padding: 0px 0px 1.5em;
    margin: 0.5em 0px 0px;
    border-bottom: 1px solid var(--gray-dark);
}

.list_news dd a {
    color: var(--text-black);
    font-weight: bold;
    text-decoration: none;
}
.list_news dd a:hover {
    color: var(--blue-light);
}

.list_news dd + dt {
    margin-top: 2em;
}

.top_product {
    position: relative;
    padding: 90px 0px 200px;
    background-color: var(--blue-dark);
    overflow: hidden;
}

.top_product_logo {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40vw;
}

.top_product_main_text h2 {
    color: var(--blue-light);
    font-size: 44px;
    text-align: center;
}

.top_product_main_text > p {
    color: var(--gray-dark);
    text-align: center;
}

.top_product_main_text_detail {
    margin-top: 1em;
    padding: 0px 0.5em;
}

.top_product_main_text_detail p {
    color: var(--white);
}

.top_product_list_ymd {
    display: block;
    position: relative;
    overflow: hidden;
}

.top_product_list_ymd_image {
    transition: 0.5s;
}
.top_product_list_ymd:hover .top_product_list_ymd_image {
    transform: scale(1.1);
}

.top_product_list_ymd_logo {
    position: absolute;
    top: 50%;
    width: 30%;
    max-width: 320px;
}

.top_product_list_ymd_logo img:nth-child(2) {
    width: 40px;
}

.mark_new,
.mark_new_s {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    padding: 0.5em 1.5em;
    background-color: var(--red3);
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.mark_new_s {
    padding: 0.5em;
}

@media screen and (max-width: 767.98px) {
    .top_product_list {
        margin-top: 30px;
    }
    .top_product_list_ymd_logo {
        left: 15%;
        transform: translateY(-50%);
    }
    .top_product_main_text {
        margin-top: 60px;
    }
    .top_product_list_ymd_image {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .top_product_list_ymd_logo {
        left: 30%;
        transform: translateY(-50%);
    }
    .top_product_list_ymd_image_sp {
        display: none;
    }
}

.top_product_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px 0px;
    list-style: none;
}

.top_product_list li {
    position: relative;
    margin: 20px 10px 0px;
    width: calc(100% - 20px);
    min-height: 100%;
}

.top_product_list_item {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.top_product_list_item_filter {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.top_product_list_item p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0.5em 2em 0.5em 1em;
    color: var(--white);
    font-size: 24px;
    font-weight: bold;
    text-shadow: -2px -2px 4px var(--gray-shadow), 2px -2px 4px var(--gray-shadow), 2px 2px 4px var(--gray-shadow), -2px 2px 4px var(--gray-shadow);
    text-decoration: none;
}
.top_product_list_item p::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/arrow_light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

.top_product_list_item img {
    transition: 0.5s;
}

.top_product_list_item:hover .top_product_list_item_filter {
    background-color: rgba(0, 0, 0, 0);
}

.top_product_list_item:hover img {
    transform: scale(1.2);
}

.top_product_list_link {
    display: table;
    margin: 60px auto 0px;
    position: relative;
    padding: 1em 6em 1em 4em;
    border: 1.5px solid var(--white);
    border-radius: 4em;
    color: var(--white);
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}
.top_product_list_link:hover {
    border: 1.5px solid var(--blue-light);
    background-color: var(--blue-light);
    color: var(--white);
}
.top_product_list_link::after {
    position: absolute;
    top: 50%;
    right: 3em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/arrow_light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}
.top_product_list_link:hover::after {
    background-image: url(./images/common/arrow_dark.png);
}

@media screen and (min-width: 768px) {
    .top_product_list li {
        width: calc(50% - 20px);
    }
}
@media screen and (min-width: 992px) {
    .top_product_main {
        display: flex;
    }
    .top_product_main_image {
        position: relative;
        width: 50%;
    }
    .top_product_main_text {
        margin: 4vw 0px 0px 60px;
        width: 30%;
        max-width: 400px;
    }
    .top_product_list {
        margin-top: -90px;
    }
    .top_product_list li {
        width: calc(33.3% - 20px);
    }
}

.top_about {
    padding: 0px 0px 60px;
}

.top_about_search {
    padding: 60px 0px;
    background-color: var(--gray-light);
    transform: translateY(-50%);
}

.top_about_search h2 {
    color: var(--blue-dark);
    font-size: 3em;
    text-align: center;
}

.top_about_search p {
    color: var(--gray-dark);
    text-align: center;
}

.top_about_search_box {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 1em auto 0px;
    border: 1px solid var(--blue-dark);
    border-radius: 1em;
    overflow: hidden;
}

.top_about_search_box input {
    width: 100%;
    padding: 1em;
    border: none;
    outline: none;
}

.top_about_search_box button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 4em;
    background-color: var(--blue-dark);
    background-image: url(./images/common/icon_search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33.3%;
}

@media screen and (max-width: 767.98px) {
    .top_about_search h2 {
        font-size: 2em;
    }
}

.top_about_list {
    margin-top: -90px;
}

.top_about_list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -20px -10px 0px;
    list-style: none;
}

.top_about_list li {
    margin: 20px 10px 0px;
    min-height: 100%;
}

.top_about_list_item {
    display: block;
    position: relative;
    color: var(--white);
    text-decoration: none;
    overflow: hidden;
}

.top_about_list_item img {
    transition: 0.5s;
}

.top_about_list_item_filter {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.top_about_list_item_text {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.top_about_list_item_text h2 {
    font-size: 36px;
    text-align: center;
}

.top_about_list_item_text p {
    text-align: center;
}

.top_about_list_item:hover {
    color: var(--white);
}

.top_about_list_item:hover img {
    transform: scale(1.2);
}

.top_about_list_item:hover .top_about_list_item_filter {
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767.98px) {
    .top_about_list li {
        width: calc(100% - 20px);
    }
}
@media screen and (min-width: 768px) {
    .top_about_list li {
        width: calc(50% - 20px);
    }
}

.subtitle {
    color: var(--gray-dark3);
    font-size: 0.75em;
    text-align: center;
}

.title_bar {
    padding: 0px 0px 0px 1.5em;
    border-left: 6px solid var(--blue-light);
}

.title_bar span {
    color: var(--gray-dark3);
    font-size: 0.75em;
}

.h1_title {
    text-align: center;
}

.h1_title p {
    color: var(--blue-light);
    font-size: 3em;
    font-weight: bold;
    line-height: 1.5;
}

.h1_title h1 {
    color: var(--blue-dark);
    font-size: 1em;
    font-weight: bold;
}

.page h2:not([class]),
.archive h2:not([class]) {
    position: relative;
    padding: 0px 0px 0.75em;
    color: var(--blue-dark);
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
.page h2:not([class])::after,
.archive h2:not([class])::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 2em;
    height: 0.15em;
    background-color: var(--blue-light);
    content: "";
}

.h2_bg {
    padding: 0.5em 1.5em;
    background-color: var(--gray-light4);
    color: var(--blue-dark);
    font-size: 2em;
    font-weight: bold;
}

.page h3:not([class]),
.archive h3:not([class]) {
    color: var(--blue-dark);
    font-size: 1.5em;
    text-align: center;
}

.single-product h3:not([class]) {
    padding: 0px 0px 0px 1em;
    border-left: 4px solid var(--blue-light);
    font-size: 1.5em;
}

.h3_line {
    padding: 0px 0.5em 0px 1em;
    border-left: 6px solid var(--blue-light);
    color: var(--blue-dark);
    font-size: 1.5em;
}

.page .h3_bg {
    padding: 0.5em 0.5em 0.5em 1.25em;
    background-color: var(--gray-light2);
    color: var(--blue-dark);
    font-size: 2em;
}

.page .h3_underline {
    padding: 0px 0px 1em;
    border-bottom: 1px solid var(--blue-dark);
    color: var(--blue-dark);
    font-size: 1.5em;
}

.page h4:not([class]) {
    color: var(--blue-dark);
    font-size: 1.5em;
    text-align: center;
}

.single-product h4:not([class]) {
    padding: 0px 0px 0.75em 0.75em;
    border-bottom: 1px solid var(--blue-dark);
    color: var(--blue-dark);
    font-size: 1.25em;
}

.page .h4_line {
    padding: 0px 0px 0.5em;
    border-bottom: 1px solid var(--blue-dark);
    color: var(--blue-dark);
    font-size: 1.25em;
}

.box_border {
    padding: 30px;
    border: 1px solid var(--blue-dark);
    text-align: center;
}

.box_border p {
    color: var(--blue-dark);
    font-size: 1.25em;
}

.history {
    padding: 60px 60px 90px;
    margin-top: 60px;
    background-color: var(--gray-light);
}

.history_wrapper {
    position: relative;
}

.history_line {
    position: absolute;
    top: 60px;
    left: 40px;
    width: 2px;
    height: calc(100% - 120px);
    background-color: var(--blue-dark);
    content: "";
}

.history_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.history_item + .history_item {
    margin-top: 30px;
}

.history_item_year {
    position: relative;
    width: 80px;
}
.history_item_year span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 2em;
    background-color: var(--blue-dark);
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}
.history_item_year span::after {
    position: absolute;
    top: 40px;
    right: -20px;
    transform: translateY(-50%);
    width: 1em;
    height: 2px;
    background-color: var(--blue-dark);
    content: "";
}

.history_item_point {
    width: 80px;
}
.history_item_point span {
    display: block;
    position: absolute;
    top: 50%;
    left: 41px;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--blue-light);
}
.history_item_point span::after {
    position: absolute;
    top: 50%;
    right: -55px;
    transform: translateY(-50%);
    width: 56px;
    height: 2px;
    background-color: var(--blue-dark);
    content: "";
}

.history_item_content {
    padding: 20px 40px;
    margin: 0px 0px 0px 20px;
    width: calc(100% - 100px);
    background-color: var(--white);
}

.history_item_content_item {
    font-size: 1.2em;
}

.history_item_content_item + .history_item_content_item {
    margin-top: 10px;
}

.history_item_content_item_time {
    color: var(--gray-dark2);
}

.history_item_content_item_event {
    width: calc(100% - 20px -6em);
    color: var(--blue-dark);
}

.history_item_dot {
    position: absolute;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 2em;
    background-image: url(./images/company/icon_dot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 767.98px) {
    .history {
        padding: 30px 20px;
    }
}
@media screen and (min-width: 768px) {
    .history_item_content_item {
        display: flex;
    }
    .history_item_content_item_time {
        width: 6em;
        text-align: right;
    }
    .history_item_content_item_event {
        margin: 0px 0px 0px 20px;
    }
}

.link_image {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.link_image_filter {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.link_image p {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    color: var(--white);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-shadow: -2px -2px 4px var(--black), 2px -2px 4px var(--black), 2px 2px 4px var(--black), -2px 2px 4px var(--black);
    text-decoration: none;
}

.link_image img {
    transition: 0.5s;
}

.link_image:hover .link_image_filter {
    background-color: rgba(0, 0, 0, 0);
}

.link_image:hover img {
    transform: scale(1.2);
}

.link_recruit {
    display: block;
    position: relative;
    color: var(--white);
    text-decoration: none;
}
.link_recruit:hover {
    color: var(--white);
}

.link_recruit_content {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    padding: 0px 1em;
    transform: translateY(-50%);
    text-align: center;
    font-weight: bold;
}

.link_recruit_kengaku p:nth-of-type(1) {
    font-size: 1.25em;
}
.link_recruit_kengaku p:nth-of-type(2) {
    font-size: 2em;
}
.link_recruit_kengaku p:nth-of-type(3) {
    display: inline-block;
    position: relative;
    padding: 0.5em 4em 0.5em 2em;
    margin-top: 20px;
    border-radius: 1em;
    background-color: var(--blue-dark);
    color: var(--white);
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}
.link_recruit_kengaku p:nth-of-type(3)::after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/arrow_light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}
.link_recruit_kengaku:hover p:nth-of-type(3) {
    background-color: var(--white);
    color: var(--blue-dark);
}

.link_recruit_mynavi p:nth-of-type(1) {
    font-size: 1.25em;
}
.link_recruit_mynavi p:nth-of-type(2) {
    font-size: 2em;
    line-height: 1.5;
}

.link_recruit_mynavi .link_recruit_content img {
    margin-top: 30px;
    max-width: 200px;
    transition: 0.5s;
}
.link_recruit_mynavi:hover .link_recruit_content img {
    opacity: 0.8;
}

/* 製品情報 */
.list_ymd ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0px;
    list-style: none;
}

.list_ymd li {
    position: relative;
    margin: 20px 10px 0px;
    min-height: 100%;
}

.list_ymd a {
    display: block;
    text-decoration: none;
}

.list_ymd p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    color: var(--blue-dark);
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    transition: 0.5s;
}
.list_ymd p::after {
    display: inline-block;
    margin: 0px 0px 0px 2em;
    width: 1.25em;
    height: 1.25em;
    background-image: url(./images/common/arrow_dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.list_ymd a:hover p::after {
    background-image: url(./images/common/arrow_light.png);
}

@media screen and (max-width: 991.98px) {
    .list_ymd li {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 767.98px) {
    .list_ymd li {
        width: calc(100% - 20px);
    }
}
@media screen and (min-width: 992px) {
    .list_ymd li {
        width: calc(33.3% - 20px);
    }
}

.list_product_term {
    width: 100%;
}

.list_product_term ul {
    list-style: none;
}

.list_product_term li a {
    display: block;
    position: relative;
    padding: 1em 3em 1em 0.5em;
    border-bottom: 1px solid var(--gray-dark3);
    color: var(--blue-dark);
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
.list_product_term li a:hover {
    background-color: var(--gray-light);
}
.list_product_term li a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.25em;
    height: 1.25em;
    background-image: url(./images/common/arrow_dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.item_product {
    position: relative;
    padding: 0px 0px 60px;
    min-height: 100%;
}

.item_product_box {
    display: block;
    position: relative;
    margin-top: 20px;
    text-decoration: none;
    overflow: hidden;
}

.item_product_box a img {
    transition: 0.5s;
}

.item_product_box_entry {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
}

.item_product_box_entry span {
    padding: 5px 10px;
    color: var(--white);
}
.item_product_box_entry span::before {
    font-weight: bold;
    text-align: center;
}
.item_product_box_entry span + span {
    margin: 0px 0px 0px 5px;
}
.item_product_box_entry_patent {
    background-color: var(--blue-light);
}
.item_product_box_entry_patent::before {
    content: "Patent";
}
.item_product_box_entry_design {
    background-color: var(--brown);
}
.item_product_box_entry_design::before {
    content: "Design";
}

.item_product_type {
    display: flex;
    margin-top: 5px;
}

.item_product_type a {
    display: block;
    position: relative;
    width: 2em;
    height: 2em;
    text-decoration: none;
}
.item_product_type a + a {
    margin: 0px 0px 0px 5px;
}
.item_product_type a::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.item_product_type a:hover::after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 1em;
    background-color: var(--blue-link);
    color: var(--white);
    font-size: 0.8em;
    white-space: nowrap;
}
.item_product_type_ymd-machino::before {
    background-image: url(./images/product/icn_lock.png?20240419);
}
.item_product_type_ymd-machino:hover::before {
    background-image: url(./images/product/icn_lock_a.png?20240419);
}
.item_product_type_ymd-machino:hover::after {
    content: "Locking";
}
.item_product_type_ymd-exspan::before {
    background-image: url(./images/product/icn_expand.png?20240419);
}
.item_product_type_ymd-exspan:hover::before {
    background-image: url(./images/product/icn_expand_a.png?20240419);
}
.item_product_type_ymd-exspan:hover::after {
    content: "Expansion";
}
.item_product_type_ymd-kaiten::before {
    background-image: url(./images/product/icn_kaiten.png?20240419);
}
.item_product_type_ymd-kaiten:hover::before {
    background-image: url(./images/product/icn_kaiten_a.png?20240419);
}
.item_product_type_ymd-kaiten:hover::after {
    content: "Swivel";
}
.item_product_type_ymd-ss-machino::before {
    background-image: url(./images/product/icn_shrink.png?20240419);
}
.item_product_type_ymd-ss-machino:hover::before {
    background-image: url(./images/product/icn_shrink_a.png?20240419);
}
.item_product_type_ymd-ss-machino:hover::after {
    content: "Compact";
}
.item_product_type_ymd-min::before {
    background-image: url(./images/product/icn_so.png?20240419);
}
.item_product_type_ymd-min:hover::before {
    background-image: url(./images/product/icn_so_a.png?20240419);
}
.item_product_type_ymd-min:hover::after {
    content: "Competition";
}

.item_product_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 3em;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: var(--blue-dark);
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
}

.item_product_title a {
    color: var(--black);
    text-decoration: none;
}

.item_product:hover .item_product_box a img {
    transform: scale(1.2);
}

.item_product:hover .item_product_title a {
    text-decoration: underline;
}

.product_title {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5em;
    background-color: var(--gray-light);
    color: var(--blue-dark);
}

.product_title_entry {
    display: flex;
    margin: 0px 2em 0px 0px;
}

.product_title_entry span {
    padding: 5px 10px;
    color: var(--white);
}
.product_title_entry span::before {
    font-weight: bold;
    text-align: center;
}
.product_title_entry span + span {
    margin: 0px 0px 0px 5px;
}
.product_title_entry_patent {
    background-color: var(--blue-light);
}
.product_title_entry_patent::before {
    content: "Patent";
}
.product_title_entry_design {
    background-color: var(--brown);
}
.product_title_entry_design::before {
    content: "Design";
}

@media screen and (max-width: 767.98px) {
    .product_title_h2 {
        width: 100%;
    }
}

.product_subtitle {
    display: flex;
    flex-wrap: wrap;
}

.product_subtitle .product_title_entry {
    margin: 0px 0px 0px 30px;
}

.product_catch {
    padding: 0px 0px 1em;
    margin-top: 30px;
    border-bottom: 1px solid var(--gray-light3);
}

.product_type {
    display: flex;
    margin-top: 40px;
}

.product_type span,
.product_type a {
    display: block;
    position: relative;
    width: 2em;
    height: 2em;
    text-decoration: none;
}
.product_type span + span,
.product_type a + a {
    margin: 0px 0px 0px 5px;
}
.product_type span::before,
.product_type a::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.product_type span:hover::after,
.product_type a:hover::after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 1em;
    background-color: var(--blue-link);
    color: var(--white);
    font-size: 0.8em;
    white-space: nowrap;
}
.product_type_ymd-machino::before {
    background-image: url(./images/product/icn_lock.png?20240419);
}
.product_type_ymd-machino:hover::before {
    background-image: url(./images/product/icn_lock_a.png?20240419);
}
.product_type_ymd-machino:hover::after {
    content: "ロック";
}
.product_type_ymd-exspan::before {
    background-image: url(./images/product/icn_expand.png?20240419);
}
.product_type_ymd-exspan:hover::before {
    background-image: url(./images/product/icn_expand_a.png?20240419);
}
.product_type_ymd-exspan:hover::after {
    content: "エキスパン";
}
.product_type_ymd-kaiten::before {
    background-image: url(./images/product/icn_kaiten.png?20240419);
}
.product_type_ymd-kaiten:hover::before {
    background-image: url(./images/product/icn_kaiten_a.png?20240419);
}
.product_type_ymd-kaiten:hover::after {
    content: "回転式";
}
.product_type_ymd-ss-machino::before {
    background-image: url(./images/product/icn_shrink.png?20240419);
}
.product_type_ymd-ss-machino:hover::before {
    background-image: url(./images/product/icn_shrink_a.png?20240419);
}
.product_type_ymd-ss-machino:hover::after {
    content: "コンパクト";
}
.product_type_ymd-min::before {
    background-image: url(./images/product/icn_so.png?20240419);
}
.product_type_ymd-min:hover::before {
    background-image: url(./images/product/icn_so_a.png?20240419);
}
.product_type_ymd-min:hover::after {
    content: "操法用";
}

.product_image ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0px;
    list-style: none;
}

.product_image li {
    margin: 20px 10px 0px;
    width: calc(33.3% - 20px);
    min-height: 100%;
}
.product_image li:first-of-type {
    width: calc(100% - 20px);
}

.product_patent {
    padding: 1em 1.5em;
    margin-top: 20px;
    border: 2px solid var(--blue-light);
}

.product_patent h3 {
    color: var(--blue-light);
}

.product_patent p {
    margin-top: 0.5em;
}

@media screen and (max-width: 767.98px) {
    .product_message_icon {
        width: 200px;
    }
}

.list_search ul {
    list-style: none;
}

.list_search li {
    border-bottom: 1px solid var(--gray-dark3);    
}

.list_search_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0px;
    color: var(--blue-dark);
    text-decoration: none;
}
.list_search_item:hover {
    color: var(--blue-dark-hover);
}

.list_search_item_main {
    display: flex;
    align-items: center;
}

.list_search_item_main_title {
    margin: 0px 0px 0px 1em;
    font-size: 1.1em;
}

.list_search_item_main_image img {
    max-width: 80px;
}

.list_search_item_btn {
    position: relative;
    padding: 1em 3em;
    border: 1.5px solid var(--blue-dark);
    border-radius: 4em;
    background-color: var(--blue-dark);
    color: var(--white);
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}
.list_search_item_btn:hover {
    border: 1.5px solid var(--blue-light);
    background-color: var(--blue-light);
    color: var(--white);
}
.list_search_item_btn::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/arrow_light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}
.list_search_item_btn:hover::after {
    background-image: url(./images/common/arrow_dark.png);
}

.section_search {
    padding: 60px 30px;
    margin-bottom: 60px;
    background-color: var(--blue-dark);
    color: var(--white);
    text-align: center;
}

.section_search_title p:nth-of-type(1) {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5;
}

.section_search_title p:nth-of-type(2) {
    color: var(--gray-dark4);
    font-weight: bold;
}

.section_search_form {
    position: relative;
    margin: 30px auto 0px;
    max-width: 800px;
    border-radius: 1em;
    background-color: var(--white);
    overflow: hidden;
}

.section_search_form input {
    padding: 1em 6em 1em 2em;
    width: 100%;
    border: none;
    font-size: 1.2em;
}

.section_search_form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 5em;
    height: 100%;
    background-color: var(--blue-light);
}
.section_search_form button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2em;
    height: 2em;
    background-image: url(./images/common/glass.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.section_cta {
    padding: 60px 0px;
    margin-top: 120px;
    background-image: url(./images/common/bg_cta.jpg?20240416);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section_cta_title {
    text-align: center;
}

.section_cta_title p:nth-of-type(1) {
    color: var(--blue-dark);
    font-size: 36px;
    font-weight: bold;
}

.section_cta_title p:nth-of-type(2) {
    color: var(--blue-dark);
    font-weight: bold;
}

.section_cta_content_cta_mail {
    display: block;
    position: relative;
    padding: 1em 6em 1em 4em;
    border: 1.5px solid var(--blue-dark);
    border-radius: 4em;
    color: var(--blue-dark);
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}
.section_cta_content_cta_mail:hover {
    background-color: var(--blue-dark);
    color: var(--white);
}
.section_cta_content_cta_mail::after {
    position: absolute;
    top: 50%;
    right: 3em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/arrow_light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

.section_cta_content_cta_tel a {
    color: var(--blue-dark);
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}
.section_cta_content_cta_tel a::before {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    transform: scaleX(-1);
    font-size: 0.8em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
}

.section_cta_content_cta_tel p {
    margin: 0px 0px 0px 1em;
    color: var(--blue-dark);
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 767.98px) {
    .section_cta {
        text-align: center;
    }
    .section_cta_content,
    .section_cta_content_cta_mail,
    .section_cta_content_cta_tel {
        margin-top: 20px;
    }
}
@media screen and (min-width: 768px) {
    .section_cta .container {
        display: flex;
        align-items: center;
    }
    .section_cta_title {
        width: 30%;
    }
    .section_cta_content {
        padding: 0px 0px 0px 30px;
        border-left: 1px solid var(--blue-dark);
        width: 70%;
    }
    .section_cta_content_cta {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .section_cta_content_cta_tel a {
        margin: 0px 0px 0px 1em;
    }
    .section_cta_content_cta_tel {
        display: flex;
        align-items: flex-end;
    }
}

.page-contact .section_cta,
.page-entry .section_cta {
    display: none;
}

.telfax {
    padding: 80px 20px;
    background-image: url(./images/contact/bg_tel.jpg?20240416);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.telfax_title {
    color: var(--blue-dark);
    font-size: 1.5em;
    text-align: center;
}

.telfax_tel,
.telfax_fax {
    text-align: center;
}

.telfax_tel a,
.telfax_fax a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue-dark);
    font-size: 2.5em;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
.telfax_tel a::before {
    margin: 0.2em 10px 0px 0px;
    transform: scaleX(-1);
    font-size: 0.7em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
}

.telfax_fax a span:nth-child(1) {
    display: inline-block;
    margin: 0.2em 10px 0px 0px;
    font-size: 0.7em;
}

.page-sitemap .row a {
    display: block;
    position: relative;
    padding: 1.5em 0px;
    border-bottom: 1px solid var(--blue-dark);    
    color: var(--blue-dark);
    text-decoration: none;
}
.page-sitemap .row a::before {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.page-sitemap .row ul {
    list-style: none;
}

.page-sitemap .row .sub-menu a {
    padding: 1.5em 0px 1.5em 2em;
}

.single-post article .col > p + p {
    margin-top: 1em;
}

.list_document {
    margin-left: 1.5em;
    font-size: 1.25em;
}

.list_document li {
    margin-top: 1em;
}

.list_document a {
    display: flex;
    align-items: center;
    color: var(--black);
    text-decoration: none;
}

.list_document a::after {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    width: 1em;
    height: 1em;
    background-image: url(./images/common/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.page-ordermade {
    font-weight: bold;
}

.ordermade_main_text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 1em;
    color: #fff;
}

.ordermade_main_text_box p {
    margin-top: 1em;
}

@media screen and (max-width: 991.98px) {
    .ordermade_main {
        position: relative;
    }
    .ordermade_main_text {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
    }
}
@media screen and (min-width: 992px) {
    .ordermade_main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ordermade_main_text {
        background-color: #171848;
    }
    .ordermade_main_text_box {
        max-width: 500px;
    }
    .ordermade_main_text_box h1 {
        font-size: 2.5em;
    }
    .ordermade_main_text_box p {
        font-size: 1.25em;
    }
    .ordermade_main_text,
    .ordermade_main_image {
        width: 50%;
    }
}

.ordermade_solution {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.ordermade_solution_item {
    width: 46%;
    padding: 30px;
    background-color: #EFF3F5;
}

.ordermade_solution_item_1_3 {
    width: 36%;
}

.ordermade_solution_item_2_3 {
    width: 56%;
}

.ordermade_solution_item video {
    display: table;
    margin: 20px auto 0px;
    max-width: 100%;
}

.ordermade_solution_arrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 8%;
}

.ordermade_solution_arrow img {
    max-width: 40%;
}

.ordermade_solution_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.ordermade_solution_item_1_3 .ordermade_solution_text,
.ordermade_solution_item_2_3 .ordermade_solution_text {
    margin-top: 0px;
}

.ordermade_solution_text_icon {
    width: 100px;
}

.ordermade_solution_text_p {
    width: calc(100% - 100px);
    padding-left: 1em;
}

@media screen and (max-width: 991.98px) {
    .ordermade_solution_item,
    .ordermade_solution_arrow {
        width: 100%;
    }
    .ordermade_solution_arrow img {
        max-width: 30px;
        transform: rotate(90deg);
    }
}

.ordermade_cta {
    max-width: 700px;
    margin: 60px auto 0px;
    text-align: center;
}

.ordermade_cta .btn_link {
    max-width: 300px;
}

.text_baloon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #17184B;
    font-size: 1.25em;
}

.text_baloon p {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-100%);
    padding: 0px 2em;
    width: 100%;
    text-align: center;
}

.ordermade_flow {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0px;
    list-style: none;
}

.ordermade_flow li {
    position: relative;
    padding: 30px 1em;
    margin: 20px 10px 0px;
    width: calc(25% - 20px);
    min-height: 100%;
    border: 1px solid #17184B;
}

.ordermade_flow li img {
    margin: 10px auto;
    max-height: 100px;
}

.ordermade_flow_title {
    color: #17184B;
    font-size: 18px;
    text-align: center;
}

.ordermade_flow li p {
    margin-top: 1em;
}

.ordermade_flow_mun {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 1em;
    background-color: #25C2CB;
    color: #fff;
    font-size: 0.75em;
}

@media screen and (max-width: 991.98px) {
    .ordermade_flow li {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 767.98px) {
    .ordermade_flow li {
        width: calc(100% - 20px);
    }
}

.order_contact_title p:nth-of-type(1) {
    width: 100%;
    color: var(--blue-light);
    font-size: 3.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.order_contact_title p:nth-of-type(2) {
    margin-top: 1em;
    width: 100%;
    color: var(--blue-dark);
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.slide_window {
    position: fixed;
    background-color: #fff;
    text-align: center;
    opacity: 0;
    transition: 1s;
    width: 240px;
}

.slide_window.js_active {
    z-index: 9998;
    opacity: 1;
}

.slide_window_content {
    margin: 1em 0px 0px;
}

.slide_window_link:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .slide_window {
      display: none;
  }
}

@media print, (min-width: 768px) {
  .slide_window {
      bottom: -100%;
      right: 120px;
  }
  .slide_window.js_active {
      bottom: 0px;
  }
}

.bg_tsunagu {
    position: relative;
}
.bg_tsunagu::before {
    position: absolute;
    top: 0px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0px;
    width: 100vw;
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url(./images/message/policy.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

.bg_tsunagu h2:not([class]) {
    color: #fff;
}

.bg_tsunagu .row p {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.bg_brand {
    position: relative;
    height: 100vh;
}
.bg_brand > .scrollfade {
    position: relative;
    z-index: 1;
}
.bg_brand::before {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0px;
    width: 100vw;
    background-image: url(./images/message/bg_message.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    content: "";
}

.bg_brand p {
    color: var(--blue-dark);
    font-size: 1.25em;
    text-align: center;
}

.sub_title {
    position: relative;
    z-index: 1;
    color: var(--blue-light);
    font-weight: bold;
    text-align: center;
}

.scrollfade {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrollfade .col {
    display: grid;
    align-items: start;
    justify-items: stretch;
    width: 100%;
}
.scrollfade .col > p {
    grid-area: 1 / 1;
    margin: 0;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
}
.scrollfade .col > p.is-visible {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}

/****************************************
 Footer
****************************************/
.footer {
    position: relative;
    padding: 60px 0px 30px;
    background-color: var(--blue-dark);
    color: var(--white);
    overflow: hidden;
}

.footer_logo {
    position: absolute;
    top: 2vw;
    right: -2vw;
    z-index: 0;
    width: 30vw;
}

.footer_main_title a img {
    margin: 0px;
    max-width: 300px;
}

.footer_main_title p {
    margin: 1em 0px 0px 1.5vw;
    font-size: 13px;
}

.footer_main_title .footer_sns {
    margin-top: 1.5em;
}
.footer_main_title .footer_sns a {
    display: inline-block;
    transition: opacity 0.3s;
}
.footer_main_title .footer_sns a:hover {
    opacity: 0.7;
}
.footer_main_title .footer_sns img {
    width: 40px;
    height: auto;
}

.footer_main_link {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.footer_main_link a {
    color: var(--white);
    text-decoration: none;
    transition: 0.5s;
}
.footer_main_link a:hover {
    color: var(--blue-light);
    text-decoration: underline;
}

.footer_main_link ul {
    list-style: none;
}

.footer_main_link li + li {
    margin-top: 1em;
}

.footer_main_link ul ul {
    margin: 1em 0px 0px;
    font-size: 0.9em;
}

.footer_main_link ul ul li {
    position: relative;
    padding: 0px 0px 0px 1em;
}
.footer_main_link ul ul li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0.5em;
    height: 1px;
    background-color: var(--white);
    content: "";
}

.footer_sublink {
    position: relative;
    z-index: 1;
    font-size: 13px;
    text-align: right;
}

.footer_sublink a {
    color: var(--white);
    text-decoration: none;
}

.footer_sublink ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.footer_sublink li + li {
    padding: 0px 0px 0px 1em;
    margin: 0px 0px 0px 1em;
    border-left: 1px solid var(--white);
}

.footer_sublink p {
    margin-top: 1em;
    color: var(--gray-dark);
}

@media screen and (max-width: 991.98px) {
    .footer_main_link {
        display: none;
    }
}
@media screen and (max-width: 1099.98px) {
    .footer_main_title {
        display: table;
        margin: 0px auto;
    }
    .footer_main_link {
        margin-top: 30px;
    }
}
@media screen and (min-width: 1100px) {
    .footer_main {
        display: flex;
    }
    .footer_main_title {
        width: 36%;
    }
    .footer_main_link ul + ul {
        margin: 0px 0px 0px 30px;
    }
}

#btn_scroll_top {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: var(--blue-light3);
    text-decoration: none;
    outline: none;
}
#btn_scroll_top:after {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translateX(-50%) rotate(-45deg);
    border-right: 2px solid var(--white);
    border-top: 2px solid var(--white);
    content: "";
}
@media print, (min-width: 768px) {
    #btn_scroll_top {
        bottom: 84px;
        width: 42px;
        height: 42px;
    }
    #btn_scroll_top:after {
        width: 12px;
        height: 12px;
    }
}

/****************************************
 Contact Form 7
****************************************/
.cf7form_input,
.cf7form_input dt,
.cf7form_input dd {
    box-sizing: border-box;
}

.cf7form_input dt,
.cf7form_input dd {
    margin: 0px;
}

.cf7form_input_must,
.cf7form_input_nomust {
    display: inline-block;
    padding: 0px 1em;
    margin: 0px 1em 0px 0px;
    border-radius: 4px;
    color: var(--white);
    font-size: 0.8em;
    font-weight: bold;
}
.cf7form_input_must {
    background-color: var(--red2);
}
.cf7form_input_nomust {
    background-color: var(--blue-light2);
}

.cf7form_input dt {
    font-weight: bold;
}

.cf7form_input dd input[type="text"],
.cf7form_input dd input[type="tel"],
.cf7form_input dd input[type="email"],
.cf7form_input dd textarea {
    padding: 1em;
    width: 100%;
    border: none;
    background-color: var(--gray-light);
}

.cf7form_input dd input[type="date"] {
    padding: 1em;
    cursor: pointer;
}

.cf7form_input dd textarea {
    height: 20em;
}

.cf7form_input_file + .cf7form_input_file {
    margin-top: 20px;
}

.cf7form_input_file label {
    display: block;
    position: relative;
    padding: 1.5em 4em;
    width: 90%;
    max-width: 300px;
    border: 1px solid var(--gray-light3);
    border-radius: 2em;
    cursor: pointer;
}

.cf7form_input_file input {
    display: none;
}

.cf7form_input_file p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0px 1em;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.cf7form_policy {
    padding: 2em;
    margin: 30px auto 0px;
    width: 90%;
    max-width: 700px;
    border: 1px solid var(--blue-dark);
    text-align: center;
}

.cf7form_policy p {
    margin-bottom: 1em;
}

.cf7form_policy input,
.cf7form_policy label {
    cursor: pointer;;
}

.cf7form_submit {
    margin-top: 30px;
    text-align: center;
}

.cf7form_submit label {
    display: inline-block;
    position: relative;
    padding: 1em 5em 1em 3em;
    border: 1.5px solid var(--blue-dark);
    background-color: var(--blue-dark);
    border-radius: 4em;
    color: var(--white);
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
}
.cf7form_submit label:hover {
    background-color: var(--white);
    color: var(--blue-dark);
}
.cf7form_submit label::after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/arrow_light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

.cf7form_submit input {
    display: none;
}

.cf7form_submit .wpcf7-spinner {
    display: none;
}

@media screen and (max-width: 767.98px) {
    .cf7form_input dt {
        padding: 1em 0px 0px 0px;
    }
    .cf7form_input dd {
        padding: 1em 0px 1.5em;
        border-bottom: 1px solid var(--gray-light3);
    }
}
@media screen and (min-width: 768px) {
    .cf7form_input {
        display: flex;
        flex-wrap: wrap;
    }
    .cf7form_input dt,
    .cf7form_input dd {
        border-bottom: 1px solid var(--gray-light3);
    }
    .cf7form_input dt {
        display: flex;
        align-items: center;
        padding: 2em 1em 2em 0px;
        width: 25%;
    }
    .cf7form_input dd {
        padding: 2em 0px 2em 1em;
        width: 75%;
    }
    .cf7form_input dd input[type="text"],
    .cf7form_input dd input[type="tel"],
    .cf7form_input dd input[type="email"] {
        width: 80%;
    }
}

/****************************************
 とべるんONE
****************************************/
.toberun_hero {
    position: relative;
    background-image: url(./images/toberun/main.jpg?20260517);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.toberun_hero_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    padding: 0px 20px;
    transform: translate(-50%, -50%);
    text-align: center;
}

.toberun_hero_catch {
    display: inline-block;
    max-width: 100%;
    padding: 0.25em 1em;
    background-color: var(--white);
    color: var(--blue-dark);
    font-weight: bold;
    line-height: 1.6;
}

.toberun_hero_catch span {
    display: inline-block;
    margin: 0px 0px 0px 0.5em;
    font-style: italic;
    font-family: 'Shippori Mincho B1', YuMincho, "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.toberun_hero_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    margin-top: 1.1em;
    color: var(--blue-dark);
    font-weight: bold;
    line-height: 1.3;
}

.toberun_hero_title_sub {
    font-weight: bold;
    letter-spacing: 0.08em;
}

.toberun_hero_title_main {
    font-weight: bold;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 767.98px) {
    .toberun_hero {
        height: 300px;
    }
    .toberun_hero_catch {
        font-size: 1.05em;
    }
    .toberun_hero_catch span {
        font-size: 1.2em;
    }
    .toberun_hero_title_sub {
        font-size: 0.95em;
    }
    .toberun_hero_title_main {
        font-size: 1.4em;
    }
}
@media screen and (min-width: 768px) {
    .toberun_hero {
        height: 460px;
    }
    .toberun_hero_inner {
        padding: 0px 20px 0px 20vw;
    }
    .toberun_hero_catch {
        font-size: 1.2em;
    }
    .toberun_hero_catch span {
        font-size: 1.9em;
    }
    .toberun_hero_title_sub {
        font-size: 1.1em;
    }
    .toberun_hero_title_main {
        font-size: 1.8em;
    }
}

/* Youtube */
.toberun_movie_box {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 0px auto;
    padding-bottom: 56.25%;
    background-color: var(--gray-light);
}

.toberun_movie_box iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* リード文 */
.toberun_lead {
    max-width: 860px;
    margin: 1.8em auto 0px;
}

/* 共通サブ見出し */
.toberun_subhead {
    padding: 0.15em 0px 0.15em 0.7em;
    border-left: 5px solid var(--blue-light);
    color: var(--blue-dark);
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
}

/* 構成図 */
.toberun_diagram {
    max-width: 900px;
    margin: 0px auto;
}

/* のずるん・くるりん 概要 */
.toberun_summary {
    margin: 0px auto;
}

.toberun_summary_item {
    display: flex;
    flex-wrap: wrap;
}

.toberun_summary_item + .toberun_summary_item {
    margin-top: 40px;
}

.toberun_summary_image {
    width: 100%;
}
.toberun_summary_image img {
    width: 100%;
}

.toberun_summary_text {
    width: 100%;
}
.toberun_summary_text p {
    margin-top: 1em;
}

@media screen and (max-width: 767.98px) {
    .toberun_summary_text {
        margin-top: 20px;
    }
}
@media screen and (min-width: 768px) {
    .toberun_summary_image {
        width: 44%;
    }
    .toberun_summary_text {
        width: 56%;
        padding-left: 40px;
    }
}

/* 製品メイン画像パネル */
.toberun_product_main {
    margin-top: 36px;
    padding: 30px;
    background-color: var(--gray-light2);
    border-radius: 12px;
    text-align: center;
}
.toberun_product_main img {
    width: 480px;
    max-width: 100%;
}
.toberun_product_main_wide img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .toberun_product_main {
        padding: 50px;
    }
}

/* 特長 */
.toberun_feature {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0px;
    max-width: 900px;
}

.toberun_feature_list {
    width: 100%;
}

.toberun_feature_item {
    display: flex;
    align-items: center;
}

.toberun_feature_item + .toberun_feature_item {
    margin-top: 50px;
}

.toberun_feature_badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 78px;
    height: 78px;
    margin-right: 20px;
    border: 4px solid var(--blue-light);
    border-radius: 50%;
    color: var(--blue-light);
    line-height: 1.1;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.toberun_feature_badge strong {
    color: var(--blue-light);
    font-size: 1.4em;
}

.toberun_feature_item p {
    flex: 1;
}

.toberun_feature_photos {
    width: 100%;
    margin-top: 30px;
}
.toberun_feature_photos img {
    width: 100%;
}
.toberun_feature_photos img + img {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .toberun_feature_list {
        width: 60%;
        padding-right: 44px;
    }
    .toberun_feature_photos {
        width: 40%;
        margin-top: 0px;
    }
}

/* サイズ表 */
.toberun_spec {
    display: flex;
    gap: 40px;
    margin: 50px auto 0px;
    max-width: 900px;
}

.toberun_spec_table {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--gray-light3);
    border-left: 1px solid var(--gray-light3);
}

.toberun_spec_table > div {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.toberun_spec_table dt,
.toberun_spec_table dd {
    padding: 1em;
    border-right: 1px solid var(--gray-light3);
    border-bottom: 1px solid var(--gray-light3);
    line-height: 1.5;
}

.toberun_spec_table dt {
    width: 38%;
    background-color: #EBEBEB;
    color: var(--blue-dark);
    font-weight: bold;
}

.toberun_spec_table dd {
    width: 62%;
}

@media screen and (min-width: 768px) {
    .toberun_spec_table > div {
        width: 50%;
    }
}

/* CTA */
.toberun_cta {
    position: relative;
    margin: 90px 0px 180px;
    background-image: url(./images/toberun/contact.jpg?20260517);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.toberun_cta_inner {
    position: relative;
    z-index: 1;
    padding: 80px 20px;
    text-align: center;
}

.toberun_cta_title {
    color: var(--white);
    font-weight: bold;
    text-shadow: 0px 2px 10px rgba(8, 8, 26, 0.5);
}

.toberun_cta_btn {
    display: inline-block;
    position: relative;
    margin-top: 1em;
    padding: 1em 6.5em 1em 5em;
    border-radius: 4em;
    background-color: var(--blue-light);
    color: var(--white);
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}
.toberun_cta_btn:hover {
    background-color: var(--blue-dark);
    color: var(--white);
}
.toberun_cta_btn::after {
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}
.toberun_cta_btn:hover::after {
    background-image: url(./images/common/arrow_light.png);
}

@media screen and (max-width: 767.98px) {
    .toberun_cta_title {
        font-size: 1em;
    }
}
@media screen and (min-width: 768px) {
    .toberun_cta_title {
        font-size: 1.4em;
    }
    .toberun_cta_inner {
        transform: translateX(-15%);
    }
}

.mincho {
    font-family: 'Shippori Mincho B1', YuMincho, "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.italic {
    font-style: italic;
}

.top_toberun {
    padding: 40px 0px 30px;
}

.top_toberun_banner {
    display: block;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
}
.top_toberun_banner:hover {
    opacity: 0.8;
}

.top_toberun_banner img {
    width: 100%;
}

.top_toberun_banner p {
    display: flex;
    align-items: center;
    gap: 1em;
    position: absolute;
    bottom: 4vw;
    left: 4vw;
    background-color: var(--white);
    padding: 10px 20px;
    color: var(--blue-dark);
    font-size: 18px;
    font-weight: bold;
}

.top_toberun_banner p span:nth-of-type(2) {
    font-size: 2em;
    font-weight: bold;
}

.top_toberun_banner p img {
    max-width: 2em;
}

@media screen and (max-width: 767.98px) {
    .top_toberun_banner p {
        font-size: 12px;
    }
}

.mark_toberun {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: var(--blue-light);
    padding: 0.5em;
    color: var(--white);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.item_product .h3_line {
    display: flex;
    align-items: center;
    min-height: 3em;
}

.text_small {
    font-size: 0.6em;
}
