#visual {
  width: 100vw;
  height: 1000px;
  background: #fff;
}
@media (max-width: 480px) {
  #visual {
    min-width: 100%;
    height: 146.3vw;
    padding-bottom: 3.85vw;
    overflow: hidden;
  }
}
#visual .visual {
  position: relative;
  margin: 0 25px;
  height: 100%;
}
@media (max-width: 480px) {
  #visual .visual {
    max-width: 100%;
    margin: 3.85vw 3.85vw 0 3.85vw;
  }
}
#visual .visual .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  opacity: 0;
  transition: opacity 5s ease;
  z-index: 1;
}
@media (max-width: 480px) {
  #visual .visual .bg_image {
    border-radius: 10px;
  }
}
#visual .visual .mv_txt {
  position: absolute;
  display: inline-block;
  width: 940px;
  height: 306px;
  top: 50%;
  left: calc(50% + 63px);
  transform: translate(-50%, -60%);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: left;
  line-height: 1.1;
  pointer-events: none;
  filter: drop-shadow(0 0 30px #fff);
  z-index: 2;
}
@media (max-width: 480px) {
  #visual .visual .mv_txt {
    width: 95vw;
    height: 32vw;
    left: calc(50% + 23px);
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 10px #fff);
  }
}
#visual .visual .mv_txt .main_txt, #visual .visual .mv_txt .sub_text {
  display: inline-block;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 2s cubic-bezier(0.4, 0, 1, 1), transform 2s cubic-bezier(0.4, 0, 1, 1);
}
#visual .visual .mv_txt .main_txt.animated {
  font-size: 15.25rem;
  line-height: 1.4;
  opacity: 1;
  transform: scale(1);
  text-shadow: 0 0 80px #fff, 0 0 80px #fff, 0 0 80px #fff, 0 0 80px #fff, 0 0 80px #fff, 0 0 80px #fff, 0 0 80px #fff, 0 0 80px #fff, 0 0 80px #fff;
}
@media (max-width: 480px) {
  #visual .visual .mv_txt .main_txt.animated {
    font-size: 15.4vw;
    letter-spacing: 0.1vw;
    line-height: 1;
    padding-bottom: 2.5vw;
    text-shadow: 0 0 80px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff;
  }
}
#visual .visual .mv_txt .sub_text.animated {
  font-size: 12.54rem;
  letter-spacing: 1.5rem;
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
  text-shadow: 0 10px 50px #fff, 0 10px 50px #fff, 0 10px 50px #fff, 0 10px 50px #fff, 0 10px 50px #fff, 0 10px 50px #fff;
}
@media (max-width: 480px) {
  #visual .visual .mv_txt .sub_text.animated {
    font-size: 12.6vw;
    letter-spacing: 1vw;
    text-shadow: 0 10px 20px #fff, 0 10px 20px #fff, 0 10px 20px #fff, 0 10px 20px #fff, 0 10px 20px #fff, 0 10px 20px #fff;
  }
}

#contents {
  overflow: hidden;
}
#contents section {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #contents section {
    width: 100%;
  }
}
#contents section .section_ttl {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #b4b4b5;
  border-bottom: 4px solid #b4b4b5;
  margin-bottom: 55px;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  #contents section .section_ttl {
    font-size: 5.2vw;
    border-bottom: 0.55vw solid #b4b4b5;
    margin-bottom: 10vw;
  }
}
#contents section .content_inner {
  display: block;
  padding: 0;
}
@media (max-width: 480px) {
  #contents section .content_inner {
    width: 100%;
  }
}
#contents section .content_inner .content_ttl {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 0.3rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #contents section .content_inner .content_ttl {
    font-size: 6.5vw;
    line-height: 1.8;
    letter-spacing: 0.5vw;
    margin-bottom: 5vw;
  }
}
#contents section .content_inner .content_txt p:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #contents .section_inner {
    padding: 0 3.85vw;
  }
}
#contents .mission {
  position: relative;
  margin-bottom: 180px;
  padding-top: 210px;
  padding-bottom: 174px;
  z-index: 0;
}
@media (max-width: 480px) {
  #contents .mission {
    margin-bottom: 19.3vw;
    padding-top: 20vw;
    padding-bottom: 24vw;
  }
}
#contents .mission::before {
  position: absolute;
  content: "";
  width: 1037px;
  height: 339px;
  top: 0;
  left: 29%;
  background-image: url(../img/top_txt01.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}
