@charset "UTF-8";
.top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top_mv {
  max-height: 90vh;
  height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100vw; /* ビューポートの幅いっぱいに */
}
@media screen and (max-width: 1600px) {
  .top_mv {
    max-height: 90vh;
    display: none;
  }
}
.top_mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  -o-object-fit: cover;
     object-fit: cover; /* アスペクト比を維持しつつカバー */
  transform: translate(-50%, -50%); /* 中央寄せ */
}
.top_mv_note {
  width: 100%;
  max-height: 98vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1600px) {
  .top_mv_note {
    max-height: 98vh;
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .top_mv_note {
    margin-top: 16vw;
  }
}
.top_mv_note video {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.top_news {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  overflow: hidden;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  animation: open-news 0.5s ease forwards;
}
@media screen and (max-width: 500px) {
  .top_news {
    position: relative;
    animation: none;
  }
}
.top_news_close {
  animation: close-news 20s ease infinite;
}
@media screen and (max-width: 500px) {
  .top_news_close {
    animation: none;
  }
}
.top_news_close:hover {
  animation-play-state: paused;
}
.top_news_wrap {
  display: flex;
  width: 1350px;
  height: auto;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .top_news_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_wrap {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .top_news_wrap:first-child .top_news_title {
    display: flex;
  }
}
.top_news_wrap:first-child .top_news_title_text {
  display: block;
}
.top_news_wrap:first-child .top_news_title_subtext {
  display: block;
}
.top_news_wrap:first-child .top_news_cont_wrap a {
  border: none;
}
.top_news_wrap:nth-child(n+2) .top_news_cont_wrap {
  padding-top: 0px;
}
@media screen and (max-width: 500px) {
  .top_news_wrap:nth-child(n+2) .top_news_cont_wrap a {
    padding-top: 0px;
  }
}
.top_news_back {
  display: flex;
  margin: 0 auto;
  width: 1920px;
  height: 100%;
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .top_news_back {
    width: 120vw;
  }
}
.top_news_back-right {
  width: 1320px;
  height: 100%;
  background: #ccecfb;
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .top_news_back-right {
    width: 82.5vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_back-right {
    background: none;
  }
}
.top_news_back-left {
  width: 600px;
  height: 100%;
  background: #00a0e9;
  opacity: 0.6;
}
@media screen and (max-width: 1600px) {
  .top_news_back-left {
    width: 37.5vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_back-left {
    background: none;
  }
}
.top_news_title {
  width: 315px;
  align-items: start;
  display: flex;
  padding-top: 20px;
}
@media screen and (max-width: 1600px) {
  .top_news_title {
    width: 19.6875vw;
    padding-top: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_title {
    width: 100%;
    background: rgba(0, 160, 233, 0.8);
    padding: 2.6666666667vw 4vw 1.3333333333vw;
    display: none;
  }
}
.top_news_title_text {
  display: none;
}
.top_news_title_text p {
  font-size: 28px;
  font-family: "Antenna";
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .top_news_title_text p {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_title_text p {
    font-size: 5.8666666667vw;
  }
}
.top_news_title_subtext {
  margin: 4px 0 0 35px;
  display: none;
}
@media screen and (max-width: 1600px) {
  .top_news_title_subtext {
    margin-top: 0.25vw;
    margin-left: 2.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_title_subtext {
    margin-top: 1.0666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.top_news_title_subtext p {
  font-size: 20px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .top_news_title_subtext p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_title_subtext p {
    font-size: 3.7333333333vw;
  }
}
.top_news_cont {
  width: calc(100% - 315px);
}
@media screen and (max-width: 1600px) {
  .top_news_cont {
    width: calc(100% - 19.6875vw);
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont {
    width: 100%;
    background: rgba(204, 236, 251, 0.8);
  }
}
.top_news_cont_wrap {
  height: auto;
  padding: 10px 0 10px;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.top_news_cont_wrap a {
  display: flex;
  text-decoration: none;
  margin-left: 30px;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap a {
    margin-left: 1.875vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap a {
    margin-left: 0;
    height: auto;
    padding: 2.6666666667vw 4vw;
  }
}
.top_news_cont_wrap_day {
  width: 140px;
  padding-left: 30px;
  margin-top: 3px;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap_day {
    width: 8.75vw;
    padding-left: 1.875vw;
    margin-top: 0.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_day {
    width: 17.3333333333vw;
    padding-left: 0;
    margin-top: 0;
  }
}
.top_news_cont_wrap_day p {
  font-size: 16px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap_day p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_day p {
    font-size: 2.6666666667vw;
  }
}
.top_news_cont_wrap_category {
  width: 100px;
  height: 20px;
  padding: 4px 0;
  background: #1FA1DB;
  text-align: center;
  margin-right: 25px;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap_category {
    width: 6.25vw;
    height: 1.25vw;
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_category {
    width: 18.6666666667vw;
    height: auto;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    margin-right: 0;
    margin-left: 2.6666666667vw;
  }
}
.top_news_cont_wrap_category p {
  font-size: 12px;
  font-weight: 500;
  font-family: "ヒラギノ角ゴ Std", "Hiragino Kaku Gothic Std", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap_category p {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_category p {
    font-size: 3.2vw;
  }
}
.top_news_cont_wrap #oshirase {
  background: #1FA1DB;
}
.top_news_cont_wrap #product {
  background: #1F72C0;
}
.top_news_cont_wrap #event {
  background: #1FA479;
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_text {
    width: calc(100% - 17.3333333333vw);
  }
}
.top_news_cont_wrap_text_ttl p {
  font-size: 19px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap_text_ttl p {
    font-size: 1.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_text_ttl p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_text_txt {
    display: none;
  }
}
.top_news_cont_wrap_text_txt p {
  font-size: 16px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap_text_txt p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_text_txt p {
    font-size: 3.2vw;
  }
}
.top_news_cont_wrap_link {
  display: flex;
  margin: 2px 0 0 auto;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap_link {
    margin-top: 0.125vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_link {
    display: none;
    margin-top: 0;
  }
}
.top_news_cont_wrap_link_text {
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap_link_text {
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_link_text {
    margin-right: 1.3333333333vw;
  }
}
.top_news_cont_wrap_link_text p {
  font-size: 14px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap_link_text p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_link_text p {
    font-size: 3.2vw;
  }
}
.top_news_cont_wrap_link_arrow p {
  font-size: 14px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  .top_news_cont_wrap_link_arrow p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .top_news_cont_wrap_link_arrow p {
    font-size: 3.2vw;
  }
}

.home_topnews_wrap {
  width: 1350px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .home_topnews_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_topnews_wrap {
    width: 100%;
  }
}
.home_topnews_link {
  background: rgba(0, 160, 233, 0.8);
  width: 400px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1600px) {
  .home_topnews_link {
    width: 25vw;
  }
}
@media screen and (max-width: 500px) {
  .home_topnews_link {
    width: 45.3333333333vw;
  }
}
.home_topnews_link a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  padding: 9px 0;
}
@media screen and (max-width: 1600px) {
  .home_topnews_link a {
    padding-top: 0.5625vw;
    padding-bottom: 0.5625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_topnews_link a {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.home_topnews_link_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_topnews_link_box_text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .home_topnews_link_box_text p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .home_topnews_link_box_text p {
    font-size: 3.2vw;
  }
}
.home_topnews_link_box_arrow {
  margin-left: 15px;
}
@media screen and (max-width: 1600px) {
  .home_topnews_link_box_arrow {
    margin-left: 0.9375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_topnews_link_box_arrow {
    font-size: 2.6666666667vw;
  }
}
.home_topnews_link_box_arrow p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .home_topnews_link_box_arrow p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .home_topnews_link_box_arrow p {
    font-size: 3.2vw;
  }
}
.home_product {
  width: 100%;
  margin-top: 45px;
}
@media screen and (max-width: 1600px) {
  .home_product {
    margin-top: 2.8125vw;
  }
}
@media screen and (max-width: 500px) {
  .home_product {
    margin-top: 8vw;
  }
}
.home_product_wrap {
  width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .home_product_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_product_wrap {
    width: calc(100% - 8vw);
  }
}
.home_product_title p {
  font-size: 58px;
  font-family: "Antenna";
  font-weight: 500;
  color: #00a0e9;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .home_product_title p {
    font-size: 3.625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_product_title p {
    font-size: 7.4666666667vw;
  }
}
.home_product_subtitle {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .home_product_subtitle {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .home_product_subtitle {
    margin-top: 1.3333333333vw;
  }
}
.home_product_subtitle_block {
  width: 20px;
  height: 20px;
  background: #00a0e9;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .home_product_subtitle_block {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_product_subtitle_block {
    width: 4vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
  }
}
.home_product_subtitle_text p {
  font-size: 22px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .home_product_subtitle_text p {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_product_subtitle_text p {
    font-size: 4.2666666667vw;
  }
}
.home_product_menu {
  width: 100%;
  margin-top: 65px;
}
@media screen and (max-width: 1600px) {
  .home_product_menu {
    margin-top: 4.0625vw;
  }
}
.home_product_menu_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_product_menu_item {
  width: calc((100% - 2px) / 3);
  position: relative;
  margin-bottom: 1px;
}
@media screen and (max-width: 500px) {
  .home_product_menu_item {
    width: calc(50% - 0.5px);
  }
}
.home_product_menu_item a {
  text-decoration: none;
}
.home_product_menu_item a:hover .home_product_menu_item_img::before {
  transform: translateX(100%);
}
.home_product_menu_item a:hover .home_product_menu_item_text_line {
  transform: translate(0);
}
.home_product_menu_item:nth-child(n+3) {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .home_product_menu_item:nth-child(n+3) {
    margin-bottom: 1px;
  }
}
.home_product_menu_item:nth-child(2) {
  transition-delay: 0.1s;
}
.home_product_menu_item:nth-child(3) {
  transition-delay: 0.2s;
}
.home_product_menu_item:nth-child(4) {
  transition-delay: 0.3s;
}
.home_product_menu_item:nth-child(5) {
  transition-delay: 0.4s;
}
.home_product_menu_item:nth-child(6) {
  transition-delay: 0.5s;
}
.home_product_menu_item_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home_product_menu_item_img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 174, 239, 0.6);
  transition: 0.5s;
  transition-delay: 0.3s;
}
.home_product_menu_item_img img {
  width: 100%;
  height: auto;
}
.home_product_menu_item_text {
  width: 220px;
  position: absolute;
  z-index: 20;
  bottom: 25px;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .home_product_menu_item_text {
    width: 13.75vw;
    bottom: 1.5625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_product_menu_item_text {
    width: 37.3333333333vw;
  }
}
.home_product_menu_item_text_cont {
  margin-left: 15px;
}
@media screen and (max-width: 1600px) {
  .home_product_menu_item_text_cont {
    margin-left: 0.9375vw;
  }
}
.home_product_menu_item_text_cont p {
  font-size: 20px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .home_product_menu_item_text_cont p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .home_product_menu_item_text_cont p {
    font-size: 3.2vw;
  }
}
.home_product_menu_item_text_line {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s all ease;
  transform: translateX(-100%);
}
.home_productlink {
  width: 100%;
  margin-top: 45px;
}
@media screen and (max-width: 1600px) {
  .home_productlink {
    margin-top: 2.8125vw;
  }
}
.home_productlink_wrap {
  width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .home_productlink_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 1600px) {
  .home_productlink_wrap {
    width: 100%;
  }
}
.home_productlink_btn {
  width: 100%;
}
.home_productlink_btn a {
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
.home_productlink_btn_img {
  width: 100%;
}
.home_productlink_btn_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.home_productlink_btn_arrow {
  position: absolute;
  width: 218px;
  right: 10px;
  bottom: 10px;
  transition: 0.5s ease;
}
@media screen and (max-width: 1600px) {
  .home_productlink_btn_arrow {
    width: 13.625vw;
    right: 0.625vw;
    bottom: 0.625vw;
  }
}
.home_productlink_btn_arrow img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.home_productlink_btn_arrow:hover {
  opacity: 0.8;
}
.home_support {
  width: 100%;
  background: rgba(0, 160, 233, 0.2);
  margin-top: 115px;
  padding-top: 100px;
  padding-bottom: 175px;
}
@media screen and (max-width: 1600px) {
  .home_support {
    margin-top: 7.1875vw;
    padding-top: 6.25vw;
    padding-bottom: 10.9375vw;
  }
}
.home_support_wrap {
  width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .home_support_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_wrap {
    width: calc(100% - 8vw);
  }
}
.home_support_title p {
  font-size: 58px;
  font-family: "Antenna";
  font-weight: 500;
  color: #00a0e9;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .home_support_title p {
    font-size: 3.625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_title p {
    font-size: 7.4666666667vw;
  }
}
.home_support_subtitle {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .home_support_subtitle {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_subtitle {
    margin-top: 2.6666666667vw;
  }
}
.home_support_subtitle_block {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #00a0e9;
}
@media screen and (max-width: 1600px) {
  .home_support_subtitle_block {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_subtitle_block {
    width: 4vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
  }
}
.home_support_subtitle_text p {
  font-size: 22px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .home_support_subtitle_text p {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_subtitle_text p {
    font-size: 4.2666666667vw;
  }
}
.home_support_cont {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .home_support_cont {
    margin-top: 3.125vw;
  }
}
.home_support_cont_wrap {
  width: 1200px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_wrap {
    width: 75vw;
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_cont_wrap {
    width: 100%;
    margin-bottom: 0;
  }
}
.home_support_cont_wrap:last-child {
  margin-bottom: 0;
}
.home_support_cont_wrap:nth-child(1) .home_support_cont_item:nth-child(2) .home_support_cont_item_in_text {
  margin-right: 30px;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_wrap:nth-child(1) .home_support_cont_item:nth-child(2) .home_support_cont_item_in_text {
    margin-right: 1.875vw;
  }
}
.home_support_cont_wrap:nth-child(2) .home_support_cont_item:nth-child(2) .home_support_cont_item_in_text {
  margin-right: 80px;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_wrap:nth-child(2) .home_support_cont_item:nth-child(2) .home_support_cont_item_in_text {
    margin-right: 5vw;
  }
}
.home_support_cont_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .home_support_cont_box {
    flex-wrap: wrap;
  }
}
.home_support_cont_item {
  width: calc(50% - 50px);
  border: 4px solid #00aeef;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_item {
    width: calc(50% - 3.125vw);
  }
}
@media screen and (max-width: 500px) {
  .home_support_cont_item {
    width: 100%;
    height: 24vw;
    overflow: hidden;
    margin-bottom: 2.6666666667vw;
  }
}
.home_support_cont_item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
}
.home_support_cont_item_img {
  width: 160px;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_item_img {
    width: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_cont_item_img {
    width: 26.6666666667vw;
  }
}
.home_support_cont_item_img img {
  width: 100%;
  height: auto;
}
.home_support_cont_item_in {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
.home_support_cont_item_in_icon {
  width: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_item_in_icon {
    width: 2.5vw;
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_cont_item_in_icon {
    width: 6.6666666667vw;
  }
}
.home_support_cont_item_in_icon:first-child {
  margin-left: 0px;
}
.home_support_cont_item_in_icon img {
  width: 100%;
  height: auto;
}
.home_support_cont_item_in_text {
  margin-right: 50px;
  margin-left: 30px;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_item_in_text {
    margin-right: 3.125vw;
    margin-left: 1.875vw;
  }
}
.home_support_cont_item_in_text p {
  font-size: 22px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  color: #00aeef;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_item_in_text p {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_cont_item_in_text p {
    font-size: 3.7333333333vw;
  }
}
.home_support_cont_item_in_arrow {
  margin-right: 35px;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_item_in_arrow {
    margin-right: 2.1875vw;
  }
}
.home_support_cont_item_in_arrow p {
  font-size: 28px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #00aeef;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_item_in_arrow p {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_cont_item_in_arrow p {
    font-size: 4.8vw;
  }
}
.home_support_cont_item_in_mail {
  width: 70px;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_item_in_mail {
    width: 4.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_support_cont_item_in_mail {
    width: 9.3333333333vw;
  }
}
.home_support_cont_item_in_mail img {
  width: 100%;
  height: auto;
}
.home_support_cont_link {
  width: calc(50% - 50px);
  height: 110px;
  border: 4px solid #00aeef;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_link {
    width: calc(50% - 3.125vw);
    height: 6.875vw;
  }
}
.home_support_cont_link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.home_support_cont_link_text {
  margin-left: 35px;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_link_text {
    margin-left: 2.1875vw;
  }
}
.home_support_cont_link_text p {
  font-size: 22px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  color: #00aeef;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_link_text p {
    font-size: 1.375vw;
  }
}
.home_support_cont_link_arrow {
  margin: 0 35px 0 auto;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_link_arrow {
    margin-right: 2.1875vw;
  }
}
.home_support_cont_link_arrow p {
  font-size: 28px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #00aeef;
}
@media screen and (max-width: 1600px) {
  .home_support_cont_link_arrow p {
    font-size: 1.75vw;
  }
}
.home_news {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 1600px) {
  .home_news {
    margin-top: 3.75vw;
  }
}
.home_news_wrap {
  border-top: 2px solid #00aeef;
  border-bottom: 2px solid #00aeef;
  width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .home_news_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_news_wrap {
    width: calc(100% - 8vw);
  }
}
.home_news_flex {
  display: flex;
  padding-top: 65px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  .home_news_flex {
    padding-top: 4.0625vw;
    padding-bottom: 5vw;
  }
}
.home_news_title {
  width: calc(100% - 1050px);
}
@media screen and (max-width: 1600px) {
  .home_news_title {
    width: calc(100% - 65.625vw);
  }
}
.home_news_title p {
  font-size: 58px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #00aeef;
}
@media screen and (max-width: 1600px) {
  .home_news_title p {
    font-size: 3.625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_news_title p {
    font-size: 7.4666666667vw;
  }
}
.home_news_cont {
  width: 1050px;
}
@media screen and (max-width: 1600px) {
  .home_news_cont {
    width: 65.625vw;
  }
}
.home_news_cont_item {
  width: 100%;
  border-bottom: 2px dotted #00aeef;
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
  .home_news_cont_item {
    margin-top: 0.9375vw;
  }
}
.home_news_cont_item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 1600px) {
  .home_news_cont_item a {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }
}
.home_news_cont_item_day {
  margin-left: 60px;
}
@media screen and (max-width: 1600px) {
  .home_news_cont_item_day {
    margin-left: 3.75vw;
  }
}
.home_news_cont_item_day p {
  font-size: 18px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .home_news_cont_item_day p {
    font-size: 1.125vw;
  }
}
.home_news_cont_item_text {
  margin-left: 60px;
}
@media screen and (max-width: 1600px) {
  .home_news_cont_item_text {
    margin-left: 3.75vw;
  }
}
.home_news_cont_item_text p {
  font-size: 18px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .home_news_cont_item_text p {
    font-size: 1.125vw;
  }
}
.home_news_cont_item_arrow {
  width: 23px;
  margin: 0 40px 0 auto;
}
@media screen and (max-width: 1600px) {
  .home_news_cont_item_arrow {
    width: 1.4375vw;
    margin-right: 2.5vw;
  }
}
.home_news_cont_item_arrow img {
  width: 100%;
  height: auto;
}
.home_news_list_wrap {
  width: 200px;
  margin: 0 40px 0 auto;
  background: #00a0e9;
}
@media screen and (max-width: 1600px) {
  .home_news_list_wrap {
    width: 12.5vw;
    margin-right: 2.5vw;
  }
}
.home_news_list_wrap a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.5px 20px;
}
@media screen and (max-width: 1600px) {
  .home_news_list_wrap a {
    padding-top: 0.46875vw;
    padding-top: 0.46875vw;
    padding-right: 1.25vw;
    padding-left: 1.25vw;
  }
}
.home_news_list_text p {
  font-size: 18px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .home_news_list_text p {
    font-size: 1.125vw;
  }
}
.home_news_list_arrow p {
  font-size: 25px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .home_news_list_arrow p {
    font-size: 1.5625vw;
  }
}
.home_cor {
  width: 100%;
  margin-top: 85px;
}
@media screen and (max-width: 1600px) {
  .home_cor {
    margin-top: 5.3125vw;
  }
}
.home_cor_wrap {
  width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .home_cor_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_wrap {
    width: calc(100% - 8vw);
  }
}
.home_cor_title p {
  font-size: 58px;
  font-family: "Antenna";
  font-weight: 500;
  color: #00a0e9;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .home_cor_title p {
    font-size: 3.625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_title p {
    font-size: 7.4666666667vw;
  }
}
.home_cor_subtitle {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .home_cor_subtitle {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_subtitle {
    margin-top: 2.6666666667vw;
  }
}
.home_cor_subtitle_block {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #00a0e9;
}
@media screen and (max-width: 1600px) {
  .home_cor_subtitle_block {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_subtitle_block {
    width: 4vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
  }
}
.home_cor_subtitle_text p {
  font-size: 22px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .home_cor_subtitle_text p {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_subtitle_text p {
    font-size: 4.2666666667vw;
  }
}
.home_cor_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .home_cor_cont {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_cont {
    flex-direction: column;
  }
}
.home_cor_cont_item {
  width: calc((100% - 10px) / 3);
}
.home_cor_cont_item:nth-child(2) {
  transition-delay: 0.1s;
}
.home_cor_cont_item:nth-child(3) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 500px) {
  .home_cor_cont_item {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.home_cor_cont_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.home_cor_cont_item_back {
  width: 100%;
}
.home_cor_cont_item_back img {
  width: 100%;
  height: auto;
}
.home_cor_cont_item_txt {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 1600px) {
  .home_cor_cont_item_txt {
    top: 0.9375vw;
    left: 0.9375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_cont_item_txt {
    top: 4vw;
    left: 4vw;
  }
}
.home_cor_cont_item_txt_title p {
  font-size: 43px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .home_cor_cont_item_txt_title p {
    font-size: 2.6875vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_cont_item_txt_title p {
    font-size: 6.4vw;
  }
}
.home_cor_cont_item_txt_subtitle {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .home_cor_cont_item_txt_subtitle {
    margin-top: 0.3125vw;
  }
}
.home_cor_cont_item_txt_subtitle_text {
  margin-right: 20px;
}
@media screen and (max-width: 1600px) {
  .home_cor_cont_item_txt_subtitle_text {
    margin-right: 1.25vw;
  }
}
.home_cor_cont_item_txt_subtitle_text p {
  font-size: 22px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .home_cor_cont_item_txt_subtitle_text p {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_cont_item_txt_subtitle_text p {
    font-size: 3.7333333333vw;
  }
}
.home_cor_cont_item_txt_subtitle_arrow {
  width: 38px;
}
@media screen and (max-width: 1600px) {
  .home_cor_cont_item_txt_subtitle_arrow {
    width: 2.375vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_cont_item_txt_subtitle_arrow {
    width: 6.4vw;
  }
}
.home_cor_cont_item_txt_subtitle_arrow img {
  width: 100%;
  height: auto;
}
.home_cor_cont_item_txt_subtitle_arrowtwo {
  width: 17px;
}
@media screen and (max-width: 1600px) {
  .home_cor_cont_item_txt_subtitle_arrowtwo {
    width: 1.0625vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_cont_item_txt_subtitle_arrowtwo {
    width: 3.2vw;
  }
}
.home_cor_cont_item_txt_subtitle_arrowtwo img {
  width: 100%;
  height: auto;
}
.home_cor_cont_item_txt_text {
  margin-top: 100px;
}
@media screen and (max-width: 1600px) {
  .home_cor_cont_item_txt_text {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_cont_item_txt_text {
    margin-top: 25.3333333333vw;
  }
}
.home_cor_cont_item_txt_text p {
  font-size: 18px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .home_cor_cont_item_txt_text p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .home_cor_cont_item_txt_text p {
    font-size: 3.4666666667vw;
  }
}

@keyframes open-news {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes close-news {
  0% {
    transform: translateY(100%);
  }
  3% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(0%);
  }
  53% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}/*# sourceMappingURL=home.css.map */