@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
    color: #322828;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
    text-decoration: none;
    color: inherit;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 1.8rem;
    color: #322828;
    position: relative;
    background-image: url(../img/common/background.jpg);
    background-repeat: repeat-y;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
    font-weight: 500;
    z-index: -10;
}

area {
    display: block !important;
}

p, h1, h2, h3, h4, h5, a {
    font-family: "IBM Plex Sans JP", sans-serif;
}

.font-n {
    font-family: "Sulphur Point", sans-serif;
    font-weight: bold;
    font-size: 120px;
}

@media screen and (max-width: 840px) {
    .font-n {
        font-size: 90px;
    }
}

@media screen and (max-width: 540px) {
    .font-n {
        font-size: 70px;
    }
}

.font-eg {
    font-family: "Mohave", sans-serif;
    font-weight: bold;
    font-size: 220px;
    color: #b8b1b1;
    opacity: .2;
    line-height: 1em;
}

header {
    background: inherit;
}

.uk-active {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.l-header {
    height: 120px;
}

@media screen and (max-width: 1024px) {
    .l-header {
        height: 70px;
    }
}

.l-header h1 img {
    max-width: 280px;
    margin-left: 30px;
}

@media screen and (max-width: 1024px) {
    .l-header h1 img {
        max-width: 220px;
        margin-left: 10px;
    }
}

.l-header h1 a:hover {
    opacity: .8;
}

@media screen and (max-width: 1024px) {
    .l-header-flex {
        display: none;
    }
}

.l-header-flex-sub ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.l-header-flex-sub ul li {
    text-align: center;
}

.l-header-flex-sub ul li a {
    display: block;
    width: 180px;
    padding: 5px 10px;
    color: #fff;
}

.l-header-flex-sub ul li a:hover {
    opacity: .75;
}

.l-header-flex-sub ul li a::before {
    content: '';
    display: inline-block;
    height: 21px;
    margin-right: .5em;
    position: relative;
    top: 3px;
}

.l-header-flex-sub ul .p-navi-serach {
    background: #399983;
}

.l-header-flex-sub ul .p-navi-serach a::before {
    background-image: url(../img/common/serach_icon_w.png);
    width: 21px;
}

.l-header-flex-sub ul .p-navi-social {
    background: #CC5ECC;
}

.l-header-flex-sub ul .p-navi-social a {
    width: 150px;
}

.l-header-flex-sub ul .p-navi-social a::before {
    background-image: url(../img/common/social_icon_w.png);
    width: 21px;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
}

.l-header-flex-sub ul .p-navi-member {
    background: #322828;
}

.l-header-flex-sub ul .p-navi-member a {
    width: 150px;
}

.l-header-flex-sub ul .p-navi-member a::before {
    background-image: url(../img/common/member_icon_w.png);
    width: 20px;
}

.l-header-flex-sub ul .p-navi-contact {
    background: #009BC0;
}

.l-header-flex-sub ul .p-navi-contact a::before {
    background-image: url(../img/common/contact_icon_w.png);
    width: 20px;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
}

.l-header-flex-navi ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 30px;
}

.l-header-flex-navi ul li {
    padding: 19px 0;
}

.l-header-flex-navi ul li .navi-btn {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    position: relative;
}

.l-header-flex-navi ul li .navi-btn span {
    position: relative;
    z-index: 3;
    color: #322828;
}

.l-header-flex-navi ul li .navi-btn:hover::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 40%;
    z-index: 2;
    border: 1px solid #009BC0;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    opacity: 1;
    -webkit-animation: 1s circleanime2 forwards;
    animation: 1s circleanime2 forwards;
}

