@charset "UTF-8";
/* webfont 変数　*/
/* ofi */
/*====================================================================

index.css

=====================================================================*/
.main {
  overflow: hidden;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
}

.main-view__bg {
  position: relative;
  overflow: hidden;
}
.main-view__bg__img {
  z-index: 1;
  position: relative;
  width: 93.23%;
  margin-right: auto;
  margin-left: auto;
}
.main-view__bg__img__inner > *, .main-view__bg__img__inner img {
  border-radius: 30px;
}

.main-view__inner {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-view__inner .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 68%;
}

.main-view__block {
  -webkit-transform-origin: top right;
  -webkit-transform: skew(-40deg);
  z-index: 3;
  position: absolute;
  top: 0;
  right: 20%;
  width: 100%;
  width: 100vw;
  height: 130%;
          transform: skew(-40deg);
          transform-origin: top right;
  background: rgba(218, 105, 139, .9);
  content: "";
}

.main-view__catch {
  z-index: 4;
  position: relative;
  padding-left: 8%;
  color: #594E4A;
}
.main-view__catch .is-catch01 {
  display: block;
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
}
.main-view__catch .is-catch01__inner {
  display: inline-block;
  position: relative;
  padding-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(20px, 7.14vw, 50px);
  line-height: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.14em;
}
.main-view__catch .is-catch01__inner b {
  font-weight: 500;
  font-size: 1.1em;
}
.main-view__catch .is-catch01__inner.is-active::before {
  width: 100%;
  opacity: 1;
}
.main-view__catch .is-catch01__inner::before {
  -webkit-transition: all 0.7s ease-out 0s;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #9E7F70;
  content: "";
  opacity: 0;
  transition: all 0.7s ease-out 0s;
}
.main-view__catch .is-catch01__letter {
  display: inline-block;
  line-height: 1em;
}
.main-view__catch .is-catch02 {
  display: block;
}
.main-view__catch .is-catch02__inner {
  display: inline-block;
  position: relative;
  padding-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(20px, 7.14vw, 50px);
  line-height: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.14em;
}
.main-view__catch .is-catch02__inner.is-active::before {
  width: 100%;
  opacity: 1;
}
.main-view__catch .is-catch02__inner::before {
  -webkit-transition: all 0.7s ease-out 0s;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #9E7F70;
  content: "";
  opacity: 0;
  transition: all 0.7s ease-out 0s;
}
.main-view__catch .is-catch02__letter {
  display: inline-block;
  line-height: 1em;
}

/* scroll */
.scroll-line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: min(1%, 2rem);
          writing-mode: vertical-rl;
}
.scroll-line a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 0.5rem;
  color: #B29282;
  font-weight: 400;
  font-family: 'Spectral', serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.scroll-line a:hover {
  color: #e47ca5;
}
.scroll-line__txt {
  font-size: 0.9em;
  letter-spacing: 0;
}
.scroll-line span {
  display: block;
  position: relative;
  inline-size: 5rem;
  block-size: 1px;
  overflow: hidden;
  background: transparent;
  content: "";
}
.scroll-line span::before {
  -webkit-animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 1px;
  background: #B29282;
  content: "";
          animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  transition: all 0.3s ease 0s;
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}
/* common
----------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.contents {
  padding-top: clamp(2rem, 6.5vw, 6.5rem);
  background: #ffffff;
}

/*--------------------------------------------------------------------/
	aboutu us
/--------------------------------------------------------------------*/
.top-aboutus {
  position: relative;
  margin-bottom: clamp(2rem, 3vw, 3rem);
  padding-top: clamp(2.5rem, 2.5vw, 2.5rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  overflow: hidden;
  background: url(../img/common/img-blossoms.jpg) no-repeat 100% 0;
  background-size: 39.22%;
}
.top-aboutus__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}
.top-aboutus__txt__ttl {
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  padding-bottom: clamp(1rem, 1.5vw, 1.5rem);
  border-bottom: 1px dashed #B29282;
  line-height: 1.2;
}
.top-aboutus__txt__ttl em {
  display: block;
  color: #B29282;
  font-style: normal;
  font-weight: 400;
  font-size: calc(2rem + 4.41176vw - 12.35294px);
  font-family: 'Spectral', serif;
}
.top-aboutus__txt__ttl b {
  display: block;
  color: #9E7F70;
  font-weight: 500;
  font-size: calc(1.1rem + 1.17647vw - 3.29412px);
  letter-spacing: 0.1em;
}
.top-aboutus__txt__txt {
  line-height: 2.1;
  letter-spacing: 0.05em;
}
.top-aboutus__txt__txt strong {
  font-weight: 700;
  font-size: 1.14em;
  line-height: 1.5;
}
.top-aboutus__txt__txt p {
  margin-bottom: 2em;
}
.top-aboutus__txt__txt p:last-child {
  margin-bottom: 0;
}

.top-aboutus__img {
  position: relative;
}
.top-aboutus__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  border: 1px solid #B29282;
  border-radius: 50%;
}
.top-aboutus__img__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.top-aboutus__img__inner > div,
.top-aboutus__img__inner figure,
.top-aboutus__img__inner a,
.top-aboutus__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-aboutus__img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

