@charset "UTF-8";
/* ------------------------------------------
  mv
------------------------------------------ */

.mv {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}

.mv_slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slick-list {
  height: 100%;
}

.mv_slider_item {
  width: 100%;
  position: relative;
  z-index: 0;
}

.mv_slider_item img {
  width: 100%;
}

.mv_slider_item .mv_slider_item_text {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  height: 0;
  background-color: rgba(196, 202, 209, .7);
}

.mv_slider_item .mv_slider_item_text .mv_slider_item_text_main {
  position: absolute;
  z-index: 1;
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  width: 61vw;
}

.slick-dots {
  position: absolute;
  z-index: 3;
  margin-left: 20px;
  top: calc(50% - 75px);
  display: flex;
  flex-flow: column;
}

.slick-dots li {
  height: 30px;
}

.slick-dots button {
  color: transparent;
}

.slick-dots li button:before {
  font-size: 30px !important;
  content: "・";
  color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #5a84d7;
  /*ドットボタンの現在地表示の色*/
}

@media screen and (max-width: 767px) {
  .mv {
    height: 100%;
    margin-bottom: 30px;
  }
  .mv_slider_item {
    width: 100%;
    height: 100%;
    background: none;
  }
  .slick-dots {
    margin: -40px 0 0 0;
    text-align: center;
    top: 0;
    flex-flow: row;
    justify-content: center;
  }
  .slick-dots button {
    display: inline-block;
    color: transparent;
    width: 20px;
  }
}

/* ------------------------------------------
  top_banner
------------------------------------------ */

.top_banner {
  margin-bottom: 100px;
}

.top_banner_item {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.top_banner_item:not(:last-of-type) {
  margin-bottom: 20px;
}

.top_banner_item a {
  display: block;
}

@media screen and (max-width: 767px) {
  .top_banner {
    margin-bottom: 30px;
  }
  .mv_slider_item .mv_slider_item_text {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    height: 0;
    background-color: rgba(196, 202, 209, .7);
  }
  .mv_slider_item .mv_slider_item_text .mv_slider_item_text_main {
    position: absolute;
    z-index: 1;
    top: 15.2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 70vw;
  }
}

/* ------------------------------------------
  pickup
------------------------------------------ */

.pickup {
  padding-top: 52px;
  padding-bottom: 50px;
  background: #f3f9ff;
}

.pickup_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pickup_item {
  width: 49%;
  height: 130px;
}

.pickup_item a {
  display: block;
}

@media screen and (max-width: 767px) {
  .pickup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pickup_items {
    display: block;
  }
  .pickup_item {
    width: 100%;
    height: auto;
  }
  .pickup_item:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------
  top_news
------------------------------------------ */

.top_news {
  margin-top: 102px;
  margin-bottom: 100px;
}

.top_news_list {
  border-top: 1px solid #b9b9b9;
  margin-bottom: 50px;
}

.top_news_list_item a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9b9b9;
}

.top_news_date {
  margin-right: 60px;
}

.top_news_date p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 20px;
}

.top_news_content {
  display: flex;
  align-items: center;
}

.top_news_category {
  margin-right: 30px;
  padding: 7px 20px 6px 20px;
  text-align: center;
  background: #263e6d;
}

.top_news_category p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 21px;
  margin-right: 0;
}

