@charset "UTF-8";
/*
Theme Name: HEARTUS
Author: HEARTUS
*/
/*
breakpoints: 1919px, 767px
*/
/*
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  5. Improve media defaults
*/
img, picture, video, canvas, svg {
  max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}

/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/* ==============================================
 * Base style
 */
*, *::before, *::after {
  font-size: inherit;
}

:root {
  --font-jp: "Montserrat", "見出ゴMB31", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  --font-only-jp: "見出ゴMB31", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  --font-no-ts-jp: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  --color-primary: #19217d;
  --color-primary-rgb: 25 33 125;
  --overlay-transition-delay: .7s;
  --overlay-transition-easing: ease-in-out;
  --switch-color-blue: #fff;
  --switch-color-black: #fff;
  --switch-opacity-show-on-white-bg: 0;
  --switch-opacity-show-on-blue-bg: 1;
}
:root body.is-white {
  --switch-color-blue: var(--color-primary);
  --switch-color-black: #000;
  --switch-opacity-show-on-white-bg: 1;
  --switch-opacity-show-on-blue-bg: 0;
}

html {
  font-size: 16px;
}

body {
  font-feature-settings: "palt";
  font-family: var(--font-jp);
  letter-spacing: 0.13em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  background-color: var(--color-primary);
}

#root {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

img,
svg {
  height: auto;
  max-width: 100%;
}
a img,
a svg {
  transition: opacity 0.2s;
}
a:hover img,
a:hover svg {
  opacity: 0.75;
}

svg {
  overflow: visible;
}

a {
  color: var(--color-primary);
}

/* ==============================================
 * animation
 */
@keyframes anim-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes anim-marquee-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes anim-svg-line {
  0% {
    stroke-dashoffset: 1000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
/* ==============================================
 * common styles
 */
.c-font-en {
  letter-spacing: 0.14em;
  font-weight: 600;
}

.c-lte-1024-inline {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-lte-1024-inline {
    display: inline;
  }
}

.c-lte-767-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-lte-767-inline {
    display: inline;
  }
}

.c-lte-374-inline {
  display: none;
}
@media screen and (max-width: 374px) {
  .c-lte-374-inline {
    display: inline;
  }
}

.loading {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("./assets/img/common/bg_grad.webp") 0 center no-repeat;
  background-size: cover;
}

.screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: all var(--overlay-transition-delay) var(--overlay-transition-easing);
  opacity: 0;
}

body.is-white .screen {
  opacity: 1;
}

/* ==============================================
 * form
 */
input, select, textarea, button {
  appearance: none;
  position: relative;
  margin: 0;
  padding: 0.938em 1.313em;
  outline: 0;
  border: 0;
  font-size: 0.813rem;
  font-size: clamp(0.813rem, 0.737rem + 0.3236245955vw, 1.125rem); /* 13px @375px - 18px @1920px */
  letter-spacing: 0.13em;
  color: #000;
  vertical-align: middle;
  max-width: 100%;
  transition: all 0.3s;
  font-weight: bold;
  font-family: var(--font-no-ts-jp) !important;
}

input, textarea {
  background-color: #e8e9ef;
  border-radius: 0;
}

::placeholder {
  color: #b0b3c7;
  transition: color 0.2s;
}

:focus::placeholder {
  color: #c8cad8;
}

/* ==============================================
 * Header
 */
.header__logo {
  position: fixed;
  width: clamp(7.375rem, 4.584rem + 11.9093851133vw, 18.875rem);
  left: clamp(1.25rem, 0.947rem + 1.2944983819vw, 2.5rem);
  top: clamp(0.813rem, 0.6rem + 0.9061488673vw, 1.688rem);
  z-index: 30;
}
.header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity var(--overlay-transition-delay) var(--overlay-transition-easing);
}
.header__logo img.header__logo--white {
  opacity: var(--switch-opacity-show-on-blue-bg);
}
.header__logo img.header__logo--colored {
  opacity: var(--switch-opacity-show-on-white-bg);
}
.header.is-white .header__logo img.header__logo--white {
  opacity: 0;
}
.header.is-white .header__logo img.header__logo--colored {
  opacity: 1;
}

/* ==============================================
 * Footer
 */
