@charset "utf-8";
/*===================
header
===================*/
header {
}
.header__fv {
  position: absolute;
  top: 52px;
  left: 57px;
  z-index: 999;
}

.header__inner {
  height: 100px;
  /* background-color: #fff; */

  width: fit-content;

  position: fixed;
  top: 31px;
  right: 31px;
  z-index: 999;
}

.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  width: 100%;
  max-width: 551px;
  position: relative;
  z-index: 1;
}

.header__other-logo {
  width: 21%;
  max-width: 103px;
}

.header__logoLink {
  width: 78%;
  max-width: 408px;
}

.header__logoLink a {
  display: block;
}

.header__navWrap {
  display: none;
  width: 100%;
  max-width: 370px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #2e2f2f;
  z-index: 2;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

.header__navWrap::-webkit-scrollbar {
  display: none;
}

.header__nav-inner {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.header__nav {
  padding-top: 116px;
  margin-bottom: 28px;
}

.header__nav-listItem:not(:last-child) {
  margin-bottom: 18px;
}

.nav__listLink {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
.nav__listLink.insta {
  width: 16px;
}

.ham {
  position: relative;
  width: 41px;
  height: 41px;
  cursor: pointer;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
}

.ham__lineWrapper {
  width: 100%;
  height: 100%;
}

.ham__lineWrapper span {
  display: block;
  width: 21px;
  height: 1px;
  background-color: #2e2f2f;
  transition: 0.3s;
}

.ham__lineWrapper span:nth-child(1) {
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.ham__lineWrapper span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ham__lineWrapper span:nth-child(3) {
  position: absolute;
  bottom: 35%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.ham.open {
  /* width: 100px;
  height: 100px; */
}

.ham.open .ham__lineWrapper span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.ham.open .ham__lineWrapper span:nth-child(2) {
  opacity: 0;
}

.ham.open .ham__lineWrapper span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}
@media screen and (max-width: 500px) {
  .header__navWrap {
    max-width: none;
  }
}

/*===================
共通パーツ
===================*/
html,
body {
  height: 100%;
  overflow: visible;
}
body {
  color: #2e2f2f;
  font-weight: 400;
  font-style: normal;
  overflow-wrap: break-word;
}

.img {
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1260 {
  width: 92%;
  max-width: 1260px;
  margin: 0 auto;
}
.inner-1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.inner-960 {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
.sec__ttl {
  padding-left: 70px;
}
.sec__ttl-en {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.sec__ttl-jp {
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: bold;
  line-height: 2.4736;
}
.sec__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.416;
  letter-spacing: 0;
}
.bg-blue {
  background: #f4f8f7;
}
.inner-1330 {
  width: 90%;
  max-width: 1330px;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .sec__ttl {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

/*===================
fv
===================*/
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 12px;
  margin-bottom: 70px;
  /* overflow: hidden; */
}
.fv__logo {
  width: 80%;
  max-width: 495px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
}
.fv__swiper {
  height: 100%;
}
.fv__slideImg {
  height: 100%;
  object-fit: cover;
}

/*===================
concept
===================*/
.concept {
  padding: 91px 0;
  position: relative;
}
.concept::before {
  display: block;
  content: "";
  width: 66%;
  height: 100%;
  background: #f4f8f7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.concept .sec__ttl-en {
  margin-bottom: 7px;
}
.concept .sec__ttl-jp {
  margin-bottom: 23px;
  font-size: 27px;
}
.concept__wrap {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.concept__pic {
  width: 49%;
}
.concept__left {
  width: 50%;
  min-width: 589px;
  padding-top: 10px;
  padding-left: 10%;
}
.concept__ttl {
  display: inline-block;
  padding-left: 19px;
  font-size: 13px;
}
.concept__txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 2.211;
}
.concept__txt + .concept__txt {
  margin-top: 28px;
}

@media screen and (max-width: 920px) {
  .concept {
    background: #f4f8f7;
  }
  .concept::before {
    display: none;
  }
  .concept__wrap {
    flex-direction: column;
    row-gap: 50px;
  }
  .concept__pic {
    width: 100%;
  }
  .concept__left {
    width: 92%;
    min-width: auto;
    padding-left: 4%;
  }
}
@media screen and (max-width: 750px) {
  .concept .sec__ttl-jp {
    font-size: 22px;
  }
  .concept__ttl {
    padding-left: 11px;
    transform: translate(0px, -5px);
    font-size: 9px;
  }
}

/*===================
value
===================*/
.value {
  padding: 162px 0 136px;
}
.value__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.value__left {
  width: 32%;
}
.value__right {
  flex: 1;
  margin-top: -30px;
}
.value__box {
  padding: 30px 10px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.value__num {
  display: inline-block;
  width: 9%;
  font-size: 13px;
  letter-spacing: 0.12em;
}
.value__ttl-en {
  width: 23%;
  font-size: 19px;
  font-weight: 700;
}
.value__ttl-jp {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .value__wrap {
    flex-direction: column;
    /* row-gap: 30px; */
  }
  .value__left {
    width: 100%;
  }
  .value__right {
    width: 100%;
    margin-top: 0;
  }
  .value__box {
    padding: 15px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* row-gap: 10px; */
  }
  .value__num {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  .value__ttl-en {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .value__ttl-jp {
    width: 100%;
    text-align: center;
  }
}

/*===================
about
===================*/
.about {
  padding: 112px 0 182px;
}
.about__wrap {
  position: relative;
}
.about__ttlBox {
  position: absolute;
  width: 100%;
  top: 53px;
  left: 0;
  z-index: 1;
}
.about__box {
  /* width: 57%; */
  max-width: 757px;
  margin-bottom: 65px;
}
.about__box:last-of-type {
  margin-bottom: 0;
}
.about__box:nth-child(even) {
  margin-left: auto;
}
.about__ttl .sec__ttl-en {
  margin-bottom: 9px;
}
.about__ttl .sec__ttl-jp {
  margin-bottom: 12px;
}

.about__link:hover .about__arrow {
  transform: translate(9px, 0px);
}
.about__pic {
  margin-bottom: 44px;
}
.about__group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about__left {
  width: 86px;
}
.about__arrow {
  width: 41px;
  transition: 0.3s;
}
.about__right {
  flex: 1;
  padding-left: 26px;
  padding-bottom: 30px;
  border-left: 1px solid #e6e6e6;
}
.about__right .sec__ttl-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
}

/* モーダル本体↓==================================== */
.remodal-wrapper {
  padding: 40px 10px;
  background: rgba(0, 0, 0, 0.4);
}
.remodal {
  max-width: 1160px;
  padding: 72px 0 132px;
  background: #f5f6f8;
}
.modal__wrap {
  width: 92%;
  max-width: 728px;
  margin: 0 auto;
}
.modal__ttl-en {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.6818;
}
.modal__ttl-jp {
  margin-bottom: 58px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}
.modal__pic {
  margin-bottom: 54px;
}
.modal__txt {
  margin-bottom: 45px;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.3958;
  text-align: center;
}
.modal__txt02 {
  padding: 27px 10px;
  margin-bottom: 79px;
  background: #fff;
  font-size: 13px;
  line-height: 2.211;
  text-align: center;
}
.modal__container {
  margin-bottom: 25px;
}
.modal__dl {
  padding: 27px 6px 27px;
  border-top: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.modal__dt {
  width: 274px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.211;
  text-align: left;
}
.modal__dd {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2.211;
  text-align: left;
}
.modal__tableAll {
  margin-bottom: 196px;
}
.modal__tableWrap {
  overflow: auto;
}
.modal__table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
.modal__th01,
.modal__th02,
.modal__th03 {
  padding: 9px;
  border-bottom: 1px solid #ccc;
}
.modal__th01 {
  width: 28%;
}
.modal__th02 {
  width: 27%;
}
.modal__th03 {
  width: 45%;
}
.modal__td {
  padding: 11px;
}
.modal__pt {
  padding-top: 25px;
}
.modal__notes {
  padding-left: 11px;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}
.modal__contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}
.modal__contact .sec__ttl-en {
  margin-bottom: 4px;
}
.modal__contactTtl {
  width: fit-content;
}
.modal__contactTxt {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}
.modal__tel {
  width: fit-content;
}
.modal__web {
  width: fit-content;
}
.modal__telNumLink {
  display: block;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.modal__telTime {
  display: block;
  font-size: 10px;
  font-weight: 700;
}
.modal__contactBtnLink {
  display: block;
  width: 257px;
  padding: 20px 10px;
  background: #2e2f2f;
  border: 1px solid #2e2f2f;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.modal__contactBtnLink:hover {
  color: #2e2f2f;
  background: #fff;
}

/* モーダル本体↑==================================== */
@media screen and (max-width: 1200px) {
  .about__ttlBox {
    position: static;
  }
}
@media screen and (max-width: 750px) {
  .about__box {
    width: 100%;
  }
  .about__group {
    flex-direction: column-reverse;
  }
  .about__group .sec__ttl-jp {
    margin-bottom: 10px;
  }
  .about__right {
    padding-left: 0;
    border-left: 0;
    padding-bottom: 8px;
  }
  .about__pic {
    margin-bottom: 16px;
  }
  .about__left {
    width: 100%;
  }
  .about__arrow {
    margin-left: auto;
  }
  /* モーダル本体↓==================================== */
  .modal__txt {
    text-align: left;
  }
  .modal__dl {
    flex-direction: column;
  }
  .modal__dt {
    width: 100%;
  }
  .modal__tableAll {
    margin-bottom: 100px;
  }
  .modal__table {
    min-width: 570px;
  }
  .modal__contact {
    flex-wrap: wrap;
  }
  .modal__contactTtl {
    width: 100%;
  }
  .modal__contact .sec__ttl-jp {
    margin-bottom: 20px;
  }
  /* モーダル本体↑==================================== */
}
@media screen and (max-width: 600px) {
  /* モーダル本体↓==================================== */
  .modal__contact {
    flex-direction: column;
  }
  .modal__web {
    margin-top: 30px;
  }
  /* モーダル本体↑==================================== */
}
/*===================
process
===================*/
.process {
  overflow: hidden;
  padding: 131px 0 160px;
}
.process__wrap {
  padding-left: 69px;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
.process__swiperTtl {
  margin-top: 13px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.466;
}
.process__swiperTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.75;
}
.process .swiper-button-next,
.process .swiper-button-prev {
  color: #000;
  width: 30px;
  height: 30px;
}
.process__prev.swiper-button-prev::after,
.process__next.swiper-button-next::after {
  display: none;
}
.process__buttonWrap {
  position: relative;
  max-width: 142px;
  margin: 42px auto 0 0;
  width: 95%;
  height: 58px;
}
.swiper-button-prev.process__prev {
  width: 50px;
  height: 50px;
  background-image: url("../img/flower-service/works_prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  /* position: absolute;
  top: auto;
  bottom: 0;
  left: 39%; */
  position: absolute;
  left: 0;
}

.swiper-button-next.process__next {
  width: 50px;
  height: 50px;
  background-image: url("../img/flower-service/works_next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  /* position: absolute;
  top: auto;
  bottom: 0;
  right: 39%; */
  position: absolute;
  right: 0;
}
@media screen and (max-width: 920px) {
  .process__wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .process__buttonWrap {
    max-width: 113px;
  }
  .process .swiper-button-prev.process__prev {
    width: 35px;
    height: 35px;
  }

  .process .swiper-button-next.process__next {
    width: 35px;
    height: 35px;
  }
}

/*===================
works
===================*/

.works {
  padding: 127px 0 150px;
}

.works__wrap {
  position: relative;
  /* padding-bottom: 108px; */
}
.works__swiper {
  height: 36vw;
}
.works__swiper .slide01 {
  display: flex;
  justify-content: center;

  position: relative;
  height: 0;
  width: 100%;
  padding-top: 33%;
  display: block;
  overflow: hidden;
}

.works__swiperImg {
  background-position: center center;
  background-size: cover;
  align-self: center;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  object-fit: cover;
}
.works .swiper-button-next,
.works .swiper-button-prev {
  color: #000;
  width: 30px;
  height: 30px;
}

.works .swiper-pagination-custom {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  color: #333;
  position: absolute;
  bottom: 20px;
}
.works__prev.swiper-button-prev::after,
.works__next.swiper-button-next::after {
  display: none;
}
.works__buttonWrap {
  position: relative;
  max-width: 311px;
  margin: 0 auto;
  width: 95%;
  height: 50px;
  margin-top: 56px;
}
.swiper-button-prev.works__prev {
  width: 50px;
  height: 50px;
  background-image: url("../img/flower-service/works_prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  /* position: absolute;
  top: auto;
  bottom: 0;
  left: 39%; */
  position: absolute;
  left: 0;
}

.swiper-button-next.works__next {
  width: 50px;
  height: 50px;
  background-image: url("../img/flower-service/works_next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  /* position: absolute;
  top: auto;
  bottom: 0;
  right: 39%; */
  position: absolute;
  right: 0;
}
/* @media screen and (max-width: 970px) {
  .works__swiper {
    height: 39vw;
  }
} */
@media screen and (max-width: 750px) {
  .works__swiper {
    height: 87vw;
  }
  .works .swiper-button-prev.works__prev {
    width: 35px;
    height: 35px;
  }

  .works .swiper-button-next.works__next {
    width: 35px;
    height: 35px;
  }
}
