@charset "utf-8";

/*!
Theme Name: tygr-tozai
Theme URI: 
Author: Siance
Author URI: https://www.siance.co.jp/
Description: このテーマは、企業用サイト向けに作成されたテンプレ―トファイルです。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 企業向け,コーポレート,シンプル,レスポンシブ
Text Domain: Smart Pack
*/

/*----- reset -----*/
html {
    font-size: 62.5%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.5;
    color: #333;
    height: 100%;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

textarea {
    font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
}

input {
    font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.5;
    color: #333;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

input[type="button"],
input[type="submit"],
input[type="email"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

/*----- reset end -----*/
:root {
    --vw-100: 100vw;
    --vw-50: calc(var(--vw-100)*.5);
    --font-NotoSans: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    --font-NotoSerif: 'Noto Serif JP', serif;
    --noto: YakuHanJP, 'Noto Sans JP', sans-serif;
    --font-Syncopate: 'Syncopate', sans-serif;
}

html {
    visibility: hidden;
}

html.wf-active,
html.wf-inactive {
    visibility: visible;
}

/*---------- reset end ----------*/
/**********************************************
 * 全ページ共通
 *********************************************/
#wrapper {
    overflow: hidden;
}

.sp_size {
    display: none !important;
}

.table {
    overflow-x: auto;
}

.table::-webkit-scrollbar {
    height: 5px;
}

.table::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
}

a {
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

a,
a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a[target="_blank"] {
    padding-right: 20px;
    background: url(images/popup.svg) no-repeat center right;
    color: #0D52A0;
}

a[href$=".pdf"] {
    padding-right: 20px;
    background: url(images/icon_pdf.svg) no-repeat bottom 3px right;
}

a[href$=".doc"],
a[href$=".docx"] {
    padding-right: 20px;
    background: url(images/icon_word.svg) no-repeat bottom 3px right;
}

a[href$=".xls"],
a[href$=".xlsx"] {
    padding-right: 20px;
    background: url(images/icon_excel.svg) no-repeat bottom 3px right;
}

a.none[target="_blank"],
a.none[href$=".pdf"],
a.none[href$=".doc"],
a.none[href$=".docx"],
a.none[href$=".xls"],
a.none[href$=".xlsx"] {
    padding-right: 0;
    background: none;
}

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

img {
    display: block;
    max-width: 100%;
    /*width:auto;*/
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a img {
    pointer-events: none;
}

#nojs {
    width: 940px;
    background: #fff;
    color: #f00;
    padding: 25px;
    border: 5px solid #F00;
    text-align: center;
    margin: 20px auto;
}

/*------------------------------------------------
	header
-------------------------------------------------*/
#header_wrap {
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    transition: all .3s ease;
    padding: 34px 2.4%;
}

body:not(.home):not(.front-page) #header_wrap {
    background: var(--text-white);
}

#header_wrap:after {
    content: "";
    clear: both;
    display: block;
}

#header_wrap.hide {
    transform: translateY(-100%);
}

#header_wrap.smallhead {
    padding: 20px 2.4%;
}

#header_wrap.scrolled {
    background: var(--text-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

#header_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
    padding: 0;
    transition: all .3s ease;
}

.logo_link {
    display: block;
    text-decoration: none;
}

#logo {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 230px;
}

#logo img {
    display: block;
    width: auto;
}

#menu {
    display: flex;
}

#menu-box {
    z-index: 1;
}

#toggle {
    display: none;
}

#menu nav {
    display: flex;
    height: 100%;
}

.menu_list {
    display: flex;
    padding: 0;
    margin: 0;
}

.menu_item {
    list-style: none;
    line-height: 1.5;
    margin: 0 0 0 40px;
    position: relative;
}

.menu_item:first-child {
    margin-left: 0;
}

.menu_item:last-child {
    margin: 0 0 0 25px;
}

.menu_link {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
    position: relative;
}

.menu_link::before {
    background: #0D52A0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    transition: all 0.2s ease;
    width: 0;
    z-index: 10;
}
/*
.menu_link.contact-btn::before {
    content: none;
}*/

.menu_link:hover::before,
.menu_link.current::before {
    width: 100%;
}

body:not(.home) .menu_link {
    color: #222;
}

.menu_link:hover,
.menu_link.current {
    color: #0D52A0;
}