.footer {
  background-color: #fff;
}
.footer__copyright {
  margin: -1px 0 0;
  padding: max(80px, min(9.4vw, 180px)) 0 max(20px, min(3.4vw, 65px));
  font-size: 0.563rem;
  font-size: clamp(0.563rem, 0.532rem + 0.1294498382vw, 0.688rem); /* 9px @375px - 11px @1920px */
  letter-spacing: 0.25em;
  font-weight: bold;
  text-align: center;
  color: var(--color-primary);
}

/* ==============================================
 * Front Page
 */
.top-sticky__scroll,
.mv {
  height: 100svh;
  max-height: 67.7vw;
  min-height: max(410px, min(45.8vw, 880px));
}

@media (orientation: portrait) and (max-width: 1024px) {
  .top-sticky__scroll {
    height: auto;
    max-height: none;
    min-height: 0;
  }
}

@media (orientation: portrait) and (max-width: 1024px) {
  .mv {
    max-height: 177.9vw;
    min-height: 133.3vw;
  }
}

.top-sticky__scroll,
.mv__wrap {
  width: min(84vw, 1612px);
  max-width: 100%;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .top-sticky__scroll,
  .mv__wrap {
    width: auto;
    max-width: 100%;
  }
}

.mv {
  position: relative;
  margin-bottom: min(45vw, 300px);
}
.mv__wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 0 8.1svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .mv__wrap {
    display: block;
    justify-content: stretch;
    padding-bottom: 0;
  }
}
.mv__title {
  font-size: 94px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--switch-color-blue);
  transition: color var(--overlay-transition-delay) var(--overlay-transition-easing);
}
@media screen and (max-width: 1920px) {
  .mv__title {
    font-size: 4.9vw;
  }
}
@media (orientation: portrait) and (max-width: 1024px) {
  .mv__title {
    position: absolute;
    top: 10.5%;
    left: 0;
    right: 0;
    font-size: 7.2vw;
    text-align: center;
  }
}
.mv__line {
  overflow: hidden;
  line-height: 1;
  margin-top: 0.4em;
}
.mv__line:first-child {
  margin-top: 0;
}
.mv__line .js-letter {
  display: inline-block;
  opacity: 0;
}
.mv__desc {
  margin-top: max(40px, min(3.5vw, 67px));
  color: var(--switch-color-blue);
  font-size: 0.813rem;
  font-size: clamp(0.813rem, 0.706rem + 0.4530744337vw, 1.25rem); /* 13px @375px - 20px @1920px */
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1.923;
  transition: color var(--overlay-transition-delay) var(--overlay-transition-easing);
}
@media (orientation: portrait) and (max-width: 1024px) {
  .mv__desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22%;
    text-align: center;
  }
}
.mv__btn {
  margin-top: max(24px, min(2.2vw, 42px));
}
@media (orientation: portrait) and (max-width: 1024px) {
  .mv__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12%;
    text-align: center;
  }
}
.mv__btn a {
  display: inline-block;
  padding: 1em 3em;
  font-weight: 800;
  border: 3px solid var(--switch-color-blue);
  color: var(--color-primary);
  font-size: 0.688rem;
  font-size: clamp(0.688rem, 0.596rem + 0.3883495146vw, 1.063rem); /* 11px @375px - 17px @1920px */
  letter-spacing: 0.2em;
  border-radius: 9999px;
  background-color: #fff;
  text-decoration: none;
  transition: border var(--overlay-transition-delay) var(--overlay-transition-easing);
}
@media (orientation: portrait) and (max-width: 1024px) {
  .mv__btn a {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
.mv__catch {
  position: absolute;
  right: calc(50vw - min(8vw, 154px));
  left: auto;
  bottom: min(5vw, 10.4vh);
  transform: rotate(-5deg);
}
@media (orientation: portrait) and (max-width: 1024px) {
  .mv__catch {
    right: auto;
    bottom: auto;
    top: 100%;
    left: 50%;
    transform: rotate(-5deg) translateX(-50%);
  }
}
.mv__catch img {
  display: block;
  width: 718px;
  max-width: 37.4vw;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .mv__catch img {
    width: min(83vw, 550px);
    max-width: none;
  }
}
.mv__illust {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50vw + min(6.5vw, 124px));
  right: 0;
  padding-top: 5vh;
  width: 800px;
  max-width: 41.7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .mv__illust {
    left: 0;
    width: 100%;
    max-width: none;
    top: 17%;
    bottom: 30%;
  }
}
.mv__illust-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mv__br-1366 {
  display: none;
}
@media screen and (max-width: 1366px) {
  .mv__br-1366 {
    display: inline;
  }
}

.mission {
  position: relative;
  margin: 0 0 -12px;
}
.mission__wrap {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  gap: 0 100px;
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mission__wrap {
    column-gap: 0;
    justify-content: space-between;
  }
}
.mission__col-left {
  position: sticky;
  bottom: 0;
  font-size: min(16vw, min(20vh, 216px));
}
.mission__col-right {
  width: min(62.1vw, 1192px);
  min-width: min(62.1vw, 1192px);
}
@media screen and (max-width: 1024px) {
  .mission__col-right {
    width: 78vw;
  }
}
.mission__title {
  width: 1em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  margin: -0.1em -0.1em 0 0;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--switch-color-blue);
  line-height: 1;
  transition: color var(--overlay-transition-delay) var(--overlay-transition-easing);
}
@media screen and (max-width: 1024px) {
  .mission__title {
    margin-left: -0.16em;
  }
}
.mission__img img {
  display: block;
  width: 100%;
}
.mission__text {
  margin: max(110px, min(11.5vw, 220px)) 0 0;
  font-size: 0.813rem;
  font-size: clamp(0.813rem, 0.706rem + 0.4530744337vw, 1.25rem); /* 13px @375px - 20px @1920px */
  line-height: 2.6;
  color: var(--switch-color-black);
  font-weight: bold;
  letter-spacing: 0.13em;
  transition: color var(--overlay-transition-delay) var(--overlay-transition-easing);
}
@media screen and (max-width: 374px) {
  .mission__text {
    padding-right: 2em;
    text-align: justify;
    text-align-last: start;
  }
}
.mission__text p {
  margin-top: 1.3em;
}
.mission__text p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 374px) {
  .mission__text br {
    display: none;
  }
}

