.main-visual {
  position: relative;
  width: 100%;
  height: 800px;
  overflow-x: clip;
}

@media (max-width: 480px) {
  .main-visual {
    height: 109.87179vw;
  }
}

.main-visual .main-visual__in {
  position: relative;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
}

.main-visual .main-visual__bg {
  position: absolute;
  content: " ";
  min-width: 1500px;
  width: 100vw;
  height: 100%;
  background: url("../img/visual.jpg") no-repeat center center/cover;
  top: 0;
  left: 70px;
}

@media (max-width: 480px) {
  .main-visual .main-visual__bg {
    min-width: 100%;
    background-image: url("../img/visual-sp.png");
    height: 100%;
    left: 0;
  }
}

.main-visual .main-visual__bg::after {
  position: absolute;
  content: " ";
  width: 591px;
  height: 800px;
  background: url("../img/visual_cover.png") no-repeat center center/cover;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .main-visual .main-visual__bg::after {
    content: none;
  }
}

.main-visual .main-visual__msg {
  position: absolute;
  width: 700px;
  font-size: 4.2rem;
  font-weight: 350;
  color: #333;
  top: 50%;
  left: 70px;
  letter-spacing: 15px;
  line-height: 1.4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 480px) {
  .main-visual .main-visual__msg {
    width: 100%;
    font-size: 5.76923vw;
    top: calc(50% - 16.66667vw);
    left: 3.84615vw;
    letter-spacing: 1.02564vw;
  }
}

.main-visual .main-visual__msg .font-min {
  font-size: 80%;
}

.main-visual .main-visual__txt {
  display: inline-block;
  font-weight: 500;
  background-color: #fff;
  -webkit-box-shadow: 9px 7px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 9px 7px 0 rgba(0, 0, 0, 0.35);
}

@media (max-width: 480px) {
  .main-visual .main-visual__txt {
    -webkit-box-shadow: 1.02564vw 1.02564vw 0 rgba(0, 0, 0, 0.35);
            box-shadow: 1.02564vw 1.02564vw 0 rgba(0, 0, 0, 0.35);
  }
}

.main-visual .main-visual__txt:not(:last-child) {
  margin-bottom: 22px;
}

@media (max-width: 480px) {
  .main-visual .main-visual__txt:not(:last-child) {
    margin-bottom: 3.84615vw;
  }
}

