@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');

html,body{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif !important;
    overflow-x: hidden;
    width: 100%;
}
/**/
span.v-line {
    position: absolute;
    width: 50px;
    height: 0px;
    left: 6px;
    top: 199px;
    background: #181975;
    border: 1px solid #181975;
    transform: rotate(90deg);
}
span.ellipse {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #181975;
    border-radius: 50%;
}

.menu-title:before{
    content: "";
    position: relative;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 1px;
    background: #181975;
    margin-right: 32px;
}

span.line {
    content: url(../../../../wp-content/uploads/2021/07/line.svg);
    margin: 0 16px;
    display: inline-block;
    position: relative;
}
span.menu-en {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}
span.new-tab {
    content: url('../../../../wp-content/uploads/2021/07/new-tab.svg');
    margin: 0 16px;
    position: relative;
    top: 1px;
}
span.chevron-right-light {
    content: url('../../../../wp-content/uploads/2021/07/chevron-right-light.svg');
    position: relative;
    top: 1px;
}
.link-to {
    position: absolute;
    width: 124px;
    height: 50px;
    left: 641px;
    top: 24px;
}
.read-more {
    padding: 8px 8px 8px 0px;
    width: 89px;
    height: 33px;
    left: 0px;
}
.read-more > a {
    text-decoration: none;
    position: absolute;
    width: 81px;
    height: 33px;
    left: 0px;
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: right;
    color: #181975;
    background: #fff;
    z-index: 2;
}
.read-more > img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 76px;
    top: 0px;
}
.img-banner-container {
    overflow: hidden;
}
.img-banner-container img {
    height: 50rem;
    width: 100vw;
    object-fit: cover;
    object-position: 50% 20%;
}
.color-bg {
    width: 100vw;
    max-width: 100%;
    height: 818px;
    background: #F8F8F8;
}
.menu-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    position: static;
    width: auto;
    height: auto;
    left: 0px;
    top: 0px;
}
.menu-title h2 {
/*    position: static;
    height: 44px;
    top: 0px;*/
    font-style: normal;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.8;
    color: #181975;
}
.menu-title span.menu-en {
    margin: 0 0 0 32px;
}

/* news post */
.news-ajax-container {
    width: 100%;
    max-width: 800px;
    display: inline-grid;
    padding: 0;
}

section.first .news-ajax-container{
    padding: 0 18.5rem;
    max-width: 100%;
}
.news-post .news-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*padding-right: 96px;*/
    position: static;
    width: 100%;
    margin-bottom: 32px;
}
.news-post .news-categories {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.news-post .news-categories > span.ellipse {
    /*position: absolute;*/
}
.news-post .news-categories > a {
    position: relative;
/*    height: 26px;
    left: 59px;
    top: 16px;*/
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #A2A2A2;
    padding: 0 16px;
    text-decoration: none;
}
.news-post .news-ajax-container .link-to {
    position: relative;
    left: 0;
    top: 115px;
}
.news-post .news-ajax-container .link-to .read-more > a {text-align: left;}
.news-post .news-ajax-container .link-to .read-more > img {left: 63px;}
.news-post .news-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 100%;
    /*height: 106px;*/
    margin-top: 32px;
    border-bottom: 1px solid #E0E0E0;
}
.news-post .news-content-container .news-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: auto;
    /*height: 74px;*/
}
.news-post .news-content-container .news-content a {
    color: #363636;
    text-decoration: none;
}
.news-post .news-content-container .news-filters {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    position: static;
    width: auto;
    margin-bottom: 10px!important;
}
.news-post .news-content-container .news-filters .cat-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: static;
    height: auto;
    left: 0px;
    top: 0px;
}
.news-post .news-content-container .news-filters .cat-date p.category,
.news-post .news-content-container .news-filters .cat-date p.pub-date {
    position: static;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    color: #363636;
    margin-bottom: 0;
    margin-right: 32px;
}
.news-post .news-content-container .news-filters .cat-date p.category {
    width: auto;
}
.news-post .news-content-container .news-filters .cat-date p.pub-date {
    width: auto;
    left: 74px;
    top: 3.5px;
    color: #363636;
    /*margin-left: 32px;*/
    margin-right: 0;
}
.news-post .news-content-container .news-filters .news-tags-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    padding: 0px !important;
    width: auto;
    height: 18px;
    bottom: 0;
    position: relative;
    margin-top: 0;
    height: auto;
}
.news-post .news-content-container .news-filters .news-tags:first-child {
    margin: 0 0 0 64px;
}
.news-post .news-content-container .news-filters .news-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    position: relative;
    height: 18px;
    /*margin: 0 0 0 16px;*/
}
.news-post .news-content-container .news-filters .news-tags a.tag {
    position: static;
    width: auto;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    color: #8283B5;
    margin: 0 0 0 8px;
    text-decoration: none;
    padding-top: 1px;
}
.news-post .news-content-container .news-filters p.news-post-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: static;
}
.news-post .news-content-container .news-post-title {
    margin-bottom: 32px;
    font-size: 1.4rem;
}
.current-link {
    color: #363636 !important;
}
.current-link:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: -16px;
    left: calc(100%/2 - 4px);
    background-color: #181975;
    border-radius: 50%;
}