.top-sticky__scroll {
  margin: 0 auto;
  position: sticky;
  bottom: 0;
  pointer-events: none;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .top-sticky__scroll {
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    height: min(7.5svh, 50px);
    background: linear-gradient(180deg, rgb(var(--color-primary-rgb)/0) 0%, rgb(var(--color-primary-rgb)/1) 50%);
    z-index: 10;
    opacity: 0;
    transition: background var(--overlay-transition-delay) var(--overlay-transition-easing);
  }
}
.top-sticky__scroll-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 min(9.3vh, 100px);
  color: var(--switch-color-blue);
  font-size: 0.469rem;
  font-size: clamp(0.469rem, 0.355rem + 0.4854368932vw, 0.938rem); /* 7.5px @375px - 15px @1920px */
  letter-spacing: 0.49em;
  font-weight: bold;
  transition: color var(--overlay-transition-delay) var(--overlay-transition-easing);
}
@media (orientation: portrait) and (max-width: 1024px) {
  .top-sticky__scroll-wrap {
    padding-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
  }
}
.top-sticky__scroll-inner {
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: left top;
  line-height: 1;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .top-sticky__scroll-inner {
    transform: none;
  }
}
.top-sticky__scroll-letter {
  display: inline-block;
}
.top-sticky__scroll-line {
  position: absolute;
  bottom: 0;
  left: 0.5em;
  display: block;
  height: min(9.1vh, 98px);
  width: 1px;
  background-color: var(--switch-color-blue);
  transition: background-color var(--overlay-transition-delay) var(--overlay-transition-easing);
  transform-origin: 0% 100%;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .top-sticky__scroll-line {
    left: 50%;
    height: min(3.7svh, 25px);
  }
}
.top-sticky.js-stick .top-sticky__scroll {
  height: 0;
  max-height: none;
  min-height: 0;
}

@media (orientation: portrait) and (max-width: 1024px) {
  body.is-white .top-sticky__scroll {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  }
}

