@charset "utf-8";

/*!
Theme Name: Smart Pack
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
*/
html {
    font-size: 62.5%;
    height: 100%;
    box-sizing: border-box;
    /* 	scroll-behavior: smooth; */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

header,
main,
article,
section,
nav,
footer {
    display: block;
}

input {
    font-family: YakuHanJP, 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.7em;
    color: #000;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

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;
}

::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #707070;
}

::-moz-placeholder {
    letter-spacing: 0;
    color: #707070;
    opacity: 1;
}

:-ms-input-placeholder {
    letter-spacing: 0;
    color: #707070;
}

input:focus::-webkit-input-placeholder {
    letter-spacing: 0;
    color: transparent;
}

input:focus:-moz-placeholder {
    letter-spacing: 0;
    color: transparent;
}

input:focus::-moz-placeholder {
    letter-spacing: 0;
    color: transparent;
}


/**********************************************
 * 全ページ共通
 *********************************************/
body {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-family: YakuHanJP, 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.7;
    color: #333;
    height: 100%;
    position: relative;
    letter-spacing: 0.1em;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

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%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

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 {
    color: #222;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a[target="_blank"]:not(.ovice_btn):not(.article_post_link):not(.event_link):not([href$=".pdf"]) {
    padding-right: 20px;
    background: url(images/popup.svg) no-repeat center right;
}
a[target="_blank"].article_post_link .post_title_wrap,
a[target="_blank"].event_link .event_title_wrap {
    padding-right: 20px;
    background: url(images/popup.svg) no-repeat bottom right;
}

a.non[target="_blank"] {
    padding-left: 0;
    background: none;
}

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[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: italic;
    /*     font-weight: 500; */
}

img {
    vertical-align: bottom;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pc {
    display: block;
}

.sp {
    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;
}

#nojs {
    width: 940px;
    background: #fff;
    color: #f00;
    padding: 25px;
    border: 5px solid #F00;
    text-align: center;
    margin: 20px auto;
}

.mb-0{
    margin-bottom: 0!important;
}

/*---------- header ----------*/
#header_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    /* max-width: 1920px; */
    padding: 0 32px;
    /* margin: auto; */
    background-color: #ffffff!important;
}

#logo {
    max-width: 351px;
    padding: 10px 0;
    /* margin: auto; */
    display: flex;
    align-items: center;
}

.logo_link,
.logo_img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
}

.logo_txt {
    color: #000 !important;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2.4rem;
    margin: 0 0 0 25px;
    white-space: nowrap;
}

#toggle {
    display: none;
}

#menu_box {
    /* width: calc(100% - 355px);
    max-width: 1412px; */
    /*padding: 0 0 0 20px;*/
}

#menu {
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse; */
    margin: 15px 0 0;
}

/* .main_menu {
	background: #1E3D50;
} */

.menu_list {
    display: flex;
    justify-content: flex-end;
    /* max-width: 1140px; */
    padding: 0;
    margin: auto;
}

.menu_item {
    list-style: none;
    margin: 0;
}

.menu_item:nth-child(4) {
    margin: 0;
}

.menu_link {
    position: relative;
    display: block;
padding: 15px 18px 20px;
/* color: #fff !important; */
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none !important;
}

.menu_link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 5px);
    height: 3px;
    background: #222222;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 10;
    transform: translateX(-50%);
}

.sub_menu .menu_link::before {
    height: 1px;
}

.page-parent .menu_link::before,
.page-template-page-parent .menu_link::before,
.page-template-page-alternating .menu_link::before,
.page-template-page-ovice .menu_link::before,
.page-template-article .menu_link::before,
.post-type-archive-event .menu_link::before,
.page-template-page-login .menu_link::before {
    background: #222;
}


.menu_item:hover .menu_link,
.on>.menu_link {
    color: #222222;
}

.menu_item:hover .menu_link::before,
.on>.menu_link::before {
    opacity: 1;
    visibility: visible;
}

.menu_link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    transition: all 0.3s;
    z-index: 5;
}

.menu_link.parent_btn span {
    position: relative;
}

.menu_link.parent_btn span::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #222222;
    border-bottom: 2px solid #222222;
    margin-left: 10px;
    transform: rotate(45deg);
    position: relative;
    top: -3px;
}

