@charset "UTF-8";

:root {
    --blue: #0044cc;
}

body {
    height: 100vh;
    position: relative;
    background: #efefef;
}

.intro {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.intro p.text_split {
    font-size: 6.6vw;
    font-weight: bold;
    word-break: keep-all;
    line-height: 1.3;
    margin-left: .7em;
    transform: scale(.94, 1);
    opacity: 0;
}

.intro p.text_split span {
    opacity: 0;
}

body.loaded .intro {
    opacity: 0;
    pointer-events: none;
    transition: all .8s;
}

@media screen and (max-width: 991px) {
    .intro p.text_split {
        font-size: 7.6vw;
        line-height: 1.5;
    }
}

/* frame */
.conts-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;


    overflow: hidden;
}
@media screen and (max-width: 584px) {
    .conts-wrapper {
        overflow: auto;
    }
}
body.ready .conts-wrapper {
    opacity: 1;
    transition: all 2s .8s;
}

.conts-wrapper .column {
    position: absolute;
    top: 2vw;
    right: 0;
    bottom: 2vw;
    left: 0;
    margin-bottom: 60px;
}

.conts-wrapper .column > li {
    display: inline-block;
    vertical-align: top;
    height: 110%;
    padding: 0 2vw;
}

.conts-wrapper .column > li.column-1 {
    width: 13.7681159%;
    border-right: rgba(0, 0, 0, .6) 1px solid;
}

.conts-wrapper .column > li.column-2 {
    width: 59.4202899%;
    border-right: rgba(0, 0, 0, .6) 1px solid;
}

.conts-wrapper .column > li.column-3 {
    width: 26.8115942%;
}

.conts-wrapper .column > li section {
    border-bottom: rgba(0, 0, 0, .6) 1px solid;
    position: relative;
}

.conts-wrapper .column > li.column-1 section:last-of-type,
.conts-wrapper .column > li.column-2 .sec-wrapper section:last-of-type,
.conts-wrapper .column > li.column-3 section:last-of-type {
    border-bottom: none;
}
.conts-wrapper .column > li section:first-of-type {
    height: 21.6216216%;

    overflow: auto;
}
.conts-wrapper .column > li section:first-of-type .sec-news0{

}

.conts-wrapper .column > li.column-1 section:first-of-type + * {
    height: 78.3783784%;
    padding-top: 2vw;
}

.conts-wrapper .column > li.column-3 section:first-of-type + * {
    height: 58.1081081%;
    padding-top: 2vw;
}

.conts-wrapper .column > li.column-3 section:first-of-type + * + * {
    height: 20.2702703%;
    padding-top: 2vw;
}

.conts-wrapper .column > li.column-2 .sec-wrapper {
    height: 78.3783784%;
    padding-top: 2vw;
}

.conts-wrapper .column > li.column-2 .sec-wrapper > div {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.conts-wrapper .column > li.column-2 .sec-wrapper .left {
    width: 40.7317073%;
    padding-right: 2vw;
    border-right: rgba(0, 0, 0, .6) 1px solid;
}

.conts-wrapper .column > li.column-2 .sec-wrapper .right {
    width: 59.2682927%;
    padding-left: 2vw;
}

.conts-wrapper .column > li.column-2 .sec-wrapper > div section:first-of-type {
    height: 73.18%;
}

.conts-wrapper .column > li.column-2 .sec-wrapper > div section:first-of-type + * {
    height: 26.82%;
    padding-top: 2vw;
}

/* contents */
.conts-wrapper .column > li section h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 100%;
}

.conts-wrapper .column > li section nav ul li + li {
    margin-top: 2vh;
}

.conts-wrapper .column > li section nav ul li a {
    font-size: 1.3vw;
    font-weight: 600;
    color: rgba(0, 0, 0, .86);
    letter-spacing: .05em;
}

.conts-wrapper .column > li section nav ul li a:hover {
    color: rgba(0, 0, 0, .5);
}

