@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
*/

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

body {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-family: YakuHanJP, 'Noto Sans JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.6;
    color: #03382D;
    height: 100%;
    position: relative;
    letter-spacing: 0.08em;
    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 JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
}

input {
    font-family: YakuHanJP, 'Noto Sans 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;
    border-radius: 0;
}

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

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

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

*:focus {
    outline: none;
}

/*---------- 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 {
    color: #03382D;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

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

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;
}

a[href^="fax:"] {
    text-decoration: none;
    pointer-events: none;
}

.link_more {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    /* color: #717171 !important; */
    /* text-decoration: none; */
    /* max-width: calc(100% - 30px); */
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50px;
    position: relative;
    white-space: nowrap;
    justify-content: flex-end;
    margin-top: 40px;
}

.link_more::after {
    display: block;
    content: '';
    min-width: 30px;
    min-height: 30px;
    background-color: #62B06C;
    background-image: url(images/arrow_r_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    margin-left: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background-position: 60% 44%;
}

.link_more:hover {
    opacity: .8;
    background-position: right 17px center;
    transition: all 0.3s ease;
}

.link_more:hover::after {
    right: 20px;
}


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

/*------------------------------------------------
	header
-------------------------------------------------*/
header {
    position: relative;
    border-bottom: 1px solid #E0E0E0;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: content-box;
    border-bottom: none;
    max-width: 1840px;
    margin: auto;
}

.logo_link {
    display: block;
    text-decoration: none;
    margin: 13px 0;
}

#logo {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: 45vw;
}

#logo img {
    display: block;
    width: auto;
    max-height: 115px;
    /* max-width: 44vw; */
}

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

#toggle {
    display: none;
}

#menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 20px 0 0;
}

.menu_list {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 12px 0 0;
}

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

.menu_link {
    display: block;
    color: #03382D;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
    padding: 13px 0 20px;
    position: relative;
}

.menu_link::before {
    background: #4EC485;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease;
    width: 0;
    z-index: 10;
}

.sub_list {
    margin-bottom: 10px;
}

.menu_link_sub {
    line-height: 1.5;
    font-size: 1.3rem;
    text-decoration: none;
    color: #03382D;
}

.menu_link:hover,
.menu_link_sub:hover,
.current .menu_link {
    color: #4EC485;
}

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

li.menu_item.btn_yellow a {
    background: #F7E89D;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: bold;
}

li.menu_item.btn_yellow a:hover {
    color: #03382D;
    opacity: 0.7;
    transition: 0.5s;
}

.menu_lang {
    padding-left: 25px;
    margin-left: 8px;
    position: relative;
}

.menu_lang::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #DADEDC;
    left: 0;
    top: 20px;
}

.menu_lang .lang_t {
    display: block;
    color: #222;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
    padding-left: 22px;
    margin: 13px 0 30px;
    background: url(images/icon_earth.svg) no-repeat center left / 17px;
}

.lang {
    transition: 0.3s ease-in-out;
    float: left;
    position: relative;
    margin-left: 26px;
}

.lang_t {
    display: block;
    color: #333;
    padding: 0 0 0 20px;
    color: #333;
    font-size: 85.7%;
    text-decoration: none !important;
    background: url(images/icon_earth.svg) 0 center no-repeat;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.lang_t:hover,
.lang_t.open {
    border-color: #333;
}

.lang_t.open {
    background: url(images/icon_close.svg) 0 center no-repeat !important;
}

.language_choice {
    transition: 0.3s ease-in-out;
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    width: auto !important;
    display: none;
    /* background: url(images/arrow_menu.svg) 292px 10px no-repeat; */
    padding-top: 18px;
}

.language_choice::before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 18px solid #333333;
    border-top: 0;
    top: 0;
    right: 30px;
}

.language_choice.open {
    display: block !important;
}

.language_box {
    /* width: 300px; */
    padding: 20px;
    color: #fff;
    background: #333;
}

.language_box a[target="_blank"] {
    padding: 0 !important;
    background: none !important;
}


/* drop */