.top_news_ttl {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .top_news {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .top_news_list {
    margin-bottom: 30px;
  }
  .top_news_list_item a {
    padding-left: 0;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top_news_content {
    margin-bottom: 7px;
  }
  .top_news_date {
    margin-right: 20px;
  }
  .top_news_category p {
    font-size: 12px;
    line-height: 14px;
  }
}

/* ------------------------------------------
  top_feature
------------------------------------------ */

.top_feature {
  margin: 0 20px 300px;
}

.top_feature_container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.top_feature_img_inner {
  display: flex;
}

.top_feature_img1 {
  width: 750px;
  margin-right: 10px;
}

.top_feature_img2 {
  width: 560px;
  height: 219px;
}

.top_feature_img2 img {
  margin-bottom: 10px;
}

.top_feature_img3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_feature_img3 img {
  display: block;
}

.top_feature_img3 img:nth-child(1) {
  width: 50%;
}

.top_feature_img3 img:nth-child(2) {
  width: 48%;
}

.top_feature_more {
  position: absolute;
  background: #263e6d;
  padding: 52px 200px 50px 50px;
  right: -20px;
  bottom: -163px;
  min-width: 980px;
}

.top_feature_txt {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 35px;
}

.top_feature_more_inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top_feature {
    margin-bottom: 50px;
  }
  .top_feature_more {
    width: 100%;
    padding: 20px;
    bottom: 0;
    min-width: initial;
    right: 0;
    position: relative;
    top: -20px;
  }
  .top_feature_txt {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 10px;
  }
  .top_feature_more_inner {
    display: block;
  }
  .top_feature_img1 {
    width: 50%;
    margin-right: 10px;
  }
  .top_feature_img2 {
    width: calc(50% - 10px);
    height: auto;
  }
}

/* ------------------------------------------
  top_canpas
------------------------------------------ */

.top_canpas {
  margin: 0 20px 400px;
}

.top_canpas_container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.top_canpas_inner {
  display: flex;
  justify-content: flex-end;
}

.top_canpas_img1 {
  max-width: 650px;
  width: 100%;
  margin-right: 10px;
}

.top_canpas_img2 {
  max-width: 510px;
  width: 100%;
}

.top_canpas_img2 img {
  width: 100%;
  display: block;
}

.top_canpas_img2 img:nth-child(1) {
  margin-bottom: 10px;
}

.top_canpas_more {
  background: #f3f9ff;
  position: absolute;
  left: 0;
  bottom: -230px;
  padding: 50px 50px 50px 200px;
}

@media screen and (max-width: 767px) {
  .top_canpas {
    margin-bottom: 270px;
  }
  .top_canpas_more {
    width: 100%;
    padding: 30px 20px;
    bottom: -190px;
  }
  .top_canpas_more .section_ttl {
    line-height: 50px;
  }
  .top_canpas_more .section_ttl span {
    margin-left: 0;
    margin-top: -10px;
    display: block;
  }
}

/* ------------------------------------------
  insta
------------------------------------------ */

.insta {
  margin-bottom: 100px;
  margin-right: 20px;
  margin-left: 20px;
}

.insta_container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.insta .section_ttl {
  text-align: left;
  margin-left: 120px;
  margin-bottom: 39px;
}

.insta_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.insta_item {
  width: 350px;
  height: 350px;
}

.insta_item:nth-child(n + 10) {
  display: none;
}

.insta_item a {
  width: 100%;
  height: 100%;
  display: block;
}

.insta_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .insta {
    margin-bottom: 50px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .insta .section_ttl {
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .insta_inner {
    justify-content: center;
  }
  .insta_item {
    width: 27vw;
    height: 27vw;
  }
}

/* ------------------------------------------
  top_to
------------------------------------------ */

.section.top_to {
  padding-bottom: 100px;
}

.top_to_inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}

.top_to_item {
  width: calc(50% - 10px);
}

.top_to_item:nth-child(n+3) {
  margin-top: 20px;
}

.top_to_item img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section.top_to {
    padding-bottom: 40px;
  }
  .top_to_inner {
    display: block;
  }
  .top_to_item {
    width: 100%;
  }
  .top_to_item+.top_to_item {
    margin-top: 20px;
  }
}

/* ------------------------------------------
  top_voice
------------------------------------------ */

.top_voice {
  margin-bottom: 102px;
  background: #263e6d;
}

.top_voice_container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}

.top_voice .section_ttl {
  text-align: left;
  margin-bottom: 0;
  z-index: 10;
  display: inline-block;
}

.top_voice .section_ttl2 {
  padding-bottom: 0;
  margin-right: 33px;
}

.top_voice .section_ttl::after {
  content: none;
}

.top_voice_slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_voice_slider_item a {
  display: block;
  width: 335px;
  height: 100%;
}

.top_voice_slider_item {
  height: 450px;
  width: 335px;
  position: relative;
}

.top_voice_slider_item {
  margin-right: 20px;
  background-size: cover;
  background-position: center;
}

