@font-face {
    font-weight: 100;
    font-style: normal;
    font-family: "Noto Sans Japanese";
    src: local("NotoSansJP-Thin.otf"), url(../font/NotoSansJP-Thin.otf) format("opentype")
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "Noto Sans Japanese";
    src: local("NotoSansJP-Regular.otf"), url(../font/NotoSansJP-Regular.otf) format("opentype")
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: "Noto Sans Japanese";
    src: local("NotoSansJP-Bold.otf"), url(../font/NotoSansJP-Bold.otf) format("opentype")
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "Lato";
    src: local("Lato-Regular.ttf"), url(../font/Lato-Regular.ttf) format("truetype")
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: "Lato";
    src: local("Lato-Bold.ttf"), url(../font/Lato-Bold.ttf) format("truetype")
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    word-wrap: break-word;
    word-break: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

img {
    vertical-align: bottom
}

input,
select,
textarea {
    vertical-align: middle;
    font-size: 100%
}

ol,
ul {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    letter-spacing: .04em;
    font-feature-settings: "palt"
}

table {
    border-spacing: 0;
    border-collapse: collapse
}



img {
    max-width: 100%;
    height: auto
}

.contents p {
    margin-bottom: 1.7em
}

.contents figure {
    margin-bottom: 1.7em
}

.contents figcaption {
    margin-top: .5em;
    font-size: 1.4rem
}

.contents figure img {
    width: 100%;
    height: auto
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -ms-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 200px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;"
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0)
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: pointer
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset rgba(0, 0, 0, 0)
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px)and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.l-wrapper {
    padding-top: 94px
}

@media screen and (max-width: 1024px) {
    .l-wrapper {
        padding-top: 77px
    }
}

@media screen and (max-width: 767px) {
    .l-wrapper {
        padding-top: 60px
    }
}

.l-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500
}

.l-container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 20px
}

@media screen and (max-width: 1024px) {
    .l-container {
        padding: 0 20px
    }
}

@media screen and (max-width: 767px) {
    .l-container {
        padding: 0 20px
    }
}

.l-container:after {
    display: block;
    clear: both;
    content: ""
}

.m-container {
    margin: 0 auto;
    max-width: 1000px
}

@media screen and (max-width: 1024px) {
    .m-container {
        padding: 0 20px
    }
}

@media screen and (max-width: 767px) {
    .m-container {
        padding: 0 20px
    }
}

.m-container:after {
    display: block;
    clear: both;
    content: ""
}

.l-container-left {
    float: left;
    width: 70%
}

@media screen and (max-width: 1024px) {
    .l-container-left {
        float: none;
        width: 100%
    }
}

.l-container-right {
    float: right;
    width: 25%
}

@media screen and (max-width: 1024px) {
    .l-container-right {
        float: none;
        width: 100%
    }
}

.l-section {
    padding: 70px 0
}

@media screen and (max-width: 767px) {
    .l-section {
        padding: 40px 0
    }
}

.l-section section {
    margin-bottom: 80px
}

@media screen and (max-width: 767px) {
    .l-section section {
        margin-bottom: 40px
    }
}

.l-section section>section {
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .l-section section>section {
        margin-bottom: 20px
    }
}

.l-wrap-90p {
    margin: 0 auto;
    width: 90%
}

@media screen and (max-width: 767px) {
    .l-wrap-90p {
        width: 100%
    }
}

.l-wrap-80p {
    margin: 0 auto;
    width: 80%
}

@media screen and (max-width: 767px) {
    .l-wrap-80p {
        width: 100%
    }
}

.l-wrap-70p {
    margin: 0 auto;
    width: 70%
}

@media screen and (max-width: 767px) {
    .l-wrap-70p {
        width: 100%
    }
}

.l-wrap-916 {
    margin: 0 auto;
    width: 75%;
    max-width: 916px
}

@media screen and (max-width: 767px) {
    .l-wrap-916 {
        width: 100%
    }
}

.l-wrap-60p {
    margin: 0 auto;
    width: 60%
}

@media screen and (max-width: 767px) {
    .l-wrap-60p {
        width: 100%
    }
}

.l-wrap-50p {
    margin: 0 auto;
    width: 50%
}

@media screen and (max-width: 1024px) {
    .l-wrap-50p {
        width: 70%
    }
}

@media screen and (max-width: 767px) {
    .l-wrap-50p {
        width: 100%
    }
}

