@charset "utf-8";

/*
Theme Name: daiden-inc
Version: 1.0
*/
/*-------------------------------------------------------------
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 Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.7;
    color: #222;
    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:not([type=checkbox]) {
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.7;
    color: #000;
    position: relative;
    letter-spacing: 0.05em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #ccc;
    padding: 10px 25px;
    -webkit-appearance: none;
    border-radius: 3px;
}

textarea {
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.7;
    color: #000;
    position: relative;
    letter-spacing: 0.05em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    height: 200px;
    border: 1px solid #ccc;
    padding: 10px 25px;
    -webkit-appearance: none;
    border-radius: 3px;
    resize: vertical;
    overflow: auto;
}


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: 158px; */
    padding: 28px 20px 19px 52px;
    /*     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 {
    margin-top: 25px;
    padding-top: 42px;
    margin-right: 158px;
    position: relative;
}

.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 24px 0 0;
}

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

.pc_menu_link {
    display: block;
    /*     font-family: 'Noto Serif JP', serif; */
    /* font-size: 1.5rem; */
    font-weight: 500;
    letter-spacing: 0.05em;
    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,
.pc_menu_link_btn:hover {
    opacity: .7;
}

.pc_menu_item_btn {
    position: absolute;
    top: 0;
    right: 32px;
}

.pc_menu_link_btn {
    display: block;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    background: #0996E9;
    border-radius: 100px;
    padding: 5px 22px 4px;
    position: relative;
    transition: all 0.3s;
}

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

#toggle a {
    display: block;
    background: none;
    /* font-size: 62.5%; */
    color: #fff;
    text-decoration: none;
    width: 158px;
    height: 100%;
    background: #0996E9;
    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: 70px;
    height: 1px;
    margin: auto;
    left: 0;
    right: 0;
    transition: top 0.3s;
}

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

#toggle a em::after {
    position: absolute;
    content: 'MENU';
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    top: 83px;
    left: 50%;
    transform: translateX(-50%);
}

/* #toggle a span {
    top: 25px;
}
*/
#toggle a::after {
    top: 65px;
}

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

#toggle a.open em::after {
    content: 'CLOSE';
}

.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 10px;
    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: center;
    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: 90px;
    background: #0996E9;
    position: relative;
    transition: all .7s ease;
	border-radius: 9999px;
}

.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_wrap {
    background: #272C3E;
    position: relative;
}



/*---------
	footer_content
-------------*/


#return {
    position: relative;
}

#return a {
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: block;
    background: #14D2D2;
    width: 60px;
    height: 60px;
    transition: opacity .3s;
    font-size: 0;
    text-decoration: none;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255, .3);
}

#return a::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: border-color 0.3s;
}

#return a:hover {
    opacity: .7;
}

/*---------
	footer_recruit
-------------*/
.footer_recruit {
    padding: 120px 0 114px 0;
    background: #272C3E;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.f_recruit_in {
    text-align: center;
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    box-sizing: border-box;
}

.f_recruit_ttl {
    margin: 0 0 69px;
}

.f_recruit_ttl h2 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #FFFFFF;
    margin: 0;
}

/* .f_recruit_ttl h2::before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 8px;
    height: 8px;
    margin: 9px 10px 0 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .57);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .3);
} */

.f_recruit_ttl h2::before {
    display: block;
    content: attr(data-txt) "";
    font-family: 'Urbanist', 'Roboto', sans-serif;
    font-size: 6rem;
    font-weight: 800;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    line-height: 1;
    color: #0996E9;
    margin-bottom: 28px;
    max-height: 100%;
}

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

.f_recruit_btn {
    width: 47.3%;
}

.f_recruit_btn a {
    display: flex;
    align-items: center;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    height: 169px;
    background: #0996E9;
    /* background: radial-gradient(circle at 0%, #149EE7, #87E1E1 100%); */
    border-radius: 15px;
    padding: 17px 70px 11px 46px;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}

.f_recruit_btn a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0996E9;
    background: radial-gradient(circle at 0%, #149EE7, #87E1E1 100%);
    transition: all .3s ease;
}

.f_recruit_btn a::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 10px;
    background: url(img/arrow_r_white.svg) no-repeat center / 100% auto;
    top: 50%;
    right: 39px;
    transform: translateY(-50%);
}

.f_recruit_btn a span {
    text-align: left;
    position: relative;
}

.f_recruit_btn a span::before {
    display: block;
    content: attr(data-txt) "";
    font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 5px;
    max-height: 100%;
}

.f_recruit_btn a:hover::before {
    opacity: 0;
}

