@charset "UTF-8";

/*************************************************/

html {
    height: -webkit-fill-available;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background: #FFF;
}

.videoIframeWrap {
    position: relative;
    padding-top: calc(100% * 194 / 299);
}

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

@media screen and (max-width:450px) {
    .videoIframeWrap {
        position: relative;
        padding-top: calc(100% * 3 / 4);
    }
}

.iframe-wrapper > iframe{
    width: 100%;
    height: 800px;
}


.noto-sans-jp-regular {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.noto-sans-jp-bold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.noto-sans-jp-semibold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}



.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}





.wrapper {
    position: relative;
    width: 100%;
    display: block;
}

#page .wrapper {
    padding-top: 100px;
}

main {
    z-index: 1;
}

::selection {
    color: #fff !important;
    background-color: #000 !important;
}

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

body {
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN","Poppins", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    min-width: 320px;
    margin: 0 auto;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    color: #000;
}

main {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media screen and (max-width: 768px) {
    main {
        overflow-x: hidden;
    }
}


main::-webkit-scrollbar {
    display: none;
}


a {
    color: #887C52;
    text-decoration: none;
}



/*----------------------------------------------------------------------*/

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    z-index: 998;
    background: #FFF;
}

@media screen and (max-width: 768px) {
    header {
        height: 63px;
    }
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0 24px;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 24px);
}

@media screen and (max-width: 786px) {
    header nav {
        min-width: 320px;
    }
}

header nav h1 {
    position: absolute;
    top: 0;
    left: 24px;
}

.hd__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 280px;
    width: 100%;
}

.hd__navigation li a {
    padding: 0 20px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    margin-right: 1rem;
}



nav ul.hd__navigation li a {
    text-decoration: none;
    padding: 10px 0;
    transition: all 0.3s;
    font-weight: bold;
}

nav ul.hd__navigation li a:hover {
    border-bottom: 3px solid #000;
}


.hd__navigation img {
    height: 22.5px;
    width: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 786px) {

    .hd__logo {
        width: 116px;
        margin: 0;
    }

    .hd__navigation {
        display: none;
    }
}


.btn_line {
    border: 1px solid #000;
    line-height: 2;
    margin-left: 1rem;
    font-weight: bold;
}

#page header {
    background: rgba(255, 255, 255, 0.8);
}

.pankuzu {
    font-size: 0.9em;
    padding-left: 24px;
}

h2 {
    margin-bottom: 40px;
}

/** TOP
-------------------------------------------------------------------------------**/

.kv-slider__area {
    width: 100%;
    min-width: 1200px;
    height: calc(100vh - 80px);
    position: relative;
    margin-bottom: 4rem;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .kv-slider__area {
        min-width: 320px;
        height: calc(100vh - 63px);
        overflow: hidden;
    }
}


@media screen and (max-width: 768px) {
    .slider_position {
        transform: rotate(-0.25turn);
        height: 100vw;
        position: relative;
        width: 180%;
        margin-left: -40%;
    }
}


.main_logo__area {
    position: absolute;
    top: calc(50% - 99px);
    left: calc(50% - 175px);
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .main_logo__area {
        text-align: center;
        top: calc(50% - 120px);
        left: calc(50% - 155px);
        display: flex;
        align-items: center;
        height: 123px;
    }
    .main_logo__area img {
        width: 310px;
        height: auto;
    }
    
}


.head__area {
    width: 100%;
    min-width: 1200px;
    height: calc(40vh - 80px);
    position: relative;
    margin-bottom: 4rem;
    overflow: hidden;
    background: #00a1e9;
}
.page__hd {
    position: relative;
        height: 100%;
        display: flex;
  justify-content: center;
  align-items: center;
        background: none;
    }

@media screen and (max-width: 768px) {
    .head__area {
        min-width: 320px;
        height: calc(40vh - 63px);
        overflow: hidden;
    }
    .head__area .page__hd {
        height: 100%;
        display: flex;
  justify-content: center;
  align-items: center;
        background: none;
    }
    .head__area .page__hd img{
        max-width: 280px;
    }
}



section {
    padding: 3rem 0;
    min-width: 1200px;
}

.page_inner {
    max-width: 1100px;
    margin: auto;
    padding: 0 8.4%;
}

@media screen and (max-width: 768px) {
    .page_inner {
        padding: 0 5%;
    }
}

.page_inner.short{
    max-width: 960px;
}

