.mv {
  min-height: 750px;
  overflow: hidden;
  position: relative;
  background: url(../img/visual_image-pc.jpg) no-repeat center center/cover;
}

@media (max-width: 480px) {
  .mv {
    min-height: unset;
    position: static;
    background: none;
  }
}

.mv_inner {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1400px;
}

@media (max-width: 480px) {
  .mv_inner {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
  }
}

.mv_title {
  margin-left: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1190px;
}

@media (max-width: 480px) {
  .mv_title {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .mv_title img {
    width: 100%;
  }
}

.top_aboutus {
  padding: 160px 0 100px;
  position: relative;
}

@media (max-width: 480px) {
  .top_aboutus {
    padding: 7.05128vw 0 12.82051vw;
  }
}

.top_aboutus_title {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1350px;
  max-width: 100%;
  color: #e0eefd;
  font-family: "Poppins", sans-serif;
  font-size: 12rem;
  line-height: 0.8;
  text-align: right;
}

@media (max-width: 480px) {
  .top_aboutus_title {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    font-size: 17.94872vw;
    margin-bottom: 6.41026vw;
  }
}

.top_aboutus_box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 480px) {
  .top_aboutus_box {
    width: 100%;
    display: block;
  }
}

.top_aboutus_image {
  width: 600px;
}

@media (max-width: 480px) {
  .top_aboutus_image {
    width: auto;
    margin: 0 8.97436vw;
  }
}

@media (max-width: 480px) {
  .top_aboutus_image img {
    width: 100%;
  }
}

.top_aboutus_text {
  width: 510px;
  padding-top: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 480px) {
  .top_aboutus_text {
    width: auto;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin: 0 5.64103vw;
    padding-top: 12.17949vw;
  }
}

.top_aboutus_list {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 0;
}

@media (max-width: 480px) {
  .top_aboutus_list {
    margin-bottom: 12.17949vw;
    gap: 9.61538vw 0;
  }
}

.top_aboutus_subtitle {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-top: 65px;
  position: relative;
}

@media (max-width: 480px) {
  .top_aboutus_subtitle {
    margin-bottom: 3vw;
    font-size: 5.12821vw;
    padding-top: 7.69231vw;
  }
}

.top_aboutus_subtitle span.count {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  text-align: center;
  font-size: 2.4rem;
  min-height: 47px;
  border-bottom: 2px solid #bdbdbd;
  color: #3090f0;
}

@media (max-width: 480px) {
  .top_aboutus_subtitle span.count {
    line-height: 1;
    width: auto;
    letter-spacing: 0.5px;
    font-size: 1.4rem;
    min-height: 4.87179vw;
    padding-bottom: 2vw;
    border-bottom-width: 1px;
  }
}

.top_aboutus_btns {
  justify-items: center;
}

.top_service {
  background: #eaf4fd;
  padding: 40px 0 80px;
}

@media (max-width: 480px) {
  .top_service {
    padding: 12vw 5.64103vw;
  }
}

.top_service_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px 0;
}

@media (max-width: 480px) {
  .top_service_inner {
    gap: 8.71795vw 0;
  }
}

.top_service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .top_service_list {
    width: 100%;
    gap: 11.53846vw 4.87179vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.top_service_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}

@media (max-width: 480px) {
  .top_service_list li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    gap: 3.20513vw 0;
  }
}

.top_service_image a {
  display: block;
  position: relative;
  position: relative;
}

@media (min-device-width: 917px) and (min-width: 897px) {
  .top_service_image a:hover img {
    opacity: 0.5;
  }
  .top_service_image a:hover .top_service_text {
    color: #07529d;
  }
}

.top_service_image a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0)), color-stop(30%, rgba(0, 0, 255, 0)), color-stop(40%, rgba(0, 0, 255, 0)), to(#308fee));
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0) 0%, rgba(0, 0, 255, 0) 30%, rgba(0, 0, 255, 0) 40%, #308fee 100%);
}

@media (max-width: 480px) {
  .top_service_image a::after {
    height: 25.64103vw;
  }
}

.top_service_image img {
  width: 100%;
  height: 376px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_service_image img {
    height: 58.71795vw;
  }
}

.top_service_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 16px 20px 24px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

@media (max-width: 480px) {
  .top_service_text {
    font-size: 5.12821vw;
    line-height: 1.4;
    padding: 16px 7.69231vw 4.23077vw 3.07692vw;
  }
}

.top_service_text:after {
  content: "";
  color: #060606;
  position: absolute;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwNjA2MDYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik05IDE4bDYtNi02LTYiLz48L3N2Zz4=") no-repeat center center #fff;
  background-size: 16px auto;
  border-radius: 50%;
  right: 23px;
  bottom: 21px;
}

@media (max-width: 480px) {
  .top_service_text:after {
    width: 4.10256vw;
    height: 4.10256vw;
    right: 3.71795vw;
    bottom: 5.51282vw;
    background-size: 3.33333vw auto;
    background-position: left 0.64103vw center;
  }
}

.top_service_caption {
  line-height: 1.6;
}

.top_service_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}

@media (max-width: 480px) {
  .top_service_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.64103vw 0;
  }
}

