@charset "UTF-8";

html {
    height: 100%;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-size: 1.4em;
    /*color: #333434;*/
    color: #242422;
    line-height: 1.8em;
    letter-spacing: .03rem;
    font-weight: 400;
    counter-reset: number 0;
    background: #fff;
    margin: 0 !important;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    /*
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    */
}
/*
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
*/
::selection {
    background: #333;
    color: #fff;
}
::selection {
    background: #333;
    color: #fff;
}
//Firefox ::-moz-selection{background:#333;color:#fff};
*::-webkit-scrollbar {
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: 400ms cubic-bezier(.23, 1, .32, 1) all;
    transition: 400ms cubic-bezier(.23, 1, .32, 1) all;
    height: 100%;
    height: 12px;
    width: 12px;
}
*::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    margin: 2px;
    position: relative;
    left: 4px;
    padding: 1px;
    border: 1px solid transparent;
    -webkit-transition: 400ms cubic-bezier(.23, 1, .32, 1) all;
    transition: 400ms cubic-bezier(.23, 1, .32, 1) all;
}
*::-webkit-scrollbar-track {
    background: transparent;
    padding: 2px;
}
.contents_inner {
    /*
    width: 1100px;
    */
    width: 1180px;
    margin: 0 auto;
}
.lower_inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}
.radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
/* fonts */
.en_font {
    font-family: 'Josefin Sans', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
a,
a:link,
a:visited {
    color: #333434;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #333434;
    text-decoration: none;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}
a:hover img {
    opacity: .8;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a img {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}
a:hover img {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
@font-face {
    font-family: 'Josefin Sans';
    src: url(../fonts/JosefinSans-SemiBold.eot);
    src: url(../fonts/JosefinSans-SemiBold.eot?iefix) format("eot"), url(../fonts/JosefinSans-SemiBold.woff) format("woff"), url(../fonts/JosefinSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Josefin Sans';
    src: url(../fonts/JosefinSans-Bold.eot);
    src: url(../fonts/JosefinSans-Bold.eot?iefix) format("eot"), url(../fonts/JosefinSans-Bold.woff) format("woff"), url(../fonts/JosefinSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap;
}
.sp {
    display: none;
}
.tab {
    display: none;
}
.pc {
    display: block;
}
.h2_style span {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
.link_btn {
    width: 100%;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 0;
    background: -webkit-linear-gradient(25deg, #343481, #354eca, #2d6fdc, #5bbdff);
    background: -moz-linear-gradient(25deg, #343481, #354eca, #2d6fdc, #5bbdff);
    background: linear-gradient(25deg, #343481, #354eca, #2d6fdc, #5bbdff);
    color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 25px 0;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.link_btn:hover {
    letter-spacing: .15em;
    box-shadow: none;
    filter: brightness(1.1);
}
.link_btn:hover>.anim,
.contact_box a:hover>.anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}
.link_btn:hover>.anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}
.contact_box a:hover>.anim:after {
    -moz-animation: anim-out-blue 0.75s;
    -webkit-animation: anim-out-blue 0.75s;
    animation: anim-out-blue 0.75s;
}
header .link_btn {
    box-shadow: none;
}
header .link_btn:before {
    bottom: 28px;
}
header .link_btn:hover:before {
    right: 22px;
    width: 28px;
}
@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgb(255 255 255 / 90%);
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgb(255 255 255 / 90%);
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgb(255 255 255 / 90%);
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: rgb(255 255 255);
    }
    100% {
        background: transparent;
    }
}

@-webkit-keyframes anim-out-blue {
    0% {
        background: rgb(255 255 255 / 90%);
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-out-blue {
    0% {
        background: rgb(148 148 148 / 90%);
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-out-blue {
    0% {
        background: rgb(204 204 204 / 90%);
    }
    100% {
        background: transparent;
    }
}

@keyframes anim-out-blue {
    0% {
        background: rgb(180 211 218);
    }
    100% {
        background: transparent;
    }
}

/* フレックスボックス */
.row_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* flexbox */
.row_box_between {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.row_box_center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.row_box_left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.h3_style span.en_text {
    font-size: 26px;
}
.h3_style span.jp_text {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}
.link_btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 0 6.7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 20px;
    bottom: -3px;
    top: 0;
    margin: auto 0;
}
.link_btn:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 26px;
    bottom: 33px;
}
.link_btn:hover:before {
    right: 27px;
    width: 30px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
.bg_parallax {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    transition-property: background-position;
    transition-duration: .7s;
    transition-delay: .035s;
}
.menu_container {
    width: 100%;
    margin: 0 auto;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}
.megamenu_inner>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
}
.megamenu_inner>ul:before,
.megamenu_inner>ul:after {
    content: "";
    display: table;
}
.megamenu_inner>ul:after {
    clear: both;
}
.megamenu_inner>ul>li>ul {
    display: none;
    width: 100%;
    background: #000;
    position: absolute;
    z-index: 9999;
    top: 70px;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.megamenu_inner>ul>li>ul:before,
.megamenu_inner>ul>li>ul:after {
    content: "";
    display: table;
}
.megamenu_inner>ul>li>ul:after {
    clear: both;
}
.megamenu_inner>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33.333%;
    background-size: cover;
    position: relative;
}
.megamenu_inner>ul>li>ul>li:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    position: absolute;
    top: 0;
    left: 0;
}
.megamenu_inner>ul>li>ul>li:nth-child(1) {
    background-image: url(../img/common/nav_bg_01.jpg);
}
.megamenu_inner>ul>li>ul>li:nth-child(2) {
    background-image: url(../img/common/nav_bg_02.jpg);
}
.megamenu_inner>ul>li>ul>li:nth-child(3) {
    background-image: url(../img/common/nav_bg_03.jpg);
}
.megamenu_inner>ul>li>ul>li:nth-child(4) {
    background-image: url(../img/common/nav_bg_04.jpg);
}
.megamenu_inner>ul>li>ul>li:nth-child(5) {
    background-image: url(../img/common/nav_bg_05.jpg);
}
.megamenu_inner>ul>li>ul>li a {
    color: #fff;
    padding: 10px 0;
    width: 95%;
    height: 375px;
    display: block;
    border-bottom: 1px dotted #3c3c3c;
    text-align: center;
}
.megamenu_inner>ul>li>ul>li a:hover {
    background-color: rgb(0 0 0 / 40%);
}
.megamenu_inner>ul>li>ul>li a:after {
    display: none;
}
.megamenu_inner>ul>li>ul>li a img {
    object-fit: cover;
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
}
.megamenu_inner>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.megamenu_inner>ul>li>ul>li>ul:before,
.megamenu_inner>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}
.megamenu_inner>ul>li>ul>li>ul:after {
    clear: both;
}
.megamenu_inner>ul>li>ul>li>ul>li {
    float: left;
    width: 40%;
    padding: 5px 0;
    margin: 0;
    font-size: .8em;
}
.megamenu_inner>ul>li>ul>li>ul>li a {
    font-size: 13px;
    font-weight: 400;
    border: 0;
    text-align: left;
    padding: 0;
}
.megamenu_inner>ul>li>ul>li>ul>li a:after {
    display: none;
}
.megamenu_inner>ul>li>ul.normal-sub {
    width: 100%;
    left: 0;
    box-shadow: 0 12px 10px -10px rgba(0, 0, 0, .6);
}
.megamenu_inner>ul>li>ul.normal-sub>li {
    float: left;
    width: 20%;
    background: #333;
    border-right: 1px solid #272727;
}
.megamenu_inner>ul>li>ul.normal-sub>li:last-child {
    margin-right: 0;
}
.megamenu_inner>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 25px 9%;
    right: auto;
    width: 100%;
    position: relative;
}
.megamenu_inner>ul>li>ul>li:hover:before {
    background: rgb(50 98 203);
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
}
.megamenu_inner>ul>li>ul.normal-sub>li a:hover:before {
    content: "VIEW MORE";
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.megamenu_inner>ul>li>ul.normal-sub>li h3 {
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 170%;
    text-align: left;
    color: #f7f7f7;
    border-bottom: 1px solid #272727;
    padding-bottom: 15px;
}
.megamenu_inner>ul>li>ul.normal-sub>li div {
    margin-top: 10px;
    overflow: hidden;
}
.megamenu_inner>ul>li>ul.normal-sub>li:first-child p,
.megamenu_inner>ul>li>ul.normal-sub>li:nth-child(2) p {
    float: none !important;
    width: 100%;
}
.megamenu_inner>ul>li>ul.normal-sub>li p {
    width: 50%;
    float: left;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 160%;
    color: #f7f7f7;
    position: relative;
    text-align: left;
    padding: 5px 0 5px 18px;
}
.megamenu_inner>ul>li>ul.normal-sub>li p:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f7f7f7;
    position: absolute;
    top: 11px;
    left: 0;
}
.megamenu_inner>ul>li>ul.normal-sub>li .btn_text {
    display: none;
    width: 140px;
    margin: 15px auto 0;
    padding: 10px 5px;
    font-size: 12px;
    color: #f7f7f7;
    border: 1px solid #f7f7f7;
}
.megamenu_inner>ul>li>ul.normal-sub>li:hover .btn_text {
    color: #333;
    background: #fff;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
}
@media only screen and (max-width:1330px) {
    .megamenu_inner>ul>li>ul.normal-sub>li h3 {
        font-size: 14px;
    }
}
@media only screen and (max-width:959px) {
    .menu_container {
        width: 100%;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .megamenu_inner>ul {
        display: none;
    }
    .megamenu_inner>ul>li {
        width: 100%;
        float: none;
        display: block;
    }
    .megamenu_inner>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .megamenu_inner>ul>li>ul {
        position: relative;
    }
    .megamenu_inner>ul>li>ul.normal-sub {
        width: 100%;
    }
    .megamenu_inner>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .megamenu_inner>ul>li>ul>li:first-child {
        margin: 0;
    }
    .megamenu_inner>ul>li>ul>li>ul {
        position: relative;
    }
    .megamenu_inner>ul>li>ul>li>ul>li {
        float: none;
    }
    .megamenu_inner .show-on-mobile {
        display: block;
    }
}

.fix-header {
    background-color: #fff;
    top: -66px;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    position: fixed;
    opacity: 0;
    z-index: 99999;
    opacity: 0;
    box-shadow: 0 0 10px rgb(126 126 126 / 10%);
}

.fix-header-contents {
    margin: 0 auto;
    padding-left: 15px;
    overflow: hidden;
}

.fix-header ul {
    list-style-type: none;
}

.fix-header li {
    float: left;
    width: 125px;
}
.fix-header li a {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    text-align: center;
    line-height: 160%;
    padding: 24px 0;
    position: relative;
}
.fix-header li a:hover {
    color: #2f69d9;
}

.fix-header li:nth-child(1) a:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-top: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*
.fix-header li a:before {
    content: "";
    width: 1px;
    height: 20%;
    background: #ececec;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
*/
.fix-header .megamenu_inner ul li a:before {
    display: none;
}

.fix-header li:last-child {
    margin-right: 0;
}

#fix-header-logo {
    float: left;
    /*
    padding-top: 12px;
    padding-left: 10px;
    */
    padding-top: 6px;
    padding-left: 10px;
}
#fix-header-logo img {
    width: 170px;
}
#fix-header-menus {
    float: right;
    text-align: right;
}

#fix-header-menus .megamenu {
    top: 101px;
}

#scroll-fix-menu img {
    padding-bottom: 5px;
}

#scroll-fix-menu a img:hover {
    transition: border-color 0.6s ease-out;
}

.sub_menu {
    width: 100%;
    background: #3a3a3a;
}

.sub_menu div {
    float: left;
}

.sub_menu div a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    position: relative;
}

.sub_menu div a:after {
    content: "";
    width: 1px;
    height: 40%;
    background: #272727;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.sub_menu div:last-child a:after {
    display: none;
}

.sub_menu div a:hover {
    color: #60cad8;
}

.four_box div {
    width: 25%;
}

.particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -10;
}

