@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');
@import url("https://use.typekit.net/zkq2emd.css");
body {
    margin: 0;
    font-family: 'Noto Sans SC';
    font-size: 15px;
}

.column-top-parent {
    margin-top: 100px;
}

.column-parent2 {
    width: 100%;
    padding: 25px 0px;
    background: url(../img/bg-pc.png);
    background-size: 80%;
    background-position: -100% 0vw;
    background-repeat: no-repeat;
}

.column-single-ttl-parent {
    width: 800px;
    margin: 55px auto;
}

.column-top-section {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.column-top-section h1 {
    color: #ac1821;
    font-size: 90px;
    margin: 0;
    font-family: rift, sans-serif;
    line-height: 1;
}

.column-top-section p {
    color: #ac1821;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 4px;
    font-weight: bold;
}


/* Single Column Page Content Section */

.column-content-parent {
    /* width: 800px; */
    width: 65%;
    margin: 55px auto;
    /* width: 740px; */
    /* margin: 0 40px 0 0; */
}

.left-column-parent {
    float: left;
    width: 70%;
    margin-left: -45px;
}

.right-column-parent {
    float: left;
    width: 30%;
}

h2.column-title {
    font-size: 24px;
    color: #000000;
    margin: 0;
    padding-right: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.column-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
}

p.column-content {
    font-family: 'Noto Sans JP';
    font-size: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: justify;
}

.main-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px !important;
}

img.main-column {
    width: 70%;
    height: auto;
}

.embed-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px !important;
}

.video-iframe {
    width: 70%;
    height: 300px;
}

h3.req-ttl {
    color: #ac1821;
    font-family: 'Noto Sans JP';
    margin: 0;
    /* margin-top: 30px; */
    font-size: 20px;
}

.border {
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #ac1821;
}

hr.req-hr {
    background: #ac1821 !important;
    border: 1px solid #ac1821;
    margin-top: 15px;
    margin-bottom: 30px;
}


/* hr.column-hr {
  background: #ac1821 !important;
  border: 1px solid #ac1821;
  margin-top: 15px;
  margin-bottom: 30px;
} */

h4.subheading {
    font-size: 18px !important;
    font-weight: bold;
    color: black;
    margin-bottom: 0px;
}

p.req-txt {
    font-family: 'Noto Sans JP';
    font-size: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 10px;
}


/* Start Right Column */

.profile {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 350px;
    border: none;
    padding: 0;
}

.profile-inner {
    border: 1px solid #ddd;
    padding: 30px 30px 25px;
}

.profile-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 100%;
    overflow: hidden;
}

.profile-img img {
    image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
    max-width: 100%;
}

.info-inner .name {
    font-size: 22px;
    margin-bottom: 13px;
    font-weight: bold;
}

.t-c {
    text-align: center;
}

p.desc {
    font-size: 14px;
    line-height: 2;
}

.recently {
    margin-bottom: 40px;
    margin-top: 40px;
}

.recently .headline {
    font-weight: bold;
    border-left: 4px solid #ac1821;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 18px;
    font-size: 18px;
    margin-bottom: 20px;
}

ul li {
    list-style: none;
}

.post-list {
    padding-left: 0;
}

.post-list a {
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-decoration: none;
    color: black;
}

.d-f {
    display: flex;
    flex-wrap: wrap;
}

