.banner__ttl .bg {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    background-color: #fff;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}



@keyframes arrow-right {
    100% {
        right: -10px;
    }
}


@keyframes arrow-left {
    100% {
        left: 10px;
    }
}


@keyframes sec-anim {
    50% {
        opacity: 0;
       
        transform: translateY(50px);
    }

    100% {
        opacity: 1;       
        transform: translateY(0);
    }
}



@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



@keyframes blockIn {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}




@keyframes blockOut {
    0% {
        
        transform: translateX(0);
    }

    100% {
       
        transform: translateX(102%);
    }
}





@keyframes kv {
    0% {
        opacity: 0;
       
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
      
        transform: translateX(0);
    }
}



@keyframes right {
    0% {
        
        transform: translateX(100%);
    }

    100% {
        
        transform: translateX(0);
    }
}



@keyframes right2 {
    0% {
        
        transform: translateX(50%);
    }

    100% {
        
        transform: translateX(0);
    }
}



@keyframes left {
    0% {
        opacity: 0;
        
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
       
        transform: translateX(0);
    }
}



@keyframes left2 {
    0% {
        opacity: 0;
        
        transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        
        transform: translateX(0);
    }
}



@keyframes kvblockIn {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}



@keyframes kvblockOut {
    0% {
        
        transform: translateY(0);
    }

    100% {
        
        transform: translateY(102%);
    }
}



@keyframes height {
    0% {
       
        transform: scaleY(0);
    }

    100% {
        
        transform: scaleY(1);
    }
}



@keyframes enttl-y {
    0% {
        
        transform: translate(-50%, 100%);
    }

    100% {
      
        transform: translate(-50%, 0%);
    }
}



@keyframes enttl-x {
    0% {
        transform: translate(-100%, -50%);
    }

    100% {
        transform: translate(0%, -50%);
    }
}



@keyframes enttl-rx {
    0% {
        transform: translate(100%, -50%);
    }

    100% {
        transform: translate(0%, -50%);
    }
}



@keyframes story-odd {
    50% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-60px);
    }
}



@keyframes story-even {
    50% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes sp-work-img {
    50% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-13.99vw);
    }
}



@keyframes photo {
    50% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%);
    }
}


@keyframes scale-zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}



@keyframes scroll-bar {
    0% {
        height: 0;
        bottom: inherit;
        top: 73px;
    }

    40% {
        height: 130px;
        bottom: inherit;
        top: 73px;
    }

    41% {
        height: 130px;
        bottom: 0;
        top: inherit;
    }

    80% {
        height: 0;
        bottom: 0;
        top: inherit;
    }

    100% {
        height: 0;
        bottom: 0;
        top: inherit;
    }
}



@keyframes loader {
    0% {
        stroke-dashoffset: 37.373;
    }

    100% {
        stroke-dashoffset: -37.373;
    }
}



@keyframes loading {
    from {
        transform: none;
    }

    to {
        transform: rotate(360deg);
    }
}



@keyframes load-stroke {
    0% {
        stroke-dasharray: 37.373 37.373;
    }

    100% {
        stroke-dasharray: 37.373 37.373;
    }
}



@keyframes load-end {
    0% {
        stroke-dashoffset: -37.373;
        stroke-dasharray: 37.373 37.373;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 100;
    }
}



@keyframes line {
    0% {
        background-position: right bottom;
        background-size: 100% 1px;
    }

    50% {
        background-position: right bottom;
        background-size: 0 1px;
    }

    51% {
        background-position: left bottom;
        background-size: 0 1px;
    }

    100% {
        background-position: left bottom;
        background-size: 100% 1px;
    }
}


@keyframes arrow {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 1;
        transform: translateX(-450%);
    }

    51% {
        opacity: 1;
        transform: translateX(0);
    }

    99% {
        transform: translateX(-450%);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@keyframes circleBg {
    0% {
        transform-origin: center;
        stroke-dasharray: 0 660;
    }

    100% {
        transform-origin: center;
        stroke-dasharray: 660 660;
    }
}


@keyframes circleCont1 {
    0% {
        transform-origin: center;
        stroke-dasharray: 0 660;
    }

    100% {
        transform-origin: center;
        stroke-dasharray: 261 660;
    }
}



@keyframes circleCont2 {
    0% {
        transform-origin: center;
        stroke-dasharray: 0 660;
    }

    100% {
        transform-origin: center;
        stroke-dasharray: 187 660;
    }
}


@keyframes circleCont3 {
    0% {
        transform-origin: center;
        stroke-dasharray: 0 660;
    }

    100% {
        transform-origin: center;
        stroke-dasharray: 98 660;
    }
}



@keyframes barChart1 {
    0% {
        width: 0;
    }

    100% {
        width: 88.9%;
    }
}



@keyframes barChart2 {
    0% {
        width: 0;
    }

    100% {
        width: 48.1%;
    }
}


@keyframes barChart3 {
    0% {
        width: 0;
    }

    100% {
        width: 37.0%;
    }
}



@keyframes barChart4 {
    0% {
        width: 0;
    }

    100% {
        width: 25.9%;
    }
}



@keyframes barChart5 {
    0% {
        width: 0;
    }

    100% {
        width: 18.5%;
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon_blank_pc {
    width: 1.25em;
}

.icon_blank_sp {
    width: 1.388671875em;
}

.icon_arrow {
    width: 1.6591796875em;
}

.icon_link_black {
    width: 2.154296875em;
}

.icon_link_white {
    width: 2.154296875em;
}

html {
    font-size: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}




body.loaded {
    opacity: 1;
}

main {
    position: relative;
}

.sec--max {
    max-width: 1920px;
    margin: 0 auto;
}

.wrap {
    margin: 0 2.8vw;
}

@media only screen and (max-width: 1023px) {
    .wrap {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pc-on {
        display: none !important;
    }
}

.sp-on {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .sp-on {
        display: block !important;
    }
}

input,
select,
button {
    appearance: none;
    padding: 0;
    border-radius: 0;
    border: 0;
    font-size: 100%;
    vertical-align: middle;
}

select {
    background-color: transparent;
    text-indent: .01px;
    text-overflow: "";
}

textarea {
    font-size: 100%;
}

em {
    font-style: normal;
}

strong {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

img[src*="_sp."] {
    display: none;
}

@media only screen and (max-width: 767px) {
    img[src*="_pc."] {
        display: none;
    }

    img[src*="_sp."] {
        display: inline;
    }
}
.kv{    

}

#wrap_top {    
    overflow: hidden;
    
}

@media only screen and (max-width: 1023px) {
    #wrap_top {
        min-width: 100%;
        margin-top: 50px;
    }
}

#wrap_top.fixed::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, .5);
    z-index: 80;
}

a {
    text-decoration: none;
    color: #1e1e1e;
}

a:hover {
    text-decoration: none;
}

section .inner {
    padding: 60px 0 30px 0;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    section .inner {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    section .inner {
        width: 100%;
        padding: 29px 0 24px 0;
    }
}

.sec-anim {
    opacity: 0;
}

.sec-anim.view {
    animation: sec-anim 1s 0s ease forwards;
}

.sec-anim--2.view {
    animation: sec-anim 1s 0.25s ease forwards;
}

.sec-anim--3.view {
    animation: sec-anim 1s 0.5s ease forwards;
}



*,
*::before,
*::after {
    box-sizing: border-box;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}

img {
    max-width: 100%;
}

@media only screen and (min-width: 769px) {
    br.sp_only {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    br.pc_only {
        display: none;
    }
}

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

@media screen and (max-width: 1200px) {
    .contents-width {
        margin: 0 auto;
        padding: 0 4%;
    }
}

.appear,
.appears {
    position: relative;
    z-index: 1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 90px;
    padding: 0;
    z-index: 100;
}

@media only screen and (max-width: 1023px) {
    .header {
        height: 50px;
    }
}

.header__logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__logo div {
    height: 60px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #f5f5f5;
}

@media only screen and (max-width: 1023px) {
    .header__logo div {
        height: 50px;
        padding: 0 15px;
        border-right: none;
    }
}

.header__logo div:last-child {
    border: none;
}

@media only screen and (max-width: 1023px) {
    .header__logo div:last-child {
        padding-left: 0;
    }
}

.header__logo img {
    display: block;
}

.header__logo .logo {
    width: 136px;
}

@media only screen and (max-width: 1023px) {
    .header__logo .logo {
        width: 80px;
    }
}

.header__logo .text {
    width: 210px;
}

@media only screen and (max-width: 1023px) {
    .header__logo .text {
        width: 120px;
    }
}

@media only screen and (max-width: 374px) {
    .header__logo .text {
        width: 100px;
    }
}

.header__inner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1023px) {
    .header__links {
        display: none;
    }
}

.header__links a {
    display: block;
    width: 140px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1e1e1e;
    background-color: #f5f5f5;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 1024px) {
    .header__links a:hover {
        background-color: #e7e7e7;
    }
}

.header__links div:nth-child(2) a {
    color: #fff;
    background-color: #72c9f3;
}

@media only screen and (min-width: 1024px) {
    .header__links div:nth-child(2) a:hover {
        background-color: #7ed0f7;
    }
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 60px;
    border-right: 1px solid #f5f5f5;
}

@media only screen and (min-width: 1024px) {
    .header__search:hover .icon {
        color: #3c3c3c;
    }

    .header__search:hover .circle {
        stroke: #3c3c3c;
        animation: loader 0.5s forwards cubic-bezier(0.4, 0, 0.3, 1), load-stroke 0.5s forwards, load-end 0s 0.5s forwards;
    }

    .header__search:hover .rect {
        fill: #3c3c3c;
    }
}

@media only screen and (max-width: 1023px) {
    .header__search {
        width: 50px;
        height: 50px;
        border-right: none;
        border-left: 1px solid #f5f5f5;
    }
}

.header__search .icon {
    position: relative;
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 1023px) {
    .header__search .icon {
        width: 16px;
        height: 16px;
    }
}

.header__search .circle {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
    stroke: #1e1e1e;
    stroke-width: 1.8;
    transition: stroke .3s;
}

@media only screen and (max-width: 1023px) {
    .header__search .circle {
        width: 13px;
        height: 13px;
    }
}

.header__search .rect {
    position: absolute;
    top: 0;
    left: 0;
    fill: #1e1e1e;
    transition: fill .3s;
}

@media only screen and (max-width: 1023px) {
    .header__search .rect {
        width: 16px;
        height: 16px;
    }
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 60px;
}

@media only screen and (min-width: 1024px) {
    .header__menu:hover {
        cursor: pointer;
    }

    .header__menu:hover .header__menu__inner span {
        background: #3c3c3c;
    }

    .header__menu:hover .header__menu__inner span:last-child {
        width: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .header__menu {
        width: 50px;
        height: 50px;
        background-color: #72c9f3;
    }
}

.header__menu__inner {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1023px) {
    .header__menu__inner {
        width: 18px;
    }
}

.header__menu__inner span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 2.5px 0;
    background: #1e272f;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header__menu__inner span:nth-child(1) {
    opacity: 0;
    animation: fadein .4s forwards;
}

.header__menu__inner span:nth-child(2) {
    opacity: 0;
    animation: fadein .4s forwards;
}

.header__menu__inner span:last-child {
    width: 15px;
}

@media only screen and (max-width: 1023px) {
    .header__menu__inner span {
        width: 18px;
        height: 1.5px;
        margin: 1.75px 0;
        background-color: #fff;
    }

    .header__menu__inner span:last-child {
        width: 12.5px;
    }
}

.header__menu.add_plus {
    transition: all .4s;
}

.header__menu.add_plus .header__menu__inner {
    display: block;
    width: 24px;
    height: 24px;
    transform-origin: center;
}

.header__menu.add_plus .header__menu__inner span {
    width: 100%;
    height: 1.5px;
    margin: 0;
    background-color: #1e272f;
    transform: rotate(-45deg) translate(-11.5px, 15.5px);
    transform-origin: 0 0;
}

.header__menu.add_plus .header__menu__inner span:first-child {
    transform: rotate(45deg) translate(5.5px, 0px);
    transform-origin: 0 0;
}

.header__menu.add_plus .header__menu__inner span:last-child {
    opacity: 0;
}

@media only screen and (max-width: 1023px) {
    .header__menu.add_plus {
        background-color: #f5f5f5;
    }

    .header__menu.add_plus .header__menu__inner {
        display: block;
        width: 18px;
        height: 18px;
        transform-origin: center;
    }

    .header__menu.add_plus .header__menu__inner span {
        width: 100%;
        height: 1.5px;
        margin: 0;
        background-color: #1e272f;
        transform: rotate(-45deg) translate(-8px, 11px);
        transform-origin: 0 0;
    }

    .header__menu.add_plus .header__menu__inner span:first-child {
        transform: rotate(45deg) translate(4px, 0px);
        transform-origin: 0 0;
    }

    .header__menu.add_plus .header__menu__inner span:last-child {
        opacity: 0;
    }
}

.header__navi {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 90;
    pointer-events: none;
    border-top: solid 1px #f5f5f5;
    height: calc(100vh - 90px);
    transform: scale3d(0.95, 0.95, 1);
    opacity: 0;
    transition: all .5s;
    overflow-y: scroll;
}

@media only screen and (max-width: 1023px) {
    .header__navi {
        top: 50px;
        border-top: none;
        height: calc(100vh - 50px);
    }
}

.header__navi.active {
    pointer-events: all;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.header__navi.active .navi .links {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 1024px) {
    .header__navi .header__links {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .header__navi .header__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 4vw;
        background-color: #f5f5f5;
    }

    .header__navi .header__links>div {
        width: 50%;
    }

    .header__navi .header__links>div:first-child a {
        background-color: #fff;
    }

    .header__navi .header__links a {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
}

.header__navi .navi.inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: navnum 0;
}

@media only screen and (max-width: 1439px) {
    .header__navi .navi.inner {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi.inner {
        display: block;
        padding: 30px 0;
    }
}

.header__navi .navi .links {
    width: 33.33%;
    padding: 0 4.1vw;
    border-right: solid 1px #f5f5f5;
    opacity: 0;
    transform: translate3d(20%, 0, 0);
    transition: opacity 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63);
    transition: transform 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63), opacity 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63);
    transition: transform 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63), opacity 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63);
    transition-delay: 0.4s;
}