.l-flex-wrap {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.l-flex-col-2 {
    margin-bottom: 6rem;
    width: 48%
}

@media screen and (max-width: 767px) {
    .l-flex-col-2 {
        margin-bottom: 4rem;
        width: 100%
    }
}

.l-flex-parent-3:after {
    display: block;
    width: 33%;
    content: ""
}

.l-flex-col-3 {
    margin-bottom: 4rem;
    width: 33%
}

@media screen and (max-width: 767px) {
    .l-flex-col-3 {
        margin-bottom: 2rem;
        width: 100%
    }
}

.l-flex-parent-4:before {
    display: block;
    order: 1;
    width: 23%;
    content: ""
}

.l-flex-parent-4:after {
    display: block;
    width: 23%;
    content: ""
}

.l-flex-col-4 {
    margin-bottom: 6rem;
    width: 23%
}

@media screen and (max-width: 767px) {
    .l-flex-col-4 {
        margin-bottom: 4rem;
        width: 48%
    }
}

.bg-dark-gray {
    background: #3e3e3e
}

.bg-white-gray {
    background: #fafafa
}

.bg-white {
    background: #fff
}

.bg-black {
    background: #000
}

.bg-gray {
    background: #898989
}

.bg-gray2 {
    background: #595757
}

.bg-gray3 {
    background: #727171
}

.bg-gray4 {
    background: #afafaf
}

.bg-light-gray {
    background: #c8c9ca
}

.color-gray2 {
    color: #595757
}

.color-gray {
    color: #444
}

.img_fr {
    float: right;
    margin-left: 30px
}

@media screen and (max-width: 767px) {
    .img_fr {
        float: none;
        margin-left: 0
    }
}

.img_fr figure {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .img_fr figure {
        margin-bottom: 20px
    }
}

.mb0 {
    margin-bottom: 0rem !important
}

.mb5 {
    margin-bottom: .5rem !important
}

.mb10 {
    margin-bottom: 1rem !important
}

.mb20 {
    margin-bottom: 2rem !important
}

.mb30 {
    margin-bottom: 3rem !important
}

.mb40 {
    margin-bottom: 4rem !important
}

.mb50 {
    margin-bottom: 5rem !important
}

.mb60 {
    margin-bottom: 6rem !important
}

.mb70 {
    margin-bottom: 7rem !important
}

.mb80 {
    margin-bottom: 8rem !important
}

.mb90 {
    margin-bottom: 9rem !important
}

.mb100 {
    margin-bottom: 10rem !important
}

.mt110 {
    margin-top: 11rem !important
}

.mt5 {
    margin-top: .5rem !important
}

.mt10 {
    margin-top: 1rem !important
}

.mt20 {
    margin-top: 2rem !important
}

.mt30 {
    margin-top: 3rem !important
}

.mt40 {
    margin-top: 4rem !important
}

.mt50 {
    margin-top: 5rem !important
}

.mt60 {
    margin-top: 6rem !important
}

.ml0 {
    margin-left: 0rem !important
}

.ml5 {
    margin-left: .5rem !important
}

.ml10 {
    margin-left: 1rem !important
}

.ml20 {
    margin-left: 2rem !important
}

.ml30 {
    margin-left: 3rem !important
}

.ml40 {
    margin-left: 4rem !important
}

.ml50 {
    margin-left: 5rem !important
}

.ml60 {
    margin-left: 6rem !important
}

.mr0 {
    margin-right: 0rem !important
}

.mr5 {
    margin-right: .5rem !important
}

.mr10 {
    margin-right: 1rem !important
}

.mr20 {
    margin-right: 2rem !important
}

.mr30 {
    margin-right: 3rem !important
}

.mr40 {
    margin-right: 4rem !important
}

.mr50 {
    margin-right: 5rem !important
}

.mr60 {
    margin-right: 6rem !important
}

.mt9vw {
    margin-top: 9vw !important
}

.pb0 {
    padding-bottom: 0rem !important
}

.pb5 {
    padding-bottom: .5rem !important
}

.pb10 {
    padding-bottom: 1rem !important
}

.pb20 {
    padding-bottom: 2rem !important
}

.pb30 {
    padding-bottom: 3rem !important
}

.pb40 {
    padding-bottom: 4rem !important
}

.pb50 {
    padding-bottom: 5rem !important
}

.pb60 {
    padding-bottom: 6rem !important
}

.pt0 {
    padding-top: 0rem !important
}

.pt5 {
    padding-top: .5rem !important
}

.pt10 {
    padding-top: 1rem !important
}

.pt20 {
    padding-top: 2rem !important
}

.pt30 {
    padding-top: 3rem !important
}

.pt40 {
    padding-top: 4rem !important
}

.pt50 {
    padding-top: 5rem !important
}

.pt60 {
    padding-top: 6rem !important
}

.pl0 {
    padding-left: 0rem !important
}

.pl5 {
    padding-left: .5rem !important
}

.pl10 {
    padding-left: 1rem !important
}

.pl20 {
    padding-left: 2rem !important
}

.pl30 {
    padding-left: 3rem !important
}

.pl40 {
    padding-left: 4rem !important
}

.pl50 {
    padding-left: 5rem !important
}

.pl60 {
    padding-left: 6rem !important
}

.pr0 {
    padding-right: 0rem !important
}

.pr5 {
    padding-right: .5rem !important
}

.pr10 {
    padding-right: 1rem !important
}

.pr20 {
    padding-right: 2rem !important
}

.pr30 {
    padding-right: 3rem !important
}

.pr40 {
    padding-right: 4rem !important
}

.pr50 {
    padding-right: 5rem !important
}

.pr60 {
    padding-right: 6rem !important
}

.p0 {
    padding: 0rem !important
}

@media screen and (max-width: 767px) {
    .sp-pb20 {
        padding-bottom: 2rem !important
    }
}

.fz12 {
    font-size: 1.2rem
}

.fz14 {
    font-size: 1.4rem
}

.fz16 {
    font-size: 1.6rem
}

.fz18 {
    font-size: 1.8rem
}

.fz20 {
    font-size: 2rem
}

.lh2 {
    line-height: 2
}

.lh2-5 {
    line-height: 2.5
}

.lh3 {
    line-height: 3
}

.cf:after {
    display: block;
    clear: both;
    content: ""
}

@media screen and (max-width: 767px) {
    .sp-only {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .sp-only {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .pc-only {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none
    }
}

@media screen and (min-width: 1025px) {
    .tb-over {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .tb-over {
        display: none
    }
}

@media screen and (min-width: 1025px) {
    .tb-under {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .tb-under {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .tb-none {
        display: none
    }
}

.tac {
    text-align: center
}

@media screen and (max-width: 767px) {
    .sp-tac {
        text-align: center !important
    }
}

.tal {
    text-align: left
}

@media screen and (max-width: 767px) {
    .sp-tal {
        text-align: left !important
    }
}

.tar {
    text-align: right
}

.flex {
    display: -ms-flex;
    display: flex
}

.jcsb {
    justify-content: space-between
}

.jcsa {
    justify-content: space-around
}

.jcc {
    justify-content: center
}

.jcfe {
    justify-content: flex-end
}

.fxww {
    flex-wrap: wrap
}

.fxdrr {
    flex-direction: row-reverse
}

.aic {
    align-items: center
}

.aife {
    align-items: flex-end
}

.underline {
    text-decoration: underline
}

.dib {
    display: inline-block
}

.link_btn {
    border: 3px solid #000;
    padding: 13px 0px;
    text-align: center;
    display: block;
    width: 260px;
    margin: 0 auto;
    font-size: 1.8rem
}

.link_btn:hover {
    text-decoration: none;
    opacity: .6;
    color: #000
}

.link_btn_dib {
    border: 3px solid #000;
    padding: 13px 0px;
    text-align: center;
    display: inline-block;
    width: 260px;
    margin: 0 auto;
    font-size: 1.8rem;
    transition: .3s
}

.link_btn_dib img {
    -moz-filter: grayscale(100%) brightness(0.4);
    -o-filter: grayscale(100%) brightness(0.4);
    -ms-filter: grayscale(100%) brightness(0.4);
    filter: grayscale(100%) brightness(0.4)
}

.link_btn_dib:hover {
    text-decoration: none;
    opacity: .6;
    color: #000
}

.btn-pagetop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    border: 1px solid #727272
}

@media screen and (max-width: 767px) {
    .btn-pagetop {
        width: 6rem;
        height: 6rem
    }
}

.heading-area {
    padding-bottom: 102px
}

@media screen and (max-width: 767px) {
    .heading-area {
        padding-bottom: 13.6vw !important
    }
}

.m-title-low {
    color: #fff;
    text-align: center
}

.m-title-low h1 {
    width: 100%;
    font-size: 5rem;
    margin: 0 auto 5rem;
    max-width: 1200px;
    font-weight: 100;
    font-style: normal;
    font-family: "Noto Sans Japanese";
    letter-spacing: 5px;
    line-height: 1
}

@media screen and (max-width: 1024px) {
    .m-title-low h1 {
        font-size: 4rem;
        margin: 0 auto 4rem
    }
}

@media screen and (max-width: 767px) {
    .m-title-low h1 {
        font-size: 3.6rem;
        line-height: 1.4;
        margin: 0 auto 3rem
    }
}

@media screen and (max-width: 767px) {
    .m-title-low h1.ttl-sp-min {
        letter-spacing: 1px
    }
}

@media screen and (max-width: 767px) {
    .m-title-low h1.ttl-sp-min-pp {
        letter-spacing: 0px;
        font-size: 3.2rem
    }
}

.line-white-long::after {
    content: "";
    display: block;
    width: 70%;
    height: 5px;
    margin: 2.5rem auto 0;
    background: #fff;
    background: linear-gradient(to right, #45b035 0%, #45b035 20%, #ffffff 20%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45b035", endColorstr="#ffffff", GradientType=1);
    transform: skewX(-30deg)
}

@media screen and (max-width: 767px) {
    .line-white-long::after {
        width: 100%;
        height: 2px;
        margin: 1rem auto 0
    }
}

.line-white-short::after {
    content: "";
    display: block;
    width: 35%;
    height: 9px;
    margin: 0 auto;
    background: #fff;
    background: linear-gradient(to right, #45b035 0%, #45b035 30%, #ffffff 30%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45b035", endColorstr="#ffffff", GradientType=1);
    transform: skewX(-30deg)
}

@media screen and (max-width: 767px) {
    .line-white-short::after {
        width: 40%;
        height: 4px
    }
}

.line-black-short::after {
    content: "";
    display: block;
    width: 35%;
    height: 9px;
    margin: 0 auto;
    background: #000;
    background: linear-gradient(to right, #45b035 0%, #45b035 30%, #000000 30%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45b035", endColorstr="#000000", GradientType=1);
    transform: skewX(-30deg)
}

@media screen and (max-width: 767px) {
    .line-black-short::after {
        width: 40%;
        height: 4px
    }
}

.line-gray-short::after {
    content: "";
    display: block;
    width: 35%;
    height: 9px;
    margin: 0 auto;
    background: #595757;
    background: linear-gradient(to right, #45b035 0%, #45b035 30%, #595757 30%, #595757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45b035", endColorstr="$color-gray2", GradientType=1);
    transform: skewX(-30deg)
}

@media screen and (max-width: 767px) {
    .line-gray-short::after {
        width: 40%;
        height: 4px
    }
}

.page-link li {
    padding: 0 2rem;
    font-size: 1.8rem
}

@media screen and (max-width: 767px) {
    .page-link li {
        font-size: 1.4rem;
        padding: 0 .5rem
    }
}

.arrow-bottom {
    margin-bottom: 3rem
}

@media screen and (max-width: 767px) {
    .arrow-bottom {
        margin-bottom: 2rem
    }

    .arrow-bottom img {
        width: 25px
    }
}

.lead-txt {
    font-size: 1.8rem
}

@media screen and (max-width: 767px) {
    .lead-txt {
        font-size: 1.6rem
    }
}

.lead-txt2rem {
    font-size: 2rem
}

.ttl-area {
    margin-bottom: 9rem;
    font-size: 3.5rem;
    text-align: center
}

.ttl-area h2 {
    font-weight: normal
}

@media screen and (max-width: 1024px) {
    .ttl-area {
        font-size: 3rem;
        margin-bottom: 5rem
    }
}

@media screen and (max-width: 767px) {
    .ttl-area {
        font-size: 2rem;
        margin-bottom: 4rem
    }
}

.m-horizontal-dl {
    margin-bottom: 2em
}

.m-horizontal-dl dl {
    overflow: hidden;
    margin-bottom: 1em
}

.m-horizontal-dl dt {
    float: left;
    padding-right: 1em;
    width: calc(25% + 1em);
    font-weight: bold
}

.m-horizontal-dl dd {
    overflow: auto
}

.m-attention-wrap-list {
    font-size: 1.4rem
}

.m-attention-wrap-list li {
    padding-left: 1em;
    text-indent: -1em
}

.m-attention-wrap-list li:before {
    content: "※"
}

.m-dot-wrap-list li {
    margin-bottom: .5em;
    padding-left: 1em;
    text-indent: -1em
}

.m-dot-wrap-list li:before {
    content: "・"
}

.m-ol-wrap-list {
    padding-left: 2.5em
}

.m-ol-wrap-list li {
    list-style-type: decimal
}

.table-bd-none {
    width: 80%;
    margin: 0 auto;
    font-size: 1.8rem
}

.table-bd-none th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    vertical-align: top
}

.table-bd-none td,
.table-bd-none th {
    padding: 1rem
}

@media screen and (max-width: 767px) {
    .table-bd-none {
        width: 100%
    }

    .table-bd-none th {
        font-weight: bold
    }

    .table-bd-none td,
    .table-bd-none th {
        padding: .5rem
    }
}

.m-breadcrumbs {
    padding: 10px 0
}

.m-breadcrumbs ul {
    overflow: hidden
}

.m-breadcrumbs li {
    display: inline-block;
    float: left
}

.m-breadcrumbs li:after {
    margin: 0 .7em;
    content: "";
    font-family: "FontAwesome"
}

.m-breadcrumbs li:last-child:after {
    content: ""
}

.m-breadcrumbs li a {
    text-decoration: none
}

.m-breadcrumbs li a:hover {
    text-decoration: underline
}

.header-line {
    background-color: #fff;
    border-bottom: 4px solid #69bd27;
    padding-top: 21px;
    padding-bottom: 21px
}

.logo_mark {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px #898989;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    z-index: 900
}

@media screen and (max-width: 1024px) {
    .logo_mark {
        width: auto;
        padding: 3vw
    }

    .logo_mark img {
        width: 70px;
        height: auto
    }
}

@media screen and (max-width: 767px) {
    .logo_mark {
        width: 60px;
        padding: 10px;
        height: auto
    }

    .logo_mark img {
        height: auto
    }
}

.head_top {
    margin: 0 auto;
    padding: 0 43px;
    align-items: center;
    max-width: 1400px
}

@media screen and (max-width: 1024px) {
    .head_top {
        padding: 0 22px
    }
}

.head_top_left {
    display: -ms-flex;
    display: flex;
    align-items: flex-end
}

@media screen and (max-width: 1024px) {
    .head_top_left {
        width: 40%;
        justify-content: flex-start
    }
}

@media screen and (max-width: 767px) {
    .head_top_left {
        justify-content: flex-start;
        margin-top: 0px
    }
}

.logo_type {
    text-align: center
}

.logo a {
    transition: .3s
}

.logo a:hover {
    text-decoration: none
}

.logo a:hover img {
    opacity: 1
}

@media screen and (max-width: 1024px) {
    .logo {
        min-width: 15rem
    }
}

.logo img {
    display: block;
    width: auto;
    height: 38px
}

@media screen and (max-width: 767px) {
    .logo img {
        min-height: 38px;
        max-height: 68px
    }
}

@media screen and (min-width: 1024px) {
    .head_top_right {
        padding-right: 96px
    }
}

@media screen and (max-width: 767px) {
    .head_top_right {
        top: 12px
    }
}

.gnav-wrap a {
    color: #000
}

.gnav {
    width: 100%;
    font-size: 1.8rem
}

@media screen and (max-width: 1024px) {
    .gnav {
        width: 100%;
        display: block
    }
}

@media screen and (max-width: 767px) {
    .gnav {
        font-size: 2.4rem
    }
}

.gnav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px
}

@media screen and (max-width: 1024px) {
    .gnav a {
        padding: 0
    }
}

.gnav a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #45b035;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s
}

@media screen and (max-width: 1024px) {
    .gnav a::after {
        display: none
    }
}



.gnav a:hover::after {
    transform: scale(1, 1)
}

.fixed_logo {
    display: none
}

#mobile_menu>input {
    display: none
}

@media screen and (max-width: 1024px) {
    #mobile_menu {
        width: 100%
    }

    #mobile_menu label {
        display: block;
        position: relative;
        cursor: pointer;
        right: 0;
        top: 0;
        width: 19px;
        height: 15px;
        z-index: 9600;
        transition-property: height;
        transition-duration: 200ms;
        transition-delay: 200ms
    }

    #mobile_menu label:before {
        top: 0;
        box-shadow: #000 0 7px 0
    }

    #mobile_menu label:after {
        bottom: 0
    }

    #mobile_menu label:before,
    #mobile_menu label:after {
        display: block;
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: box-shadow .2s linear, transform .2s .2s;
        transform-origin: center
    }

    #mobile_menu>a {
        display: block;
        position: absolute;
        color: #fff;
        font-size: calc(4vw + 4px);
        font-weight: bold;
        text-align: center;
        right: 13vw;
        top: 2vw;
        width: 10vw;
        height: 9vw;
        padding: calc(3vw - 5px) 0 0;
        background-color: #fff
    }

    #mobile_menu .gnav-wrap {
        display: block;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: calc(100% + 4px);
        width: 100%;
        background-color: #fff;
        opacity: 0;
        transition-duration: .4s;
        transform: translateY(-120%);
        pointer-events: none;
        z-index: 4;
        padding-left: 5.3333333333vw;
        padding-right: 5.3333333333vw;
        padding-bottom: 8.5333333333vw
    }

    #mobile_menu input:checked~label {
        height: 2px
    }

    #mobile_menu input:checked~label:before {
        box-shadow: rgba(0, 0, 0, 0) 10px 10px 0;
        transform: rotate(45deg)
    }

    #mobile_menu input:checked~label:after {
        transform: rotate(-45deg)
    }

    #mobile_menu input:checked~.gnav-wrap {
        overflow: auto;
        opacity: 1;
        pointer-events: all;
        transform: translateY(0)
    }

    #mobile_menu ul li li a::before {
        content: " - ";
        display: inline-block
    }

    #mobile_menu ul ul li:last-child {
        border-bottom: none
    }

    #mobile_menu ul a {
        display: block;
        color: #000;
        padding: 1.5rem 2rem 1.5rem 3rem;
        border-bottom: 1px solid #aaa;
        background-image: url(../img/arrow-sp-menu.svg);
        background-position: right 3% center;
        background-repeat: no-repeat;
        background-size: 16px auto
    }
}