.conts-wrapper .column > li section nav ul li.current a {
    color: #5ab6c1;
}

.conts-wrapper .column > li section nav ul li.current a::after {
    content: '←';
    display: inline-block;
    margin-left: 10px;
}

.conts-wrapper .column > li section .logo-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 100%;
}

.conts-wrapper .column > li section h2 {
    font-size: 2.4vw;
    font-weight: bold;
    margin-bottom: 2.6762vh;
    line-height: .74;
}

.conts-wrapper .column > li section h2_2 {
    font-size: 2.4vw;
    font-weight: bold;
    margin-bottom: 2.6762vh;
    line-height: .74;
}

.conts-wrapper .column > li section p {
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 2.6762vh;
}

.conts-wrapper .column > li section p_2 {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 2.6762vh;
}

.conts-wrapper .column > li section > a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #5ab6c1;
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: .05em;
}

.conts-wrapper .column > li section figure + figure {
    margin-top: 2.6762vh;
}

.conts-wrapper .column > li section p .date {
    display: block;
    margin-bottom: 10px;
}

.conts-wrapper .column > li section p .p-style {
    font-size: 9px;
    line-height: 1.4;
    margin-bottom: 2.6762vh;
}

.conts-wrapper .column > li.column-2 .sec-wrapper .left section:first-of-type p {
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 1.8;
}

.conts-wrapper .column > li section .slick .slick-slide {
    margin: 0 .5vw;
}

.conts-wrapper .column > li section .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1.6;
    font-style: italic;
    opacity: .6;
    margin-bottom: -.4em;
}

.back-to-top {
    display: none;
}

@media screen and (max-width: 1366px) {
    .conts-wrapper .column > li section h2 {
        font-size: 2.2vw;
    }
}

@media (min-aspect-ratio: 5/3) {
    .conts-wrapper .column > li.column-2 .service-image {
        height: 18vh;
        overflow: hidden;
    }
}

@media screen and (max-width: 991px) {
    .conts-wrapper .column > li.column-1,
    .conts-wrapper .column > li.column-2,
    .conts-wrapper .column > li.column-3,
    .conts-wrapper .column > li.column-2 .sec-wrapper > div {
        width: 100% !important;
        border-right: none !important;
    }

    .conts-wrapper .column > li,
    .conts-wrapper .column > li section:first-of-type,
    .conts-wrapper .column > li.column-1 section:first-of-type + *,
    .conts-wrapper .column > li.column-3 section:first-of-type + *,
    .conts-wrapper .column > li.column-3 section:first-of-type + * + *,
    .conts-wrapper .column > li.column-2 .sec-wrapper,
    .conts-wrapper .column > li.column-2 .sec-wrapper > div,
    .conts-wrapper .column > li.column-2 .sec-wrapper > div section:first-of-type,
    .conts-wrapper .column > li.column-2 .sec-wrapper > div section:first-of-type + * {
        height: auto !important;
    }

    .conts-wrapper .column > li.column-1 section:first-of-type {
        height: 88vh !important;
        border-bottom: none;
    }

    .conts-wrapper .column,
    .conts-wrapper .column > li section .logo-name,
    .conts-wrapper .column > li section > a {
        position: static;
        transform: none;
    }

    .conts-wrapper .column > li.column-2 .sec-wrapper {
        padding-top: 0;
    }

    .conts-wrapper .column > li.column-2 .sec-wrapper .left {
        padding-right: 0;
    }

    .conts-wrapper .column > li.column-2 .sec-wrapper .right {
        padding-left: 0;
    }

    .conts-wrapper .column > li.column-1 section:first-of-type + *,
    .conts-wrapper .column > li.column-2 > section {
        display: none;
    }

    .conts-wrapper .column > li.column-1 section:last-of-type,
    .conts-wrapper .column > li.column-2 .sec-wrapper section:last-of-type,
    .conts-wrapper .column > li.column-3 section:last-of-type {
        border-bottom: rgba(0, 0, 0, .6) 1px solid;
    }

    .conts-wrapper .column > li section h2 {
        font-size: 21px;
    }

    .conts-wrapper .column > li section nav ul li a,
    .conts-wrapper .column > li section p,
    .conts-wrapper .column > li section > a,
    .conts-wrapper .column > li.column-2 .sec-wrapper .left section:first-of-type p {
        font-size: 16px;
    }

    .conts-wrapper .column > li.column-2 .sec-wrapper .left section:first-of-type p {
        text-align: center;
    }

    .conts-wrapper .column > li section .viewmore {
        display: block;
        text-align: right;
    }

    .conts-wrapper .column > li section {
        padding: 30px 20px !important;
    }

    .conts-wrapper .column > li section h1 {
        text-align: center;
    }

    .conts-wrapper .column > li section h1 img {
        width: 120px;
    }

    .conts-wrapper .copyright {
        display: block;
        text-align: center;
        padding: 50px 0 40px;
    }

    .back-to-top {
        display: block;
        background: rgb(95 204 213);
        text-align: center;
        width: 300px;
        margin: 20px auto 0;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        color: #333333;
    }

    .back-to-top2 {
        display: block;
        background: rgb(95 204 213);
        text-align: center;
        width: 300px;
        margin: 20px auto 0;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
    }

    body.transition .back-to-top,
    body.transition .copyright {
        opacity: 0;
    }
}