.header__navi .navi .links:nth-child(2) {
    transition-delay: 0.5s;
}

.header__navi .navi .links:nth-child(3) {
    transition-delay: 0.6s;
}

.header__navi .navi .links:last-child {
    border-right: none;
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links {
        width: 100%;
        padding: 0 8vw;
        margin-bottom: 30px;
        border-right: none;
    }

    .header__navi .navi .links:last-child {
        margin-bottom: 0;
    }
}

.header__navi .navi .links:nth-child(1) .links__ttl {
    background-color: #72c9f3;
    background-image: url(../img/common/header_nav01.png);
}

.header__navi .navi .links:nth-child(1) .links__ttl__inner::before {
    counter-increment: navnum 1;
    content: counter(navnum, decimal-leading-zero);
    line-height: 1;
    font-size: 24px;
    font-family: 'Libre Caslon Display', serif;
    padding: 5px;
    border-top: solid 1px #1e1e1e;
    border-bottom: solid 1px #1e1e1e;
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links:nth-child(1) .links__ttl__inner::before {
        padding: 2px 0;
        font-size: 15px;
    }
}

.header__navi .navi .links:nth-child(2) .links__ttl {
    background-color: #bdb07b;
    background-image: url(../img/common/header_nav02.png);
}

.header__navi .navi .links:nth-child(2) .links__ttl__inner::before {
    counter-increment: navnum 1;
    content: counter(navnum, decimal-leading-zero);
    line-height: 1;
    font-size: 24px;
    font-family: 'Libre Caslon Display', serif;
    padding: 5px;
    border-top: solid 1px #1e1e1e;
    border-bottom: solid 1px #1e1e1e;
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links:nth-child(2) .links__ttl__inner::before {
        padding: 2px 0;
        font-size: 15px;
    }
}

.header__navi .navi .links:nth-child(3) .links__ttl {
    background-color: #6aa0db;
    background-image: url(../img/common/header_nav03.png);
}

.header__navi .navi .links:nth-child(3) .links__ttl__inner::before {
    counter-increment: navnum 1;
    content: counter(navnum, decimal-leading-zero);
    line-height: 1;
    font-size: 24px;
    font-family: 'Libre Caslon Display', serif;
    padding: 5px;
    border-top: solid 1px #1e1e1e;
    border-bottom: solid 1px #1e1e1e;
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links:nth-child(3) .links__ttl__inner::before {
        padding: 2px 0;
        font-size: 15px;
    }
}

.header__navi .navi .links:nth-child(1) .links__ttl__inner img {
    width: 237px;
    height: 26px;
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links:nth-child(1) .links__ttl__inner img {
        width: 194.34px;
        height: 20px;
    }
}

.header__navi .navi .links:nth-child(2) .links__ttl__inner img {
    width: 198px;
    height: 26px;
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links:nth-child(2) .links__ttl__inner img {
        width: 162.36px;
        height: 20px;
    }
}

.header__navi .navi .links:nth-child(3) .links__ttl__inner img {
    width: 235px;
    height: 26px;
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links:nth-child(3) .links__ttl__inner img {
        width: 192.7px;
        height: 20px;
    }
}

.header__navi .navi .links__ttl {
    position: relative;
    margin-bottom: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0.02em;
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 1439px) {
    .header__navi .navi .links__ttl {
        margin-bottom: 30px;
        font-size: 32px;
    }
}

@media only screen and (min-width: 1024px) {
    .header__navi .navi .links__ttl span {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links__ttl {
        margin-bottom: 0;
        font-size: 32px;
        height: 140px;
    }

    .header__navi .navi .links__ttl span {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 40px;
        height: 40px;
        background-color: #fff;
    }

    .header__navi .navi .links__ttl span::before {
        content: "";
        position: absolute;
        right: 9px;
        bottom: 0;
        display: block;
        width: 1px;
        height: 18px;
        background-color: #1e1e1e;
    }

    .header__navi .navi .links__ttl span::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 9px;
        display: block;
        width: 18px;
        height: 1px;
        background-color: #1e1e1e;
    }

    .header__navi .navi .links__ttl.add_plus span::before {
        display: none;
    }
}