/* .menu_link.parent_btn span {
	position: relative;
}

.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;
	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: #8F8F8F;
	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;
}

.parent_link:hover,
.drop_link:hover {
	text-decoration: underline !important;
}

.parent_item {
	position: relative;
}

.parent_link {
	font-size: 2rem;
	padding: 0 0 0 40px;
	color: #222 !important;
	letter-spacing: 0;
	text-decoration: none !important;
	line-height: 29px;
	position: relative;
}

.parent_link::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
} */

/*------------------------------------------------
	footer
-------------------------------------------------*/
#footer_wrap {
    color: #03382D;
    background: #EFF1EC;
    position: relative;
}

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

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

.return:hover {
    opacity: 0.8;
}

/* .footer_area {
	border-bottom: 1px solid #666666;
} */

#footer_main_area {
    width: 1320px;
    max-width: 100%;
    padding: 52px 20px 35px;
    margin: auto;
}

#footer_top {
    margin-bottom: 70px;
}

.footer_h {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_h::before {
    display: block;
    content: attr(data-txt) '';
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.f_address {
    display: block;
    /* margin-bottom: 60px; */
}

.f_address p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 3px;
}

.f_address span {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
}

.f_address .f_tel {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    text-decoration: none !important;
    color: #FFF;
}

.f_address .f_tel::before {
    display: inline-block;
    content: "TEL：";
}

/* .f_logo_info {
    text-align: center;
}

.f_logo_box {
    margin-bottom: 16px;
    line-height: 2.4rem;
} */

.f_logo {
    margin-right: 86px;
}

.f_logo_link {
    display: block;
    color: #333 !important;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none !important;
    transition: opacity .3s ease;
}

.f_logo_link img {
    display: block;
    max-width: 320px;
}

.f_logo_link:hover {
    opacity: .7;
}

/* .f_info_txt {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1.3px;
    line-height: 1.5em;
    margin: 0;
}

.f_info_txt span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-bottom: 16px;
} */


#footer_main_menu {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    justify-content: space-around;
}

/* .f_menu_list {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    height: 120px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px 90px;
}
 */
.f_menu_list {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    gap: 20px 90px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* カラム1 */
.f_menu_list>li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.f_menu_list>li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.f_menu_list>li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

/* カラム2 */
.f_menu_list>li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
}

.f_menu_list>li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}

/* カラム3（固定） */
.f_menu_list>li:nth-child(6) {
    grid-column: 3;
    grid-row: 1;
}

.f_menu_list>li:nth-child(7) {
    grid-column: 3;
    grid-row: 2;
}

.f_menu_list>li:nth-child(8) {
    grid-column: 3;
    grid-row: 3;
}

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

    .pc_size {
        display: none !important
    }

    .sp_size {
        display: block !important
    }

    .sub_list>li:first-child {
        border-top: none;
    }

    .sub_list>li:last-child {
        border-bottom: none;
    }

    li.menu_item.btn_yellow {
        text-align: center;
    }

    li.menu_item.btn_yellow a {
        display: inline-block;
        margin-top: 20px;
        padding: 10px 50px;
    }


}


.f_menu_item {
    display: flex;
    align-items: center;
    list-style: none;
    line-height: 1.5;
    padding: 0;
    margin: 0 31px 0 0;
    position: relative;
}

.f_menu_item:last-child {
    margin-right: 0;
}

/* .f_menu_item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: #707070;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
}

.f_menu_item:last-child::after {
    content: none;
} */

.f_menu_link {
    display: block;
    /* 	color: #FFF !important; */
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    max-height: 100%;
}

.f_menu_link:hover {
    text-decoration: underline !important;
}

.f_child_list {
    display: none;
}

#f_submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    padding: 19px 20px 20px;
    margin: auto;
}

#f_submenu .f_sub_list {
    display: flex;
    padding: 0;
    margin: 0;
}

#f_submenu .f_sub_item {
    list-style: none;
    line-height: 1.5;
    position: relative;
    margin-right: 30px;
    margin-bottom: 0;
}

#f_submenu .f_sub_link {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.05em;
}


/* #f_submenu .f_sub_item:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: -34px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background: #999;
} */

#f_submenu .f_sub_link:hover {
    text-decoration: underline;
    transition: all ease 0.2s;
}

#copyright {
    margin: 0 auto;
}

