.view1 {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    padding: 150px 0 80px;
    position: relative;
    z-index: 21;
}
.view1-inner {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1000px;
}
.catchcopy {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    right: 0;
    top: 0;
}
.catchcopy p {
    border-right: 2px solid #fff;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    line-height: 1.6em;
    margin: 0;
    padding: 10px 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.view-text {
    padding: 265px 0 0;
    width: 55%;
}
.view-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
}
.view-text a {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 0;
    text-decoration: none;
}
.view-text a::after {
    background: url(../images/icon-arrow-r.svg) no-repeat;
    background-color: #89a0ac;
    background-position: center;
    background-size: 10px;
    border-radius: 50%;
    content: "";
    display: block;
    height: 62px;
    margin-left: 20px;
    width: 62px;
}

.block-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 100px 0 0;
    padding: 0 15px;
}
.block-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48%;
}
.block-image:nth-child(even) {
    margin-top: 75px;
}
.block-image:nth-child(-n+2) {
    margin-bottom: 45px;
}
.block-image img {
    width: 49%;
}
.block-image__text {
    text-align: left;
    width: 48%;
}
.block-image p {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    position: relative;
}
.block-image p::after {
    content: '';
    width: 100%;
    height: 10px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    position: absolute;
    left: 0;
    bottom: -11px;
}
@media (max-width: 968px) {
    .view-text {
        padding: 415px 0 0;
        width: 100%;
    }
    .block-images {
        padding: 0;
    }
    .block-image {
        width: 49%;
    }
    .block-image p {
        font-size: 12px;
    }
}
@media (max-width:568px) {
    .block-image {
        margin: 0 0 45px;
        width: 100%;
    }
    .block-image:nth-child(even) {
        margin: 0 0 45px;
    }
    .block-image:nth-child(-n+2) {
        margin: 0 0 45px;
    }
    .block-image:last-child {
        margin: 0;
    }
}

.view2 {
    background: #919171;
    padding: 45px 0;
    position: relative;
    z-index: 21;
}
.view2-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.single-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.single-news__item {
    width: 70%;
}
.single-news__item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
}
.single-news__item a p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.single-news__item a .single-news__tag,
.single-news__item a .single-news__date {
    margin-right: 10px;
}
.all-links {
    text-align: right;
    width: 28%;
}
.all-links a {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 35px;
    text-decoration: none;
}
@media (max-width: 968px) {
    .single-news__item {
        margin: 0 0 20px;
        width: 100%;
    }
    .single-news__item a .single-news__date {
        margin-right: 0;
    }
    .single-news__item a .single-news__ttl {
        width: 100%;
    }
}

.view3 {
    background: #f9f9f2;
    overflow-x: hidden;
    padding: 75px 0;
    position: relative;
    z-index: 21;
}
.view3-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.view3-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 45px;
}
.view3-head::before {
    background: #2d2d29;
    content: "";
    display: block;
    height: 1px;
    margin: 0 15px 0 -170px;
    width: 150px;
}
.view3-head h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 31px;
}
.view3-body {
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    height: auto;
    width: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    background-repeat: no-repeat;
    background-color: #89a0ac;
    background-position: center;
    background-size: 10px;
    border-radius: 50%;
    content: "";
    height: 62px;
    width: 62px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    background-image: url(../images/icon-arrow-r.svg);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    background-image: url(../images/icon-arrow-l.svg);
}
@media (max-width: 968px) {
    .view3-head h2 {
        font-size: 26px;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        height: 42px;
        width: 42px;
    }
}
@media (max-width:568px) {
    .view3-head h2 {
        font-size: 21px;
    }
}
.view-head {
    margin: 0 0 45px;
}
.view-head p {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}
.view-head h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 31px;
}
@media (max-width: 968px) {
    .view-head h2 {
        font-size: 26px;
    }
}
@media (max-width:568px) {
    .view-head h2 {
        font-size: 21px;
    }
}

.view4 {
    background: #fff;
    padding: 150px 0;
    position: relative;
    z-index: 21;
}
.view4::before,
.view4::after {
    background: #f9f9f2;
    content: "";
    position: absolute;
    width: 80%;
    z-index: 0;
}
.view4::before {
    height: 500px;
    top: 25%;
    left: 0;
}
.view4::after {
    height: 300px;
    right: 0;
    bottom: 0;
}

.view4-inner {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1000px;
    z-index: 1;
}
.view4-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.view4-card:nth-child(even) {
    flex-direction: row-reverse;
}
.view4-card:not(:last-child) {
    margin: 0 0 100px;
}
.view4-card__image {
    width: 70%;
}
.view4-card__text {
    width: 28%;
}
.view4-card__text h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 35px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 100%;
}
.view4-card__text p {
    font-size: 14px;
    line-height: 1.8em;
}