.header__navi .navi .links__ttl__inner {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.header__navi .navi .links__ttl__inner div {
    margin: 22px 0 18px;
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links__ttl__inner div {
        margin: 5px 0 7px;
    }
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links__list {
        display: none;
        padding-bottom: 5px;
        margin-top: 35px;
    }
}

.header__navi .navi .links__list li {
    margin-bottom: 15px;
}

.header__navi .navi .links__list li.block {
    margin: 50px 0;
    padding-left: 0;
}

@media only screen and (max-width: 1439px) {
    .header__navi .navi .links__list li.block {
        margin: 30px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links__list li.block {
        margin: 30px 0 20px;
    }
}

.header__navi .navi .links__list li.block::before {
    display: none;
}

.header__navi .navi .links__list li.block dt {
    margin-bottom: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 1439px) {
    .header__navi .navi .links__list li.block dt {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links__list li.block dt {
        margin-bottom: 18px;
        font-size: 21px;
    }
}

.header__navi .navi .links__list li.block .num {
    counter-reset: footerblock 0;
}

.header__navi .navi .links__list li.block .num li a span::before {
    font-size: 14px;
    counter-increment: footerblock 1;
    content: counter(footerblock, decimal-leading-zero) ". ";
}

.header__navi .navi .links__list a {
    display: block;
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 30px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links__list a {
        padding-left: 34px;
    }
}

.header__navi .navi .links__list a::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    background: url(../img/common/underline_black.png) no-repeat left bottom;
    background-size: 100% 1px;
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links__list a::before {
        width: 15px;
        top: 11px;
    }
}

@media only screen and (min-width: 1024px) {
    .header__navi .navi .links__list a:hover {
        color: #a0a0a0;
    }

    .header__navi .navi .links__list a:hover::before {
        -webkit-animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
}

@media only screen and (max-width: 1023px) {
    .header__navi .navi .links__list a {
        font-size: 13px;
    }
}

.header__navi .recruit {
    height: 140px;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 1023px) {
    .header__navi .recruit {
        height: auto;
    }
}

.header__navi .recruit .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0;
}

@media only screen and (max-width: 1023px) {
    .header__navi .recruit .links {
        display: block;
        padding: 30px 8vw;
    }
}

.header__navi .recruit .links__ttl {
    margin-right: 45px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 1439px) {
    .header__navi .recruit .links__ttl {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1023px) {
    .header__navi .recruit .links__ttl {
        margin: 0 0 25px;
        text-align: center;
        font-size: 17px;
    }
}

.header__navi .recruit .links__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1023px) {
    .header__navi .recruit .links__list ul {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .header__navi .recruit .links__list ul li {
        position: relative;
        width: 100%;
    }

    .header__navi .recruit .links__list ul li::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 87%;
        height: 1px;
        background-color: #f5f5f5;
        content: "";
    }

    .header__navi .recruit .links__list ul li:last-child::after {
        display: none;
    }
}

.header__navi .recruit .links__list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 190px;
    height: 60px;
    background-color: #fff;
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-right: 1px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 1023px) {
    .header__navi .recruit .links__list ul li a {
        width: 100%;
        font-size: 13px;
    }
}

.header__navi .recruit .links__list ul li a[target="_blank"]::after {
    content: "";
    display: block;
    width: 10px;
    height: 1em;
    margin-left: 8px;
    background-image: url(../img/common/icon_blank_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media only screen and (max-width: 1023px) {
    .header__navi .recruit .links__list ul li a[target="_blank"]::after {
        width: 12.5px;
        height: 9px;
        background-image: url(../img/common/icon_blank_sp.svg);
    }
}

@media only screen and (min-width: 1024px) {
    .header__navi .recruit .links__list ul li a:hover {
        color: #a0a0a0;
    }
}

.header__navi .recruit .links__list ul li:last-child a {
    margin-right: 0;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.footer {
    padding-top: 72px;
}

@media only screen and (max-width: 1023px) {
    .footer {
        padding-top: 42px;
    }
}

.footer .inner {
    max-width: 76.47%;
    min-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
}

@media only screen and (max-width: 1023px) {
    .footer .inner {
        max-width: inherit;
        min-width: inherit;
        padding: 0 8vw;
    }
}

.footer__recruit {
    background-color: #f5f5f5;
}

.footer__recruit .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 152px;
    margin-bottom: 8px;
    background-color: #72c9f3;
    color: #fff;
    font-size: 36px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    -webkit-transform: translateY(-72px);
    transform: translateY(-72px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 1024px) {
    .footer__recruit .btn:hover {
        background-color: #7ed0f7;
    }

    .footer__recruit .btn:hover::before {
        height: 60px;
        top: -60px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__recruit .btn {
        font-size: 26px;
        height: 86px;
        margin-bottom: 0;
        -webkit-transform: translateY(-42px);
        transform: translateY(-42px);
    }
}

.footer__recruit .btn::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #72c9f3;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 1023px) {
    .footer__recruit .btn::before {
        height: 20px;
        top: -20px;
    }
}

.footer__recruit .btn::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 1023px) {
    .footer__recruit .btn::after {
        height: 12px;
    }
}

.footer__recruit .links__ttl {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .footer__recruit .links__ttl {
        font-size: 17px;
        margin-bottom: 28px;
    }
}

.footer__recruit .links__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .footer__recruit .links__list ul {
        display: block;
        padding-bottom: 30px;
    }
}

.footer__recruit .links__list ul li {
    width: calc(25% - 0.75px);
    background-color: #fff;
}

@media only screen and (max-width: 1023px) {
    .footer__recruit .links__list ul li {
        width: 100%;
        position: relative;
    }

    .footer__recruit .links__list ul li::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 87%;
        height: 1px;
        background-color: #f5f5f5;
        content: "";
    }

    .footer__recruit .links__list ul li:last-child::after {
        display: none;
    }
}

.footer__recruit .links__list ul li a {
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #1e1e1e;
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer__recruit .links__list ul li a[target="_blank"]::after {
    content: "";
    display: block;
    width: 10px;
    height: 1em;
    margin-left: 8px;
    background-image: url(../img/common/icon_blank_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media only screen and (max-width: 1023px) {
    .footer__recruit .links__list ul li a[target="_blank"]::after {
        width: 12.5px;
        height: 9px;
        background-image: url(../img/common/icon_blank_sp.svg);
    }
}

@media only screen and (min-width: 1024px) {
    .footer__recruit .links__list ul li a:hover {
        color: #a0a0a0;
    }
}

.footer__recruit .bnr_now {
    display: block;
    padding: 0 0 80px;
}

.footer__recruit .bnr_now:hover {
    opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 374px) {
    .footer__recruit .bnr_now {
        padding: 0 0 40px;
    }
}

.footer__recruit .bnr_now img {
    width: 100%;
}

.footer__navi {
    padding: 100px 0;
}

@media only screen and (max-width: 1023px) {
    .footer__navi {
        padding: 50px 0;
    }
}

.footer__navi .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: footernum 0;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .inner {
        display: block;
    }
}

.footer__navi .links {
    width: 27.7%;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links {
        width: 100%;
        margin-bottom: 35px;
    }

    .footer__navi .links:last-child {
        margin-bottom: 0;
    }
}

.footer__navi .links:nth-child(1) .links__ttl {
    border-top: solid 4px #72c9f3;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links:nth-child(1) .links__ttl {
        border-top: solid 3px #72c9f3;
    }
}

.footer__navi .links:nth-child(1) .links__ttl::before {
    font-family: 'Libre Caslon Display', serif;
    font-size: 20px;
    counter-increment: footernum 1;
    content: counter(footernum, decimal-leading-zero);
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links:nth-child(1) .links__ttl::before {
        margin-right: 20px;
    }
}

.footer__navi .links:nth-child(2) .links__ttl {
    border-top: solid 4px #bdb07b;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links:nth-child(2) .links__ttl {
        border-top: solid 3px #bdb07b;
    }
}

.footer__navi .links:nth-child(2) .links__ttl::before {
    font-family: 'Libre Caslon Display', serif;
    font-size: 20px;
    counter-increment: footernum 1;
    content: counter(footernum, decimal-leading-zero);
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links:nth-child(2) .links__ttl::before {
        margin-right: 20px;
    }
}

.footer__navi .links:nth-child(3) .links__ttl {
    border-top: solid 4px #6aa0db;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links:nth-child(3) .links__ttl {
        border-top: solid 3px #6aa0db;
    }
}

.footer__navi .links:nth-child(3) .links__ttl::before {
    font-family: 'Libre Caslon Display', serif;
    font-size: 20px;
    counter-increment: footernum 1;
    content: counter(footernum, decimal-leading-zero);
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links:nth-child(3) .links__ttl::before {
        margin-right: 20px;
    }
}

.footer__navi .links__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
    padding: 24px 0;
    border-bottom: solid 1px #f5f5f5;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.02em;
}

@media only screen and (min-width: 1024px) {
    .footer__navi .links__ttl span {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links__ttl {
        margin-bottom: 0;
        padding: 30px 0;
        font-size: 27px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 1;
        position: relative;
    }

    .footer__navi .links__ttl span {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 18px;
        height: 18px;
    }

    .footer__navi .links__ttl span::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        width: 1px;
        height: 18px;
        background-color: #1e1e1e;
    }

    .footer__navi .links__ttl span::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 18px;
        height: 1px;
        background-color: #1e1e1e;
    }

    .footer__navi .links__ttl.add_plus span::before {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links__list {
        display: none;
        padding-bottom: 5px;
        margin-top: 35px;
    }
}

.footer__navi .links__list li {
    margin-bottom: 15px;
}

.footer__navi .links__list li.block {
    margin: 50px 0;
    padding-left: 0;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links__list li.block {
        margin: 30px 0 20px;
    }
}

.footer__navi .links__list li.block::before,
.footer__navi .links__list li.block::after {
    display: none;
}

.footer__navi .links__list li.block dt {
    margin-bottom: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links__list li.block dt {
        margin-bottom: 18px;
        font-size: 21px;
    }
}

.footer__navi .links__list li.block .num {
    counter-reset: footerblock 0;
}

.footer__navi .links__list li.block .num li a span::before {
    font-size: 14px;
    counter-increment: footerblock 1;
    content: counter(footerblock, decimal-leading-zero) ". ";
}

.footer__navi .links__list a {
    display: block;
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 30px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links__list a {
        padding-left: 34px;
    }
}

.footer__navi .links__list a::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    background: url(../img/common/underline_black.png) no-repeat left bottom;
    background-size: 100% 1px;
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links__list a::before {
        width: 15px;
        top: 11px;
    }
}

@media only screen and (min-width: 1024px) {
    .footer__navi .links__list a:hover {
        color: #a0a0a0;
    }

    .footer__navi .links__list a:hover::before {
        -webkit-animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__navi .links__list a {
        font-size: 13px;
    }
}

.footer__business {
    padding: 80px 0;
    background-color: #1e1e1e;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .footer__business {
        padding: 50px 0;
    }
}

.footer__business a {
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .footer__business a {
        position: relative;
    }

    .footer__business a::after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s;
    }

    .footer__business a:hover::after {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__business .links {
        position: relative;
    }
}

.footer__business .links__ttl {
    position: relative;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 1023px) {
    .footer__business .links__ttl {
        font-size: 17px;
        position: absolute;
        top: -13px;
        left: 0;
        width: 100%;
    }
}

.footer__business .links__ttl::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
}

@media only screen and (max-width: 1023px) {
    .footer__business .links__ttl::before {
        display: none;
    }
}

.footer__business .links__ttl span {
    position: relative;
    padding: 0 30px;
    background-color: #1e1e1e;
}

@media only screen and (max-width: 1023px) {
    .footer__business .links__ttl span {
        padding: 0 20px;
    }
}