#copyright p {
    margin: 0;
    color: #5A6E69;
}

#copyright .copy_txt {
    font-size: 1.0rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}


.right {
    text-align: right !important;
}

.btn_viewmore {
    background: #fff;
    padding: 13px 70px;
    border-radius: 100px;
    font-size: 1.6rem;
    text-decoration: none;
}

.btn_viewmore:hover {
    opacity: 0.7;
    transition: 0.5s;
}

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

    /*------------------------------------------------
        header
    -------------------------------------------------*/
    #logo {
        max-width: calc(100vw - 665px);
        max-width: calc(100vw - 560px);
    }

    /* #logo img {
		max-width: calc(100vw - 70px);
	} */

    .menu_item {
        margin: 0 9px;
    }

    .menu_link {
        font-size: 1.4rem;
        padding: 15px 0 31px;
    }

    /* .glink {
		font-size: 1.3rem;
	} */


}

@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: 64px;
        border-bottom: 0;
        position: static;
		background: #fff;
    }

    #logo {
        padding: 0 5px 0 10px;
        max-width: calc(100vw - 60px);
    }

    #logo img {
/*         width: 200px; */
        max-width: 90%;
    }

    #menu-box {
        overflow: auto;
        float: none;
        padding: 0;
        z-index: 10000;
        position: static;
    }

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

    #toggle a {
        display: block;
        background: none;
        color: #03382D;
        text-decoration: none;
        font-size: 66.7%;
        width: 60px;
        height: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 37px 0 0;
        letter-spacing: 0;
        position: relative;
    }

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

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

    #toggle a em::after {
        display: block;
        content: 'MENU';
        font-size: 1.1rem;
        font-weight: bold;
        font-style: normal;
        margin: 4px 0 0;
    }

    #toggle a span {
        top: 26px;
    }

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

    #toggle a.open:before {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 24px;
        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: 24px;
        left: 0;
        right: 0;
    }

    .menu_dis {
        display: none !important;
    }

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


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

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

    .menu_item:first-child {
        border-top: 1px solid #DADEDC;
    }


    .menu_link {
        font-size: 1.4rem;
        font-weight: 500;
        color: #03382D !important;
        height: auto;
        padding: 15px 27px 13px 8px;
        position: relative;
    }

    .menu_link::before {
        content: none;
    }

    .menu_link::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border-top: 2px solid #222222;
        border-right: 2px solid #222222;
        top: calc(50% - 6px);
        right: 16px;
        transform: rotate(45deg);
        transition: all .3s;
    }

    .menu_lang {
        /* text-align: center; */
        padding-left: 0;
        margin-left: 0;
    }

    .menu_lang::before {
        content: none;
    }

    .menu_lang .lang_t {
        display: none;
        /* display: block;
		color: #222;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.8;
		text-decoration: none;
		transition: color 0.2s;
		white-space: nowrap;
		padding-left: 22px;
		margin: 13px 0 30px;
		background: url(images/icon_earth.svg) no-repeat center left / 17px; */
    }

    .language_choice {
        display: block;
        position: static !important;
        padding: 0;
    }

    .language_choice::before {
        content: none;

    }

    .language_box {
        color: #222;
        background: transparent;
        padding: 0 20px;
    }

    .language_box .language_txt {
        font-weight: 500;
    }

    .language_box select {
        max-width: 47%;
    }

    /* .menu_link.parent_btn.open::after {
		transform: rotate(-45deg);
	}

	.drop_wrap {
		display: none;
		position: static;
		margin: 0;
		background: transparent;
		padding: 15px 0;
		border-top: 1px solid #eaeaea;
		opacity: 1;
		visibility: visible;
		transition: none;
	}

	.drop_box {
		display: block;
		padding: 0 17px;
	}

	.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_item {
		width: 100%;
	}

	.parent_link {
		display: block;
		font-size: 1.3rem !important;
		max-height: 100%;
		padding: 0 0 0 16px;
	}

	.parent_link::after {
		width: 7px;
		height: 7px;
	}

	.drop_list {
		padding: 10px 20px 0 30px;
	}

	.drop_item {
		margin: 0 30px 0 0;
		font-size: 1.4rem;
	}

	.drop_item:not(:first-child)::before {
		left: -15px;
	}

	.drop_link {
		display: block;
		font-size: 1.3rem;
		color: #222222 !important;
	} */

    /*------------------------------------------------
        footer
    -------------------------------------------------*/
    .f_menu_list::after {
        right: -13px;
    }

    .f_menu_link {
        display: block;
        padding: 10px 0;
        position: relative;
    }

    .f_menu_list {
        margin: 0 26px 0 0;
    }

    .f_child_list {
        display: none;
        padding: 20px 20px 5px;
        margin: 0;
        background: #555;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .f_child_item {
        list-style: none;
        margin-bottom: 20px;
    }

    .f_child_item:not(.acc_parent) {
        padding-left: 19px;
    }

    .f_child_item:not(.acc_parent)::before {
        content: none;
    }

    .acc_parent {
        display: block;
    }

    .f_child_link {
        display: block;
        font-size: 1.2rem;
        color: #FFF !important;
        text-decoration: none !important;
        max-height: 100%;
    }


    .f_menu_list {
        display: block;
    }

    .f_menu_list>li:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }

}