.post-list .image {
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.post-list .image img {
    height: 100px!important;
    object-fit: cover !important;
    width: 100%;
    max-width: 1136px;
}

.post-list .ttl-wrap {
    width: calc(100% - 100px);
    border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.post-list .ttl-inner {
    padding: 0 18px;
}

.post-list .ttl {
    font-size: 14px;
    line-height: 1.8;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

ul.post-list li:last-child .ttl-wrap {
    border-bottom: 1px solid #ddd;
}

ul.post-list:hover {
    -webkit-box-shadow: -2px -1px 15px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px -2px 30px 14px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}


/* End Right Column */


/* End Single Column Page Content Section */


/* Start Single Column Page Other Articles */

.column-related-article {
    padding: 0 10px;
}

.other-column {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ac1821;
}

.column-wrapper {
    width: max-content;
    height: max-content;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* padding-bottom: 15px;
  padding-top: 15px; */
}

.col-6 {
    margin-bottom: 50px;
    display: inline-flex;
    /* margin: auto; */
}

a.no-line {
    text-decoration: none;
}

.column-single {
    padding-left: 30px;
    padding-right: 30px;
}

.column-date {
    color: #bd1821;
    padding-right: 23px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: bold;
}

.column-img-parent {
    width: 250px;
    height: auto;
    display: flex;
}

img.column-img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column-single-text-parent {
    text-align: center;
    font-size: 15px;
    width: 250px;
    /* min-height: 170px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

p.column-single-tt1 {
    text-align: left;
    font-size: 16px !important;
    /* padding-top: 10px; */
    margin-bottom: 0;
    color: #bd1821 !important;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: 1px;
}

p.column-single-text {
    font-size: 13px !important;
    width: 100%;
    height: auto;
    color: black !important;
    text-align: justify;
}


/* End Single Column Page Other Articles */


/* charm section  */

.recruit-charm {
    width: 100%;
    height: max-content;
    background-image: url(../img/recruit-bg-100.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 32px;
    padding-bottom: 30px;
}

.recruit-charm p {
    color: white;
    letter-spacing: 1px;
    padding: 16px 0px;
    font-size: 15px;
    margin: 0;
}

.charm-single-parent {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.charm-single {
    padding-right: 1vw;
    width: 19vw;
}

a.navlink,
a.navlink2 {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    /* display: block; */
    color: inherit;
}

.charm-single img {
    width: 100%;
}

.charm-single p {
    color: #ac1821;
    text-align: center;
    margin: 0px auto;
    letter-spacing: 1px;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
}


/* charm section  */

.home-map {
    width: 100%;
    height: 450px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(1);
    padding-top: 2%;
}


/* animation css */

.reveal-holder {
    position: relative;
    width: auto;
    height: auto;
}

.reveal-holder2 {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
}

.reveal-holder3 {
    position: absolute;
    /* display: flex; */
    /* overflow: hidden; */
    /* align-items: flex-start; */
}

.reveal-holder.left {
    justify-content: flex-end;
}

.reveal-holder.right {
    justify-content: flex-start;
}

.reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9;
}

.reveal-holder .reveal-charm {
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 69%; */
    height: 22.7vw;
    background: white;
    z-index: 2;
}

.reveal-holder2 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.reveal-holder3 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.reveal-holder2 .reveal-block2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
}

.reveal-holder3 .reveal-block2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
}

.reveal-holder .reveal-block::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
    /* transition-duration: 5.5s; */
}

.reveal-holder .reveal-charm::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 2;
    /* transition-duration: 5.5s; */
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.reveal-block.top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-block.left::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.reveal-block.right::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}


/* AOS animate */

[data-aos="reveal-top"],
[data-aos="reveal-left"],
[data-aos="reveal-right"],
[data-aos="reveal-bottom"] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.5s;
}

[data-aos="reveal-top"] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos="reveal-top"].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos="reveal-left"] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos="reveal-left"].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

[data-aos="reveal-right"] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos="reveal-right"].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos="reveal-bottom"] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos="reveal-bottom"].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

[data-aos="reveal-item"] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
}

[data-aos="reveal-item"].aos-animate {
    visibility: visible;
}


/* end aos animation */


/* footer extra */

.foot-note-details .sp-none {
    display: none !important;
}

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


/* share button test  */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?evfvw0');
    src: url('../fonts/icomoon.eot?evfvw0#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?evfvw0') format('truetype'), url('../fonts/icomoon.woff?evfvw0') format('woff'), url('../fonts/icomoon.svg?evfvw0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.social-share {
    display: block;
}

div#single_share_top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#share_top1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 150px;
}

#share_top1 ul li {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 70px;
}

#share_top1 ul li a {
    min-width: 35px;
    text-decoration: none;
    display: inline-block;
    /* margin: 0 5px 5px 0; */
    font-size: 12px;
    font-weight: 400;
    color: #fff!important;
    background: #fafafa;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 3%);
    text-shadow: none;
    text-align: center;
    /* line-height: 0px; */
    padding: 5px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

a,
a:before,
a:after,
input {
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color, color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background-color, color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

#share_top1 ul li a,
#share_top2 ul li a,
#share_btm1 ul li a,
#share_btm2 ul li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 5px 6px 15px 0px rgb(130 86 98 / 45%);
}

#share_top1 ul li a:hover {
    animation: breath 1800ms linear infinite;
}

@keyframes breath {
    25% {
        transform: scale(0.95);
    }
    75% {
        transform: scale(1.05);
    }
}

#share_top1 ul li.twitter a,
#share_btm1 ul li.twitter a {
    color: #fff;
    background-color: #55acee;
}

.icon-twitter:before {
    content: "\e904";
}

#share_top1 ul li.facebook a,
#share_btm1 ul li.facebook a {
    background-color: #35629a;
}

.icon-facebook:before {
    content: "\e902";
}

#share_top1 ul li a i {
    position: relative;
    top: 3px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 10%);
}

#share_top1 ul li a .ttl {
    margin: 0 3px 0 2px;
    text-align: center;
    line-height: 20px;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* share button test  */