.footer__business .links__list {
    padding: 50px 0 60px;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

@media only screen and (max-width: 1023px) {
    .footer__business .links__list {
        margin-top: 13px;
        padding: 45px 0 38px;
        border: solid 1px rgba(255, 255, 255, .1);
    }
}

.footer__business .links__list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 28% 32% 1fr 23%;
    grid-template-columns: 28% 32% 1fr 23%;
    -ms-grid-rows: 30px;
    grid-template-rows: 30px;
    grid-gap: 0;
    gap: 0;
}

@media only screen and (max-width: 1023px) {
    .footer__business .links__list ul {
        display: block;
    }
}

.footer__business .links__list ul li:nth-of-type(4n-3) {
    -ms-grid-column: 1;
}

.footer__business .links__list ul li:nth-of-type(4n-2) {
    -ms-grid-column: 2;
}

.footer__business .links__list ul li:nth-of-type(4n-1) {
    -ms-grid-column: 3;
}

.footer__business .links__list ul li:nth-of-type(4n) {
    -ms-grid-column: 4;
}

.footer__business .links__list ul li:nth-of-type(-n+4) {
    -ms-grid-row: 1;
}

.footer__business .links__list ul li:nth-of-type(4n+5),
.footer__business .links__list ul li:nth-of-type(4n+6),
.footer__business .links__list ul li:nth-of-type(4n+7),
.footer__business .links__list ul li:nth-of-type(4n+8) {
    -ms-grid-row: 2;
}

.footer__business .links__list ul li:nth-of-type(4n+9),
.footer__business .links__list ul li:nth-of-type(4n+10),
.footer__business .links__list ul li:nth-of-type(4n+11),
.footer__business .links__list ul li:nth-of-type(4n+12) {
    -ms-grid-row: 3;
}

.footer__business .links__list ul li:nth-of-type(-n+4) {
    -ms-grid-row: 1;
}

.footer__business .links__list ul li:nth-of-type(7) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 2 / 3 / 3 / 5;
}

.footer__business .links__list ul li:nth-of-type(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.footer__business .links__list ul li:nth-of-type(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

.footer__business .links__list ul li:nth-of-type(10) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 3 / 3 / 4 / 5;
}

.footer__business .links__list ul li:nth-of-type(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}

.footer__business .links__list ul li,
.footer__business .links__list ul a {
    line-height: 2.5;
    font-size: 12px;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 1023px) {
    .footer__business .links__list ul a {
        display: block;
        width: 100%;
        padding: 0 34px;
        line-height: 2.6;
    }
}

@media only screen and (max-width: 374px) {
    .footer__business .links__list ul a {
        padding: 0 20px;
    }
}

.footer__business .links__list ul .italic {
    font-style: italic;
}

.footer__business .else {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    font-size: 12px;
}

@media only screen and (max-width: 1023px) {
    .footer__business .else {
        display: block;
        text-align: center;
        margin-top: 35px;
    }
}

.footer__business .else .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1023px) {
    .footer__business .else .links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.footer__business .else .links li {
    margin-right: 36px;
}

@media only screen and (max-width: 1023px) {
    .footer__business .else .links li {
        margin-right: 19px;
    }

    .footer__business .else .links li a {
        line-height: 2.25;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__business .else .links li:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
    }
}








.keywords .tags {
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 500;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 175px;
    overflow: hidden;
}

@media only screen and (max-width: 1439px) {
    .keywords .tags {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1023px) {
    .keywords .tags {
        max-height: 105px;
    }
}

.keywords .tags li {
    margin: 5px;
    border: solid 2px #e9e9e9;
}

@media only screen and (max-width: 1023px) {
    .keywords .tags li {
        margin: 2.5px;
        border: solid 2px #e9e9e9;
    }
}

.keywords .tags li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 17px 15px 13px;
    font-size: 15px;
    line-height: 1;
    word-break: keep-all;
}

@media only screen and (max-width: 1023px) {
    .keywords .tags li a {
        padding: 7.5px 11px 7.5px 6px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .keywords .tags li a:hover {
        cursor: pointer;
        background-color: #f5f5f5;
    }
}

.keywords .tags li a::before {
    content: "\00266f";
}

.keywords .tags.tags_all {
    max-height: inherit;
}

.keywords .more {
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px auto 40px;
    border-radius: 50%;
    background-color: #1e1e1e;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 1024px) {
    .keywords .more:hover {
        cursor: pointer;
        background-color: #3c3c3c;
    }
}

@media only screen and (max-width: 1023px) {
    .keywords .more {
        width: 30px;
        height: 30px;
        margin: 18px auto 25px;
    }
}

.keywords .more::before,
.keywords .more::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

    .keywords .more::before,
    .keywords .more::after {
        width: 10px;
        height: 1px;
    }
}

.keywords .more::after {
    width: 2px;
    height: 12px;
}

@media only screen and (max-width: 1023px) {
    .keywords .more::after {
        width: 1px;
        height: 10px;
    }
}

.keywords .more.add_plus::after {
    display: none;
}

.keywords .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 208px;
    height: 56px;
    margin: 0 auto;
    border-radius: 2px;
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #f5f5f5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 1023px) {
    .keywords .close {
        width: 145px;
        height: 40px;
        font-size: 12px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1024px) {
    .keywords .close:hover {
        cursor: pointer;
        background-color: #e7e7e7;
    }
}

.keywords .mfp-close {
    display: none;
}

.breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 40px 0 0 3.33vw;
    font-size: 12px;
    letter-spacing: 0.1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb li {
    position: relative;
    padding-bottom: 42px;
    text-orientation: sideways;
}

.breadcrumb li::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    margin: 16px 1px 20px 0;
    background: url(../img/common/icon_arrow.svg) no-repeat center;
    background-size: contain;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%) rotateX(180deg);
    transform: translateX(-50%) rotateX(180deg);
}

.breadcrumb li:last-child::after {
    display: none;
}

.content {
    padding-top: 100px;
}

@media only screen and (max-width: 1023px) {
    .content {
        padding-top: 50px;
    }
}

.content__ttl {
    margin-bottom: 80px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .content__ttl {
        margin-bottom: 40px;
    }
}

.content__ttl__jp {
    display: inline-block;
    padding: 6px 8px;
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    background-color: #72c9f3;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .content__ttl__jp {
        margin-bottom: 20px;
        padding: 5px;
        font-size: 13px;
    }
}

.content__ttl__en {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .content__ttl__en {
        font-size: 30px;
    }
}

.content .card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 76.47%;
    margin: 0 auto 120px;
    counter-reset: discussion 0;
    min-width: 960px;
}

@media only screen and (max-width: 1023px) {
    .content .card-wrap {
        max-width: inherit;
        min-width: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .content .card-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: calc(100% - 16vw);
        margin-bottom: 0;
        min-width: inherit;
    }
}

.content .card-wrap .card {
    width: 42.3%;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card {
        width: 100%;
        margin-bottom: 50px;
    }
}

.content .card-wrap .card a {
    display: block;
    color: #1e1e1e;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .content .card-wrap .card a:hover .card__img .img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .content .card-wrap .card a:hover .card__img .arrow::before {
        -webkit-animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
}

.content .card-wrap .card__img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card__img {
        margin-bottom: 20px;
    }
}

.content .card-wrap .card__img .img {
    height: 0;
    padding-top: 63.63%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.content .card-wrap .card__img::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 54px;
    height: 40px;
    background-color: #fff;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card__img::before {
        width: 40px;
        height: 30px;
    }
}

.content .card-wrap .card__img .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 28px;
    height: 13px;
    background: url(../img/common/icon_link_black.svg) no-repeat center;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card__img .arrow {
        width: 25px;
        height: 12px;
        background-size: contain;
    }
}

.content .card-wrap .card__img .arrow::before {
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    background: url(../img/common/underline_black.png) no-repeat left bottom;
    background-size: 100% 1px;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card__img .arrow::before {
        width: 24px;
    }
}

.content .card-wrap .card__num {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.06em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    width: 26px;
    padding-bottom: 40px;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card__num {
        width: 19px;
        padding-bottom: 30px;
        font-size: 10px;
    }
}

.content .card-wrap .card__num span {
    position: absolute;
    right: 0;
    bottom: 20px;
    margin-top: 8px;
    font-family: 'Libre Caslon Display', serif;
    font-size: 13px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card__num span {
        font-size: 11px;
        bottom: 14px;
    }
}

.content .card-wrap .card__ttl {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.09em;
    overflow: hidden;
    position: absolute;
    top: -30px;
    left: 20px;
    width: 114px;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card__ttl {
        top: 0;
        left: 15px;
        font-size: 21px;
        width: 83px;
    }
}

.content .card-wrap .card__ttl span {
    float: right;
    padding: 10px 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background-color: #fff;
    margin-right: 3px;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card__ttl span {
        padding-top: 0;
    }
}

.content .card-wrap .card__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2;
}

.content .card-wrap .card__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card__tag {
        margin: 16px 0 0;
    }
}

.content .card-wrap .card__tag li {
    margin: 0 4px 4px 0;
}

.content .card-wrap .card__tag a {
    padding: 4px 10px;
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap .card__tag a {
        padding: 5px 8px 5px 5px;
        font-size: 11px;
    }
}

.content .card-wrap .card__tag a::before {
    content: "\00266f";
}

.content .card-wrap .card__tag a:hover {
    text-decoration: none;
    background-color: #e7e7e7;
}

.lower-tag {
    max-width: 1920px;
    margin: 0 auto;
}

.lower-tag .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 8.3%;
}

@media only screen and (max-width: 1023px) {
    .lower-tag .tag {
        margin: 30px 8%;
    }
}

.lower-tag .tag--mb {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
    .lower-tag .tag--mb {
        margin-bottom: 50px;
    }
}

.lower-tag .tag li {
    margin: 0 4px 4px 0;
}

.lower-tag .tag a {
    display: block;
    padding: 4px 10px;
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 767px) {
    .lower-tag .tag a {
        padding: 5px 8px 5px 5px;
        font-size: 11px;
    }
}

.lower-tag .tag a::before {
    content: "\00266f";
}

.lower-tag .tag a:hover {
    text-decoration: none;
    background-color: #e7e7e7;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.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 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    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 {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #1e1e1e;
    opacity: 0.5;
}

.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;
    -webkit-box-sizing: border-box;
    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: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    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;
    -ms-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: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    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: 0.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: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.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 transparent;
}