@media screen and (max-width: 414px){
    .news-post .news-content-container .news-post-title {
        font-size: 12px;
    }

    .news-post .news-content-container .news-filters .cat-date p.category, .news-post .news-content-container .news-filters .cat-date p.pub-date{
        font-size: 12px;
    }
}

/* menu breadcrumb */
.menu-breadcrumb-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}
.menu-breadcrumb-container .menu-title-sm {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.menu-breadcrumb-container .menu-title-sm p {
    font-size: 32px;
    line-height: 58px
}
.menu-breadcrumb-container .menu-breadcrumbs a {
    text-decoration: none;
    color: #363636;
}
span.chevron-right {
    content: url('../../../../wp-content/uploads/2021/07/chevron-right.svg');
    /*margin: 0 21px;*/
}

section.content-float {
    position: relative;
}
section.content-float:before {
    content: "";
    background: #f8f8f8;
    position: absolute;
    z-index: -1;
    left: -50%;
    right: -50%;
    top: 250px;
    height: 65%;
}
.title-line:before {
    content: "|";
    display: inline-block;
    position: relative;
    height: 16px;
    padding: 0 16px;
}
.mt-n5 {
    margin-top: -5rem !important;
}
.mt-n6 {
    margin-top: -6rem !important;
}
.montserrat {
    font-family: Montserrat!important;
}
.noto-sans {
    font-family: Noto Sans JP !important;
}
.brd-white {
    border-color: #fff;
}

.btn span{
    vertical-align: middle;
}

.btn img{
    vertical-align: middle;
    /* margin-left: 10px; */
    /* width: 2.1rem; */
}
.btn-dl:after {
   /* content: url('../../../../wp-content/uploads/2021/07/download.svg');
    display: inline-block;
    position: relative;
    padding-left: 10px;
    */
}
.btn-movie:after {
    /*content: url('../../../../wp-content/uploads/2021/08/movie.svg');
    display: inline-block;
    position: relative;
    padding-left: 10px;
    */
}
.btn-tw:after {
    /*content: url('../../../../wp-content/uploads/2021/08/twitter.svg');
    display: inline-block;
    position: relative;
    padding-left: 10px;
    vertical-align: middle;*/
}
.btn-ig:after {
    /*content: url('../../../../wp-content/uploads/2021/08/insta.svg');
    display: inline-block;
    position: relative;
    padding-left: 10px;
    vertical-align: middle;*/
}
.btn-fb:after {
    /*content: url('../../../../wp-content/uploads/2021/08/facebook.svg');
    display: inline-block;
    position: relative;
    padding-left: 10px;
    vertical-align: middle;*/
}
.btn-newtab:after {
    /*content: url('../../../../wp-content/uploads/2021/08/link.svg');
    display: inline-block;
    position: relative;
    padding-left: 10px;
    vertical-align: middle;*/
}
.btn-dark {
    background-color: #363636 !important;
}
.btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    box-shadow: none !important;
}
/* image w absolute caption */
.img-w-caption {position: relative; }
.img-caption {
    position: absolute;
    left: 0px;
    top: 40.6rem;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12rem;
    line-height: 1;
    z-index: 2;
    -webkit-text-fill-color: rgb(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

/* contact block */
.contact-block {
    /*width: 100vw;
    max-width: 144rem;
    margin-left: -13.5rem;*/
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.contact-e{
    font-size: 1.4rem;
    margin: 0 8px;
}

.contact-block .block {
    min-height: 370px;
}
.contact-block .bg-dark {
    background-color: #363636 !important;
}
#contact-banner {
    background: url(../../../../wp-content/uploads/2021/07/210709-0095.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.fc-blue {
    color: #181975;
}
.f-12 {
    font-size: 12px !important;
}
.f-14 {
    font-size: 1.4rem !important;
}
.f-16 {
    font-size: 1.6rem !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-24 {
    font-size: 2.4rem !important;
}
.f-30 {
    font-size: 30px !important;
}

@media screen and (max-width: 414px){
    .contact-e{
        font-size: 14px!important;
    }

    .f-24{
        font-size: 20px!important;
    }
}

/* border */
.custom-border {
    display: inline-flex;
    width: 100%;
}
.custom-border .border-dark {
    border-top: 1px solid #e9ecef;
    border-color: #6c6c6c !important;
    display: inline-block;
    width: 100px;
}
.custom-border .border-light {
    border-top: 1px solid #e9ecef;
    position: relative;
    left: -4px;
    display: inline-block;
    width: 100%;
    padding: 0;
    border-color: #e0e0e0 !important;
}

/* link area */

.linkarea{
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem;
}
.linkarea p{
    color: #181975;
    font-size: 16px;
    margin: 0;
}
.linkarea-text{
    display: flex;
    align-items: center;
}
.linkarea.linkarea-common {
    width: auto;
    padding: 0;
    left: 0;
    margin: 64px 0;
    position: unset;
}
.linkarea-pagination svg{
    transform: rotate(-90deg);
}
/*------Read more Btn-------*/
.Link-to{
    display: flex;
    align-items: center;
}
.readmore .Link-to p{
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #181975 !important;
    margin: 0;
    white-space: nowrap;
}
.readmore .Link-to p::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #181975;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.readmore .Link-to img{
    border: 1px solid #181975;
    padding: 2rem 1.9rem;
    transform: translateX(-0.8rem);
    position: relative;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.readmore, .readmore:hover {
    text-decoration: none;
}
.readmore:hover p::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
.readmore:hover img{
    border: 1px solid #fff;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}

/* IE10 & up */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .contact-block .row .block:first-child .d-flex.flex-row {
        top: 50%;
    }
    .contact-block .row .block:nth-child(2) .d-flex.flex-row {
        top: 40%;
    }

    .linkarea.linkarea-common {
        position: relative;
    }

    .img-caption {
        color: rgba(0, 0, 0, 0.8);
        text-shadow:
            -1px -1px 0 #fff,  
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 1px 0 #fff;
    }
}

@media screen and (max-width: 414px){
    .readmore .Link-to p{
        font-size: 12px;
    }
}


/* news post  */
.sm-block {
    display: block !important;
}
.news-filters.sm-block .news-tags-container {
    padding: 16px 0 !important;
}
.news-filters.sm-block .news-tags-container .news-tags:first-child {
    margin: 0 !important;
}

/* 404 */
.page-404 h1 {
    font-size: 4.8rem;
    line-height: 1.8;
    font-weight: 600;
}
.page-404 h2 {
    font-size: 2.4rem;
    line-height: 1.8;
}
.page-404 p {
    margin-bottom: 0 !important;
    padding: 0;
}
.page-404 p:first-of-type {
    margin-top: 64px;
    font-size: 1.6rem;
    line-height: 1.8;
}
.page-404 p:last-of-type {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.8;
}
.page-404 a.home {
    margin-top: 64px;
    padding: 16px 64px;
}
/*@media screen and (max-width: 1440px) {
    .contact-block {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
    }
}*/

.tac {
    text-align: center!important;
    font-size: 1.4rem;
}
.pdflink {
    color: #181975 !important;
    text-decoration: underline;
}
.pdflink:hover {
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    section.content-float:before {
        left: -5%;
    }
}
@media (max-width: 991.98px) {
    .news .news-post {
        width: 100%;
        padding: 0px 60px 96px;
    }
    .news-post .news-title {
        justify-content: space-between;
        width: 100%;
        height: auto;
    }
    .news-post .news-title .menu-title {width: auto;}
    .news-post .news-content-container {width: 100%;}
    .news-post .news-categories,
    .news-post .news-archive {
        position: relative;
    }
    .news-post .news-content-container .news-content {width: 100%}
    section.content-float:before {
        left: -6%;
        height: 58%;
        width: 100vw;
    }
    .img-caption {
        font-size: 6rem;
        line-height: 1;
        top: 249px;
    }
    #contact-banner {
        background: url(../../../../wp-content/uploads/2021/07/210709-0095.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .news-post .news-content-container .news-filters.sm-block .news-tags-container,
    section.news-detail .post-wrapper.sm-block .news-tags-container {
        flex-wrap: wrap;
        grid-column-gap: 16px;
        grid-row-gap: 4px;
        margin-bottom: 16px;
    }
    .news-post .news-content-container .news-filters.sm-block .news-tags,
    section.news-detail .post-wrapper.sm-block .news-tags-container .news-tags {
        margin: 0;
    }

    .news-ajax-container{
        padding: 0;
    }

    section.first .news .linkarea.linkarea-common{
        padding: 0!important;
    }

    section.first .news-ajax-container{
        padding: 0;
    }
}
@media  (max-width: 575.98px) {
    /*.menu-title {display: block;}*/
    .menu-title span.horizontal-line {display: flex;}
    .menu-title h2 {
        font-size: 20px;
    }
    .menu-title span.menu-en {font-size: 14px !important;}
    .img-caption {
        font-size: 50px;
        line-height: 50px;
        top: 105px;
    }
    .col-order-2 {
        order: 2;
    }
    section.content-float:before {
        left: -6%;
        height: 54%;
        width: 100vw;
    }
    .menu-breadcrumb-container .menu-title-sm p {
        font-size: 28px;
    }
    .contact-block .block {
        min-height: 200px;
    }
    #contact-banner {
        background: url(../../../../wp-content/uploads/2021/07/210709-0095.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .news-post .news-content-container .news-filters.sm-block .news-tags-container {
        margin-bottom: 0;
    }

    .readmore .Link-to img{
        padding: 16px 14px;
    }

    /* 404 */
    .page-404 h1 {
        font-size: 42px;
        line-height: 51px;
    }
    .page-404 h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .page-404 p:first-of-type {
        font-size: 14px;
        line-height: 25px;
    }
    .page-404 p:last-of-type {
        font-size: 12px;
        line-height: 22px;
    }
}

