@charset "utf-8";
/* ====================================================
mainvisual
==================================================== */
.mainvisual {
  position: relative;
  width: 100%;
  height: auto;
}
.mainvisual .mark01 {
  position: absolute;
  top: 14vw;
  right: 10vw;
  z-index: 4;
  width: 13.3%;
  max-width: 255.933px;
}
.mainvisual .mark02 {
  position: absolute;
  bottom: 0;
  left: 16.1vw;
  z-index: 4;
  width: 4.6%;
  max-width: 89.4492px;
}
.mainvisual-slide__list {
  width: 90%;
  margin: 0 auto;
  padding-top: 190px;
}
@media screen and (max-width: 1024px) {
  .mainvisual-slide__list {
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual .mark01,
  .mainvisual .mark02 {
    display: none;
  }
  .mainvisual-slide__list {
    padding-top: 0;
  }
}
/*slide関係*/
.slide-item:first-child {
  background: url(../img/home/fv_slide01.webp) no-repeat center;
  background-size: cover;
}
.slide-item:nth-child(2) {
  background: url(../img/home/fv_slide02.webp) no-repeat center;
  background-size: cover;
}
.slide-item:nth-child(3) {
  background: url(../img/home/fv_slide03.webp) no-repeat center;
  background-size: cover;
}
.slide-item:nth-child(4) {
  background: url(../img/home/fv_slide04.webp) no-repeat center;
  background-size: cover;
}
.slide-item:nth-child(5) {
  background: url(../img/home/fv_slide05.webp) no-repeat center;
  background-size: cover;
}
.slide-item:nth-child(6) {
  background: url(../img/home/fv_slide06.webp) no-repeat center;
  background-size: cover;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;

  aspect-ratio: 1 / 0.633;
}
.slick-dots {
  right: 28% !important;
  bottom: 31px !important;
  width: auto !important;
}
.slick-dots li {
  width: 9.6731px !important;
  height: 9.6731px !important;
  margin: 0 12px !important;
}
.slick-dots li button {
  width: 9.6731px !important;
  height: 9.6731px !important;
  border-radius: 30px !important;
  background: #7b7b7b !important;
  color: #7b7b7b !important;
}
.slick-dots li button:before {
  width: 9.6731px !important;
  height: 9.6731px !important;
}
.slick-dots li.slick-active button {
  background: #020202 !important;
  color: #000 !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .slick-dots li {
    width: 6px !important;
    height: 6px !important;
    margin: 0 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .slide-item:first-child {
    background: url(../img/home/fv_slide01_sp.webp) no-repeat center;
    background-size: cover;
  }
  .slide-item:nth-child(2) {
    background: url(../img/home/fv_slide02_sp.webp) no-repeat center;
    background-size: cover;
  }
  .slide-item:nth-child(3) {
    background: url(../img/home/fv_slide03_sp.webp) no-repeat center;
    background-size: cover;
  }
  .slide-item:nth-child(4) {
    background: url(../img/home/fv_slide04_sp.webp) no-repeat center;
    background-size: cover;
  }
  .slide-item:nth-child(5) {
    background: url(../img/home/fv_slide05_sp.webp) no-repeat center;
    background-size: cover;
  }
  .slide-item:nth-child(6) {
    background: url(../img/home/fv_slide06_sp.webp) no-repeat center;
    background-size: cover;
  }
  .slick-slide {
    aspect-ratio: 1 / 1.902;
  }
  .slick-dots {
    right: 7% !important;
    bottom: 75px !important;
  }
  .slick-dots li {
    width: 4.8366px !important;
    height: 4.8366px !important;
    margin: 0 7px !important;
  }
  .slick-dots li button {
    width: 4.8366px !important;
    height: 4.8366px !important;
    padding: 3px !important;
  }
}
/* ====================================================
read-area
==================================================== */
.read-area {
  padding-top: 135px;
}
.read-area .flex {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}
.read-area figure {
  width: 43.958%;
}
.read-area .read-txt {
  position: relative;
  margin-right: 3vw;
  margin-left: 5.26vw;
  text-align: center;
}
.read-area .read-txt .mark {
  position: absolute;
  top: -86px;
  right: 0;
  left: 0;
  z-index: -1;
  width: 198.2173px;
  margin: auto;
}
.read-area .read-txt h2 {
  margin-bottom: 40px;
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 2;
}
.read-area .read-txt p {
  margin-bottom: 28px;
  font-size: var(--fs16);
  font-weight: 700;
  line-height: 2.6;
  letter-spacing: normal;
  color: #4e4e4e;
}
@media screen and (max-width: 1024px) {
  .read-area .read-txt {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .read-area {
    padding-top: 78px;
  }
  .read-area .flex {
    display: block;
    padding: 0 3.4%;
  }

  .read-area .read-txt h2 {
    margin-bottom: 32px;
  }
  .read-area .read-txt p {
    margin-bottom: 40px;
    line-height: 2.2;
    letter-spacing: 1.4px;
  }
  .read-area .read-txt .mark {
    width: 56.95%;
  }
}
/* ====================================================
feature-area
==================================================== */
.feature-area {
  padding-top: 120px;
}
.feature-area .flex {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature-area .flex .feature-txt {
  margin-left: 17.45%;
  text-align: center;
}
.feature-area .flex .feature-txt h2 {
  margin-bottom: 20px;
  font-size: var(--fs22);
  font-weight: 700;
}
.feature-area .flex .feature-txt p {
  margin-bottom: 57px;
  font-size: var(--fs15);
  font-weight: 700;
  line-height: 2.3;
  color: #6e6e6e;
}
.feature-area .flex .feature-img {
  position: relative;
  width: 46.639%;
}
.feature-area .flex .feature-img .mark {
  position: absolute;
  top: -43px;
  left: -72px;
  z-index: 5;
  width: 143.601px;
}
.feature-area .flex .feature-img figure {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .feature-area .flex {
    justify-content: center;

    gap: 40px;
  }
  .feature-area .flex .feature-txt {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .feature-area {
    padding-top: 53px;
  }
  .feature-area .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 6.13%;

    gap: 0;
  }

  .feature-area .flex .feature-txt h2 {
    margin-bottom: 12px;
  }
  .feature-area .flex .feature-txt p {
    margin-bottom: 40px;
  }
  .feature-area .flex .feature-img {
    width: 100%;
    margin: 0 auto 37px;
  }
}
/* ====================================================
transition-area
==================================================== */
.transition-area {
  padding-top: 103px;
}
.transition-area .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  gap: 40px;
}
.transition-area .flex .transition-box {
  width: 46%;
  max-width: 400px;
  border-radius: 0 10px 10px 0;
  background-color: #efefef;
}
.transition-area .flex .transition-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}
.transition-area .flex .transition-box figure {
  width: 50%;
}
.transition-area .flex .transition-box figure img {
  border-radius: 10px 0 0 10px;
}
.transition-area .flex .transition-box .txt-box {
  width: 50%;
  text-align: center;
}
.transition-area .flex .transition-box .txt-box h2 {
  margin-bottom: 18px;
  font-size: var(--fs16);
  font-weight: 700;
}
.transition-area .flex .transition-box .txt-box p {
  display: inline-block;
  padding: 8px 22px 10px;
  border-radius: 30px;
  background-color: #807665;
  font-size: var(--fs14);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.transition-area .flex .transition-box:last-child .txt-box p {
  background-color: #565656;
}

@media screen and (max-width: 767px) {
  .transition-area {
    padding: 80px 8% 0;
  }
  .transition-area .flex {
    display: block;
  }
  .transition-area .flex .transition-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .transition-area .flex .transition-box:first-child {
    margin-bottom: 20px;
  }
}
/* ====================================================
slider-area
==================================================== */
.slider-area {
  position: relative;
  margin-top: 57px;
  padding: 75px 40px 79px;
  background-image: linear-gradient(90deg, #f9dbc7, #f9efc7);
}
.slider-area:before {
  position: absolute;
  top: -462px;
  right: 0;
  z-index: -1;
  display: block;
  width: 1003.0507px;
  height: 1285.9175px;
  background-image: url(../img/common/main_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.slider-area .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-area .flex a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 352px;
  height: 70px;
  margin: 59px 28px 0;
  border-radius: 35px;
  box-shadow: 0 0 8px;
  background-color: #fff;
  font-weight: 700;
  color: #807665;
}
.slider-area .flex a:last-child {
  color: #565656;
}
.slider-area .flex figure {
  position: absolute;
  top: 20px;
  left: 35px;
  z-index: 2;
  width: 28px;
}
.slider-area .flex p {
  padding-left: 25px;
}
.slider-area #image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  gap: 28px;
}
.slider-area #image-container .img-box {
  position: relative;
  overflow: hidden;
  width: 10.41vw;
  min-width: 150px;
  max-width: 200px;
  border-radius: 10px;

  aspect-ratio: 1 / 1;
}
.slider-area #image-container .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  opacity: 0;

  object-fit: cover;
}
/* クラスがついた時だけ表示 */
.slider-area #image-container .img-box img.is-visible {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slider-area .flex {
    display: block;
  }
  .slider-area #image-container {
    margin-bottom: 30px;

    gap: 10px;
  }
  .slider-area #image-container .img-box {
    width: calc(50% - 5px);
    min-width: 0;
    max-width: none;
  }
  .slider-area .flex a {
    width: 100%;
    margin: 0 auto;
  }
  .slider-area .flex a:first-child {
    margin-bottom: 30px;
  }
  .slider-area .flex figure {
    top: 22px;
    left: 8%;
    width: 22px;
  }
}
/* ====================================================
life-area
==================================================== */
.life-area {
  position: relative;
  padding-top: 245px;
}
.life-area .life-mark-02 {
  position: absolute;
  top: 60px;
  right: 22px;
  left: 0;
  width: 93.7098px;
  margin: 0 auto;
}

