@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 91.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 91.875rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8em;
  margin-top: 0.4em;
  margin-right: 0.8em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-weight: 400;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .__liststyle.__note li {
    font-size: 0.925em;
  }
}
.__liststyle.__note li::before {
  content: "※";
  font-size: 1em;
  margin-top: 0;
  margin-right: 0.4em;
}

.__fsiz-18 {
  font-size: max(1.125rem, 1em);
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__ttlstyle01 span.__en {
  display: block;
  color: #ec73b7;
  font-size: max(1.25rem, 1.125em);
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 0.95em;
  }
}
.__ttlstyle01 span.__jp {
  color: #5c354b;
  font-weight: 400;
  font-size: max(2.75rem, 1.825em);
  line-height: 1.4em;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.475em;
  }
}
.__ttlstyle01.__center {
  text-align: center;
}
.__ttlstyle01.__medium span.__jp {
  font-size: max(2.25rem, 1.75em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__medium span.__jp {
    font-size: 1.325em;
  }
}
.__ttlstyle01.__small span.__en {
  font-size: 1em;
}
.__ttlstyle01.__small span.__jp {
  font-size: max(2rem, 1.645em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__small span.__jp {
    font-size: 1.25em;
  }
}
.__ttlstyle01.__white span.__en, .__ttlstyle01.__white span.__jp {
  color: #fff;
}
.__ttlstyle01.__green span.__en {
  color: #5c354b;
}
.__ttlstyle01.__green span.__jp {
  color: #46b176;
}

.__ttlstyle02 {
  text-align: center;
  font-size: max(2rem, 1.645em);
  line-height: 1.6em;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: 1.25em;
  }
}
.__ttlstyle02::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background-color: #ec73b7;
  border-radius: 50vh;
  margin: 0 auto;
  margin-top: 0.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02::after {
    margin-top: 1em;
  }
}
.__ttlstyle02.__small {
  font-size: max(1.5rem, 1.25em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle02.__small {
    font-size: 1.125em;
  }
}
.__ttlstyle02.__green::after {
  background-color: #6bbf9b;
}

.__ttlstyle03 {
  font-size: max(1.5rem, 1.125em);
  line-height: 1.4em;
  padding-bottom: 0.4em;
  border-bottom: solid 1px #dbdbd3;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 {
    font-size: 1.05em;
  }
}
.__ttlstyle03.__white {
  border-bottom-color: #fff;
}

.__ttlstyle04 {
  display: flex;
  font-size: max(1.25rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle04 {
    font-size: 1.05em;
  }
}
.__ttlstyle04::before {
  flex-shrink: 0;
  content: "";
  display: block;
  height: 1em;
  aspect-ratio: 1/1;
  background-image: url(../images/ttl-deco.png);
  background-size: cover;
  margin-right: 0.4em;
}

a.__txtlink {
  color: #ec73b7;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}
a.__anchor-point.__mt {
  margin-top: -60px;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

a .__hover-style_arrow, button .__hover-style_arrow {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  a .__hover-style_arrow, button .__hover-style_arrow {
    font-size: 0.9em;
  }
}
a .__hover-style_arrow::before, button .__hover-style_arrow::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(236, 115, 183, 0.8);
  transform: scale(0.9);
  transition: all 0.36s ease;
}
a .__hover-style_arrow img, button .__hover-style_arrow img {
  width: 0.5em;
  height: auto;
}
a:hover .__hover-style_arrow::before, button:hover .__hover-style_arrow::before {
  transform: scale(1);
}

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn01 a, .__linkbtn01 button {
  background-color: transparent;
  display: flex;
  align-items: center;
  font-size: max(1.125rem, 1em);
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  margin-right: 1em;
}
.__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
  margin-right: 0;
  margin-left: 1em;
}
.__linkbtn01.__back a span.__arrow img, .__linkbtn01.__back button span.__arrow img {
  transform: scaleX(-1);
}
.__linkbtn01.__white a .__hover-style_arrow::before {
  background-color: #fff;
}

.__linkbtn02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 2px 2px 8px rgba(57, 8, 36, 0.1);
  font-size: min(1.2vw, 1em);
  padding: 0.48em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn02 a {
    font-size: 1em;
  }
}
.__linkbtn02 a span.__txt {
  margin-left: 1em;
  margin-right: 0.6em;
}
.__linkbtn02 a span.__arrow {
  flex-shrink: 0;
}