/* .f_box_tel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 5.8%;
    margin: 8px 5.8% 0 auto;
    color: #FFF !important;
}

.f_box_tel a[href^="tel:"] {
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: 'Oswald', serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.0;
    color: #FFF !important;
}


.f_tel_time {
    font-size: 1.2rem;
    letter-spacing: .06em;
    line-height: 1.6;
    color: #FFF;
    width: 100%;
    text-align: center;
    margin-top: 7px;
}

.f_box_mail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 49.4%;
}

.f_box_mail a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 68px;
    color: #4194C8 !important;
    text-decoration: none;
    background: #FFF;
    border-radius: 5px;
    transition: all 0.3s;
}

.f_box_mail a:hover {
    background: rgba(255, 255, 255, .8);
}

.f_box_mail a span {
    position: relative;
    display: inline-block;
} */


/*---------
	footer_map
-------------*/
.footer_map {
    height: 0;
    padding-top: 26.041%;
    padding-top: max(26.041%, 450px);
    position: relative;
}

.footer_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------
	footer_main
-------------*/
.footer_main {
    max-width: 1396px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 35px 20px 29px 20px;
    margin: auto;
}

.footer_address {
    display: block;
    color: #FFF;
    width: 390px;
    padding: 4px 20px 0 30px;
    /* margin: 0 20px 0 30px; */
    font-size: 1.6rem;
}

.footer_address strong {
    display: block;
}

.footer_address .footer_logo {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    /* margin-bottom: 6px; */
}

.footer_address .footer_logo a {
    display: block;
}

.footer_address .footer_logo a img {
    display: block;
}

.footer_address p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5625;
    margin: 0;
    max-height: 100%;
}

.footer_address p span {
    display: block;
    margin: 23px 0 10px;
}

.footer_address [href^="tel:"] {
    text-decoration: none;
    color: #FFF !important;
}

.footer_menu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100% - (407px));
    margin: 0 0 0 auto;
}

.footer_menu {
    width: calc((100% - 60px) / 4);
    white-space: nowrap;
    margin-right: 20px;
}

.footer_menu:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
}

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

.footer_menu_list {
    padding: 0;
    margin: 0 0 41px;
    /* border-top: 1px solid rgb(255, 255, 255, 25%); */
}

.footer_menu_list:last-child {
    margin-bottom: 0;
}

.footer_menu_item {
    list-style: none;
    line-height: 1.538;
    letter-spacing: 0.05em;
    padding: 0;
    margin: 0;
}

.footer_menu_link {
    position: relative;
    display: inline-block;
    color: #FFF !important;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    transition: all 0.3s;
    font-weight: bold;
    margin: 0 0 4px;
}

.footer_menu_link:hover {
    opacity: .7;
}

.footer_menu_link.f_parent_link {
    position: relative;
    overflow: hidden;
}

.footer_menu_link.f_parent_link span {
    display: inline-block;
}

.f_sub_list {
    padding: 18px 0 0;
    margin: 3px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.f_sub_item {
    line-height: 1.5;
    margin-bottom: 5px;
    list-style: none !important;
}

.f_sub_link,
.footer_lnk_top a {
    position: relative;
    display: inline-block;
    color: #FFF !important;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    transition: all 0.3s;
}

.f_sub_link:hover {
    opacity: .7;
}

#copyright {
    text-align: center;
    color: #FFF;
    /* border-top: 1px solid rgb(255, 255, 255, 25%); */
    padding: 25px 20px;
}

#copyright p {
    max-width: 1200px;
    margin: auto;
}

#copyright p small {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

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