.life-area .flex {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.life-area .flex figure {
  width: 51.96%;
}
.life-area .flex .life-txt {
  position: relative;
  margin-left: 48px;
}
.life-area .flex .life-txt .life-mark {
  position: absolute;
  top: -7px;
  right: 50px;
  width: 223.9017px;
}
.life-area .flex .life-txt h2 {
  margin-bottom: 30px;
  font-size: var(--fs22);
  font-weight: 700;
}
.life-area .flex .life-txt p {
  margin-bottom: 50px;
  font-size: var(--fs15);
  font-weight: 700;
  line-height: 2;
  color: #6e6e6e;
}
.life-area .flex .life-txt .c-btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 48px;
}

@media screen and (max-width: 1024px) {
  .life-area {
    padding-top: 190px;
  }
  .life-area .flex {
    align-items: flex-start;
  }
  .life-area .flex .life-txt .life-mark {
    top: 0;
    right: 0;
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .life-area {
    padding: 160px 8% 0;
  }
  .life-area .flex {
    display: block;
  }
  .life-area .flex figure {
    width: 100%;
    margin: 0 auto 20px;
  }
  .life-area .flex .life-txt {
    margin-left: 0;
  }

  .life-area .flex .life-txt .c-btn {
    justify-content: center;
    margin: 0 auto;
  }
}
/* ====================================================
info-area
==================================================== */
.info-area {
  overflow-x: hidden !important;
  height: 645.2842px;
  padding-top: 137px;
  background-image: url(../img/home/info_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.info-area .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info-area .flex .tlt {
  width: 383px;
}
.info-area .flex .tlt h2 {
  font-size: var(--fs30);
  font-weight: 700;
  color: #807665;
}
.info-area .flex .info-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 76px;
}
.info-area .flex .info-list .info-mark {
  position: absolute;
  top: -123px;
  right: -152px;
  z-index: 5;
  width: 315.6181px;
}
.info-area .flex .info-list .link-box {
  width: 175px;
  margin-left: 58px;
  text-align: center;
}
.info-area .flex .info-list .link-box figure {
  margin-bottom: 22px;
}
.info-area .flex .info-list .link-box a {
  display: block;
  padding: 9px 0 11px;
  border-radius: 18px;
  background-color: #807665;
  font-size: var(--fs15);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .info-area {
    height: 480px;
  }
  .info-area .flex {
    display: block;
  }
  .info-area .flex .tlt {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .info-area .flex .info-list {
    justify-content: center;
    margin: 0;

    gap: 40px;
  }
  .info-area .flex .info-list .link-box {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .info-area {
    height: auto;
    margin-top: 40px;
    padding: 220px 8% 0;
    background-image: url(../img/home/info_bg_sp.webp);
  }
}
/* ====================================================
app-area
==================================================== */
.app-area {
  padding-top: 101px;
}
.app-area a {
  display: block;
}
.app-area .app-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  margin: auto;
}
.app-area .app-flex figure {
  width: 50%;
}
.app-area .app-flex figure img {
  border-radius: 22px 0 0 22px;
}
.app-area .app-flex .app-txt {
  width: 50%;
  padding-left: 60px;
  border-radius: 0 22px 22px 0;
  background-color: #f0b677;
  color: #fff;
}
.app-area .app-01 .app-flex .app-txt {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.app-area .app-flex .app-txt h2 {
  margin-bottom: 10px;
  font-size: var(--fs22);
  font-weight: 700;
}
.app-area .app-flex .app-txt p {
  margin-bottom: 6px;
  font-size: var(--fs15);
  font-weight: 700;
  line-height: 1.8;
}
.app-area .app-02 {
  margin-top: 135px;
}
.app-area .app-02 .app-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1150px;
  margin: auto;
}
.app-area .app-02 .app-flex:before {
  position: absolute;
  top: -14px;
  left: -387.4099px;
  z-index: 5;
  display: block;
  width: 556.7976px;
  height: auto;
  background-image: url(../img/home/app_mark.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 1 / 0.269;
}
.app-area .app-02 .app-flex figure img {
  border-radius: 0 22px 22px 0;
}
.app-area .app-02 .app-flex .app-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50%;
  border-radius: 22px 0 0 22px;
  background-color: #31afaa;
  color: #fff;
}
.app-area .app-02 .app-flex .app-txt .tlt {
  margin-right: 70px;
}

.app-area .app-02 .app-flex .app-txt .arrow-link::after {
  top: 6px;
  position: absolute;
  right: -14px;
}

@media screen and (max-width: 1024px) {
  .app-area .app-02 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .app-area .app-02 .app-flex:before {
    content: none;
  }
  .app-area .app-flex figure img {
    height: 100%;
    border-radius: 16px 0 0 16px;

    object-fit: cover;
  }
  .app-area .app-flex .app-txt {
    padding: 20px 3%;
  }
  .app-area .app-02 .app-flex .app-txt {
    flex-flow: column;
    justify-content: center;
  }
  .app-area .app-02 .app-flex .app-txt .tlt {
    margin-right: 0;
  }
  .app-area .app-flex .app-txt p {
    margin: 0 0 20px;
  }
  .asterisk {
    font-size: 1.3rem;
  }
  .app-area .app-02 .app-flex .app-txt .arrow-link::after {
    top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .app-area {
    padding: 80px 8% 0;
  }
  .app-area .app-flex {
    display: block;
  }
  .app-area .app-flex figure {
    width: 100%;
  }
  .app-area .app-flex figure img,
  .app-area .app-02 .app-flex figure img {
    border-radius: 18px 18px 0 0;
    height: 100%;
  }
  .app-area .app-flex .app-txt,
  .app-area .app-02 .app-flex .app-txt {
    width: 100%;
    padding: 30px 6%;
    border-radius: 0 0 18px 18px;
  }
  .app-area .app-02 {
    margin-top: 80px;
  }
  .app-area .app-02 .app-flex {
    flex-direction: column;
  }
  .app-area .app-02 .app-flex .app-txt {
    display: block;
  }
  .app-area .app-flex .app-txt p {
    margin-bottom: 20px;
  }
}
