@charset "utf-8";

/*
Theme Name: theme-01
Version: 1.0
Author: groworks
Author URI: https://groworks.jp/
*/
/*-------------------------------------------------------------
reset 
-------------------------------------------------------------*/
html {
    height: 100%;
    font-size: 62.5%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    visibility: hidden;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    line-height: 1.7;
    color: #222;
    font-weight: 400;
    height: 100%;
    position: relative;
    letter-spacing: 0.06em;
    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.7;
    color: #000;
    position: relative;
    letter-spacing: 0.06em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #ccc;
    padding: 10px 15px;
    -webkit-appearance: none;
    border-radius: 0;
}

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

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: #222;
    color: #fff;
}

::-moz-selection {
    background: #222;
    color: #fff;
}

::-webkit-selection {
    background: #222;
    color: #fff;
}

.sp_size {
    display: none !important;
}

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

/*-------------------------------------------------------------
header
-------------------------------------------------------------*/
#wrapper.fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

#header_wrap {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    background: transparent;
    transition: all .2s ease;
    z-index: 110;
}

#header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

#logo {
    display: flex;
    align-items: center;
    height: 90px;
    padding: 20px 63px 19px 33px;
    /*     background: #FFF; */
    transition: all 0.3s;
    z-index: 1000;
}

#logo a {
    display: block;
    margin: 7px 0 0;
    position: relative;
}

#logo img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.logo_txt {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.7rem;
    padding: 0 0 0 20px;
    margin: 0 0 0 13px;
    position: relative;
}

.logo_txt::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 38px;
    background: #EEEEEE;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.logo_txt span {
    display: block;
    margin: 0 0 7px;
}

.pc_menu {
    padding-right: 90px;
}

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

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

.pc_menu_item:last-child {
    margin-right: 42px;
}

.pc_menu_link {
    display: block;
    font-family: 'Noto Serif JP', serif;
    /* font-size: 1.5rem; */
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #333 !important;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    padding: 7px 5px 5px;
    position: relative;
    transition: all 0.3s;
}

.pc_menu_link:hover {
    opacity: .7;
}

/* ハンバーガーメニュー関連 */
#toggle {
    position: fixed;
    display: block;
    height: 90px;
    top: 0;
    right: 0;
    z-index: 9000;
}

#toggle a {
    display: block;
    background: none;
    color: #fff;
    width: 90px;
    height: 100%;
    background: #1C3342;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease;
}

#toggle a:hover {
    background-color: #0168A2;
}

#toggle a span,
#toggle a::before,
#toggle a::after {
    content: "";
    font-size: 0;
    position: absolute;
    display: block;
    background: #fff;
    width: 28px;
    height: 1px;
    left: 31px;
    transition: all 0.3s;
}

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

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

#toggle a span {
    top: 44px;
}

#toggle a::after {
    top: 51px;
    width: 16px;
}

#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);
    width: 38px;
    top: 33px;
    left: 26px;
}

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

.fixed #header_wrap {
    position: fixed;
    top: 0;
}

.fixed .pc_menu {
    opacity: 0;
}

#menu-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    float: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 700px;
    height: 100%;
    padding-top: 90px;
    padding-bottom: 67px;
    margin: 0;
    background: #FFF;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    transition: all .3s ease;
    pointer-events: auto;
}

#menu-box.menu_dis,
#menu-box.menu_dis a{
    opacity: 0;
    pointer-events: none;
}

#menu {
    display: block;
    width: 908px;
    max-width: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 1000;
}

.menu_list_wrap {
    display: flex;
    margin-bottom: 121px;
}

.menu_list {
    padding-left: 0;
    margin: 0 59px 0 0;
    flex: 1;
}

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

.menu_item {
    list-style: none;
    display: block;
    line-height: 1.7;
    float: none;
    margin: 0;
    width: 250px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    box-sizing: border-box;
    text-align: left;
}

.menu_link {
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    color: #222;
    font-weight: 700;
    padding: 22px 40px 22px 5px;
    margin: 0;
    background: url(img/arrow_r_blue.svg) no-repeat right 12px center / 22px 6px;
    opacity: 1 !important;
    transition: all .3s ease;
}

/* hover */
.menu_link:hover {
    color: #183951;
    background-position: right 7px center;
}

/*  */
.menu_btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 573px;
    margin: 0 auto 50px;
    position: relative;
}

.menu_btn_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 265px;
    text-decoration: none;
    color: #FFF !important;
    height: 80px;
    background: #183951;
    position: relative;
    transition: all .7s ease;
}

