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

.column-top-parent {
    margin-top: 22vw;
}

.column-single-ttl-parent {
    width: 100%;
    background: url(../img/bg-pc.png);
    background-repeat: no-repeat;
    background-size: 300%;
    background-position: -230vw 0vw;
    margin: auto;
    overflow: hidden;
    padding: 10vw 0vw;
}

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

.column-top-section h2 {
    color: #ac1821 !important;
    font-size: 15vw !important;
    margin: 0;
    font-family: rift, sans-serif !important;
    line-height: 1 ;
    padding-top: 1vw;
    letter-spacing: 0;
}

.column-top-section p {
    color: #ac1821;
    font-size: 4vw;
    margin: 0;
    font-weight: bold;
}


/* Single Column Page Content Section */

.column-content-parent {
    width: 100%;
    margin: 35px auto;
}

p.date-publish {
    font-size: 10px;
    margin: 20px;
    /* padding: 10px; */
}

h1.column-title {
    font-size: 22px;
    color: #000000;
    margin: 20px;
    /* padding: 0px 10px; */
    line-height: 1.2;
    font-weight: 700;
}

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

p.column-content {
    font-family: 'Noto Sans JP';
    font-size: 12px;
    letter-spacing: 1px;
    margin: 20px;
    text-align: left;
    /* margin-bottom: 30px; */
}

.column-subcontent {
    /* padding: 2vw; */
}

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

.video-iframe {
    width: 250px;
    height: 150px;
}

h3.req-ttl {
    color: #ac1821;
    font-family: 'Noto Sans JP';
    margin: 30px 20px 15px;
    font-size: 18px;
}

hr.req-hr {
    background: #ac1821 !important;
    border: 0.1px solid #ac1821;
    margin: 0px 20px 20px;
}

h4.subheading {
    font-size: 16px !important;
    font-weight: bold;
    color: black;
    margin: 0px 20px 10px;
}

h4.subheadingv2 {
    font-size: 16px !important;
    font-weight: bold;
    border-left: 2px solid #ac1821;
    color: #ac1821;
    padding: 6px 0 6px 16px;
    margin: 0 0 20px 20px !important;
}

p.req-txt {
    font-family: 'Noto Sans JP';
    font-size: 12px;
    margin: 10px 20px 30px;
    letter-spacing: 1px;
    text-align: left;
    /* margin-bottom: 30px;
  margin-top: 10px; */
}

.main-img {
    height: auto;
    justify-content: center;
    margin-left: 60px;
    margin-bottom: 30px;
}
  
img.main-column {
    width: 80%;
    height: auto;
    padding: 5px;
}


/* End Single Column Page Content Section */


/* Start Single Column Page Other Articles */

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

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

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

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

.column-single {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    margin: 10px;
}

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

.column-img-parent {
    width: 250px;
    height: 150px;
    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: 13px !important;
    margin-bottom: 0;
    color: #bd1821 !important;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: 1px;
}

p.column-single-text {
    font-size: 10px !important;
    width: 100%;
    letter-spacing: 1px;
    text-align: left;
    height: auto;
    color: black !important;
    /* text-align: left; */
}


/* 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: 280%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 32px;
    padding-bottom: 30px;
}

img.charm-img {
    width: 80%;
}

.recruit-charm p {
    color: white;
    letter-spacing: 0px;
    margin-bottom: 15px !important;
    font-size: 2.5vw;
    text-align: center;
    line-height: 2;
    width: 90%;
    margin: auto;
}

.charm-single-parent {
    display: flex;
    height: max-content;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.charm-single {
    padding-bottom: 6.5vw;
    width: 85vw;
}

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: 0px;
    padding: 0;
    font-size: 4vw;
    font-weight: bold;
}


/* charm section  */

.home-map {
    width: 100%;
    height: 310px;
    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;
    flex-direction: column;
    align-items: center;
    width: 90vw;
}

.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: 22.5%;
    /* height: 22.7vw; */
    background: white;
    z-index: 9;
}

.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: 9;
    /* 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 */


/* share button  */

@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;
    margin: -10px 20px 30px;
}

#share_top1 ul {
    /* margin: 0; */
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    /* margin-bottom: 12px; */
    /* margin: 10px 20px 30px; */
    justify-content: flex-start;
}

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

#share_top1 ul li a {
    min-width: 35px;
    text-decoration: none;
    display: inline-block;
    /* margin: 0 5px 5px 0; */
    font-size: 13px;
    font-weight: 400;
    color: #fff!important;
    background: #fafafa;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 3%);
    text-shadow: none;
    text-align: center;
    line-height: 30px;
    padding: 6px 2px;
    -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;
    font-family: 'Noto Sans JP';
}

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

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


/* end share button  */