.drop_wrap {
    display: block;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    background: #F7F7F7;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    padding: 31px 0 33px;
}

.menu_item:hover .drop_wrap {
    opacity: 1;
    visibility: visible;
}

.drop_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
}

.drop_list {
    display: flex;
    flex-wrap: wrap;
    /* max-width: 1140px; */
    padding: 0 20px 0 117px;
    margin: 0;
}

.drop_item {
    list-style: none;
    margin: 0 58px 0 0;
    position: relative;
}

.drop_item:last-child {
    margin: 0;
}

.drop_item:not(:first-child)::before {
    position: absolute;
    content: "";
    background: #CCCCCC;
    width: 1px;
    height: 14px;
    top: 0;
    bottom: 0;
    left: -29px;
    margin: auto;
    z-index: 10;
}

.drop_link {
    color: #222 !important;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 29px;
}


.drop_link:hover {
    text-decoration: none!important;
    border-bottom: 2px solid;
    transition: none;
}
.parent_link:hover {
    display: inline;
    border-bottom: 2px solid;
    transition: none;
}

.parent_item {
    position: relative;
}

.parent_link {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0 0 42px;
    color: #222 !important;
    letter-spacing: 0;
    text-decoration: none !important;
    line-height: 29px;
    position: relative;
}

.parent_link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    margin: auto;
    border: 2px solid #222222;
    border-radius: 50%;
}

.parent_link::after {
    position: absolute;
    content: "";
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #222222;
    border-right: 2px solid #222222;
    transform: rotate(45deg);
}

/*------------ sub_menu  ------------*/
.sub_menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 auto;
    padding: 0;
}

.submenu_item {
    /*margin: 0 5px;*/
    position: relative;
    list-style: none;
}

.submenu_item.login::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #CCCCCC;
    top: 3px;
    left: -1px;
    /*left: -18px;*/
}

.sub_menu.pc a.submenu_link {
    padding: 0 10px 10px 10px;
    font-size: 14px;
    opacity: 1;
}

.submenu_link {
    display: block;
    color: #333 !important;
    letter-spacing: 0;
    line-height: 2rem;
    text-decoration: none;
    font-weight: bold;
    transition: all .3s ease;
}

.submenu_link:hover {
    opacity: .7;
}

.header_search {
    display: block;
    width: 214px;
    margin: 0 0 0 18px;
    position: relative;
}

.search-box {
    position: relative;
}

.header_search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #eeeeee;
    border: solid 2px #eeeeee;
    border-radius: 30px;
    font-family: "YakuHanJP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    width: 100%;
    font-size: 1.4rem;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
        background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header_search input:focus {
    outline: none;
    background-color: #fff;
    border-color: #222222;
}

.header_search button {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #222222;
    background-image: url(images/search_icon.svg);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: all .3s ease;
    /*transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;*/
}
.header_search button:hover {
    opacity: .5;
}

.header_search input[type="search"]::-webkit-input-placeholder {
    color: #707070;
}

.header_search input:-ms-input-placeholder {
    color: #707070;
}

.header_search input::-moz-placeholder {
    color: #707070;
}

/*---------- footer ----------*/
#sns_fixed {
    position: fixed;
    right: 20px;
    top: 152px;
    z-index: 10;
}

#sns_fixed span {
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: bold;
    writing-mode: vertical-rl;
    position: relative;
}

#sns_fixed span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    margin: 7px 2px 6px 0;
    background: #222222;
}

.sns_fixed_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #222222 !important;
    padding: 6px !important;
    margin-bottom: 5px;
    z-index: 15;
    position: relative;
    transition: all .3s ease;
}

.sns_fixed_link:hover {
    opacity: .5;
}

#return {
    position: relative;
    z-index: 1000;
}

.return_btn {
    display: block;
    position: fixed;
    right: 50px;
    bottom: 80px;
    width: 80px;
    height: 80px;
    background: #007F4D;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s;
    position: relative;
}

.return_btn:hover {
    background-color: #222222;
}

.return_btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(-45deg);
    transition: all 0.3s;

}

.return_btn:hover::after {
    border-color: #FFF;
}

.return_txt {
    display: none;
}

.f_mainmenu {
    background: #222222;
}

.f_logo {
    display: flex;
    align-items: center;
    max-width: 1200px;
    padding: 33px 20px 20px;
    margin: auto;
}