a.disabled {
    pointer-events: none;
}

/* 下層ページ */
.conts-wrapper .column.no-top > li.column-2 {
    width: calc(86.2318841% - 24px);
    position: relative;
}
.conts-wrapper .column.no-top.member > li.column-2 {
    overflow: auto;
}

.conts-wrapper .column.no-top > li.column-2 h2 {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 3vh;
}

.scrollDown {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding-top: 60px;
    z-index: 2;
    transform: translate(0, -50%);
    text-decoration: none;
}

.scrollDown span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
}

@keyframes sdb {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@media screen and (max-width: 991px) {
    .conts-wrapper .column.no-top > li.column-1 section:first-of-type {
        height: auto !important;
    }

    .conts-wrapper .column.no-top > li section h1 {
        position: static;
        transform: none;
        text-align: left;
    }

    .conts-wrapper .column.no-top > li section h1 img {
        width: 90px;
    }

    .conts-wrapper .column.no-top > li.column-2 {
        padding-top: 30px;
    }

    .conts-wrapper .column.no-top > li.column-2 h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 40px;
    }

    .conts-wrapper .column.no-top > li.column-2 .inner-wrap {
        position: static !important;
        transform: none !important;
        padding: 0 20px;
    }

    .scrollDown {
        display: inline-block;
    }
}