.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: 0.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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.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;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    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) {

    /**
       * Remove all paddings around the image on small screen
       */
    .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;
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;

    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.index main {
    counter-reset: number 0;
}

.index .kv {
    position: relative;
    margin-left: 8.3vw;
    opacity: 0;
}

.index .kv.view {
    -webkit-animation: fadein 2s 0s ease forwards, right .7s 0s ease forwards;
    animation: fadein 2s 0s ease forwards, right .7s 0s ease forwards;
}

.index .kv.view .kv__title-area {
    -webkit-animation: left 1s 1s ease forwards;
    animation: left 1s 1s ease forwards;
}

.index .kv.view .news {
    -webkit-animation: left 1s 4s ease forwards;
    animation: left 1s 4s ease forwards;
}

@media only screen and (max-width: 767px) {
    .index .kv.view .news {
        -webkit-animation: left 1s 3s ease forwards;
        animation: left 1s 3s ease forwards;
    }
}

.index .kv.view .news__ttl {
    -webkit-animation: fadein 0.5s 5s ease forwards;
    animation: fadein 0.5s 5s ease forwards;
}

@media only screen and (max-width: 767px) {
    .index .kv.view .news__ttl {
        -webkit-animation: fadein 0.5s 4s ease forwards;
        animation: fadein 0.5s 4s ease forwards;
    }
}

.index .kv.view .kv__title {
    -webkit-animation: fadein 0.3s 2s ease forwards;
    animation: fadein 0.3s 2s ease forwards;
}

.index .kv.view .kv__catch .img-wrap {
    animation: fadein 0.5s 2.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.index .kv.view .kv__catch .img-wrap::before {
    -webkit-animation: fadein 0.5s 1.5s cubic-bezier(0.77, 0, 0.175, 1), kvblockIn 0.6s 2s cubic-bezier(0.77, 0, 0.175, 1), kvblockOut 0.6s 2.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadein 0.5s 1.5s cubic-bezier(0.77, 0, 0.175, 1), kvblockIn 0.6s 2s cubic-bezier(0.77, 0, 0.175, 1), kvblockOut 0.6s 2.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.index .kv.view .kv__catch .img-wrap:nth-child(2) {
    -webkit-animation: fadein 0.5s 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadein 0.5s 3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.index .kv.view .kv__catch .img-wrap:nth-child(2)::before {
    -webkit-animation: fadein 0.5s 2s cubic-bezier(0.77, 0, 0.175, 1), kvblockIn 0.6s 2.5s cubic-bezier(0.77, 0, 0.175, 1), kvblockOut 0.6s 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadein 0.5s 2s cubic-bezier(0.77, 0, 0.175, 1), kvblockIn 0.6s 2.5s cubic-bezier(0.77, 0, 0.175, 1), kvblockOut 0.6s 3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.index .kv.view .kv__catch .img-wrap:nth-child(3) {
    -webkit-animation: fadein 0.5s 3.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadein 0.5s 3.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.index .kv.view .kv__catch .img-wrap:nth-child(3)::before {
    -webkit-animation: fadein 0.5s 2.5s cubic-bezier(0.77, 0, 0.175, 1), kvblockIn 0.6s 3s cubic-bezier(0.77, 0, 0.175, 1), kvblockOut 0.6s 3.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadein 0.5s 2.5s cubic-bezier(0.77, 0, 0.175, 1), kvblockIn 0.6s 3s cubic-bezier(0.77, 0, 0.175, 1), kvblockOut 0.6s 3.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.index .kv.view .kv__news dl,
.index .kv.view .kv__news .arrow {
    -webkit-animation: fadein .5s 5s ease forwards;
    animation: fadein .5s 5s ease forwards;
}

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

    .index .kv.view .kv__news dl,
    .index .kv.view .kv__news .arrow {
        -webkit-animation: fadein .5s 4s ease forwards;
        animation: fadein .5s 4s ease forwards;
    }
}

@media only screen and (max-width: 767px) {
    .index .kv {
        margin-left: 0;
    }
}

.index .kv__slider {
    min-height: 520px;
    max-height: calc(100vh - 90px);
    height: 48.61vw;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .index .kv__slider {
        min-height: 450px;
        margin-left: 30px;
    }
}

.index .kv__slider .slide__bg {
    width: 100%;
    min-height: 520px;
    max-height: calc(100vh - 90px);
    height: 48.61vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 767px) {
    .index .kv__slider .slide__bg {
        min-height: 450px;
        height: 120vw;
    }
}

.index .kv__slider .slick-dots {
    position: absolute;
    right: 35px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
}

@media only screen and (max-width: 767px) {
    .index .kv__slider .slick-dots {
        right: 20px;
        bottom: 30px;
    }
}

.index .kv__slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 5px;
    border: solid 1px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .index .kv__slider .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 2.5px;
    }
}

.index .kv__slider .slick-dots li.slick-active {
    background-color: #fff;
}

.index .kv__slider.active .-moving {
    overflow: hidden;
}

.index .kv__slider.active .-moving .slide__bg {
    -webkit-animation: scale-zoom 8s 0s linear infinite;
    animation: scale-zoom 8s 0s linear infinite;
}

@media only screen and (max-width: 767px) {
    .index .kv__inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 450px;
    }
}

.index .kv__text-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .index .kv__text-wrap {
        position: inherit;
    }
}

.index .kv__title-area {
    opacity: 0;
    width: 230px;
    margin-bottom: 40px;
    padding: 60px 48px 30px 0;
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-image: url(../images/2022/bg.jpg)!important;
}

@media only screen and (max-width: 767px) {
    .index .kv__title-area {
        position: absolute;
        left: 13px;
        bottom: 30px;
        width: 146px;
        padding: 30px 20px 0 20px;
        margin-bottom: 0;
    }

}

.index .kv__title {
    opacity: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .index .kv__title {
        font-size: 11px;

    }

}

.index .kv__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.index .kv__catch .img-wrap {
    position: relative;
    overflow: hidden;
}

.index .kv__catch .img-wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 2;
}

.index .kv__catch .img-wrap:nth-child(1) {
    width: 55px;
    height: 307px;
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .index .kv__catch .img-wrap:nth-child(1) {
        width: 40px;
        height: 220px;
        right:12px;
    }
}

.index .kv__catch .img-wrap:nth-child(2) {
    width: 56px;
    height: 307px;
    margin-left: 13px;
}

@media only screen and (max-width: 767px) {
    .index .kv__catch .img-wrap:nth-child(2) {
        width: 40px;
        height: 220px;
        margin-left: 0;
    }
}

.index .kv__catch .img-wrap:nth-child(3) {
    width: 38px;
    height: 307px;
}

@media only screen and (max-width: 767px) {
    .index .kv__catch .img-wrap:nth-child(3) {
        width: 25px;
        height: 219px;
    }
}

.index .kv .news {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 2;
    width: 720px;
    height: calc(2em + 60px);
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: max-height 2s;
    transition: max-height 2s;
}

@media only screen and (max-width: 1023px) {
    .index .kv .news {
        width: 91.7vw;
    }
}

@media only screen and (max-width: 767px) {
    .index .kv .news {
        padding: 7.5px 0 7.5px 20px;
        width: 100vw;
        height: calc(2em + 36px);
        font-size: 10px;
        border-bottom: solid 1px #f5f5f5;
    }
}

.index .kv .news dl {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 540px;
    margin-right: 45px;
    padding: 30px 0;
}

@media only screen and (max-width: 1023px) {
    .index .kv .news dl {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .index .kv .news dl {
        width: calc(100% - 75px);
        padding: 10px 0;
        margin-right: 20px;
    }
}

.index .kv .news__ttl {
    opacity: 0;
    width: 40px;
    margin-right: auto;
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 700;
    padding: 30px 0;
}

@media only screen and (max-width: 767px) {
    .index .kv .news__ttl {
        margin-right: 15px;
        padding: 10px 0;
    }
}

.index .kv .news__date {
    font-weight: normal;
    margin-right: 25px;
}

@media only screen and (max-width: 767px) {
    .index .kv .news__date {
        margin-right: 15px;
    }
}

.index .kv .news__text {
    position: relative;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
}

@media only screen and (max-width: 1023px) {
    .index .kv .news__text {
        width: calc(100vw - 387px);
    }
}

@media only screen and (max-width: 767px) {
    .index .kv .news__text {
        width: calc(100vw - 195px);
    }
}

.index .kv .news__text a {
    display: inline-block;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .index .kv .news__text a {
        display: inline;
    }
}

@media only screen and (min-width: 1024px) {
    .index .kv .news__text a {
        position: relative;
    }

    .index .kv .news__text a::after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #1e1e1e;
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s;
    }

    .index .kv .news__text a:hover::after {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }

    .index .kv .news__text a:hover {
        color: #3c3c3c;
    }
}

.index .kv .news__text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2em;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
    pointer-events: none;
}

.index .kv .news .arrow {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: calc(2em + 60px);
    font-size: 12px;
    line-height: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    border-left: 1px solid #f5f5f5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 1024px) {
    .index .kv .news .arrow:hover {
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767px) {
    .index .kv .news .arrow {
        width: 50px;
        height: calc(2em + 36px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    }
}

.index .kv .news .arrow .icon {
    font-size: 10px;
    color: #1e1e1e;
}

@media only screen and (max-width: 767px) {
    .index .kv .news .arrow .icon {
        font-size: 6px;
    }
}

.index .kv .news.open {
    height: auto;
    max-height: 100vh;
}

.index .kv .news.open .news__text {
    white-space: inherit;
    text-overflow: inherit;
}

.index .kv .news.open .news__text::after {
    opacity: 0;
}

.index .kv .news.open .arrow .icon {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.index .kv__scroll {
    position: absolute;
    left: calc(-3.8vw - 1em);
    bottom: 0;
    padding-bottom: 150px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 767px) {
    .index .kv__scroll {
        display: none;
    }
}

.index .kv__scroll::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 73px;
    display: block;
    width: 1px;
    height: 0;
    background: #1e1e1e;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation: scroll-bar 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: scroll-bar 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@media only screen and (min-width: 1024px) {
    .index .kv__scroll:hover {
        padding-bottom: 170px;
        cursor: pointer;
    }

    .index .kv__scroll:hover::after {
        height: 150px;
    }
}

.index .message__inner {
    overflow: hidden;
    width: 885px;
    margin: 0 auto;
    padding: 140px 0;
}

@media only screen and (max-width: 1023px) {
    .index .message__inner {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .index .message__inner {
        width: auto;
        margin: 70px auto 80px;
        padding: 0 20px;
    }
}

.index .message p {
    opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63);
    transition: opacity 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63);
    transition: transform 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63), opacity 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63);
    transition: transform 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63), opacity 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63);
    float: right;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2.375;
    margin-left: 2.375em;
    word-break: keep-all;
    white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
    .index .message p {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        float: none;
        text-align: center;
        margin-bottom: 2.375em;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
}