.count-particles {
    background: #002;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

@media screen and (max-width:1770px) {
    .megamenu-inner a {
        padding: 9% 15px !important;
    }

    .megamenu-inner li:nth-child(4) a,
    .megamenu-inner li:nth-child(5) a {
        padding: 8% 15px !important;
    }
}

@media screen and (max-width:1280px) {
    .megamenu-inner li {
        height: 25vh;
    }
    .contents_inner {
        width: 90%;
    }
}
@media screen and (max-width:1180px) {
    #fix-header-logo {
        padding: 8px 0;
    }
}
@media screen and (max-width:1100px) {
    .contents_inner {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width:840px) {
    body {
        width: 100% !important;
        font-size: 13px;
        font-size: 1.3em;
        line-height: 1.6em;
        font-weight: 400;
        letter-spacing: .05rem;
    }
    .fix-header {
        box-shadow: none;
    }
    .sp {
        display: none;
    }
    .pc {
        display: none;
    }
    .tab {
        display: block;
    }
    .particles-js {
        display: none;
    }
    .link_btn:after {
        bottom: 4px;
    }
    .link_btn:before {
        bottom: 34px;
    }
}

@media screen and (max-width:640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .link_btn {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        padding: 25px 5px;
        border-bottom-width: 3px;
        box-shadow: none;
    }
    .link_btn:after {
        right: 25px;
    }
    .link_btn:hover {
        letter-spacing: .1em;
    }
    .link_btn:before {
        width: 15px;
        bottom: 34px;
        right: 30px;
    }
    .link_btn:hover:before {
        width: 20px;
        right: 11%;
    }
    .link_btn:hover:after {
        right: 10%;
    }
    .link_btn:hover>.anim,
    .contact_box a:hover>.anim {
        -moz-animation: none;
        -webkit-animation: none;
        animation: none;
    }
    .link_btn:hover>.anim:after,
    .contact_box a:hover>.anim:after {
        -moz-animation: none;
        -webkit-animation: none;
        animation: none;
    }
    #fix-header-logo {
        padding: 5px 0;
    }
    #fix-header-logo a {
        display: block;
        width: 140px;
    }
    .fix-header .contact_btn a {
        display: none;
    }
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* header */
header {
    margin: 0 auto;
    padding: 0 0 0 15px;
    z-index: 99999;
    position: relative;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px -1px 10px;
}
header .logo_area {
    padding-top: 6px;
    padding-left: 10px;
}
header .logo_area p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    color: #242424;
    margin: 20px 0 0 8px;
}
header h1 {
    display: inline-block;
    font-size: 13px;
}
header h1 img {
    width: 170px;
}
header nav li {
    float: left;
    width: 125px;
}
header nav li.arrow_btm a:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-top: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
header nav li a {
    display: block;
    padding: 24px 0;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    color: #333;
    position: relative;
}
/*
header nav li a:before {
    content: "";
    width: 1px;
    height: 20%;
    background: #ececec;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
*/
.megamenu_inner ul li a:before {
    display: none;
}
header nav li a:hover {
    color: #2f69d9;
    background-color: #f6f6f6;
    transition: 0.2s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
header nav li a span,
.fix-header li a span {
    display: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #c21818;
    margin-bottom: 5px;
}
.fix-header li a span {
    display: none;
}
.fix-header .contact_btn a {
    width: 160px;
    padding: 0;
    box-shadow: none;
}
header .contact_btn {
    width: 160px;
    text-align: center;
}
header .contact_btn a,
.fix-header .contact_btn a {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    padding: 35px 0;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: -webkit-linear-gradient(25deg, #343481, #354eca, #2d6fdc, #5bbdff);
    background: -moz-linear-gradient(25deg, #343481, #354eca, #2d6fdc, #5bbdff);
    background: linear-gradient(25deg, #343481, #354eca, #2d6fdc, #5bbdff);
}
header .header_inner {
    /*background-color: transparent;*/
    backdrop-filter: blur(0) !important;
    -webkit-backdrop-filter: blur(0) !important;
}
header .contact_btn a,
.fix-header .contact_btn a {
    height: 55px;
    line-height: 0;
}
header .contact_btn a span,
.fix-header .contact_btn span {
    color: #fff;
}
header .contact_btn a:before,
header .contact_btn a:after,
.fix-header .contact_btn a:before,
.fix-header .contact_btn a:after {
    display: none;
}
header .contact_btn a:hover {
    background-color: #1b1b1b;
    color: #fff;
}
.partner_btn {
    text-align: center;
}
.partner_btn a {
    font-size: 13.5px;
    font-weight: 500;
    line-height: 160%;
    color: #fff;
    height: 70px;
    display: block;
    padding: 13px 15px 0;
    background: #343434;
    /*border-left: 1px solid #f3f3f3;*/
}
.partner_btn a:hover {
    color: #fff;
    background: #333;
}
header .tel_box,
.fix-header .tel_box {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 25px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 15px 0 15px 20px;
}
header .tel_box a,
.fix-header .tel_box a {
    pointer-events: none;
}
header .tel_box a img,
.fix-header .tel_box a img {
    vertical-align: middle;
    margin-right: 7px;
}
.button_container,
.overlay {
    display: none;
}

@media screen and (max-width:1430px) {
    header .logo_area p {
        display: none;
        font-size: 13px;
    }
}
@media screen and (max-width:1380px) {
    header nav li.arrow_btm a:after {
        right: 10px;
    }
}
@media screen and (max-width:1170px) {
    .fix-header {
        box-shadow: none;
    }
    .fix-header .contact_btn {
        display: none;
        margin-right: 70px;
    }
    .fix-header .contact_btn a {
        font-size: 16px;
        margin-top: 0;
        padding: 30px 0;
    }
    header .logo_area {
        padding: 8px 0;
    }
    .gnav {
        display: none;
    }
    .partner_btn {
        display: none;
    }
    #nav_sp {
        display: block;
    }
    header .contact_btn {
        display: none;
        margin-right: 70px;
    }
    header .tel_box {
        margin-top: 10px;
        border-left: none;
    }
    header .contact_btn a {
        font-size: 16px;
        margin-top: 0;
        padding: 30px 0;
    }
    .menu .contact_box a {
        display: block;
        background: #111;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        width: 70%;
        margin: 20px auto 0;
        padding: 25px 0;
        position: relative;
    }
    .menu .contact_box a:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3.5px 0 3.5px 4.3px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    .button_container,
    .overlay {
        display: block;
    }
    .button_container {
        position: fixed;
        top: 28px;
        right: 1.5%;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 999999;
        transition: opacity 0.25s ease;
    }
    .button_container:hover {
        opacity: .7;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #000;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #000;
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #000;
    }
    .button_container span {
        background: #000;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    .overlay {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 99999;
    }
    .overlay.open {
        opacity: .98;
        visibility: visible;
        height: 100vh;
    }
    .overlay.open li {
        width: 50%;
        -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s;
    }
    .overlay.open li:nth-of-type(even) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        height: 100%;
    }
    .overlay ul li {
        float: left;
        display: block;
        width: 50%;
        margin-bottom: 55px;
        position: relative;
        opacity: 0;
    }
    .overlay ul li a {
        display: block;
        position: relative;
        font-size: 14px;
        color: #000;
        text-decoration: none;
        overflow: hidden;
    }
    .overlay ul li a:hover:after,
    .overlay ul li a:focus:after,
    .overlay ul li a:active:after {
        width: 100%;
    }
    .overlay ul li a:before {
        display: none;
    }
    .overlay ul li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        transform: translateX(-50%);
        height: 3px;
        background: #fff;
        transition: 0.35s;
    }
    .overlay ul li a span {
        display: block;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 15px;
        font-weight: 800;
        margin-bottom: 8px;
        color: #000;
    }
    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
}
@media screen and (max-width:1080px) {
    .button_container {
        top: 2.8%;
        right: 2%;
    }
}
@media screen and (max-width:640px) {
    header {
        padding: 0 10px;
    }
    header .logo_area {
        padding: 5px 0;
    }
    header h1 {
        width: 140px;
    }
    .button_container {
        top: 16px;
        right: 3vw;
    }
    .menu-btn span:before,
    .open .menu-btn span:before {
        width: 30px;
        height: 30px;
    }
    .menu li a {
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }
    .menu li a span {
        font-size: 12px;
        margin-bottom: 2px;
    }
    header .tel_box,
    header .contact_btn {
        display: none;
    }
    .fix-header-contents {
        padding: 0 10px;
    }
    .button_container:hover {
        opacity: 1;
    }
    .overlay ul li a {
        font-size: 12.5px;
        letter-spacing: 0;
    }
    .overlay ul li a span {
        font-size: 13px;
        margin-bottom: 5px;
        letter-spacing: .05em;
    }
}

@media screen and (max-width:320px) {
    .menu ul {
        margin-top: 13vh;
    }
    .menu li a {
        padding: 10px 0;
    }
}
#contents {
    position: relative;
}
.wire_01,
.wire_02 {
    position: absolute;
    top: 0;
    z-index: -9999;
    width: 25%;
    height: 100%;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}
