@charset "utf-8";

/*-------------------------------------------------------------
     reset 
-------------------------------------------------------------*/
html,
body {
    height: 100%;
    font-size: 62.5%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-family: '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;
    font-weight: 400;
    height: 100%;
    position: relative;
    letter-spacing: 0.05em;
    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,
dt,
dd {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input {
    font-family: '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;
    border: 1px solid #ccc;
    padding: 10px 15px;
}

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

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

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

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

/*-------------------------------------------------------------
     reset end 
-------------------------------------------------------------*/

/*-------------------------------------------------------------
	Page related
-------------------------------------------------------------*/
#wrapper {
    position: relative;
    overflow: hidden;
}

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

::selection {
    background: #212A37;
    color: #fff;
}

::-moz-selection {
    background: #212A37;
    color: #fff;
}

::-webkit-selection {
    background: #212A37;
    color: #fff;
}

.sp_size {
    display: none !important;
}


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

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

#header_wrap {
    width: 100%;
    z-index: 110;
    position: fixed;
    transition: all .2s ease;
}

#header_wrap.smallhead {
    background: rgba(255, 255, 255, 0.85) !important;
    transition: all .2s ease .09s;
}


#header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1820px;
    height: 100px;
    margin: auto;
    padding: 0 20px;
    position: relative;
}

#logo {
    transition: all 0.3s;
}

#logo a {
    display: block;
    width: auto;
    height: auto;
    max-width: 315px;
}

#logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

#logo img.logo_black {
    opacity: 0;
}

.smallhead #logo img.logo_black {
    opacity: 1;
}

.smallhead #logo img.logo_white {
    opacity: 0;
}

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

#toggle a {
    display: block;
    background: none;
    color: #fff;
    width: 80px;
    height: 65px;
    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: 38px;
    height: 3px;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

.smallhead #toggle a span,
.smallhead #toggle a::before,
.smallhead #toggle a::after {
    background: #212A37;
}

.smallhead #toggle a.open::before,
.smallhead #toggle a.open::after {
    background: #fff;
}

.fixed #toggle a::before,
.fixed #toggle a::after {
    background: #fff;
}

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

#toggle a span {
    top: 30px;
}

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

#toggle a.open {
    color: #fff;
}

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

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

#toggle a.open:before {
    -moz-transform: translate(0, 12px) rotate(45deg);
    -webkit-transform: translate(0, 12px) rotate(45deg);
    transform: translate(0, 12px) rotate(45deg);
    top: 21px;
    left: 0;
}

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

.mbox {
    display: none;
    z-index: 10000;
}

.mbox_open {
    display: block;
}

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

.menu_item {
    display: inline-block;
    position: relative;
    list-style: none;
    line-height: 1.7;
    margin: 0;
}

.menu_item:not(:nth-last-child(-n+2)):after {
    /*     position: absolute;
    content: "";
    font-size: inherit;
    height: 18px;
    width: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(16deg);
    transition: background .3s ease; */
    position: absolute;
    content: "/";
    font-size: 1.5rem;
    color: #FFF;
    top: 58%;
    right: 11px;
    transform: translateY(-50%);
    transition: color .3s ease;
}

.smallhead .menu_item:not(:nth-last-child(-n+2)):after {
    color: #333 !important;
    transition: color .3s ease;
}

.menu_link {
    display: block;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    padding: 5px;
    margin: 7px 26px 0 0;
    position: relative;
    transition: all 0.3s;
}

.smallhead .menu_link {
    color: #333 !important;
}

.menu_link:hover,
.on .menu_link {
    opacity: .7;
}

.h_sub_list {
    transition: all .3s ease;
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    z-index: 1000;
    overflow: hidden;
    margin: 0;
    padding: 0;
}



.menu_item:hover .h_sub_list {
    transition: visibility .3s, opacity .3s;
    opacity: 1;
}

.h_sub_item {
    line-height: 1.7;
    list-style: none;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    transition: all .3s ease;
    margin: 0 0 2px;
}

.menu_item:hover .h_sub_item {
    overflow: visible;
    opacity: 1;
    height: auto;
    transition: all .3s ease;
    box-shadow: rgb(0 0 0 / 9%) 0 3px 3px;
}

.h_sub_link {
    display: block;
    padding: 10px 30px 10px 30px;
    background: #fff;
    color: #000;
    white-space: nowrap;
    text-align: center;
    transition: background-color .3s;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.h_sub_link:hover {
    background: #212A37;
    color: #fff;
}

.menu_item.contact_btn a {
    width: 160px;
    padding: 2px 9px;
    margin: 0 0 0 11px;
    color: #fff !important;
    border: 1px solid #fff;
}

.menu_item.contact_btn a:hover {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.48);
}