/* 　hover 中身 */
#menu .h_sub_list_box {
    position: absolute;
    left: -94px;
    top: 100%;
    z-index: 1000;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    width: 280px;
}

/*サステナビリティ*/
#menu .menu_item:nth-child(3) .h_sub_list_box {
    left: -40px;
}

#menu .h_sub_list {
    padding: 25px 27px;
    margin: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    box-shadow: 0 3px 14px rgba(0, 79, 200, 0.1);
}


#menu .menu_item:hover>.h_sub_list_box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease-in-out;
}

#menu .menu_item .s_sub_item {
    list-style: none !important;
    margin-bottom: 0;
}

#menu .menu_item .s_sub_item.top_item {
    display: none;
}

#menu .menu_item:hover .s_sub_item {
    overflow: visible;
    height: auto;
    /*box-shadow: rgb(0 0 0 / 9%) 0 3px 3px;*/
}

#menu .h_sub_link {
    display: block;
    /*padding: 10px 30px 10px 30px;*/
    /*background: #fff;*/
    color: #000;
    white-space: nowrap;
    /*text-align: center;*/
    transition: all .3s ease !important;
    text-decoration: none !important;
    position: relative;
    padding-right: 30px;
    font-weight: 500;
}
/*
#menu .h_sub_link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.8px;
    height: 6.62px;
    border: solid #0D52A0;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: background 0.3s;
}*/

#menu .h_sub_link:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
	width: 20px;
    height: 8px;
    background-image: url(images/arrow_r_navy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



#menu .h_sub_link:hover {
    color: #0D52A0;
}

a.saiyou_site_link.menu_link {
    color: #222;
}

a.saiyou_site_link.menu_link:hover {
    color: #0D52A0;
}

.contact_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 75px;
    font-family: var(--font-serif);
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-weight: 500;
    text-decoration: none;
    color: #fff !important;
    background: transparent;
    transition: background-color .3s;
}

.contact_btn:hover {
    background-color: rgb(11, 130, 174);
}

.contact_btn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(32, 179, 183), rgb(11, 130, 174));
    top: 0;
    left: 0;
    z-index: -1;
}



#s_overlay {
    display: none;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.85);
}

/*------------------------------------------------
	footer
-------------------------------------------------*/
#footer_wrap {
    position: relative;
    padding-top: 70px;
}

.footer_curve_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
    z-index: 1;
    pointer-events: none;
}

.return {
    clear: both;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 9999;
    display: none;
    background: #333;
    border: 2px solid #333;
    width: 70px;
    height: 70px;
    transition-duration: 0.3s;
    font-size: 0;
    border-radius: 10%;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.return::after {
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 8%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(315deg);
    transition: all .3s ease;
}

.return:hover {
    background: #fff;
}

.return:hover::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.f_main_area {
    max-width: 1360px;
    padding: 90px 20px 20px 20px;
    margin: auto;
}

.f_logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 177px;
}

.f_logo_link,
.f_logo_img {
    display: block;
    width: 100%;
    border-radius: 0;
}


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

.f_menu_list {
    padding: 0;
    margin-bottom: 70px;
    margin-right: 10%;
}

.f_menu_item {
    position: relative;
    list-style: none;
}

.f_menu_link,
.f_sub_link {
    display: block;
    color: #222 !important;
    text-decoration: none !important;
}

.f_menu_link {
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    transition: color 0.3s;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.625;
    display: inline-block;
}

.f_menu_link:hover {
    color: #0685DD !important;
}

.f_menu_link:hover::after {
    opacity: 1;
}


.f_sub_list {
    padding: 0;
}


.f_sub_link:hover {
    color: #0685DD !important;
    text-decoration: underline !important;
}

.f_sub_item {
    list-style: none;
    margin: 0;
    line-height: 2rem;
}

.f_menu_list .f_sub_item {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 10px 0;
    padding: 0;
}


.f_sub_item.f_sub_ttl_link {
    position: relative;
    padding-left: 16px;
}

.f_sub_item.f_sub_ttl_link:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #222;
    left: 1px;
    top: calc(50% - 1px);
}


.footer_bottom {
    position: relative;
}

.f_sub_link_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 20px 0;
}