.wire_01 {
    left: 13.5%;
}
.wire_02 {
    right: 13.5%;
}
#breadcrumb {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 200%;
    color: #ffffff;
    background: none;
    padding: 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /*border-bottom: 1.5px solid #f3f3f3;*/
    border-bottom: none;
    position: relative;
    z-index: 10;
}
#breadcrumb .breadcrumb_text {
    display: inline-block;
    padding-left: 5px;
}
#breadcrumb .breadcrumb_link {
    display: inline-block;
}
#breadcrumb .breadcrumb_link:after {
    content: "/";

}
#breadcrumb .breadcrumb_link:nth-child(1) a {
    font-family: 'Josefin Sans', sans-serif;
}
#breadcrumb .breadcrumb_link a {
    margin: 0 8px;
    color: #fff;
    font-weight: 700;
    opacity: 0.5;
}
#breadcrumb .breadcrumb_link a:hover {
    opacity: .8;
    text-decoration: underline;
}
#breadcrumb::-webkit-scrollbar {
    height: 5px;
}
#breadcrumb::-webkit-scrollbar-track {
    background-color: #FFF;
}
#breadcrumb::-webkit-scrollbar-thumb {
    background-color: rgba(238, 238, 238, .8);
}
#lower_img {
    /*background-image: url(../img/common/lower_img.jpg);*/
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#lower_img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #181b1f, #131937);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
}
#lower_img .text_box {
    position: relative;
    overflow: hidden;
    /*
    width: 1100px;
    */
    width: 1180px;
    margin: 0 auto;
}
#lower_img h2 {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-align: left;
    padding: 70px 0;
}
#lower_img h2 span {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    opacity: 0.3;
}
.lower_h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .05em;
}
.lower_h3 span {
    display: block !important;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #335fce;
}
.lower_h3 span {
    font-size: 25px;
    margin-bottom: 10px;
}
.fixed_contact_btn {
    display: block;
    width: 75px;
    margin-top: 55px;
    padding: 40px 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-linear-gradient(25deg, #101e50, #21537b, #258da8, #17cbd7);
    background: -moz-linear-gradient(25deg, #101e50, #21537b, #258da8, #17cbd7);
    background: linear-gradient(25deg, #101e50, #21537b, #258da8, #17cbd7);
    position: fixed;
    right: 0;
    top: 110px;
    letter-spacing: 0;
    line-height: 110%;
}
.fixed_contact_btn:before {
    display: none;
}
.fixed_contact_btn:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto 0;
}
@media screen and (max-width:1280px) {
    #lower_img .text_box {
        width: 90%;
    }
    #lower_img h2 {
        font-size: 24px;
    }
    #lower_img h2 span {
        font-size: 11.5px;
        margin-bottom: 5px;
    }
    .h2_style span,
    .lower_h3 span {
        font-size: 30px;
    }
}