.f_logo_img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    margin-right: 39px;
}

.f_logo_txt {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
}


.f_main_in {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 22px 20px;
    margin: auto;
}

.f_main_list {
    padding: 0;
    margin: 0;
    width: 50%;
}

.f_main_item {
    margin: 0 auto 10px;
    list-style: none;
    position: relative;
}



.f_main_link:not(.non) {
    display: inline-block;
    color: #fff !important;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-decoration: none;
}

.f_main_link:hover {
    text-decoration: underline;
}

.f_main_link::after {
    display: block;
    content: attr(data-en);
    font-size: 1.0rem;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    margin-top: 2px;
    /*opacity: 0.4;*/
}

.f_main_item.sns {
    display: flex;
    align-items: center;
    margin: 28px auto 23px;
}

.f_main_link.facebook {
    transition: opacity 0.3s;
}

.f_main_link.instagram {
    margin-right: 15px;
    transition: opacity 0.3s;
}

.f_main_link.twitter {
    margin-right: 15px;
    transition: opacity 0.3s;
}

.f_main_link.facebook:hover,
.f_main_link.instagram:hover,
.f_main_link.twitter:hover {
    opacity: 0.5;
}

.sns_icon {
    display: block;
}

.f_child_list {
    padding: 0;
    margin: 4px 0 0 20px;
}

.f_child_item {
    list-style: none;
    margin: 0 auto 7px;
}

.f_child_item:not(.acc_parent)::before {
    content: '-';
    margin-right: 13px;
    color: #fff
}

.acc_parent {
    display: none;
}

.f_child_link {
    color: #fff !important;
    /* font-size: 1.3rem; */
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none;
}

.f_child_link:hover {
    text-decoration: underline;
    transition: none;
}

.f_submenu {
    padding: 0 20px;
    background: #383838;
}

.f_sub_list {
    display: flex;
    padding: 0;
    margin-bottom: 8px;
}

.f_sub_item {
    list-style: none;
    margin: 0 0 0 30px;
}

.f_sub_link {
    color: #fff !important;
    font-size: 1.3rem;
    letter-spacing: 0;
    text-decoration: none;
}

.f_sub_link:hover {
    text-decoration: underline;
}

#copyright {
    padding: 12px 0 17px;
    margin: auto;
    text-align: center;
}

.copy_txt {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0;
}


.link_btn {
    display: block;
    background: #222222;
    text-decoration: none;
    max-width: 220px;
    /* 	height: 46px; */
    margin: 40px auto 0 0;
    padding: 7px 26px;
    border: 2px solid #222222;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.link_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg);
    transition: all 0.3s;
}

.link_btn span {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    transition: all .3s ease;
}

.link_btn:hover {
    background-color: #fff;
}

.link_btn:hover:after {
    border-color: #222;
}

.link_btn:hover span {
    color: #222;
}

/**********************************************
 * サイトマップ
 *********************************************/
.sitemap .content_area a {
    color: #222;
    text-decoration: underline;
}

.sitemap .content_area a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1309px) {

    /*---------- header ----------*/
    #header_wrap {
        padding: 0 20px;
    }

    .logo_txt {
        /* font-size: 1.8rem; */
        margin: 0 0 0 23px;
    }

    .menu_link {
        /* padding: 15px 18px 20px; */
        font-size: 1.6rem;
    }

    .drop_list {
        padding: 0 20px 0 60px;
    }


    /*------------ sub_menu  ------------*/
    .submenu_item {
        /*margin: 0 8px;*/
    }

    .submenu_link {
        font-size: 1.3rem;
    }

    .submenu_item.login::before {
        left: -1px;
    }

    .header_search {
        width: 160px;
        margin-left: 10px;
    }


}

@media screen and (max-width: 959px) {

    /**********************************************
 * 全ページ共通
 *********************************************/
    /*---------- header ----------*/

    #menu_box {
        /*width: calc(100% - 200px);*/
    }

    /* .menu_item {
        margin-right: 23px;
    } */