/*--------------------------------------------------------------------/
	pickup 01
/--------------------------------------------------------------------*/
.pickup01 {
  margin-bottom: clamp(1rem, 4vw, 4rem);
  padding-bottom: clamp(4rem, 9vw, 9rem);
  background: #F9F3F0 url(../img/common/wave-top.svg) no-repeat 50% 0;
  background-size: 100vw;
}
.pickup01-icon {
  width: 30%;
  max-width: 189px;
  margin-bottom: clamp(2rem, 2.5vw, 2.5rem);
}
.pickup01-ttl {
  margin-bottom: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1;
  text-align: center;
}
.pickup01-ttl em {
  display: block;
  color: #B29282;
  font-style: normal;
  font-weight: 400;
  font-size: calc(2rem + 4.41176vw - 12.35294px);
  font-family: 'Spectral', serif;
}
.pickup01-ttl b {
  display: block;
  margin-top: 0.4em;
  color: #5A5141;
  font-weight: 700;
  font-size: calc(1.2rem + 1.17647vw - 3.29412px);
}
.pickup01-btn {
  margin-top: clamp(3rem, 5vw, 5rem);
}

.pickup01-intro {
  margin-bottom: clamp(3rem, 4vw, 4rem);
}
.pickup01-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup01-intro__box__inner {
  position: relative;
  width: 100%;
}
.pickup01-intro__box__ttl {
  margin-bottom: calc(1rem + 0.5em);
  font-weight: 500;
  font-size: calc(1.1rem + 1.47059vw - 4.11765px);
}
.pickup01-intro__box__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.pickup01-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.pickup01-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.pickup01-list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}
.pickup01-box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background: #B29282;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup01-box a:hover {
  background: #DA698B;
}
.pickup01-box a:hover img {
  opacity: 0.6;
}
.pickup01-box__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100%;
}
.pickup01-box__ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
  position: relative;
          order: 2;
  padding: 1.2em 5%;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(1.14rem + 0.51471vw - 1.44118px);
  line-height: 1.4;
  text-align: center;
}
.pickup01-box__ttl:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup01-box__ttl::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.2em;
          transform: translateY(-50%);
  font-size: 1.3em;
}
.pickup01-box__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  background-color: #ffffff;
}
.pickup01-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.pickup01-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 56.25%;
  content: "";
}
.pickup01-box__img__inner > div,
.pickup01-box__img__inner figure,
.pickup01-box__img__inner a,
.pickup01-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pickup01-box__txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 5% 1em;
  color: #ffffff;
}
.pickup01-box__txt p {
  font-size: 0.9em;
  line-height: 1.5;
}
.pickup01-box .btn-wrap {
  margin-top: 1.5em;
}
.pickup01-box__btn {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup01-box__btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup01-box__btn:hover {
  border-color: #e47ca5;
  background-color: #e47ca5;
  color: #ffffff;
}
.pickup01-box__btn:hover::after {
  color: #ffffff;
}
.pickup01-box__btn::before {
  justify-self: start;
  content: "";
}
.pickup01-box__btn::after {
  justify-self: end;
  font-size: 1.5em;
}

/*--------------------------------------------------------------------/
	pickup 02
/--------------------------------------------------------------------*/
.pickup02-wrap {
  position: relative;
  padding: clamp(2rem, 9vw, 9rem) 0 clamp(1rem, 2vw, 2rem);
  overflow: hidden;
}
.pickup02-wrap::before {
  position: absolute;
  bottom: 0;
  width: 75.94%;
  height: 80%;
  content: "";
}
.pickup02-inner {
  z-index: 2;
  position: relative;
  width: 100%;
  padding: clamp(3rem, 4vw, 4rem) 0;
}
.pickup02 > *:nth-of-type(odd) .pickup02-wrap::before {
  left: 0;
  border-radius: 0 10px 10px 0;
  background: #FAF1F5;
}
.pickup02 > *:nth-of-type(odd) .pickup02-img {
  right: 0;
}
.pickup02 > *:nth-of-type(odd) .pickup02-img__inner > * {
  border-radius: 10px 10px 0 0;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__ttl em {
  color: #DA698B;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt::after {
  left: 15%;
  aspect-ratio: 97/174;
  width: 14%;
  max-width: 97px;
  background: url(../img/common/cherrynya_pink_01.png) no-repeat 0 0;
  background-size: contain;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.3em 3%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #DA698B;
  background-color: #DA698B;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn:hover {
  border-color: #e47ca5;
  background-color: #e47ca5;
  color: #ffffff;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn:hover::after {
  color: #ffffff;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn::before {
  justify-self: start;
  content: "";
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn::after {
  justify-self: end;
  font-size: 1.5em;
}
.pickup02 > *:nth-of-type(even) .pickup02-wrap::before {
  right: 0;
  border-radius: 10px 10px 0 0;
  background: #F9F3F0;
}
.pickup02 > *:nth-of-type(even) .pickup02-img {
  left: 0;
}
.pickup02 > *:nth-of-type(even) .pickup02-img__inner > * {
  border-radius: 0 10px 10px 0;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__ttl em {
  color: #B29282;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt::after {
  left: 15%;
  aspect-ratio: 20/29;
  width: 18%;
  max-width: 120px;
  background: url(../img/common/cherrynya_white_01.png) no-repeat 0 0;
  background-size: contain;
}
.pickup02 > *:nth-of-type(even) .l-cont_xxl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.3em 3%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #B29282;
  background-color: #B29282;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn:hover {
  border-color: #9E7F70;
  background-color: #9E7F70;
  color: #ffffff;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn:hover::after {
  color: #ffffff;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn::before {
  justify-self: start;
  content: "";
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn::after {
  justify-self: end;
  font-size: 1.5em;
}
.pickup02-img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.pickup02-img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.pickup02-img__inner > div,
.pickup02-img__inner figure,
.pickup02-img__inner a,
.pickup02-img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pickup02-txt {
  -webkit-box-shadow: 0 0 24px rgba(143, 139, 134, .25);
  z-index: 2;
  position: relative;
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
          box-shadow: 0 0 24px rgba(143, 139, 134, .25);
}
.pickup02-txt::after {
  display: block;
  position: absolute;
  bottom: calc(100% - 4rem);
  content: "";
}
.pickup02-txt__inner {
  padding: clamp(5em, 5.5vw, 5.5rem) 8% clamp(3em, 4vw, 4rem);
}
.pickup02-txt__ttl {
  margin-bottom: clamp(1.5em, 2.5vw, 2.5rem);
  line-height: 1;
}
.pickup02-txt__ttl em {
  display: block;
  margin-bottom: 0.1em;
  font-style: normal;
  font-weight: 500;
  font-size: calc(2rem + 2.94118vw - 8.23529px);
  font-family: 'Spectral', serif;
  letter-spacing: 0.05;
}
.pickup02-txt__ttl b {
  display: block;
  color: #5A5141;
  font-weight: 700;
  font-size: calc(1.2rem + 1.17647vw - 3.29412px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.pickup02-txt__catch {
  margin-bottom: clamp(0.5em, 1vw, 0.75em);
  font-size: calc(1rem + 0.44118vw - 1.23529px);
  line-height: 1.5;
}
.pickup02-txt__catch strong {
  position: relative;
  padding-right: 0.5em;
  color: #373532;
}

/*--------------------------------------------------------------------/
	top works
/--------------------------------------------------------------------*/
.top-works {
  position: relative;
  margin-top: clamp(6rem, 10vw, 10rem);
  padding-top: clamp(7rem, 10vw, 10rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
  overflow: hidden;
}
.top-works__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 26%;
  max-height: 494px;
}
.top-works__bg__inner {
  position: relative;
  height: 100%;
  max-height: 494px;
  overflow: hidden;
}
.top-works__bg__color {
  position: relative;
  height: 440px;
  background: #DA698B;
}
.top-works__inner {
  z-index: 3;
  position: relative;
}
.top-works__ttl {
  margin-bottom: clamp(3rem, 5vw, 5rem);
  line-height: 1;
}
.top-works__ttl em {
  display: block;
  color: #B29282;
  font-style: normal;
  font-weight: 400;
  font-size: calc(2rem + 4.41176vw - 12.35294px);
  font-family: 'Spectral', serif;
}
.top-works__ttl b {
  display: block;
  margin-top: 0.4em;
  color: #5A5141;
  font-weight: 700;
  font-size: calc(1.2rem + 1.17647vw - 3.29412px);
}
.top-works__list .is-column {
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.top-works__btn {
  margin-right: auto;
  margin-left: auto;
}
.top-works__btn a {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.3em 3%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #DA698B;
  background-color: #DA698B;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-works__btn a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-works__btn a:hover {
  border-color: #e47ca5;
  background-color: #e47ca5;
  color: #ffffff;
}
.top-works__btn a:hover::after {
  color: #ffffff;
}
.top-works__btn a::before {
  justify-self: start;
  content: "";
}
.top-works__btn a::after {
  justify-self: end;
  font-size: 1.5em;
}

.top-works {
  position: relative;
}
.top-works .swiper {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  overflow: visible;
}
.top-works .swiper-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1440 px;
  height: 100%;
}
.top-works .swiper-next_prev {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  top: 30%;
  left: -16px;
          justify-content: space-between;
  width: calc(100% + 32px);
          transform: translateY(-50%);
}
.top-works .swiper-button-prev {
  left: 0;
}
.top-works .swiper-button-next {
  right: 0;
}
.top-works .swiper-button-prev,
.top-works .swiper-button-next {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: 0;
  float: none;
          transform: translateY(-50%);
  background-image: none;
}
.top-works .swiper-button-prev::before,
.top-works .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #B29282;
  border-radius: 50%;
  background: transparent;
  background-color: #ffffff;
  content: "";
  transition: all 0.3s ease 0s;
}
.top-works .swiper-button-prev::after,
.top-works .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #B29282;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.top-works .swiper-button-prev:hover::before,
.top-works .swiper-button-next:hover::before {
  border-color: #DA698B;
  background: #DA698B;
}
.top-works .swiper-button-prev:hover::after,
.top-works .swiper-button-next:hover::after {
  color: #ffffff;
}
.top-works .swiper-button-prev:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-works .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.top-works .swiper-button-next:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-works .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.top-works .swiper-scrollbar {
  z-index: 1;
  position: absolute;
  top: calc(100% + 2rem);
  width: 100%;
  height: 6px;
  background: #F9F3F0;
}
.top-works .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #E3DAD6;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.top-works .swiper-scrollbar-drag:hover {
  background-color: #f9c4d4;
}

/*--------------------------------------------------------------------/
	top topnews
/--------------------------------------------------------------------*/
.top-topnews {
  padding: clamp(6rem, 12vw, 12rem) 0;
  overflow: hidden;
  background: #faf7f5;
}
.top-topnews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-topnews__ttl em {
  display: block;
  position: relative;
  padding-right: clamp(3rem, 6vw, 6rem);
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: calc(3rem + 5.14706vw - 14.41176px);
  font-family: 'Spectral', serif;
}
.top-topnews__ttl b {
  display: block;
  color: #DA698B;
  font-weight: 700;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.top-topnews__table {
  max-height: 520px;
  overflow-y: auto;
  scrollbar-color: #C9CED2 #ffffff;
  scrollbar-width: thin;
}
.top-topnews__table::-webkit-scrollbar {
  width: 8px;
}
.top-topnews__table::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.top-topnews__table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 8px;
  background: #C9CED2;
          box-shadow: inset 0 0 0 1px #ffffff;
}
.top-topnews__table__inner tr {
  display: block;
  border-bottom: 1px solid #C9CED2;
}
.top-topnews__table__inner tr:first-child {
  border-top: 1px solid #C9CED2;
}
.top-topnews__table__inner th {
  min-width: 100px;
  padding: 1.25em 0;
  color: #DA698B;
  font-weight: 500;
  font-family: 'Spectral', serif;
  letter-spacing: 0;
  text-align: left;
}
.top-topnews__table__inner td {
  padding: 1.25em 0;
}

/*--------------------------------------------------------------------/
	top news
/--------------------------------------------------------------------*/
.top-news {
  position: relative;
  margin-top: clamp(4rem, 9vw, 9rem);
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
  overflow: hidden;
  background-color: #E3DAD6;
}
.top-news__inner {
  z-index: 3;
  position: relative;
}
.top-news__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}
.top-news__ttl em {
  display: block;
  color: #B29282;
  font-style: normal;
  font-weight: 400;
  font-size: calc(2rem + 4.41176vw - 12.35294px);
  font-family: 'Spectral', serif;
}
.top-news__ttl b {
  display: block;
  margin-top: 0.4em;
  color: #5A5141;
  font-weight: 700;
  font-size: calc(1.2rem + 1.17647vw - 3.29412px);
}
.top-news__list .is-column {
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.top-news__list .is-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.top-news__btn {
  margin-right: auto;
  margin-left: auto;
}
.top-news__btn a {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.3em 3%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #DA698B;
  background-color: #DA698B;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-news__btn a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-news__btn a:hover {
  border-color: #e47ca5;
  background-color: #e47ca5;
  color: #ffffff;
}
.top-news__btn a:hover::after {
  color: #ffffff;
}
.top-news__btn a::before {
  justify-self: start;
  content: "";
}
.top-news__btn a::after {
  justify-self: end;
  font-size: 1.5em;
}

.top-news__box {
  position: relative;
  background: #ffffff;
  text-align: left;
}
.top-news__box a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  color: #373532;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-news__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.top-news__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-news__box__img {
  width: 100%;
}
.top-news__box__img__inner {
  margin: 0;
}
.top-news__box__txt__inner {
  width: 100%;
}
.top-news__box__date {
  color: #DA698B;
  font-weight: 500;
  font-family: 'Spectral', serif;
  letter-spacing: 0;
}
.top-news__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-news__box__category .category-item {
  font-size: 0.7em;
}
.top-news__box__ttl {
  margin-bottom: 0.5em;
  font-size: calc(1rem + 0.22059vw - 0.61765px);
}

.top-news {
  position: relative;
}
.top-news::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #FAF1F5;
  content: "";
}
.top-news .swiper {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  overflow: visible;
}
.top-news .swiper-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1440 px;
  height: 100%;
}
.top-news .swiper-next_prev {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  top: 50%;
  left: -16px;
          justify-content: space-between;
  width: calc(100% + 32px);
          transform: translateY(-50%);
}
.top-news .swiper-button-prev {
  left: 0;
}
.top-news .swiper-button-next {
  right: 0;
}
.top-news .swiper-button-prev,
.top-news .swiper-button-next {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: 0;
  float: none;
          transform: translateY(-50%);
  background-image: none;
}
.top-news .swiper-button-prev::before,
.top-news .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #9E7F70;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease 0s;
}
.top-news .swiper-button-prev::after,
.top-news .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #9E7F70;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.top-news .swiper-button-prev:hover::before,
.top-news .swiper-button-next:hover::before {
  border-color: #DA698B;
  background: #DA698B;
}
.top-news .swiper-button-prev:hover::after,
.top-news .swiper-button-next:hover::after {
  color: #ffffff;
}
.top-news .swiper-button-prev:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-news .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.top-news .swiper-button-next:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-news .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.top-news .swiper-scrollbar {
  z-index: 1;
  position: absolute;
  top: calc(100% + 2rem);
  width: 100%;
  height: 6px;
  background: #f6f6f6;
}
.top-news .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #C9CED2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.top-news .swiper-scrollbar-drag:hover {
  background-color: #DA698B;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