.main-visual img {
    width: 100%
}

.main-visual {
    position: relative
}

.main-visual-con {
    transition: .2s;
    position: absolute;
    top: calc(9vw - 50px);
    right: 0;
    width: 44%
}

@media screen and (max-width: 1024px) {
    .main-visual-con {
        top: calc(10vw - 50px);
        width: 48%;
        right: 15px;
        text-shadow: 0px 0px 30px #000
    }
}

@media screen and (max-width: 767px) {
    .main-visual-con {
        bottom: 20px;
        right: 0;
        width: 100%;
        text-align: center;
        top: auto
    }
}

.catch-corporate {
    font-size: 4.5vw;
    font-weight: normal;
    line-height: .9;
    letter-spacing: 5px;
    margin-bottom: 2.8vw;
    margin-left: -3px
}

@media screen and (max-width: 1024px) {
    .catch-corporate {
        font-size: 3.6rem;
        margin-bottom: 20px;
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .catch-corporate {
        font-size: 6rem;
        margin-bottom: 0
    }
}

.catch-copy {
    font-size: 3.3rem;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1.1;
    margin-bottom: 25px
}

@media screen and (max-width: 1024px) {
    .catch-copy {
        font-size: 2.2rem;
        margin-bottom: 10px;
        line-height: 1.2
    }
}

.catch-copy-min {
    font-size: 1.5rem
}

.catch-text {
    line-height: 2.3vw
}

@media screen and (max-width: 1024px) {
    .catch-text {
        line-height: 3vw;
        font-size: 1.4rem
    }
}

.box-green {
    border: 2px solid #45b035;
    padding: 3rem 5rem 4rem
}

@media screen and (max-width: 767px) {
    .box-green {
        padding: 2.5rem 2rem 2.5rem
    }
}

.our-map-wrap {
    width: 100%;
    background: url(../img/top-our-fuction-img-pc.svg) 0 0 no-repeat;
    background-size: 100% auto
}

.our-map {
    width: 100%;
    height: auto
}

.line-block {
    border-right: 1px solid #fff
}

@media screen and (max-width: 767px) {
    .line-block {
        border-right: none
    }

    .line-block:after {
        content: "";
        display: block;
        width: 90%;
        height: 1px;
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
        margin-top: 2rem
    }
}

.line-block:nth-child(3n+4) {
    border-left: 1px solid #fff
}

@media screen and (max-width: 767px) {
    .line-block:nth-child(3n+4) {
        border-left: none
    }
}

.line-block a {
    font-size: 2.3rem;
    display: block;
    padding: 1.7rem 0 1.3rem;
    line-height: 1;
    text-align: center;
    transition: .3s;
    letter-spacing: 2px;
    color: #fff
}

.line-block-anime {
    display: block;
    font-size: 2.3rem
}

.line-block-monoeye {
    display: block;
    width: 90%;
    height: 3px;
    margin: .6rem auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 4rem/.3rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(69, 176, 53) 50%, rgba(0, 0, 0, 0) 100%)
}