.main-visual .main-visual__btn {
  position: absolute;
  width: 196px;
  bottom: 50px;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (min-width: 480px) {
  .main-visual .main-visual__btn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 480px) {
  .main-visual .main-visual__btn {
    width: 29.48718vw;
    height: 29.48718vw;
    right: 3.20513vw;
    bottom: 1.28205vw;
  }
}

.top_banner {
  max-width: 1200px;
  padding-top: 120px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .top_banner {
    width: 100%;
    padding: 20.51282vw 3.84615vw 0;
  }
}

.top_contents {
  padding: 110px 0;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_contents {
    padding: 21.79487vw 0;
  }
}

.top_contents .top_contents_inner {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner {
    width: 100%;
    padding: 0 4.48718vw;
  }
}

@media (max-width: 480px) {
  .top_contents .top_contents_txt {
    margin-bottom: 3.84615vw;
  }
}

.top_news {
  position: relative;
  overflow: visible;
  padding-bottom: 50px;
  z-index: 1;
}

@media (max-width: 480px) {
  .top_news {
    padding-bottom: 14vw;
  }
}

.top_news .ttl01 {
  text-align: left;
}

.top_news .ttl01::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.top_news .top_contents_inner {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top_news .top_news_link {
  font-size: 1.8rem;
  text-align: right;
  padding-top: 40px;
}

@media (max-width: 480px) {
  .top_news .top_news_link {
    font-size: 4.61538vw;
    padding-top: 6.41026vw;
  }
}

.top_news .top_news_link a {
  position: relative;
  display: inline-block;
  padding: 0 35px 2px 3px;
}

@media (max-width: 480px) {
  .top_news .top_news_link a {
    padding: 0 7.69231vw 0 0;
  }
}

@media (min-width: 480px) {
  .top_news .top_news_link a:hover::before {
    opacity: 1;
    bottom: 0;
  }
}

.top_news .top_news_link a::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: 4px;
  left: 0;
  opacity: 0;
  -webkit-transition: bottom .4s, opacity .4s;
  transition: bottom .4s, opacity .4s;
}

.top_news .top_news_link a::after {
  position: absolute;
  content: " ";
  width: 26px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/arrow-02.png");
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

@media (max-width: 480px) {
  .top_news .top_news_link a::after {
    width: 6.53846vw;
    height: 1.79487vw;
  }
}

.top_news_main {
  margin-bottom: 65px;
}

@media (max-width: 480px) {
  .top_news_main {
    margin-bottom: 8.97436vw;
  }
}

.top_news_main .top_news_main_item {
  border-bottom: 1px solid #b2b2b2;
}

@media (max-width: 480px) {
  .top_news_main .top_news_main_item {
    border-width: 0.12821vw;
  }
}

.top_news_main .top_news_main_item:nth-child(1) {
  border-top: 1px solid #b2b2b2;
}

@media (max-width: 480px) {
  .top_news_main .top_news_main_item:nth-child(1) {
    border-width: 0.12821vw;
  }
}

.top_news_main .top_news_main_item_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  gap: 0 25px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .top_news_main .top_news_main_item_btn {
    font-size: 3.84615vw;
    padding: 3.20513vw 0;
    gap: 1.28205vw 1.28205vw;
  }
}

@media (min-width: 480px) {
  .top_news_main .top_news_main_item_btn:hover {
    background-color: #fffeef;
  }
}

.top_news_main .top_news_main_item_cat {
  position: relative;
  width: 100px;
  font-size: 1.4rem;
  background-color: #fff100;
  border-radius: 5px;
  text-align: center;
}

@media (max-width: 480px) {
  .top_news_main .top_news_main_item_cat {
    width: 21.15385vw;
    font-size: 3.58974vw;
    border-radius: 0.64103vw;
    padding: 0.38462vw 0;
  }
}

.top_news_main .top_news_main_item_cat.contract {
  color: #fff;
  background-color: #a40000;
}

.top_news_main .top_news_main_item_date {
  position: relative;
  width: 140px;
}

@media (max-width: 480px) {
  .top_news_main .top_news_main_item_date {
    width: calc(100% - 25.64103vw);
  }
}

.top_news_main .top_news_main_item_ttl {
  width: calc(100% - 140px - 100px - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .top_news_main .top_news_main_item_ttl {
    width: 100%;
    padding: 0 5vw 0 0;
  }
}

.top_about {
  position: relative;
  padding: 0;
  background: url("../img/about_bg01.jpg") no-repeat bottom center/cover;
}

@media (max-width: 480px) {
  .top_about {
    background: url("../img/about_bg01-sp.jpg") no-repeat bottom center/cover;
  }
}

.top_about .top_contents_inner {
  position: relative;
  padding: 0;
  z-index: 1;
}

@media (max-width: 480px) {
  .top_about .top_contents_inner {
    content: none;
  }
}

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

@media (max-width: 480px) {
  .top_about .top_about_main {
    width: 100%;
    padding: 0 5vw;
    gap: 7.69231vw 0;
  }
}

.top_about .top_about_main_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 580px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 52px 65px;
}

@media (max-width: 480px) {
  .top_about .top_about_main_item {
    width: 100%;
    padding: 7.69231vw 5.12821vw 10.25641vw;
  }
}

.top_about .top_about_main_item--main {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .top_about .top_about_main_item--main {
    margin-bottom: 6.41026vw;
  }
}

.top_about .top_about_ttl {
  position: relative;
  font-size: 3rem;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 28px;
}

@media (max-width: 480px) {
  .top_about .top_about_ttl {
    font-size: 5.76923vw;
    padding-bottom: 3.84615vw;
    margin-bottom: 3.84615vw;
  }
}

.top_about .top_about_ttl::after {
  position: absolute;
  content: " ";
  width: 50px;
  height: 2px;
  background-color: #fff100;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .top_about .top_about_ttl::after {
    width: 9.61538vw;
    height: 0.25641vw;
  }
}