.smallhead .menu_item.contact_btn a {
    color: #333 !important;
    border-color: #333;
}

.smallhead .menu_item.contact_btn a:hover {
    opacity: 1 !important;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.7);
}

/*-------------------------------------------------------------
	footer
-------------------------------------------------------------*/
/*---------- cta ----------*/
.cta_wrap {
    background: url(img/cta_bg.jpg) no-repeat center / cover;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
    max-width: 1140px;
    margin: auto;
    padding: 185px 20px 167px;
}

.cta_l {
    width: 34%;
}

.cta_m {
    width: 34.5%;
}

.cta_item span {
    position: relative;
    display: block;
    width: 100%;
}

.cta_item p {
    display: block;
	line-height: 1.8;
    color: #fff !important;
    margin-bottom: 0 !important;
}

.cta_item a[href^="tel:"] {
    color: #fff !important;

}

.cta_r {
    width: 31.5%;
}

.cta_btn {
    position: relative;
    border: 1px solid #fff;
    text-align: center;
}

.cta_btn a {
    display: block;
    font-family: 'Noto Serif JP', serif;
    text-decoration: none;
    color: #fff !important;
    padding: 33px 10px;
    transition: background .3s ease;
}

.cta_btn a:hover {
    background: rgba(0, 0, 0, 0.48);
    transition: background .3s ease;
}

/*---------- footer ----------*/
#footer_wrap {
    border-top: 1px solid #ccc;
    background: #212A37;
}

#return {
    position: relative;
    z-index: 1000;
}

.return_btn {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #212A37;
    text-decoration: none;
    transition: background 0.3s, border-color .3s;
}

.return_btn:hover {
    background: #fff;
}

.return_btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #212A37;
    border-right: 2px solid #212A37;
    transform: rotate(-45deg);
    transition: border-color .3s;
}

.return_txt {
    display: none;
}

.footer_area {
    text-align: center;
    padding: 40px 0 20px;
}

.footer_area a:hover {
    text-decoration: underline;
}

.f_main_list {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: 1.8px;
    line-height: 2.7rem;
    padding: 0;
    margin: 0;
}

.f_main_item {
    padding: 0 20px 0 0 !important;
    margin: 0 20px 0 0 !important;
    list-style: none;
    position: relative;
}

.f_main_item:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.f_main_item:not(:last-child)::after {
    /* position: absolute;
    content: "";
    font-size: inherit;
    height: 18px;
    width: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(25deg); */
    position: absolute;
    content: "/";
    font-size: 1.5rem;
    color: #FFF;
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* background: #fff; */
    top: 49%;
    /* bottom: 0; */
    right: -4px;
    /* margin: auto; */
    transform: translateY(-50%);
    transition: color .3s ease;
}

.f_main_link,
.f_sub_link {
    position: relative;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 3.3;
    color: #fff !important;
    text-decoration: none;
    /*     padding-bottom: 10px; */
    transition: color .3s;
}

.f_main_link:hover,
.f_sub_link:hover {
    color: #fff;
}

.f_sub_list {
    display: none;
}

.copyright {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.28;
    text-align: center;
    color: #fff;
    padding: 0 0 48px;
}



