@charset "UTF-8";
/**
 * @ top.css
 *
 *
 */

/* ==============================
  main_visual
============================== */
.top .main_visual {
  width: 100%;
  margin-bottom: 80px;
}
.top .main_visual.sp {
  display: none;
}
.top .main_visual .slick-slide img {
  width: 100%;
}
.top .main_visual ul.slick-dots {
  display: flex;
  width: fit-content;
  margin: auto;
}
.top .main_visual ul.slick-dots {
  display: flex;
  width: fit-content;
  gap: 16px;
  margin: 24px auto auto;
}
.top .main_visual ul.slick-dots li {
  display: flex;
}
.top .main_visual ul.slick-dots li button {
  color: transparent;
  font-size: 0;
}
.top .main_visual ul.slick-dots li button::before {
  content: "";
  width: 24px;
  height: 10px;
  background: #e5e5e6;
  display: inline-block;
  border-radius: 15px;
}
.top .main_visual ul.slick-dots li.slick-active button::before {
  background: #73adea;
}
.top .main_visual ul.slick-dots li button:hover::before {
  background: #73adea;
  transition: 0.3s;
}
.top .main_visual .slick-dots > li:first-child:last-child {
  display: none;
}

@media screen and (max-width: 768px) {
  .top .main_visual.sp {
    display: block;
    margin-bottom: 44px;
  }
  .top .main_visual.pc {
    display: none;
  }
}
/* ==============================
  important
============================== */
.top .important {
  padding-bottom: 80px;
}
.top .important .flex {
  background: #a4cdf6;
  padding: 7px 7px 7px 75px;
  border-radius: 15px;
  margin-bottom: 42px;
  justify-content: space-between;
  column-gap: 20px;
}
.top .important h2 {
  font-size: 2.8rem;
  font-weight: 700;
  padding-top: 18px;
  position: relative;
  color: #231815;
}
.top .important h2::before {
  content: "";
  background: url(../img/icon_exclamation-mark.svg) no-repeat center / auto;
  width: 24px;
  height: 85px;
  position: absolute;
  right: calc(100% + 14px);
  top: -20px;
}
.top .important .flex_R {
  width: 845px;
  max-width: 75%;
  background: #fff;
  border-radius: 10px;
  padding: 28px;
}
.top .important .list_item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  position: relative;
}
.top .important .list_item > a {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.top .important .list_item:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.top .important .list_item .date {
  width: fit-content;
  min-width: 120px;
}
.top .important .list_item .cate {
  width: fit-content;
  min-width: 116px;
}
.top .important .list_item .cate a {
  font-size: 1.5rem;
  color: #515151;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #cdcdce;
  padding: 2px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 10;
  position: relative;
}
.top .important .list_item .cate a:hover {
  background: #e7e7e7;
  transition: 0.3s;
}
.top .important .list_item .title {
  width: calc(100% - 116px - 12px);
}
.top .important .list_item .title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s;
}
.top .important .list_item > a:hover ~ .title {
  color: #2d75c1;
  transition: 0.3s;
}
.top .important .button {
  margin: auto;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .top .important .list_item {
    flex-wrap: wrap;
  }
  .top .important .list_item .title {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top .important .flex {
    flex-direction: column;
    padding: 6px 6px 7px;
  }
  .top .important .flex_L {
    width: 100%;
  }
  .top .important .flex_R {
    padding: 24px;
    max-width: 100%;
  }
  .top .important h2 {
    padding: 19px 19px 13px 63px;
  }
  .top .important h2::before {
    left: 25px;
  }
  .top .important .list_item {
    flex-wrap: wrap;
  }
  .top .important .list_item .date {
    min-width: 105px;
  }
  .top .important .list_item .title {
    width: 100%;
  }
}
/* ==============================
  new_kururu
============================== */
.top .new_kururu {
  position: relative;
  padding-bottom: 98px;
}
.top .new_kururu .bg {
  background: #dbedff;
  height: calc(64% + 40px);
  display: inline-block;
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 0;
}
.top .new_kururu .bg::before {
  content: "";
  background: url(../img/top/bg_semicircle.svg) no-repeat center / cover;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  aspect-ratio: 1439 / 149;
}
.top .new_kururu h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 35px;
  color: #393939;
}
.top .new_kururu .can {
  gap: 40px;
  margin-bottom: 40px;
}
.top .new_kururu .can li {
  width: calc((100% - 80px) / 3);
  border-radius: 15px;
}
.top .new_kururu .can li:first-of-type {
  background: #caf19a;
}
.top .new_kururu .can li:nth-child(2) {
  background: #ffd1d1;
}
.top .new_kururu .can li:last-of-type {
  background: #ffe286;
}
.top .new_kururu .can li figure {
  padding: 0 20px;
  height: 325px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .new_kururu .can li p {
  padding: 0 32px 51px;
  font-size: 2rem;
  font-weight: 700;
}
.top .new_kururu .expansion {
  margin-bottom: 25px;
  background: #fff;
  border-radius: 15px;
  padding: 22px 19px 54px;
}
.top .new_kururu .expansion h3 {
  font-size: 2.6rem;
  font-weight: 700;
  background: #27795b;
  border-radius: 12px;
  padding: 10px 10px 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.top .new_kururu .expansion h4 {
  text-align: center;
  width: fit-content;
  margin: auto auto 60px;
}
.top .new_kururu .expansion h4 span {
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 10px;
  background: linear-gradient(to bottom, transparent 0%, transparent 46%, #fff386 46%, #fff386 100%);
}
.top .new_kururu .expansion ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 40px;
}
.top .new_kururu .expansion ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffec3d;
  border-radius: 10px;
  background: #fffde9;
  padding: 30px 35px 15px;
  position: relative;
  min-width: 300px;
  min-height: 110px;
}
.top .new_kururu .expansion ul h5 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #ffec3d;
  text-align: center;
  background: #27795b;
  padding: 6px 8px 4px;
  width: max-content;
  min-width: 246px;
  max-width: 100%;
  height: 41px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.top .new_kururu .expansion ul h5::before,
.top .new_kururu .expansion ul h5::after {
  content: "";
  background: url(../img/top/expansion-title_decor.svg) no-repeat center / 100%;
  width: auto;
  height: 100%;
  aspect-ratio: 20 / 38;
  position: absolute;
  z-index: -1;
}
.top .new_kururu .expansion ul h5::before {
  top: 0;
  right: calc(100% - 10px);
}
.top .new_kururu .expansion ul h5::after {
  top: 0;
  left: calc(100% - 10px);
  transform: scale(-1, 1);
}
/* .top .new_kururu .expansion ul h5::before {
  content: "";
  background: #27795b;
  height: calc(tan(60deg) * 46px / 2);
  width: 9px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
}
.top .new_kururu .expansion ul h5::after {
  content: "";
  background: #27795b;
  height: calc(tan(60deg) * 46px / 2);
  width: 9px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  left: 100%;
} */
.top .new_kururu .expansion ul p {
  font-size: 2.8rem;
  color: #27795b;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.top .new_kururu .expansion ul .small {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
}
.top .new_kururu .expansion ul .flex {
  flex-wrap: wrap;
  justify-content: center;
}
.top .new_kururu .supplement {
  margin-bottom: 40px;
}
.top .new_kururu .supplement li:not(li ul li) {
  padding-left: 1em;
  text-indent: -1em;
}
.top .new_kururu .supplement li::before {
  content: "※";
}
.top .new_kururu .supplement li ul li::before {
  content: "・";
}
.top .new_kururu .button_list {
  gap: 20px 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.top .new_kururu .button.long {
  width: 640px;
  max-width: 100%;
  margin: auto auto 50px;
}
.top .new_kururu .button.long a {
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .top .new_kururu .can {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top .new_kururu .can li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .top .new_kururu .catch {
    font-size: 1.8rem;
  }
  .top .new_kururu .can {
    flex-direction: column;
    gap: 35px;
    margin-bottom: 35px;
  }
  .top .new_kururu .can li {
    width: 100%;
  }
  .top .new_kururu .can li figure {
    padding: 0 20px;
    height: 247px;
  }
  .top .new_kururu .can img {
    width: 200px;
    height: auto;
  }
  .top .new_kururu .can li p {
    padding: 0 41px 41px;
  }
  .top .new_kururu .expansion ul li:nth-of-type(3) h5 {
    font-size: 1.7rem;
  }
  .top .new_kururu .expansion ul li {
    min-height: 114px;
    width: 100%;
  }
  .top .new_kururu .expansion ul p {
    font-size: clamp(2rem, calc(2rem + 0.5vw), 2.4rem);
  }
}

@media screen and (max-width: 374px) {
  .top .new_kururu .expansion ul li:nth-child(3) {
    padding-top: 60px;
  }
  .top .new_kururu .expansion ul li:nth-of-type(3) h5 {
    min-height: 41px;
    height: auto;
    font-size: 1.8rem;
    width: 231px;
    min-width: auto;
  }
}
/* ==============================
  switching
============================== */
.top .switching {
  padding: 62px 0 80px;
}
.top .switching h2 {
  font-size: 4rem;
  font-weight: 700;
  width: fit-content;
  background: #fff;
  padding: 0 29px 25px 0;
  border-radius: 0px 0px 20px 0px;
  color: #393939;
}
.top .switching h2 img {
  margin: 0 8px;
}
.top .switching .wrap {
  background: #fff7b2;
  border-radius: 0 20px 20px 20px;
  padding-bottom: 51px;
}
.top .switching .wrap .flex {
  gap: 175px;
  justify-content: center;
  align-items: flex-end;
  margin: -20px 30px 40px 60px;
}
.top .switching .wrap .flex figure:first-of-type {
  position: relative;
}
.top .switching .wrap .flex figure:first-of-type::before {
  content: "";
  background: url(../img/top/arrow_switching.svg) no-repeat center / auto;
  width: 73px;
  height: 54px;
  position: absolute;
  left: calc(100% + 50px);
  bottom: 43px;
}
.top .switching .wrap p {
  font-weight: 700;
  margin: 0 0 41px 120px;
  color: #393939;
}
.top .switching .button {
  margin: auto;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .top .switching .wrap .flex {
    margin: 50px 30px;
  }
  .top .switching .wrap p {
    margin: 0 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .switching h2 {
    margin-right: 19px;
    padding-bottom: 8px;
  }
  .top .switching h2 img {
    width: 178px;
    height: auto;
  }
  .top .switching .wrap .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 41px 28px 47px;
    gap: 121px;
  }
  .top .switching .wrap .flex figure:first-of-type {
    max-width: 76%;
    height: auto;
  }
  .top .switching .wrap .flex figure:first-of-type::before {
    top: calc(100% + 31px);
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
  }
  .top .switching .wrap p {
    margin: 0 28px 20px;
  }
  .top .switching .button {
    text-align: center;
  }
}
/* ==============================
  info
============================== */
.top .info {
  padding: 80px 0;
}
.top .info h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 39px;
  color: #393939;
}
.top .info ul {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.top .info ul li {
  width: calc((100% - 80px) / 3);
}
.top .info ul li figure {
  border-radius: 15px 15px 15px 0;
  width: 360px;
  max-width: 100%;
  aspect-ratio: 360 / 225;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}
.top .info ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top .info ul li .date {
  padding: 12px 12px 0 0;
  width: 135px;
  border-radius: 0px 20px 0px 0px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top .info ul li .cate {
  margin-bottom: 9px;
  display: inline-block;
}
.top .info ul li .cate a {
  width: fit-content;
  min-width: 116px;
  font-size: 1.5rem;
  color: #515151;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #cdcdce;
  padding: 2px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.top .info ul li .cate a:hover {
  background: #e7e7e7;
  transition: 0.3s;
}
.top .info ul li .title a {
  font-size: 2rem;
  font-weight: 500;
  transition: 0.3s;
  color: #393939;
}
.top .info ul li:hover .title a {
  color: #2d75c1;
  transition: 0.3s;
}
.top .info ul li figure img {
  transition: 0.3s;
}
.top .info ul li:hover figure img {
  transform: scale(1.1);
  transition: 0.3s;
}
.top .info .button {
  margin: auto;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .top .info ul {
    flex-wrap: wrap;
  }
  .top .info ul li {
    width: calc((100% - 40px) / 2);
  }
  .top .info ul li figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top .info ul {
    flex-direction: column;
  }
  .top .info ul li {
    margin: auto;
    width: 100%;
  }
  .top .info ul li figure {
    width: 100%;
  }
}

/* ==============================
  link_list
============================== */
.top .link_list {
  padding: 80px 0 76px !important;
  background: #dbedff !important;
}
.top .link_list .flex {
  gap: 20px 42px;
  flex-wrap: wrap;
  justify-content: center;
}
/* ==============================
  banner_list
============================== */
.banner_list {
  padding: 62px 0 65px;
  background: #f2f2f2;
}
.banner_list ul {
  width: 1040px;
  margin: auto;
  max-width: 100%;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.banner_list ul li a {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_list ul li a:hover {
  opacity: 0.7;
}
.banner_list ul li.nagadenbus img {
  width: 186px;
  height: 40px;
}
.banner_list ul li.alpico img {
  width: 190px;
  height: 20px;
}
.banner_list ul li.suica img {
  width: 158px;
  height: 30px;
}
.banner_list ul li.nozawa img {
  width: 139px;
  height: 58px;
}
.banner_list ul li.jr img {
  width: 276px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .banner_list ul {
    width: 320px;
    max-width: 100%;
    margin: auto;
  }
}