/*     .menu_link {
        padding: 15px 13px 22px;
    } */

    #logo {
        /*display: block;*/
        padding: 13px 0 8px;
    }

    .logo_txt {
        font-size: 1.6rem;
        /*margin: 6px 0 0;*/
    }

    .parent_item {
        width: 100%;
    }

    .drop_list {
        padding: 10px 20px 0 44px;
    }

    .drop_item {
        margin: 0 30px 0 0;
        font-size: 1.4rem;
    }

    .drop_item:not(:first-child)::before {
        left: -15px;
    }

    /*---------- footer ----------*/
    .return_btn {
        width: 65px;
        height: 65px;
    }

    .f_main_in {
        padding: 10px 20px 20px;
    }

    .f_main_item {
        margin-bottom: 10px;
    }

    .f_main_list:not(:last-child) {
        margin-right: 10px;
    }

    .f_main_link:not(.non) {
        font-size: 1.4rem;
    }

    .f_child_link {
        font-size: 1.3rem;
    }


    .f_sub_list {
        justify-content: center;
        margin-top: 22px;
    }

    .f_sub_item {
        position: relative;
    }

    .f_sub_item:first-child {
        margin-left: 0;
    }

    .f_sub_item::before {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        bottom: 0;
        left: -16px;
        margin: auto;
        width: 2px;
        height: 10px;
        background: #F2F2F2;
    }

    .f_sub_item:first-child::before {
        display: none;
    }

    .f_sub_link {
        font-size: 1.3rem;
    }

    #copyright {
        text-align: center;
        padding: 6px 0 11px;
    }

}