@media screen and (max-width:1080px) {
    #lower_img {
        background-size: cover;
        background-attachment: inherit !important;
    }
}
@media screen and (max-width:640px) {
    #breadcrumb {
        height: auto;
        font-size: 10px;
        padding: 0;
    }
    #breadcrumb ul li {
        font-size: 11px;
        font-size: 1.1rem;
    }
    #lower_img {
        width: 100%;
        float: none;
    }
    #lower_img .text_box:after {
        left: 45%;
    }
    #lower_img h2 {
        margin-left: 0;
        padding: 13vw 0 11vw 3%;
        font-size: 18px;
    }
    #lower_img h2 span {
        font-size: 10px;
        margin-bottom: 3px
    }
    .h2_style {
        font-size: 13.5px;
    }
    .h2_style span {
        font-size: 28px;
        margin-bottom: 5px;
        -webkit-text-stroke: 0;
    }
    .lower_h3 {
        font-size: 14px;
    }
    .lower_h3 span {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .wire_01,
    .wire_02 {
        border-right: 1px solid #f3f3f3;
    }
    .wire_01 {
        left: 0%;
    }
    .wire_02 {
        right: 0%;
    }
}

/* contact_block */
#contact_block {
    padding: 0;
}
#contact_block .intro_box {
    text-align: center;
    padding: 90px 0;
    background: #f3f5f8;
}
#contact_block .intro_box h2 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 30px;
    color: #000;
}
#contact_block .intro_box p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
#contact_block .btn_box {
    margin: 0 auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#contact_block .btn_box li {
    float: left;
    width: 50%;
    background: #fff;
}
#contact_block .btn_box li:nth-child(1) {
    text-align: center;
    border-right: 1px solid #eee;
}
#contact_block .btn_box li a {
    display: block;
    padding: 70px 20px;
    height: 190px;
    color: #242424;
}
#contact_block .btn_box .contact_box {
    text-align: center;
}
#contact_block .btn_box .contact_box a {
    font-size: 20px;
    font-weight: 600;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