.top-blog {
  padding: clamp(3rem, 5vw, 5rem) 0;
  overflow: hidden;
  background-color: rgba(227, 218, 214, .21);
}
.top-blog__icon {
  width: 20%;
  max-width: 83px;
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
}
.top-blog__ttl {
  margin-bottom: clamp(3rem, 5vw, 5rem);
  line-height: 1;
  text-align: center;
}
.top-blog__ttl em {
  display: block;
  color: #B29282;
  font-style: normal;
  font-weight: 400;
  font-size: calc(2rem + 4.41176vw - 12.35294px);
  font-family: 'Spectral', serif;
}
.top-blog__ttl b {
  display: block;
  margin-top: 0.2em;
  color: #5A5141;
  font-weight: 700;
  font-size: calc(1.2rem + 1.17647vw - 3.29412px);
}
.top-blog .btn-wrap {
  margin-top: clamp(2rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.top-commonpost1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  width: 100%;
}

.top-commonpost1__newest__box a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease 0s;
  display: block;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  color: #373532;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost1__newest__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.top-commonpost1__newest__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.top-commonpost1__newest__box__img {
  width: 100%;
}
.top-commonpost1__newest__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.top-commonpost1__newest__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.top-commonpost1__newest__box__img__inner > div,
.top-commonpost1__newest__box__img__inner figure,
.top-commonpost1__newest__box__img__inner a,
.top-commonpost1__newest__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-commonpost1__newest__box__date {
  color: #DA698B;
  font-weight: 500;
  font-family: 'Spectral', serif;
  letter-spacing: 0;
}
.top-commonpost1__newest__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
      flex-wrap: wrap;
}
.top-commonpost1__newest__box__category .category-item {
  font-size: 0.7em;
}
.top-commonpost1__newest__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(0.94rem + 0.44118vw - 1.23529px);
}

