/* ///////////////
  top common
 ///////////////*/
.top-page {
  background-color: #faf5f2;
}

/* ///////////////
  top mv
 ///////////////*/
.top-mv {
  position: relative;
  margin-top: 14rem;
}
@media screen and (max-width: 834px) {
  .top-mv {
    margin-top: 10rem;
  }
}
.top-mv_hg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 10vw;
  z-index: 10;
  padding: 5.4vw 10vw 0 7.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #faf5f2;
}
@media screen and (max-width: 834px) {
  .top-mv_hg {
    position: relative;
    width: 95%;
    left: 5%;
    height: auto;
    display: block;
    padding: 0;
  }
}
.top-mv_hg::before {
  position: absolute;
  content: "";
  bottom: 2.4vw;
  right: 4.8vw;
  max-width: 155px;
  width: 10vw;
  aspect-ratio: 155/157;
  background: url(../img/top/mv-hg_bg.webp) no-repeat top left/cover;
}
@media screen and (max-width: 834px) {
  .top-mv_hg::before {
    bottom: auto;
    top: -3vw;
    right: 8vw;
    max-width: 136px;
    width: 19vw;
  }
}
.top-mv_ttl, .top-mv_txt {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 834px) {
  .top-mv_ttl, .top-mv_txt {
    writing-mode: horizontal-tb;
  }
}
.top-mv_ttl {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .top-mv_ttl {
    font-size: 3.7vw;
  }
}
.top-mv_ttl span {
  writing-mode: horizontal-tb;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .top-mv_ttl span {
    font-size: 3.7vw;
  }
}
.top-mv_txt {
  margin-right: 2rem;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .top-mv_txt {
    margin-right: 0;
    font-size: 7.5vw;
  }
}
.top-mv_swiper {
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  .top-mv_swiper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .top-mv_swiper {
    margin-top: 30px;
  }
}
.top-mv_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top-mv_swiper img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .top-mv_swiper img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
}
.top-mv_swiper .swiper-slide {
  width: 693px !important;
  aspect-ratio: 693/809;
}
@media screen and (max-width: 834px) {
  .top-mv_swiper .swiper-slide {
    width: 69% !important;
  }
}
.top-mv_fig {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 6vw;
  z-index: 10;
  max-width: 201px;
  width: 12vw;
  aspect-ratio: 201/174;
  background: url(../img/top/mv-fig.webp) no-repeat top left/cover;
}
@media screen and (max-width: 834px) {
  .top-mv_fig {
    bottom: -6vw;
    left: 3.8vw;
    width: 27vw;
  }
}
.top-mv_link {
  position: absolute;
  bottom: -3vw;
  right: 3.3vw;
  z-index: 10;
  width: 187px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/top/mv-link_bg.webp) no-repeat top left/cover;
}
@media screen and (max-width: 834px) {
  .top-mv_link {
    max-width: 205px;
    width: 28vw;
    background-image: url(../img/top/mv-link_bg-sp.webp);
  }
}
.top-mv_link-txt {
  color: #fff;
  font-weight: 500;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .top-mv_link-txt {
    margin-top: 5vw;
    font-size: 3.2vw;
  }
}
.top-mv_link-arw {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  aspect-ratio: 1/1;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .top-mv_link-arw {
    bottom: 3vw;
  }
}

/* ///////////////
  top-news
 ///////////////*/