@media screen and (max-width: 767px) {
    .line-block-monoeye {
        width: 40%
    }
}

.line-block-monoeye::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.5rem;
    left: -50px;
    width: 4rem;
    height: 1rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(69, 176, 53) 50%, rgba(0, 0, 0, 0) 100%)
}

.line-block-en {
    font-size: 1.3rem;
    color: #c8c9ca;
    letter-spacing: 1px
}

@keyframes lineAnimePc {
    0% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(380px)
    }

    100% {
        transform: translateX(100px)
    }
}

@keyframes lineAnimeTb {
    0% {
        transform: translateX(-20px)
    }

    90% {
        transform: translateX(280px)
    }

    100% {
        transform: translateX(60px)
    }
}

@keyframes lineAnimeSp {
    0% {
        left: -50%
    }

    90% {
        left: 100%
    }

    100% {
        left: calc(50% - 10rem)
    }
}

@keyframes fadeInbg {
    0% {
        background: none
    }

    50% {
        background: none
    }

    100% {
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(69, 176, 53) 50%, rgba(0, 0, 0, 0) 100%)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    5% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes sizeWdth {
    0% {
        width: 5rem
    }

    30% {
        width: 20rem
    }

    90% {
        width: 5rem
    }

    100% {
        width: 20rem
    }
}

@keyframes sizeHeight {
    0% {
        height: 1px;
        margin-bottom: 2px
    }

    30% {
        height: 3px;
        margin-bottom: 0px
    }

    90% {
        height: 1px;
        margin-bottom: 2px
    }

    100% {
        height: 3px;
        margin-bottom: 0px
    }
}

.line-block a:hover .line-block-monoeye,
.line-block#fnc-hover01.hover .line-block-monoeye,
.line-block#fnc-hover02.hover .line-block-monoeye,
.line-block#fnc-hover03.hover .line-block-monoeye,
.line-block#fnc-hover04.hover .line-block-monoeye,
.line-block#fnc-hover05.hover .line-block-monoeye,
.line-block#fnc-hover06.hover .line-block-monoeye,
.line-block#fnc-hover07.hover .line-block-monoeye,
.line-block#fnc-hover08.hover .line-block-monoeye {
    animation: sizeHeight 1.8s;
    background: none
}