.page_inner_L {
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width: 768px) {

    section,
    .page_inner,
    .page_inner_L {
        min-width: 320px;
        width: 100%;
    }

    section > * {
        box-sizing: border-box;
    }

}


.page_inner__long {
    width: 100%;
    overflow: visible;
    margin-left: calc((100vw - 1100px) / 2);
}

@media screen and (max-width: 768px) {
    .page_inner__long {
        margin-left: 0;
    }
}


.box__area {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .box__area {
        flex-wrap: wrap;
    }
}




.bg_000 {
    background: #000;
    color: #FFF;
    padding: 4px 10px;
    font-size: 42px;
    line-height: 1;
    display: inline-block;
}

@media screen and (max-width: 786px) {
    .bg_000 {
        font-size: 25px;
        margin-bottom: 0;
    }

}



h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

h3{font-size:48px; margin-bottom: 0;
    margin-top: 0;}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 1rem;
    }
    h3{font-size:26px;line-height: 1;}
}




.btn_link {
    width: 225px;
    text-align: center;
    line-height: 48px;
    margin-top: 2rem;
}

.btn_link a {
    color: #000;
}


.bottom_line{
    border-bottom: 1px solid #333;
}

h4.bottom_line{
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    h4.bottom_line{
    font-size: 18px;
    }
}

/*========= 固定ボタン===============*/

#page-top_sp {
    position: fixed;
    z-index: 10000;
}

#page-top {
    position: fixed;
    z-index: 10000;
    opacity: 0;
    transform: translateY(100px);
}




.slider.top li {
    width: auto !important;
    height: calc(100vh - 80px);
    display: flex;
    background: #000;
    align-items:flex-end;
}

@media screen and (max-width: 768px) {
    .slider.top li {
        height:100vw;
    }
}



.slider.top img {
    max-width: none;
    height: 120px;
}

@media screen and (max-width: 768px) {
    .slider.top img {
        height: 62px;
        margin-top:0;
        width: auto;
    }
}


.slider .slick-slide {
    margin: 0;
}

.slick-slider {
    margin-bottom: 0;
}