.menu_btn_item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(85, 158, 232);
    background: radial-gradient(circle, rgba(85, 158, 232, 0.75) 0%, rgba(85, 158, 232, 0.55) 20%, rgba(85, 158, 232, 0) 100%);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
}

.menu_btn_item span {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
}

.menu_btn_item span::before {
    display: block;
    content: attr(data-txt)"";
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 1px;
    max-height: 100%;
}

/* tel btn */
.menu_btn_item:nth-child(2) {
    font-family: "EB Garamond", 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #FFF !important;
}

.menu_btn_item:nth-child(2) span {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
}

.menu_btn_item:nth-child(2) span::before {
    display: block;
    content: attr(data-txt)"";
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.3;
    margin: 6px 0 1px;
    max-height: 100%;
}

/* hover */
.menu_btn_item:hover::before {
    opacity: 1;
}

/*  */

.sub_menu_list {
    /*     display: flex;
    flex-wrap: wrap; */
    border-top: 1px solid #DDDDDD;
    margin: 0;
    padding: 0;
}

.sub_menu_item {
    color: #222;
    list-style: none !important;
    font-size: 1.3rem;
    line-height: 1.7;
    margin: 0;
    /*     width: calc(100% / 3); */
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
    position: relative;
}

.sub_menu_item:not(:first-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 16px);
    background-color: #DDDDDD;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.sub_menu_item a[target="_blank"] {
    display: inline-block;
    color: #222;
    text-align: center;
    text-decoration: none;
    padding: 15px 25px 13px 0;
    background: url(img/popup.svg) no-repeat center right 5px;
    transition: all .3s ease;
}

.sub_menu_item a[target="_blank"]:hover {
    color: #183951;
}

/*-------------------------------------------------------------
footer
-------------------------------------------------------------*/
/*---------- footer ----------*/
#footer_wrap {
    position: relative;
}

#footer_wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 40px);
    background: #1B3342;
    bottom: 0;
    left: 0;
}

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

.return_btn {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #1C3342;
    /*     border: 1px solid #222; */
    text-decoration: none;
    transition: background 0.3s, border-color .3s;
}

.return_btn:hover {
    background: #0168A2;
}

.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 #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: border-color .3s;
}

.return_txt {
    display: none;
}

.footer_area {
    font-family: 'Noto serif JP', serif;
    text-align: center;
    max-width: 1040px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

/*----- footer_t -----*/
.footer_t_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
    position: relative;
}

.footer_t_box::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 124px;
    background: #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.footer_t_l,
.footer_t_r {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-decoration: none;
    color: #FFF !important;
    height: 180px;
    background: #676767;
    position: relative;
    transition: all .7s ease;
}

.footer_t_l::before,
.footer_t_r::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(85, 158, 232);
    background: radial-gradient(circle, rgba(27, 51, 66, .6) 0%, rgba(27, 51, 66, .4) 20%, rgba(24, 57, 81, 0) 100%);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
}

.footer_t_l strong,
.footer_t_r strong {
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
}

.footer_t_r strong {
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 2rem;
}

.footer_t_l strong::before,
.footer_t_r strong::before {
    display: block;
    content: attr(data-txt)"";
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 11px;
    max-height: 100%;
}

/* hover */
.footer_t_l:hover::before,
.footer_t_r:hover::before {
    opacity: 1;
}

/*----- footer_m -----*/
.footer_m {
    margin: 0 0 40px;
}

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

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

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

.f_main_link,
.f_sub_link {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.4375;
    color: #fff !important;
    text-decoration: none;
    transition: opacity .3s;
    max-height: 100%;
}

.f_main_link:hover,
.f_sub_link:hover {
    opacity: .7;
}

.f_sub_list {
    display: none;
}

/* f_info */
.f_info {
    color: #FFF;
}

.f_info a {
    display: inline-block;
    margin: 0;
}

.f_company_info {
    font-size: 1.4rem;
    line-height: 1.461;
    letter-spacing: 0;
    margin: 0 0 10px;
    max-height:100%;
}

.f_company_info span {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-top: 7px;
    max-height:100%;
    
}

/* .f_company_info.larger {
    font-size: 1.4rem;
	font-weight: 400;
} */

/*----- footer_b -----*/
.footer_b {
    padding: 15px 0;
    position: relative;
}

.footer_b::before {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #676767;
    transform: translateX(-50%);
    /* opacity: .3; */
}