@media (max-width: 480px) {
  #contents .mission::before {
    width: 87.5vw;
    height: 30vw;
    left: 13vw;
  }
}
#contents .mission .section_inner {
  position: relative;
  z-index: 0;
}
#contents .mission .section_inner::before {
  position: absolute;
  content: "";
  width: 1140px;
  height: 750px;
  top: -110px;
  left: -23%;
  background-image: url(../img/mission-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 480px) {
  #contents .mission .section_inner::before {
    width: 100%;
    top: unset;
    left: 0px;
    bottom: -30vw;
    height: 100%;
    background-image: url(../img/mission-bg-sp.png);
    background-size: cover;
    background-position: bottom;
  }
}
#contents .mission .section_inner .content_inner {
  width: 780px;
}
@media (max-width: 480px) {
  #contents .mission .section_inner .content_inner {
    width: 100%;
  }
}
#contents .mission .section_inner .content_inner .content_txt {
  font-weight: 550;
  text-shadow: 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff;
}
@media (max-width: 480px) {
  #contents .mission .section_inner .content_inner .content_txt {
    font-size: 3.9vw;
    line-height: 1.7;
    letter-spacing: 0.2vw;
  }
}
@media (max-width: 480px) {
  #contents .mission .section_inner .content_inner .content_txt p {
    margin-bottom: 6vw;
  }
}
#contents .service {
  position: relative;
  padding-bottom: 125px;
  z-index: 0;
}
@media (max-width: 480px) {
  #contents .service {
    padding-bottom: 0.1vw;
  }
}
#contents .service::before {
  position: absolute;
  content: "";
  width: 1232px;
  height: 236px;
  bottom: 0;
  left: -5.5%;
  background-image: url(../img/top_txt02.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 480px) {
  #contents .service::before {
    width: 100%;
    height: 19vw;
    left: 0;
  }
}
#contents .service .section_inner {
  position: relative;
}
@media (max-width: 480px) {
  #contents .service .section_inner {
    margin-bottom: 11vw;
  }
}
@media (max-width: 480px) {
  #contents .service .section_inner .overview {
    margin-bottom: 10vw;
  }
}
#contents .service .section_inner .overview .ttl_area {
  display: flex;
  gap: 45px;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  #contents .service .section_inner .overview .ttl_area {
    align-items: flex-start;
    flex-direction: column;
    gap: 10vw;
    margin-bottom: 10vw;
  }
}
#contents .service .section_inner .overview .ttl_area .section_ttl {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #contents .service .section_inner .overview .ttl_area .section_btn a {
    padding-bottom: 0;
  }
}
#contents .service .section_inner .overview .content_inner {
  width: 500px;
}
@media (max-width: 480px) {
  #contents .service .section_inner .overview .content_inner {
    width: 100%;
  }
}
#contents .service .section_inner .overview .content_inner .content_txt {
  font-size: 1.5rem;
  font-weight: 550;
  letter-spacing: 0.01rem;
}
@media (max-width: 480px) {
  #contents .service .section_inner .overview .content_inner .content_txt {
    font-size: 3.9vw;
    line-height: 1.7;
    letter-spacing: 0.2vw;
  }
}
#contents .service .section_inner .img_area {
  position: absolute;
  width: 750px;
  top: 30px;
  left: 50%;
  transform: translateX(50px);
}
@media (max-width: 480px) {
  #contents .service .section_inner .img_area {
    position: static;
    width: 100%;
    transform: none;
  }
}
#contents .service .section_inner .img_area img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
#contents .service .service_list {
  padding-top: 130px;
}
@media (max-width: 480px) {
  #contents .service .service_list {
    padding-top: 13vw;
  }
}
#contents .service .service_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul {
    justify-content: space-between;
    gap: 5vw 3vw;
  }
}
#contents .service .service_list ul li {
  width: 340px;
  height: 162px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 6px rgba(51, 51, 51, 0.0588235294);
  transition: background-color 0.3s;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li {
    width: 44.2vw;
    height: 44.2vw;
  }
}
#contents .service .service_list ul li:last-child {
  width: 720px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li:last-child {
    width: 100%;
  }
}
@media (min-width: 480px) {
  #contents .service .service_list ul li:hover {
    background-color: #eee;
  }
  #contents .service .service_list ul li:hover:nth-child(n) {
    background-image: none;
  }
}
#contents .service .service_list ul li a {
  display: grid;
  grid-template-columns: 70px 180px 1fr;
  grid-template-rows: 90px 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
  padding: 0 25px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li a {
    grid-template-columns: 1fr;
    grid-template-rows: 7.8vw 11.6vw 13vw 1fr;
    padding: 3vw;
  }
}
#contents .service .service_list ul li a .icon {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 70%;
  justify-self: start;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li a .icon {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 7.5vw;
    justify-self: center;
  }
}
#contents .service .service_list ul li a .list_ttl {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 180px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li a .list_ttl {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    font-size: 4.5vw;
    letter-spacing: 0.1vw;
    line-height: 1;
    text-align: center;
  }
}
#contents .service .service_list ul li a .arrow {
  grid-column: 3/4;
  grid-row: 1/2;
  width: 40px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li a .arrow {
    grid-column: 1/2;
    grid-row: 4/5;
    justify-self: end;
    width: 11vw;
  }
}
#contents .service .service_list ul li a .arrow img {
  width: 100%;
}
#contents .service .service_list ul li a p {
  grid-column: 1/4;
  grid-row: 2/3;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
  align-self: self-start;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li a p {
    grid-column: 1/2;
    grid-row: 3/4;
    font-size: 3.6vw;
  }
}
#contents .service .service_list ul li .last_part {
  display: grid;
  grid-template-columns: 140px 470px 1fr;
  grid-template-rows: 70px 1fr;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li .last_part {
    grid-template-columns: 18vw 53vw 1fr;
    grid-template-rows: 15vw 1fr;
    padding: 3vw 5vw;
  }
}
#contents .service .service_list ul li .last_part .icon {
  grid-column: 1/2;
  grid-row: 1/3;
  justify-self: center;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li .last_part .icon {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 14vw;
    justify-self: start;
  }
}
#contents .service .service_list ul li .last_part .list_ttl {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  align-self: end;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li .last_part .list_ttl {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 4.5vw;
    letter-spacing: 0.1vw;
    text-align: left;
  }
}
#contents .service .service_list ul li .last_part p {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
  justify-self: left;
  align-self: start;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li .last_part p {
    grid-column: 1/4;
    grid-row: 2/3;
    font-size: 3.6vw;
    align-self: end;
  }
}
#contents .service .service_list ul li .last_part .arrow {
  grid-column: 3/4;
  grid-row: 1/2;
  width: 40px;
  align-self: end;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li .last_part .arrow {
    width: 11vw;
  }
}
#contents .service .service_list ul li .last_part .arrow img {
  grid-column: 3/4;
  grid-row: 1/2;
}
#contents .service .service_list ul li:nth-child(n) {
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li:nth-child(n) {
    background-size: 31vw;
  }
}
#contents .service .service_list ul li:nth-child(1) {
  background-image: url(../img/num_img01.png);
  background-position: top 10px right -6px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li:nth-child(1) {
    background-size: 26vw;
    background-position: top 19vw right -1vw;
  }
}
#contents .service .service_list ul li:nth-child(2) {
  background-image: url(../img/num_img02.png);
  background-position: top 10px right -16px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li:nth-child(2) {
    background-position: top 19vw right -2vw;
  }
}
#contents .service .service_list ul li:nth-child(3) {
  background-image: url(../img/num_img03.png);
  background-position: top 10px right -16px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li:nth-child(3) {
    background-position: top 19vw right -2vw;
  }
}
#contents .service .service_list ul li:nth-child(4) {
  background-image: url(../img/num_img04.png);
  background-position: top 10px right -23px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li:nth-child(4) {
    background-position: top 19vw right -3vw;
  }
}
#contents .service .service_list ul li:nth-child(5) {
  background-image: url(../img/num_img05.png);
  background-position: top 10px right -14px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li:nth-child(5) {
    background-position: top 19vw right -3vw;
  }
}
#contents .service .service_list ul li:nth-child(6) {
  background-image: url(../img/num_img06.png);
  background-position: top 10px right -16px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li:nth-child(6) {
    background-position: top 19vw right -3vw;
  }
}
#contents .service .service_list ul li:nth-child(7) {
  background-image: url(../img/num_img07.png);
  background-position: top 10px right -3px;
}
@media (max-width: 480px) {
  #contents .service .service_list ul li:nth-child(7) {
    background-position: top 16vw right -2vw;
  }
}
#contents .message {
  position: relative;
  width: auto;
  padding-top: 138px;
  padding-bottom: 200px;
  background-image: url(../img/message_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 480px) {
  #contents .message {
    background-image: url(../img/message_bg-sp.png);
    padding: 13vw 0 31.5vw;
  }
}
#contents .message .section_inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #contents .message .section_inner {
    width: 100%;
  }
}
#contents .message .section_inner .content_txt {
  margin-bottom: 65px;
  font-weight: 550;
  line-height: 2.1;
}
@media (max-width: 480px) {
  #contents .message .section_inner .content_txt {
    font-size: 3.9vw;
    line-height: 1.7;
    letter-spacing: 0.2vw;
  }
}
#contents .message .section_inner .content_txt .mb20 {
  margin-bottom: 20px;
}
#contents .message .section_inner .btn_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #contents .message .section_inner .btn_list {
    flex-direction: column;
    gap: 10.3vw;
  }
}
#contents .message .section_inner .btn_list .btn_base {
  position: relative;
  width: 520px;
  height: 80px;
  font-size: 2.3rem;
  margin: 0;
  background-color: #bf003c;
}
@media (max-width: 480px) {
  #contents .message .section_inner .btn_list .btn_base {
    width: 100%;
    height: 15.4vw;
    font-size: 4.1vw;
  }
}
#contents .message .section_inner .btn_list .btn_base::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  opacity: 0.86;
  background-color: #bf003c;
  transition: background-color 0.3s, opacity 0.3s;
}
#contents .message .section_inner .btn_list .btn_base a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 20px;
  z-index: 10;
}
@media (max-width: 480px) {
  #contents .message .section_inner .btn_list .btn_base a {
    font-weight: 600;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
#contents .message .section_inner .btn_list .btn_base a .arrow {
  width: 116px;
  padding-left: 20px;
}
@media (max-width: 480px) {
  #contents .message .section_inner .btn_list .btn_base a .arrow {
    width: 27vw;
  }
}
#contents .message .section_inner .btn_list .btn_base a .arrow img {
  width: 100%;
}
#contents .message .section_inner .btn_list .btn_base:hover::before {
  background-color: #bf003c;
  opacity: 1;
}
@media (max-width: 480px) {
  #contents .message .section_inner .btn_list .btn_base:hover::before {
    background-color: #333;
    opacity: 0.86;
  }
}
#contents .news {
  padding: 180px 0;
}
@media (max-width: 480px) {
  #contents .news {
    padding: 19.3vw 0 20vw;
  }
}
#contents .news .section_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 480px) {
  #contents .news .section_inner {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  #contents .news .section_inner .left_are {
    width: 100%;
  }
}
#contents .news .section_inner .left_are .section_ttl {
  margin-bottom: 130px;
}
@media (max-width: 480px) {
  #contents .news .section_inner .left_are .section_ttl {
    margin-bottom: 10vw;
  }
}
@media (max-width: 480px) {
  #contents .news .section_inner .content_inner {
    width: 100%;
  }
}
#contents .news .section_inner .content_inner .news_list {
  width: 800px;
}
@media (max-width: 480px) {
  #contents .news .section_inner .content_inner .news_list {
    width: 100%;
  }
}
#contents .news .section_inner .content_inner .news_list ul li {
  margin-bottom: 10px;
}
#contents .news .section_inner .content_inner .news_list ul li:last-child {
  margin-bottom: 0;
}
#contents .news .section_inner .content_inner .news_list ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 2.5;
  border-bottom: 1px solid #b4b4b5;
  background-color: #fff;
  transition: color 0.3s;
}
@media (max-width: 480px) {
  #contents .news .section_inner .content_inner .news_list ul li a {
    font-size: 3.6vw;
    line-height: 1.7;
    padding-bottom: 2vw;
  }
}
#contents .news .section_inner .content_inner .news_list ul li a span {
  padding-left: 3rem;
}
@media (max-width: 480px) {
  #contents .news .section_inner .content_inner .news_list ul li a span {
    font-size: 3.9vw;
    padding-left: 0;
  }
}
#contents .news .section_inner .content_inner .news_list ul li a:hover {
  color: #bf003c;
}
@media (max-width: 480px) {
  #contents .news .section_inner .content_inner .news_list ul li a:hover {
    color: #333;
  }
}
@media (max-width: 480px) {
  #contents .section_btn {
    width: 100%;
  }
}
#contents .section_btn a {
  position: relative;
  display: flex;
  width: 200px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
}
@media (max-width: 480px) {
  #contents .section_btn a {
    width: 100%;
    font-size: 4.7vw;
    justify-content: space-between;
  }
}
#contents .section_btn a .arrow_area {
  position: relative;
  display: block;
  width: 110px;
  height: 30px;
  margin-left: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  #contents .section_btn a .arrow_area {
    width: 51vw;
  }
}
#contents .section_btn a .arrow_area::after, #contents .section_btn a .arrow_area::before {
  position: absolute;
  content: "";
  display: block;
  width: 96px;
  height: 8px;
  top: 50%;
  transform: translateY(-6px);
  background-image: url(../img/arrow-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
@media (max-width: 480px) {
  #contents .section_btn a .arrow_area::after, #contents .section_btn a .arrow_area::before {
    background-image: url(../img/arrow-r-sp.png);
  }
}
#contents .section_btn a .arrow_area::after {
  left: 10%;
  z-index: 1;
}
@media (max-width: 480px) {
  #contents .section_btn a .arrow_area::after {
    width: 100%;
    height: 5vw;
    left: 0;
    transform: translateY(-2.2vw);
  }
}
#contents .section_btn a .arrow_area::before {
  left: -100px;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  #contents .section_btn a .arrow_area::before {
    content: none;
  }
}
#contents .section_btn a:hover .arrow_area::after {
  left: 100%;
  opacity: 0;
}
@media (max-width: 480px) {
  #contents .section_btn a:hover .arrow_area::after {
    left: 0;
    transform: translateY(-2.2vw);
    opacity: 1;
  }
}
#contents .section_btn a:hover .arrow_area::before {
  left: 10%;
  opacity: 1;
}
#contents .section_btn.mb5 {
  margin-bottom: 5px;
}
@media (max-width: 1100px) {
  #contents .section_btn.mb5 {
    margin-bottom: 10vw;
  }
}/*# sourceMappingURL=top.css.map */