/* member */
.conts-wrapper .column.no-top.member > li.column-2 .inner-wrap {
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*right: 6%;*/
    /*left: 6%;*/
}
.conts-wrapper .column.no-top.member > li.column-2 .inner-wrap {
    position: relative;
}
.conts-wrapper .column.no-top.member > li.column-2 ul{
    display: flex;
    justify-content: center;
    align-items: flex-start;

    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.conts-wrapper .column.no-top.member > li.column-2 ul li{
    width: 30%;
    margin-bottom: 3vw;
    margin-right: 5%;
}
.conts-wrapper .column.no-top.member > li.column-2 ul li:nth-child(3n){
    margin-right: 0;
}
/*.conts-wrapper .column.no-top.member > li.column-2 ul li {*/
    /*display: inline-block;*/
    /*width: 30%;*/
/*}*/

/*.conts-wrapper .column.no-top.member > li.column-2 ul li + li {*/
    /*margin-left: 5%;*/
/*}*/

.conts-wrapper .column.no-top.member > li.column-2 ul li figure {
    margin-bottom: 3vh;
}

.conts-wrapper .column.no-top.member > li.column-2 ul li p.name {
    margin-bottom: 2vh;
}

.conts-wrapper .column.no-top.member > li.column-2 ul li p.name small {
    display: block;
    font-size: 1vw;
}

.conts-wrapper .column.no-top.member > li.column-2 ul li p.name strong {
    display: block;
    font-size: 1.5vw;
    margin-top: 1.5vh;
    line-height: 2.0vw;
    letter-spacing: .05em;
    font-weight: 600;
}

.conts-wrapper .column.no-top.member > li.column-2 ul li p.name + p {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .conts-wrapper .column.no-top.member > li.column-2 ul li {
        width: 100%;
    }

    .conts-wrapper .column.no-top.member > li.column-2 ul li + li {
        margin-left: 0%;
        margin-top: 40px;
    }

    .conts-wrapper .column.no-top.member > li.column-2 ul li p.name small {
        font-size: 12px;
    }

    .conts-wrapper .column.no-top.member > li.column-2 ul li p.name strong {
        font-size: 20px;
        line-height: 24px;
    }
}

/* access */
.conts-wrapper .column.no-top.access > li.column-2 .inner-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
    left: 6%;
}

.conts-wrapper .column.no-top.access > li.column-2 .inner-wrap iframe {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    filter: grayscale(.3);
}

.conts-wrapper .column.no-top.access > li.column-2 .inner-wrap .text-wrap {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 60px;
}

.conts-wrapper .column.no-top.access > li.column-2 .inner-wrap .text-wrap p {
    font-size: 1.5vw;
    line-height: 1.4;
}

.conts-wrapper .column.no-top.access > li.column-2 .inner-wrap .text-wrap p + p {
    margin-top: 1.5vh;
}

.conts-wrapper .column.no-top.access > li.column-2 .inner-wrap .text-wrap p .half-width {
    margin-left: -.5em;
}

.conts-wrapper .column.no-top.access > li.column-2 .inner-wrap .text-wrap p.train {
    border: rgba(0, 0, 0, .2) 1px solid;
    padding: 20px;
}

.conts-wrapper .column.no-top.access > li.column-2 .inner-wrap .text-wrap p.train small {
    display: block;
    margin: 10px 0 5px;
}

@media screen and (max-width: 991px) {
    .conts-wrapper .column.no-top.access > li.column-2 .inner-wrap iframe {
        width: 100%;
    }

    .conts-wrapper .column.no-top.access > li.column-2 .inner-wrap .text-wrap {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .conts-wrapper .column.no-top.access > li.column-2 .inner-wrap .text-wrap p {
        font-size: 16px;
    }
}

/* about */
.conts-wrapper .column.no-top.about > li.column-2 .inner-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
    left: 6%;
}

.conts-wrapper .column.no-top.about > li.column-2 .inner-wrap dt,
.conts-wrapper .column.no-top.about > li.column-2 .inner-wrap dd {
    font-size: 1.5vw;
}

.conts-wrapper .column.no-top.about > li.column-2 .inner-wrap dd {
    border-bottom: rgba(0, 0, 0, .2) 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .conts-wrapper .column.no-top.about > li.column-2 .inner-wrap dt,
    .conts-wrapper .column.no-top.about > li.column-2 .inner-wrap dd {
        font-size: 16px;
    }
}

/* barba transition
--------------------------------------------------*/
body .conts-wrapper .column > li.column-2,
body .conts-wrapper .column > li.column-3 {
    transition: all .4s;
}

body.transition .conts-wrapper .column > li.column-2,
body.transition .conts-wrapper .column > li.column-3 {
    opacity: 0;
    transform: translateX(5%);
}






@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('js/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('js/slick/fonts/slick.eot');
    src: url('js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/slick/fonts/slick.woff') format('woff'), url('js/slick/fonts/slick.ttf') format('truetype'), url('js/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.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;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.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 transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