.l-header-flex-navi ul li .navi-btn::after {
    display: block;
    content: '';
    width: 1px;
    height: 25px;
    background: #999;
    position: absolute;
    top: 8px;
    right: 0;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.l-header-flex-navi ul li .nav-btn-l::after {
    display: none;
}

@-webkit-keyframes circleanime2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes circleanime2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.menu {
    position: fixed;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
    height: 40px;
    background-color: #322828;
    border-radius: 50%;
    cursor: pointer;
    z-index: 200;
}

.menu span {
    position: relative;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #fff;
    float: left;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
    z-index: 200;
}

.menu span:nth-of-type(1) {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.menu span:nth-of-type(3) {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.menu-mobi {
    display: block;
}

@media screen and (min-width: 1025px) {
    .menu-mobi {
        display: none;
    }
}

#menu {
    display: none;
}

#menu:checked ~ .menu {
    background-color: #322828;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
}

#menu:checked ~ .menu span {
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
}

#menu:checked ~ .menu span:nth-of-type(1) {
    -webkit-transform: translateY(1px) rotate(45deg);
    transform: translateY(1px) rotate(45deg);
}

#menu:checked ~ .menu span:nth-of-type(2) {
    display: none;
}

#menu:checked ~ .menu span:nth-of-type(3) {
    -webkit-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg);
}

#menu:checked ~ .nav {
    right: 0px;
    -webkit-transition: right 500ms ease;
    transition: right 500ms ease;
}

#menu:checked ~ main {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.nav {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-transition: right 500ms ease;
    transition: right 500ms ease;
    z-index: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.nav ul {
    position: relative;
    list-style-type: none;
    margin: 55px 0 10px;
    padding: 0;
}

.nav ul img {
    max-width: 75%;
    margin: 0 15% 10px;
}

.nav ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #322828;
}

.nav ul li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 20px;
    color: #322828;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.nav ul li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
    z-index: -1;
}

.nav ul li a:hover {
    color: #fff;
}

.nav ul li a:hover::before {
    width: 100%;
    height: 100%;
    background-color: #322828;
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
}

.nav ul .nav-btn {
    margin: 8px 10px;
    border-bottom: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav ul .nav-btn:hover {
    border-radius: 10px;
}

.nav ul .nav-btn a {
    color: #fff;
}

.nav ul .nav-btn a::before {
    width: 21px;
    height: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1em;
    background-repeat: no-repeat;
    z-index: 10;
}

.nav ul .nav-btn a:hover {
    color: #fff;
    opacity: .8;
}

.nav ul .nav-btn a:hover::before {
    width: 21px;
    height: 21px;
    background-color: inherit;
    -webkit-transition: inherit;
    transition: inherit;
}

.nav ul .nav-search {
    background-color: #399983;
}

.nav ul .nav-search a {
    padding-left: 3em;
}

.nav ul .nav-search a::before {
    background-image: url(../img/common/serach_icon_w.png);
}

.nav ul .nav-social {
    background-color: #CC5ECC;
}

.nav ul .nav-social a {
    padding-left: 3em;
}

.nav ul .nav-social a::before {
    background-image: url(../img/common/social_icon_w.png);
}

.nav ul .nav-member {
    background-color: #322828;
}

.nav ul .nav-member a {
    padding-left: 3em;
}

.nav ul .nav-member a::before {
    width: 20px;
    background-image: url(../img/common/member_icon_w.png);
}

.nav ul .nav-contact {
    background-color: #009BC0;
}

.nav ul .nav-contact a {
    padding-left: 3em;
}

.nav ul .nav-contact a::before {
    background-image: url(../img/common/contact_icon_w.png);
    margin-top: 2px;
    width: 20px;
}

footer {
    background: #322828;
    color: #fff;
    padding: 50px 0 30px;
    border-radius: 80px 80px 0 0;
}

@media screen and (max-width: 600px) {
    footer {
        padding: 30px 0;
        border-radius: 40px 40px 0 0;
    }
}

footer .footer_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 64px;
    margin: 50px 5% 100px;
    position: relative;
}

@media screen and (max-width: 1080px) {
    footer .footer_wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}