.top-commonpost1__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.top-commonpost1__list__box {
  position: relative;
  width: 100%;
  text-align: left;
}
.top-commonpost1__list__box a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  color: #373532;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost1__list__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.top-commonpost1__list__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-commonpost1__list__box__img {
  width: 100%;
}
.top-commonpost1__list__box__img__inner {
  margin: 0;
}
.top-commonpost1__list__box__date {
  color: #DA698B;
  font-weight: 500;
  font-family: 'Spectral', serif;
  letter-spacing: 0;
}
.top-commonpost1__list__box__ttl {
  margin-bottom: 0.5em;
}
.top-commonpost1__list__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-commonpost1__list__box__category .category-item {
  font-size: 0.7em;
}

.top-commonpost2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-commonpost2__box {
  position: relative;
  background: #ffffff;
  text-align: left;
}
.top-commonpost2__box a {
  -webkit-box-shadow: 0 0 12px rgba(176, 167, 162, .3);
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
          box-shadow: 0 0 12px rgba(176, 167, 162, .3);
  color: #373532;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost2__box a:hover {
  -webkit-box-shadow: 0 0 12px rgba(176, 167, 162, .4);
          box-shadow: 0 0 12px rgba(176, 167, 162, .4);
}
.top-commonpost2__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-commonpost2__box__img {
  width: 100%;
}
.top-commonpost2__box__img__inner {
  margin: 0;
}
.top-commonpost2__box__txt__inner {
  width: 100%;
}
.top-commonpost2__box__date {
  color: #DA698B;
  font-weight: 500;
  font-size: calc(1.07rem + 0.22059vw - 0.61765px);
  font-family: 'Spectral', serif;
  letter-spacing: 0;
}
.top-commonpost2__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-commonpost2__box__category .category-item {
  font-size: 0.7em;
}
.top-commonpost2__box__ttl {
  margin-bottom: 0.5em;
  font-size: calc(1.07rem + 0.22059vw - 0.61765px);
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .pickup01-list2 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
        flex-wrap: wrap;
    max-width: calc(1280px + 4%);
  }
  .pickup01-list2 > * {
    width: 48%;
  }
  .pickup01-list3 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
        flex-wrap: wrap;
    max-width: calc(1280px + 4%);
  }
  .pickup01-list3 > * {
    width: 48%;
  }
  .pickup01-list4 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
        flex-wrap: wrap;
    max-width: calc(1280px + 4%);
  }
  .pickup01-list4 > * {
    width: 48%;
  }
  .top-topnews__table__inner th {
    width: 16%;
  }
  .top-topnews__table__inner td {
    width: 84%;
  }
  .top-news__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-news__box__img {
    width: 35.91%;
  }
  .top-news__box__img__inner {
    width: 100%;
    height: 100%;
  }
  .top-news__box__img__inner > div {
    width: 100%;
    height: 100%;
  }
  .top-news__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
  .top-news__box__ttl {
    font-size: calc(1rem + 0.37594vw - 2.16541px);
  }
  .top-commonpost1__list__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 100%;
  }
  .top-commonpost1__list__box__img {
    width: 35.91%;
  }
  .top-commonpost1__list__box__img__inner {
    height: 100%;
  }
  .top-commonpost1__list__box__img__inner > div {
    height: 100%;
  }
  .top-commonpost1__list__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
  .top-commonpost2__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 100%;
  }
  .top-commonpost2__box__img {
    width: 35.91%;
  }
  .top-commonpost2__box__txt {
    width: 64.09%;
    padding: 0.75em 4.75%;
  }
  .top-commonpost2__box__date {
    font-size: calc(1.07rem + 0.37594vw - 2.16541px);
  }
  .top-commonpost2__box__ttl {
    font-size: calc(1.07rem + 0.37594vw - 2.16541px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-commonpost1__newest__box__img {
    width: 35.91%;
  }
  .top-commonpost1__newest__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
}
@media (min-width: 576px) and (max-width: 1552px) {
  .top-commonpost2__box__img__inner {
    height: 100%;
  }
  .top-commonpost2__box__img__inner > * {
    height: 100%;
  }
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view__block {
    right: 54%;
    width: 50vw;
  }
  .main-view__catch {
    padding-left: 5.49%;
  }
  .main-view__catch .is-catch01__inner {
    font-size: clamp(44px, 5.73vw, 50px);
  }
  .main-view__catch .is-catch02__inner {
    font-size: clamp(50px, 6.51vw, 60px);
  }
  .top-aboutus__txt__txt {
    letter-spacing: 0.13em;
  }
  .top-aboutus__txt__txt strong {
    font-size: 1.25em;
  }
  .pickup01-intro__box__txt {
    text-align: center;
  }
  .pickup01-list2 {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
    max-width: calc(1280px + 8%);
  }
  .pickup01-list2 > * {
    width: 46%;
  }
  .pickup01-list3 {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
    max-width: calc(1280px + 8%);
  }
  .pickup01-list3 > * {
    width: 46%;
  }
  .pickup01-list4 {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
    max-width: calc(1280px + 6%);
  }
  .pickup01-list4 > * {
    width: 47%;
  }
  .pickup02-wrap::before {
    height: 69%;
  }
  .pickup02-txt {
    width: 100%;
  }
  .pickup02-txt__ttl em {
    font-size: calc(3rem + 2.75229vw - 21.13761px);
  }
  .pickup02-txt__ttl b {
    font-size: calc(1.5rem + 0.68807vw - 5.2844px);
  }
  .pickup02-txt__catch {
    font-size: calc(1rem + 0.45872vw - 3.52294px);
  }
  .top-works__bg {
    height: 38%;
  }
  .top-works .swiper-next_prev {
    left: -32px;
    width: calc(100% + 64px);
  }
  .top-works .swiper-button-prev,
  .top-works .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .top-works .swiper-scrollbar-drag {
    height: 8px;
  }
  .top-news__list .is-col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5em 2%;
  }
  .top-news__list .is-col2 > * {
    width: 49%;
  }
  .top-news__box__img {
    width: 25%;
  }
  .top-news__box__txt {
    width: 75%;
  }
  .top-news__box__ttl {
    font-size: calc(0.94rem + 0.45872vw - 3.52294px);
  }
  .top-news .swiper-next_prev {
    left: -32px;
    width: calc(100% + 64px);
  }
  .top-news .swiper-button-prev,
  .top-news .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .top-news .swiper-scrollbar-drag {
    height: 8px;
  }
  .top-commonpost1 {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
  .top-commonpost1::after {
    position: absolute;
    top: 0;
    left: 46.66%;
    width: 1px;
    height: 100%;
    background: #E5E9EC;
    content: "";
  }
  .top-commonpost1__newest {
    width: 43.66%;
  }
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__newest__box__txt {
    padding: 0.5em 1.5em 1.5em;
  }
  .top-commonpost1__newest__box__date {
    font-size: 1.15em;
  }
  .top-commonpost1__newest__box__category {
    margin-bottom: calc(0.5rem + 0.3em);
  }
  .top-commonpost1__newest__box__ttl {
    font-size: calc(0.9rem + 0.45872vw - 3.52294px);
  }
  .top-commonpost1__newest__box .txt {
    font-size: 0.9em;
  }
  .top-commonpost1__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    row-gap: 1em;
            justify-content: space-between;
    width: 50.34%;
  }
  .top-commonpost1__list__box {
    height: 100%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: calc(0.9rem + 0.22936vw - 1.76147px);
  }
  .top-commonpost2__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5em 2%;
  }
  .top-commonpost2__list > * {
    width: 49%;
  }
  .top-commonpost2__box__img {
    width: 25%;
  }
  .top-commonpost2__box__txt {
    width: 75%;
  }
  .top-commonpost2__box__date {
    font-size: calc(0.94rem + 0.45872vw - 3.52294px);
  }
  .top-commonpost2__box__ttl {
    font-size: calc(0.94rem + 0.45872vw - 3.52294px);
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view__inner .l-cont {
    height: 87%;
  }
  .main-view__block {
    background: #da698b;
  }
  .main-view__catch .is-catch01__inner {
    font-size: clamp(40px, 5.21vw, 56px);
  }
  .main-view__catch .is-catch02__inner {
    font-size: clamp(50px, 6.51vw, 60px);
  }
  .top-aboutus__inner {
    -webkit-column-gap: 6.11%;
       -moz-column-gap: 6.11%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            column-gap: 6.11%;
            align-items: center;
  }
  .top-aboutus__txt {
    width: 58.33%;
  }
  .top-aboutus__img {
    width: 27.57%;
  }
  .pickup01-intro__flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .pickup01-intro__flex > * {
    -ms-flex-preferred-size: 40.5%;
        flex-basis: 40.5%;
  }
  .pickup01-intro__flex .pickup01-intro__box__ttl {
    font-size: calc(1.5rem + 1.78571vw - 19.28571px);
  }
  .pickup01-list2 {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: clamp(3rem, 7vw, 7rem);
    width: 100%;
  }
  .pickup01-list2 > * {
    width: 48%;
  }
  .pickup01-list3 {
    -webkit-column-gap: 1.5%;
       -moz-column-gap: 1.5%;
            column-gap: 1.5%;
  }
  .pickup01-list3 > * {
    width: 32.33%;
  }
  .pickup01-list4 {
    -webkit-column-gap: 0.66%;
       -moz-column-gap: 0.66%;
            column-gap: 0.66%;
    max-width: 100%;
  }
  .pickup01-list4 > * {
    width: 24.5%;
  }
  .pickup01-list4 .pickup01-box__ttl {
    font-size: 0.94rem;
  }
  .pickup02-inner {
    padding: clamp(2rem, 3vw, 3rem) 0;
  }
  .pickup02-img {
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
  }
  .pickup02-img__wrap {
    width: 100%;
    height: 100%;
  }
  .pickup02-txt {
    width: 59.26%;
  }
  .pickup02-txt__inner {
    padding: clamp(5em, 5.5vw, 5.5rem) 13% clamp(3em, 5vw, 5rem) 15%;
  }
  .top-works .swiper-next_prev {
    left: -45px;
    width: calc(100% + 90px);
  }
  .top-works .swiper-button-prev,
  .top-works .swiper-button-next {
    width: 90px;
    height: 90px;
  }
  .top-works .swiper-button-prev::after,
  .top-works .swiper-button-next::after {
    font-size: 2.67rem;
  }
  .top-works .swiper-scrollbar {
    top: calc(100% + 2rem);
    height: 8px;
  }
  .top-topnews__inner {
    -webkit-column-gap: 3.55%;
       -moz-column-gap: 3.55%;
            column-gap: 3.55%;
  }
  .top-topnews__ttl {
    width: 30.9%;
  }
  .top-topnews__table {
    width: 65.55%;
    margin-top: clamp(2rem, 3vw, 3rem);
  }
  .top-news .swiper-next_prev {
    left: -45px;
    width: calc(100% + 90px);
  }
  .top-news .swiper-button-prev,
  .top-news .swiper-button-next {
    width: 90px;
    height: 90px;
  }
  .top-news .swiper-button-prev::after,
  .top-news .swiper-button-next::after {
    font-size: 2.67rem;
  }
  .top-news .swiper-scrollbar {
    top: calc(100% + 3rem);
    height: 8px;
  }
}
@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .main-view__bg {
    padding-top: 94px;
  }
  .main-view__catch .is-catch01__inner {
    font-size: 3.89rem;
  }
  .main-view__catch .is-catch01__inner b {
    font-size: 4.44rem;
  }
  .main-view__catch .is-catch02__inner {
    font-size: 4.44rem;
  }
  .pickup01-ttl em {
    font-size: 4.44rem;
  }
  .pickup01-ttl b {
    font-size: 2rem;
  }
  .pickup01-intro__flex .pickup01-intro__box__ttl {
    font-size: 2rem;
  }
  .pickup01-list2 {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
  .pickup01-list2 > * {
    width: 46%;
  }
  .pickup01-list3 {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    max-width: 100%;
  }
  .pickup01-list3 > * {
    width: 30.66%;
  }
  .pickup01-list4 {
    -webkit-column-gap: 2.04%;
       -moz-column-gap: 2.04%;
            column-gap: 2.04%;
  }
  .pickup01-list4 > * {
    width: 23.46%;
  }
  .pickup01-list4 .pickup01-box__ttl {
    font-size: calc(1.14rem + 0.5vw - 7.2px);
  }
  .pickup02-img {
    width: 47.92%;
  }
  .pickup02-txt__ttl em {
    font-size: 4rem;
  }
  .pickup02-txt__ttl b {
    font-size: 1.67rem;
  }
  .pickup02-txt__catch {
    font-size: 1.11rem;
  }
  .top-works__bg {
    width: 98.5%;
    height: 60%;
  }
  .top-works__ttl em {
    font-size: 4.44rem;
  }
  .top-works__ttl b {
    font-size: 2rem;
  }
  .top-works .swiper {
    margin-bottom: 8rem;
  }
  .top-topnews__ttl em {
    font-size: 6.67rem;
  }
  .top-topnews__ttl b {
    font-size: 2rem;
  }
  .top-topnews__table__inner th {
    font-size: 1.06rem;
  }
  .top-news__ttl em {
    font-size: 4.44rem;
  }
  .top-news__ttl b {
    font-size: 2rem;
  }
  .top-news__list .is-col2 {
    gap: 2em 3%;
  }
  .top-news__list .is-col2 > * {
    width: 48.5%;
  }
  .top-news__box__img {
    width: 240px;
  }
  .top-news__box__txt {
    width: calc(100% - 240px);
  }
  .top-news__box__ttl {
    font-size: 1.17rem;
  }
  .top-news .swiper {
    margin-bottom: 7rem;
  }
  .top-blog__ttl em {
    font-size: 4.44rem;
  }
  .top-blog__ttl b {
    font-size: 1.67rem;
  }
  .top-commonpost1 {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
  .top-commonpost1::after {
    left: 46.66%;
  }
  .top-commonpost1__newest {
    width: 41.66%;
  }
  .top-commonpost1__newest__box__category .category-item {
    font-size: 0.8em;
  }
  .top-commonpost1__newest__box__ttl {
    font-size: 1.11rem;
  }
  .top-commonpost1__newest__box .txt {
    font-size: 0.89rem;
  }
  .top-commonpost1__list {
    width: 48.34%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: 0.89rem;
  }
  .top-commonpost2__list {
    gap: 2em 3%;
  }
  .top-commonpost2__list > * {
    width: 48.5%;
  }
  .top-commonpost2__box__img {
    width: 36%;
  }
  .top-commonpost2__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-commonpost2__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 75%;
    content: "";
  }
  .top-commonpost2__box__img__inner > div,
  .top-commonpost2__box__img__inner figure,
  .top-commonpost2__box__img__inner a,
  .top-commonpost2__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-commonpost2__box__txt {
    width: 64%;
  }
  .top-commonpost2__box__date {
    font-size: 1.11rem;
  }
  .top-commonpost2__box__ttl {
    font-size: 1rem;
  }
}
@media (min-width: 1553px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .top-aboutus__txt__ttl em {
    font-size: 4.44rem;
  }
  .top-aboutus__txt__ttl b {
    font-size: 2.39rem;
  }
  .pickup01-intro__box__ttl {
    font-size: 1.89rem;
  }
  .pickup01-box__ttl {
    font-size: 1.11rem;
  }
  .pickup01-list4 .pickup01-box__ttl {
    font-size: 1.17rem;
  }
  .top-works__bg {
    width: 95%;
  }
}
@media (min-width: 1921px) {
  .main-view__catch .is-catch01__inner {
    font-size: 3.89rem;
  }
  .main-view__catch .is-catch02__inner {
    font-size: 4.44rem;
  }
  .top-works .swiper-control {
    max-width: 75vw;
  }
  .top-news .swiper-control {
    max-width: 75vw;
  }
}
@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
  .main-view__bg {
    padding-top: 64px;
  }
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .top-aboutus__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2em, 2.5vw, 2.5rem);
            flex-direction: column;
  }
  .top-aboutus__img {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }
  .pickup01-intro__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2rem, 3vw, 3rem);
            flex-direction: column;
  }
  .pickup02 > *:nth-of-type(odd) .pickup02-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row-reverse;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-wrap {
    padding-top: 0;
  }
  .pickup02-img__wrap {
    width: 85%;
  }
  .pickup02-txt {
    margin-top: clamp(-1rem, -4vw, -4rem);
  }
  .top-works__bg__inner .ofi-cover {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  .top-topnews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2rem, 3vw, 3rem);
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view__bg__img__inner > *, .main-view__bg__img__inner img {
    border-radius: 20px;
  }
  .top-aboutus {
    background-size: 80%;
  }
  .top-news__list .is-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-news__list .is-col2 > * {
    width: 100%;
  }
  .top-commonpost1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-commonpost1__newest__box .txt {
    display: none;
  }
  .top-commonpost2__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-commonpost2__list > * {
    width: 100%;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .pickup01-list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup01-list3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup01-list4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-topnews__table__inner th {
    display: block;
    width: 100%;
    padding: 1.25em 0 0 0;
    font-size: 0.89rem;
  }
  .top-topnews__table__inner td {
    display: block;
    width: 100%;
    padding: 0 0 1.25em 0;
  }
  .top-news__list .is-col2 {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-news__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-news__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-news__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-news__box__img__inner > div,
  .top-news__box__img__inner figure,
  .top-news__box__img__inner a,
  .top-news__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-news__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-commonpost1 {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__newest__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-commonpost1__list {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost1__list__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__list__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-commonpost1__list__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-commonpost1__list__box__img__inner > div,
  .top-commonpost1__list__box__img__inner figure,
  .top-commonpost1__list__box__img__inner a,
  .top-commonpost1__list__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-commonpost1__list__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-commonpost2__list {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost2__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost2__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-commonpost2__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 56.25%;
    content: "";
  }
  .top-commonpost2__box__img__inner > div,
  .top-commonpost2__box__img__inner figure,
  .top-commonpost2__box__img__inner a,
  .top-commonpost2__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-commonpost2__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
}
@media (max-width: 1920px) {
  .pickup01-box {
    max-width: 640px;
  }
}
/*# sourceMappingURL=map/top.css.map */