.f_sub_link_list .f_sub_item {
    position: relative;
    padding: 0 18px 0 18px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

.f_sub_link_list .f_sub_item:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 6.5px);
    width: 1px;
    height: 13px;
    background: #ccc;
}

.f_sub_link_list .f_sub_item:first-child {
    padding: 0 18px 0 0;
}

.f_sub_link_list .f_sub_item:last-child {
    padding: 0 0 0 18px;
    border-right: none;
}

.f_sub_link_list .f_sub_item:last-child:after {
    content: none;
}

.footer-recruit a[target="_blank"] {
    background: none;
	padding: 0;
}

#copyright {
    margin: 0;
    line-height: 1.2;
    width: 100%;
}

#copyright p {
    margin: 0;
    padding: 0;
}

.copy_txt {
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

.fadein {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(.3, .1, .3, 1);
}

.fadein.from-top {
    opacity: 0;
    transform: translateY(-50px);
    transition: all 1s cubic-bezier(.3, .1, .3, 1);
}

.fadein.on {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 1200px) {

    /*------------------------------------------------
        header
    -------------------------------------------------*/

    .menu_item {
        margin-left: 25px;
    }

}

@media screen and (max-width: 1024px) {

    /**********************************************
 * 全ページ共通
 *********************************************/
    #wrapper.fixed {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #nojs {
        width: auto;
        background: #fff;
        color: #f00;
        padding: 10px;
        border: 5px solid #F00;
        text-align: center;
        margin: 10px auto;
    }

    /*------------------------------------------------
        header
    -------------------------------------------------*/
    header {
        position: static;
    }

    #header_wrap {
        padding: 0;
        height: auto;
        border-bottom: 0;
        position: fixed;
    }

    #header_wrap.smallhead {
        padding: 0;
    }

    #logo {
        padding: 0 13px;
        max-width: 50vw;
    }

    #logo img {
        max-width: 100%;
    }

    #menu nav {
        display: block;
    }

    #menu-box {
        overflow: auto;
        overflow: hidden;
        float: none;
        padding: 0;
        z-index: 10000;
        position: static;
        background: #0D52A0;
        margin: 10px 10px;
        border-radius: 2px;
        width: 40px;
        height: 40px;
    }

    #toggle {
        display: block;
        position: relative;
        height: 40px;
        top: 0;
        right: 0;
        z-index: 1000;
        float: right;
    }

    #toggle a {
        display: block;
        background: none;
        color: #fff;
        text-decoration: none;
        font-size: 66.7%;
        width: 40px;
        height: 100%;
        text-align: center;
        box-sizing: border-box;
        position: relative;
    }

    #toggle a span,
    #toggle a::before,
    #toggle a::after {
        content: "";
        font-size: 0;
        position: absolute;
        display: block;
        background: #fff;
        width: 20px;
        height: 2px;
        margin: auto;
        left: 0;
        right: 0;
        transition: top 0.3s;
    }

    #toggle a::before {
        top: 13px;
    }

    #toggle a span {
        top: 20px;
    }

    #toggle a::after {
        top: 27px;
    }

    #toggle a.open:before {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 20px;
        left: 0;
        right: 0;
    }

    #toggle a.open span {
        opacity: 0;
    }

    #toggle a.open:after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
        left: 0;
        right: 0;
    }

    .menu_dis {
        display: none !important;
    }

    /*     #menu {
        display: block;
        clear: both;
        background: #FFF;
        position: absolute;
        z-index: 200;
        left: 0;
        top: 60px;
        width: 100%;
        height: calc(100vh - 60px);
        padding: 30px 20px;
        margin: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        transition: all 0.3s;
        opacity: 1;
        z-index: 1000;
        position: fixed;
    } */

    #menu {
        display: block;
        clear: both;
        background: #FFF;
        position: fixed;
        left: 0;
        top: 60px;
        width: 100%;
        height: calc(100vh - 60px);
        padding: 30px 20px;
        margin: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        transition: all 0.3s;
        opacity: 1;
        z-index: 99999;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }



    #menu-box .menu_list {
        display: block;
        overflow: hidden;
        padding: 0 0 25px;
        margin: 0;
        box-shadow: unset;
    }

    .menu_item {
        margin: 0 !important;
        border-bottom: 1px solid #DADEDC;
        padding: 0;
    }

    .menu_item:last-child {
        border-bottom: none;
    }

    .menu_link {
        font-size: 1.6rem;
        font-weight: 500;
        color: #222 !important;
        height: auto;
        padding: 15px 27px 20px 8px;
        position: relative;
    }

    .menu_link::before {
        content: none;
    }

    a.saiyou_site_link.menu_link {
        background: none;
    }

    .menu_link.parent_btn::before,
    .menu_link.parent_btn::after {
        content: '';
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 15px;
        height: 2px;
        margin: auto;
        background: #0D52A0;
    }

    .menu_link.open::after {
        opacity: 0;
    }

    .menu_link::after {
        transform: rotate(90deg);
        transition: opacity 0.3s;
    }


    .menu_link.saiyou_site_link::after {
        border: none;
        padding-left: 20px;
        background: url(images/popup.svg) no-repeat center right;
        width: 14px;
        height: 14px;
        transform: none;
    }
	
    #menu .menu_item .s_sub_item.top_item {
        display: block;
    }

    .contact_btn_wrap {
        padding-bottom: 40px;
    }

    .contact_btn {
        width: 100%;
        padding: 0 10px;
        height: 60px;
        font-size: 1.6rem;
    }

    #search {
        display: none;
    }

    #menu .h_sub_list_box {
        display: none;
        overflow: hidden;
        padding: 0;
        left: 0;
        position: static;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .parent_btn.open+.h_sub_list_box {
        display: block;
    }

    #menu .h_sub_list {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
        background: transparent;
        padding: 0;
        margin: 0;
        display: block;
    }

    .parent_btn.open+.h_sub_list_box {
        display: block;
    }

    #menu .h_sub_list_box {
        width: 100%;
        border-top: 1px solid #DADEDC;
    }

    #menu .h_sub_link {
        padding: 15px 27px 15px 8px
    }

    #menu .h_sub_link:after {
        right: 20px;
    }



    /*------------------------------------------------
        footer
    -------------------------------------------------*/
    .cta_item {
        font-size: 2.0rem;
    }

    .f_menu_list li:nth-child(1)::before,
    .f_menu_list li::after {
        right: -15px;
    }

    .f_menu_link {
        font-size: 1.4rem;
    }

}