.line-block a:hover .line-block-monoeye::before,
.line-block#fnc-hover01.hover .line-block-monoeye::before,
.line-block#fnc-hover02.hover .line-block-monoeye::before,
.line-block#fnc-hover03.hover .line-block-monoeye::before,
.line-block#fnc-hover04.hover .line-block-monoeye::before,
.line-block#fnc-hover05.hover .line-block-monoeye::before,
.line-block#fnc-hover06.hover .line-block-monoeye::before,
.line-block#fnc-hover07.hover .line-block-monoeye::before,
.line-block#fnc-hover08.hover .line-block-monoeye::before {
    animation: lineAnimePc 1.8s, sizeWdth 1.8s, fadeIn 1.8s;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

@media screen and (max-width: 1024px) {

    .line-block a:hover .line-block-monoeye::before,
    .line-block#fnc-hover01.hover .line-block-monoeye::before,
    .line-block#fnc-hover02.hover .line-block-monoeye::before,
    .line-block#fnc-hover03.hover .line-block-monoeye::before,
    .line-block#fnc-hover04.hover .line-block-monoeye::before,
    .line-block#fnc-hover05.hover .line-block-monoeye::before,
    .line-block#fnc-hover06.hover .line-block-monoeye::before,
    .line-block#fnc-hover07.hover .line-block-monoeye::before,
    .line-block#fnc-hover08.hover .line-block-monoeye::before {
        animation: lineAnimeTb 1.8s, sizeWdth 1.8s, fadeIn 1.8s;
        animation-fill-mode: forwards;
        animation-timing-function: linear
    }
}