#contact_block .btn_box .contact_box a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #0d0d0d;
    border-right: solid 2px #0d0d0d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto 0;
}
#contact_block .btn_box .contact_box a img {
    display: block;
    width: 30px;
    margin: 0 auto 10px;
}
#contact_block .contact_box:hover {
    background: #fff;
}
#contact_block .btn_box .tel_wrap {
    width: 360px;
    margin: 0 auto;
}
#contact_block .btn_box .tel_box a {
    pointer-events: none;
}
#contact_block .btn_box .tel_box .tel_txt {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
}
#contact_block .btn_box .tel_box .btm_txt {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    margin-left: -10px;
}
#contact_block .btn_box .tel_box a img {
    width: 30px;
    margin-right: 15px;
    vertical-align: -1px;
}
@media screen and (max-width:1180px) {
    #contact_block .contents_inner {
        max-width: 100%;
    }
    #contact_block .contact_box {
        width: 100%;
    }
    #contact_block .contact_box .tel_box {
        width: 49%;
    }
    #contact_block .contact_box .right {
        width: 40%;
    }
    #contact_block .contact_btn {
        width: 100%;
    }
    #contact_block .btn_box li a {
        padding: 40px 20px;
        height: 140px;
    }
}
@media screen and (max-width:640px) {
    #contact_block {
        padding: 0;
    }
    #contact_block .intro_box {
        padding: 45px 0 35px;
    }
    #contact_block .intro_box h2 {
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 15px;
        text-align: center;
    }
    #contact_block .intro_box p {
        font-size: 14px;
        line-height: 180%;
    }
    #contact_block .btn_box .tel_box a {
        pointer-events: auto;
    }
    #contact_block .btn_box a {
        position: relative;
    }
    #contact_block .btn_box a:before {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 6%;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    #contact_block .btn_box .tel_wrap {
        width: 100%;
    }
    #contact_block .btn_box li {
        float: none;
        width: 100%;
    }
    #contact_block .btn_box li:nth-child(1) {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    #contact_block .btn_box li a {
        height: auto;
        padding: 30px 15px;
    }
    #contact_block .btn_box .tel_box .tel_txt {
        font-size: 30px;
        text-align: center;
    }
    #contact_block .btn_box .tel_box a img {
        margin-top: -5px;
        margin-right: 10px;
        vertical-align: -5px;
    }
    #contact_block .btn_box .tel_box .btm_txt {
        font-size: 13px;
        font-weight: 500;
        text-align: center;
    }
    #contact_block .btn_box .contact_box a {
        font-size: 14px;
        height: 115px;
        font-weight: 600;
    }
    #contact_block .contact_box:hover {
        background: #fff;
    }
}

/* recruit_block */
#recruit_block {
    padding: 6vw 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#recruit_block .contents_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 0 35px rgb(109 109 109 / 30%);
}
#recruit_block:before {
    display: none;
    content: "";
    width: 500px;
    height: 400px;
    background-image: url(../img/common/dot.svg);
    background-repeat: repeat;
    background-size: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    margin: auto 0;
}
#recruit_block .text_box {
    width: 63%;
    padding: 60px 60px 0;
    background: #1437ac;
}
#recruit_block .img_box {
    width: 37%;
    background: #bdbdbd;
    position: relative;
    z-index: 999;
}
#recruit_block h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
}
#recruit_block h2 span {
    display: block;
    margin-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 48px;
    text-align: center;
    position: absolute;
    letter-spacing: -.08em;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    color: rgb(243 245 248 / 4%);
}
#recruit_block p {
    font-size: 15px;
    font-weight: 500;
    line-height: 230%;
    color: #fff;
    margin-bottom: 35px;
    position: relative;
    z-index: 10;
}
#recruit_block a {
    display: block;
}
#recruit_block .link_btn {
    width: 100%;
    height: 100%;
    font-size: 22px;
    padding: 125px 0;
    background: #122a7c;
    background: -webkit-linear-gradient(25deg, #174198, #354eca, #2758ab, #537fbd);
    background: -moz-linear-gradient(25deg, #174198, #354eca, #2758ab, #537fbd);
    background: linear-gradient(25deg, #174198, #354eca, #2758ab, #537fbd);
    color: #fff !important;
    box-shadow: none;
}
#recruit_block .link_btn:before {
    bottom: 23px;
}
#recruit_block .link_btn:after {
    top: auto;
    bottom: 23px;
}
@media screen and (max-width:1280px) {
    #recruit_block {
        padding: 80px 0;
    }
    #recruit_block p {
        font-size: 14px;
        font-weight: 500;
        line-height: 220%;
    }
}

@media screen and (max-width:840px) {
    #recruit_block .img_box {
        width: 30%;
    }
    #recruit_block .text_box {
        width: 70%;
    }
    #recruit_block p {
        font-size: 14px;
        font-weight: 500;
    }
    #recruit_block p br {
        display: none;
    }
    #recruit_block .link_btn:before {
        right: 25px;
    }
    #recruit_block .link_btn:after {
        bottom: 23px;
    }
}

@media screen and (max-width:640px) {
    #recruit_block {
        padding: 0;
        margin: 50px auto;
    }
    #recruit_block:before {
        content: "";
        width: 50vw;
    }
    #recruit_block h2 {
        font-size: 16px;
        text-align: center;
    }
    #recruit_block h2 span {
        font-size: 55px;
        bottom: 0;
    }
    #recruit_block .text_box {
        float: none !important;
        width: 100%;
        margin: 0 auto;
        padding: 45px 20px 0;
        border-top: none;
    }
    #recruit_block .img_box {
        width: 100%;
    }
    #recruit_block .link_btn {
        width: 100%;
        margin: 0 auto;
        padding: 25px 0;
        font-size: 15px;
        line-height: 1;
    }
    #recruit_block .link_btn:before {
        right: 39px;
        bottom: 33px;
    }
    #recruit_block .link_btn:after {
        right: 36px;
        bottom: 33px;
    }
}

/* MAP */
#map {
    width: 95%;
    height: 550px;
    margin: 0 auto 5vw;
}
.map_content {
    padding: 5px;
}
.map_content h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    padding: 1px 0;
    background: #2f67d8;
    color: #fff;
    border-radius: 15px;
}
.map_content p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width:1300px) {
    #map {
        height: 400px;
    }
}
@media screen and (max-width:640px) {
    #map {
        width: 90%;
        height: 380px;
    }
}

/* bnr_subsidy */
.bnr_subsidy {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 99999;
}
.bnr_subsidy a {
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.bnr_subsidy a img {
    border-radius: 5px;
}
@media screen and (max-width:640px) {
    .bnr_subsidy {
        /*display: none !important;*/
        bottom: 0;
        right: 0;
        width: 130px;
    }
    .bnr_subsidy a,
    .bnr_subsidy a img {
        border-radius: 0;
    }
}

/* pagetop */
#pagetop {
    width: 60px;
    height: 54px;
    background: #3455ce;
    position: fixed;
    right: 20px;
    bottom: 15px;
    cursor: pointer;
    z-index: 999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

#pagetop img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

#pagetop_sp {
    display: none;
}