@media screen and (max-width: 767px) {

    /**********************************************
    * 全ページ共通
    *********************************************/
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 1.3rem;
        min-width: 0;
    }

    p {
        font-size: 1.3rem;
    }

    a[href^="tel:"] {
        text-decoration: underline;
        pointer-events: auto;
    }

    .pc_size {
        display: none !important
    }

    .sp_size {
        display: block !important
    }

    /*------------------------------------------------
        header
    -------------------------------------------------*/

    /*------------------------------------------------
        footer
    -------------------------------------------------*/
    #footer_wrap {
        padding: 30px 0 0 0;
    }

    #footer_wrap:after {
        top: 90px;
    }

    .footer_curve_top {
        height: 50px;
    }

    .f_main_area {
        padding: 0;
    }

    .f_main_area {
        display: block;
    }


    .f_logo {
        position: relative;
        margin: 10px auto;
    }

    .f_menu {
        padding: 25px 0 20px;
        display: block;
    }

    .f_menu_list {
        display: block;
        padding: 0;
        margin: auto;
    }

    .f_menu_list:first-child {
        border-top: 1px solid #e5e5e5;
    }

    .f_menu_item {
        margin: 0;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
    }


    .f_menu_link {
        display: block;
        padding: 20px;
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 0;
    }

    .f_menu_link.f_parent_link::before,
    .f_menu_link.f_parent_link::after {
        content: '';
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 15px;
        height: 1px;
        margin: auto;
        background: #333;
    }

    .f_menu_link.f_parent_link::after {
        transform: rotate(90deg);
        transition: opacity 0.3s;
    }



    .f_sub_list {
        justify-content: center;
        margin: 0;
        padding: 0 10px;
        display: none;
        border-top: 1px solid #e5e5e5;
    }

    .f_menu_list .f_sub_item {
        padding: 12px 10px;
        margin: 0;
    }

    .f_sub_item {
        margin: 0 14px;
    }

    .f_sub_link {
        font-size: 1.4rem;
    }

    .f_menu_list li::before,
    .f_menu_list li::after {
        content: none;
    }

    .f_menu_list li:nth-child(1)::before {
        content: none;
    }

    .f_menu_item {
        transform: none;
    }

    .f_sub_item.f_sub_ttl_link:before {
        width: 12px;
    }

    .f_menu_item a[target="_blank"] {
        background: url(images/popup.svg) no-repeat center right 22px;
    }




    #copyright {
        padding: 16px 0 20px;
        text-align: center;
    }

    .copy_txt {
        font-size: 0.8rem;
    }

    .f_parent_link.open::after {
        opacity: 0;
    }

    .footer_link_top.sp_size {
        padding: 15px 20px 12px 10px;
    }

    .footer_link_top.sp_size a {
        font-size: 1.4rem;
        font-weight: 500;
    }

    .sp_size .f_sub_link {
        display: block;
        padding: 15px 20px;
        font-size: 13px;
        text-align: center;
    }

    .f_sub_link_list .f_sub_item::after {
        content: none;
    }

    .f_sub_link_list {
        padding-bottom: 25px;
        border-bottom: 1px solid #ddd;
    }

    .footer_menu_list .f_sub_link {
        display: block;
    }

    .f_sub_item {
        padding: 10px 20px 10px 0;
        margin: 0;
    }


    .f_sub_link_list .f_sub_item:first-child,
    .f_sub_link_list .f_sub_item {
        width: 100%;
        padding: 10px 18px;
        text-align: left;
    }

    .f_sub_item.f_sub_ttl_link {
        padding-left: 20px !important;
        left: 10px;
    }
}