.__bg-wave {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  background-size: cover;
}
.__bg-wave.__wave01 {
  aspect-ratio: 1920/800;
  background-image: url(../images/wave01.png);
  background-position: 50% 100%;
}
@media screen and (max-width: 1199px) {
  .__bg-wave.__wave01 {
    aspect-ratio: 1920/960;
  }
}
.__bg-wave.__wave02 {
  aspect-ratio: 1920/360;
  background-image: url(../images/wave02.png);
}
.__bg-wave.__wave03 {
  aspect-ratio: 1920/240;
  background-image: url(../images/wave03.png);
}
@media screen and (max-width: 1199px) {
  .__bg-wave.__wave03 {
    aspect-ratio: auto;
    height: 240px;
    background-position: 80% 50%;
    margin-bottom: 120px;
  }
}
.__bg-wave.__wave03_lgray {
  aspect-ratio: 1920/240;
  background-image: url(../images/wave03_lgray.png);
}
@media screen and (max-width: 1199px) {
  .__bg-wave.__wave03_lgray {
    aspect-ratio: auto;
    height: 240px;
    background-position: 80% 50%;
  }
}
.__bg-wave.__wave03_white {
  aspect-ratio: 1920/240;
  background-image: url(../images/wave03_white.png);
}
@media screen and (max-width: 1199px) {
  .__bg-wave.__wave03_white {
    aspect-ratio: auto;
    height: 240px;
    background-position: 80% 50%;
  }
}

.__spin-txt {
  font-size: max(1.5rem, 1.125em);
  width: 15em;
}
@media screen and (max-width: 767px) {
  .__spin-txt {
    font-size: 1em;
  }
}
@keyframes rotateTextReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.__spin-txt img {
  width: 100%;
  height: auto;
  animation: rotateTextReverse 30s linear infinite;
}

.__num-style {
  color: #fff;
  background-image: url(../images/shape02_green.png);
  background-size: 100% 100%;
  width: max(8.125rem, 6.5em);
  aspect-ratio: 600/540;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .__num-style {
    width: 5em;
  }
}
.__num-style p {
  font-size: 0.9em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .__num-style p {
    font-size: 0.8em;
  }
}
.__num-style p span.__num {
  display: block;
  font-weight: 700;
  font-size: max(1.6875rem, 1.5em);
  line-height: 1.1em;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .__num-style p span.__num {
    font-size: 1.325em;
  }
}

