@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
.down {
  margin-top: -5%;
}

.history {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}
.history h2 {
  margin: 2%;
  font-size: 21vw;
  color: #EFEFF6;
  font-weight: 900;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-style: normal;
}
.history .text-line {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
.history .text-line h3 {
  width: 50%;
  font-size: 2.3vw;
  color: #2E3192;
  font-weight: 800;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
.history .text-line h3 span {
  font-size: 4vw;
  color: #F7931E;
}
.history .text-line:before,
.history .text-line:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  width: 10%;
  /* 線の太さ */
  background: #F7931E;
  /* 線の色 */
  margin: 1%;
  margin-top: 3%;
  /* 文字と線の余白 */
}

.works {
  display: flex;
  flex-wrap: wrap;
  background-color: #2E3192;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
.works .work {
  width: 33.3333333333%;
  position: relative;
}
.works .work .work-img {
  display: block;
}
.works .work .text-bottom {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0;
  font-size: 1.5vw;
  line-height: 150%;
}
.works .work .text-bottom h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 2%;
}
.works .work .text-bottom p {
  padding: 0;
  margin: 0;
}
.works .work .blue {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #2E3192;
  opacity: 0.5;
}
.works .work .text-top {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.5vw;
}
.works .work:hover .blue {
  visibility: hidden;
}
.works .work:hover .text-top {
  visibility: hidden;
}
.works .work:hover .text-bottom {
  opacity: 1;
}

.attract {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}
.attract h2 {
  margin: 2%;
  margin-top: 20%;
  margin-bottom: 15%;
  font-size: 13.4vw;
  color: #EFEFF6;
}
.attract .intro {
  width: 100%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.attract .intro h3 {
  color: #2E3192;
  font-size: 2.3vw;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
.attract .intro h3 span {
  color: #F7931E;
}

.three {
  display: flex;
  flex-wrap: nowrap;
  margin: 2%;
  margin-bottom: 10%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
.three .card {
  width: 33.3333333333%;
  position: relative;
  overflow: hidden;
  margin: 3%;
}
.three .card .title {
  position: absolute;
  top: 5%;
  right: 10%;
  text-align: right;
  font-weight: 800;
}
.three .card .title h5 {
  color: #29a6dd;
  font-size: 2.1vw;
  letter-spacing: 0.1em;
  margin: 0;
}
.three .card .title h6 {
  color: #F7931E;
  margin: 0;
  font-size: 1.2vw;
  letter-spacing: 0.1em;
}
.three .card .card-img {
  display: block;
}
.three .card .cover-img {
  width: 95%;
  display: block;
  position: absolute;
  bottom: 2.5%;
  left: 0;
}
.three .card .descript {
  position: absolute;
  top: 56%;
  left: 0;
  font-size: 1vw;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
.three .card .descript h5 {
  line-height: 140%;
  font-size: 1.3vw;
  padding: 0;
  margin: 0;
  color: #F7931E;
}
.three .card .descript h5 span {
  display: inline;
}
.three .card .descript .d-right {
  text-align: center;
  margin-bottom: 2%;
}
.three .card .descript p {
  margin: 0;
  font-family: "Sawarabi Gothic", sans-serif !important;
}

img {
  width: 100%;
}

/************************************
アニメーション
*************************************/
/*
.works {
    position: relative;

    overflow: hidden;
}

.blue-bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: transform 2s ease;
}

.black {
    position: absolute;
    top: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.8s ease;

    .b-t {
        opacity: 0;
        width: 32%;
        margin: 3%;
        margin-top: 0%;
        margin-left: -2%;
        margin-right: -2%;
        transition: transform 0.8s ease;
        transform: translateY(-400%);
    }

    .bt2 {
        margin-top: 3%;
        transition: transform 1s ease;
        transform: translateY(-400%);
    }

    .bt3 {
        margin-top: 6%;
        transition: transform 1.2s ease;
        transform: translateY(-400%);
    }
}

.event-box {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(400%);
    transition: transform 0.4s ease;
    opacity: 0;

    .event-t {
        width: 30%;
    }
}

.show {
    .blue-bg {
        opacity: 1;
    }

    .b-t {
        opacity: 1;
        transform: translateY(0%);
    }

    .event-box {
        transform: translateX(0%) !important;
        opacity: 1;
    }
}

.e1 {
    top: 27%;
    left: 7%;
    transition: transform 0.4s ease;

    .event-t {
        width: 60%;
    }
}

.e2 {
    top: 40%;
    left: 37%;
    transition: transform 0.5s ease;

    .event-t {
        width: 100%;
    }
}

.e3 {
    top: 53%;
    left: 7%;
    transition: transform 0.6s ease;

    .event-t {
        width: 40%;
    }
}

.e4 {
    top: 61%;
    left: 47%;
    transition: transform 0.7s ease;

    .event-t {
        width: 95%;
    }
}

.e5 {
    top: 74%;
    left: 5%;
    transition: transform 0.8s ease;

    .event-t {
        width: 50%;
    }
}

.e6 {
    top: 72%;
    left: 67%;
    transition: transform 0.9s ease;

    .event-t {
        width: 70%;
    }
}

.e7 {
    top: auto;
    left: auto;
    bottom: 1%;
    left: 80%;
    transition: transform 1s ease;

    .event-t {
        width: 60%;
    }
}
*/
/************************************
new
*************************************/
.works-title {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  margin-top: -5%;
  margin-bottom: 4%;
}
.works-title .w-title {
  display: block;
  background-color: #AE1F25;
  color: white;
  flex: 30%;
  width: 30%;
  text-align: center;
  font-size: 1.8vw;
  padding-bottom: 1%;
  padding-top: 1%;
  margin: 0.1%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  letter-spacing: 0.05em;
}

.works-img {
  width: 90%;
  margin: 0 auto;
}

/************************************
レスポンシブ
*************************************/
@media (max-width: 1000px) {
  .three .card .descript {
    font-size: 10px;
    line-height: 140%;
  }
}
@media (max-width: 950px) {
  .three .card .descript {
    font-size: 10px;
    line-height: 130%;
  }
}
@media (max-width: 900px) {
  .three .card .descript {
    font-size: 10px;
    line-height: 110%;
  }
}
@media (max-width: 850px) {
  .three .card .descript {
    font-size: 10px;
    line-height: 100%;
  }
  .three .card .descript p {
    margin: 0;
  }
}
@media (max-width: 790px) {
  .attract {
    margin-top: 20%;
  }
  .three .card .descript {
    font-size: 10px;
    transform: scale(0.9);
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 750px) {
  .three .card .descript {
    font-size: 10px;
    transform: scale(0.8);
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 700px) {
  .main-box .main-img {
    margin-top: 50px;
  }
  .main-box .menu-box {
    flex-wrap: wrap;
    top: 27%;
  }
  .main-box .menu-box a {
    width: 33.3333333333%;
    margin: 0;
  }
  .main-box .menu-box a h2 {
    padding: 0;
    margin: 0;
    line-height: 150%;
    font-size: 10px;
  }
  .works .work {
    width: 50%;
  }
  .history h2 {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .history .text-line {
    bottom: 20%;
    width: 45%;
  }
  .history .text-line h3 {
    font-size: 15px;
    width: 75%;
  }
  .history .text-line h3 span {
    font-size: 22px;
  }
  .attract {
    margin-top: 40%;
    margin-bottom: 80%;
  }
  .attract .intro {
    top: -120%;
    bottom: auto;
  }
  .attract .intro h3 {
    font-size: 15px;
  }
  .attract .intro p {
    font-size: 10px;
  }
  .works .work .text-top {
    font-size: 10px;
  }
  .attract h2 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  }
  .three {
    display: block;
    /*
    .card:nth-child(even) {
        margin-left: auto;
    }
    */
  }
  .three .card {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
  .three .card .title h5 {
    font-size: 20px;
  }
  .three .card .title h6 {
    font-size: 12px;
  }
  .three .card .descript h5 {
    font-size: 15px;
  }
  .three .card .descript {
    font-size: 10px;
  }
  .three .card .cover-img {
    bottom: -0.5%;
    right: -17%;
    left: auto;
  }
  .three .card .title {
    right: auto;
    top: auto;
    left: 5%;
    bottom: 5%;
    text-align: left;
  }
  .works-title {
    display: block;
  }
  .works-title .w-title {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1.5%;
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .three .card .descript {
    transform: scale(1) translate(0, -50%);
    width: 40%;
    left: auto;
    right: 2%;
    bottom: auto;
    top: 50%;
    line-height: 140%;
    font-size: 14px;
  }
  .attract {
    margin-bottom: 35%;
  }
  .three .card .descript .d-right {
    text-align: center;
    padding-left: 10%;
  }
  .three .card .descript .d-center {
    text-align: center;
    padding-left: 0%;
  }
}
@media (max-width: 600px) {
  .three .card .descript {
    transform: scale(1) translate(0, -50%);
    width: 40%;
    left: auto;
    right: 2%;
    bottom: auto;
    top: 50%;
    line-height: 140%;
    font-size: 13px;
  }
  .attract {
    margin-bottom: 45%;
  }
}
@media (max-width: 550px) {
  .three .card .descript {
    line-height: 130%;
    font-size: 12px;
  }
  .three .card .descript h5 {
    font-size: 13px;
  }
  .attract {
    margin-bottom: 55%;
  }
}
@media (max-width: 500px) {
  .three .card .descript {
    line-height: 150%;
    font-size: 12px;
    width: 50%;
  }
  .attract {
    margin-bottom: 65%;
  }
}
@media (max-width: 450px) {
  .three .card .descript {
    line-height: 140%;
    font-size: 12px;
    width: 50%;
  }
  .attract {
    margin-bottom: 75%;
  }
}
@media (max-width: 430px) {
  .three .card .descript {
    line-height: 130%;
    font-size: 11.5px;
  }
  .three .card .descript h5 {
    font-size: 12px;
  }
  .attract {
    margin-bottom: 80%;
  }
}
@media (max-width: 410px) {
  .three .card .descript {
    line-height: 130%;
    font-size: 10.5px;
  }
  .three .card .descript h5 {
    font-size: 11px;
  }
  .attract {
    margin-bottom: 85%;
  }
}
@media (max-width: 380px) {
  .three .card .descript {
    line-height: 130%;
    font-size: 10px;
  }
  .attract {
    margin-bottom: 85%;
  }
}
@media (max-width: 360px) {
  .three .card .descript {
    line-height: 140%;
    font-size: 10px;
    transform: scale(0.8) translate(0, -50%);
    width: 60%;
    top: 40%;
    right: -2%;
  }
  .attract {
    margin-bottom: 110%;
  }
}
@media (max-width: 330px) {
  .attract {
    margin-bottom: 140%;
  }
}
@media (max-width: 280px) {
  .three .card .descript {
    line-height: 120%;
    font-size: 10px;
    transform: scale(0.7) translate(0, -50%);
    top: 30%;
    width: 60%;
    right: -6%;
  }
  .attract {
    margin-bottom: 185%;
  }
}/*# sourceMappingURL=about.css.map */