@media only screen and (max-width: 767px) {
    .index .message p {
        font-size: 12px;
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        float: none;
        text-align: center;
        margin: 0 0 1.9em;
        letter-spacing: 0.14em;
        line-height: 1.9;
        -webkit-font-feature-settings: 'palt';
        font-feature-settings: 'palt';
    }
}

.index .message p:last-child {
    font-size: 20px;
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .index .message p:last-child {
        font-size: 15px;
    }
}

.index .message .animtrigger.view p {
    opacity: 1;

    transform: translate3d(0, 0, 0);
}

.index .message .animtrigger.view p:nth-child(2) {

    transition-duration: .5s;
}

.index .message .animtrigger.view p:nth-child(3) {
    - transition-duration: .6s;
}

.index .message .animtrigger.view p:nth-child(4) {

    transition-duration: .7s;
}

.index .message .animtrigger.view p:nth-child(5) {

    transition-duration: .8s;
}

.index .message .animtrigger.view p:nth-child(6) {

    transition-duration: .9s;
}

.index .message .animtrigger.view p:nth-child(7) {

    transition-duration: 1s;
}

.banner {
    position: relative;
    width: 100%;
    padding: 5.882% 5.882% 5.882% 8.823%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1439px) {
    .banner {
        padding: 2.882% 5.882% 2.882% 8.823%;
    }
}

@media only screen and (max-width: 1023px) {
    .banner {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15vw 10vw 36vw 15.62vw;
        background-size: 200%;
        background-position: left top;
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 26.26vw 8vw 18vw;
        background-size: 240%;
    }
}

.banner::after {
    opacity: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 9.58vw;
    color: #1e1e1e;
    position: absolute;
    line-height: 1;
    letter-spacing: -0.04em;
}

@media only screen and (min-width: 1921px) {
    .banner::after {
        font-size: 184px;
    }
}

@media only screen and (max-width: 1439px) {
    .banner::after {
        font-size: 8.58vw;
    }
}

@media only screen and (max-width: 1023px) {
    .banner::after {
        font-size: 18.33vw;
    }
}

@media only screen and (max-width: 767px) {
    .banner::after {
        font-size: 18.33vw;
    }
}

.banner__ttl-area {
    width: 27.58%;
    position: relative;
    min-width: 325px;
}

@media only screen and (max-width: 1023px) {
    .banner__ttl-area {
        min-width: inherit;
        width: 100%;
    }
}