#pagetop:hover {
    background: #223a94;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}

.contact_fixed {
    background: #fff;
    position: fixed;
    right: 20px;
    bottom: 85px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

@media screen and (max-width:640px) {
    #pagetop {
        display: none !important;
        width: 100%;
        height: 45px;
        position: absolute;
        right: 0;
        bottom: 765px;
        border: none;
        background: #1d1d1d;
        border-bottom: 1px solid #2d2d2d;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #pagetop:hover {
        opacity: 1;
    }

    #pagetop img {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #pagetop_sp {
        display: block;
        height: 50px;
        background: url(../img/common/sp/pagetop.png) #1d1d1d;
        background-repeat: no-repeat;
        background-position: center;
        transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        cursor: pointer;
        border-bottom: 1px solid #2d2d2d;
    }

    .contact_fixed {
        display: none !important;
    }
}

/* 新フッター */
/*-----------------------------------
    contact_block
-----------------------------------*/
#contact_block {
    /* background-image: url(https://siteimg.net/ada/2024re/img/common/contact_bg.jpg); */
    color: #fff;
    background: #667db6;
    background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
    background: linear-gradient(to right, #4d6dbd, #3d52a1, #378ebc, #164bd0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 30vw; */
    padding: 80px 0 70px;
    position: relative;
}
/*--webp対応ブラウザの場合--*/
.webp-support #contact_block {background-image: url("../img/common/contact_bg.webp");}
/*--webp非対応ブラウザの場合--*/
.no-webp #contact_block {background-image: url("../img/common/contact_bg.jpg");}
#contact_block h3 {
    font-family: "Hind", sans-serif;
    font-size: 53px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    /*
    position: absolute;
    top: 10vw;
    left: 15vw;
    */
}
#contact_block h3 span {
    display: block;
    font-size: 16px;
    padding-left: 25px;
    margin-top: 30px;
    /*position: relative;*/
}
/*
#contact_block h3 span::before {
    content: "・";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
}
*/
#contact_block .row_box {
    text-align: center;
    max-width: 1350px;
	width: 90%;
    margin: auto;
    justify-content: center;
    /*
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    */
}
#contact_block .row_box li {
    width: 33%;
    padding: 55px 0 50px;
}
#contact_block .row_box .pamphlet_box {
    /*background: #252d31;*/
    background: rgb(37 45 49 / 100%);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#contact_block .row_box .contact_box {
    background: #111;
    /*
    background: #1f4ebf;
    background: linear-gradient(297deg, #3c2155, #2636b4);
    */
}
#contact_block .row_box .tel_box {
    /*background: #252d31;*/
    background: rgb(37 45 49 / 100%);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
#contact_block .row_box li h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}
#contact_block .row_box li h4 img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: -5px;
}
#contact_block .row_box .contact_box h4 img {
    vertical-align: -10px;
}
#contact_block .row_box li p {
    font-size: 13.5px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #e7e9f9;
}
#contact_block .row_box .pamphlet_box a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background: #fff;
    width: 240px;
    padding: 15px 0;
    border-radius: 100vw;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#contact_block .row_box .pamphlet_box a:hover {
    background: #ddd;
}
#contact_block .row_box .pamphlet_box a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
}
#contact_block .row_box .contact_box a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #d74035;
    width: 240px;
    padding: 15px 0;
    border-radius: 100vw;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#contact_block .row_box .contact_box a:hover {
    background: #333;
}
#contact_block .row_box .contact_box a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: auto;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
}
#contact_block .row_box .tel_box a {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 5px;
}
#contact_block .row_box .tel_box a img {
    display: none;
    margin-top: 3px;
    margin-right: 10px;
}
#contact_block .row_box li span {
    display: block;
    font-size: 12px;
    color: #cecece;
}
/*@media screen and (max-width: 1025px) {
    #contact_block .row_box{
        max-width: 90vw;
        bottom: -60%;
    }
}*/
@media screen and (min-width: 641px) {
    #contact_block .row_box .tel_box a {
        pointer-events: none;
    }
}
@media screen and (max-width: 900px) {
    #contact_block {
        /*height: 450px;*/
        height: auto;
    }
    #contact_block .row_box {
       /* max-width: 95%;*/
        bottom: -40px;
    }
}
@media screen and (max-width: 850px) {
    #contact_block {
        margin-bottom: 400px;
    }
    #contact_block h3 {
        font-size: 44px;
        top: 16vw;
        left: 5%;
    }
    #contact_block .row_box {
        display: block;
        bottom: auto;
		top: 150px;
    }
    #contact_block .row_box li {
        width: 100%;
        padding: 32px 0 30px;
    }
    #contact_block .row_box li h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #contact_block .row_box li h4 img {
        vertical-align: -7px;
    }
    #contact_block .row_box .pamphlet_box {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;       
    }
    #contact_block .row_box .tel_box {
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;        
    }
    #contact_block .row_box .pamphlet_box a,
    #contact_block .row_box .contact_box a {
        width: 250px;
        padding: 20px 0;
    }
}
@media screen and (max-width: 640px){
    #contact_block{
        margin-bottom: 0;
        background-position: left;
		padding: 60px 0 50px;
    }
    #contact_block .row_box {
        bottom: auto;
		top: 140px;
    }
	#contact_block .row_box li p{
		margin-bottom: 20px;
	}
	#contact_block .row_box .tel_box a{
		font-size: 23px;
	}
	#contact_block .row_box .tel_box a img{
		margin-right: 5px;
	}
}
@media screen and (max-width: 425px) {
    /*#contact_block{
        margin-bottom: 550px;
    }*/
    #contact_block h3 {
        font-size: 40px;
        top: 20vw;
        left: 10vw;
    }
}
@media screen and (max-width: 375px) {
    #contact_block .row_box li p {
        font-size: 12px;
    }
}