@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 {
        font-size: 1.4rem;
        padding: 10px 15px !important;
    }

    textarea {
        display: block;
        min-height: 100px;
        height: auto;
    }

    #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: 48vw;
        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 {
        width: 38px;
        /* left: 2px; */
    }

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

    #toggle a span {
        top: 32px;
    }

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

    #toggle a em::after {
        font-size: 1.1rem;
        /* letter-spacing: 0.3em; */
        /* text-indent: 0.3em; */
        top: 40px;
    }

    #toggle a.open:before,
    #toggle a.open:after {
        width: 30px;
        top: 25px;
    }

    #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.5rem;
        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_content
	-------------*/
    #return a {
        width: 50px;
        height: 50px;
        right: 20px;
    }

    #return a span {
        display: block;
        position: absolute;
        top: -19px;
        width: 100%;
        text-align: center;
    }

    /*---------
		footer_recruit
	-------------*/
    .footer_recruit {
        padding: 55px 0 40px 0;
    }

    .f_recruit_ttl {
        /* width: 100%; */
        margin-bottom: 20px;
    }

    /* .f_recruit_ttl:after {
        width: 100%;
        height: 1px;
        top: unset;
        bottom: 0;
    } */

    /* .f_recruit_ttl span {
        font-size: 3.0rem;
    } */

    .f_recruit_ttl h2 {
        font-size: 1.4rem;
    }

    /* .f_recruit_ttl h2::before {
        margin: 6px 7px 0 3px;
    } */

    .f_recruit_ttl h2::before {
        font-size: 3.4rem;
        margin-bottom: 10px;
    }

    /* .f_recruit_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
} */

    .f_recruit_btn {
        width: 100%;
    }

    .f_recruit_btn a {
        font-size: 1.8rem;
        height: 80px;
        padding: 20px 50px 15px 20px;
        margin-bottom: 20px;
    }

    /* .f_recruit_btn a::before {
	position: absolute;
	content: "";
	width: 100%;
	height:100%;
	top:0;
	left:0;
	background: #0996E9;
    background: radial-gradient(circle at 0%, #149EE7, #87E1E1 100%);
	transition: all .3s ease;
} */

    .f_recruit_btn a::after {
        /* position: absolute;
    content: "";
    width: 18px;
    height: 10px;
    background: url(img/arrow_r_white.svg) no-repeat center / 100% auto;
    top: 50%; */
        right: 20px;
        /* transform: translateY(-50%); */
    }

    /* .f_recruit_btn a span {
    text-align: left;
    position: relative;
} */

    .f_recruit_btn a span::before {
        font-size: 1.4rem;
        margin-bottom: 1px;
    }




    /*---------
		footer_map
	-------------*/
    .footer_map {
        padding-top: 35%;
        padding-top: max(35%, 250px);
    }



    /*---------
		footer_main
	-------------*/
    .footer_main {
        flex-direction: column;
        padding: 0;
        padding: 40px 20px 45px;
    }

    .footer_address {
        font-size: 1.3rem;
        width: 100%;
        padding: 0 0 35px;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid rgb(255, 255, 255, 25%);
    }


    .footer_address .footer_logo {
        width: 265px;
        max-width: calc(100% - 40px);
        /* margin-bottom: 10px; */
    }

    .footer_address .footer_logo a img {
        margin: 0 auto;
    }


    .footer_address p {
        font-size: 1.3rem;
    }

    .footer_menu_wrap {
        display: block;
        width: 100%;

    }

    .footer_menu {
        width: 100%;
        margin: 0;
    }

    .footer_menu:first-child {
        margin-bottom: 0;
    }

    .footer_menu:last-child {
        margin-top: 0;
    }

    .footer_menu_list {
        width: 100%;
        padding: 0;
        font-size: 13px;
        margin: 0;
        border-top: none;
    }

    .footer_menu_item {
        position: relative;
        margin: 0 !important;
        border-bottom: 1px solid rgb(255, 255, 255, 25%);
    }

    .footer_menu_link,
    .footer_lnk_top a,
    .f_sub_link {
        display: block;
        font-size: 1.3rem;
        padding: 15px 36px 15px 20px;
    }

    .footer_menu_link {
        font-weight: bold;
        margin: 0 0 0;
    }

    .footer_menu_link.f_parent_link::before,
    .footer_menu_link.f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 24px;
        margin: auto;
        background: #FFF;
        opacity: 1;
    }

    .footer_menu_link.f_parent_link::after {
        top: 18px;
    }

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

    .f_sub_item.sp_size {
        padding: 0;
        border-bottom: 1px solid rgb(255, 255, 255, 25%);
    }

    .sp_size .f_sub_link {
        display: block;
        padding: 15px 20px;
        font-size: 1.3rem;
        letter-spacing: 1.3px;
    }

    .f_sub_item,
    .footer_lnk_top {
        margin: 0;
    }

    .footer_lnk_top {
        border-bottom: 1px solid #e6e6e6;
    }

    .f_sub_list {
        display: none;
        padding: 0;
        margin: 0 !important;
        border-top: 1px solid rgb(255, 255, 255, 25%);
        border-left: none;
    }

    .f_parent_link::before,
    .f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        margin: auto;
        background: #fff;
    }

    .f_parent_link::before {
        top: 24px;
        right: 19px;
        width: 14px;
        height: 2px;
    }

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

    #copyright {
        padding: 30px 20px 30px;
    }

    #copyright p small {
        font-size: 1.3rem;
    }

}