@media screen and (max-width: 767px) {

    .line-block a:hover .line-block-monoeye::before,
    .line-block#fnc-hover01.hover .line-block-monoeye::before,
    .line-block#fnc-hover02.hover .line-block-monoeye::before,
    .line-block#fnc-hover03.hover .line-block-monoeye::before,
    .line-block#fnc-hover04.hover .line-block-monoeye::before,
    .line-block#fnc-hover05.hover .line-block-monoeye::before,
    .line-block#fnc-hover06.hover .line-block-monoeye::before,
    .line-block#fnc-hover07.hover .line-block-monoeye::before,
    .line-block#fnc-hover08.hover .line-block-monoeye::before {
        animation: lineAnimeSp 1.8s, sizeWdth 1.8s, fadeIn 1.8s;
        animation-fill-mode: forwards;
        animation-timing-function: linear
    }
}

@media screen and (max-width: 1024px) {
    .banner-area {
        width: 70%
    }
}

@media screen and (max-width: 767px) {
    .banner-area {
        width: auto
    }
}

.banner-area .l-flex-col-2 {
    margin-bottom: 0;
    max-width: 300px
}

@media screen and (max-width: 767px) {
    .banner-area .l-flex-col-2 {
        width: 48%
    }
}

.banner-area .l-flex-wrap {
    justify-content: space-around
}

@media screen and (max-width: 1024px) {
    .banner-area .l-flex-wrap {
        justify-content: space-between
    }
}

.hover-bnr1 {
    background: #fff
}

.hover-bnr2 a {
    background: rgba(0, 0, 0, 0);
    display: block;
    position: relative
}

.hover-bnr2 a img {
    transition: .3s;
    position: absolute;
    top: 0
}

.hover-bnr2 a .hover-bnr2-on {
    opacity: 0
}

.hover-bnr2 a .hover-bnr2-out {
    opacity: 1
}

.hover-bnr2 a:hover .hover-bnr2-on {
    opacity: 1
}

.hover-bnr2 a:hover .hover-bnr2-out {
    opacity: 0
}

.ttl-slash {
    font-size: 3rem;
    padding-left: 3rem;
    background: url(../img/icon-slash.svg) bottom left no-repeat;
    background-size: 2.6rem 2.7rem;
    margin-bottom: 3rem;
    line-height: 1;
    font-weight: normal
}

@media screen and (max-width: 767px) {
    .ttl-slash {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        background-size: 1.8rem auto;
        padding-left: 2.1rem
    }
}

a .ttl-block {
    font-size: 3rem;
    font-weight: normal;
    margin: 1.2rem 0
}

.ttl-line-t_b {
    font-size: 3.3rem;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 2rem 0;
    line-height: 1;
    font-weight: normal;
    display: block;
    letter-spacing: 3px;
    transition: .3s
}

@media screen and (max-width: 1024px) {
    .ttl-line-t_b {
        font-size: 2.3rem;
        padding: 1.5rem 0
    }
}

.svg-hover-green {
    margin-left: 1rem
}

.arrow-right01 {
    width: 2.2rem;
    height: 3rem;
    margin-right: 1rem;
    vertical-align: bottom
}

@media screen and (max-width: 1024px) {
    .arrow-right01 {
        width: auto;
        height: 2.3rem
    }
}

@media screen and (max-width: 767px) {
    .arrow-right01 {
        height: 2rem
    }
}

