@charset "UTF-8";
/*======================
  reset
======================*/
html, body, div, span, iframe, h1, h2, h3, h4, p, a, img, dl, dt, dd, ol, ul, li, label, table, tbody, tr, th, td, figure, blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, figure, footer, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

video {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*======================*/
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #666666;
  background-color: #FAF9F4;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

@media (max-width: 980px) {
  main {
    overflow-x: hidden;
  }
}
@media (max-width: 600px) {
  main {
    overflow-x: hidden;
  }
}

.site-main {
  padding-top: 0;
}
@media (max-width: 600px) {
  .site-main {
    padding-top: 0;
  }
}

body.header-menu-open {
  overflow: hidden;
}

@media (min-width: 981px) {
  .pc-only {
    display: block;
  }
  .sp-only, .tab-only {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .tab-only {
    display: block;
  }
}
@media (max-width: 600px) {
  .pc-only, .tab-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}
.top-inner {
  width: 100%;
  max-width: calc(1060vw / 12.8);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 980px) {
  .top-inner {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .top-inner {
    max-width: 100%;
  }
}

@-webkit-keyframes commonAnimationFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes commonAnimationFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-page {
  background: #FAF9F4;
  color: #666666;
  overflow-x: hidden;
}

.top-fv {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.top-fv__scale-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top-fv__scale-inner {
  position: relative;
  width: 100%;
  min-height: calc(865vw / 12.8);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 980px) {
  .top-fv__scale-inner {
    min-height: calc(700vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top-fv__scale-inner {
    min-height: calc(816vw / 3.9);
  }
}
.top-fv__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.top-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (max-width: 600px) {
  .top-fv__bg img {
    height: 89%;
  }
}
.top-fv__word {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #e6e6e6;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.top-fv__word--create {
  left: calc(-7vw / 12.8);
  top: calc(-34vw / 12.8);
  font-size: calc(164.34vw / 12.8);
  letter-spacing: calc(8.22vw / 12.8);
}
@media (max-width: 600px) {
  .top-fv__word--create {
    font-size: calc(71vw / 3.9);
    letter-spacing: 5%;
    left: calc(-4vw / 3.9);
    top: calc(-4vw / 3.9);
  }
}
.top-fv__word--emotion {
  left: calc(596vw / 12.8);
  top: calc(704vw / 12.8);
  font-size: calc(161.34vw / 12.8);
  letter-spacing: calc(8.07vw / 12.8);
}
@media (max-width: 600px) {
  .top-fv__word--emotion {
    font-size: calc(52vw / 3.9);
    letter-spacing: 5%;
    left: calc(170vw / 3.9);
    top: calc(574vw / 3.9);
  }
}
.top-fv__word-char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 0.45em, 0);
          transform: translate3d(0, 0.45em, 0);
}
.top-fv--word-motion .top-fv__word-char {
  -webkit-animation: top-fv-word-char-in 2s cubic-bezier(0.22, 1, 0.36, 1) var(--fv-char-delay, 100ms) forwards;
          animation: top-fv-word-char-in 2s cubic-bezier(0.22, 1, 0.36, 1) var(--fv-char-delay, 100ms) forwards;
}
.top-fv__img-block {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-filter: blur(14px);
          filter: blur(14px);
  -webkit-animation: top-fv-img-melt-in 1.2s cubic-bezier(0.33, 1, 0.36, 1) forwards;
          animation: top-fv-img-melt-in 1.2s cubic-bezier(0.33, 1, 0.36, 1) forwards;
}
.top-fv__img-block img {
  display: block;
  border-radius: calc(10vw / 12.8);
}
.top-fv__img-inner {
  position: absolute;
  top: 0;
}
.top-fv__img-inner--im1 {
  right: 0;
}
.top-fv__img-inner--im2 {
  left: 0;
}
.top-fv__img-inner--im3 {
  left: 0;
}
.top-fv__img-inner--im4 {
  left: 0;
}
.top-fv__img-inner--im5 {
  right: 0;
}
.top-fv__img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.top-fv__im1 {
  left: calc(963vw / 12.8);
  top: 0;
  width: calc(317vw / 12.8);
  height: calc(312vw / 12.8);
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
@media (max-width: 600px) {
  .top-fv__im1 {
    left: calc(301vw / 3.9);
    top: calc(333vw / 3.9);
    width: calc(102vw / 3.9);
    height: calc(100vw / 3.9);
  }
}
.top-fv__im2 {
  left: calc(963vw / 12.8);
  top: calc(332vw / 12.8);
  width: calc(258vw / 12.8);
  height: calc(254vw / 12.8);
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
@media (max-width: 600px) {
  .top-fv__im2 {
    left: calc(288vw / 3.9);
    top: calc(448vw / 3.9);
    width: calc(92vw / 3.9);
    height: calc(91vw / 3.9);
  }
}
.top-fv__im3 {
  left: calc(200vw / 12.8);
  top: calc(154vw / 12.8);
  width: calc(182vw / 12.8);
  height: calc(171vw / 12.8);
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
@media (max-width: 600px) {
  .top-fv__im3 {
    left: calc(203vw / 3.9);
    top: calc(647vw / 3.9);
    width: calc(113vw / 3.9);
    height: calc(101vw / 3.9);
  }
}
.top-fv__im4 {
  left: calc(-18vw / 12.8);
  top: calc(265vw / 12.8);
  width: calc(207vw / 12.8);
  height: calc(341vw / 12.8);
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
@media (max-width: 600px) {
  .top-fv__im4 {
    left: calc(319vw / 3.9);
    top: calc(712vw / 3.9);
    width: calc(82.4vw / 3.9);
    height: calc(137vw / 3.9);
  }
}
.top-fv__im5 {
  left: calc(170vw / 12.8);
  top: calc(604vw / 12.8);
  width: calc(240vw / 12.8);
  height: calc(224vw / 12.8);
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
@media (max-width: 600px) {
  .top-fv__im5 {
    left: calc(-9vw / 3.9);
    top: calc(79vw / 3.9);
    width: calc(101vw / 3.9);
    height: calc(95vw / 3.9);
  }
}
.top-fv__typo {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.top-fv__line-yappa {
  left: calc(740vw / 12.8);
  top: calc(44vw / 12.8);
  width: calc(120vw / 12.8);
  height: calc(340vw / 12.8);
  overflow: hidden;
}
@media (max-width: 600px) {
  .top-fv__line-yappa {
    left: calc(270vw / 3.9);
    top: calc(57vw / 3.9);
    width: calc(94.5vw / 3.9);
    height: calc(272vw / 3.9);
  }
}
.top-fv__line-yappa-inner {
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 99.85% 99.85%);
  -webkit-animation: top-fv-slide-mask-tr 0.88s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
          animation: top-fv-slide-mask-tr 0.88s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
.top-fv__line-yappa-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.top-fv__line-kokoro {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(167vw / 12.8);
  width: calc(194vw / 12.8);
  height: calc(469vw / 12.8);
}
@media (max-width: 600px) {
  .top-fv__line-kokoro {
    left: 50%;
    top: calc(139vw / 3.9);
    width: calc(126vw / 3.9);
    height: calc(336vw / 3.9);
  }
}
.top-fv__line-kokoro-inner {
  position: absolute;
  opacity: 0;
  -webkit-animation: top-fv-kokoro-fade 1.5s ease forwards;
          animation: top-fv-kokoro-fade 1.5s ease forwards;
}
.top-fv__line-kokoro-inner--1 {
  left: calc(16vw / 12.8);
  top: calc(2vw / 12.8);
  width: calc(155vw / 12.8);
}
@media (max-width: 600px) {
  .top-fv__line-kokoro-inner--1 {
    left: calc(-3vw / 3.9);
    top: calc(-5.9vw / 3.9);
    width: calc(126vw / 3.9);
  }
}
.top-fv__line-kokoro-inner--1 .top-fv__line-kokoro-loop {
  display: block;
  width: 100%;
  -webkit-animation: top-fv-kokoro-shake-loop 6s linear 4s infinite;
          animation: top-fv-kokoro-shake-loop 6s linear 4s infinite;
}
.top-fv__line-kokoro-inner--1 img {
  opacity: 0;
  -webkit-animation: top-fv-kokoro-shake 0.38s ease 1.5s 1 forwards;
          animation: top-fv-kokoro-shake 0.38s ease 1.5s 1 forwards;
}
.top-fv__line-kokoro-inner--2 {
  left: calc(16vw / 12.8);
  top: calc(155vw / 12.8);
  width: calc(155vw / 12.8);
}
@media (max-width: 600px) {
  .top-fv__line-kokoro-inner--2 {
    left: calc(-3vw / 3.9);
    top: calc(120vw / 3.9);
    width: calc(126vw / 3.9);
  }
}
.top-fv__line-kokoro-inner--2 .top-fv__line-kokoro-loop {
  display: block;
  width: 100%;
  -webkit-animation: top-fv-kokoro-shake-loop 6s linear 4.3s infinite;
          animation: top-fv-kokoro-shake-loop 6s linear 4.3s infinite;
}
.top-fv__line-kokoro-inner--2 img {
  opacity: 0;
  -webkit-animation: top-fv-kokoro-shake 0.38s ease 1.8s 1 forwards;
          animation: top-fv-kokoro-shake 0.38s ease 1.8s 1 forwards;
}
.top-fv__line-kokoro-inner--3 {
  left: calc(16vw / 12.8);
  top: calc(308vw / 12.8);
  width: calc(155vw / 12.8);
}
@media (max-width: 600px) {
  .top-fv__line-kokoro-inner--3 {
    left: calc(-3vw / 3.9);
    top: calc(246vw / 3.9);
    width: calc(126vw / 3.9);
  }
}
.top-fv__line-kokoro-inner--3 .top-fv__line-kokoro-loop {
  display: block;
  width: 100%;
  -webkit-animation: top-fv-kokoro-shake-loop 6s linear 4.6s infinite;
          animation: top-fv-kokoro-shake-loop 6s linear 4.6s infinite;
}
.top-fv__line-kokoro-inner--3 img {
  opacity: 0;
  -webkit-animation: top-fv-kokoro-shake 0.38s ease 2s 1 forwards;
          animation: top-fv-kokoro-shake 0.38s ease 2s 1 forwards;
}
.top-fv__line-kokoro img {
  width: 100%;
  height: auto;
  display: block;
}
.top-fv__line-odorase {
  left: calc(431vw / 12.8);
  top: calc(193vw / 12.8);
  width: calc(157vw / 12.8);
  height: calc(635vw / 12.8);
  overflow: hidden;
}
@media (max-width: 600px) {
  .top-fv__line-odorase {
    left: calc(31.1vw / 3.9);
    top: calc(196vw / 3.9);
    width: calc(124vw / 3.9);
    height: calc(505vw / 3.9);
  }
}
.top-fv__line-odorase-inner {
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 99.85% 99.85%);
  -webkit-animation: top-fv-slide-mask-tr 1.2s cubic-bezier(0.22, 1, 0.36, 1) 2.3s forwards;
          animation: top-fv-slide-mask-tr 1.2s cubic-bezier(0.22, 1, 0.36, 1) 2.3s forwards;
}
.top-fv__line-odorase-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.top-fv__logo {
  position: absolute;
  left: calc(32vw / 12.8);
  bottom: calc(97vw / 12.8);
  width: calc(115vw / 12.8);
  height: calc(99vw / 12.8);
  z-index: 3;
  opacity: 0;
  -webkit-animation: top-fv-logo-fade 1s ease 3.7s forwards;
          animation: top-fv-logo-fade 1s ease 3.7s forwards;
}
@media (max-width: 600px) {
  .top-fv__logo {
    left: calc(20vw / 3.9);
    bottom: calc(60vw / 3.9);
    width: calc(72vw / 3.9);
    height: calc(77vw / 3.9);
  }
}
.top-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.top-fv__logo-text {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #39536e;
}
.top-fv__catch-sp {
  display: none;
}
@media (max-width: 600px) {
  .top-fv__catch-sp {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 calc(20vw / 3.9) calc(24vw / 3.9);
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: calc(22vw / 3.9);
    line-height: 1.5;
    color: #39536e;
    text-align: center;
  }
}

@-webkit-keyframes top-fv-img-melt-in {
  0% {
    opacity: 0;
    -webkit-filter: blur(14px);
            filter: blur(14px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes top-fv-img-melt-in {
  0% {
    opacity: 0;
    -webkit-filter: blur(14px);
            filter: blur(14px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes top-fv-word-char-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.45em, 0);
            transform: translate3d(0, 0.45em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes top-fv-word-char-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.45em, 0);
            transform: translate3d(0, 0.45em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes top-fv-kokoro-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes top-fv-kokoro-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes top-fv-kokoro-shake {
  0%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
            transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-2px, 1px, 0) rotate(-5deg) scale(1);
            transform: translate3d(-2px, 1px, 0) rotate(-5deg) scale(1);
  }
  40% {
    -webkit-transform: translate3d(2px, -1px, 0) rotate(5deg) scale(1);
            transform: translate3d(2px, -1px, 0) rotate(5deg) scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate3d(-1px, 1px, 0) rotate(-5deg) scale(1);
            transform: translate3d(-1px, 1px, 0) rotate(-5deg) scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d(1px, 0, 0) rotate(0.2deg) scale(1);
            transform: translate3d(1px, 0, 0) rotate(0.2deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
            transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes top-fv-kokoro-shake {
  0%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
            transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-2px, 1px, 0) rotate(-5deg) scale(1);
            transform: translate3d(-2px, 1px, 0) rotate(-5deg) scale(1);
  }
  40% {
    -webkit-transform: translate3d(2px, -1px, 0) rotate(5deg) scale(1);
            transform: translate3d(2px, -1px, 0) rotate(5deg) scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate3d(-1px, 1px, 0) rotate(-5deg) scale(1);
            transform: translate3d(-1px, 1px, 0) rotate(-5deg) scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d(1px, 0, 0) rotate(0.2deg) scale(1);
            transform: translate3d(1px, 0, 0) rotate(0.2deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
            transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes top-fv-kokoro-shake-loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
            transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  1.2666666667% {
    -webkit-transform: translate3d(-2px, 1px, 0) rotate(-5deg) scale(1);
            transform: translate3d(-2px, 1px, 0) rotate(-5deg) scale(1);
  }
  2.5333333333% {
    -webkit-transform: translate3d(2px, -1px, 0) rotate(5deg) scale(1);
            transform: translate3d(2px, -1px, 0) rotate(5deg) scale(1);
  }
  3.8% {
    -webkit-transform: translate3d(-1px, 1px, 0) rotate(-5deg) scale(1);
            transform: translate3d(-1px, 1px, 0) rotate(-5deg) scale(1);
  }
  5.0666666667% {
    -webkit-transform: translate3d(1px, 0, 0) rotate(0.2deg) scale(1);
            transform: translate3d(1px, 0, 0) rotate(0.2deg) scale(1);
  }
  6.3333333333%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
            transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}
@keyframes top-fv-kokoro-shake-loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
            transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  1.2666666667% {
    -webkit-transform: translate3d(-2px, 1px, 0) rotate(-5deg) scale(1);
            transform: translate3d(-2px, 1px, 0) rotate(-5deg) scale(1);
  }
  2.5333333333% {
    -webkit-transform: translate3d(2px, -1px, 0) rotate(5deg) scale(1);
            transform: translate3d(2px, -1px, 0) rotate(5deg) scale(1);
  }
  3.8% {
    -webkit-transform: translate3d(-1px, 1px, 0) rotate(-5deg) scale(1);
            transform: translate3d(-1px, 1px, 0) rotate(-5deg) scale(1);
  }
  5.0666666667% {
    -webkit-transform: translate3d(1px, 0, 0) rotate(0.2deg) scale(1);
            transform: translate3d(1px, 0, 0) rotate(0.2deg) scale(1);
  }
  6.3333333333%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
            transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes top-fv-slide-mask-tr {
  0% {
    clip-path: inset(0 0 99.85% 0%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes top-fv-slide-mask-tr {
  0% {
    clip-path: inset(0 0 99.85% 0%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes top-fv-slide-mask-tr-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes top-fv-slide-mask-tr-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .top-fv__img-block {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
  .top-fv__word-char {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .top-fv__line-kokoro-inner {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  .top-fv__line-kokoro-inner img {
    -webkit-animation: none;
            animation: none;
  }
  .top-fv__line-kokoro-loop {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none;
            transform: none;
  }
  .top-fv__line-yappa-inner,
  .top-fv__line-odorase-inner {
    -webkit-animation: none;
            animation: none;
    clip-path: none;
  }
}
@-webkit-keyframes top-fv-logo-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes top-fv-logo-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-msg {
  position: relative;
  padding: calc(80vw / 12.8) 0 calc(100vw / 12.8);
}
@media (max-width: 600px) {
  .top-msg {
    padding: calc(44vw / 3.9) 0 calc(20vw / 3.9);
  }
}
.top-msg__inner {
  position: relative;
  max-width: calc(1000vw / 12.8);
  margin: 0 auto;
  padding: 0 calc(40vw / 12.8);
  min-height: calc(584vw / 12.8);
}
@media (max-width: 600px) {
  .top-msg__inner {
    padding: 0 calc(10vw / 3.9) 0 calc(20vw / 3.9);
    min-height: 0;
    max-width: 100%;
  }
}
.top-msg__bg {
  position: absolute;
  left: 0;
  top: calc(250vw / 12.8);
  width: calc(520vw / 12.8);
  max-width: 100%;
  z-index: 0;
  pointer-events: none;
}
.top-msg__bg img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .top-msg__bg {
    left: calc(81vw / 3.9);
    top: calc(121vw / 3.9);
    width: calc(299vw / 3.9);
    max-width: none;
    opacity: 1;
  }
}
.top-msg__content {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
@media (min-width: 981px) {
  .top-msg__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .top-msg__grid {
    width: calc(337vw / 3.9);
    margin-left: auto;
  }
}
@media (min-width: 981px) {
  .top-msg__copy {
    padding-top: calc(30vw / 12.8);
    max-width: calc(520vw / 12.8);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20vw / 12.8);
  }
}
.top-msg__title-main.is-fade-target, .top-msg__copy.is-fade-target {
  opacity: 0;
  -webkit-transform: translateY(calc(16vw / 12.8));
          transform: translateY(calc(16vw / 12.8));
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media (max-width: 600px) {
  .top-msg__title-main.is-fade-target, .top-msg__copy.is-fade-target {
    -webkit-transform: translateY(calc(10vw / 3.9));
            transform: translateY(calc(10vw / 3.9));
  }
}
.top-msg__copy.is-fade-target.is-fade-delay {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.top-msg__title-main.is-fade-target.is-fade-in, .top-msg__copy.is-fade-target.is-fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-msg__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: calc(21vw / 12.8);
  line-height: 1.7;
  color: #666666;
}
@media (max-width: 600px) {
  .top-msg__lead {
    font-size: calc(18vw / 3.9);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin: 0 0 calc(14vw / 3.9) 0;
  }
}
.top-msg__body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(17vw / 12.8);
  line-height: 2;
  font-weight: 400;
  color: #666666;
  max-width: calc(640vw / 12.8);
}
.top-msg__body p {
  margin: 0;
}
@media (max-width: 600px) {
  .top-msg__body {
    font-size: calc(15vw / 3.9);
    line-height: 2;
    letter-spacing: 0.02em;
    max-width: none;
    width: calc(322vw / 3.9);
  }
}
.top-msg__title-group {
  position: relative;
  z-index: 1;
  padding-top: calc(40vw / 12.8);
}
@media (max-width: 600px) {
  .top-msg__title-group {
    padding-top: 0;
    margin-bottom: calc(56vw / 3.9);
  }
}
.top-msg__title-sub {
  display: inline-block;
  margin: 0;
  font-size: calc(33vw / 12.8);
  line-height: 1.6;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 14%;
  background-image: linear-gradient(165.13deg, rgb(255, 160, 169) 39.35%, rgb(126, 219, 253) 63.5%);
}
@media (max-width: 600px) {
  .top-msg__title-sub {
    font-size: calc(26vw / 3.9);
    line-height: 1.6;
    letter-spacing: 0.14em;
  }
}
.top-msg__title-main {
  margin: 0;
  font-size: calc(64vw / 12.8);
  line-height: 1.6;
  font-weight: 700;
  color: #666666;
  margin-top: calc(-25vw / 12.8);
}
@media (max-width: 600px) {
  .top-msg__title-main {
    font-size: calc(48vw / 3.9);
    margin-top: calc(-18vw / 3.9);
    margin-bottom: calc(-10vw / 3.9);
    line-height: 1.6;
  }
}
.top-msg__title-main--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.12em;
     -moz-column-gap: 0.12em;
          column-gap: 0.12em;
}
@media (max-width: 600px) {
  .top-msg__title-main:not(.top-msg__title-main--row) {
    line-height: 1.3;
    margin-top: 0;
  }
}
.top-msg__title-accent.is-gradient {
  font-size: calc(70vw / 12.8);
  line-height: 1.6;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(164deg, rgb(255, 160, 169) 39.78%, rgb(126, 219, 253) 62.39%);
}
@media (max-width: 600px) {
  .top-msg__title-accent.is-gradient {
    font-size: calc(56vw / 3.9);
    line-height: 1.6;
  }
}

.top-sec-head {
  margin-bottom: calc(40vw / 12.8);
}
@media (max-width: 600px) {
  .top-sec-head {
    margin-bottom: calc(28vw / 3.9);
  }
}
.top-sec-head__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 12.8);
  margin-bottom: calc(8vw / 12.8);
}
@media (max-width: 600px) {
  .top-sec-head__row {
    gap: calc(10vw / 3.9);
    margin-bottom: calc(10vw / 3.9);
  }
}
.top-sec-head__dot {
  width: calc(10vw / 12.8);
  height: calc(10vw / 12.8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(245deg, #FFA0A9 31.83%, #7EDBFD 75.66%);
  position: relative;
  top: calc(2vw / 12.8);
}
.top-sec-head__dot img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 600px) {
  .top-sec-head__dot {
    width: calc(10vw / 3.9);
    height: calc(10vw / 3.9);
    top: calc(2vw / 3.9);
    position: relative;
  }
}
.top-sec-head__en {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: calc(34vw / 12.8);
  letter-spacing: calc(1.7vw / 12.8);
  line-height: 1.2;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(103deg, rgb(255, 160, 169) 44.1%, rgb(126, 219, 253) 72.26%);
  text-transform: lowercase;
}
@media (max-width: 600px) {
  .top-sec-head__en {
    font-size: calc(34vw / 3.9);
    letter-spacing: calc(1.7vw / 3.9);
    line-height: 1.2;
  }
}
.top-sec-head__ja {
  font-size: calc(46vw / 12.8);
  font-weight: 700;
  letter-spacing: calc(4.6vw / 12.8);
  line-height: 1;
  color: #666666;
  padding-left: calc(12vw / 12.8);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media (max-width: 600px) {
  .top-sec-head__ja {
    font-size: calc(34vw / 3.9);
    letter-spacing: calc(3.4vw / 3.9);
    line-height: 1.2;
    padding-left: calc(15vw / 3.9);
  }
}

.top-service {
  padding: 0 0 calc(100vw / 12.8);
}
@media (max-width: 600px) {
  .top-service {
    padding: calc(40vw / 3.9) calc(20vw / 3.9) calc(56vw / 3.9);
  }
}
.top-service__panel {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  padding: calc(70vw / 12.8) calc(40vw / 12.8) calc(80vw / 12.8);
  margin: 0 auto;
  margin-top: calc(40vw / 12.8);
  width: calc(1020vw / 12.8);
}
@media (max-width: 600px) {
  .top-service__panel {
    width: 100%;
    padding: calc(40vw / 3.9) calc(20vw / 3.9);
    margin-top: calc(20vw / 3.9);
  }
}
.top-service__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(30vw / 12.8);
  padding-left: calc(50vw / 12.8);
}
@media (max-width: 980px) {
  .top-service__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  .top-service__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(20vw / 3.9);
    margin-bottom: calc(40vw / 3.9);
    padding-left: 0;
  }
}
.top-service__row-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(550vw / 12.8);
          flex: 1 1 calc(550vw / 12.8);
  min-width: min(100%, calc(550vw / 12.8));
  font-size: calc(18vw / 12.8);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 10%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media (max-width: 600px) {
  .top-service__row-text {
    width: calc(280vw / 3.9);
    min-width: 0;
    font-size: calc(15vw / 3.9);
    line-height: 1.8;
    letter-spacing: calc(1.5vw / 3.9);
  }
}
.top-service__row-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(320vw / 12.8);
          flex: 0 0 calc(320vw / 12.8);
  width: calc(320vw / 12.8);
  max-width: 100%;
}
.top-service__row-img.img-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(300vw / 12.8);
          flex: 0 0 calc(300vw / 12.8);
  width: calc(300vw / 12.8);
}
.top-service__row-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .top-service__row-img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc(294vw / 3.9);
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .top-service__row-img.img-2 {
    width: calc(280vw / 3.9);
  }
}
.top-service__num-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20vw / 12.8);
  margin-bottom: calc(14vw / 12.8);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .top-service__num-row {
    gap: calc(15vw / 3.9);
    margin-bottom: calc(20vw / 3.9);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-service__num-row--second {
  margin-top: calc(32vw / 12.8);
}
@media (max-width: 600px) {
  .top-service__num-row--second {
    margin-top: 0;
    margin-bottom: calc(30vw / 3.9);
  }
}
.top-service__num {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(-2.36vw / 12.8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(242deg, rgb(255, 160, 169) 31.83%, rgb(126, 219, 253) 75.66%);
}
.top-service__num .small {
  font-size: calc(44vw / 12.8);
  letter-spacing: calc(-1.96vw / 12.8);
}
.top-service__num .large {
  font-size: calc(54vw / 12.8);
}
@media (max-width: 600px) {
  .top-service__num .small {
    font-size: calc(39vw / 3.9);
    letter-spacing: calc(-1.56vw / 3.9);
  }
  .top-service__num .large {
    font-size: calc(49vw / 3.9);
  }
}
.top-service__num-title {
  font-size: calc(30vw / 12.8);
  font-weight: 700;
  color: #39536e;
  letter-spacing: calc(3.3vw / 12.8);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media (max-width: 600px) {
  .top-service__num-title {
    font-size: calc(26vw / 3.9);
    line-height: 1.2;
    letter-spacing: 1;
  }
}
.top-service__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(25vw / 12.8);
  margin-top: calc(30vw / 12.8);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: calc(60vw / 12.8);
}
@media (max-width: 600px) {
  .top-service__list-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(15vw / 3.9);
    margin-top: calc(10vw / 3.9);
    padding-left: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.top-service__list-line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(13vw / 12.8);
  min-height: calc(266vw / 12.8);
}
.top-service__list-line img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .top-service__list-line {
    display: block;
    width: calc(12vw / 3.9);
    min-height: calc(352vw / 3.9);
  }
}
.top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(15vw / 12.8);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .top-service__list {
    gap: calc(15vw / 3.9);
  }
}
.top-service__list-item dt {
  font-size: calc(20vw / 12.8);
  font-weight: 700;
  color: #39536e;
  letter-spacing: calc(2vw / 12.8);
  margin-bottom: calc(6vw / 12.8);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .top-service__list-item dt {
    font-size: calc(18vw / 3.9);
    letter-spacing: calc(1.8vw / 3.9);
  }
}
.top-service__list-item dd {
  font-size: calc(18vw / 12.8);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: calc(1.8vw / 12.8);
  padding-left: calc(15vw / 12.8);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media (max-width: 600px) {
  .top-service__list-item dd {
    font-size: calc(15vw / 3.9);
    line-height: 1.3;
    letter-spacing: calc(1.5vw / 3.9);
    padding-left: calc(10vw / 3.9);
  }
}
.top-service__btn-wrap {
  text-align: center;
  margin-top: calc(48vw / 12.8);
}
@media (max-width: 600px) {
  .top-service__btn-wrap {
    margin-top: calc(40vw / 3.9);
  }
}
.top-service__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10vw / 12.8);
  padding: calc(25vw / 12.8) calc(30vw / 12.8);
  border-radius: calc(10vw / 12.8);
  font-size: calc(20vw / 12.8);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  background-image: linear-gradient(103deg, rgb(255, 160, 169) 13.98%, rgb(126, 219, 253) 91.06%);
}
.top-service__btn img {
  width: calc(20vw / 12.8);
  height: calc(5vw / 12.8);
  display: block;
}
@media (max-width: 600px) {
  .top-service__btn {
    padding: calc(25vw / 3.9) calc(20vw / 3.9);
    min-height: calc(59vw / 3.9);
    font-size: calc(17vw / 3.9);
    gap: calc(10vw / 3.9);
    width: 100%;
    max-width: calc(300vw / 3.9);
    border-radius: calc(10vw / 3.9);
  }
  .top-service__btn img {
    width: calc(20vw / 3.9);
    height: calc(5vw / 3.9);
  }
}

.top-works {
  padding: 0 0 calc(100vw / 12.8);
}
@media (max-width: 600px) {
  .top-works {
    padding: calc(30vw / 3.9) calc(0vw / 3.9) calc(20vw / 3.9);
  }
}
@media (max-width: 600px) {
  .top-works .top-sec-head {
    padding-left: calc(20vw / 3.9);
  }
}
.top-works__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(25vw / 12.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .top-works__grid {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: calc(6vw / 3.9);
    padding-left: 0;
    gap: 0;
  }
}
.top-works__slider {
  width: 100%;
  overflow: visible;
}
@media (max-width: 600px) {
  .top-works__slider {
    padding-left: calc(30vw / 3.9);
  }
}

.top-work-card {
  width: calc(325vw / 12.8);
  max-width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(15vw / 12.8);
  padding-bottom: calc(15vw / 12.8);
  height: calc(360vw / 12.8);
}
@media (max-width: 600px) {
  .top-work-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(330vw / 3.9);
            flex: 0 0 calc(330vw / 3.9);
    width: calc(330vw / 3.9);
    gap: calc(15vw / 3.9);
    padding-bottom: calc(15vw / 3.9);
    height: calc(375vw / 3.9);
  }
  .top-work-card:last-child {
    margin-right: calc(15vw / 3.9);
  }
}
.top-work-card__thumb {
  width: 100%;
  height: calc(215vw / 12.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), linear-gradient(127deg, rgb(255, 160, 169) 15.74%, rgb(126, 219, 253) 84.68%);
}
@media (max-width: 600px) {
  .top-work-card__thumb {
    height: calc(230vw / 3.9);
  }
}
.top-work-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-work-card__thumb-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-work-card__thumb-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-work-card__body {
  width: calc(295vw / 12.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(5vw / 12.8);
  font-weight: 500;
}
@media (max-width: 600px) {
  .top-work-card__body {
    width: calc(300vw / 3.9);
    gap: calc(5vw / 3.9);
  }
}
.top-work-card__corp {
  font-size: calc(14vw / 12.8);
  color: #39536E;
  line-height: 1;
}
@media (max-width: 600px) {
  .top-work-card__corp {
    font-size: calc(14vw / 3.9);
  }
}
.top-work-card__title {
  font-size: calc(17vw / 12.8);
  line-height: 1.4;
  color: #002144;
  height: calc(51vw / 12.8);
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 600px) {
  .top-work-card__title {
    font-size: calc(18vw / 3.9);
    height: calc(51vw / 3.9);
    line-height: 1.3;
  }
}
.top-work-card__tag {
  font-size: calc(14vw / 12.8);
  line-height: 1.4;
  color: #838383;
}
@media (max-width: 600px) {
  .top-work-card__tag {
    font-size: calc(14vw / 3.9);
  }
}

.top-blog {
  padding: 0 0 calc(80vw / 12.8);
  position: relative;
}
@media (max-width: 600px) {
  .top-blog {
    padding-bottom: calc(48vw / 3.9);
  }
}
@media (max-width: 600px) {
  .top-blog .top-sec-head {
    padding-left: calc(20vw / 3.9);
  }
}
.top-blog__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  padding-bottom: calc(8vw / 12.8);
  width: 100%;
}
@media (max-width: 600px) {
  .top-blog__track {
    padding-bottom: calc(8vw / 3.9);
  }
}
.top-blog__slider {
  width: calc(1020vw / 12.8);
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 600px) {
  .top-blog__slider {
    width: 100%;
    padding-left: calc(20vw / 3.9);
  }
}
.top-blog__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(15vw / 12.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: calc(-90vw / 12.8);
  right: 0;
}
@media (max-width: 600px) {
  .top-blog__pagination {
    top: calc(-60vw / 3.9);
  }
}
.top-blog__pagination-inner {
  width: calc(60vw / 12.8);
  height: calc(60vw / 12.8);
  cursor: pointer;
}
.top-blog__pagination-prev {
  position: relative;
  left: calc(-2vw / 12.8);
  top: calc(-2vw / 12.8);
  width: calc(60vw / 12.8);
  height: calc(60vw / 12.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border-radius: 50%;
}
.top-blog__pagination-prev img {
  width: calc(20vw / 12.8);
}
.top-blog__pagination-next {
  position: relative;
  right: calc(-2vw / 12.8);
  top: calc(-2vw / 12.8);
  width: calc(60vw / 12.8);
  height: calc(60vw / 12.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border-radius: 50%;
}
.top-blog__pagination-next img {
  width: calc(20vw / 12.8);
}

.top-blog-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(390vw / 12.8);
          flex: 0 0 calc(390vw / 12.8);
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 12.8);
}
@media (max-width: 600px) {
  .top-blog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(340vw / 3.9);
            flex: 0 0 calc(340vw / 3.9);
    max-width: 85vw;
    gap: calc(12vw / 3.9);
    width: calc(340vw / 3.9);
  }
  .top-blog-card:last-child {
    margin-right: calc(15vw / 3.9);
  }
}
.top-blog-card__thumb {
  width: 100%;
  height: calc(240vw / 12.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-image: linear-gradient(90deg, #fff 0%, #fff 100%), linear-gradient(128deg, rgb(255, 160, 169) 15.74%, rgb(126, 219, 253) 84.68%);
}
.top-blog-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .top-blog-card__thumb {
    height: calc(240vw / 3.9);
  }
}
.top-blog-card__logo {
  width: calc(125vw / 12.8);
  height: calc(105vw / 12.8);
  position: relative;
}
.top-blog-card__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .top-blog-card__logo {
    width: calc(100vw / 3.9);
    height: auto;
  }
}
.top-blog-card__body {
  width: calc(360vw / 12.8);
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 12.8);
}
@media (max-width: 600px) {
  .top-blog-card__body {
    gap: calc(8vw / 3.9);
    width: calc(340vw / 3.9);
    padding-left: calc(10vw / 3.9);
  }
}
.top-blog-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(10vw / 12.8);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #838383;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 600px) {
  .top-blog-card__meta {
    gap: calc(10vw / 3.9);
  }
}
.top-blog-card__date {
  font-size: calc(14vw / 12.8);
  color: #838383;
  line-height: 1;
}
@media (max-width: 600px) {
  .top-blog-card__date {
    font-size: calc(14vw / 3.9);
  }
}
.top-blog-card__type {
  font-size: calc(16vw / 12.8);
  color: #838383;
  line-height: 1;
}
@media (max-width: 600px) {
  .top-blog-card__type {
    font-size: calc(16vw / 3.9);
  }
}
.top-blog-card__title {
  font-size: calc(18vw / 12.8);
  line-height: 1.4;
  font-weight: 600;
  color: #39536e;
}
.top-blog-card__title a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 600px) {
  .top-blog-card__title {
    font-size: calc(18vw / 3.9);
  }
}
.top-blog-card__tag {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(3vw / 12.8) calc(10vw / 12.8);
  border-radius: calc(70vw / 12.8);
  border: 1px solid #bbcbd2;
  background: #ffffff;
  font-size: calc(14vw / 12.8);
  font-weight: 500;
  color: #838383;
}
@media (max-width: 600px) {
  .top-blog-card__tag {
    padding: calc(3vw / 3.9) calc(10vw / 3.9);
    font-size: calc(14vw / 3.9);
    border-radius: calc(70vw / 3.9);
  }
}

.blog-single-page {
  padding-top: calc(135vw / 12.8);
  padding-bottom: calc(120vw / 12.8);
  max-width: calc(1000vw / 12.8);
  margin-inline: auto;
}
@media (max-width: 600px) {
  .blog-single-page {
    padding-top: calc(90vw / 3.9);
    padding-bottom: calc(64vw / 3.9);
    max-width: 100%;
  }
}
.blog-single-page__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 980px) {
  .blog-single-page__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(36vw / 9.8);
  }
}
@media (max-width: 600px) {
  .blog-single-page__layout {
    gap: calc(40vw / 3.9);
  }
}
.blog-single-page__content {
  min-width: 0;
  background-color: #ffffff;
  padding: calc(30vw / 12.8) calc(36vw / 12.8);
  width: calc(700vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__content {
    width: calc(360vw / 3.9);
    padding: calc(30vw / 3.9) calc(20vw / 3.9);
    margin-bottom: calc(40vw / 3.9);
  }
}
.blog-single-page__header {
  margin-bottom: calc(30vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__header {
    margin-bottom: calc(20vw / 3.9);
  }
}
.blog-single-page__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(12vw / 12.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(12vw / 12.8);
  color: #64748b;
  font-size: calc(14vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__meta {
    font-size: calc(14vw / 3.9);
    margin-top: calc(12vw / 3.9);
  }
}
.blog-single-page__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(12vw / 12.8);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(12vw / 12.8);
  list-style: none;
  padding: 0;
}
@media (max-width: 600px) {
  .blog-single-page__tag-list {
    font-size: calc(14vw / 3.9);
    margin-top: calc(12vw / 3.9);
  }
}
.blog-single-page__tag-item a {
  background-color: #f0f0f0;
  border-radius: 999px;
  padding: calc(4vw / 12.8) calc(12vw / 12.8);
  font-size: calc(13vw / 12.8);
  color: #666;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-single-page__tag-item a:hover {
  background-color: #d9e2ec;
}
@media (max-width: 600px) {
  .blog-single-page__tag-item a {
    font-size: calc(13vw / 3.9);
    padding: calc(3vw / 3.9) calc(12vw / 3.9);
  }
}
.blog-single-page__title {
  font-size: calc(30vw / 12.8);
  color: #39536e;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 600px) {
  .blog-single-page__title {
    font-size: calc(24vw / 3.9);
  }
}
.blog-single-page__thumb {
  margin-bottom: calc(24vw / 12.8);
}
.blog-single-page__thumb img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: calc(24vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__thumb img {
    margin-bottom: calc(24vw / 3.9);
  }
}
.blog-single-page__entry-content {
  line-height: 1.8;
  font-size: calc(17vw / 12.8);
  color: #39536e;
}
@media (max-width: 600px) {
  .blog-single-page__entry-content {
    font-size: calc(15vw / 3.9);
  }
}
.blog-single-page__entry-content p {
  margin-bottom: calc(14vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__entry-content p {
    margin-bottom: calc(10vw / 3.9);
  }
}
.blog-single-page__entry-content ul {
  list-style: disc;
  padding-left: calc(30vw / 12.8);
  margin-bottom: calc(10vw / 12.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(2vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__entry-content ul {
    padding-left: calc(30vw / 3.9);
    margin-bottom: calc(10vw / 3.9);
  }
}
.blog-single-page__entry-content ul li {
  list-style: disc;
  font-size: calc(17vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__entry-content ul li {
    font-size: calc(15vw / 3.9);
  }
}
.blog-single-page__entry-content h2 {
  font-size: calc(24vw / 12.8);
  margin-bottom: calc(14vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__entry-content h2 {
    font-size: calc(24vw / 3.9);
    margin-bottom: calc(10vw / 3.9);
  }
}
.blog-single-page__entry-content h3 {
  font-size: calc(20vw / 12.8);
  margin-bottom: calc(14vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__entry-content h3 {
    font-size: calc(20vw / 3.9);
    margin-bottom: calc(10vw / 3.9);
  }
}
.blog-single-page__entry-content h4 {
  font-size: calc(18vw / 12.8);
  margin-bottom: calc(14vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__entry-content h4 {
    font-size: calc(18vw / 3.9);
    margin-bottom: calc(10vw / 3.9);
  }
}
.blog-single-page__entry-content h5 {
  font-size: calc(16vw / 12.8);
  margin-bottom: calc(14vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__entry-content h5 {
    font-size: calc(16vw / 3.9);
    margin-bottom: calc(10vw / 3.9);
  }
}
.blog-single-page__sidebar {
  position: sticky;
  top: calc(135vw / 12.8);
  width: calc(280vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__sidebar {
    width: calc(360vw / 3.9);
    top: 0;
    position: relative;
  }
}
.blog-single-page__side-block {
  background: #ffffff;
  padding: calc(16vw / 12.8) calc(20vw / 12.8);
  margin-bottom: calc(10vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__side-block {
    padding: calc(16vw / 3.9) calc(20vw / 3.9);
    margin-bottom: calc(10vw / 3.9);
  }
}
.blog-single-page__side-title {
  font-size: calc(16vw / 12.8);
  margin: 0 0 calc(12vw / 12.8);
  color: #39536e;
}
@media (max-width: 600px) {
  .blog-single-page__side-title {
    font-size: calc(16vw / 3.9);
    margin: 0 0 calc(8vw / 3.9);
  }
}
.blog-single-page__term-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: calc(15vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__term-list {
    font-size: calc(15vw / 3.9);
  }
}
.blog-single-page__term-list li + li {
  margin-top: calc(8vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__term-list li + li {
    margin-top: calc(8vw / 3.9);
  }
}
.blog-single-page__term-list a {
  color: #39536e;
  text-decoration: none;
}
.blog-single-page__side-block--category {
  padding: calc(16vw / 12.8) 0 0;
}
@media (max-width: 600px) {
  .blog-single-page__side-block--category {
    padding: calc(16vw / 3.9) 0 0;
  }
}
.blog-single-page__side-block--category .blog-single-page__side-title {
  padding-left: calc(20vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__side-block--category .blog-single-page__side-title {
    padding-left: calc(20vw / 3.9);
  }
}
.blog-single-page__side-block--category .blog-single-page__term-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e0dfd7;
}
.blog-single-page__side-block--category .blog-single-page__term-list li a {
  color: #39536e;
  padding: calc(15vw / 12.8) calc(20vw / 12.8);
  border-bottom: 1px solid #dddbd3;
  width: 100%;
  display: block;
}
.blog-single-page__side-block--category .blog-single-page__term-list li a:last-child {
  border-bottom: none;
}
.blog-single-page__side-block--category .blog-single-page__term-list li a:hover {
  background-color: #f0f0f0;
}
@media (max-width: 600px) {
  .blog-single-page__side-block--category .blog-single-page__term-list li a {
    padding: calc(15vw / 3.9) calc(20vw / 3.9);
  }
}
.blog-single-page__side-block--tag .blog-single-page__term-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-single-page__side-block--tag .blog-single-page__term-list li a {
  color: #666;
  padding: calc(3vw / 12.8) calc(8vw / 12.8);
  width: 100%;
  display: block;
  background-color: #f0f0f0;
  border-radius: 999px;
  font-size: calc(13vw / 12.8);
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-single-page__side-block--tag .blog-single-page__term-list li a:hover {
  background-color: #d9e2ec;
}
@media (max-width: 600px) {
  .blog-single-page__side-block--tag .blog-single-page__term-list li a {
    padding: calc(3vw / 3.9) calc(10vw / 3.9);
    font-size: calc(14vw / 3.9);
  }
}
.blog-single-page__empty {
  margin: 0;
  color: #838383;
  font-size: calc(14vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__empty {
    font-size: calc(12vw / 3.9);
  }
}
.blog-single-page__side-cta p {
  margin-top: 0;
  margin-bottom: calc(12vw / 12.8);
  line-height: 1.7;
}
@media (max-width: 600px) {
  .blog-single-page__side-cta p {
    margin-bottom: calc(8vw / 3.9);
  }
}
.blog-single-page__cta-link {
  display: inline-block;
  padding: calc(12vw / 12.8) calc(16vw / 12.8);
  border-radius: 999px;
  background: #39536e;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: calc(14vw / 12.8);
}
@media (max-width: 600px) {
  .blog-single-page__cta-link {
    font-size: calc(12vw / 3.9);
  }
}

.blog-archive-page {
  padding-top: calc(135vw / 12.8);
  padding-bottom: calc(120vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-page {
    padding-top: calc(96vw / 3.9);
    padding-bottom: calc(56vw / 3.9);
  }
}
.blog-archive-page__inner {
  max-width: calc(1000vw / 12.8);
  margin: 0 auto;
}
@media (max-width: 600px) {
  .blog-archive-page__inner {
    max-width: 100%;
    padding: 0 calc(16vw / 3.9);
  }
}
.blog-archive-page__header {
  margin-bottom: calc(34vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-page__header {
    margin-bottom: calc(24vw / 3.9);
  }
}
.blog-archive-page .top-sec-head__row {
  margin-bottom: calc(5vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-page .top-sec-head__row {
    margin-bottom: calc(5vw / 3.9);
  }
}
.blog-archive-page__title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(46vw / 12.8);
  line-height: 1.2;
  color: #666666;
}
@media (max-width: 600px) {
  .blog-archive-page__title {
    font-size: calc(30vw / 3.9);
    line-height: 1.35;
  }
}
.blog-archive-page__lead {
  margin: calc(10vw / 12.8) 0 0;
  font-size: calc(17vw / 12.8);
  line-height: 1.8;
  color: #7f7f7f;
  letter-spacing: 0.02em;
  padding-left: calc(10vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-page__lead {
    margin-top: calc(12vw / 3.9);
    font-size: calc(14vw / 3.9);
    line-height: 1.75;
    padding-left: 0;
  }
}
.blog-archive-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) calc(292vw / 12.8);
  gap: calc(28vw / 12.8);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 980px) {
  .blog-archive-page__layout {
    grid-template-columns: 1fr;
    gap: calc(24vw / 9.8);
  }
}
@media (max-width: 600px) {
  .blog-archive-page__layout {
    gap: calc(20vw / 3.9);
  }
}
.blog-archive-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(24vw / 12.8);
}
@media (max-width: 980px) {
  .blog-archive-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(18vw / 9.8);
  }
}
@media (max-width: 600px) {
  .blog-archive-page__grid {
    grid-template-columns: 1fr;
    gap: calc(14vw / 3.9);
  }
}
.blog-archive-page__side {
  position: sticky;
  top: calc(112vw / 12.8);
  -ms-flex-item-align: start;
      align-self: start;
}
@media (max-width: 980px) {
  .blog-archive-page__side {
    position: static;
  }
}
@media (max-width: 600px) {
  .blog-archive-page__side {
    display: grid;
    gap: calc(10vw / 3.9);
  }
}
.blog-archive-page__side-block {
  background: #ffffff;
  padding: calc(16vw / 12.8) calc(20vw / 12.8);
  margin-bottom: calc(10vw / 12.8);
}
.blog-archive-page__side-block + .blog-archive-page__side-block {
  margin-top: 0;
}
@media (max-width: 600px) {
  .blog-archive-page__side-block {
    padding: calc(16vw / 3.9) calc(20vw / 3.9);
    margin-bottom: calc(10vw / 3.9);
  }
}
.blog-archive-page__side-title {
  margin: 0 0 calc(12vw / 12.8);
  color: #39536e;
  font-size: calc(16vw / 12.8);
  font-weight: 700;
}
@media (max-width: 600px) {
  .blog-archive-page__side-title {
    margin-bottom: calc(8vw / 3.9);
    font-size: calc(15vw / 3.9);
  }
}
.blog-archive-page__term-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: calc(15vw / 12.8);
}
.blog-archive-page__term-list--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-archive-page__term-list li {
  margin: 0;
}
.blog-archive-page__term-list li + li {
  margin-top: calc(8vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-page__term-list li + li {
    margin-top: calc(8vw / 3.9);
  }
}
.blog-archive-page__term-list a {
  color: #39536e;
  text-decoration: none;
  line-height: 1.4;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.blog-archive-page__term-list a:hover {
  opacity: 0.72;
}
.blog-archive-page__side-block--category {
  padding: calc(16vw / 12.8) 0 0;
}
@media (max-width: 600px) {
  .blog-archive-page__side-block--category {
    padding: calc(16vw / 3.9) 0 0;
  }
}
.blog-archive-page__side-block--category .blog-archive-page__side-title {
  padding-left: calc(20vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-page__side-block--category .blog-archive-page__side-title {
    padding-left: calc(20vw / 3.9);
  }
}
.blog-archive-page__side-block--category .blog-archive-page__term-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e0dfd7;
}
.blog-archive-page__side-block--category .blog-archive-page__term-list li a {
  color: #39536e;
  padding: calc(15vw / 12.8) calc(20vw / 12.8);
  border-bottom: 1px solid #dddbd3;
  width: 100%;
  display: block;
  font-size: calc(15vw / 12.8);
}
.blog-archive-page__side-block--category .blog-archive-page__term-list li a:last-child {
  border-bottom: none;
}
.blog-archive-page__side-block--category .blog-archive-page__term-list li a:hover {
  background-color: #f0f0f0;
}
@media (max-width: 600px) {
  .blog-archive-page__side-block--category .blog-archive-page__term-list li a {
    padding: calc(15vw / 3.9) calc(20vw / 3.9);
    font-size: calc(15vw / 3.9);
  }
}
.blog-archive-page__side-block--tag .blog-archive-page__term-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-archive-page__side-block--tag .blog-archive-page__term-list li a {
  color: #666;
  padding: calc(3vw / 12.8) calc(8vw / 12.8);
  width: 100%;
  display: block;
  background-color: #f0f0f0;
  border-radius: 999px;
  font-size: calc(13vw / 12.8);
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-archive-page__side-block--tag .blog-archive-page__term-list li a:hover {
  background-color: #d9e2ec;
}
@media (max-width: 600px) {
  .blog-archive-page__side-block--tag .blog-archive-page__term-list li a {
    padding: calc(3vw / 3.9) calc(10vw / 3.9);
    font-size: calc(14vw / 3.9);
  }
}
.blog-archive-page__pagination {
  margin-top: calc(30vw / 12.8);
}
.blog-archive-page__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(8vw / 12.8);
}
.blog-archive-page__pagination .page-numbers {
  min-width: calc(36vw / 12.8);
  height: calc(36vw / 12.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  color: #39536e;
  background: #f0f2f4;
  font-size: calc(14vw / 12.8);
}
.blog-archive-page__pagination .page-numbers.current {
  background: #39536e;
  color: #ffffff;
}
@media (max-width: 600px) {
  .blog-archive-page__pagination {
    margin-top: calc(20vw / 3.9);
  }
  .blog-archive-page__pagination .nav-links {
    gap: calc(8vw / 3.9);
  }
  .blog-archive-page__pagination .page-numbers {
    min-width: calc(32vw / 3.9);
    height: calc(32vw / 3.9);
    font-size: calc(12vw / 3.9);
  }
}
.blog-archive-page__empty {
  margin: 0;
  font-size: calc(14vw / 12.8);
  color: #8d8d8d;
}
@media (max-width: 600px) {
  .blog-archive-page__empty {
    font-size: calc(13vw / 3.9);
  }
}

.blog-archive-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border-radius: calc(8vw / 12.8);
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(33, 52, 80, 0.06);
          box-shadow: 0 2px 10px rgba(33, 52, 80, 0.06);
  min-height: 100%;
}
@media (max-width: 600px) {
  .blog-archive-card {
    border-radius: calc(8vw / 3.9);
    -webkit-box-shadow: 0 1px 6px rgba(33, 52, 80, 0.08);
            box-shadow: 0 1px 6px rgba(33, 52, 80, 0.08);
  }
}
.blog-archive-card__thumb {
  display: block;
  aspect-ratio: 376/250;
  background: #f3f4f5;
  overflow: hidden;
}
.blog-archive-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.blog-archive-card__thumb:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.blog-archive-card__body {
  padding: calc(10vw / 12.8) calc(14vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-card__body {
    padding: calc(12vw / 3.9) calc(12vw / 3.9) calc(13vw / 3.9);
  }
}
.blog-archive-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 12.8);
  margin-bottom: calc(3vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-card__meta {
    gap: calc(8vw / 3.9);
    margin-bottom: calc(6vw / 3.9);
  }
}
.blog-archive-card__date {
  color: #8391a0;
  font-size: calc(13vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-card__date {
    font-size: calc(12vw / 3.9);
  }
}
.blog-archive-card__type {
  color: #8391a0;
  font-size: calc(13vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-card__type {
    font-size: calc(12vw / 3.9);
  }
}
.blog-archive-card__title {
  margin: 0;
  font-size: calc(17vw / 12.8);
  line-height: 1.55;
}
@media (max-width: 600px) {
  .blog-archive-card__title {
    font-size: calc(16vw / 3.9);
    line-height: 1.5;
  }
}
.blog-archive-card__title a {
  color: #39536e;
  text-decoration: none;
}
.blog-archive-card__tags {
  margin-top: calc(6vw / 12.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(8vw / 12.8);
}
@media (max-width: 600px) {
  .blog-archive-card__tags {
    margin-top: calc(8vw / 3.9);
    gap: calc(6vw / 3.9);
  }
}
.blog-archive-card__tag {
  font-size: calc(12vw / 12.8);
  color: #5f7084;
  text-decoration: none;
  border: 1px solid #d7e0e8;
  border-radius: 999px;
  padding: calc(2vw / 12.8) calc(8vw / 12.8);
  background: #f8fafc;
}
@media (max-width: 600px) {
  .blog-archive-card__tag {
    font-size: calc(11vw / 3.9);
    padding: calc(2vw / 3.9) calc(7vw / 3.9);
  }
}

@media (max-width: 900px) {
  .blog-single-page__layout {
    grid-template-columns: 1fr;
    gap: calc(36vw / 12.8);
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  .blog-single-page {
    gap: calc(36vw / 3.9);
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  .blog-single-page {
    gap: calc(36vw / 3.9);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: transparent;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

body:not(.top-page) .header {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

body.top-page .header {
  opacity: 0;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  pointer-events: none;
}
body.top-page .header.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.header__bar {
  width: 100%;
  -webkit-transition: background-color 0.25s ease, backdrop-filter 0.25s ease;
  transition: background-color 0.25s ease, backdrop-filter 0.25s ease;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: calc(121vw / 12.8);
  padding: calc(8vw / 12.8) calc(30vw / 12.8) calc(8vw / 12.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
@media (max-width: 980px) {
  .header__inner {
    min-height: calc(100vw / 9.8);
    padding: calc(10vw / 9.8) calc(20vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header__inner {
    min-height: calc(90vw / 3.9);
    padding: 0 calc(15vw / 3.9);
  }
}

.header__logo {
  display: block;
  width: calc(105vw / 12.8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
@media (max-width: 980px) {
  .header__logo {
    width: calc(110vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header__logo {
    width: calc(72vw / 3.9);
  }
}

.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(15vw / 12.8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  .header__actions {
    gap: calc(10vw / 3.9);
  }
}

.header__menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(73vw / 12.8);
  height: calc(58vw / 12.8);
  padding: 0;
  border: none;
  border-radius: calc(10vw / 12.8);
  cursor: pointer;
  color: #6b6b6b;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  -webkit-box-shadow: 0 2px 6px 0 rgba(188, 177, 161, 0.2);
          box-shadow: 0 2px 6px 0 rgba(188, 177, 161, 0.2);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.header__menu-toggle i {
  font-size: calc(20vw / 12.8);
  line-height: 1;
}
@media (max-width: 600px) {
  .header__menu-toggle {
    width: calc(63vw / 3.9);
    height: calc(51vw / 3.9);
    border-radius: calc(6vw / 3.9);
    color: #ffffff;
    background-image: linear-gradient(150deg, rgb(255, 160, 169) 33.24%, rgb(126, 219, 253) 85.83%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    -webkit-box-shadow: 0 2px 6px 0 rgba(188, 177, 161, 0.2);
            box-shadow: 0 2px 6px 0 rgba(188, 177, 161, 0.2);
  }
  .header__menu-toggle i {
    font-size: calc(31vw / 3.9);
  }
}
.header__menu-toggle:hover {
  opacity: 0.88;
}

.header__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10vw / 12.8);
  min-height: calc(58vw / 12.8);
  padding: calc(20vw / 12.8) calc(30vw / 12.8) calc(20vw / 12.8) calc(40vw / 12.8);
  border-radius: calc(10vw / 12.8);
  background-image: linear-gradient(150deg, rgb(255, 160, 169) 33.24%, rgb(126, 219, 253) 85.83%);
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(18vw / 12.8);
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(0.9vw / 12.8);
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 10px rgba(57, 83, 110, 0.12);
          box-shadow: 0 2px 10px rgba(57, 83, 110, 0.12);
}
@media (max-width: 980px) {
  .header__cta {
    padding: calc(14vw / 9.8) calc(20vw / 9.8) calc(14vw / 9.8) calc(24vw / 9.8);
    font-size: calc(14vw / 9.8);
    letter-spacing: calc(0.6vw / 9.8);
    gap: calc(8vw / 9.8);
    min-height: calc(48vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header__cta {
    display: none;
  }
}

.header__cta-text {
  line-height: 1;
}

.header__cta-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
.header__cta-arrow img {
  display: block;
  width: calc(20vw / 12.8);
  height: auto;
}
@media (max-width: 600px) {
  .header__cta-arrow img {
    width: calc(14vw / 3.9);
  }
}

.header__cta-icon-fa {
  font-size: calc(12vw / 12.8);
  line-height: 1;
}
@media (max-width: 600px) {
  .header__cta-icon-fa {
    font-size: calc(10vw / 3.9);
  }
}

.footer {
  position: relative;
  width: 100%;
  background-image: linear-gradient(133deg, rgb(255, 160, 169) 15.74%, rgb(126, 219, 253) 84.68%);
  padding-top: calc(60vw / 12.8);
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .footer {
    padding-top: calc(60vw / 3.9);
  }
}
.footer__cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: calc(50vw / 12.8);
  max-width: calc(1060vw / 12.8);
  margin: 0 auto;
  padding: 0 calc(40vw / 12.8) calc(80vw / 12.8);
}
@media (max-width: 980px) {
  .footer__cta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(32vw / 9.8);
    max-width: 100%;
    padding: 0 calc(24vw / 9.8) calc(60vw / 9.8);
  }
}
@media (max-width: 600px) {
  .footer__cta-row {
    gap: calc(20vw / 3.9);
    padding: 0 calc(15vw / 3.9) calc(70vw / 3.9);
    max-width: 100%;
  }
}
.footer__cta-card {
  background: #ffffff;
  border-radius: calc(20vw / 12.8);
  padding: calc(30vw / 12.8);
  width: calc(435vw / 12.8);
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 600px) {
  .footer__cta-card {
    border-radius: calc(20vw / 3.9);
    padding: calc(30vw / 3.9) calc(20vw / 3.9);
    width: calc(360vw / 3.9);
    max-width: 100%;
  }
}
.footer__cta-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(12vw / 12.8);
  margin-bottom: calc(20vw / 12.8);
}
@media (max-width: 600px) {
  .footer__cta-head {
    gap: calc(8vw / 3.9);
    margin-bottom: calc(25vw / 3.9);
  }
}
.footer__cta-icon {
  width: calc(21vw / 12.8);
  height: calc(21vw / 12.8);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: linear-gradient(112deg, rgb(255, 160, 169) 33.24%, rgb(126, 219, 253) 85.83%);
}
@media (max-width: 600px) {
  .footer__cta-icon {
    width: calc(21vw / 3.9);
    height: calc(21vw / 3.9);
  }
}
.footer__cta-title {
  font-size: calc(22vw / 12.8);
  font-weight: 700;
  line-height: 1.4;
  color: #39536e;
}
@media (max-width: 600px) {
  .footer__cta-title {
    font-size: calc(22vw / 3.9);
    line-height: 1.4;
  }
}
.footer__cta-text {
  font-size: calc(17vw / 12.8);
  font-weight: 500;
  line-height: 1.8;
  color: #39536e;
  margin-left: auto;
  margin-bottom: calc(20vw / 12.8);
  width: calc(342vw / 12.8);
}
@media (max-width: 600px) {
  .footer__cta-text {
    width: calc(290vw / 3.9);
    font-size: calc(15vw / 3.9);
    margin-bottom: calc(30vw / 3.9);
    text-align: left;
    letter-spacing: 5%;
  }
}
.footer__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(15vw / 12.8);
  padding: calc(20vw / 12.8) calc(30vw / 12.8) calc(20vw / 12.8) calc(40vw / 12.8);
  border-radius: calc(10vw / 12.8);
  font-size: calc(17vw / 12.8);
  font-weight: 700;
  letter-spacing: calc(0.9vw / 12.8);
  color: #ffffff;
  line-height: 1;
  background-image: linear-gradient(150deg, rgb(255, 160, 169) 33.24%, rgb(126, 219, 253) 85.83%);
  margin-left: auto;
}
.footer__cta-btn img {
  width: calc(20vw / 12.8);
  height: calc(5vw / 12.8);
  display: block;
}
@media (max-width: 600px) {
  .footer__cta-btn {
    width: calc(240vw / 3.9);
    max-width: 100%;
    height: calc(50vw / 3.9);
    padding: calc(20vw / 3.9) calc(30vw / 3.9) calc(20vw / 3.9) calc(20vw / 3.9);
    font-size: calc(16vw / 3.9);
    letter-spacing: calc(0.8vw / 3.9);
    margin-left: 0;
    border-radius: calc(8vw / 3.9);
    margin-left: auto;
    gap: calc(12vw / 3.9);
  }
  .footer__cta-btn img {
    width: calc(22vw / 3.9);
    height: calc(6vw / 3.9);
  }
}
.footer__bottom {
  position: relative;
  background: rgba(0, 33, 68, 0.4);
  padding: calc(50vw / 12.8) calc(100vw / 12.8) calc(30vw / 12.8);
  min-height: calc(230vw / 12.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 980px) {
  .footer__bottom {
    padding: calc(40vw / 9.8) calc(24vw / 9.8) calc(24vw / 9.8);
  }
}
@media (max-width: 600px) {
  .footer__bottom {
    padding: calc(60vw / 3.9) calc(25vw / 3.9) calc(24vw / 3.9);
    min-height: 0;
  }
}
.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(40vw / 12.8);
  max-width: calc(1060vw / 12.8);
  margin: 0 auto;
}
@media (max-width: 600px) {
  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(50vw / 3.9);
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(43vw / 12.8);
  padding-top: calc(8vw / 12.8);
  margin-top: calc(30vw / 12.8);
}
@media (max-width: 600px) {
  .footer__nav {
    width: calc(340vw / 3.9);
    gap: calc(20vw / 3.9);
    padding-top: 0;
    margin-top: 0;
  }
}
.footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6vw / 12.8);
}
@media (max-width: 600px) {
  .footer__nav-item {
    gap: calc(6vw / 3.9);
  }
}
.footer__nav-dot {
  width: calc(8vw / 12.8);
  height: calc(8vw / 12.8);
  border-radius: 50%;
  background: #ffa0a9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  .footer__nav-dot {
    width: calc(8vw / 3.9);
    height: calc(8vw / 3.9);
  }
}
.footer__nav-link {
  font-size: calc(16vw / 12.8);
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(1.02vw / 12.8);
  color: #ffffff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media (max-width: 600px) {
  .footer__nav-link {
    font-size: calc(16vw / 3.9);
    letter-spacing: calc(0.96vw / 3.9);
  }
}
.footer__brand-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(24vw / 12.8);
  margin-left: auto;
}
@media (max-width: 600px) {
  .footer__brand-block {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(340vw / 3.9);
    gap: calc(24vw / 3.9);
  }
}
.footer__logo-wrap {
  text-align: center;
}
.footer__logo-wrap img {
  width: calc(125vw / 12.8);
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .footer__logo-wrap img {
    width: calc(125vw / 3.9);
  }
}
.footer__logo-sub {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: calc(20vw / 12.8);
  color: #ffffff;
  line-height: 1;
  margin-top: calc(5vw / 12.8);
  text-align: center;
}
@media (max-width: 600px) {
  .footer__logo-sub {
    font-size: calc(14vw / 3.9);
  }
}
.footer__contact {
  color: #ffffff;
  font-size: calc(14vw / 12.8);
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 600px) {
  .footer__contact {
    font-size: calc(14vw / 3.9);
    width: calc(185vw / 3.9);
  }
}
.footer__contact-name {
  margin-bottom: calc(8vw / 12.8);
  line-height: 1;
}
@media (max-width: 600px) {
  .footer__contact-name {
    margin-bottom: calc(6vw / 3.9);
  }
}
.footer__contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(5vw / 12.8);
  margin-bottom: calc(6vw / 12.8);
}
.footer__contact-row img {
  width: calc(16vw / 12.8);
  height: calc(16vw / 12.8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  .footer__contact-row {
    margin-bottom: calc(4vw / 3.9);
    gap: calc(5vw / 3.9);
  }
  .footer__contact-row img {
    width: calc(16vw / 3.9);
    height: calc(16vw / 3.9);
  }
}
.footer__address {
  margin-top: calc(16vw / 12.8);
}
@media (max-width: 600px) {
  .footer__address {
    margin-top: calc(17vw / 3.9);
  }
}
.footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(20vw / 12.8);
  margin-top: calc(24vw / 12.8);
  font-size: calc(15vw / 12.8);
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 600px) {
  .footer__legal {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    gap: calc(20vw / 3.9);
    margin-top: calc(50vw / 3.9);
    font-size: calc(15vw / 3.9);
  }
}
.footer__copy {
  margin-top: calc(12vw / 12.8);
  font-size: calc(14vw / 12.8);
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 600px) {
  .footer__copy {
    margin-top: calc(10vw / 3.9);
    font-size: calc(14vw / 3.9);
    text-align: right;
  }
}

.header__panel-overlay {
  position: fixed;
  z-index: 150;
  inset: 0;
  background: rgba(72, 80, 110, 0.16);
  backdrop-filter: blur(7px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  height: 0;
}
.header__panel-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: 100vh;
}

.header__panel {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: calc(400vw / 12.8);
  max-width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  -webkit-box-shadow: 0 2px 6px 0 rgba(188, 177, 161, 0.2);
          box-shadow: 0 2px 6px 0 rgba(188, 177, 161, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, visibility 0.35s ease;
  transition: transform 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  overflow-y: auto;
}
.header__panel.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 600px) {
  .header__panel {
    width: calc(310vw / 3.9);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__panel-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(20vw / 12.8) calc(20vw / 12.8) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .header__panel-head {
    position: absolute;
    top: calc(20vw / 3.9);
    right: calc(30vw / 3.9);
    padding: 0;
    z-index: 2;
  }
}

.header__panel-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(44vw / 12.8);
  height: calc(44vw / 12.8);
  padding: 0;
  border: none;
  border-radius: calc(10vw / 12.8);
  cursor: pointer;
  color: #39536e;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 6px rgba(188, 177, 161, 0.3);
          box-shadow: 0 2px 6px rgba(188, 177, 161, 0.3);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header__panel-close i {
  font-size: calc(20vw / 12.8);
  line-height: 1;
}
@media (max-width: 600px) {
  .header__panel-close {
    width: calc(24vw / 3.9);
    height: calc(24vw / 3.9);
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #666;
  }
  .header__panel-close i {
    font-size: calc(24vw / 3.9);
  }
}
.header__panel-close:hover {
  opacity: 0.85;
}

.header__panel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  padding: calc(24vw / 12.8) calc(57vw / 12.8) calc(48vw / 12.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 980px) {
  .header__panel-body {
    padding: calc(20vw / 9.8) calc(40vw / 9.8) calc(40vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header__panel-body {
    min-height: 100dvh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(80vw / 3.9);
    padding: calc(20vw / 3.9) calc(30vw / 3.9);
  }
}

.header__panel-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: calc(15vw / 12.8);
  width: 100%;
  max-width: calc(273vw / 12.8);
  margin: 0 auto calc(50vw / 12.8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  .header__panel-actions {
    gap: calc(15vw / 3.9);
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

.header__panel-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(15vw / 12.8);
  min-height: calc(58vw / 12.8);
  padding: calc(20vw / 12.8) calc(20vw / 12.8) calc(20vw / 12.8) calc(30vw / 12.8);
  border-radius: calc(10vw / 12.8);
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(18vw / 12.8);
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(0.9vw / 12.8);
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 600px) {
  .header__panel-btn {
    gap: calc(10vw / 3.9);
    min-height: calc(58vw / 3.9);
    padding: calc(20vw / 3.9) calc(20vw / 3.9) calc(20vw / 3.9) calc(20vw / 3.9);
    font-size: calc(16vw / 3.9);
    letter-spacing: calc(0.8vw / 3.9);
    border-radius: calc(10vw / 3.9);
  }
}
.header__panel-btn:hover {
  opacity: 0.9;
}

.header__panel-btn--download {
  color: #ffa0a9;
  position: relative;
}
.header__panel-btn--download::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 8px;
  background: linear-gradient(152deg, #ffa0a9 33.24%, #7edbfd 85.83%);
}
.header__panel-btn--download::after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  z-index: -1;
  border-radius: 8px;
  background: #fff;
}
.header__panel-btn--download .header__panel-btn-download-text {
  background-image: linear-gradient(99.13deg, rgb(255, 160, 169) 18.41%, rgb(126, 219, 253) 77.42%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.header__panel-btn--download .header__panel-btn-download-arrow img {
  display: block;
  width: calc(20vw / 12.8);
  height: auto;
}
.header__panel-btn--download .header__panel-btn-download-icon {
  font-size: calc(14vw / 12.8);
  line-height: 1;
  color: #ffa0a9;
}
@media (max-width: 600px) {
  .header__panel-btn--download .header__panel-btn-download-arrow img {
    width: calc(20vw / 3.9);
  }
  .header__panel-btn--download .header__panel-btn-download-icon {
    font-size: calc(12vw / 3.9);
  }
}

.header__panel-btn--contact {
  background-image: linear-gradient(150deg, rgb(255, 160, 169) 33.24%, rgb(126, 219, 253) 85.83%);
  color: #ffffff;
  border: none;
}
.header__panel-btn--contact .header__panel-btn-contact-arrow img {
  display: block;
  width: calc(20vw / 12.8);
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header__panel-btn--contact i {
  font-size: calc(14vw / 12.8);
  color: #ffffff;
}
@media (max-width: 600px) {
  .header__panel-btn--contact .header__panel-btn-contact-arrow img {
    width: calc(20vw / 3.9);
  }
}

.header__panel-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
@media (max-width: 600px) {
  .header__panel-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding-left: calc(30vw / 3.9);
    padding-top: calc(20vw / 3.9);
  }
}

.header__panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(43vw / 12.8);
}
@media (max-width: 600px) {
  .header__panel-list {
    gap: calc(35vw / 3.9);
  }
}

.header__panel-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__panel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6vw / 12.8);
  padding: 0;
  font-size: calc(17vw / 12.8);
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(1.02vw / 12.8);
  color: #39536e;
  text-decoration: none;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header__panel-link::before {
  content: "";
  display: block;
  width: calc(8vw / 12.8);
  height: calc(8vw / 12.8);
  border-radius: 50%;
  background: #ffa0a9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  .header__panel-link {
    gap: calc(6vw / 3.9);
    font-size: calc(16vw / 3.9);
    letter-spacing: calc(0.96vw / 3.9);
  }
  .header__panel-link::before {
    width: calc(8vw / 3.9);
    height: calc(8vw / 3.9);
  }
}
.header__panel-link:hover {
  opacity: 0.75;
}

.header__panel-brand {
  display: none;
}
@media (max-width: 600px) {
  .header__panel-brand {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.header__panel-logo {
  display: block;
  width: calc(85vw / 3.9);
  line-height: 0;
}
.header__panel-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header__nav {
  display: none;
}

.header__sp-menu {
  display: none;
}

.contact-page {
  padding: calc(135vw / 12.8) 0 calc(120vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page {
    padding: calc(120vw / 3.9) calc(20vw / 3.9) calc(64vw / 3.9);
  }
}
.contact-page__inner {
  max-width: calc(1000vw / 12.8);
  margin: 0 auto;
}
@media (max-width: 600px) {
  .contact-page__inner {
    max-width: 100%;
  }
}
.contact-page__grid {
  display: grid;
  grid-template-columns: calc(417vw / 12.8) calc(542vw / 12.8);
  gap: calc(41vw / 12.8);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 980px) {
  .contact-page__grid {
    grid-template-columns: 1fr;
    gap: calc(36vw / 9.8);
  }
}
@media (max-width: 600px) {
  .contact-page__grid {
    gap: calc(40vw / 3.9);
  }
}
.contact-page__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(4vw / 12.8);
  margin-bottom: calc(30vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page__head {
    gap: calc(4vw / 3.9);
    margin-bottom: calc(20vw / 3.9);
  }
}
.contact-page__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: calc(46vw / 12.8);
  line-height: 1.2;
  color: #39536e;
}
@media (max-width: 600px) {
  .contact-page__title {
    font-size: calc(34vw / 3.9);
    margin-top: calc(-10vw / 3.9);
  }
}
.contact-page__text {
  font-size: calc(18vw / 12.8);
  line-height: 1.6;
  color: #64748b;
  margin-bottom: calc(30vw / 12.8);
}
.contact-page__text p + p {
  margin-top: calc(2vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page__text {
    font-size: calc(15vw / 3.9);
    margin-bottom: calc(20vw / 3.9);
    padding-left: calc(10vw / 3.9);
  }
}
.contact-page__note {
  font-size: calc(17vw / 12.8);
  line-height: 1.6;
  color: #64748b;
  margin-bottom: calc(40vw / 12.8);
}
.contact-page__note a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
@media (max-width: 600px) {
  .contact-page__note {
    font-size: calc(15vw / 3.9);
    margin-bottom: calc(28vw / 3.9);
    padding-left: calc(10vw / 3.9);
  }
}
.contact-page__form-wrap {
  background: rgb(255, 255, 255);
  border-radius: calc(5vw / 12.8);
  padding: calc(51vw / 12.8) calc(50vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page__form-wrap {
    border-radius: calc(5vw / 3.9);
    padding: calc(20vw / 3.9) calc(20vw / 3.9) calc(24vw / 3.9);
  }
}

.contact-faq__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(30vw / 12.8);
  font-weight: 700;
  color: #39536e;
  margin-bottom: calc(15vw / 12.8);
}
@media (max-width: 600px) {
  .contact-faq__title {
    font-size: calc(20vw / 3.9);
    margin-bottom: calc(12vw / 3.9);
  }
}
.contact-faq__box {
  border: 1px dashed #bebaba;
  border-radius: calc(5vw / 12.8);
  padding: calc(25vw / 12.8) calc(20vw / 12.8);
}
@media (max-width: 600px) {
  .contact-faq__box {
    border-radius: calc(5vw / 3.9);
    padding: calc(18vw / 3.9) calc(14vw / 3.9);
  }
}
.contact-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20vw / 12.8);
}
.contact-faq__item {
  border-bottom: 1px solid transparent;
}
.contact-faq__question, .contact-faq__answer {
  position: relative;
  padding-left: calc(30vw / 12.8);
}
.contact-faq__question {
  width: 100%;
  padding-right: calc(30vw / 12.8);
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-size: calc(17vw / 12.8);
  line-height: 1.3;
  color: #39536e;
  font-weight: 500;
  margin-bottom: calc(10vw / 12.8);
  font-family: "Noto Sans JP", sans-serif;
}
.contact-faq__question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(20vw / 12.8);
  color: #39536e;
}
.contact-faq__question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: calc(24vw / 12.8);
  line-height: 1;
  color: #39536e;
}
.contact-faq__answer {
  display: none;
  font-size: calc(16vw / 12.8);
  line-height: 1.5;
  color: #64748b;
  margin-top: calc(10vw / 12.8);
}
.contact-faq__answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(20vw / 12.8);
  color: #64748b;
}
.contact-faq__item.is-open .contact-faq__question::after {
  content: "−";
}
.contact-faq__item.is-open .contact-faq__answer {
  display: block;
}
@media (max-width: 600px) {
  .contact-faq__item {
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: calc(10vw / 3.9);
  }
  .contact-faq__item:last-child {
    border-bottom: 0;
  }
  .contact-faq__question, .contact-faq__answer {
    padding-left: calc(24vw / 3.9);
  }
  .contact-faq__question {
    font-size: calc(14vw / 3.9);
    margin-bottom: 0;
    padding-right: calc(24vw / 3.9);
  }
  .contact-faq__question::before {
    font-size: calc(16vw / 3.9);
  }
  .contact-faq__question::after {
    font-size: calc(18vw / 3.9);
  }
  .contact-faq__answer {
    margin-top: calc(10vw / 3.9);
    font-size: calc(13vw / 3.9);
    line-height: 1.6;
  }
  .contact-faq__answer::before {
    font-size: calc(16vw / 3.9);
  }
}

.contact-page__form .wpcf7 {
  width: 100%;
}
.contact-page__form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(18vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page__form .wpcf7-form {
    gap: calc(18vw / 3.9);
  }
}
.contact-page__form .wpcf7-form > p {
  margin: 0;
}
.contact-page__form .wpcf7-form > p:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(15vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page__form .wpcf7-form > p:first-of-type {
    gap: calc(15vw / 3.9);
  }
}
.contact-page__form .wpcf7-form > p:first-of-type > br {
  display: none;
}
.contact-page__form label {
  position: relative;
  display: block;
  width: 100%;
  font-size: calc(17vw / 12.8);
  font-weight: 500;
  line-height: 1.2;
  color: #39536e;
  padding-left: calc(33vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page__form label {
    font-size: calc(16vw / 3.9);
    padding-left: calc(26vw / 3.9);
  }
}
.contact-page__form label > br {
  display: none;
}
.contact-page__form label > span:first-child {
  position: absolute;
  left: 0;
  top: calc(2vw / 12.8);
  width: calc(20vw / 12.8);
  font-family: "Inter", sans-serif;
  font-size: calc(16vw / 12.8);
  font-weight: 500;
  line-height: 1;
  color: #39536e;
}
@media (max-width: 600px) {
  .contact-page__form label > span:first-child {
    font-size: calc(12vw / 3.9);
    width: calc(18vw / 3.9);
    padding-top: calc(2vw / 3.9);
  }
}
.contact-page__form .wpcf7-form-control-wrap {
  display: block;
  margin-top: calc(10vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page__form .wpcf7-form-control-wrap {
    margin-top: calc(8vw / 3.9);
  }
}
.contact-page__form input[type=text],
.contact-page__form input[type=email],
.contact-page__form input[type=tel],
.contact-page__form select,
.contact-page__form textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: calc(5vw / 12.8);
  padding: calc(10vw / 12.8) calc(15vw / 12.8);
  background: #ffffff;
  color: #39536e;
  font-size: calc(17vw / 12.8);
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-page__form input[type=text]::-webkit-input-placeholder, .contact-page__form input[type=email]::-webkit-input-placeholder, .contact-page__form input[type=tel]::-webkit-input-placeholder, .contact-page__form select::-webkit-input-placeholder, .contact-page__form textarea::-webkit-input-placeholder {
  color: #bebebe;
}
.contact-page__form input[type=text]::-moz-placeholder, .contact-page__form input[type=email]::-moz-placeholder, .contact-page__form input[type=tel]::-moz-placeholder, .contact-page__form select::-moz-placeholder, .contact-page__form textarea::-moz-placeholder {
  color: #bebebe;
}
.contact-page__form input[type=text]:-ms-input-placeholder, .contact-page__form input[type=email]:-ms-input-placeholder, .contact-page__form input[type=tel]:-ms-input-placeholder, .contact-page__form select:-ms-input-placeholder, .contact-page__form textarea:-ms-input-placeholder {
  color: #bebebe;
}
.contact-page__form input[type=text]::-ms-input-placeholder, .contact-page__form input[type=email]::-ms-input-placeholder, .contact-page__form input[type=tel]::-ms-input-placeholder, .contact-page__form select::-ms-input-placeholder, .contact-page__form textarea::-ms-input-placeholder {
  color: #bebebe;
}
.contact-page__form input[type=text]::placeholder,
.contact-page__form input[type=email]::placeholder,
.contact-page__form input[type=tel]::placeholder,
.contact-page__form select::placeholder,
.contact-page__form textarea::placeholder {
  color: #bebebe;
}
@media (max-width: 600px) {
  .contact-page__form input[type=text],
  .contact-page__form input[type=email],
  .contact-page__form input[type=tel],
  .contact-page__form select,
  .contact-page__form textarea {
    font-size: calc(16vw / 3.9);
    padding: calc(10vw / 3.9) calc(12vw / 3.9);
  }
}
.contact-page__form select {
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - calc(18vw / 12.8)) calc(50% - calc(2vw / 12.8)), calc(100% - calc(12vw / 12.8)) calc(50% - calc(2vw / 12.8));
  background-size: calc(6vw / 12.8) calc(6vw / 12.8), calc(6vw / 12.8) calc(6vw / 12.8);
  background-repeat: no-repeat;
  padding-right: calc(34vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page__form select {
    background-position: calc(100% - calc(14vw / 3.9)) calc(50% - calc(2vw / 3.9)), calc(100% - calc(9vw / 3.9)) calc(50% - calc(2vw / 3.9));
    background-size: calc(5vw / 3.9) calc(5vw / 3.9), calc(5vw / 3.9) calc(5vw / 3.9);
    padding-right: calc(28vw / 3.9);
  }
}
.contact-page__form textarea {
  min-height: calc(137vw / 12.8);
  resize: vertical;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .contact-page__form textarea {
    min-height: calc(120vw / 3.9);
  }
}
.contact-page__form .red-required {
  color: #FF0000;
  font-size: calc(14vw / 12.8);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 600px) {
  .contact-page__form .red-required {
    font-size: calc(14vw / 3.9);
  }
}
.contact-page__form .wpcf7-form > p:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0vw / 12.8);
  margin-top: calc(4vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page__form .wpcf7-form > p:last-of-type {
    gap: calc(10vw / 3.9);
    margin-top: calc(4vw / 3.9);
  }
}
.contact-page__form input[type=submit].wpcf7-submit {
  width: calc(240vw / 12.8);
  height: calc(60vw / 12.8);
  border: 0;
  border-radius: calc(10vw / 12.8);
  background: #ffa0a9;
  color: #ffffff;
  font-size: calc(18vw / 12.8);
  font-weight: 700;
  letter-spacing: calc(1.8vw / 12.8);
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.contact-page__form input[type=submit].wpcf7-submit:hover {
  opacity: 0.88;
}
@media (max-width: 600px) {
  .contact-page__form input[type=submit].wpcf7-submit {
    width: calc(240vw / 3.9);
    height: calc(50vw / 3.9);
    font-size: calc(16vw / 3.9);
    border-radius: calc(8vw / 3.9);
  }
}
.contact-page__form .wpcf7-spinner {
  display: none;
}
.contact-page__form .wpcf7-response-output {
  margin: calc(12vw / 12.8) 0 0;
  padding: calc(10vw / 12.8);
  border-radius: calc(5vw / 12.8);
  font-size: calc(14vw / 12.8);
  line-height: 1.5;
}
@media (max-width: 600px) {
  .contact-page__form .wpcf7-response-output {
    margin: calc(12vw / 3.9) 0 0 calc(8vw / 3.9);
    padding: calc(10vw / 3.9);
    border-radius: calc(5vw / 3.9);
    font-size: calc(14vw / 3.9);
  }
}
@media (max-width: 600px) {
  .contact-page__form .wpcf7-form {
    gap: calc(16vw / 3.9);
  }
  .contact-page__form .wpcf7-form > p:first-of-type {
    gap: calc(12vw / 3.9);
  }
  .contact-page__form label {
    font-size: calc(16vw / 3.9);
    padding-left: calc(26vw / 3.9);
  }
  .contact-page__form label > span:first-child {
    left: 0;
    width: calc(18vw / 3.9);
    padding-top: calc(2vw / 3.9);
    font-size: calc(16vw / 3.9);
  }
  .contact-page__form .wpcf7-form-control-wrap {
    margin-top: calc(8vw / 3.9);
  }
  .contact-page__form input[type=text],
  .contact-page__form input[type=email],
  .contact-page__form input[type=tel],
  .contact-page__form select,
  .contact-page__form textarea {
    border-radius: calc(5vw / 3.9);
    padding: calc(10vw / 3.9) calc(12vw / 3.9);
    font-size: calc(16vw / 3.9);
  }
  .contact-page__form select {
    background-position: calc(100% - calc(14vw / 3.9)) calc(50% - calc(2vw / 3.9)), calc(100% - calc(9vw / 3.9)) calc(50% - calc(2vw / 3.9));
    background-size: calc(5vw / 3.9) calc(5vw / 3.9), calc(5vw / 3.9) calc(5vw / 3.9);
    padding-right: calc(28vw / 3.9);
  }
  .contact-page__form textarea {
    min-height: calc(120vw / 3.9);
  }
  .contact-page__form .wpcf7-form > p:last-of-type {
    gap: calc(10vw / 3.9);
    margin-top: calc(4vw / 3.9);
  }
  .contact-page__form input[type=submit].wpcf7-submit {
    width: 100%;
    max-width: calc(240vw / 3.9);
    height: calc(50vw / 3.9);
    font-size: calc(16vw / 3.9);
    border-radius: calc(8vw / 3.9);
  }
  .contact-page__form .contact-page__form-note {
    font-size: calc(13vw / 3.9);
    letter-spacing: calc(0.65vw / 3.9);
  }
}

.contact-page__form-note {
  color: #666;
  font-family: "Noto Sans JP";
  font-size: calc(13vw / 12.8);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: calc(0.65vw / 12.8);
  text-underline-offset: 0.18em;
  text-align: center;
}
.contact-page__form-note a {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .contact-page__form-note {
    font-size: calc(13vw / 3.9);
    letter-spacing: calc(0.65vw / 3.9);
  }
}

@media (max-width: 600px) {
  .contact-page--confirm .contact-page__grid {
    gap: calc(20vw / 3.9);
  }
  .contact-page--confirm .contact-page__text {
    font-size: calc(16vw / 3.9);
    margin-bottom: calc(0vw / 3.9);
  }
}

.contact-page__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page__form-item {
    gap: calc(10vw / 3.9);
  }
}

.contact-page__form-value {
  font-size: calc(17vw / 12.8);
  line-height: 1.2;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: calc(40vw / 12.8);
  font-weight: 500;
}
@media (max-width: 600px) {
  .contact-page__form-value {
    font-size: calc(16vw / 3.9);
    padding-left: calc(30vw / 3.9);
  }
}

.contact-page--thanks {
  padding: calc(132vw / 12.8) 0 calc(120vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--thanks {
    padding: calc(100vw / 3.9) calc(20vw / 3.9) calc(64vw / 3.9);
  }
}
.contact-page--thanks .contact-page__inner {
  max-width: calc(640vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--thanks .contact-page__inner {
    max-width: 100%;
  }
}
.contact-page--thanks .contact-page__head {
  margin-bottom: calc(24vw / 12.8);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .contact-page--thanks .contact-page__head {
    margin-bottom: calc(20vw / 3.9);
  }
}
.contact-page--thanks .top-sec-head__row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-page--thanks .contact-page__title {
  text-align: center;
  margin: 0 auto;
  font-size: calc(38vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--thanks .contact-page__title {
    font-size: calc(30vw / 3.9);
  }
}
.contact-page--thanks .contact-page__thanks-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: calc(18vw / 12.8);
  line-height: 1.5;
  color: #39536e;
  text-align: center;
  margin-bottom: calc(20vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--thanks .contact-page__thanks-lead {
    font-size: calc(18vw / 3.9);
    margin-bottom: calc(20vw / 3.9);
  }
}
.contact-page--thanks .contact-page__thanks-body {
  background: rgba(255, 255, 255, 0.72);
  border-radius: calc(5vw / 12.8);
  padding: calc(32vw / 12.8) calc(40vw / 12.8);
  margin-bottom: calc(40vw / 12.8);
  font-size: calc(15vw / 12.8);
  line-height: 1.6;
  color: #666666;
}
.contact-page--thanks .contact-page__thanks-body p + p {
  margin-top: calc(12vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--thanks .contact-page__thanks-body {
    border-radius: calc(5vw / 3.9);
    padding: calc(22vw / 3.9) calc(18vw / 3.9);
    margin-bottom: calc(28vw / 3.9);
    font-size: calc(15vw / 3.9);
  }
  .contact-page--thanks .contact-page__thanks-body p + p {
    margin-top: calc(10vw / 3.9);
  }
}
.contact-page--thanks .contact-page__thanks-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(16vw / 12.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .contact-page--thanks .contact-page__thanks-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(12vw / 3.9);
  }
}
.contact-page--thanks .contact-page__thanks-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10vw / 12.8);
  min-height: calc(58vw / 12.8);
  padding: calc(18vw / 12.8) calc(20vw / 12.8);
  border-radius: calc(10vw / 12.8);
  font-size: calc(16vw / 12.8);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: calc(220vw / 12.8);
}
.contact-page--thanks .contact-page__thanks-btn:hover {
  opacity: 0.88;
}
@media (max-width: 600px) {
  .contact-page--thanks .contact-page__thanks-btn {
    margin: auto;
    width: 90%;
    max-width: calc(320vw / 3.9);
    min-height: calc(50vw / 3.9);
    padding: calc(14vw / 3.9) calc(24vw / 3.9);
    font-size: calc(15vw / 3.9);
    border-radius: calc(8vw / 3.9);
    gap: calc(8vw / 3.9);
  }
}
.contact-page--thanks .contact-page__thanks-btn--primary {
  background-image: linear-gradient(150deg, rgb(255, 160, 169) 33.24%, rgb(126, 219, 253) 85.83%);
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(57, 83, 110, 0.12);
          box-shadow: 0 2px 10px rgba(57, 83, 110, 0.12);
}
.contact-page--thanks .contact-page__thanks-btn--primary img {
  display: block;
  width: calc(20vw / 12.8);
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 600px) {
  .contact-page--thanks .contact-page__thanks-btn--primary img {
    width: calc(18vw / 3.9);
  }
}
.contact-page--thanks .contact-page__thanks-btn--ghost {
  background: #ffffff;
  color: #666666;
  border: 2px solid #666666;
}
.contact-page--thanks .contact-page__thanks-btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}

.contact-page--download .top-sec-head__en {
  text-transform: none;
}
.contact-page--download .contact-page__grid {
  grid-template-columns: calc(458vw / 12.8) calc(500vw / 12.8);
  gap: calc(42vw / 12.8);
  max-width: calc(1000vw / 12.8);
  margin: 0 auto;
}
@media (max-width: 980px) {
  .contact-page--download .contact-page__grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: calc(36vw / 9.8);
  }
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__grid {
    gap: calc(40vw / 3.9);
  }
}
.contact-page--download .contact-page__head {
  margin-bottom: calc(30vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__head {
    margin-bottom: calc(20vw / 3.9);
  }
}
.contact-page--download .contact-page__title {
  font-size: calc(38vw / 12.8);
  line-height: 1.6;
  color: #666666;
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__title {
    font-size: calc(28vw / 3.9);
  }
}
.contact-page--download .contact-page__form-wrap {
  max-width: calc(500vw / 12.8);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 2px 6px rgba(188, 177, 161, 0.2);
          box-shadow: 0 2px 6px rgba(188, 177, 161, 0.2);
}
@media (max-width: 980px) {
  .contact-page--download .contact-page__form-wrap {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__form-wrap {
    padding-top: calc(20vw / 3.9);
  }
}
.contact-page--download .contact-page__form .wpcf7-form {
  gap: calc(15vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__form .wpcf7-form {
    gap: calc(15vw / 3.9);
  }
}
.contact-page--download .contact-page__form label > span:first-child {
  font-size: calc(14vw / 12.8);
  width: calc(18vw / 12.8);
  top: calc(1vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__form label > span:first-child {
    font-size: calc(14vw / 3.9);
    width: calc(18vw / 3.9);
  }
}
.contact-page--download .contact-page__form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 12.8);
  margin-top: calc(10vw / 12.8);
  padding-left: calc(10vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__form .wpcf7-checkbox {
    gap: calc(10vw / 3.9);
    margin-top: calc(8vw / 3.9);
    padding-left: calc(10vw / 3.9);
  }
}
.contact-page--download .contact-page__form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-page--download .contact-page__form .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 12.8);
  padding-left: 0;
  font-weight: 400;
  font-size: calc(17vw / 12.8);
  color: #666666;
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__form .wpcf7-checkbox .wpcf7-list-item label {
    gap: calc(10vw / 3.9);
    font-size: calc(16vw / 3.9);
  }
}
.contact-page--download .contact-page__form .wpcf7-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(14vw / 12.8);
  height: calc(14vw / 12.8);
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #666666;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
}
.contact-page--download .contact-page__form .wpcf7-checkbox input[type=checkbox]:checked {
  background: #39536e;
  border-color: #39536e;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__form .wpcf7-checkbox input[type=checkbox] {
    width: calc(14vw / 3.9);
    height: calc(14vw / 3.9);
  }
}
.contact-page--download .contact-page__form input[type=submit].wpcf7-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10vw / 12.8);
  width: calc(240vw / 12.8);
  letter-spacing: calc(1.8vw / 12.8);
}
.contact-page--download .contact-page__form input[type=submit].wpcf7-submit::after {
  content: "";
  display: block;
  width: calc(20vw / 12.8);
  height: calc(5vw / 12.8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/top/icn-arrow.svg") no-repeat center/contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__form input[type=submit].wpcf7-submit::after {
    width: calc(20vw / 3.9);
    height: calc(5vw / 3.9);
  }
}
@media (max-width: 600px) {
  .contact-page--download .contact-page__form input[type=submit].wpcf7-submit {
    gap: calc(10vw / 3.9);
    letter-spacing: calc(1.8vw / 3.9);
    width: 100%;
  }
}

.contact-page--sales .download-lead__text {
  margin-bottom: calc(18vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--sales .download-lead__text {
    margin-bottom: calc(14vw / 3.9);
  }
}
.contact-page--sales .contact-page__note {
  margin-top: calc(12vw / 12.8);
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .contact-page--sales .contact-page__note {
    margin-top: calc(10vw / 3.9);
  }
}

.download-lead__text {
  margin-bottom: calc(44vw / 12.8);
}
@media (max-width: 600px) {
  .download-lead__text {
    margin-bottom: calc(32vw / 3.9);
  }
}

.download-lead__booklet {
  position: relative;
  width: calc(310vw / 12.8);
  height: calc(182vw / 12.8);
}
@media (max-width: 600px) {
  .download-lead__booklet {
    width: calc(310vw / 3.9);
    height: calc(182vw / 3.9);
  }
}

.contact-page--download-done .contact-page__form-wrap--download-card {
  padding-top: calc(50vw / 12.8);
  padding-bottom: calc(50vw / 12.8);
}
@media (max-width: 600px) {
  .contact-page--download-done .contact-page__form-wrap--download-card {
    padding-top: calc(40vw / 3.9);
    padding-bottom: calc(40vw / 3.9);
  }
}

.download-done-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30vw / 12.8);
  width: 100%;
  max-width: calc(408vw / 12.8);
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 600px) {
  .download-done-card {
    gap: calc(24vw / 3.9);
    max-width: 100%;
  }
}
.download-done-card__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: calc(20vw / 12.8);
  line-height: 1.6;
  letter-spacing: calc(1vw / 12.8);
  color: #39536e;
  text-align: left;
  width: 100%;
}
@media (max-width: 600px) {
  .download-done-card__title {
    font-size: calc(18vw / 3.9);
    letter-spacing: calc(0.9vw / 3.9);
  }
}
.download-done-card__lead {
  margin: 0;
  font-size: calc(15vw / 12.8);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: calc(0.75vw / 12.8);
  color: #39536e;
}
@media (max-width: 600px) {
  .download-done-card__lead {
    font-size: calc(14vw / 3.9);
    letter-spacing: calc(0.7vw / 3.9);
  }
}
.download-done-card__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10vw / 12.8);
  min-width: calc(240vw / 12.8);
  padding: calc(20vw / 12.8) calc(20vw / 12.8) calc(20vw / 12.8) calc(40vw / 12.8);
  border-radius: calc(10vw / 12.8);
  background: #ffa0a9;
  color: #ffffff;
  font-size: calc(18vw / 12.8);
  font-weight: 700;
  letter-spacing: calc(1.8vw / 12.8);
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.download-done-card__btn:hover {
  opacity: 0.88;
}
@media (max-width: 600px) {
  .download-done-card__btn {
    min-width: calc(240vw / 3.9);
    padding: calc(18vw / 3.9) calc(18vw / 3.9) calc(18vw / 3.9) calc(36vw / 3.9);
    border-radius: calc(10vw / 3.9);
    font-size: calc(16vw / 3.9);
    letter-spacing: calc(1.6vw / 3.9);
    gap: calc(10vw / 3.9);
  }
}
.download-done-card__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.download-done-card__btn-icon img {
  display: block;
  width: calc(24vw / 12.8);
  height: calc(24vw / 12.8);
}
@media (max-width: 600px) {
  .download-done-card__btn-icon img {
    width: calc(24vw / 3.9);
    height: calc(24vw / 3.9);
  }
}
.download-done-card__missing {
  margin: 0;
  font-size: calc(14vw / 12.8);
  line-height: 1.6;
  color: #888888;
  text-align: left;
}
@media (max-width: 600px) {
  .download-done-card__missing {
    font-size: calc(13vw / 3.9);
  }
}

.privacy-page {
  padding: calc(135vw / 12.8) 0 calc(120vw / 12.8);
}
@media (max-width: 600px) {
  .privacy-page {
    padding: calc(110vw / 3.9) calc(20vw / 3.9) calc(70vw / 3.9);
  }
}
.privacy-page__inner {
  max-width: calc(1000vw / 12.8);
  margin: 0 auto;
}
@media (max-width: 600px) {
  .privacy-page__inner {
    max-width: 100%;
  }
}
.privacy-page__head {
  margin-bottom: calc(36vw / 12.8);
}
@media (max-width: 600px) {
  .privacy-page__head {
    margin-bottom: calc(28vw / 3.9);
  }
}
.privacy-page__title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(52vw / 12.8);
  font-weight: 700;
  line-height: 1.2;
  color: #666666;
}
@media (max-width: 600px) {
  .privacy-page__title {
    font-size: calc(34vw / 3.9);
  }
}
.privacy-page__content {
  background: rgba(255, 255, 255, 0.86);
  border-radius: calc(8vw / 12.8);
  padding: calc(44vw / 12.8) calc(52vw / 12.8);
  color: #666666;
  font-size: calc(16vw / 12.8);
  line-height: 1.9;
}
@media (max-width: 600px) {
  .privacy-page__content {
    border-radius: calc(8vw / 3.9);
    padding: calc(26vw / 3.9) calc(18vw / 3.9);
    font-size: calc(14vw / 3.9);
    line-height: 1.85;
  }
}
.privacy-page__content p {
  margin: 0;
}
.privacy-page__content p + p {
  margin-top: calc(12vw / 12.8);
}
@media (max-width: 600px) {
  .privacy-page__content p + p {
    margin-top: calc(10vw / 3.9);
  }
}
.privacy-page__content ul {
  margin: calc(12vw / 12.8) 0 0;
  padding-left: 1.4em;
}
@media (max-width: 600px) {
  .privacy-page__content ul {
    margin-top: calc(10vw / 3.9);
  }
}
.privacy-page__content li {
  list-style: disc;
}
.privacy-page__content li + li {
  margin-top: calc(0vw / 12.8);
}
@media (max-width: 600px) {
  .privacy-page__content li + li {
    margin-top: calc(0vw / 3.9);
  }
}
.privacy-page__content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  word-break: break-word;
}
.privacy-page__content address {
  margin: calc(12vw / 12.8) 0 0;
  font-style: normal;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .privacy-page__content address {
    margin-top: calc(10vw / 3.9);
  }
}
.privacy-page__section {
  margin-top: calc(32vw / 12.8);
}
@media (max-width: 600px) {
  .privacy-page__section {
    margin-top: calc(24vw / 3.9);
  }
}
.privacy-page__section h2 {
  margin: 0;
  color: #39536e;
  font-size: calc(24vw / 12.8);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .privacy-page__section h2 {
    font-size: calc(20vw / 3.9);
  }
}
.privacy-page__section h3 {
  margin: 0;
  color: #39536e;
  font-size: calc(20vw / 12.8);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .privacy-page__section h3 {
    font-size: calc(17vw / 3.9);
  }
}
.privacy-page__section h2 + p,
.privacy-page__section h3 + p,
.privacy-page__section h2 + ul,
.privacy-page__section h3 + ul,
.privacy-page__section h2 + dl,
.privacy-page__section h3 + dl {
  margin-top: calc(12vw / 12.8);
}
@media (max-width: 600px) {
  .privacy-page__section h2 + p,
  .privacy-page__section h3 + p,
  .privacy-page__section h2 + ul,
  .privacy-page__section h3 + ul,
  .privacy-page__section h2 + dl,
  .privacy-page__section h3 + dl {
    margin-top: calc(10vw / 3.9);
  }
}
.privacy-page__tail {
  margin-top: calc(14vw / 12.8);
}
@media (max-width: 600px) {
  .privacy-page__tail {
    margin-top: calc(10vw / 3.9);
  }
}

.privacy-cookie {
  margin-top: calc(24vw / 12.8);
  padding-top: calc(18vw / 12.8);
  border-top: 1px dashed #d8d8d8;
}
@media (max-width: 600px) {
  .privacy-cookie {
    margin-top: calc(20vw / 3.9);
    padding-top: calc(14vw / 3.9);
  }
}
.privacy-cookie dl {
  margin: calc(12vw / 12.8) 0 0;
  display: grid;
  grid-template-columns: calc(220vw / 12.8) 1fr;
  gap: calc(10vw / 12.8) calc(20vw / 12.8);
}
@media (max-width: 600px) {
  .privacy-cookie dl {
    margin-top: calc(10vw / 3.9);
    grid-template-columns: 1fr;
    gap: calc(6vw / 3.9);
  }
}
.privacy-cookie dt {
  margin: 0;
  color: #39536e;
  font-weight: 700;
}
.privacy-cookie dd {
  margin: 0;
}