@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://use.typekit.net/zkq2emd.css");
body {
  margin: 0;
}

.top-header {
  display: block;
  width: 100%;
  height: 130vw;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.header-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 1;
  background: url(../img/kv_dot.png) repeat 0 0;
  background-size: 5px 5px;
}

.header-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

h1.top_ttl {
  position: absolute;
  color: white;
  transform: translate(20vw, 35vw);
  z-index: 2;
  font-family: rift, sans-serif;
  letter-spacing: 2px;
  font-size: 14vw;
  width: 70vw;
  text-align: center;
}

img.top-header-image {
  width: 100%;
}

.mc-top-parent {
  width: 100%;
  padding: 8vw 0px;
  background: url(../img/bg-pc.png);
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: -230vw 0vw;
  margin: 7vw 0vw;
}

.mc-top-ttl-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mc-top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

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

p.mc-single-text {
  width: 90%;
  margin: 4vw auto;
  font-size: 12px;
  font-family: "Noto Sans JP";
}

.mc-main {
  padding: 10px 0px;
}

table.mc-table {
  width: 90%;
  margin: auto;
}

table,
th,
td {
  border: 1px solid white;
  border-collapse: collapse;
}

td.mc-l {
  border: 1px solid white;
  color: white;
  background: #ac1821;
  font-family: "Noto Sans JP";
  width: 30%;
  text-align: left;
  padding: 0px 13px;
}

td.mc-r {
  font-family: "Noto Sans JP";
  padding: 15px 15px 15px 25px;
  border-top: 1px solid #8080807a;
  border-bottom: 1px solid #8080807a;
  border-right: 1px solid #8080807a;
  font-size: 12px;
}

.mc-btn {
  width: 200px;
  height: 50px;
  margin: 40px auto;
  background: #ac1821;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.8s ease-in-out;
  border-radius: 5px;
}

a.mc-link {
  color: inherit;
  text-decoration: none;
}

p.btn-txt {
  color: white;
  position: relative;
  font-family: "Noto Sans JP";
}

p.btn-txt::before {
  content: url(../img/mail-icon.png);
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0px 12px;
  transform: scale(1.3);
}

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

/* 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: 2px; */
  width: 90%;
  margin-bottom: 15px;
  font-size: 12px;
  text-align: center;
  line-height: 2;
}

.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: 16px;
  font-weight: bold;
}

/* charm section  */