@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;
    }
	
	    a[href^="fax:"] {
        text-decoration: underline;
        pointer-events: auto;
    }

    .pc_size {
        display: none !important
    }

    .sp_size {
        display: block !important
    }

    .link_more {
        font-size: 1.3rem;
        max-width: 100%;
        padding: 5px 0px;
		margin-top: 20px;
    }

    .link_more::after {
        right: 13px;
    }

    .link_more:hover::after {
        right: 10px;
    }

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

    /*------------------------------------------------
        footer
    -------------------------------------------------*/
    #footer_wrap {
        padding-top: 34px;
    }

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

    #footer_main_area {
        display: block;
        padding: 0;
    }

    #footer_main_menu {
        display: block;
    }


    .footer_h {
        margin-bottom: 24px;
    }

    .f_address p {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.428;
        margin-bottom: 6px;
    }

    .f_address span {
        font-size: 1.3rem;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .f_address .f_tel {
        font-size: 2.0rem;
    }

    .f_logo {
        padding: 0 20px;
        margin: 0 0 18px;
    }

    .f_logo_link {
        display: inline-block;
    }

    .f_logo_link img {
        max-width: 251px;
    }

    .f_menu_list {
        display: block;
        margin: 0;
        width: 100%;
    }

    .f_menu_list::after {
        content: none;
    }
	
	.f_menu_list>li {
        margin-bottom: 0;
    }

    .f_menu_item {
        margin: 0;
        display: block;
        border-top: 1px solid #66666633;
    }

    .f_menu_link {
        font-size: 1.3rem;
        font-weight: 400;
        padding: 15px 40px 15px 20px;
    }

    .f_parent_link::after {
        position: absolute;
        content: "";
        display: block;
        top: -1px;
        right: 23px;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 8px;
        border-right: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        transform: rotate(45deg);
        transition: all 0.3s;
    }

    .f_parent_link.open::after {
        top: 3px;
        transform: rotate(-135deg);
    }

    #footer_top {
        padding: 0 20px;
        margin-bottom: 42px;
    }

    #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_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;
    }

    #f_submenu {
        display: block;
        padding: 0;
    }

    #f_submenu .f_sub_list {
        margin: auto;
        border-bottom: 1px solid #666666;
        padding: 0;
    }

    #f_submenu .f_sub_item {
        width: 100%;
        margin: 0;
    }

    #f_submenu .f_sub_item:first-child {
        border-right: 1px solid #666666;
    }

    #f_submenu .f_sub_item:not(:last-child)::after {
        content: none;
    }

    #f_submenu .f_sub_link {
        display: block;
        padding: 11px 0;
        text-align: left;
        padding: 15px 20px 14px;
        font-size: 1.3rem;
    }

    #f_submenu .f_sub_link:hover {
        text-decoration: none;
    }

    #copyright {
        padding: 11px 20px;
    }


    #copyright .copy_txt {
        display: block;
        font-size: 1rem;
        text-align: center;
        letter-spacing: 0.05em;
    }

    .btn_viewmore {
        padding: 10px 50px;
        font-size: 1.3rem;
    }

}