[class^="top_"][class$="_title"]:not(.top_aboutus_title):not(.top_news_title) {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  position: relative;
}

@media (max-width: 480px) {
  [class^="top_"][class$="_title"]:not(.top_aboutus_title):not(.top_news_title) {
    gap: 2.17949vw 0;
    padding-top: 7.94872vw;
    margin-bottom: 7.94872vw;
  }
}

[class^="top_"][class$="_title"]:not(.top_aboutus_title):not(.top_news_title)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  top: 0;
  left: 50%;
  background: #3090f0;
}

@media (max-width: 480px) {
  [class^="top_"][class$="_title"]:not(.top_aboutus_title):not(.top_news_title)::after {
    height: 5.64103vw;
  }
}

[class^="top_"][class$="_title"]:not(.top_aboutus_title):not(.top_news_title) > [class$="_eng"] {
  font-size: 2rem;
  color: #3090f0;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

@media (max-width: 480px) {
  [class^="top_"][class$="_title"]:not(.top_aboutus_title):not(.top_news_title) > [class$="_eng"] {
    font-size: 4.48718vw;
  }
}

[class^="top_"][class$="_title"]:not(.top_aboutus_title):not(.top_news_title) > [class$="_jpn"] {
  font-size: 3rem;
  line-height: 1.4;
}

@media (max-width: 480px) {
  [class^="top_"][class$="_title"]:not(.top_aboutus_title):not(.top_news_title) > [class$="_jpn"] {
    font-size: 5.12821vw;
  }
}

.top_area {
  padding: 80px 0;
  background: url(../img/top_area_bg-pc.jpg) no-repeat center center/cover;
}

@media (max-width: 480px) {
  .top_area {
    padding: 12vw 5.64103vw;
    background-image: url(../img/top_area_bg-sp.jpg);
  }
}

#contents .top_area_title {
  padding: 60px 0 20px;
}

@media (max-width: 480px) {
  #contents .top_area_title {
    padding: 7.94872vw 0 0;
  }
}

.top_area_inner {
  width: 1000px;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 0 60px 60px 70px;
}

@media (max-width: 480px) {
  .top_area_inner {
    width: 100%;
    padding: 8.33333vw 5.12821vw 7.69231vw;
    border-radius: 20px;
  }
}

.top_area_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .top_area_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_area_text {
  width: 500px;
  padding-top: 50px;
}

@media (max-width: 480px) {
  .top_area_text {
    padding-top: 0;
    width: 100%;
    margin-bottom: 8.97436vw;
  }
}

@media (max-width: 480px) {
  .top_area_image img {
    width: 55.76923vw;
    margin: 0 auto;
  }
}

.top_area_subtitle {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .top_area_subtitle {
    font-size: 4.35897vw;
    letter-spacing: 0.5px;
    margin-bottom: 5.12821vw;
  }
}

#contents .top_area_msg p:last-child {
  margin-bottom: 0;
}

.top_banner {
  background: #fff;
  padding: 80px 0 70px;
}

@media (max-width: 480px) {
  .top_banner {
    padding: 12vw 5.64103vw 7.05128vw;
  }
}

.top_banner .banner_image {
  display: table;
  margin: 0 auto;
}

.top_banner .banner_image a {
  display: block;
  position: relative;
}

@media (min-device-width: 917px) and (min-width: 897px) {
  .top_banner .banner_image a:hover::after {
    opacity: 1;
  }
}

.top_banner .banner_image a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_banner .banner_image a::after {
    content: none;
  }
}

@media (max-width: 480px) {
  .top_banner .banner_image img {
    width: 100%;
  }
}

.top_news {
  margin-bottom: 75px;
}

@media (max-width: 480px) {
  .top_news {
    margin-bottom: 12vw;
    padding: 0 5.64103vw;
  }
}

.top_news_inner {
  width: 1200px;
  margin: 0 auto;
  border: solid #717171;
  border-width: 2px 0;
  padding: 55px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media (max-width: 480px) {
  .top_news_inner {
    border-width: 1px 0;
    padding: 5.76923vw 5.12821vw;
    display: block;
  }
}

.top_news_title {
  width: 170px;
  font-size: 2.5rem;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_news_title {
    width: auto;
    font-size: 5.12821vw;
    margin-bottom: 5.12821vw;
  }
}

.top_news_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 3px;
}

.top_news_list:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  .top_news_list {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.top_news_list dt {
  font-size: 1.6rem;
  float: left;
}

@media (max-width: 480px) {
  .top_news_list dt {
    float: none;
    font-size: 1.5rem;
  }
}

.top_news_list dd {
  padding: 0 30px 0 140px;
}

@media (max-width: 480px) {
  .top_news_list dd {
    padding: 0 0 0 0;
  }
}

.top_news_list dd:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}

@media (max-width: 480px) {
  .top_news_list dd:not(:last-child) {
    padding-bottom: 5.12821vw;
    margin-bottom: 5.12821vw;
  }
}

.top_news_list h3 {
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .top_news_list h3 {
    font-size: inherit;
    margin-bottom: 4.48718vw;
    line-height: 1.7;
  }
}
/*# sourceMappingURL=top.css.map */