.top_voive_slider_txt_inner {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_voive_slider_txt {
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: 0.03em;
  line-height: 46px;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.7);
}

.top_voive_slider_txt span {
  font-size: 30px;
}

.top_voice_slider_item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.4s;
  cursor: pointer;
}

.top_voice_slider_item:hover::after {
  background-color: rgba(0, 0, 0, 0);
  content: none;
}

.top_voice_slider_item a:hover {
  opacity: 1;
}

.top_voice_slider_item a:hover * {
  opacity: 1;
}

/* .top_voice_slider_item1 {
  background: url(../img/top_img/top_voice1.jpg) center / cover;
} */

/* .top_voice_slider_item2 {
  background: url(../img/top_img/top_voice2.jpg) center / cover;
}

.top_voice_slider_item3 {
  background: url(../img/top_img/top_voice3.jpg) center / cover;
}

.top_voice_slider_item4 {
  background: url(../img/top_img/top_voice4.jpg) center / cover;
} */

.top_voice_ttl_inner {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 30px;
}

.top_voice_faq_inner1 {}

.top_voice_faq_txt {
  color: #5ea4e2;
  opacity: 0.67;
  font-weight: 600;
}

.top_voice_faq_txt1 {
  font-size: 80px;
  line-height: 97px;
}

.top_voice_faq_txt1 span {
  font-size: 100px;
  line-height: 117px;
  margin-left: 10px;
}

.top_voice_faq_inner2_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.top_voice_faq_inner2 {
  margin-right: 57px;
}

.top_voice_faq_txt2 {
  font-size: 84px;
  line-height: 95px;
}

.top_voice_faq_txt2 span {
  font-size: 77px;
  line-height: 95px;
  margin-left: 3px;
}

.top_voice .more_button {}

.top_voice_slider .slick-prev, .top_voice_slider .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: calc(50% - 100px);
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  width: 50px;
  height: 200px;
  z-index: 10;
  content: "";
}

.top_voice_slider .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 0;
  background: url(../img/top_img/top_before.svg) center / cover;
}

.top_voice_slider .slick-next {
  /*次へ矢印の位置と形状*/
  right: 0;
  background: url(../img/top_img/top_next.svg) center / cover;
}

@media screen and (max-width: 1335px) {
  .top_voice_faq_txt1 {
    font-size: 63px;
    line-height: 83px;
  }
  .top_voice_faq_txt1 span {
    font-size: 80px;
    line-height: 97px;
  }
  .top_voice_faq_txt2 {
    font-size: 70px;
    line-height: 80px;
  }
  .top_voice_faq_txt2 span {
    font-size: 65px;
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .top_voice {
    margin-bottom: 50px;
  }
  .top_voice .section_ttl {
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .top_voice_faq_txt1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .top_voice_faq_txt1 span {
    font-size: 24px;
    line-height: 1.3;
  }
  .top_voice .more_button {
    right: 20px;
    bottom: 30px;
  }
  .top_voice_ttl_inner {
    margin-bottom: 20px;
  }
  .top_voice_faq_inner2 {}
  .top_voice_faq_txt2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .top_voice_faq_txt2 span {
    font-size: 20px;
    line-height: 1.3;
  }
  .section_ttl span {
    margin-left: 20px;
  }
  .top_voice_ttl_inner {
    display: block;
  }
  .top_voice_faq_inner2_inner {
    display: block;
    margin-top: 20px;
  }
  .top_voice_container {
    padding-top: 30px;
  }
  .top_voice_faq_inner1 {
    text-align: right;
    margin-right: 10px;
  }
  .top_voice_faq_inner2 {
    margin-bottom: 20px;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
  }
  .top_voice_slider .slick-prev, .top_voice_slider .slick-next {
    width: 40px;
    height: 160px;
  }
  .slick-active:after {
    background-color: rgba(0, 0, 0, 0);
    content: none;
  }
  .top_voice_slider_item {
    height: 360px;
    width: 258px;
    position: relative;
  }
  .top_voive_slider_txt {
    font-size: 30px;
    line-height: 1.1;
    padding-bottom: 10px;
  }
}