.arrow-right01 .cls-1 {
    transition: .3s;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1.2px;
    width: 2.2rem;
    height: 3rem
}

.ttl-line-t_b:hover .arrow-right01 .cls-1 {
    stroke: #45b035
}

.fadein-block {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px)
}

.fadein {
    opacity: 1;
    transform: translate(0, 0)
}

.address-left {
    width: 60%
}

@media screen and (max-width: 767px) {
    .address-left {
        width: 100%;
        height: 35vh
    }
}

.address-right {
    font-size: 1.8rem;
    padding: 2rem 2rem 2rem 4rem;
    width: 40%
}

.address-right p {
    margin-bottom: 3rem
}

@media screen and (max-width: 767px) {
    .address-right {
        width: 100%;
        padding: 2rem 1rem
    }

    .address-right p {
        margin-bottom: 2rem
    }
}

.slash-green>li {
    letter-spacing: 3px;
    margin-bottom: 1rem;
    font-size: 2rem
}

@media screen and (max-width: 767px) {
    .slash-green>li {
        font-size: 1.8rem;
        letter-spacing: 1px;
        text-indent: -1.4em;
        padding-left: 1.4em
    }
}

.slash-green>li::before {
    content: "";
    background: #45b035;
    display: inline-block;
    width: .9rem;
    height: 1.2rem;
    transform: skewX(-30deg);
    margin-right: 1.7rem
}

.list-center {
    margin-left: calc(50% - 250px)
}

@media screen and (max-width: 767px) {
    .list-center {
        margin-left: 0
    }
}

.slash-btn {
    display: inline-block;
    margin-left: 1rem;
    border: 1px solid #45b035;
    border-left: 10px solid #45b035;
    transform: skewX(-30deg);
    padding: 0 1rem;
    line-height: 1.3;
    font-size: 1.3rem;
    color: #000
}

@media screen and (max-width: 767px) {
    .slash-btn.pc-only {
        display: none
    }
}

.slash-btn.sp-only {
    display: none
}

@media screen and (max-width: 767px) {
    .slash-btn.sp-only {
        display: inline-block
    }
}

.slash-btn span {
    transform: skewX(30deg);
    display: inline-block
}

.mission-img {
    width: 80%;
    margin: 0 auto
}

.bg-history {
    position: relative;
    height: 80vw
}

@media screen and (max-width: 1024px) {
    .bg-history {
        height: 85vw
    }
}

@media screen and (max-width: 767px) {
    .bg-history {
        height: 840px
    }
}

.bg-history .ttl-area {
    position: relative;
    z-index: 2
}

.bg-history:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/history_pc.png) 50% 0 no-repeat;
    background-size: contain
}

@media screen and (max-width: 767px) {
    .bg-history:after {
        background: url(../img/history_sp.svg) 50% 0 no-repeat;
        position: static;
        margin: 0 20px;
        width: 90%;
        height: 670px;
        background-size: contain
    }
}

@media screen and (max-width: 767px) {
    .organization-img .sp-only {
        display: inline-block
    }
}

.white-border-box {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 4rem;
    border: 1px solid #fff
}

.white-border-box dt,
.white-border-box dd {
    padding: 1rem;
    text-align: center
}

.white-border-box dt {
    font-size: 1.6rem
}

.white-border-box dd {
    font-size: 1.4rem
}

@media screen and (max-width: 767px) {
    .white-border-box {
        max-width: 95%
    }
}

@media screen and (max-width: 767px) {
    .accordion-wrap:nth-of-type(7) {
        border-bottom: 1px solid #fff
    }
}

.accordion-btn {
    display: none
}

@media screen and (max-width: 767px) {
    .accordion-btn {
        display: block;
        cursor: pointer;
        font-size: 2rem;
        position: relative;
        padding: 1.7rem 4rem 1.7rem 1.5rem;
        transition: all .4s ease-in-out;
        border-top: 1px solid #fff
    }

    .accordion-btn:before {
        content: "";
        width: 19px;
        height: 1px;
        position: absolute;
        right: 11px;
        top: 50%;
        background-color: #fff;
        margin: -1px 0 0 0
    }

    .accordion-btn:after {
        content: "";
        width: 1px;
        height: 19px;
        position: absolute;
        right: 20px;
        top: calc(50% - 10px);
        background-color: #fff;
        transition: all .4s ease-in-out
    }

    .accordion-btn.active:after {
        height: 0px;
        top: 27px
    }

    .accordion-btn+.l-section {
        display: none
    }
}

.stage-img {
    margin-bottom: 6rem;
    margin-top: 2rem
}

.ttl-txt {
    font-size: 1.8rem;
    margin-bottom: 4rem
}

@media screen and (max-width: 1024px) {
    .ttl-txt {
        font-size: 1.6rem
    }
}

.line-ttl {
    margin-bottom: 6rem
}

.line-ttl span {
    display: block
}

.line-ttl-big {
    font-size: 5.6rem;
    letter-spacing: 6px;
    line-height: 1.5
}

@media screen and (max-width: 1024px) {
    .line-ttl-big {
        font-size: 4rem
    }
}

@media screen and (max-width: 767px) {
    .line-ttl-big {
        font-size: 3rem
    }
}

.line-ttl-gradation {
    display: block;
    width: 30%;
    height: 4px;
    margin: 0 auto 1.2rem;
    border-radius: 4rem/.3rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(69, 176, 53) 50%, rgba(0, 0, 0, 0) 100%)
}

@media screen and (max-width: 767px) {
    .line-ttl-gradation {
        width: 40%
    }
}

.line-ttl-en {
    font-size: 2rem;
    letter-spacing: 1px
}