@media (max-width: 968px) {
    .view4 {
        padding: 100px 0 0;
    }
    .view4-card__image {
        width: 60%;
    }
    .view4-card__text {
        width: 38%;
    }
    .view4-card:not(:last-child) {
        margin: 0 0 80px;
    }
}
@media (max-width:568px) {
    .view4-card:not(:last-child) {
        margin: 0 0 40px;
    }
    .view4-card__image {
        margin: 0 0 20px;
        width: 100%;
    }
    .view4-card__text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .view4-card__text h3 {
        font-size: 18px;
        width: 10%;
    }
    .view4-card__text p {
        width: 85%;
    }
}

.view5 {
    background: #fff;
    padding: 150px 0 0;
    position: relative;
    z-index: 21;
}
.view5-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.post-tab__head {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 0 55px;
}
.post-tab__head p {
    background: #fff;
    border: 1px solid #2d2d29;
    border-radius: 6px;
    color: #2d2d29;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding: 15px 35px;
    width: 100%;
    max-width: max-content;
}
.post-tab__head p.active {
    background: #2d2d29;
    color: #fff;
    cursor: default;
}
.post-tab__head p:first-child {
    margin-right: 15px;
}
.post-tab__panel {
    display: none;
}
.post-tab__panel.show {
    display: block;
}
.news-item {
    border-bottom: 2px solid #f2f2e2;
    padding: 15px 0;
}
.news-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}
.news-item a p {
    color: #2d2d29;
    font-size: 14px;
    margin: 0;
}
.news-item a .news-date,
.news-item a .news-tag {
    margin-right: 15px;
}
.news-item a .news-tag {
    background: #2d2d29;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
}
.all-news {
    margin: 45px 0 0;
}
.all-news a {
    color: #2d2d29;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.all-news a::after {
    background: url(../images/icon-arrow-r.svg) no-repeat;
    background-color: #89a0ac;
    background-position: center;
    background-size: 10px;
    border-radius: 50%;
    content: "";
    display: block;
    height: 62px;
    margin-left: 20px;
    width: 62px;
}

@media (max-width: 968px) {
    .view5 {
        padding: 100px 0;
    }
    .post-tab__head {
        margin: 0 0 35px;
    }
    .post-tab__head p {
        font-size: 18px;
        padding: 10px 25px;
    }
    .news-item a {
        flex-wrap: wrap;
    }
    .news-item a .news-tag {
        margin-right: 0;
    }
    .news-item a .news-ttl {
        margin: 5px 0 0;
        width: 100%;
    }
}
@media (max-width:568px) {}

.view6 {
    background: #fff;
    overflow-x: hidden;
    padding: 150px 0 0;
    position: relative;
    z-index: 21;
}
.view6-head {
    margin: 0 auto 45px;
    width: 92%;
    max-width: 1000px;
}

@media (max-width: 968px) {
    .view6 {
        background: #fff;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        z-index: 21;
    }
}
@media (max-width:568px) {}