@media only screen and (min-width: 1921px) {
    .banner__ttl::before {
        top: -60px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner__ttl::before {
        top: -33px;
        font-size: 15px;
    }
}



@media only screen and (min-width: 1921px) {
    .banner__ttl::after {
        top: -75px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner__ttl::after {
        top: -40px;
        left: 55px;
        font-size: 25px;
    }
}

.banner__ttl__inner {
    overflow: hidden;
    position: relative;
    max-height: 188px;
    height: 13vw;
}

@media only screen and (max-width: 1023px) {
    .banner__ttl__inner {
        height: 35.73vw;
    }
}

.banner__ttl__inner>div {
    position: relative;
    overflow: hidden;
    max-height: 60px;
    height: 4.166vw;
    margin-bottom: 4px;
}

@media only screen and (max-width: 1023px) {
    .banner__ttl__inner>div {
        height: 11.466vw;
    }
}

.banner__ttl__inner>div:last-child {
    margin-bottom: 0;
}

.banner__ttl__inner>div span,
.banner__ttl__inner>div img {
    height: 100%;
    width: auto;
}

.banner__ttl .bg {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    background-color: #fff;
}

.banner__ttl .bg::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.banner__ttl .img-wrap {
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    z-index: 2;
}

.banner__ttl .img-wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 2;
}

.banner__text {
    opacity: 0;
    margin-top: 2.7vw;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    letter-spacing: 0.1em;
}

@media only screen and (min-width: 1921px) {
    .banner__text {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .banner__text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.8;
    }
}

.banner__btn {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    margin-top: 3.47vw;
    border: solid 1px #fff;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.08em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 1921px) {
    .banner__btn {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .banner__btn {
        height: 55px;
        font-size: 14px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .banner__btn:hover {
        background: #fff;
        color: #bdb07b;
    }
}

.banner .card {
    opacity: 0;
    position: relative;
    width: 62%;
    height: 0;
    padding-top: 44.827%;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .banner .card {
        width: calc(100% - 25.62vw);
        position: absolute;
        bottom: -8vw;
    }
}

@media only screen and (max-width: 767px) {
    .banner .card {
        position: relative;
        left: 0;
        width: calc(100% + 16vw);
        padding-top: 87.71%;
    }
}

.banner .card>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (min-width: 1024px) {
    .banner .card>a:hover+.card__img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .banner .card>a:hover .arrow::before {
        -webkit-animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
}

.banner .card>a .arrow {
    position: absolute;
    right: 6.944%;
    bottom: 8.84%;
    display: block;
    width: 28px;
    height: 13px;
    background: url(../img/common/icon_link_white.svg) no-repeat;
    z-index: 1;
}

@media only screen and (max-width: 1023px) {
    .banner .card>a .arrow {
        right: 6.944%;
        bottom: 10%;
    }
}

@media only screen and (max-width: 414px) {
    .banner .card>a .arrow {
        right: 20px;
        bottom: 25px;
    }
}

.banner .card>a .arrow::before {
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    background: url(../img/common/underline_white.png) no-repeat left bottom;
    background-size: 100% 1px;
    z-index: 2;
}

.banner .card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.banner .card__text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7% 6.944% 6% 6.944%;
    background-position: bottom;
    background: url(../img/index/bg_card.png) repeat-x;
    background-size: contain;
}

@media only screen and (max-width: 414px) {
    .banner .card__text {
        background: none;
        padding: 7% 5.3% 6%;
    }
}

.banner .card__text a {
    display: block;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .banner .card__text a:hover .card__img {
        -webkit-transform: scale(1.01, 1.01);
        transform: scale(1.01, 1.01);
    }
}

.banner .card__ttl {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .banner .card__ttl {
        font-size: 12px;
    }
}

.banner .card__ttl a:hover {
    text-decoration: none;
}

.banner .card__ttl span {
    display: block;
    margin-top: 12px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

@media only screen and (max-width: 414px) {
    .banner .card__ttl span {
        font-size: 27px;
    }
}

.banner .card__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 16% 0 0;
}

@media only screen and (max-width: 767px) {
    .banner .card__tag {
        margin-top: 15px;
    }
}

.banner .card__tag li {
    margin: 0 4px 4px 0;
}

.banner .card__tag a {
    padding: 4px 10px;
    font-family: 'Noto Sans CJK', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border-radius: 2px;
    background-color: rgba(239, 242, 244, .3);
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .banner .card__tag a {
        padding: 5px 8px 5px 5px;
        font-size: 11px;
    }
}

.banner .card__tag a::before {
    content: "\00266f";
}

.banner .card__tag a:hover {
    text-decoration: none;
    background-color: rgba(239, 242, 244, .4);
}

.banner .card--2 {
    z-index: 1;
    height: auto;
    padding-top: 0;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .banner .card--2 {
        background-color: #fff;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(30, 39, 47, .1);
        box-shadow: 0px 10px 25px 0px rgba(30, 39, 47, .1);
    }
}

@media only screen and (max-width: 1023px) {
    .banner .card--2 {
        position: inherit;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner .card--2 {
        width: calc(100% + 8vw);
        left: 8vw;
        -webkit-box-shadow: 0px 5px 12px 0px rgba(30, 39, 47, .1);
        box-shadow: 0px 5px 12px 0px rgba(30, 39, 47, .1);
    }
}

@media only screen and (min-width: 1024px) {
    .banner .card--2:hover::before {
        background-color: #f5f5f5;
    }

    .banner .card--2:hover .arrow::before {
        -webkit-animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
}

@media only screen and (min-width: 1024px) {
    .banner .card--2::before {
        content: "";
        display: block;
        width: 100%;
        height: calc(100% - 60px);
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(30, 39, 47, .1);
        box-shadow: 0px 10px 25px 0px rgba(30, 39, 47, .1);
    }
}

.banner .card--2>a {
    overflow: hidden;
    z-index: 1;
}

@media only screen and (min-width: 1024px) {
    .banner .card--2>a:hover+.card__img .img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

.banner .card--2>a::before,
.banner .card--2>a::after {
    display: none;
}

.banner .card--2>a .arrow {
    position: absolute;
    right: 6.944%;
    bottom: 10.76%;
    display: block;
    width: 28px;
    height: 13px;
    z-index: 1;
    background: url(../img/common/icon_link_black.svg) no-repeat;
}

.banner .card--2>a .arrow::before {
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    background: url(../img/common/underline_black.png) no-repeat left bottom;
    background-size: 100% 1px;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .banner .card--2>a .arrow {
        display: none;
    }
}

.banner .card--2__img {
    position: relative;
    overflow: hidden;
    -webkit-transform: none !important;
    transform: none !important;
    width: auto;
    height: auto;
    margin: 0 6.944% 0;
}

@media only screen and (max-width: 1023px) {
    .banner .card--2__img {
        margin-top: 6.944%;
    }
}

@media only screen and (max-width: 767px) {
    .banner .card--2__img {
        margin: 8vw 8vw 0;
        position: relative;
    }

    .banner .card--2__img::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 40px;
        height: 30px;
        background-color: #fff;
        z-index: 1;
    }
}

.banner .card--2__img .img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    padding-top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .banner .card--2__img .img {
        padding-top: 64.42%;
        position: relative;
    }

    .banner .card--2__img .img::before {
        position: absolute;
        right: 1px;
        bottom: 5.5px;
        content: "";
        display: block;
        width: 24px;
        height: 1px;
        background: url(../img/common/underline_black.png) no-repeat left bottom;
        background-size: 100% 1px;
        z-index: 2;
    }

    .banner .card--2__img .img::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 25px;
        height: 12px;
        z-index: 1;
        background: url(../img/common/icon_link_black.svg) no-repeat;
        background-size: contain;
    }
}

.banner .card--2__ttl {
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .banner .card--2__ttl {
        margin-top: 30px;
        font-size: 11px;
    }
}

.banner .card--2__text {
    position: inherit;
    padding-top: 0;
    background: none;
}

@media only screen and (max-width: 767px) {
    .banner .card--2__text {
        padding-left: 8vw;
        padding-right: 8vw;
    }
}

.banner .card--2__text a {
    color: #1e1e1e;
}

.banner .card--2__tag {
    z-index: 1;
}

@media only screen and (max-width: 1023px) {
    .banner .card--2__tag {
        bottom: 7.5%;
    }
}

@media only screen and (max-width: 414px) {
    .banner .card--2__tag {
        left: 8vw;
        bottom: 8vw;
    }
}

.banner .card--2__tag a {
    color: #1e1e1e;
    background-color: #f5f5f5;
}

.banner .card--2__tag a:hover {
    text-decoration: none;
    background-color: #e7e7e7;
}

.banner.animtrigger.view .banner__ttl__inner>div:first-child .bg {
    animation: fadein 0.2s 0s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:first-child .bg::before {
    animation: fadein 0.5s 0s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 0.5s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 1s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:first-child .img-wrap {
    animation: fadein 0.2s 0.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:first-child .img-wrap::before {
    animation: fadein 0.5s 0.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 0.7s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 1.2s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:nth-child(2) .bg {
    animation: fadein 0.2s 0.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:nth-child(2) .bg::before {
    animation: fadein 0.5s 0.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:nth-child(2) .img-wrap {
    animation: fadein 0.2s 1s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:nth-child(2) .img-wrap::before {
    animation: fadein 0.5s 1s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1.2s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 1.7s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:nth-child(3) .bg {
    animation: fadein 0.5s 1s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:nth-child(3) .bg::before {
    animation: fadein 0.5s 1s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1.5s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 2s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:nth-child(3) .img-wrap {
    animation: fadein 0.2s 1.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 2s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner.animtrigger.view .banner__ttl__inner>div:nth-child(3) .img-wrap::before {
    animation: fadein 0.5s 1.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1.7s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 2.2s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}


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

.banner01.animtrigger01.view .banner__ttl__inner>div:first-child .bg {
    animation: fadein 0.2s 0s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:first-child .bg::before {
    animation: fadein 0.5s 0s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 0.5s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 1s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:first-child .img-wrap {
    animation: fadein 0.2s 0.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:first-child .img-wrap::before {
    animation: fadein 0.5s 0.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 0.7s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 1.2s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:nth-child(2) .bg {
    animation: fadein 0.2s 0.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:nth-child(2) .bg::before {
    animation: fadein 0.5s 0.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:nth-child(2) .img-wrap {
    animation: fadein 0.2s 1s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:nth-child(2) .img-wrap::before {
    animation: fadein 0.5s 1s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1.2s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 1.7s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:nth-child(3) .bg {
    animation: fadein 0.5s 1s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:nth-child(3) .bg::before {
    animation: fadein 0.5s 1s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1.5s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 2s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:nth-child(3) .img-wrap {
    animation: fadein 0.2s 1.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 2s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}

.banner01.animtrigger01.view .banner__ttl__inner>div:nth-child(3) .img-wrap::before {
    animation: fadein 0.5s 1.5s cubic-bezier(0.77, 0, 0.175, 1), blockIn 0.6s 1.7s cubic-bezier(0.77, 0, 0.175, 1), blockOut 0.6s 2.2s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
}


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





.banner.animtrigger.view .banner__card {
  
    animation: sec-anim 1s 0.5s ease forwards;
}

.banner.animtrigger.view .banner__text,
.banner.animtrigger.view .banner__btn {
   
    animation: fadein .5s 2s ease forwards;
}

.banner.animtrigger.view::after {
 
    animation: fadein 1s 0s ease forwards, enttl-x 1s 0s ease forwards;
}

@media only screen and (max-width: 767px) {
    .banner.animtrigger.view::after {
      
        animation: fadein 1s 0s ease forwards, enttl-y 1s 0s ease forwards;
    }
}

.content {
    margin-bottom: 130px;
}

@media only screen and (max-width: 767px) {
    .content {
        margin-bottom: 60px;
    }
}

.content .card-wrap {
    margin: 0 auto 80px;
}

@media only screen and (max-width: 767px) {
    .content .card-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: calc(100% - 16vw);
        margin-bottom: 0;
        min-width: inherit;
    }
}

.content .else-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 76.47%;
    min-width: 960px;
    margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
    .content .else-wrap {
        max-width: inherit;
        min-width: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .content .else-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: calc(100% - 16vw);
        min-width: inherit;
        margin-bottom: 0;
    }
}

.content .else-wrap .link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42.3%;
    height: 140px;
    border-top: solid 1px #1e1e1e;
    border-bottom: solid 1px #1e1e1e;
}

@media only screen and (max-width: 767px) {
    .content .else-wrap .link {
        width: 100%;
        height: 107px;
        border-bottom: none;
    }

    .content .else-wrap .link:last-child {
        border-bottom: solid 1px #1e1e1e;
    }
}

.content .else-wrap .link:hover {
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    .content .else-wrap .link:hover::before {      
        animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
}

.content .else-wrap .link::before {
    position: absolute;
    right: 1px;
    top: 50%;  
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    background: url(../img/common/underline_black.png) no-repeat left bottom;
    background-size: 100% 1px;
    z-index: 2;
}

.content .else-wrap .link::after {
    position: absolute;
    right: 0;
    top: 50%;   
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 28px;
    height: 13px;
    background: url(../img/common/icon_link_black.svg) no-repeat center;
}

@media only screen and (max-width: 767px) {
    .content .else-wrap .link::after {
        width: 25px;
        height: 12px;
        background-size: contain;
    }
}

.content .else-wrap .link__ttl__jp {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .content .else-wrap .link__ttl__jp {
        font-size: 11px;
    }
}

.content .else-wrap .link__ttl__en {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .content .else-wrap .link__ttl__en {
        margin-top: 10px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .content .else-wrap .link.sec-anim.view {       
        animation: none;
        opacity: 1;
    }
}

.sec--feature .banner {
    margin-bottom: 20px;
    background-color: #72c9f3;
    background-image: url(../img/index/bg_feature.png);
}

@media only screen and (max-width: 1023px) {
    .sec--feature .banner {
        width: auto;
        margin: 0 0 120px 120px;
    }
}

@media only screen and (max-width: 767px) {
    .sec--feature .banner {
        width: auto;
        margin: 0 0 10px 8vw;
    }
}

.sec--feature .banner::after {
    content: "FEATURE";
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: -0.5em;
    top: 50%;   
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .sec--feature .banner::after {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        left: 50%;
        top: -0.5em;     
        transform: translateX(-50%);
    }
}

.sec--feature .banner__ttl {
    max-width: 320px;
}

.sec--feature .banner__ttl__inner>div:first-child {
    max-width: 320px;
    width: 22.22vw;
}

@media only screen and (max-width: 1023px) {
    .sec--feature .banner__ttl__inner>div:first-child {
        width: 58.53vw;
    }
}

.sec--feature .banner__ttl__inner>div:first-child img {
    width: 22.22vw;
}

@media only screen and (max-width: 1023px) {
    .sec--feature .banner__ttl__inner>div:first-child img {
        width: 58.53vw;
    }
}

.sec--feature .banner__ttl__inner>div:nth-child(2) {
    max-width: 253px;
    width: 17.569vw;
}

@media only screen and (max-width: 1023px) {
    .sec--feature .banner__ttl__inner>div:nth-child(2) {
        width: 45.33vw;
    }
}

.sec--feature .banner__ttl__inner>div:nth-child(2) img {
    width: 17.569vw;
}

@media only screen and (max-width: 1023px) {
    .sec--feature .banner__ttl__inner>div:nth-child(2) img {
        width: 45.33vw;
    }
}

.sec--feature .banner__ttl__inner>div:nth-child(3) {
    max-width: 166px;
    width: 11.527vw;
}

@media only screen and (max-width: 1023px) {
    .sec--feature .banner__ttl__inner>div:nth-child(3) {
        width: 28.66vw;
    }
}

.sec--feature .banner__ttl__inner>div:nth-child(3) img {
    width: 11.527vw;
}

@media only screen and (max-width: 1023px) {
    .sec--feature .banner__ttl__inner>div:nth-child(3) img {
        width: 28.66vw;
    }
}

.sec--feature .banner .card__ttl {
    color: #fff;
}

.sec--feature .banner .card__tag a {
    color: #fff;
}

.sec--work {
    padding-top: 4.79vw;
}

@media only screen and (max-width: 1023px) {
    .sec--work {
        padding-top: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .sec--work {
        margin-bottom: 80px;
    }
}

.sec--work .banner {
    padding: 8.823% 8.823% 5.882% 5.882%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    background-image: url(../img/index/bg_work.png);
}

@media only screen and (max-width: 1439px) {
    .sec--work .banner {
        padding: 3.823% 8.823% 2.882% 5.882%;
    }
}

@media only screen and (max-width: 1023px) {
    .sec--work .banner {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 8.33vw 120px 10px 0;
        padding: 15vw 17.33vw 0 8vw;
        width: auto;
        background-color: #bdb07b;
        background-size: cover;
        background-position: bottom right;
    }
}

@media only screen and (max-width: 767px) {
    .sec--work .banner {
        margin-right: 8vw;
        margin-top: 18.66vw;
        width: auto;
        padding: 26.26vw 8vw 18vw;
    }
}

.sec--work .banner::after {
    content: "WORK & STORY";
    left: 50%;
    top: -4.79vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    word-break: keep-all;
    white-space: pre;
}

@media only screen and (max-width: 1023px) {
    .sec--work .banner::after {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        right: -0.5em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .sec--work .banner::after {
        content: "WORK &\A STORY";
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        white-space: pre;
        left: 50%;
        top: -1.15em;
        width: 100%;
        line-height: 0.9;
        text-align: center;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.sec--work .banner__ttl-area {
    min-width: 280px;
}





@media only screen and (max-width: 1023px) {
    .sec--work .banner__ttl-area {
        min-width: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .sec--work .banner__ttl-area {
        margin-bottom: 0;
    }
}

.sec--work .banner__ttl {
    max-width: 300px;
}

.sec--work .banner__ttl__inner {
    max-height: 190px;
    height: 13.19vw;
}

@media only screen and (max-width: 1023px) {
    .sec--work .banner__ttl__inner {
        height: 35.73vw;
    }
}

.sec--work .banner__ttl__inner>div:first-child {
    max-width: 263px;
    width: 18.263vw;
}

@media only screen and (max-width: 1023px) {
    .sec--work .banner__ttl__inner>div:first-child {
        width: 47.06vw;
    }
}

.sec--work .banner__ttl__inner>div:first-child img {
    width: 18.263vw;
}

@media only screen and (max-width: 1023px) {
    .sec--work .banner__ttl__inner>div:first-child img {
        width: 47.06vw;
    }
}

.sec--work .banner__ttl__inner>div:nth-child(2) {
    max-width: 140px;
    width: 9.72vw;
}

@media only screen and (max-width: 1023px) {
    .sec--work .banner__ttl__inner>div:nth-child(2) {
        width: 24.93vw;
    }
}

.sec--work .banner__ttl__inner>div:nth-child(2) img {
    width: 9.72vw;
}

@media only screen and (max-width: 1023px) {
    .sec--work .banner__ttl__inner>div:nth-child(2) img {
        width: 24.93vw;
    }
}

.sec--work .banner__ttl__inner>div:nth-child(3) {
    max-width: 204px;
    width: 14.16vw;
}

@media only screen and (max-width: 1023px) {
    .sec--work .banner__ttl__inner>div:nth-child(3) {
        width: 35.46vw;
    }
}

.sec--work .banner__ttl__inner>div:nth-child(3) img {
    width: 14.16vw;
}

@media only screen and (max-width: 1023px) {
    .sec--work .banner__ttl__inner>div:nth-child(3) img {
        width: 35.46vw;
    }
}

.sec--work .banner.animtrigger.view::after {
    -webkit-animation: fadein 1s 0s ease forwards, enttl-y 1s 0s ease forwards;
    animation: fadein 1s 0s ease forwards, enttl-y 1s 0s ease forwards;
}

@media only screen and (max-width: 1023px) {
    .sec--work .banner.animtrigger.view::after {
        -webkit-animation: fadein 1s 0s ease forwards, enttl-rx 1s 0s ease forwards;
        animation: fadein 1s 0s ease forwards, enttl-rx 1s 0s ease forwards;
    }
}

@media only screen and (max-width: 767px) {
    .sec--work .banner.animtrigger.view::after {
        -webkit-animation: fadein 1s 0s ease forwards, enttl-y 1s 0s ease forwards;
        animation: fadein 1s 0s ease forwards, enttl-y 1s 0s ease forwards;
    }
}

@media only screen and (max-width: 1023px) {
    .sec--work .content {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .sec--work .content {
        margin-top: 10px;
    }
}

.sec--work .content__ttl__jp {
    background-color: #bdb07b;
}

@media only screen and (max-width: 1023px) {
    .sec--work .card-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    .sec--work .card-wrap {
        position: relative;
        display: block;
        max-width: inherit;
    }
}

.sec--work .card-wrap .card {
    width: 25.57%;
}

@media only screen and (min-width: 769px) {
    .sec--work .card-wrap .card {
        opacity: 0;
    }

    .sec--work .card-wrap .card.animtrigger.view {

        animation: story-even 1s .5s ease forwards;
    }

    .sec--work .card-wrap .card:nth-child(1),
    .sec--work .card-wrap .card:nth-child(3) {

        transform: translateY(-60px);
    }

    .sec--work .card-wrap .card:nth-child(1).animtrigger.view {

        animation: story-odd 1s 0s ease forwards;
    }

    .sec--work .card-wrap .card:nth-child(3).animtrigger.view {

        animation: story-odd 1s 1s ease forwards;
    }
}

@media only screen and (max-width: 1023px) {
    .sec--work .card-wrap .card {
        width: auto;
        margin: 0 4vw;
    }

    .sec--work .card-wrap .card:nth-child(1),
    .sec--work .card-wrap .card:nth-child(3) {

        transform: none;
    }
}

.sec--work .card-wrap .card__ttl {
    width: 88px;
    right: -14px;
    bottom: 0;
    top: inherit;
    left: inherit;
    font-size: 28px;
    padding-right: 14px;
}

@media only screen and (max-width: 767px) {
    .sec--work .card-wrap .card__ttl {
        width: 65px;
        right: 0;
        font-size: 22px;
        padding-right: 0;
        background-color: #fff;
    }
}

.sec--work .card-wrap .card__ttl .card__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    padding: 36px 0 46px;
    word-break: keep-all;
}

@media only screen and (max-width: 767px) {
    .sec--work .card-wrap .card__ttl .card__name {
        padding: 25px 0 34px;
    }
}

.sec--work .card-wrap .card__ttl .card__num {
    width: auto;
    float: none;
    margin-right: 0;
    padding: 36px 0 40px;
    background-color: transparent;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .sec--work .card-wrap .card__ttl .card__num {
        padding: 25px 0 34px;
    }
}

.sec--work .card-wrap .card__ttl .card__num span {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 14px;
    margin: 6px 0 0;
    padding: 0;
    font-family: 'Libre Caslon Display', serif;
}

@media only screen and (max-width: 767px) {
    .sec--work .card-wrap .card__ttl .card__num span {
        font-size: 11px;
    }
}

.sec--work .card-wrap .card__ttl .card__num::after {
    display: none;
}

.sec--work .card-wrap .card__img-wrap {
    position: relative;
}

.sec--work .card-wrap .card__img .img {
    overflow: hidden;
    padding-top: 157.89%;
}

.sec--work .card-wrap .card__img::before {
    display: none;
}

.sec--work .card-wrap .card__img .arrow {
    right: 20px;
}

@media only screen and (max-width: 767px) {
    .sec--work .card-wrap .card__text {
        font-size: 12px;
        line-height: 1.8;
    }
}

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

    .sec--work .card-wrap .prev,
    .sec--work .card-wrap .next {
        width: 50px;
        height: 50px;
        background-color: rgba(30, 39, 47, .2);
        border-radius: 50%;
        position: absolute;
        top: 85px;
        right: 25px;
    }

    .sec--work .card-wrap .prev .arrow,
    .sec--work .card-wrap .next .arrow {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 25px;
        height: 12px;
        background: url(../img/common/icon_link_white.svg) no-repeat;
        background-size: contain;
    }

    .sec--work .card-wrap .prev .arrow::before,
    .sec--work .card-wrap .next .arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 24px;
        height: 1px;
        background-color: #fff;
    }
}

@media only screen and (max-width: 1023px) {
    .sec--work .card-wrap .prev {
        left: 25px;
    }

    .sec--work .card-wrap .prev .arrow {
        -webkit-transform: translate(-50%, -50%) scale(-1, 1);
        transform: translate(-50%, -50%) scale(-1, 1);
    }
}

.sec--culture .banner {
    margin-bottom: 20px;
    background-image: url(../img/index/bg_culture.png);
    background-color: #6aa0db;
}

@media only screen and (max-width: 1023px) {
    .sec--culture .banner {
        width: auto;
        margin-left: 120px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .sec--culture .banner {
        width: auto;
        margin: 0 0 10px 8vw;
        padding-bottom: 18vw;
    }
}

.sec--culture .banner::after {
    content: "CULTURE";
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: -0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .sec--culture .banner::after {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        top: -0.5em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.sec--culture .banner__ttl {
    max-width: 287px;
}

.sec--culture .banner__ttl__inner {
    max-height: 188px;
    height: 13.055vw;
}

@media only screen and (max-width: 1023px) {
    .sec--culture .banner__ttl__inner {
        height: 35.733vw;
    }
}

.sec--culture .banner__ttl__inner>div:first-child {
    max-width: 277px;
    width: 19.236vw;
}

@media only screen and (max-width: 1023px) {
    .sec--culture .banner__ttl__inner>div:first-child {
        width: 49.866vw;
    }
}

.sec--culture .banner__ttl__inner>div:first-child img {
    width: 19.236vw;
}

@media only screen and (max-width: 1023px) {
    .sec--culture .banner__ttl__inner>div:first-child img {
        width: 49.866vw;
    }
}

.sec--culture .banner__ttl__inner>div:nth-child(2) {
    max-width: 287px;
    width: 19.93vw;
}

@media only screen and (max-width: 1023px) {
    .sec--culture .banner__ttl__inner>div:nth-child(2) {
        width: 52.533vw;
    }
}

.sec--culture .banner__ttl__inner>div:nth-child(2) img {
    width: 19.93vw;
}

@media only screen and (max-width: 1023px) {
    .sec--culture .banner__ttl__inner>div:nth-child(2) img {
        width: 52.533vw;
    }
}

.sec--culture .banner__ttl__inner>div:nth-child(3) {
    max-width: 140px;
    width: 9.722vw;
}

@media only screen and (max-width: 1023px) {
    .sec--culture .banner__ttl__inner>div:nth-child(3) {
        width: 24vw;
    }
}

.sec--culture .banner__ttl__inner>div:nth-child(3) img {
    width: 9.722vw;
}

@media only screen and (max-width: 1023px) {
    .sec--culture .banner__ttl__inner>div:nth-child(3) img {
        width: 24vw;
    }
}