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

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

.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 h2 {
    color: #ac1821 !important;
    font-size: 90px !important;
    margin: 0;
    font-family: rift, sans-serif !important;
    line-height: 1;
  }
  
  .column-top-section p {
    color: #ac1821;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 4px;
    font-weight: bold;
  }

/* 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 */

/* Column Archive Section */

a.archive-link{
    text-decoration: none !important;
}

.column-parent{
    margin-bottom: 1%;
}

.column_content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 3%;
    padding-top: 3%;
    /* border-bottom: 1px solid #ccc; */
    width: 60%;
    margin: auto;
}

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

.column1 {
    /* width: 100%;
    height: auto; */
    height:14vw;
    /* height: 200px; */
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.date-column{
    color: gray;
    margin-top: 3%;
    margin-left: 5%;
    font-size: 12px;
}

h3.title-column {
    color: #bd1821 !important;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 3%;
    min-height: 96px;
    font-size: 16px !important;
    font-weight: bold !important;
}


* {
    box-sizing: border-box;
  }
  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 33.33%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    margin-bottom: 36px;
    padding-bottom: 10px;
  }
  .card: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 Column Archive Section */

/* 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%;
}