.__img-style_mask {
  position: relative;
}
.__img-style_mask::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  filter: drop-shadow(2px 2px 8px rgba(57, 8, 36, 0.1));
}
.__img-style_mask.__shadow::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: 4%;
  margin-left: 4%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ec73b7, #ffb7df);
  transform: scale(0.95) rotate(-10deg);
}
.__img-style_mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__img-style_mask.__shape01 {
  aspect-ratio: 780/620;
}
.__img-style_mask.__shape01::before {
  background-image: url(../images/img-shape01.png);
}
.__img-style_mask.__shape01.__shadow::after {
  -webkit-mask: url(../images/img-shape01.png) no-repeat center/100% 100%;
  mask: url(../images/img-shape01.png) no-repeat center/100% 100%;
}
.__img-style_mask.__shape01 img {
  -webkit-mask: url(../images/img-shape01.png) no-repeat center/100% 100%;
  mask: url(../images/img-shape01.png) no-repeat center/100% 100%;
}
.__img-style_mask.__shape02 {
  aspect-ratio: 780/610;
}
.__img-style_mask.__shape02::before {
  background-image: url(../images/img-shape02.png);
}
.__img-style_mask.__shape02.__shadow::after {
  -webkit-mask: url(../images/img-shape02.png) no-repeat center/100% 100%;
  mask: url(../images/img-shape02.png) no-repeat center/100% 100%;
}
.__img-style_mask.__shape02 img {
  -webkit-mask: url(../images/img-shape02.png) no-repeat center/100% 100%;
  mask: url(../images/img-shape02.png) no-repeat center/100% 100%;
}
.__img-style_mask.__shape03 {
  aspect-ratio: 780/670;
}
.__img-style_mask.__shape03::before {
  background-image: url(../images/img-shape03.png);
}
.__img-style_mask.__shape03.__shadow::after {
  -webkit-mask: url(../images/img-shape03.png) no-repeat center/100% 100%;
  mask: url(../images/img-shape03.png) no-repeat center/100% 100%;
}
.__img-style_mask.__shape03 img {
  -webkit-mask: url(../images/img-shape03.png) no-repeat center/100% 100%;
  mask: url(../images/img-shape03.png) no-repeat center/100% 100%;
}
.__img-style_mask.__shape04 {
  aspect-ratio: 780/560;
}
.__img-style_mask.__shape04::before {
  background-image: url(../images/img-shape04.png);
}
.__img-style_mask.__shape04.__shadow::after {
  -webkit-mask: url(../images/img-shape04.png) no-repeat center/100% 100%;
  mask: url(../images/img-shape04.png) no-repeat center/100% 100%;
}
.__img-style_mask.__shape04 img {
  -webkit-mask: url(../images/img-shape04.png) no-repeat center/100% 100%;
  mask: url(../images/img-shape04.png) no-repeat center/100% 100%;
}