/* 旧フッター
footer {
    background: #fff;
    padding: 40px 0 10px;
}
footer .contents_inner {
    width: 90%;
    max-width: 100%;
}

footer #ft_nav {
    width: 76%;
    margin-top: 30px;
}

footer #nav_box_01 {
    width: 20%;
}

footer #nav_box_02 {
    width: 28%;
}

footer #nav_box_03 {
    width: 25%;
}

footer #nav_box_04 {
    width: 27%;
    float: right !important;
}

footer #ft_nav li {
    margin-bottom: 15px;
}

footer #ft_nav li a {
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    position: relative;
}

footer #ft_nav li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 4.3px;
    border-color: transparent transparent transparent #3177d2;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

footer #ft_nav li a:hover {
    color: #878787 !important;
}

footer #ft_nav li li {
    margin-bottom: 10px;
}

footer #ft_nav li ul a:before {
    display: none;
}

footer #ft_nav li ul a:hover {
    color: #878787 !important;
}

footer #ft_nav li ul {
    margin-top: 10px;
    margin-left: 1rem;
}

footer #ft_nav li ul a {
    font-size: 13px;
    font-weight: 500 !important;
}

footer .logo_area {
    display: block;
    width: 22%;
    margin-top: 25px;
    padding-bottom: 45px;
}

footer .logo_area p {
    font-size: 13.5px;
    font-weight: 400;
    line-height: 170%;
    margin-top: 10px;
    color: #333;
}

footer .logo_area h1 {
    width: 200px;
    margin-bottom: 15px;
}

footer .sns_list {
    width: 150px;
    margin: 20px ​25px 0;
    margin-right: 25px;
}

footer .sns_list p {
    float: left;
    margin-right: 10px;
}

footer .sns_list p a img {
    height: 30px;
}

footer .sns_list p:last-child {
    margin-right: 0;
}

footer .logo_area .ft_security {
    margin-top: 15px;
}

footer .logo_area .ft_security p {
    font-size: 11.5px;
    margin-top: 5px;
}

footer #footer_copy {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    color: #696969;
    border-top: 1px solid #eee;
    text-align: center;
    padding-top: 10px;
}

@media screen and (max-width:1300px) {
    footer {
        padding: 30px 0 10px;
    }

    footer .contents_inner {
        padding: 0 15px;
    }

    footer .logo_area p {
        font-size: 12px;
    }

    footer .logo_area h1 {
        display: block;
        margin: 0 auto;
    }

    footer #ft_nav {
        width: 70%;
    }

    footer #nav_box_01 {
        width: 21%;
    }

    footer #nav_box_02 {
        width: 27%;
    }

    footer #nav_box_03 {
        width: 25%;
    }

    footer #nav_box_04 {
        width: 26%;
        margin: 0;
    }

    footer #ft_nav li a {
        font-size: 12.5px;
        padding: 7px 10px 7px 20px;
    }
}

@media screen and (max-width:1150px) {
    footer {
        padding: 0 0 15px;
    }

    footer #ft_nav {
        display: none;
    }

    footer #sp_nav {
        display: block;
        overflow: hidden;
        margin: 40px 15px 0;
    }

    footer .contents_inner {
        width: 100%;
        padding: 0;
    }

    footer .logo_area {
        float: none !important;
        margin-top: 30px;
        padding: 10px 0 30px;
        margin: 0 auto;
    }

    footer .logo_area h1 {
        width: 100%;
        margin: 40px auto 0;
    }

    footer .logo_area p {
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    footer .logo_area .sns_list {
        width: 76px;
        margin: 30px auto 0;
    }

    footer .logo_area .ft_security {
        margin: 30px auto 0;
    }

    footer .logo_area .ft_security img {
        display: block;
        margin: 0 auto;
    }

    footer .sns_list {
        float: none !important;
        margin: 0 auto 20px;
    }

    footer #ft_nav {
        float: none !important;
        width: 100%;
        margin: 35px auto 0;
    }

    footer #sp_nav ul {
        width: 100% !important;
        padding: 0;
    }

    footer #sp_nav li {
        float: left;
        box-sizing: border-box;
        width: 33.3333%;
        text-align: center;
    }

    footer #sp_nav li a {
        display: block;
        border: none;
        font-size: 13px;
        font-weight: 500;
        padding: 10px 0 10px 30px;
        text-align: left;
        position: relative;
    }

    footer #sp_nav li a:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.5px 0 2.5px 4.3px;
        border-color: transparent transparent transparent #3177d2;
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    footer #sp_nav li a:hover {
        text-decoration: none;
    }

    footer #footer_copy {
        font-size: 13px;
        text-align: center;
        margin: 0 5%;
    }
}

@media screen and (max-width:840px) {
    footer .logo_area {
        float: none !important;
        width: 100%;
        margin-top: 0;
    }

    footer .logo_area h1 {
        display: block;
        width: 200px;
    }
}

@media screen and (max-width:640px) {
    footer .logo_area .sns_list {
        margin: 15px auto 0;
    }

    footer .logo_area .ft_security img {
        width: 140px;
    }

    footer #sp_nav {
        margin: 0;
    }

    footer #sp_nav li {
        width: 50%;
    }

    footer #sp_nav li:nth-child(1) {
        width: 100%;
    }

    footer #sp_nav li a {
        font-size: 11.5px;
        letter-spacing: 0;
        padding: 15px 0 15px 20px;
        border-bottom: 1px solid #f4f4f4;
    }

    footer #sp_nav li:nth-child(even) a {
        border-right: 1px solid #f4f4f4;
    }
}

@media screen and (max-width:370px) {
    footer #sp_nav li a {
        font-size: 11px;
    }
}
*/

/*-----------------------------------
    footer
-----------------------------------*/
footer {
    background: #fff;
    padding: 60px 0 0;
}
footer .contents_inner {
    width: 80%;
}
footer .logo_area h1,
footer .logo_area h1 img {
    width: 200px;
}
footer #footer_copy {
    font-family: "Hind", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    color: #cdd0d6;
    background: #fff;
    text-align: center;
    padding: 35px 0 2px;
}
footer .footer_tp {
    padding: 30px 50px;
    background: #f9f9f9;
    /*border: 1px solid #ebeff3;*/
    margin: 0 auto;
    align-items: center;
    border-radius: 5px;
}
footer .footer_tp .logo_area {
    align-items: center;
}
footer .footer_tp .logo_area p {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
}
footer .footer_tp .sns_box {
    gap: 20px;
}
footer .footer_tp .sns_box a img {
    width: 30px;
    height: 25px;
}