.footer_b_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.f_b_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.f_b_item {
    line-height: 1.7;
    list-style: none;
    margin: 0 11px 0 0;
}

.f_b_item a[target="_blank"] {
    font-size: 1.3rem;
    text-decoration: none;
    color: #FFF;
    padding-right: 15px;
    background: url(img/popup_w.svg) no-repeat top 2px right 3px;
}

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

.copyright {
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    max-height: 100%;
}


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

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

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

    #logo {
        max-width: calc(100% - 65px);
        height: 65px;
        padding: 3px 15px 3px 13px;
    }

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

    .logo_txt {
        font-size: 1.2rem;
        padding: 0 0 0 13px;
        margin: 0 0 0 10px;
    }

    .logo_txt::before {
        height: 33px;
    }

    .logo_txt span {
        display: block;
        margin: 0 0 2px;
    }

    #toggle {
        height: 65px;
    }

    #toggle a {
        width: 65px;
    }

    #toggle a span,
    #toggle a::before,
    #toggle a::after {
        left: 20px;
    }

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

    #toggle a span {
        top: 32px;
    }

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

    #toggle a.open:before {
        width: 38px;
        top: 21px;
        left: 15px;
    }

    #toggle a.open:after {
        top: 44px;
        left: 15px;
    }

    #menu {
        padding: 0 20px 20px;
    }

    #menu-box {
        display: block;
        min-height: auto;
        padding-top: 65px;
    }

    .menu_list_wrap {
        display: block;
        margin: 0 0 30px;
    }

    .menu_list {
        margin: 0;
    }

    .menu_item {
        width: 100%;
    }

    .menu_link {
        font-size: 1.3rem;
        padding: 18px 40px 18px 5px;
    }

    /*  */
    .menu_btn_list {
        max-width: calc(100% - 30px);
        margin: 0 auto 30px;
    }

    .menu_btn_item {
        width: 100%;
        height: 70px;
        padding: 5px 15px;
    }

    .menu_btn_item:first-child {
        margin-bottom: 10px;
    }

    .menu_btn_item span {
        font-size: 1.3rem;
    }

    .menu_btn_item span::before {
        font-size: 1.1rem;
    }

    /* tel btn */
    .menu_btn_item:nth-child(2) span {
        font-size: 1.6rem;
    }

    .menu_btn_item:nth-child(2) span::before {
        font-size: 1.3rem;
        margin: 3px 0 1px;
    }

    /* hover */
    /*  */
    .sub_menu_list {
        display: block;
        border: none;
    }

    .sub_menu_item {
        font-size: 1.2rem;
        text-align: left;
        width: auto;
        padding: 0 0 0 13px;
        border: none;
    }

    .sub_menu_item::before {
        position: absolute;
        content: "";
        width: 5px !important;
        height: 1px !important;
        background-color: #DDDDDD;
        top: 9px !important;
        bottom: auto !important;
        left: 0;
        margin: auto;
    }

    .sub_menu_item a[target="_blank"] {
        padding: 0 25px 0 0;
    }

    /*-------------------------------------------------------------
	footer
	-------------------------------------------------------------*/
    /*---------- footer ----------*/
    /*----- footer_t -----*/
    .footer_t_box {
        display: block;
        margin: 0 0 25px;
    }

    .footer_t_box::before {
        width: calc(100% - 40px);
        height: 1px;
    }

    .footer_t_l,
    .footer_t_r {
        width: 100%;
        height: 100px;
        padding: 5px 15px;
    }

    .footer_t_l strong {
        font-size: 1.5rem;
    }

    .footer_t_r strong{
        font-size: 1.8rem;
    }

    .footer_t_l strong::before,
    .footer_t_r strong::before {
        font-size: 1.2rem;
        margin-bottom: 3px;
    }

    /* hover */
    /*----- footer_m -----*/
    .footer_m {
        margin: 0 0 25px;
    }

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

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

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

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

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

    .f_company_info span {
        font-size: 1.2rem;
    }

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

    /*----- footer_b -----*/
    .footer_b {
        padding: 15px 0;
    }

    .footer_b::before {
        min-width: auto;
    }

    .footer_b_box {
        display: block;
    }

    .f_b_list {
        justify-content: center;
        margin: 0 0 5px;
    }

    .f_b_item {
        list-style: none;
        margin: 0 5px 5px;
    }

    .f_b_item a {
        font-size: 1.2rem;
    }

    .copyright {
        font-size: 1.1rem;
    }


}