/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-blue: #0D52A0;
    --primary-blue-light: #13A9EF;
    --text-black: #000000;
    --text-dark: #333333;
    --text-white: #FFFFFF;
    --bg-gray: #F8F8F8;
    --bg-light-gray: #ECEEF0;
    --border-gray: #DBDBDB;
    --border-dark: #333333;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-black);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 180px;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--text-white);
    z-index: 1000;
    padding: 36px 0;
}

.header-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 9px;
}

.logo-icon {
    width: 27px;
    height: 42px;
    background: var(--primary-blue);
    border-radius: 2px;
}

.logo-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.08em;
    color: var(--text-black);
}

.nav {
    display: flex;
    align-items: center;
    gap: 42px;
}

.nav-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--text-black);
    text-decoration: none;
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--primary-blue);
}
/*
.menu_link.contact-btn {
    background: var(--primary-blue);
    color: var(--text-white) !important;
    padding: 13px 19px;
    border-radius: 0;
    justify-content: center;
    transition: opacity 0.3s;
}*/

.menu_link.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--primary-blue);
    color: var(--text-white) !important;
	/*
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
	*/
    padding: 13px 19px;
    text-decoration: none;
    border: 1px solid var(--primary-blue);
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}

.menu_link.contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--text-white);
    transition: width 0.3s ease;
    z-index: -1;
}
/*
.menu_link.contact-btn:hover {
    opacity: 0.9;
    color: var(--text-white) !important;
}*/
.menu_link.contact-btn:hover {
    color: var(--primary-blue) !important;
}
.menu_link.contact-btn:hover::before {
    width: 100%;
}
/*
.menu_link.contact-btn.current {
    color: var(--text-white) !important;
}*/

.mv_content {
    position: absolute;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
    padding: 281px 66px 0;
}

.mv_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.21;
    letter-spacing: 0.08em;
    color: var(--text-white);
    margin-bottom: 57px;
}

.mv_subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 2.08;
    letter-spacing: 0.16em;
    color: var(--primary-blue);
    background: var(--text-white);
    display: inline-block;
    padding: 12px 20px 12px 30px;
}

/* News Section */
#news .container {
    max-width: 920px;
}

/* Footer */
.footer {
    background: var(--primary-blue);
    color: var(--text-white);
    padding: 104px 0 30px;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo {
    margin-bottom: 28px;
}

.footer-logo .logo_link {
    display: block;
    text-decoration: none;
}

.footer-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 245px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 40px;
    position: relative;
}

.footer-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 1px;
    background: var(--text-white);
}

.footer-address {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-white);
}

.footer-icons {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.footer-icon {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
}

.footer-nav-wrap {
    display: flex;
    gap: 35px;
}

.footer-nav {
    display: flex;
    gap: 35px;
}

.footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--text-white);
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-link:hover {
    opacity: 0.8;
}