.top_about .top_about_main_item_ico {
  width: 88px;
  margin: 0 auto 20px;
  text-align: center;
}

@media (max-width: 480px) {
  .top_about .top_about_main_item_ico {
    width: 19.35897vw;
    margin-bottom: 7.69231vw;
  }
}

.top_service {
  position: relative;
  z-index: 1;
}

.top_service::before {
  position: absolute;
  content: " ";
  width: 620px;
  height: 100%;
  background-color: #f6f6f6;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 480px) {
  .top_service::before {
    width: 57.69231vw;
  }
}

.top_service .top_service_main_box:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .top_service .top_service_main_box:not(:last-child) {
    margin-bottom: 14.10256vw;
  }
}

.top_service .top_service_main_box_ttl {
  font-size: 3rem;
  border-left: 2px solid #fff100;
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .top_service .top_service_main_box_ttl {
    font-size: 5.76923vw;
    border-width: 0.64103vw;
    padding-left: 3.20513vw;
    margin-bottom: 5.12821vw;
  }
}

.top_service .top_service_main_box_list {
  margin-bottom: 65px;
}

@media (max-width: 480px) {
  .top_service .top_service_main_box_list {
    margin-bottom: 8.97436vw;
  }
}

.top_service .top_service_main_box_list_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  .top_service .top_service_main_box_list_item {
    padding-bottom: 0;
  }
}

.top_service .top_service_main_box_list_item:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .top_service .top_service_main_box_list_item:not(:last-child) {
    margin-bottom: 8.97436vw;
  }
}

.top_service .top_service_main_box_list_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top_service .top_service_main_box_list_item:nth-child(even) .top_service_main_box_list_item_main {
  left: 50px;
}

.top_service .top_service_main_box_list_item_img {
  width: 740px;
}

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

.top_service .top_service_main_box_list_item_main {
  position: absolute;
  width: 550px;
  padding: 35px 35px;
  background-color: rgba(255, 255, 255, 0.9);
  right: 0;
  bottom: 0;
}

@media (max-width: 480px) {
  .top_service .top_service_main_box_list_item_main {
    position: unset;
    width: 83.33333vw;
    padding: 5.12821vw 7.05128vw;
    margin: -8.97436vw auto 0;
  }
}

.top_service .top_service_main_box_list_item_main_pick {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .top_service .top_service_main_box_list_item_main_pick {
    font-size: 4.48718vw;
    margin-bottom: 7.05128vw;
  }
}

.top_service .top_service_main_box_list_item_main_list {
  margin-bottom: 30px;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .top_service .top_service_main_box_list_item_main_list {
    margin-bottom: 3.84615vw;
  }
}

.top_service .top_service_main_box_list_item_main_list_item {
  padding-left: 18px;
  text-indent: -18px;
}

@media (max-width: 480px) {
  .top_service .top_service_main_box_list_item_main_list_item {
    padding-left: 4.10256vw;
    text-indent: -4.10256vw;
  }
}

.top_service .top_service_main_box_list_item_main_list_item:not(:last-child) {
  margin-bottom: 5px;
}

.top_service .top_service_main_box_list_item_main_msg {
  margin-bottom: 0;
}

.top_advantage {
  position: relative;
  padding-bottom: 150px;
  overflow: visible;
  z-index: 1;
}

@media (max-width: 480px) {
  .top_advantage {
    padding-bottom: 19.23077vw;
  }
}

.top_advantage .ttl01 {
  text-align: left;
}

.top_advantage .ttl01::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.top_advantage .ttl01 .ttl01_en {
  top: 0;
}

@media (max-width: 480px) {
  .top_advantage .ttl01 .ttl01_en {
    font-size: 15.38462vw;
    top: -3.84615vw;
    left: 41.02564vw;
  }
}

.top_advantage .top_contents_inner {
  position: relative;
  z-index: 1;
}