.view7 {
    background-color: #fff;
    padding: 150px 0 0;
    position: relative;
    z-index: 21;
}
.view7-head {
    margin: 0 auto 45px;
    width: 92%;
    max-width: 1000px;
}
.view7-body {
    padding: 0 0 500px;
    position: relative;
}
/* .view7-body::before {
    background-image: url(../images/foot-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    content: "";
    display: block;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
} */
.view7-body::after {
    background-image: url(../images/foot-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    content: "";
    display: block;
    height: calc(100% - 8%);
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    z-index: 0;
}
.view7-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto 250px;
    position: relative;
    width: 92%;
    max-width: 1000px;
    z-index: 1;
}
.view7-card {
    background: #fff;
    width: 31%;
}
.view7-card__image {
    line-height: 0;
}
.view7-card__text {
    padding: 20px 10px;
}
.view7-card__ttl {
    color: #2d2d29;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
.view7-card__txt {
    color: #2d2d29;
    font-size: 14px;
    font-weight: 500;
}
.view7-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1000px;
    z-index: 1;
}
.view7-left {
    width: 40%;
}
.view7-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px 0 0;
    width: 55%;
}
.view7-right__btn {
    width: 40%;
}
.view7-right__btn:first-child {
    margin: 0 15px 0 0;
}
.view7-right__btn a {
    background: #89a0ac;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
}
.foot-logo {
    width: 200px;
}
.logo-name {
    color: #2d2d29;
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0;
}
.addoress {
    color: #2d2d29;
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    margin: 0 0 25px;
}
.foot-link,
.foot-social {
    margin: 0;
    padding: 0;
}
.foot-link {
    margin: 0 0 20px;
}
.foot-link li {
    color: #2d2d29;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}
.foot-link li:not(:last-child) {
    margin: 0 0 10px;
}
.foot-link li::before {
    background: #2d2d29;
    content: "";
    height: 2px;
    margin-right: 10px;
    width: 20px;
}
.foot-link li a {
    color: #2d2d29;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.foot-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.foot-social li {
    list-style: none;
    width: 20px;
}
.foot-social li:not(:last-child) {
    margin-right: 25px;
}
.foot-social li a {
    text-decoration: none;
}
@media (max-width: 968px) {
}
@media (max-width:768px) {
    .view7-cards {
        margin: 0 auto 150px;
    }
    .view7-card {
        width: 100%;
    }
    .view7-card:not(:last-child) {
        margin: 0 0 25px;
    }
    .view7-left,
    .view7-right {
        width: 100%;
    }
    .view7-right {
        justify-content: space-between;
        padding: 50px 0 0;
    }
    .view7-right__btn {
        width: 49%;
    }
    .view7-right__btn:first-child {
        margin: 0;
    }
}

.copyright {
    background: #2d2d29;
    padding: 15px 0;
    position: relative;
    text-align: center;
    z-index: 21;
}
.copyright p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

.js-fadeUp {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.js-fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}



.header {
    padding: 20px 35px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 22;
}
.header-menu {
    background: #2d2d29;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
    height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 22;
}
.header-menu span {
    display: block;
}
.header-menu___trigger {
    position: relative;
    width: 17px;
    height: 14px;
    cursor: pointer;
    z-index: 3;
}
.header-menu___trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}
.header-menu___trigger, .header-menu___trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
.header-menu___trigger span:nth-of-type(1) {
    top: 0px;
}
.header-menu___trigger span:nth-of-type(2) {
    top: 7px;
}
.header-menu___trigger span:nth-of-type(3) {
    bottom: -2px;
}
.header-menu___trigger.active span:nth-of-type(1) {
    top: -10px;
}
.header-menu___trigger.active span:nth-of-type(3) {
    bottom: -12px;
}
.header-menu___trigger span:nth-of-type(1) {
    -webkit-animation: header-menu__bar01 .75s forwards;
    animation: header-menu__bar01 .75s forwards;
}
@-webkit-keyframes header-menu__bar01 {
    0% {
        -webkit-transform: translateY(17px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(17px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}
@keyframes header-menu__bar01 {
    0% {
        transform: translateY(17px) rotate(45deg);
    }
    50% {
        transform: translateY(17px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
.header-menu___trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
}
.header-menu___trigger span:nth-of-type(3) {
    -webkit-animation: header-menu__bar03 .75s forwards;
    animation: header-menu__bar03 .75s forwards;
}
@-webkit-keyframes header-menu__bar03 {
    0% {
        -webkit-transform: translateY(-17px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-17px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}
@keyframes header-menu__bar03 {
    0% {
        transform: translateY(-17px) rotate(-45deg);
    }
    50% {
        transform: translateY(-17px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
.header-menu___trigger.active span:nth-of-type(1) {
    -webkit-animation: active-header-menu__bar01 .75s forwards;
    animation: active-header-menu__bar01 .75s forwards;
}
@-webkit-keyframes active-header-menu__bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(17px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(17px) rotate(45deg);
    }
}
@keyframes active-header-menu__bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(17px) rotate(0);
    }
    100% {
        transform: translateY(17px) rotate(45deg);
    }
}
.header-menu___trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.header-menu___trigger.active span:nth-of-type(3) {
    -webkit-animation: active-header-menu__bar03 .75s forwards;
    animation: active-header-menu__bar03 .75s forwards;
}
@-webkit-keyframes active-header-menu__bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-17px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-17px) rotate(-45deg);
    }
}
@keyframes active-header-menu__bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-17px) rotate(0);
    }
    100% {
        transform: translateY(-17px) rotate(-45deg);
    }
}
.header-panel {
    background: #fff;
    display: none;
    height: 100%;
    overflow-y: auto;
    padding: 100px 50px;
    position: fixed;
    left: 0;
    top: 0;
    transition-duration: .3s;
    width: 100%;
    z-index: 2;
}
.header-panel a {
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    color: #000000;
    font-size: 1.2em;
}
.header-panel ol li {
    list-style: none;
    padding: 15px;
}
.header-panel ol {
    padding-left: 0;
}
.header-panel.open {
    right: 0;
}
.view4, .view5, .view6, .view7 {
    background: #fefef8;
}