.__txtAnimation {
  line-height: 1em;
}
.__txtAnimation .__row {
  overflow-y: hidden;
  display: inline-block;
}
.__txtAnimation .__row span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0, 0.7, 0.4, 1) 0.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(1) span {
  transition-delay: 0.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(2) span {
  transition-delay: 0.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(3) span {
  transition-delay: 0.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(4) span {
  transition-delay: 0.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(5) span {
  transition-delay: 0.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(6) span {
  transition-delay: 0.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(7) span {
  transition-delay: 0.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(8) span {
  transition-delay: 0.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(9) span {
  transition-delay: 0.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(10) span {
  transition-delay: 0.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(11) span {
  transition-delay: 1s;
}
.__txtAnimation.__inview .__row:nth-of-type(12) span {
  transition-delay: 1.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(13) span {
  transition-delay: 1.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(14) span {
  transition-delay: 1.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(15) span {
  transition-delay: 1.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(16) span {
  transition-delay: 1.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(17) span {
  transition-delay: 1.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(18) span {
  transition-delay: 1.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(19) span {
  transition-delay: 1.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(20) span {
  transition-delay: 1.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(21) span {
  transition-delay: 1.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(22) span {
  transition-delay: 1.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(23) span {
  transition-delay: 1.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(24) span {
  transition-delay: 1.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(25) span {
  transition-delay: 1.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(26) span {
  transition-delay: 1.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(27) span {
  transition-delay: 1.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(28) span {
  transition-delay: 1.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(29) span {
  transition-delay: 1.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(30) span {
  transition-delay: 1.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(31) span {
  transition-delay: 1.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(32) span {
  transition-delay: 1.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(33) span {
  transition-delay: 1.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(34) span {
  transition-delay: 1.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(35) span {
  transition-delay: 1.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(36) span {
  transition-delay: 2s;
}
.__txtAnimation.__inview .__row:nth-of-type(37) span {
  transition-delay: 2.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(38) span {
  transition-delay: 2.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(39) span {
  transition-delay: 2.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(40) span {
  transition-delay: 2.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(41) span {
  transition-delay: 2.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(42) span {
  transition-delay: 2.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(43) span {
  transition-delay: 2.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(44) span {
  transition-delay: 2.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(45) span {
  transition-delay: 2.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(46) span {
  transition-delay: 2.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(47) span {
  transition-delay: 2.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(48) span {
  transition-delay: 2.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(49) span {
  transition-delay: 2.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(50) span {
  transition-delay: 2.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(51) span {
  transition-delay: 2.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(52) span {
  transition-delay: 2.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(53) span {
  transition-delay: 2.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(54) span {
  transition-delay: 2.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(55) span {
  transition-delay: 2.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(56) span {
  transition-delay: 2.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(57) span {
  transition-delay: 2.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(58) span {
  transition-delay: 2.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(59) span {
  transition-delay: 2.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(60) span {
  transition-delay: 2.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(61) span {
  transition-delay: 3s;
}
.__txtAnimation.__inview .__row:nth-of-type(62) span {
  transition-delay: 3.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(63) span {
  transition-delay: 3.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(64) span {
  transition-delay: 3.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(65) span {
  transition-delay: 3.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(66) span {
  transition-delay: 3.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(67) span {
  transition-delay: 3.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(68) span {
  transition-delay: 3.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(69) span {
  transition-delay: 3.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(70) span {
  transition-delay: 3.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(71) span {
  transition-delay: 3.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(72) span {
  transition-delay: 3.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(73) span {
  transition-delay: 3.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(74) span {
  transition-delay: 3.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(75) span {
  transition-delay: 3.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(76) span {
  transition-delay: 3.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(77) span {
  transition-delay: 3.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(78) span {
  transition-delay: 3.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(79) span {
  transition-delay: 3.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(80) span {
  transition-delay: 3.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(81) span {
  transition-delay: 3.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(82) span {
  transition-delay: 3.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(83) span {
  transition-delay: 3.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(84) span {
  transition-delay: 3.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(85) span {
  transition-delay: 3.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(86) span {
  transition-delay: 4s;
}
.__txtAnimation.__inview .__row:nth-of-type(87) span {
  transition-delay: 4.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(88) span {
  transition-delay: 4.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(89) span {
  transition-delay: 4.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(90) span {
  transition-delay: 4.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(91) span {
  transition-delay: 4.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(92) span {
  transition-delay: 4.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(93) span {
  transition-delay: 4.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(94) span {
  transition-delay: 4.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(95) span {
  transition-delay: 4.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(96) span {
  transition-delay: 4.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(97) span {
  transition-delay: 4.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(98) span {
  transition-delay: 4.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(99) span {
  transition-delay: 4.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(100) span {
  transition-delay: 4.56s;
}
.__txtAnimation.__inview .__row span {
  transform: translateY(0);
}

.__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.2s cubic-bezier(0.19, 0.23, 0.15, 0.93) 0.4s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__delay00 .__txtAnimation .__row span {
  transition: transform 1s cubic-bezier(0, 0.7, 0.4, 1) 0.2s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(1) span {
  transition-delay: 0.2s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(2) span {
  transition-delay: 0.24s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(3) span {
  transition-delay: 0.28s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(4) span {
  transition-delay: 0.32s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(5) span {
  transition-delay: 0.36s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(6) span {
  transition-delay: 0.4s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(7) span {
  transition-delay: 0.44s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(8) span {
  transition-delay: 0.48s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(9) span {
  transition-delay: 0.52s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(10) span {
  transition-delay: 0.56s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(11) span {
  transition-delay: 0.6s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(12) span {
  transition-delay: 0.64s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(13) span {
  transition-delay: 0.68s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(14) span {
  transition-delay: 0.72s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(15) span {
  transition-delay: 0.76s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(16) span {
  transition-delay: 0.8s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(17) span {
  transition-delay: 0.84s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(18) span {
  transition-delay: 0.88s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(19) span {
  transition-delay: 0.92s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(20) span {
  transition-delay: 0.96s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(21) span {
  transition-delay: 1s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(22) span {
  transition-delay: 1.04s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(23) span {
  transition-delay: 1.08s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(24) span {
  transition-delay: 1.12s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(25) span {
  transition-delay: 1.16s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(26) span {
  transition-delay: 1.2s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(27) span {
  transition-delay: 1.24s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(28) span {
  transition-delay: 1.28s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(29) span {
  transition-delay: 1.32s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(30) span {
  transition-delay: 1.36s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(31) span {
  transition-delay: 1.4s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(32) span {
  transition-delay: 1.44s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(33) span {
  transition-delay: 1.48s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(34) span {
  transition-delay: 1.52s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(35) span {
  transition-delay: 1.56s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(36) span {
  transition-delay: 1.6s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(37) span {
  transition-delay: 1.64s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(38) span {
  transition-delay: 1.68s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(39) span {
  transition-delay: 1.72s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(40) span {
  transition-delay: 1.76s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(41) span {
  transition-delay: 1.8s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(42) span {
  transition-delay: 1.84s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(43) span {
  transition-delay: 1.88s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(44) span {
  transition-delay: 1.92s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(45) span {
  transition-delay: 1.96s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(46) span {
  transition-delay: 2s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(47) span {
  transition-delay: 2.04s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(48) span {
  transition-delay: 2.08s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(49) span {
  transition-delay: 2.12s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(50) span {
  transition-delay: 2.16s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(51) span {
  transition-delay: 2.2s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(52) span {
  transition-delay: 2.24s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(53) span {
  transition-delay: 2.28s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(54) span {
  transition-delay: 2.32s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(55) span {
  transition-delay: 2.36s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(56) span {
  transition-delay: 2.4s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(57) span {
  transition-delay: 2.44s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(58) span {
  transition-delay: 2.48s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(59) span {
  transition-delay: 2.52s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(60) span {
  transition-delay: 2.56s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(61) span {
  transition-delay: 2.6s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(62) span {
  transition-delay: 2.64s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(63) span {
  transition-delay: 2.68s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(64) span {
  transition-delay: 2.72s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(65) span {
  transition-delay: 2.76s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(66) span {
  transition-delay: 2.8s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(67) span {
  transition-delay: 2.84s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(68) span {
  transition-delay: 2.88s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(69) span {
  transition-delay: 2.92s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(70) span {
  transition-delay: 2.96s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(71) span {
  transition-delay: 3s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(72) span {
  transition-delay: 3.04s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(73) span {
  transition-delay: 3.08s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(74) span {
  transition-delay: 3.12s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(75) span {
  transition-delay: 3.16s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(76) span {
  transition-delay: 3.2s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(77) span {
  transition-delay: 3.24s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(78) span {
  transition-delay: 3.28s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(79) span {
  transition-delay: 3.32s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(80) span {
  transition-delay: 3.36s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(81) span {
  transition-delay: 3.4s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(82) span {
  transition-delay: 3.44s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(83) span {
  transition-delay: 3.48s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(84) span {
  transition-delay: 3.52s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(85) span {
  transition-delay: 3.56s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(86) span {
  transition-delay: 3.6s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(87) span {
  transition-delay: 3.64s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(88) span {
  transition-delay: 3.68s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(89) span {
  transition-delay: 3.72s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(90) span {
  transition-delay: 3.76s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(91) span {
  transition-delay: 3.8s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(92) span {
  transition-delay: 3.84s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(93) span {
  transition-delay: 3.88s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(94) span {
  transition-delay: 3.92s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(95) span {
  transition-delay: 3.96s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(96) span {
  transition-delay: 4s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(97) span {
  transition-delay: 4.04s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(98) span {
  transition-delay: 4.08s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(99) span {
  transition-delay: 4.12s;
}
.__fadeIn.__delay00 .__txtAnimation.__inview .__row:nth-of-type(100) span {
  transition-delay: 4.16s;
}

.__content-style01 .sec-txt {
  margin-top: 1em;
}
.__content-style01 .sec-txt p {
  line-height: 2em;
}
.__content-style01 .sec-txt p:not(:nth-of-type(1)) {
  margin-top: 0.6em;
}
.__content-style01 .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-link {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-link .__linkbtn01 {
    margin: 0 auto;
  }
}

.__content-style02 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .__content-style02 {
    display: block;
  }
}
.__content-style02 .txt-wrap {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .txt-wrap {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .txt-wrap {
    margin-bottom: 2.4em;
  }
}
.__content-style02 .img-wrap {
  flex-shrink: 0;
  width: 37.5rem;
  margin-left: max(7.5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .__content-style02 .img-wrap {
    width: min(85%, 480px);
    margin: 0 auto;
  }
}
.__content-style02.__reverse {
  flex-direction: row-reverse;
}
.__content-style02.__reverse .img-wrap {
  margin-left: 0;
  margin-right: max(7.5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .__content-style02.__reverse .img-wrap {
    margin: 0 auto;
  }
}

.__content-style03 {
  position: relative;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(57, 8, 36, 0.1);
  background-image: linear-gradient(-20deg, #c7e998, #6bbf9b);
  border-radius: max(1.875rem, 1em);
  border: solid 2px #fff;
  box-shadow: 2px 2px 8px rgba(57, 8, 36, 0.1);
  padding: max(6.25rem, 3em) max(7.5rem, 3em);
}
@media screen and (max-width: 767px) {
  .__content-style03 {
    padding: 36px 20px;
  }
}
.__content-style03.__contact {
  background-image: linear-gradient(0deg, #ec73b7, #ffb7df);
}
.__content-style03.__white {
  color: #444;
  text-shadow: none;
  background-image: none;
  background-color: #fff;
}
.__content-style03 .sec-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .__content-style03 .sec-ttl {
    margin-top: 0;
  }
}

.__content-style04 {
  background-color: #fff;
  border-radius: max(1.875rem, 1em);
  box-shadow: 2px 2px 8px rgba(57, 8, 36, 0.1);
  padding: max(3.75rem, 2em);
}
@media screen and (max-width: 767px) {
  .__content-style04 {
    padding: 2em 20px;
  }
}

.__content-style05 ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .__content-style05 ul {
    display: block;
  }
}
.__content-style05 ul .__list-item {
  width: calc(33.3333333333% - max(3.75rem, 2em) * 2 / 3);
  margin-right: max(3.75rem, 2em);
}
.__content-style05 ul .__list-item:nth-of-type(2) {
  margin-top: 4em;
}
.__content-style05 ul .__list-item:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .__content-style05 ul .__list-item {
    width: min(100%, 480px);
    margin: 0 auto;
    margin-top: 48px;
  }
  .__content-style05 ul .__list-item:nth-of-type(2) {
    margin-top: 48px;
  }
  .__content-style05 ul .__list-item:nth-of-type(3) {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .__content-style05 ul .__list-item {
    margin-top: 30px;
  }
  .__content-style05 ul .__list-item:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .__content-style05 ul .__list-item .item-img {
    width: 85%;
    margin: 0 auto;
  }
}
.__content-style05 ul .__list-item .item-name {
  margin-top: 0.6em;
}
.__content-style05 ul .__list-item .item-txt {
  margin-top: 1em;
}

.content-wrap.__telfax .num-txt p span.__num {
  font-weight: 500;
  font-size: max(2.75rem, 2em);
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .content-wrap.__telfax .num-txt p span.__num {
    font-size: 1.75em;
  }
}
.content-wrap.__telfax .num-txt p a {
  font-size: 1em;
  display: inline;
}
.content-wrap.__telfax .note-txt p {
  font-weight: 700;
  font-size: 0.95em;
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header > * {
  pointer-events: auto;
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(247, 247, 245, 0.4);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(57, 8, 36, 0.06);
  padding: 1.75em 2em;
  border-bottom-right-radius: max(2.5rem, 1.2em);
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    padding: 22px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    padding: 12px 14px;
  }
}
header .header-logo a {
  font-size: max(1.125rem, 1em);
}
header .header-logo img {
  width: min(30vw, 27em);
  height: auto;
  margin-right: 0.4em;
}
@media screen and (max-width: 1199px) {
  header .header-logo img {
    width: 24em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo img {
    width: 21em;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    background-image: linear-gradient(0deg, #ec73b7, #ffb7df);
    border-radius: 0.8em;
    width: 3.6em;
    aspect-ratio: 1/1;
    margin: 20px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 3em;
    margin: 12px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40%;
    height: 1px;
    border-radius: 50vh;
    background-color: #fff;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -0.4em;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 0.4em;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(40deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-40deg);
  }
}
header .header-menu {
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(57, 8, 36, 0.06);
  border-radius: 50vh;
  padding: 0.8em max(2.5rem, 20px);
  margin: 1em 20px;
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    width: max(30%, 200px);
    height: calc(100vh - 20px);
    padding: 80px max(4%, 30px);
    padding-top: max(10vh, 60px);
    margin: 10px;
    border-radius: max(1.875rem, 1em);
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu {
    height: calc(100vh - 12px);
    margin: 6px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.8s ease, transform 0.8s ease 0.8s;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    opacity: 1;
    visibility: visible;
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-size: max(1.125rem, 1em);
  margin: 0 max(1.25rem, 1em);
  padding: 0.36em 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 1em 0;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #ec73b7;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 1px;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.36s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a::before {
    bottom: initial;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 0;
    margin-left: -10px;
  }
}
header .header-menu nav ul li a:hover {
  color: #6bbf9b;
}
header .header-menu nav ul li.__current a {
  color: #ec73b7;
}
header .header-menu nav ul li.__current a::before {
  opacity: 1;
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  background-color: #f7f7f5;
}
.sec-contact .__bg-wave {
  bottom: 0;
}
.sec-contact .sec-inner {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner {
    display: block;
  }
}
.sec-contact .sec-inner .left-content {
  width: 100%;
}
.sec-contact .sec-inner .right-content {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: max(7.5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .right-content {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .right-content .content-wrap {
    margin-top: 3em;
  }
}
.sec-contact .sec-inner .right-content .content-wrap .content-ttl {
  margin-bottom: 1em;
}
.sec-contact .sec-inner .right-content .content-wrap .content-ttl h3 {
  font-size: 1em;
}
.sec-contact .sec-inner .right-content .content-wrap.__telfax .flex-wrap {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .right-content .content-wrap.__telfax .flex-wrap {
    display: block;
  }
}
.sec-contact .sec-inner .right-content .content-wrap.__telfax .flex-wrap .note-txt {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .right-content .content-wrap.__telfax .flex-wrap .note-txt {
    margin-left: 0;
    margin-top: 0.6em;
  }
}
.sec-contact .sec-inner .right-content .content-wrap.__mail {
  margin-top: 3em;
}
.sec-contact .sec-inner .right-content .content-wrap.__mail .__linkbtn01 a {
  font-size: max(1.5rem, 1.25em);
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .right-content .content-wrap.__mail .__linkbtn01 a {
    font-size: 1.125em;
  }
}

/* footer
---------------------------------------------------- */
footer {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  footer .footer-top {
    display: block;
  }
}
footer .footer-top .footer-logo {
  width: min(20vw, 20em);
}
@media screen and (max-width: 1199px) {
  footer .footer-top .footer-logo {
    width: 20em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-top .footer-logo {
    width: 17em;
  }
}
footer .footer-top .footer-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  footer .footer-top .footer-menu {
    margin-top: 3em;
  }
}
footer .footer-top .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-top .footer-menu ul {
    display: block;
  }
}
footer .footer-top .footer-menu ul li {
  padding: 0 1.6em;
  border-right: solid 2px #ffb7df;
}
footer .footer-top .footer-menu ul li:nth-of-type(1) {
  padding-left: 0;
}
footer .footer-top .footer-menu ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 767px) {
  footer .footer-top .footer-menu ul li {
    padding: 0;
    border-right: none;
    margin-top: 1.2em;
  }
}
footer .footer-top .footer-menu ul li a {
  line-height: 1em;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 1em;
  border-top: solid 1px #dbdbd3;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    margin-top: 60px;
  }
}
footer .footer-bottom .copyright p {
  color: #ababa6;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .copyright p {
    font-size: 10px;
  }
}
footer .footer-bottom #pagetop {
  color: #ec73b7;
}
footer .footer-bottom #pagetop a {
  font-size: 0.95em;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom #pagetop a {
    font-size: 0.9em;
  }
}
footer .footer-bottom #pagetop a img {
  width: 0.6em;
  height: auto;
  margin-left: 0.6em;
}/*# sourceMappingURL=common.css.map */