/** profile
-------------------------------------------**/
.profile ul.box__area{
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.profile ul.box__area li{
    width: 32%;
    min-height: 60px;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 1rem;
      display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
    .profile ul.box__area{
        align-items: flex-start !important;
    }
    .profile ul.box__area li{
        width: 49%;
        align-self: stretch;
    }
}

.co_profile{
    width: 100%;
    max-width: 480px;
    display: inline-flex;
    flex-wrap: wrap;
    margin:  4rem auto 3rem;
    padding:2rem 1rem 1rem;
    border: 1px solid;
}

.co_profile dt{
    text-align: right;
    width: 20%;
    padding-right: 5%;
    padding-bottom: 1rem;
}

.co_profile dd{
    text-align: left;
    width: 75%;
    margin-left: 0;
}

/** library
 -----------------------------------------**/
.library .box__area {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 0;
    border-top:1px solid #333; 
}




.last_content{
    border-bottom:1px solid #333; 
}

.title{
    background-color:#333333;
    color: #FFF;
    padding: 1rem 1rem .5rem;
}

.title h4{
    font-size: 38px;
    line-height: 1;
    margin: auto;
}
.title h4 span{font-size: 24px;}

@media screen and (max-width: 768px) {
    .title h4{
        font-size: 22px;
    }
    .title h4 span{font-size: 18px;
    display: block;padding-top: 4px;}
}


.title p{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.overview{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.overview .story{
    font-size: 16px;
    font-weight: 400;
}

.text__contents{
    width: 74%;
}
.thumbnail{
    width: 24%;
}

@media screen and (max-width: 768px) {

    .library .thumbnail,.library .text__contents{
        width: 100%;
    }
}


.service .box__area {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 0;
}

@media screen and (max-width: 768px) {
    .service .box__area {
        flex-direction: column-reverse;
    }
    .service .thumbnail,.service .text__contents{
        width: 100%;
    }
}

.service .box__area h4{
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.about .thumbnail,.about .text__contents{
        width: 100%;
    }
}

/** Action
-------------------------------------------**/


/* hover effect footer*/
.btn03 {
    position: relative;
    display: block;
    padding: 0 30px;
    color: #FFF;
    background-color: #000;
    border: none;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    width: 240px;
    margin: 2rem auto;
}


.btn03:hover {
    color: #ccc;
    border-color: transparent;
    transition-delay: .6s;
}
.btn04 {
    position: relative;
    display: block;
    padding: 0 10px;
    color: #FFF;
    border: none;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    margin:auto;
}


.btn04:hover {
    color: #000;
    border-color: transparent;
    transition-delay: .6s;
}


.btn04 span {
    display: block;
    z-index: 2;
}





.box__area_line {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
}

@media screen and (max-width: 768px) {
    .box__area_line {
        flex-wrap: wrap;
        background-color: #000;
        color: #FFF !important;
        justify-content: center;
    }
}





/* fadeUp */

.fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUp.late {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUp.late_2 {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@-webkit-keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.delay-time02 {
    animation-delay: 0.2s;
}
.delay-time03 {
    animation-delay: 0.3s;
}

.delay-time04 {
    animation-delay: 0.4s;
}

.delay-time05 {
    animation-delay: 0.5s;
}
.delay-time06 {
    animation-delay: 0.6s;
}

.delay-time08 {
    animation-delay: 0.8s;
}



.fadeUpTrigger {
    opacity: 0;
}




/** footer
------------------------------------------**/

footer {
    background: #00a1e9;
    color: #FFF;
    position: relative;
    padding-bottom: 50px;
}

footer a {
    color: #FFF;
}

.logo {
    font-size: 0.8em;
    margin-bottom: 2px;
}

.footers {
    padding-top: 56px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}

.footer_area {
    max-width: 1100px;
    margin: auto;
}

@media screen and (max-width:768px) {

    .footer_area > * {
        box-sizing: border-box;
    }

    .footer_area .content {
        width: 100%;
        padding: 8.3%;
    }
}


.footer_right,
.footer_left {
    width: 50%;
}

.footer_right {
    max-width: 400px;
}

.footer_left {
    max-width: 550px;
    text-align: right;
}

@media screen and (max-width: 768px) {

    .footer_right,
    .footer_left {
        width: 100%;
        max-width: none;
    }
    .footer_left {
        text-align: center;
    }
    .footer_left img{
        width: 50%;
        height: auto;
        margin: auto;
    }

}

.line {
    border: 1px solid #FFF;
    width: 100%;
    text-align: center;
    line-height: 123px;
    font-size: 42px;
    max-width: 490px;
}

@media screen and (max-width: 768px) {
    .line {
        width: auto;
        display: block;
        font-size: 25px;
        line-height: 96px;
        margin: 2rem 0;

    }
}

.btn_link_a a {
    color: #FFF;
}



.footers p {
    line-height: 1.3;
    margin-bottom: .4rem
}


.footer__menu {
    padding: 0 0 16px 16px;
    margin: 0;
}

.footer__menu li {
    font-size: 20px;
    margin-right: 2rem;
    height: 40px;
}

@media screen and (max-width: 768px) {

    .footer__menu li {
        margin-right: 0;
        margin: 1rem 0;
        margin-left: 0;
        font-size: 20px;
        height: 32px;
    }

}

.footer__menu a {
    color: #FFF;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .logo {
        margin-top: 24px;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }

    .footer__menu {
        width: 100%;
        flex-direction: column;
        font-size: 1.2em;
    }
}

.footer__menu dt {
    font-size: 1em;
}

.footer__menu dd {
    font-size: .8em;
    margin-bottom: 0;
}

.botton_banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.botton_banner img {
    height: 60px;
    width: auto;
    margin: 0 16px;
}

@media screen and (max-width: 768px) {
    .botton_banner img {
        margin-bottom: 16px;
    }
}

.footer__bottom {
    padding-top: 16px;
    text-align: right;
    border-top: 1px solid #FFF;
    display: flex;
    justify-content: flex-end;
}

.ft__navigation {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    ;
    margin-bottom: 1.5rem;
    align-content: flex-start;
}

.ft__navigation li {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 0 3rem;
    margin-right: 3rem;
    line-height: 1;
    align-self: center;
}

@media screen and (max-width: 856px) {
    .ft__navigation {
        margin-bottom: 3rem;
    }

    .ft__navigation li {
        border: none;
        padding: 3rem;
        margin-right: 0;
        font-size: 1.2em;
    }
}

.ft__navigation li.icon_img {
    margin-right: 0;
    align-self: center;
    border: none;
    padding: 0;
}

.copy {
    font-size: .7em;
}

@media screen and (max-width: 768px) {
    .footer__bottom {
        display: flex;
        flex-direction: column;
    }

    .copy {
        width: 100%;
        font-size: .6em;
    }
}

.ft__navigation img {
    margin: 0 8px;
}

@media screen and (max-width: 856px) {
    .ft__navigation {
        border-top: 1px solid #fff;
        justify-content: flex-end;
        flex-direction: column;
    }

    .footer_right {
        width: 100%;
    }

    .copy.text__right {
        position: relative;
        bottom: auto;
        width: 100%;
        margin-right: 0;
        margin-top: 2rem;
        text-align: center !important;
    }
}

.top_link {
    position: absolute;
    bottom: 0;
    right: calc(50% - 54px);
    background: #000;
    padding: 8px 16px;
}

.top_link a {
    color: #FFF;
}


/* scroll line
------------------------------------------------*/
@media screen and (max-width: 768px) {
.scrolldown-wrap{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    background: #FFF;
    width: 100%;
    display: block;
}
}
.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 150px;
    height: 50px;
}

.scrolldown1 span {
    position: absolute;
    left: -16px;
    top: -20px;
    color: #fff;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    width: 50px;
}


.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}


@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}



/** Utility
***************************************************************/
.u-fs-2em {
    font-size: 2em;
}

.u-fs-1_9em {
    font-size: 1.9em;
}

.u-fs-1_8em {
    font-size: 1.8em;
}

.u-fs-1_7em {
    font-size: 1.7em;
}

.u-fs-1_6em {
    font-size: 1.6em;
}

.u-fs-1_5em {
    font-size: 1.5em;
}

.u-fs-1_4em {
    font-size: 1.4em;
}

.u-fs-1_3em {
    font-size: 1.3em;
}

.u-fs-1_2em {
    font-size: 1.2em;
}

.u-fs-1_1em {
    font-size: 1.1em;
}

.u-fs-1em {
    font-size: 1em;
}

.u-fs-09em {
    font-size: .9em;
}

.u-fs-08em {
    font-size: .8em;
}

.u-fs-07em {
    font-size: .7em;
}

.u-fs-06em {
    font-size: .6em;
}

.u-fs-05em {
    font-size: .5em;
}

.u-lh--2 {
    line-height: 2;
}

.u-mt-80 {
    margin-top: 80px;
}

.u-mt-63 {
    margin-top: 63px;
}

.u-mt-56 {
    margin-top: 56px;
}

.u-mt-48 {
    margin-top: 48px;
}

.u-mt-40 {
    margin-top: 40px;
}

.u-mt-24 {
    margin-top: 24px;
}

.u-mt-20 {
    margin-top: 20px;
}

.u-mt-24 {
    margin-top: 24px;
}

.u-mr-8 {
    margin-right: 8px;
}

.u-mr-16 {
    margin-right: 16px;
}

.u-mt-16 {
    margin-top: 16px;
}

.u-mt-8 {
    margin-top: 8px;
}

.u-mt-0 {
    margin-top: 0;
}

.u-mb-16 {
    margin-bottom: 16px;
}

.u-mb-32 {
    margin-bottom: 32px;
}

.u-mb-64 {
    margin-bottom: 64px;
}

.u-mb-80 {
    margin-bottom: 80px;
}

.u-mb-0 {
    margin-bottom: 0;
}

.u-pb-0 {
    padding-bottom: 0;
}

.u-pt-0 {
    padding-top: 0;
}

.u-pt-40 {
    padding-top: 40px;
}

.u-min-h-200 {
    min-height: 200px;
}

.u-over__hidden {
    overflow: hidden;
}

.text__center {
    text-align: center !important;
}

.text__left {
    text-align: left !important;
}

.text__right {
    text-align: right !important;
    line-height: 1;
}

.dash {
    letter-spacing: -2px;
    margin-right: 4px;
}

.bold {
    font-weight: 700;
}

.chu {
    font-size: .6em;
}

.u-c-red {
    color: #d7003a;
}

.u-c-blue {
    color: #0071bc !important;
}

.u-c-fff {
    color: #fff;
}

.u-line {
    border-bottom: 1px solid #0071bc;
    display: inline-block;
}

.u-flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.u-flex img {
    height: auto;
    max-width: 240px;
    padding: 1px;
}


/* media Query
========================================================= */
@media screen and (max-width: 768px) {
    .u-pconly {
        display: none !important;
    }
}

@media screen and (min-width:769px) {
    .u-sponly {
        display: none !important;
    }

}