.top_advantage .top_advantage_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 80px;
  padding: 40px 0 0;
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  .top_advantage .top_advantage_main {
    padding: 0;
    gap: 6.41026vw 0;
    margin-bottom: 15.38462vw;
  }
}

.top_advantage .top_advantage_main_item {
  position: relative;
  width: 310px;
  padding: 30px 0;
  border: 1px solid #262626;
  border-left: none;
  border-right: none;
}

@media (max-width: 480px) {
  .top_advantage .top_advantage_main_item {
    width: 100%;
    padding: 4.48718vw 0;
    border-width: 0.12821vw;
  }
}

.top_advantage .top_advantage_main_item::before, .top_advantage .top_advantage_main_item::after {
  position: absolute;
  content: " ";
  width: 20px;
  height: 1px;
  background-color: #fff100;
  right: 0;
}

@media (max-width: 480px) {
  .top_advantage .top_advantage_main_item::before, .top_advantage .top_advantage_main_item::after {
    width: 2.5641vw;
    height: 0.12821vw;
  }
}

.top_advantage .top_advantage_main_item::before {
  top: -1px;
}

@media (max-width: 480px) {
  .top_advantage .top_advantage_main_item::before {
    top: -0.12821vw;
  }
}

.top_advantage .top_advantage_main_item::after {
  bottom: -1px;
}

@media (max-width: 480px) {
  .top_advantage .top_advantage_main_item::after {
    bottom: -0.12821vw;
  }
}

.top_advantage .top_advantage_main_item_ttl {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .top_advantage .top_advantage_main_item_ttl {
    font-size: 4.48718vw;
    margin-bottom: 3.84615vw;
  }
}

.top_advantage .top_advantage_main_item_img {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_advantage .top_advantage_main_item_img {
    width: 73.07692vw;
    margin: 0 auto 3.84615vw;
  }
}

.top_advantage .top_advantage_main_item_msg {
  letter-spacing: 0px;
  line-height: 1.7;
}

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

.top_advantage .top_number_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 130px;
}

@media (max-width: 480px) {
  .top_advantage .top_number_main {
    gap: 8.97436vw 0;
  }
}

.top_advantage .top_number_main_item {
  width: 480px;
  text-align: center;
}

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

.top_advantage .top_number_main_item_ttl {
  width: 330px;
  font-size: 2.5rem;
  text-align: center;
  -webkit-box-shadow: 6px 5px 0 #a5a4a4;
          box-shadow: 6px 5px 0 #a5a4a4;
  margin: 0 auto 15px;
}

@media (max-width: 480px) {
  .top_advantage .top_number_main_item_ttl {
    width: 51.28205vw;
    font-size: 4.48718vw;
    padding: 0.25641vw 0;
    -webkit-box-shadow: 0.51282vw 0.89744vw 0 #a5a4a4;
            box-shadow: 0.51282vw 0.89744vw 0 #a5a4a4;
    margin-bottom: 3.84615vw;
  }
}

.top_advantage .top_number_main_item_nobox {
  margin-bottom: 30px;
  display: inline-block;
}

@media (max-width: 480px) {
  .top_advantage .top_number_main_item_nobox {
    margin-bottom: 3.84615vw;
  }
}

.top_advantage .top_number_main_item_no {
  position: relative;
  font-size: 10.5rem;
  line-height: 1;
  z-index: 1;
}

@media (max-width: 480px) {
  .top_advantage .top_number_main_item_no {
    font-size: 19.23077vw;
  }
}

.top_advantage .top_number_main_item_no::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 8px;
  background-color: #fff100;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 480px) {
  .top_advantage .top_number_main_item_no::before {
    height: 1.66667vw;
  }
}

.top_advantage .top_number_main_item_no .font-min {
  font-size: 60%;
}

.top_advantage .top_number_main_item_y {
  text-align: right;
  padding-top: 12px;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_advantage .top_number_main_item_y {
    font-size: 3.33333vw;
    padding-top: 2.5641vw;
  }
}

.top_advantage .top_number_main_item_msg {
  text-align: left;
}
/*# sourceMappingURL=top.css.map */