@media screen and (max-width: 1024px) {
    .line-ttl-en {
        font-size: 1.8rem
    }
}

.function-img {
    position: relative;
    margin-bottom: 1rem;
    text-align: center
}

.function-img-main {
    margin-bottom: 6rem
}

@media screen and (max-width: 767px) {
    .function-img-main {
        margin: 0 -20px 6rem
    }
}

.square-gray {
    transform: skewX(-30deg);
    background: #898989;
    padding: 0 2rem;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 1.4rem;
    display: block
}

.square-gray span {
    transform: skewX(30deg);
    display: inline-block;
    color: #fff
}

.square-gray.left {
    left: 20px;
    right: auto
}

.square-gray.center-right {
    right: calc(50% + 20px)
}

.function-box-wrap {
    margin-bottom: 6rem
}

@media screen and (max-width: 767px) {
    .function-box-wrap {
        display: block
    }
}

.function-box-right {
    width: 53%
}

@media screen and (max-width: 1024px) {
    .function-box-right {
        width: 48%
    }
}

@media screen and (max-width: 767px) {
    .function-box-right {
        width: 100%;
        margin-bottom: 3rem
    }
}

.function-box {
    margin-bottom: 4rem
}

@media screen and (max-width: 767px) {
    .function-box {
        margin-bottom: 3rem
    }
}

.function-box p {
    font-size: 1.6rem
}

@media screen and (max-width: 1024px) {
    .function-box p {
        font-size: 1.6rem
    }
}

.function-box-left {
    width: 43%
}

@media screen and (max-width: 1024px) {
    .function-box-left {
        width: 48%
    }
}

@media screen and (max-width: 767px) {
    .function-box-left {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 3rem
    }
}

.department {
    text-align: right;
    margin-bottom: 4rem;
    font-size: 1.6rem
}

.slash-ttl {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-weight: normal
}

.slash-ttl::before {
    content: "";
    background: #45b035;
    display: inline-block;
    width: 1.1rem;
    height: 2.1rem;
    transform: skewX(-30deg);
    margin-right: 1.2rem;
    vertical-align: bottom
}

@media screen and (max-width: 1024px) {
    .slash-ttl {
        font-size: 2rem
    }

    .slash-ttl::before {
        height: 2rem
    }
}

.youtube iframe {
    margin: 0 auto;
    display: block
}

@media screen and (max-width: 767px) {
    .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%
    }

    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important
    }
}

.btn-portfolio-link {
    font-size: 2.2rem;
    display: block;
    border: 1px solid #fff;
    padding: 2rem 4rem 2rem 4rem;
    position: relative;
    letter-spacing: 5px;
    transition: .3s
}

.btn-portfolio-link:after {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 2.7rem;
    right: 3rem;
    transition: .3s
}

.btn-portfolio-link:hover {
    border: 1px solid #45b035
}

.btn-portfolio-link:hover:after {
    border-top: 1px solid #45b035;
    border-right: 1px solid #45b035
}

@media screen and (max-width: 1024px) {
    .btn-portfolio-link {
        font-size: 1.8rem;
        padding: 1.5rem 2rem 1.5rem 2rem;
        letter-spacing: 1px
    }

    .btn-portfolio-link:after {
        width: 2rem;
        height: 2rem;
        top: 2.1rem;
        right: 2rem
    }
}

.privacy-box {
    margin-bottom: 5rem;
    font-size: 1.6rem
}

.privacy-list dd {
    padding-left: 4.6rem;
    margin-bottom: 2.5rem
}

.border-box {
    border: 1px solid #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    max-width: 51rem
}

.border-box span {
    display: block
}

.border-box.ml46 {
    margin-left: 4.6rem
}

@media screen and (max-width: 1024px) {
    .border-box.ml46 {
        margin-left: 0
    }
}

.normal-ttl {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-weight: normal
}

@media screen and (max-width: 1024px) {
    .normal-ttl {
        font-size: 2rem
    }
}

.ttl-white-big {
    font-size: 6rem;
    font-weight: normal
}

@media screen and (max-width: 767px) {
    .ttl-white-big {
        font-size: 4.5rem
    }
}

.flex-slide-wrap {
    margin-bottom: 8rem
}

@media screen and (max-width: 767px) {
    .slider {
        background: #3e3e3e;
        padding: 20px;
        margin: 0 -20px
    }
}

.slide_box {
    padding: 3px;
    margin-bottom: 4px
}

@media screen and (max-width: 767px) {
    .slide_box {
        width: 300px
    }
}

.slide_box a {
    position: relative;
    color: #fff
}

.slide_box a>span {
    position: absolute;
    text-align: center;
    display: block;
    opacity: 0;
    color: #fff;
    font-size: 2rem;
    transition: .3s;
    z-index: 999;
    padding-bottom: 20px;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 767px) {
    .slide_box a>span {
        position: static;
        opacity: 1;
        background: #595757;
        padding: 2rem 1rem;
        width: 100%;
        height: 88px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        transform: none
    }
}

.slide_box a>span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .6s
}

@media screen and (max-width: 767px) {
    .slide_box a>span::after {
        display: none
    }
}

.slide_box a:hover>span {
    opacity: 1
}

.slide_box a:hover>span::after {
    transform: scale(1, 1)
}

.popup-link {
    display: block
}

@media screen and (max-width: 767px) {
    .popup-link {
        display: -ms-flex;
        display: flex;
        flex-direction: column-reverse
    }
}

.link-out {
    vertical-align: baseline
}

@media screen and (max-width: 767px) {
    .link-out {
        width: 16px !important;
        height: 16px !important;
        display: inline-block !important
    }
}

a:hover .link-out {
    opacity: 1
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.rightyose {
    text-align: right;
}