footer .footer_wrap-address {
    width: 380px;
}

@media screen and (max-width: 1280px) {
    footer .footer_wrap-address {
        width: 320px;
    }
}

@media screen and (max-width: 1080px) {
    footer .footer_wrap-address {
        width: 100%;
        padding-bottom: 30px;
    }
}

footer .footer_wrap-address img {
    max-width: 280px;
    margin-bottom: 2.5em;
}

footer .footer_wrap-address address {
    margin-bottom: .5em;
}

footer .footer_wrap-address span {
    display: block;
}

footer .footer_wrap-nav {
    border-left: 1px solid #fff;
    width: calc(100% - 380px);
    padding-left: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1280px) {
    footer .footer_wrap-nav {
        width: calc(100% - 320px);
        padding-left: 30px;
    }
}

@media screen and (max-width: 1080px) {
    footer .footer_wrap-nav {
        width: 100%;
        border-left: none;
        border-top: 1px solid #fff;
        padding: 30px 0;
    }
}

@media screen and (max-width: 600px) {
    footer .footer_wrap-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

footer .footer_wrap-nav ul {
    width: 150px;
}

footer .footer_wrap-nav ul li {
    margin-bottom: 1em;
}

footer .footer_wrap-nav ul li a {
    color: #fff;
}

footer .footer_wrap-nav ul li a:hover {
    text-decoration: underline;
    opacity: .6;
}

footer .footer_wrap-nav-btn {
    padding-left: 5%;
}

@media screen and (max-width: 600px) {
    footer .footer_wrap-nav-btn {
        width: 100%;
        padding: 20px 0 0;
    }
}

footer .footer_wrap-nav-btn a {
    background: #fff;
    display: block;
    padding: .75em 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 1em;
}

footer .footer_wrap-nav-btn a img {
    margin-right: .5em;
    -o-object-fit: contain;
    object-fit: contain;
}

footer .footer_wrap-nav-btn a p {
    line-height: 1.25em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.25em;
    padding-top: .25em;
}

footer .footer_wrap-nav-btn a:hover {
    color: #322828;
    opacity: .6;
}

footer .footer_wrap-bg {
    font-family: "Mohave", sans-serif;
    line-height: 1em;
    font-weight: bold;
    position: absolute;
    bottom: -140px;
    right: 0;
    font-size: 180px;
    z-index: 1;
    opacity: .1;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    footer .footer_wrap-bg {
        font-size: 120px;
        left: 0;
    }
}

footer small {
    padding-top: 30px;
    text-align: center;
    display: block;
}

.l-mainvisual {
    height: calc(100vh - 120px);
    position: relative;
}

@media screen and (max-width: 1024px) {
    .l-mainvisual {
        height: calc(100vh - 70px);
    }
}

.l-mainvisual-txt {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    .l-mainvisual-txt {
        width: 95%;
        margin-right: 5%;
        top: 65%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.l-mainvisual-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.l-mainvisual-img img {
    margin-left: 15%;
    width: 85%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
    font-family: 'object-position:right center; object-fit: cover';
}

@media screen and (max-width: 1024px) {
    .l-mainvisual-img img {
        width: 98%;
        margin-left: 2%;
    }
}

.l-mainvisual-img .mainvisual-slider {
    height: 100%;
}

.l-mainvisual .p-scroll {
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.mainvisual-slider .slick-list {
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .mainvisual-slider .slick-list {
        height: 60%;
    }
}

.mainvisual-slider .slick-list .slick-track {
    height: 100%;
}

@-webkit-keyframes feedleft {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes feedleft {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.slick-animation {
    -webkit-animation: feedleft 10s linear 0s normal both;
    animation: feedleft 10s linear 0s normal both;
}

.l-submainvisual {
    width: 100%;
    height: 250px;
}

@media screen and (max-width: 700px) {
    .l-submainvisual {
        height: 200px;
    }
}

.l-submainvisual-img {
    width: 90%;
    margin: 0 5% 0;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

@media screen and (max-width: 700px) {
    .l-submainvisual-img {
        width: calc(100% - 20px);
        margin: 10px 10px 0;
    }
}

.l-submainvisual-img-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
    font-family: 'object-position:right center; object-fit: cover';
}

.l-submainvisual-img-tel {
    width: 280px;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media screen and (max-width: 800px) {
    .l-submainvisual-img-tel {
        width: 240px;
        top: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 540px) {
    .l-submainvisual-img-tel {
        width: 180px;
    }
}

.l-submainvisual-img a {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.l-submainvisual-img a:hover .l-submainvisual-img-tel {
    right: 20px;
}

.l-submainvisual-img a:hover .l-submainvisual-img-mail {
    right: 20px;
}

.l-submainvisual-img h1 {
    position: absolute;
    top: 52.5%;
    left: 3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: bold;
    font-family: "IBM Plex Sans JP", sans-serif;
    color: #fff;
}

.l-submainvisual-img h1 span {
    position: absolute;
    font-size: 90px;
    font-family: "Mohave", sans-serif;
    color: #fff;
    opacity: .25;
    left: 3%;
    top: -60px;
}

@media screen and (max-width: 700px) {
    .l-submainvisual-img h1 {
        font-size: 38px;
    }
    .l-submainvisual-img h1 span {
        font-size: 60px;
        top: -40px;
    }
}

.l-submainvisual-img .sub-ttl {
    position: absolute;
    top: 72.5%;
    left: 3%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4em;
    font-weight: bold;
    font-family: "IBM Plex Sans JP", sans-serif;
}

@media screen and (max-width: 700px) {
    .l-submainvisual-img .sub-ttl {
        font-size: 1em;
    }
}

.screen-xl {
    max-width: 1480px;
    padding: 0 64px;
    margin: 150px auto;
}

@media screen and (max-width: 960px) {
    .screen-xl {
        margin: 80px auto;
    }
}

@media screen and (max-width: 800px) {
    .screen-xl {
        padding: 0 32px;
    }
}

.screen-95 {
    max-width: 95%;
    margin: 0 0 120px 5%;
    padding: 0 0 50px 64px;
}

@media screen and (max-width: 960px) {
    .screen-95 {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 800px) {
    .screen-95 {
        padding: 0 0 0 32px;
    }
}

@media screen and (max-width: 800px) {
    .screen-95-ttl {
        width: 200px;
    }
}

@media screen and (max-width: 600px) {
    .screen-95-ttl {
        width: 100%;
    }
}

.screen-xxl {
    max-width: 90%;
    padding: 100px 0 100px 64px;
    margin: 100px 5%;
}

@media screen and (max-width: 1280px) {
    .screen-xxl {
        padding: 100px 0;
    }
}

@media screen and (max-width: 800px) {
    .screen-xxl {
        padding: 50px 0;
    }
}

.screen-xl-sub {
    max-width: 1280px;
    padding: 0 64px;
    margin: 120px auto;
}

@media screen and (max-width: 800px) {
    .screen-xl-sub {
        padding: 0 32px;
        margin: 60px auto;
    }
}

@media screen and (max-width: 540px) {
    .screen-xl-sub {
        padding: 0 16px;
    }
}

.screen-xxl-sub {
    max-width: 1480px;
    padding: 0 64px;
    margin: 120px auto;
}

@media screen and (max-width: 800px) {
    .screen-xxl-sub {
        padding: 0 32px;
    }
}

@media screen and (max-width: 540px) {
    .screen-xxl-sub {
        padding: 0 16px;
    }
}

@media screen and (max-width: 740px) {
    .uk-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.l-flex-h2 {
    width: 300px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-bottom: 1em;
}

.l-flex-h2 span {
    font-family: "Mohave", sans-serif;
    color: #009BC0;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .l-flex-h2 span {
        font-size: 22px;
    }
}

.l-flex-h2 h2 {
    font-size: 45px;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width: 800px) {
    .l-flex-h2 h2 {
        font-size: 34px;
    }
}

.l-flex-h2 h2::after {
    content: '';
    display: block;
    background-image: url(../img/common/wave.png);
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 51px;
    height: 6px;
}

.l-flex .h2-public h2 {
    font-size: 36px;
}

.l-flex .h2-guidance h2 {
    font-size: 32px;
}

.l-flex-lists {
    width: calc(100% - 300px);
}

.l-flex-lists ul li {
    border-bottom: 1px solid #322828;
    display: block;
    padding: 0 .5em;
}

.l-flex-lists ul li .date {
    color: #009BC0;
    font-weight: bold;
    margin-right: .75em;
}

.l-flex-lists ul li .category {
    background: #322828;
    color: #fff;
    font-size: .75em;
    padding: .25em 1em;
    display: inline-block;
}

.l-flex-lists ul li .ttl {
    margin-top: 1em;
    font-weight: 500;
}

.l-flex-lists ul li:first-child {
    border-top: 1px solid #322828;
}

.l-flex-lists ul li a:hover {
    opacity: .8;
}

@media screen and (max-width: 800px) {
    .l-flex-h2 {
        width: 200px;
    }
    .l-flex-lists {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 740px) {
    .l-flex-h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .l-flex-lists {
        width: 100%;
    }
}

.catch-slider {
    text-align: center;
    position: relative;
    margin: 100px 30px;
}

.catch-slider::before {
    content: '';
    width: 100%;
    height: 120%;
    position: absolute;
    top: -30px;
    left: -50px;
    background-image: url(../img/common/back_mirai.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.catch-slider-loop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.catch-slider-loop .c-slidertext {
    position: relative;
    height: 50%;
    overflow: hidden;
}

.catch-slider-loop .c-slidertext-ani {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.catch-slider-loop .c-slidertext-top {
    -webkit-animation: slider-text 20s linear infinite;
    animation: slider-text 20s linear infinite;
    top: 10px;
}

.catch-slider-loop .c-slidertext-bottom {
    -webkit-animation: slider-text-re 20s linear infinite;
    animation: slider-text-re 20s linear infinite;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes slider-text {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    100% {
        -webkit-transform: translate(-10%, 0%);
        transform: translate(-10%, 0%);
    }
}

@keyframes slider-text {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    100% {
        -webkit-transform: translate(-10%, 0%);
        transform: translate(-10%, 0%);
    }
}

@-webkit-keyframes slider-text-re {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    100% {
        -webkit-transform: translate(10%, 0%);
        transform: translate(10%, 0%);
    }
}

@keyframes slider-text-re {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    100% {
        -webkit-transform: translate(10%, 0%);
        transform: translate(10%, 0%);
    }
}

.water {
    position: relative !important;
    width: 100%;
    height: 100px;
    margin: 0;
    top: 0;
}

.water canvas {
    width: 100%;
    height: 100px;
}

.water-re {
    position: relative !important;
    width: 100%;
    height: 100px;
    margin: 0 0 150px;
    top: 0;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    bottom: -50px;
    z-index: -1;
}

.water-re canvas {
    width: 100%;
    height: 100px;
}

.top-business {
    background: #0072BC;
    color: #fff;
    margin: 0;
    position: relative;
}

.top-business-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 5%;
}

.top-business-inner-description {
    width: calc(100% - 300px);
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1280px) {
    .top-business-inner-description {
        width: calc(100% - 240px);
    }
}

.top-business-inner-description .l-business-lists {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 50px 0;
    margin-right: 80px;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
    .top-business-inner-description .l-business-lists {
        margin-right: 50px;
    }
}

.top-business-inner-description .l-business-lists:first-child {
    border-bottom: none;
}

.top-business-inner-description .l-business-lists .l-business-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-business-inner-description .l-business-lists .l-business-list-img {
    width: 60%;
}

.top-business-inner-description .l-business-lists .l-business-list-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.top-business-inner-description .l-business-lists .l-business-list-ttl {
    width: 40%;
    text-align: center;
}

.top-business-inner-ttl {
    width: 300px;
    overflow: visible;
}

@media screen and (max-width: 1280px) {
    .top-business-inner-ttl {
        width: 240px;
    }
}

.top-business-inner .business-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    left: 50%;
}

.top-business-outer {
    width: 100%;
    height: calc(100% + 50px);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 50px;
}

.top-business-outer .business-bg1 {
    position: absolute;
    right: -150px;
    top: 50px;
    -webkit-animation: 20s linear infinite rotation;
    animation: 20s linear infinite rotation;
}

.top-business-outer .business-bg2 {
    position: absolute;
    right: -300px;
    bottom: -300px;
    -webkit-animation: 15s linear infinite rotation;
    animation: 15s linear infinite rotation;
}

.top-business-septictank {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 50px;
    z-index: -1;
}

.top-business-septictank .business-bg1 {
    position: absolute;
    right: -150px;
    top: 50px;
    -webkit-animation: 20s linear infinite rotation;
    animation: 20s linear infinite rotation;
}

.top-business-septictank .business-bg2 {
    position: absolute;
    right: -300px;
    bottom: -10%;
    -webkit-animation: 15s linear infinite rotation;
    animation: 15s linear infinite rotation;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 800px) {
    .top-business-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-business-inner-description {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .top-business-inner-description .l-business-lists {
        margin-right: 0;
    }
    .top-business-inner-ttl {
        width: 100%;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .top-business-outer .business-bg2 {
        position: absolute;
        right: -200px;
        bottom: -120px;
    }
}

.atctive-desc {
    width: calc(100% - 300px);
}

@media screen and (max-width: 800px) {
    .atctive-desc {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 600px) {
    .atctive-desc {
        width: 100%;
    }
}

.atctive-desc .card-slider .slick-list {
    padding-right: 100px;
}

.atctive-desc .c-cards .c-card {
    margin-right: 30px;
}

.atctive-desc .c-cards .c-card img {
    width: 100%;
    max-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
}

.atctive-desc .c-cards .c-card-inner {
    margin-top: .75em;
}

.atctive-desc .c-cards .c-card .date {
    color: #009BC0;
    font-weight: bold;
    margin-right: .75em;
}

.atctive-desc .c-cards .c-card .category {
    background: #322828;
    color: #fff;
    font-size: .75em;
    padding: .25em 1em;
    display: inline-block;
}

.atctive-desc .c-cards .c-card .ttl {
    margin-top: .75em;
    font-weight: 500;
}

.atctive-desc .c-cards .c-card a:hover {
    opacity: .8;
}

.screen-95-h2 {
    padding-bottom: 1em;
    width: 300px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.screen-95-h2 span {
    font-family: "Mohave", sans-serif;
    color: #009BC0;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .screen-95-h2 span {
        font-size: 22px;
    }
}

.screen-95-h2 h2 {
    font-size: 45px;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width: 800px) {
    .screen-95-h2 h2 {
        font-size: 34px;
    }
}

.screen-95-h2 h2::after {
    content: '';
    display: block;
    background-image: url(../img/common/wave.png);
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 51px;
    height: 6px;
}

@media screen and (max-width: 1024px) {
    .screen-95-h2 {
        width: 200px;
    }
}

@media screen and (max-width: 800px) {
    .screen-95-h2 {
        width: 100%;
    }
}

.screen-95-h2 .c-btn {
    text-align: left;
}

.screen-95-h2 .c-btn::before {
    left: 55px;
}

.prev {
    position: absolute;
    top: -70px;
    left: 0;
}

.next {
    position: absolute;
    top: -70px;
    left: 70px;
}

@media screen and (max-width: 600px) {
    .prev {
        position: absolute;
        top: -70px;
        left: auto;
        right: 80px;
    }
    .next {
        position: absolute;
        top: -70px;
        left: auto;
        right: 20px;
    }
}

.back-awards {
    position: relative;
}

.back-awards::before {
    content: '';
    display: block;
    width: 100%;
    height: 720px;
    position: absolute;
    top: -240px;
    left: -240px;
    background-image: url(../img/common/back_award.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.top-slider .slick-slide {
    margin: 0 15px;
}

.top-slider li img {
    width: 100%;
}

.top-index-nav-width {
    max-width: 95%;
    margin: 100px 0 100px 5%;
    padding: 0 0 0 64px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
    .top-index-nav-width {
        max-width: 100%;
        margin: 100px 0;
        padding: 0;
    }
}

.top-index-nav-inner {
    width: 47%;
    margin: 0 1.5%;
}

@media screen and (max-width: 800px) {
    .top-index-nav-inner {
        width: 85%;
        margin: 0 13% 30px 2%;
    }
}

@media screen and (max-width: 600px) {
    .top-index-nav-inner {
        width: 95%;
        margin: 0 2.5% 30px 2.5%;
    }
}

.top-index-nav-inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-index-nav-inner ul li {
    width: 50%;
    text-align: center;
}

.top-index-nav-inner ul li a {
    width: 100%;
    display: block;
    padding: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

@media screen and (max-width: 900px) {
    .top-index-nav-inner ul li a {
        padding: 30px 5px;
    }
}

.top-index-nav-inner ul li a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 1em;
    max-height: 85px;
}

.top-index-nav-inner ul li a .index-nav-icon {
    position: relative;
    display: inline-block;
}

.top-index-nav-inner ul li a .index-nav-icon::before {
    width: 25px;
    height: 26px;
    content: '';
    display: block;
    background-image: url(../img/common/member_icon_b.png);
    position: absolute;
    left: -1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
    .top-index-nav-inner ul li a .index-nav-icon::before {
        left: -1.8em;
    }
}

.top-index-nav-inner ul li a span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 1280px) {
    .top-index-nav-inner ul li a span {
        font-size: 18px;
    }
}

.top-index-nav-inner ul li a:hover {
    background: #f1f1f1;
}

.top-index-nav-inner ul li .border-01::before {
    width: 95%;
    margin-right: 5%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #322828;
}

.top-index-nav-inner ul li .border-01::after {
    height: 95%;
    margin-bottom: 5%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 1px solid #322828;
}

.top-index-nav-inner ul li .border-04::before {
    width: 95%;
    margin-left: 5%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #322828;
}

.top-index-nav-inner ul li .border-04::after {
    height: 95%;
    margin-top: 5%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 1px solid #322828;
}

.top-index-nav-img {
    width: 50%;
}

@media screen and (max-width: 800px) {
    .top-index-nav-img {
        width: 85%;
        margin: 0 0 0 15%;
    }
}

.top-index-nav-img img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
    border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 800px) {
    .top-index-nav-img img {
        max-height: 360px;
    }
}

@media screen and (max-width: 800px) {
    .top-index-nav-img img {
        max-height: 300px;
    }
}

.link_pdf {
    margin: 1em 0;
}

.link_pdf li {
    border-bottom: 1px solid #322828;
    padding: .5em;
}

.link_pdf a {
    position: relative;
}

.link_pdf a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 17px;
    background-image: url(../img/common/link_pdf.png);
    position: absolute;
    top: 50%;
    right: -1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-h2-re {
    padding-bottom: 1em;
}

.c-h2-re span {
    font-family: "Mohave", sans-serif;
    color: #009BC0;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .c-h2-re span {
        font-size: 22px;
    }
}

.c-h2-re h2 {
    font-size: 45px;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width: 800px) {
    .c-h2-re h2 {
        font-size: 34px;
    }
}

.c-h2-re h2::after {
    content: '';
    display: block;
    background-image: url(../img/common/wave.png);
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 51px;
    height: 6px;
}

.c-h2-re span {
    color: #fff;
}

.c-h2-re h2 {
    color: #fff;
}

.c-h2-re h2::after {
    background-image: url(../img/common/wave_w.png);
}

.c-h3 {
    font-size: 34px;
    font-family: "IBM Plex Sans JP", sans-serif;
}

@media screen and (max-width: 840px) {
    .c-h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 540px) {
    .c-h3 {
        font-size: 24px;
    }
}

.c-h3-re {
    color: #fff;
    font-weight: bold;
}

.c-btn-r {
    position: relative;
    margin: 30px 0;
    text-align: right;
}

.c-btn-r a {
    position: relative;
    display: inline-block;
    padding: .5em 4em .5em 2em;
    border-radius: 25px;
    background: #009BC0;
    color: #fff;
}

.c-btn-r .btn-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
    height: 31px;
    background-image: url(../img/common/btn.png);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.c-btn-r .btn-arrow:hover::before {
    right: 10px;
}

.c-btn-l {
    position: relative;
    margin: 30px 0;
    text-align: left;
}

.c-btn-l a {
    position: relative;
    display: inline-block;
    padding: .5em 4em .5em 2em;
    border-radius: 25px;
    background: #009BC0;
    color: #fff;
}

.c-btn-l .btn-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
    height: 31px;
    background-image: url(../img/common/btn.png);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.c-btn-l .btn-arrow:hover::before {
    right: 10px;
}

.c-btn-l::before {
    right: 213px;
}

.c-btn-re {
    position: relative;
    margin: 30px 0;
}

.c-btn-re a {
    position: relative;
    display: inline-block;
    padding: .5em 4em .5em 2em;
    border-radius: 25px;
    background: #009BC0;
    color: #fff;
}

.c-btn-re .btn-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
    height: 31px;
    background-image: url(../img/common/btn.png);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.c-btn-re .btn-arrow:hover::before {
    right: 10px;
}

.c-btn-re a {
    background: #fff;
    color: #0072BC;
}

@media screen and (max-width: 540px) {
    .c-btn-re a {
        font-size: 16px;
        padding: .5em 3.4em .5em 1em;
    }
}

.c-btn-re .btn-arrow::before {
    width: 30px;
    background-image: url(../img/common/re-btn.png);
}

@media screen and (max-width: 540px) {
    .c-btn-re .btn-arrow::before {
        right: 15px;
    }
}

.c-ctrl01 {
    display: block;
}

@media screen and (max-width: 700px) {
    .c-ctrl01 {
        display: inline-block;
    }
}

.pagenation {
    text-align: center;
    margin: 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
}

.pagenation .page-numbers {
    width: 30px;
    height: 30px;
    background: #c0bab7;
    color: #fff;
    padding: 4px;
    margin: 0 3px;
    border-radius: 50%;
    font-family: "Sulphur Point", sans-serif;
}

.pagenation .page-numbers:hover {
    background: #009BC0;
}

.pagenation .dots {
    background: inherit;
    color: #322828;
}

.pagenation .dots:hover {
    background: inherit;
}

.pagenation .current {
    background: #009BC0;
}

.pagenation .prev, .pagenation .next {
    display: none;
}

.breadcrumb {
    width: 90%;
    margin: 10px 5%;
    list-style: none;
    text-align: right;
    font-size: 16px;
}

@media screen and (max-width: 540px) {
    .breadcrumb {
        font-size: 14px;
    }
}

.breadcrumb li {
    display: inline;
    list-style: none;
}

.breadcrumb li:after {
    content: '>';
    padding: 0 0.2em;
    color: #009BC0;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #322828;
}

.breadcrumb li a:hover {
    color: #009BC0;
}