@media screen and (max-width: 820px) {

    /**********************************************
 * 全ページ共通
 *********************************************/
    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 {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /*---------- header ----------*/
    #wrapper.fixed {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #header_wrap {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    #logo {
        display: flex;
        padding: 10px 15px;
        margin: 0;
        /*width: calc(100vw - 50px);*/
        width: 55%;
    }

    .logo_link,
    .logo_img {
        max-width: fit-content;
    }

    .logo_txt {
        font-size: 1.3rem;
        margin: 0 0 0 13px;
    }

    #toggle {
        display: flex;
        width: 45%;
        justify-content: end;
        align-items: center;
    }

    .toggle_btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        font-size: 0;
        text-decoration: none;
    }

    .toggle_txt {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        background: #222222;
    }

    .toggle_btn::before,
    .toggle_btn::after,
    .toggle_txt::before {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        margin: auto;
        width: 20px;
        height: 2px;
        background: #fff;
        transition: all 0.3s;
    }

    .toggle_btn::before {
        top: 17px;
    }

    .toggle_btn::after {
        top: 31px;
    }

    .toggle_txt::before {
        top: 24px;
    }

    .toggle_btn.open::before {
        top: 24px;
        transform: rotate(135deg);
    }

    .toggle_btn.open::after {
        top: 24px;
        transform: rotate(-135deg);
    }

    .open .toggle_txt::before {
        opacity: 0;
        visibility: hidden;
    }

    #menu_box {
        display: block;
        position: fixed;
        z-index: 50;
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        overflow: hidden;
    }

    .menu_dis {
        display: none !important;
    }

    #menu {
        display: block;
        height: 100%;
        padding-bottom: 80px;
        background: #222222;
        margin: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .menu_list {
        display: block;
        padding: 0;
    }

    .menu_item {
        margin: 0;
        border-bottom: 1px solid rgba(242, 242, 242, 0.5);
    }

    .header_search.sp {
        padding: 15px 20px 15px;
        width: 400px;
        max-width: 100%;
        margin: 0 0 0 auto;
    }

    .header_search.sp input {
        padding-top: 2px;
        padding-bottom: 1px;
    }

    .header_search.sp button {
        top: 4px;
        width: 22px;
        height: 22px;
    }

    .menu_link,
    .menu_link:visited {
        padding: 18px 19px 16px;
        color: #fff !important;
        font-size: 1.3rem;
    }

    .menu_link::before,
    .menu_link::after {
        display: none;
    }

    .menu_link.parent_btn::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        right: 19px;
        left: auto;
        bottom: 0;
        margin: auto;
        width: 13px;
        height: 13px;
        background: #FFF;
        border-radius: 50%;
        transition: all 0.3s;
        opacity: 1;
        visibility: visible;
    }

    .menu_link.parent_btn::after {
        position: absolute;
        content: '';
        display: block;
        top: -1px;
        right: 30px;
        left: auto;
        bottom: 0;
        margin: auto;
        width: 5px;
        height: 5px;
        border-right: 1px solid #222222;
        border-bottom: 1px solid #222222;
        transform: rotate(45deg);
        transition: all 0.3s;
        visibility: visible;
        opacity: 1;
        background: transparent;
        z-index: 10;
    }

    .menu_link.parent_btn.open::after {
        top: 3px;
        transform: rotate(-135deg);
    }

    .drop_wrap {
        display: none;
        position: static;
        margin: 0;
        background: #F6F6F6;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .drop_box {
        display: block;
    }

    .drop_list {
        display: block;
        padding: 17px 19px 1px;
    }

    .drop_item {
        padding: 0;
        margin: 0 0 15px 0 !important;
        border: none;
    }

    .drop_item:last-child {
        margin: 0 !important;
    }

    .drop_item:not(.parent_item)::before {
        content: none;
    }

    .parent_item {
        border: none;
    }

    .parent_link {
        font-size: 1.5rem;
        padding: 0 0 0 23px;
    }

    .parent_link::before {
        width: 16px;
        height: 16px;
    }

    .parent_link::after {
        left: 4px;
        width: 6px;
        height: 6px;
    }

    .parent_link:hover {
        border-bottom: none;
        transition: none;
    }

    .drop_link {
        font-size: 1.3rem;
        color: #222222 !important;
    }

    .drop_link:hover {
        border-bottom: none;
        transition: none;
    }

    /*GTranslateの設定*/
    .gtranslate span{
        font-size: 12px !important;
        margin-right: 2px !important;
    }

    .gtranslate img{
        height: 16px !important;
        width: 16px !important;
    }

    /*---------- footer ----------*/
    #sns_fixed {
        display: none;
    }

    .return_btn {
        border-width: 2px;
        width: 50px;
        height: 50px;
        background-size: 15px;
        right: 10px;
    }

    .return_btn::after {
        border-width: 2px;
        width: 13px;
        height: 13px;
    }

    .f_logo {
        padding: 24px 15px 18px;
    }

    .f_logo_img {
        max-width: fit-content;
        margin-right: 18px;
    }

    .f_logo_txt {
        font-size: 1.4rem;
    }

    .f_main_in {
        display: block;
        padding: 0;
    }

    .f_main_list {
        width: 100%;
    }

    .f_last_list {
        display: flex;
        flex-wrap: wrap;
    }

    .f_main_item {
        width: 100%;
        margin: auto;
        border-top: 1px solid rgba(242, 242, 242, 0.5);
    }

    .f_main_item.item_news {
        display: none;
    }

    .f_main_item.sns {
        justify-content: center;
        padding: 17px 0;
        margin: auto;
        border-bottom: none;
    }

    .f_last_list .f_main_item:not(.sns) {
        width: 33.333%;
        text-align: center;
    }

    .f_last_list .f_main_item:not(:nth-child(3)):not(.sns) {
        border-right: 1px solid rgba(242, 242, 242, 0.5);
    }

    .f_main_link:not(.non) {
        position: relative;
        display: block;
        padding: 14px 20px;
        font-size: 1.3rem;
        text-decoration: none !important;
    }

    .f_main_link::after {
        content: "";
    }

    .f_parent_link::before {
        position: absolute;
        content: "";
        top: 0;
        right: 19px;
        bottom: 0;
        margin: auto;
        width: 13px;
        height: 13px;
        background: #FFF;
        border-radius: 50%;
        /* transform: rotate(45deg); */
        transition: all 0.3s;
    }

    .f_parent_link::after {
        position: absolute;
        display: block;
        top: -1px;
        right: 23px;
        bottom: 0;
        margin: auto;
        width: 5px;
        height: 5px;
        border-right: 1px solid #222222;
        border-bottom: 1px solid #222222;
        transform: rotate(45deg);
        transition: all 0.3s;
    }

    .f_parent_link.open::after {
        top: 3px;
        transform: rotate(-135deg);
    }

    .f_child_list {
        display: none;
        padding: 20px 20px 5px;
        margin: 0;
        background: #FFF;
        border-top: 1px solid rgba(242, 242, 242, 0.5);
    }

    .f_child_item {
        margin-bottom: 20px;
    }

    .f_child_item:not(.acc_parent) {
        padding-left: 19px;
    }

    /* 	.f_child_item:not(.acc_parent)::before {
		color: #222222;
	} */

    .f_child_item:not(.acc_parent)::before {
        content: none;
    }

    .acc_parent {
        display: block;
    }

    .f_child_link {
        color: #222222 !important;
        text-decoration: none !important;
    }

    .f_sub_item {
        margin-left: 22px;
    }

    .f_sub_item::before {
        left: -12px;
    }

    .f_sub_link {
        font-size: 1.2rem;
    }

    .copy_txt {
        font-size: 1.1rem;
    }

    .link_btn span {
        font-size: 1.4rem;
    }

    /**********************************************
	 * 共通 
	 *********************************************/

    #footer_top {
        padding: 0;
    }

    #footer_logo_box {
        width: 100%;
        float: none;
        display: block;
        padding: 20px;
    }

    #footer_logo>img {
        width: 180px;
    }

    .footer_menu {
        display: block;
        float: none;
        border-left: none;
        width: 100%;
        padding: 0;
    }

    .footer_menu nav {
        width: 100%;
        float: none;
        margin: 0;
    }

    #footer_top #footer_logo {
        min-height: auto;
        width: 100%;
    }

    .footer_menu nav ul li {
        margin-bottom: 0;
    }

    .footer_menu nav ul li a {
        display: block;
        padding: 11px 22px 12px;
        border-top: 1px solid #555;
        box-sizing: border-box;
    }

    #footer_submenu {
        border: none;
    }

    #footer_submenu .submenu_wrap {
        margin: 0 auto;
        padding: 0;
    }

    #footer_submenu .submenu_wrap {
        text-align: center;
    }

    #footer_submenu .submenu_wrap ul {
        border-top: 1px solid #555;
        border-bottom: 1px solid #555;
        display: flex;
        text-align: center;
        float: none;
    }

    #footer_submenu .submenu_wrap ul li {
        width: 50%;
        font-size: 1.0em;
        white-space: nowrap;
        position: relative;
        margin: 0;
    }

    #footer_submenu .submenu_wrap ul li a {
        padding: 16px 0;
        display: block;
    }

    #footer_submenu .submenu_wrap ul li:nth-child(2n) {
        border-right: 1px solid #555;
    }

    #footer_submenu .submenu_wrap ul li:nth-child(2n+1) {
        border-right: 1px solid #555;
    }

    #footer_submenu .submenu_wrap ul li:nth-child(3) {
        border-right: none;
    }

    #footer_submenu .submenu_wrap ul:nth-of-type(2) li {
        padding-left: 0px;
    }

    #footer_submenu span {
        float: none;
        display: block;
        padding: 12px 0 15px;
    }



    .content_area .flexlist li {
        width: 100%;
    }

    #mv_wrap {
        padding-top: 110px!important;
    }
}