@media (min-width: 768px) {
    body {
        min-width: 1240px;
    }
}


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

    body {
        background: #fff;
        width: auto;

        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 1.3rem;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    input,
    textarea,
    select {
        font-size: 1.4rem;
    }

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

    img {
        width: auto;
        max-width: 100%;
    }

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

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

    #header_wrap {
        z-index: 1500;
    }

    #header_wrap.sp_menu_on {
        border-bottom: none;
    }

    #header_wrap.index_header {
        height: 65px;
        transition: background-color 0.3s;
    }

    #header_area {
        height: auto;
        padding: 0 0 0 12px;
    }

    #logo {
        z-index: 100;
    }

    #logo a,
    #logo img {
        max-width: 60vw;
        max-height: 27px;
    }

    .smallhead #logo {
        top: 22px;
    }

    #menu-box {
        float: none;
        position: fixed;
        z-index: 8000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-top: 69px;
        padding-bottom: 80px;
        margin: 0;
        background: #212A37;
        box-sizing: border-box;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #menu {
        display: block;
        clear: both;
        background: none;
        padding: 0 20px 40px;
        position: relative;
        z-index: 10000;
        float: none;
    }

    .menu_dis {
        display: none !important;
    }

    .menu_mbox {
        display: block !important;
    }

    .overlay_none {
        position: fixed;
    }

    #js-gnav-layer {
        background: #fff !important;
        z-index: 90;
    }

    .menu_list {
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    .h_sub_item.top_item {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
    }

    .menu_link,
    .h_sub_link {
        font-size: 1.4rem;
        padding: 18px 10px;
        color: #fff !important;
        margin: 0;
        background: inherit;
        opacity: 1 !important;
    }

    .menu_list {
        display: block;
    }

    .index_header {
        position: relative;
    }

    #menu {
        display: block;
        clear: both;
    }

    .menu_dis {
        display: none !important;
    }

    .menu_item {
        display: block;
        float: none;
        margin: 0;
        width: auto;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        position: relative;
        box-sizing: border-box;
        text-align: left;
    }

    .menu_item:not(:nth-last-child(-n+2)):after {
        content: none;
    }

    .parent_btn::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 22px;
        bottom: 0;
        left: auto;
        margin: auto;
        width: 10px;
        height: 10px;
        background: none;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        opacity: 1;
        visibility: visible;
        transform: rotate(45deg);
        transition: all 0.3s;
    }

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

    .h_sub_list {
        display: none;
        position: relative;
        padding: 0;
        width: 100%;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    .menu_item:hover .h_sub_item {
        margin: 0;
        box-shadow: none;
    }

    .h_sub_link {
        background: #273345;
        opacity: 1 !important;
    }

    .menu_item.contact_btn {
        margin-top: 35px;
        border-bottom: none;
    }

    .menu_item.contact_btn a {
        width: 100%;
        margin: auto;
        padding: 18px 9px 17px;
        border: 1px solid #fff;
    }

    .menu_item.contact_btn a:hover {
        background: #fff;
        color: #212A37 !important;
    }

    /*-------------------------------------------------------------
		footer
	-------------------------------------------------------------*/
    /*---------- cta ----------*/
    .cta {
        display: block;
        font-size: 1.3rem;
        line-height: 1.6;
        padding: 45px 20px 30px;
    }

    .cta_l {
        width: 100%;
        margin: 0 0 20px;
    }

    .cta_m {
        width: 100%;
        margin-bottom: 20px;
    }

    .cta_r {
        width: 100%;
    }

    .cta_btn {
        width: 100%;
    }

    .cta_btn a {
        padding: 18px 6px;
    }


    /*---------- footer ----------*/
    .footer_area {
        padding: 30px 0 25px;
    }

    /* .f_address {
        
    } */

    .f_main_list {
        display: block;
        padding: 0 20px;
    }

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

    .f_main_item:first-child {
        border-top: 1px solid #ddd;
    }

    .f_main_item:not(:last-child)::after {
        content: none;
    }

    .f_main_link,
    .f_sub_link {
        display: block;
        font-size: 1.3rem;
        line-height: 1.7;
        padding: 12px 0 11px;
    }

    .f_main_link:hover,
    .f_sub_link:hover {
        text-decoration: none !important;
    }

    /* .f_main_link::after {
    } */

    /* .f_sub_list {
    }

    .f_sub_item {
    }

    */
    .f_parent_link {
        position: relative;
    }

    .f_parent_link::before,
    .f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;

        margin: auto;
        background: #fff;
        opacity: 1;
        transform: translateY(-50%);
    }

    .f_parent_link::before {
        left: unset;
        right: 19px;
        width: 14px;
        height: 2px;
    }

    .f_parent_link::after {
        right: 25px;
        width: 2px;
        height: 14px;
        transition: opacity 0.3s;
    }

    .f_parent_link.open::after {
        opacity: 0;
        transition: opacity 0.3s;
    }

    .f_sub_list {
/*         display: none; */
		background: #273345;
		border-left: none;
		padding: 0;
		margin: 0;
    }

	.f_sub_item {
		line-height: 2.7rem;
		margin: 0;
	}

    .f_sub_item:first-child {
        padding: 0;
        border-top: 1px solid #646464;
        border-bottom: 1px solid #646464;
    }

    /* .footer_link_top {

    } */

    /* .f_sub_item {} */

    /* .f_sub_link {

    } */

    .copyright {
        font-size: 1.2rem;
        padding: 26px 0;
    }

    #wrapper.fixed {
        position: fixed;
    }
}


.sp_table_txt {
    line-height: 2.5rem;
    padding: 3px 0 3px 60px;
    margin: 0;
    background: url(img/icon_hand.svg) no-repeat center left;
}


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

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

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


.table table {
    margin-bottom: 15px;
}

[href^="tel:"] {
    color: #333 !important;
    pointer-events: none;
    text-decoration: none !important;
}


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

    .sp_table_txt {
        display: block;
        font-size: 1.1rem;
        letter-spacing: 1.32px;
        margin-bottom: 10px;
    }

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


/*---------------------------------------------------------
	form_btn iphone用
---------------------------------------------------------*/
form input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}