.top-marquee {
  margin: max(110px, min(11.5vw, 220px)) 0 0;
  max-width: 100%;
  color: #2e3484;
  transition: color var(--overlay-transition-delay) var(--overlay-transition-easing);
}
.top-marquee span {
  display: block;
  width: max-content;
  animation-name: anim-marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.top-marquee__small {
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.17rem + 1.9417475728vw, 2.5rem); /* 10px @375px - 40px @1920px */
  letter-spacing: 0.3em;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.top-marquee__small span {
  animation-duration: 40s;
}
.top-marquee__large {
  margin: -0.17em 0 -0.15em;
  font-size: 4.688rem;
  font-size: clamp(4.688rem, 1.274rem + 14.5631067961vw, 18.75rem); /* 75px @375px - 300px @1920px */
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.top-marquee__large span {
  animation-name: anim-marquee-reverse;
  animation-duration: 50s;
}

body.is-white .top-marquee {
  color: #e8e9ef;
}

.about {
  position: relative;
  margin: 0 auto;
  width: 1920px;
  max-width: 100%;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .about {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .about--coding {
    flex-direction: column-reverse;
  }
}
.about__img, .about__text {
  flex: 1;
}
.about__img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__img img {
    width: 480px;
    margin: 0 auto;
  }
}
.about__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .about__text {
    margin: 50px auto 100px;
  }
}
.about__anim {
  margin-top: min(-7.6vw, -146px);
  width: min(16.7vw, 320px);
  height: min(16.7vw, 320px);
}
@media screen and (max-width: 1366px) {
  .about__anim {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__anim {
    width: 180px;
    height: 180px;
  }
}
.about--coding .about__anim {
  margin-top: min(-2.4vw, -46px);
  margin-bottom: min(-1.4vw, -26px);
  width: min(15.6vw, 300px);
  height: min(15.6vw, 300px);
}
@media screen and (max-width: 1366px) {
  .about--coding .about__anim {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .about--coding .about__anim {
    width: 160px;
    height: 160px;
  }
}
.about__anim-lottie {
  width: 100%;
}
.about__title {
  margin-top: max(30px, min(3.1vw, 60px));
  font-size: 2.438rem;
  font-size: clamp(2.438rem, -0.348rem + 4.3526785714vw, 4.875rem); /* 39px @1024px - 78px @1920px */
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--switch-color-blue);
  transition: color var(--overlay-transition-delay) var(--overlay-transition-easing);
}
.about__desc {
  margin-top: max(18px, min(1.8vw, 35px));
  text-align: center;
  font-size: 0.813rem;
  font-size: clamp(0.813rem, 0.737rem + 0.3236245955vw, 1.125rem); /* 13px @375px - 18px @1920px */
  line-height: 2;
  font-weight: bold;
  color: var(--switch-color-black);
  letter-spacing: 0.13em;
  transition: color var(--overlay-transition-delay) var(--overlay-transition-easing);
}

.policy {
  position: relative;
  margin: 0 auto;
  padding: max(90px, min(9.4vw, 180px)) 0 max(90px, min(7.5vw, 144px));
  width: 1920px;
  max-width: 100%;
  overflow: hidden;
}
.policy::before {
  content: "";
  display: block;
  position: absolute;
  right: max(-5.7vw, -110px);
  bottom: max(-2.1vw, -40px);
  width: min(38.8vw, 745px);
  height: min(33.8vw, 648px);
  background: right bottom/contain no-repeat url("./assets/img/common/logo_notext_colored.svg");
  opacity: 0.3;
  transition: opacity var(--overlay-transition-delay) var(--overlay-transition-easing);
}
@media screen and (max-width: 1024px) {
  .policy::before {
    width: 60.5vw;
    height: 57.1vw;
    background: right bottom/contain no-rep;
  }
}
body.is-white .policy::before {
  opacity: 0;
}
.policy__title {
  margin-right: -0.3em;
  text-align: center;
  font-size: min(4.8vw, 84px);
  letter-spacing: 0.05em;
  color: var(--switch-color-blue);
  font-weight: bold;
  transition: color var(--overlay-transition-delay) var(--overlay-transition-easing);
}
@media screen and (max-width: 767px) {
  .policy__title {
    font-size: 8.8vw;
  }
}
.policy__list {
  position: relative;
  margin: max(70px, min(6.3vw, 120px)) auto 0;
  padding-left: 0;
  list-style-type: none;
  width: 1344px;
  max-width: 88vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  .policy__list {
    max-width: 100vw;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .policy__list {
    flex-direction: column;
    row-gap: 88px;
  }
}
.policy__item {
  text-align: center;
  color: var(--switch-color-blue);
  transition: color var(--overlay-transition-delay) var(--overlay-transition-easing);
}
@media screen and (max-width: 1120px) {
  .policy__item {
    flex: 1;
  }
}
.policy__headline {
  margin-bottom: 0.917em;
  font-weight: bold;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.318rem + 0.7766990291vw, 2.25rem); /* 24px @375px - 36px @1920px */
  letter-spacing: 0.1em;
}
.policy__icon {
  width: min(14.3vw, 160px);
  height: min(14.3vw, 160px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .policy__icon {
    width: 106px;
    height: 106px;
  }
}
.policy__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: none;
  stroke: var(--switch-color-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
  stroke-dasharray: 1000px;
  transition: opacity var(--overlay-transition-delay) var(--overlay-transition-easing);
  opacity: 0;
}
.policy__icon.js-trigger svg {
  opacity: 1;
  animation: anim-svg-line 4s ease-in-out;
}
.policy__desc {
  margin: 3.222em 0 0;
  font-size: 0.813rem;
  font-size: clamp(0.813rem, 0.737rem + 0.3236245955vw, 1.125rem); /* 13px @375px - 18px @1920px */
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .policy__desc {
    margin-top: 2.462em;
  }
}
.policy__br-1120 {
  display: none;
}
@media screen and (max-width: 1120px) {
  .policy__br-1120 {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .policy__br-1120 {
    display: none;
  }
}
.policy__catch {
  margin: max(80px, min(7.1vw, 137px)) auto 0;
  width: 302px;
  height: 122px;
  position: relative;
}
.policy__catch img {
  display: block;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity var(--overlay-transition-delay) var(--overlay-transition-easing);
}
.policy__catch img.policy__catch--white {
  opacity: var(--switch-opacity-show-on-blue-bg);
}
.policy__catch img.policy__catch--colored {
  opacity: var(--switch-opacity-show-on-white-bg);
}

.contact {
  padding: max(90px, min(8.5vw, 163px)) 0 1px;
  background-color: #fff;
}
.contact__inner {
  width: 1000px;
  max-width: 88vw;
  margin: 0 auto;
  position: relative;
}
.contact__title {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 1.704rem + 2.3300970874vw, 4.5rem); /* 36px @375px - 72px @1920px */
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  color: var(--color-primary);
}
.contact__desc {
  margin: 41px 0 0;
  font-size: 0.813rem;
  font-size: clamp(0.813rem, 0.737rem + 0.3236245955vw, 1.125rem); /* 13px @375px - 18px @1920px */
  line-height: 2;
  text-align: center;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.13em;
}
.contact__list {
  margin-top: 60px;
  overflow: hidden;
  font-size: 0.813rem;
  font-size: clamp(0.813rem, 0.767rem + 0.1941747573vw, 1rem); /* 13px @375px - 16px @1920px */
}
.contact__list dt,
.contact__list dd {
  margin-top: 1.875em;
}
.contact__list dt:first-of-type,
.contact__list dd:first-of-type {
  margin-top: 0;
}
.contact__list dt {
  float: left;
  clear: left;
  position: relative;
  padding: 1.125em 0 0 1.625em;
  font-weight: bold;
  letter-spacing: 0.13em;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .contact__list dt {
    float: none;
  }
}
.contact__list dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.625em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.contact__list dd {
  margin-left: 11.563em;
}
@media screen and (max-width: 767px) {
  .contact__list dd {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact__list dd:first-of-type {
    margin-top: 10px;
  }
}
.contact__list dd input,
.contact__list dd textarea {
  width: 100%;
}
.contact__list dd textarea {
  height: 10.944em;
}
.contact__submit {
  margin: 45px 0 0;
  text-align: center;
}
.contact__submit input {
  padding-left: 4.167em;
  padding-right: 4.167em;
  background-color: #fff;
  color: var(--color-primary);
  border: 3px solid var(--color-primary);
  border-radius: 9999px;
}
.contact__submit input:hover {
  cursor: pointer;
}
.contact__submit .wpcf7-spinner {
  display: block;
  margin: 5px auto;
}
.contact__submit-wrap {
  display: inline-block;
  position: relative;
  font-size: 0.813rem;
  font-size: clamp(0.813rem, 0.737rem + 0.3236245955vw, 1.125rem); /* 13px @375px - 18px @1920px */
}
.contact__submit-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(1.3em + 3px);
  right: 1.278em;
  width: 0.444em;
  height: 0.722em;
  background: url("./assets/img/common/icon_arrow_01.svg") center center no-repeat;
  background-size: contain;
}
.contact .wpcf7-not-valid-tip,
.contact .wpcf7-response-output {
  font-weight: bold;
}