/*----- footer_bm -----*/
footer .footer_bm {
    width: 100%;
    margin: 40px auto 0;
}
footer .footer_bm li {
    margin-bottom: 0;
    display: block;
    width: 32%;
}
footer .footer_bm a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: #141414;
    transition: ease 0.1s;
}
footer .footer_bm a:hover {
    color: #000;
    text-decoration: underline;
}
footer .isms {
    margin-left: 25px;
}
footer .isms img {
    width: 160px;
}
.footer_bm .footer_bm_lt {
    display: none; /* 非表示 */
    width: 25%;
}
.footer_bm .footer_bm_lt ul li a {
    padding-right: 20px;
    position: relative;
}
.footer_bm .footer_bm_lt ul li a::after {
    content: "";
    display: block;
    background: url(../img/common/link_icon.svg) no-repeat;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.footer_bm .footer_bm_rt {
    width: 95%;
    margin: 0 auto;
}
.footer_bm .footer_bm_rt > .row_box {
    margin-bottom: 20px;
    justify-content: flex-start;
}
.footer_bm .footer_bm_rt > .row_box li {
    width: 25%;
    margin-bottom: 25px;
}
.footer_bm .footer_bm_rt > .other_menu {
    margin-bottom: 30px;
}
.footer_bm .footer_bm_rt > .other_menu li {
    width: auto;
    margin-right: 5%;
    margin-bottom: 0;
}
.footer_bm .footer_bm_rt > .other_menu li a {
    font-size: 13px;
    font-weight: 500;
}
.footer_bm .footer_bm_rt .list_box h3 {
    font-size: 16px;
    color: #252D31;
    position: relative;
    border-bottom: 1px solid #ebeff3;
    margin-bottom: 0;
}
.footer_bm .footer_bm_rt .list_box h3 a {
    display: block;
    text-decoration: none;
    padding: 25px;
    position: relative;
}
.footer_bm .footer_bm_rt .list_box h3 a:hover {
    background: #f9f9f9;
}
.footer_bm .footer_bm_rt .list_box h3 a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
    width: 15px;
    height: 15px;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}
.footer_bm .footer_bm_rt .list_box h3 a:after {
    content: "";
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.25em 0.35em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
    margin: auto;
}

/*
.footer_bm .footer_bm_rt .list_box h3:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 20px;
    left: 0;
}*/

.footer_bm .footer_bm_rt ul:nth-child(2) {
    /*
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 2%;
}
/* css grid */
/*
.footer_bm .footer_bm_rt ul:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
*/
.footer_bm .footer_bm_rt .list_box ul {
    display: none;
    width: 100%;
    margin-bottom: 15px;
    justify-content: flex-start;
}
.footer_bm .footer_bm_rt .list_box ul li {
    width: 100%!important;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
.footer_bm .footer_bm_rt .list_box ul li::before {
    content: "";
    display: block;
    background: #6f828b;
    width: 5px;
    height: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.footer_bm .footer_bm_rt .list_box ul li a {
    font-size: 14px;
    font-weight: 500;
}

.footer_bm .footer_bm_rt .submenu_btm_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.footer_bm .footer_bm_rt .submenu_btm_box ul {
    width: 50%;
    margin-top: 60px;
}
.footer_bm .footer_bm_rt .submenu_btm_box ul li {
    width: auto;
}
.footer_bm .footer_bm_rt .submenu_btm_box .sns_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 1300px) {
    footer .logo_area p {
        font-size: 12px;
    }
    footer .logo_area h1 {
        display: block;
        width: auto;
    }
    footer .footer_bm {
        width: 100%;
    }
    .footer_bm .footer_bm_rt {
        width: 100%;
    }
    footer .logo_area h1,
    footer .logo_area h1 img {
        width: 180px;
    }
    footer .footer_tp .logo_area p {
        font-size: 13px;
        font-weight: 500;
    }
    footer .isms img {
        width: 140px;
    }
    /*
    footer .footer_tp .sns_box {
        margin: 20px auto 0;
    }
    */
}
@media screen and (max-width: 1150px) {
    footer .logo_area p {
        font-size: 12px;
        font-weight: 400;
    }
    footer #footer_copy {
        font-size: 13px;
        text-align: center;
    }
}
@media screen and (max-width: 900px){
	footer{
		padding: 50px 0 0;
	}
}
@media screen and (max-width: 768px) {
    footer .logo_area .ft_security img {
        width: 140px;
    }
    footer .logo_area h1 {
        width: 180px;
        margin: 0 auto;
    }
    footer .footer_tp {
        display: block;
        width: 100%;
    }
    footer .isms,
    footer .isms img {
        display: block;
        margin: 25px auto 0;
    }
    footer .footer_tp .logo_area {
        display: block;
        margin: 0 auto;
    }
    footer .footer_tp .logo_area p {
        padding-top: 10px;
        padding-left: 0;
        text-align: center;
    }
    footer .footer_tp .sns_box {
        padding-top: 25px;
        justify-content: center;
    }
    footer .logo_area .sns_list {
        margin: 15px auto 0;
    }
    footer .footer_bm {
        display: block;
        width: 100%;
    }
    footer .footer_bm li {
        width: 100%;
        margin-bottom: 25px;
    }
    footer .footer_bm a {
        font-size: 12.5px;
    }
    .footer_bm .footer_bm_rt > .row_box {
        margin-bottom: 15px;
    }
    .footer_bm .footer_bm_rt .list_box h3 {
        font-size: 15px;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #8f8f8f;
    }
    .footer_bm .footer_bm_rt .list_box h3:before {
        display: none;
    }
    .footer_bm .footer_bm_rt .list_box ul li {
        padding-left: 0;
		width: 100%;
    }
    .footer_bm .footer_bm_lt,
    .footer_bm .footer_bm_rt {
        margin: 0 auto;
    }
    .footer_bm .footer_bm_lt {
        width: 70%;
    }
    .footer_bm .footer_bm_lt ul {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }
	.footer_bm .footer_bm_rt > .row_box li{
		width: calc(100% / 3);
	}
    .footer_bm .footer_bm_rt .list_box ul li::before {
        display: none;
    }
}
@media screen and (max-width: 640px) {
	footer{
		padding: 40px 0 0;
	}
    .footer_bm .footer_bm_rt {
        width: 95%;
    }
    .footer_bm .footer_bm_rt .list_box {
        display: block;
        margin-bottom: 0;
    }
    .footer_bm .footer_bm_rt .list_box ul {
        width: 100%;
    }
    .footer_bm .footer_bm_rt .list_box ul li::before {
        left: 10px;
    }
}
@media screen and (max-width: 550px) {
    .footer_bm .footer_bm_lt {
        width: 100%;
    }
    .footer_bm .footer_bm_rt {
        width: 100%;
    }
    .footer_bm .footer_bm_rt > .row_box li,
    .footer_bm .footer_bm_rt .list_box ul li {
        width: 50%;
    }
	.footer_bm .footer_bm_rt > .other_menu li{
		width: 100%;
	}
    .footer_bm .footer_bm_rt .list_box ul li::before {
        left: 15%;
    }
}
@media screen and (max-width: 425px) {
    .footer_bm .footer_bm_lt ul {
        display: block;
    }
    .footer_bm .footer_bm_rt .list_box ul li::before {
        left: 10%;
    }
}

/* 検索 */
.search_word {
    display: inline-block !important;
    width: auto !important;
}
#contents .left_box .search_word,
#contents .works_content .search_word {
    background: #999;
    color: #fff;
}