@charset "UTF-8";
/*390px基準のvw換算リスト
12px → 3.1vw
13px → 3.3vw
14px → 3.6vw
15px → 3.8vw
16px → 4.1vw
17px → 4.4vw
18px → 4.6vw
20px → 5.1vw
24px → 6.2vw

375px基準のvw換算リスト
12px → 3.3vw
13px → 3.5vw
14px → 3.8vw
15px → 4.1vw
16px → 4.3vw
17px → 4.5vw
18px → 4.9vw
20px → 5.4vw
24px → 6.5vw
*/
.top .top-hero__slider {
  overflow: hidden;
}
.top .top-hero__slide img {
  display: block;
  width: 100%;
  height: 514px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .top .top-hero__slide img {
    object-fit: contain;
    height: auto;
  }
}
.top .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.top-sec:not(:first-child) {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 1023px) {
  .top-sec:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.top-head {
  background: #1a1a1a;
  color: #fff;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 1023px) {
  .top-head {
    font-size: 0.75rem;
    padding: 0.5rem 0;
  }
}
.top-head span {
  font-weight: 600;
  font-size: 1.625rem;
}
@media only screen and (max-width: 1023px) {
  .top-head span {
    font-size: 0.9375rem;
  }
}
.top-con_inner {
  max-width: 1090px;
  padding: 0 5px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .top-con_inner {
    padding: 0 1.25rem;
  }
}
.top .top-con_text01 {
  text-align: center;
  color: #3479e0;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .top .top-con_text01 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0.9375rem;
  }
}
.top .top-con_text02 {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.6;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .top .top-con_text02 {
    font-size: 0.875rem;
    line-height: 1.3;
    margin-top: 0.625rem;
  }
}
.top .top-service_list {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .top .top-service_list {
    flex-direction: column;
    margin-top: 1.25rem;
    gap: 20px;
  }
}
.top .top-service_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 509px;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .top .top-service_item {
    gap: 10px;
    width: 100%;
  }
}
.top .top-service_item a {
  display: block;
  width: 217px;
}
@media only screen and (max-width: 1023px) {
  .top .top-service_item a {
    width: 30%;
  }
}
.top .top-service_item div {
  width: 274px;
}
@media only screen and (max-width: 1023px) {
  .top .top-service_item div {
    width: 70%;
  }
}
.top .top-service_item div p {
  border-top: 1px solid #3479e0;
  padding-top: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .top .top-service_item div p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.top .top-service_head a {
  display: block;
  width: 100%;
  color: #3479e0;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  .top .top-service_head a {
    font-size: 1.0625rem;
    line-height: 1;
  }
}
.top .top-service_head span {
  font-size: 0.875rem;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .top .top-service_head span {
    font-size: 0.625rem;
    line-height: 1;
  }
}
.top .top-topics_item01 {
  margin-top: 2.5rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_item01 {
    margin-top: 1.25rem;
    flex-direction: column;
  }
}
.top .top-topics_item01 .top-topics_img {
  width: 510px;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_item01 .top-topics_img {
    width: 100%;
  }
}
.top .top-topics_item01 .top-topics_text {
  width: 540px;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_item01 .top-topics_text {
    width: 100%;
  }
}
.top .top-topics_item01 .top-topics_text a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
.top .top-topics_item01 .top-topics_text .top-topics_date {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_item01 .top-topics_text .top-topics_date {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
.top .top-topics_item01 .top-topics_text .top-topics_title {
  font-size: 1.75rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_item01 .top-topics_text .top-topics_title {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
.top .top-topics_item01 .top-topics_text .top-topics_lead {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_item01 .top-topics_text .top-topics_lead {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.top .top-topics_item01 .top-topics_text .top-topics_more {
  align-self: flex-end;
  margin-top: auto;
  color: #ff0000;
  position: relative;
  padding-right: 24px;
}
.top .top-topics_item01 .top-topics_text .top-topics_more:after {
  content: "";
  width: 12px;
  height: 24px;
  background-color: #ff0000;
  clip-path: polygon(12px 50%, 0% 0%, 0% 24px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.top .top-topics_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 2px dotted #3479e0;
}
.top .top-topics_item02 {
  width: calc((100% - 40px) / 3);
}
.top .top-topics_item02:not(:first-child) {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 2px dotted #3479e0;
  box-sizing: content-box;
}
.top .top-topics_item02 .top-topics_img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_item02 .top-topics_img {
    width: 100%;
  }
}
.top .top-topics_item02 .top-topics_text .top-topics_date {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_item02 .top-topics_text .top-topics_date {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
.top .top-topics_item02 .top-topics_text .top-topics_title {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_item02 .top-topics_text .top-topics_title {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
.top .top-topics_item02 .top-topics_text .top-topics_lead {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_item02 .top-topics_text .top-topics_lead {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
.top .top-topics_item02 .top-topics_text .top-topics_lead a {
  display: inline-block;
}
.top .top-topics_link {
  width: 321px;
  margin: 2.5rem auto;
}
@media only screen and (max-width: 1023px) {
  .top .top-topics_link {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.top .top-station {
  background: #e8f4ff;
  padding-bottom: 2.5rem;
}
.top .top-station_img {
  width: 545px;
}
@media only screen and (max-width: 1023px) {
  .top .top-station_img {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.top .top-station_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .top .top-station_box {
    margin-top: 0.625rem;
  }
}
.top .top-station_box_pc {
  height: 100%;
  width: 510px;
}
@media only screen and (max-width: 1023px) {
  .top .top-station_box_pc {
    width: 100%;
  }
}
.top .top-station_text01 {
  color: #3479e0;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .top .top-station_text01 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0.625rem;
  }
}
.top .top-station_text02 {
  font-size: 1.0625rem;
  line-height: 1.9;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .top .top-station_text02 {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 0.625rem;
  }
}
.top .top-station_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: flex-end;
  margin-top: 1.875rem;
}
.top .top-station_links a {
  width: 241px;
}
@media only screen and (max-width: 1023px) {
  .top .top-station_links a {
    width: 48%;
  }
}
.top .footer {
  margin-top: 0;
}