.top-news {
  position: relative;
  margin-top: 13rem;
}
@media screen and (max-width: 1100px) {
  .top-news {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 450px) {
  .top-news {
    margin-top: 8rem;
    padding-bottom: 16vw;
  }
}
.top-news .c-btn01 {
  margin-top: 6rem;
}
@media screen and (max-width: 1100px) {
  .top-news .c-btn01 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 450px) {
  .top-news .c-btn01 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.top-news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .top-news_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media screen and (max-width: 450px) {
  .top-news_flex {
    gap: 6vw;
  }
}
.top-news_list {
  width: 70%;
}
@media screen and (max-width: 1100px) {
  .top-news_list {
    width: 100%;
  }
}

/* ///////////////
  top-about
 ///////////////*/
.top-about {
  margin-top: 12rem;
  padding-bottom: 12rem;
  background-color: #f7eee8;
}
@media screen and (max-width: 834px) {
  .top-about {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
.top-about_flex {
  position: relative;
  padding: 17rem 0 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  background: url(../img/top/about-bg.png) no-repeat bottom left 25px/contain;
}
@media screen and (max-width: 834px) {
  .top-about_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none;
    gap: 50px;
  }
  .top-about_flex::before {
    position: absolute;
    content: "";
    width: 100vw;
    aspect-ratio: 750/1233;
    top: 14vw;
    left: -6%;
    background: url(../img/top/about-bg_sp.png) no-repeat top left/contain;
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (max-width: 450px) {
  .top-about_flex {
    padding: 9rem 0 6rem;
    gap: 12vw;
  }
  .top-about_flex::before {
    top: 8vw;
  }
}
.top-about_ttl {
  padding-left: 7.62vw;
  font-size: 4.8rem;
  line-height: 1.4;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 834px) {
  .top-about_ttl {
    padding-left: 0;
    font-size: 7.5vw;
  }
}
.top-about_cont {
  position: relative;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-about_cont {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .top-about_cont .c-bg_txt {
    font-size: 4.3vw;
    line-height: 1.77em;
  }
}
.top-about_cont .c-btn02 {
  margin-top: 30px;
}
.top-about_hg .c-lead_txt {
  margin: 2rem 0 5rem;
}
@media screen and (max-width: 834px) {
  .top-about_hg .c-lead_txt {
    margin: 2rem 0 3rem;
  }
}
@media screen and (max-width: 450px) {
  .top-about_hg .c-lead_txt {
    margin: 2rem 0 1rem;
  }
}
.top-about_box {
  position: relative;
  padding: 6rem 20px 8rem;
  background-color: #debcaa;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .top-about_box {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  .top-about_box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
}
.top-about_box::before, .top-about_box::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.top-about_box::before {
  width: 275px;
  aspect-ratio: 275/133;
  top: -75px;
  right: 70px;
  background-image: url(../img/top/about-box_img.webp);
}
@media screen and (max-width: 1100px) {
  .top-about_box::before {
    max-width: 200px;
    width: 24vw;
    top: -7vw;
    right: 7vw;
  }
}
@media screen and (max-width: 450px) {
  .top-about_box::before {
    width: 30vw;
  }
}
.top-about_box::after {
  width: 165px;
  aspect-ratio: 165/100;
  top: 25px;
  left: 25%;
  background-image: url(../img/top/about-box_bg.webp);
}
@media screen and (max-width: 1100px) {
  .top-about_box::after {
    max-width: 150px;
    width: 14vw;
    top: 2vw;
    left: 15vw;
  }
}
@media screen and (max-width: 834px) {
  .top-about_box .f32 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about_box .f32 {
    font-size: 2.1rem;
  }
}
.top-about_list {
  max-width: 1100px;
  width: 100%;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 34px;
  grid-row-gap: 34px;
}
@media screen and (max-width: 1100px) {
  .top-about_list {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top-about_list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .top-about_list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
  }
}
.top-about_item {
  position: relative;
  padding: 23px 15px 20px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
}
@media screen and (max-width: 450px) {
  .top-about_item {
    border-radius: 7px;
    -webkit-border-radius: 7px;
  }
}
.top-about_item-num {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  line-height: 1;
  font-size: 4.8rem;
  color: #f7eee8;
}
@media screen and (max-width: 834px) {
  .top-about_item-num {
    top: -16px;
    font-size: 3.2rem;
  }
}
.top-about_item .f16,
.top-about_item .f21 {
  line-height: 1;
}
@media screen and (max-width: 676px) {
  .top-about_item .f16 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 500px) {
  .top-about_item .f16 {
    font-size: 1.4rem;
  }
}
.top-about_item .f21 {
  margin-top: 14px;
}
@media screen and (max-width: 676px) {
  .top-about_item .f21 {
    margin-top: 10px;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 500px) {
  .top-about_item .f21 {
    font-size: 1.8rem;
  }
}

/* ///////////////
  top-service
 ///////////////*/
.top-service {
  margin-top: 16rem;
}
@media screen and (max-width: 834px) {
  .top-service {
    margin-top: 5rem;
  }
}
.top-service_flex {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1250px) {
  .top-service_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .top-service_flex {
    margin-top: 2rem;
  }
}
.top-service_flex .c-lead_txt.f40 br {
  display: none;
}
@media screen and (max-width: 834px) {
  .top-service_flex .c-lead_txt.f40 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 600px) {
  .top-service_flex .c-lead_txt.f40 {
    font-size: 6.6vw;
  }
  .top-service_flex .c-lead_txt.f40 br {
    display: block;
  }
}
.top-service_cont {
  max-width: 1000px;
  width: 73%;
}
@media screen and (max-width: 1250px) {
  .top-service_cont {
    width: 100%;
  }
}
.top-service_cont .c-txt {
  margin-top: 1rem;
}
.top-service_list {
  margin-top: 7rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(0, 1.27fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-areas: "ser01 ser02 ser03 ser04 ser09" "ser05 ser06 ser07 ser08 ser09";
}
@media screen and (max-width: 1280px) {
  .top-service_list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 1210px) {
  .top-service_list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "ser01 ser02 ser03 ser04" "ser05 ser06 ser07 ser08" ". ser09 ser09 .";
  }
}
@media screen and (max-width: 834px) {
  .top-service_list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "ser01 ser02 ser03" "ser04 ser05 ser06" "ser07 ser08 ." "ser09 ser09 ser09";
  }
}
@media screen and (max-width: 610px) {
  .top-service_list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "ser01 ser02" "ser03 ser04" "ser05 ser06" "ser07 ser08" "ser09 ser09";
  }
}
@media screen and (max-width: 450px) {
  .top-service_list {
    margin-top: 4rem;
  }
}
.top-service_item {
  border: 4px solid #f0e3da;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.top-service_item:not(:last-of-type) {
  padding: 10px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}
.top-service_item:nth-of-type(1) {
  grid-area: ser01;
}
.top-service_item:nth-of-type(2) {
  grid-area: ser02;
}
.top-service_item:nth-of-type(3) {
  grid-area: ser03;
}
.top-service_item:nth-of-type(4) {
  grid-area: ser04;
}
.top-service_item:nth-of-type(5) {
  grid-area: ser05;
}
.top-service_item:nth-of-type(6) {
  grid-area: ser06;
}
.top-service_item:nth-of-type(7) {
  grid-area: ser07;
}
.top-service_item:nth-of-type(8) {
  grid-area: ser08;
}
.top-service_item:nth-of-type(9) {
  grid-area: ser09;
}
.top-service_item:nth-of-type(9) .f16 {
  margin: 0 auto;
  padding: 4rem 0;
  width: 80%;
}
@media screen and (max-width: 1361px) {
  .top-service_item:nth-of-type(9) .f16 {
    width: 90%;
  }
}
@media screen and (max-width: 1210px) {
  .top-service_item:nth-of-type(9) .f16 {
    padding: 2rem 0;
  }
}
.top-service_item:nth-of-type(9) .top-service_fig {
  margin-top: 30%;
}
@media screen and (min-width: 1680px) {
  .top-service_item:nth-of-type(9) .top-service_fig {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 1361px) {
  .top-service_item:nth-of-type(9) .top-service_fig {
    margin-top: 10%;
  }
}
@media screen and (max-width: 1210px) {
  .top-service_item:nth-of-type(9) .top-service_fig {
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .top-service_item:nth-of-type(9) .top-service_fig figcaption {
    margin-top: 1rem;
  }
}
.top-service_item-link {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #f7eee8;
  transition: all 0.3s linear;
}
@media screen and (max-width: 450px) {
  .top-service_item-link {
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
}
.top-service_item-link:hover {
  background-color: #fff5ee;
}
.top-service_item-link .c-arw {
  margin-left: 2.3rem;
}
.top-service_fig {
  margin-top: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.top-service_fig figcaption {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .top-service_fig figcaption {
    margin-top: 0;
  }
}
@media screen and (max-width: 920px) {
  .top-service .f21 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 408px) {
  .top-service .f21 {
    font-size: 4vw;
  }
}
.top-service_box {
  margin-top: 10rem;
  padding: 8rem 0 6rem;
  background: url(../img/top/service-box_bg.png) no-repeat center center/cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .top-service_box {
    margin-top: 8rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .top-service_box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
}
.top-service_box-hg {
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .top-service_box-hg {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top-service_box-hg .f24 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 450px) {
  .top-service_box-hg .f24 {
    font-size: 2rem;
  }
}
.top-service_box-hg br {
  display: none;
}
@media screen and (max-width: 834px) {
  .top-service_box-hg br {
    display: block;
  }
}
.top-service_box-hg_txt {
  position: absolute;
  top: -92%;
  left: -140px;
  z-index: 1;
  width: 113px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  color: #a3394e;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  background-color: #faf5f2;
  border: 1px solid #d0af9c;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.top-service_box-hg_txt br {
  display: block;
}
@media screen and (max-width: 834px) {
  .top-service_box-hg_txt {
    top: -100px;
    left: 10%;
    width: 100px;
    font-size: 1.4rem;
  }
}
.top-service_box-hg_txt::before {
  position: absolute;
  content: "";
  width: 93px;
  aspect-ratio: 93/107;
  top: -15px;
  left: -50px;
  z-index: 2;
  background: url(../img/top/service-box_ttl.webp) no-repeat top left/cover;
}
.top-service_box-flex {
  max-width: 1100px;
  width: 90%;
  margin: 4.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .top-service_box-flex {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 450px) {
  .top-service_box-flex {
    margin-top: 3rem;
  }
}
.top-service_box-flex_fig {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .top-service_box-flex_fig {
    width: 100%;
  }
}
.top-service_box-flex_fig img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
@media screen and (max-width: 450px) {
  .top-service_box-flex_fig img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
}
.top-service_box-flex_cont {
  width: 43%;
}
@media screen and (max-width: 1100px) {
  .top-service_box-flex_cont {
    width: 100%;
  }
}
.top-service_box-flex_cont .c-lead_txt {
  margin: 2rem 0;
}
@media screen and (max-width: 450px) {
  .top-service_box-flex_cont .c-lead_txt {
    font-size: 6vw;
  }
}
@media screen and (max-width: 404px) {
  .top-service_box-flex_cont .c-lead_txt {
    font-size: 5.6vw;
  }
}
.top-service_box-list {
  max-width: 1100px;
  width: 90%;
  margin: 5rem auto 0;
  padding: 3rem 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #f7eee8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .top-service_box-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .top-service_box-list {
    padding: 2rem;
    grid-column-gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .top-service_box-list {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
}
.top-service_box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 834px) {
  .top-service_box-item {
    gap: 10px;
  }
}
.top-service_box-item_fig {
  width: 72px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2c2b0;
  border-radius: 10vmax;
  -webkit-border-radius: 10vmax;
}
@media screen and (max-width: 834px) {
  .top-service_box-item_fig {
    width: 60px;
  }
}
.top-service_box-item_hg {
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .top-service_box-item_hg .f24 {
    font-size: 2rem;
  }
}
.top-service_box-item_hg .f14 {
  margin-top: 1rem;
}
.top-service_box .c-btn02 {
  margin: 40px auto 0;
  width: 90%;
}
@media screen and (max-width: 834px) {
  .top-service_box .c-btn02 {
    margin-top: 30px;
  }
}

/* ///////////////
  top-facility
 ///////////////*/
.top-facility {
  margin-top: 14rem;
}
@media screen and (max-width: 834px) {
  .top-facility {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 450px) {
  .top-facility {
    margin-top: 5rem;
  }
}
.top-facility .inner {
  max-width: 1520px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 834px) {
  .top-facility .inner {
    margin: 0 auto;
  }
}
.top-facility_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .top-facility_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-facility_fig {
  width: 54%;
}
@media screen and (max-width: 834px) {
  .top-facility_fig {
    width: 90%;
    top: 22rem;
    left: -6%;
    position: absolute;
  }
}
@media screen and (max-width: 560px) {
  .top-facility_fig {
    top: 39vw;
  }
}
@media screen and (max-width: 450px) {
  .top-facility_fig {
    top: 42vw;
  }
}
@media screen and (max-width: 390px) {
  .top-facility_fig {
    top: 44vw;
  }
}
.top-facility_fig img {
  border-radius: 0 35px 35px 0;
  -webkit-border-radius: 0 35px 35px 0;
}
@media screen and (max-width: 450px) {
  .top-facility_fig img {
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
  }
}
.top-facility_cont {
  width: 567px;
}
@media screen and (max-width: 834px) {
  .top-facility_cont {
    width: 100%;
  }
}
.top-facility_cont .c-lead_txt {
  margin: 3.5rem 0 2rem;
}
@media screen and (max-width: 834px) {
  .top-facility_cont .c-lead_txt {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top-facility_cont .c-lead_txt.f40 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 834px) {
  .top-facility_cont .c-txt {
    margin-top: 61vw;
  }
}
@media screen and (max-width: 560px) {
  .top-facility_cont .c-txt {
    margin-top: 62vw;
  }
}
.top-facility_cont .c-btn02 {
  margin-top: 3rem;
}

/* ///////////////
  top-flow
 ///////////////*/
.top-flow {
  margin-top: 8rem;
}
@media screen and (max-width: 1100px) {
  .top-flow {
    margin-top: 10rem;
  }
}
.top-flow_link {
  position: relative;
  padding: 4rem 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
.top-flow_link:hover {
  background-color: #faf5f2;
}
@media screen and (max-width: 1100px) {
  .top-flow_link {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-flow_link {
    padding: 3rem 1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 450px) {
  .top-flow_link {
    padding: 3rem 1rem 2rem;
  }
}
.top-flow_link-fig {
  position: absolute;
  width: 171px;
  aspect-ratio: 171/127;
  top: -30px;
  left: 2vw;
}
@media screen and (max-width: 1100px) {
  .top-flow_link-fig {
    top: -80px;
  }
}
@media screen and (max-width: 450px) {
  .top-flow_link-fig {
    width: 130px;
    top: -60px;
  }
}
.top-flow_link-fig img {
  object-fit: cover;
}
.top-flow_link .c-txt br {
  display: none;
}
@media screen and (max-width: 834px) {
  .top-flow_link .c-txt {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .top-flow_link .c-txt {
    line-height: 1.5;
  }
  .top-flow_link .c-txt br {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .top-flow_link .f32 {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
  }
}
.top-flow_link .c-arw {
  position: absolute;
  right: 4.3rem;
}
@media screen and (max-width: 1100px) {
  .top-flow_link .c-arw {
    right: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-flow_link .c-arw {
    right: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .top-flow_link .c-arw {
    top: 30%;
    right: 22%;
  }
}
@media screen and (max-width: 410px) {
  .top-flow_link .c-arw {
    right: 20%;
  }
}
@media screen and (max-width: 370px) {
  .top-flow_link .c-arw {
    right: 18%;
  }
}

/* ///////////////
  top-diary
 ///////////////*/
.top-diary {
  position: relative;
  margin-top: 12rem;
  padding: 12rem 0 13rem;
  background-color: #f7eee8;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-diary {
    margin-top: 5rem;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 550px) {
  .top-diary {
    padding-bottom: 14rem;
  }
}
.top-diary_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .top-diary_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.top-diary_cont {
  width: 280px;
}
.top-diary_cont .c-btn02 {
  margin-top: 4rem;
}
@media screen and (max-width: 550px) {
  .top-diary_cont .c-btn02 {
    position: absolute;
    left: 50%;
    bottom: 5rem;
    transform: translateX(-50%);
  }
}
.top-diary_cont .c-btn02_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}
.top-diary_cont .c-btn02_txt i {
  margin-right: 10px;
  font-size: 2.2rem;
}
.top-diary_cont .c-btn02_txt span {
  padding-top: 2px;
}
.top-diary_swiper {
  margin-right: 0;
  width: calc(100% - 360px);
}
@media screen and (max-width: 834px) {
  .top-diary_swiper {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 550px) {
  .top-diary_swiper {
    width: 100%;
  }
}
.top-diary_swiper .swiper-wrapper {
  transition-timing-function: linear;
}

/* ///////////////
  top-recruit
 ///////////////*/
.top-recruit {
  padding-top: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .top-recruit {
    padding-top: 34vw;
  }
}
.top-recruit_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12rem;
}
@media screen and (max-width: 1200px) {
  .top-recruit_flex {
    gap: 5rem;
  }
}
@media screen and (max-width: 1100px) {
  .top-recruit_flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit_flex {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.top-recruit_fig {
  max-width: 553px;
  width: calc(100% - 800px);
}
@media screen and (max-width: 1100px) {
  .top-recruit_fig {
    width: calc(100% - 650px);
  }
}
@media screen and (max-width: 834px) {
  .top-recruit_fig {
    max-width: 100%;
    width: 100%;
  }
}
.top-recruit_fig img {
  border-radius: 21px;
  -webkit-border-radius: 21px;
}
@media screen and (max-width: 450px) {
  .top-recruit_fig img {
    border-radius: 11px;
    -webkit-border-radius: 11px;
  }
}
.top-recruit_cont {
  position: relative;
  width: 620px;
}
@media screen and (max-width: 834px) {
  .top-recruit_cont {
    width: 100%;
  }
}
.top-recruit_cont::before, .top-recruit_cont::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
}
.top-recruit_cont::before {
  width: 319px;
  aspect-ratio: 319/225;
  top: -8.8vw;
  right: -9vw;
  background-image: url(../img/top/recruit-img02.webp);
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .top-recruit_cont::before {
    width: 280px;
    right: -2vw;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit_cont::before {
    right: calc(-5vw - 20px);
  }
}
@media screen and (max-width: 620px) {
  .top-recruit_cont::before {
    width: 52vw;
    top: -21vw;
  }
}
@media screen and (max-width: 450px) {
  .top-recruit_cont::before {
    width: 46vw;
    right: calc(-5vw - 10px);
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
}
.top-recruit_cont::after {
  width: 164px;
  aspect-ratio: 164/118;
  top: -5vw;
  left: 12vw;
  background-image: url(../img/top/recruit-img03.webp);
}
@media screen and (max-width: 834px) {
  .top-recruit_cont::after {
    left: 20vw;
  }
}
@media screen and (max-width: 620px) {
  .top-recruit_cont::after {
    display: none;
  }
}
.top-recruit_cont .c-lead_txt {
  margin: 4rem 0 2rem;
}
@media screen and (max-width: 450px) {
  .top-recruit_cont .c-lead_txt {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 450px) {
  .top-recruit_cont .c-lead_txt.f40 {
    font-size: 8vw;
  }
}
.top-recruit_cont .c-btn02 {
  margin-top: 3rem;
}/*# sourceMappingURL=top.css.map */