.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 60px;
    text-align: center;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 10px 12px;
    width: 48px;
    height: 48px;
    margin: 4px;
    color: #222 !important;
    display: inline-block;
    text-decoration: none !important;
    position: relative;
    border-radius: 50%;
}

.wp-pagenavi span.current {
    background: #6dceff;
    color: #fff !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #222222;
    background: #222222;
    color: #fff !important;
    /* font-weight: bold; */
}

.wp-pagenavi .arrow {
    font-size: 0;
}

.wp-pagenavi .arrow::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #222;
    border-top: 2px solid #222;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-pagenavi .arrow.latest_page_arrow::before,
.wp-pagenavi .arrow.prev_page_arrow::before {
    transform: rotate(-135deg);
}

.wp-pagenavi .arrow.to_edge::after{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #222;
    border-top: 2px solid #222;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: -10px;
    right: 0;
    margin: auto;
}

.wp-pagenavi .arrow.to_edge.latest_page_arrow::after{
	transform: rotate(-135deg);
	left: 10px;
}


.wp-pagenavi a:hover .arrow.to_edge::after,
.wp-pagenavi a:hover .arrow::before {
    border-color: #fff;
}

@media screen and (max-width: 767px) {

    .wp-pagenavi a,
    .wp-pagenavi span {
		padding: 5px 5px 4px;
		margin: 3px;
		width: 33px;
		height: 33px;
    }

	.wp-pagenavi .arrow.to_edge::after,
    .wp-pagenavi .arrow::before {
        width: 8px;
        height: 8px;
        right: -1px;
    }
}
.gsc-selected-option-container {
    min-width: 75px !important;
}