.footer-submenu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 0;
    margin-top: 0;
}

.footer-submenu .footer-link {
    font-weight: 400;
    font-size: 12px;
}

.footer-submenu .footer-link.top_item {
    display: none;
}

.footer-recruit {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.recruit-banner {
    text-decoration: none;
    display: block;
    transition: opacity 0.3s;
}

.recruit-banner:hover {
    opacity: 0.8;
}

.recruit-banner-label {
    display: inline-block;
    padding-right: 24px;
    background: url('images/icon_popup.svg') no-repeat right center;
    background-size: 16px 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--text-white);
    margin-bottom: 8px;
}

.recruit-banner-box {
    width: 218px;
    height: 65px;
    background: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--text-black);
}

.recruit-banner-box p {
    margin: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 35px;
}

.footer-link-small {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: var(--text-white);
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-link-small:hover {
    opacity: 0.8;
}

.footer-copyright {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: var(--text-white);
    margin: 0;
	text-align: center;
}

.trancy-logo {
    width: 200px;
	transition: opacity 0.3s;
}

.trancy-logo:hover {
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 1920px) {
    .container {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {

    .nav {
        gap: 20px;
    }

    .mv_title {
        font-size: 50px;
    }
	.menu_link.contact-btn {
		display: block;
		background: transparent;
		color: var(--text-dark) !important; 
		padding: 15px 27px 20px 8px;
		border: none;
	}	
	.menu_link.contact-btn.current {
		color: var(--text-dark) !important;
	}

    .footer-content {
        gap: 20px;
    }

    .footer-nav-wrap {
        gap: 20px;
        flex-direction: column;
    }

    .footer-nav {
        gap: 15px;
    }

    .footer-recruit {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .header-container {
        padding: 0 20px;
    }

    .nav {
        flex-direction: column;
        gap: 10px;
    }

    .mv_title {
        font-size: 36px;
    }

    .mv_subtitle {
        font-size: 18px;
        padding: 10px 40px;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .footer-container {
        padding: 0 20px;
    }

    .footer-nav-wrap {
        width: 100%;
    }

    .footer-nav {
        display: flex !important;
        flex-direction: column;
        gap: 0;
        width: 100%;
        margin: 20px 0;
        position: relative;
    }

    .footer-nav-col {
        width: 100%;
        position: relative;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0;
        gap: 0;
    }

    .footer-nav-col:last-child {
        border-bottom: none;
    }

    .footer-nav-col::before {
        display: none;
    }

    .footer-nav-col .footer-link {
        display: block;
        position: relative;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 12px 20px;
    }

    .footer-nav-col.has-submenu>.footer-link:first-child {
        padding-right: 30px;
        cursor: pointer;
    }

    .footer-nav-col.has-submenu>.footer-link:first-child::before,
    .footer-nav-col.has-submenu>.footer-link:first-child::after {
        content: '';
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 15px;
        height: 2px;
        margin: auto;
        background: var(--text-white);
        transition: opacity 0.3s;
    }

    .footer-nav-col.has-submenu>.footer-link:first-child::after {
        transform: rotate(90deg);
    }

    .footer-nav-col.has-submenu>.footer-link:first-child.open::after {
        opacity: 0;
    }

    .footer-submenu {
        display: none;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        width: 100%;
    }

    .footer-submenu .footer-link.top_item {
        display: block;
    }

    .footer-submenu .footer-link {
        padding: 15px 27px 15px 8px;
        font-size: 1.4rem;
        font-weight: 500;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 0;
    }


    .footer-address {
        text-align: center;
    }

    .footer-nav {
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .footer-icons {
        justify-content: center;
    }

    .footer-recruit.sp_size {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .recruit-banner {
        padding-right: 0 !important;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .footer-copyright {
        text-align: center;
        padding-bottom: 10px;
    }

    .return {
        width: 50px;
        height: 50px;
    }
}

/* =========================================================
   404ページ：パンくずとh1を黒
========================================================= */
.error404-page .breadcrumb .breadcrumb_inner a,
.error404-page .breadcrumb .breadcrumb_inner {
	color: #000;
}
.error404-page .h1_bg .h1_title {
	color: #000;
}