@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select, option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
body#harmmo {
  min-width: 320px;
  color: #000;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333;
  font-weight: 500;
}
body#harmmo * {
  box-sizing: border-box;
}
body#harmmo img {
  display: block;
  max-width: 100%;
  margin: 0;
}

picture {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

b {
  font-weight: bold;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

a {
  color: inherit;
  text-decoration: none;
}

.material-symbols-outlined {
  vertical-align: middle;
}

.page__frame {
  opacity: 0;
}

.loading {
  background: #F8FBFE;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #fff;
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease;
  background: #F8FBFE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading.is-complete {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .loading__lottie {
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .loading__lottie {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .loading__lottie {
    width: 51.2820512821vw;
  }
}

:root {
  --Harmmo-Green: #00B884;
  --Energy-Yellow:#EBE900;
  --Dark-Green: #00A173;
  --Sub-Text: #4D6B79;
  --Grey: #EFF4FC;
  --Bg-Grey: #F8FBFE;
  --Snow-Blue: #A1DAF7;
  --Text-Link: #497DDC ;
}

.global__header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: top 0.5s ease;
}
@media screen and (min-width: 1001px) {
  .global__header.is-active {
    top: -4.3055555556vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header.is-active {
    top: -62px;
  }
}
@media screen and (min-width: 1001px) {
  .global__header.is-active .global__menu--item::before {
    -webkit-animation: logo 0.3s ease forwards;
    animation: logo 0.3s ease forwards;
  }
}
@media screen and (max-width: 1000px) {
  .global__header.is-active {
    top: -11.5384615385vw;
  }
  .global__header.is-active .global__nav {
    top: 11.5384615385vw;
  }
  .global__header.is-active .header__contents {
    margin-top: 3.8461538462vw;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .global__header--inner {
    padding-top: 1.7361111111vw;
    padding-left: 2.7777777778vw;
    padding-right: 2.7777777778vw;
    height: 9.7222222222vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__header--inner {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__header--inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__header--inner {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1400px) {
  .global__header .global__header--inner {
    height: 136.1111111111px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__header--inner {
    height: 25.1282051282vw;
    padding-top: 3.8461538462vw;
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
  }
}
.global__header .header__tohoku {
  display: block;
}
@media screen and (min-width: 1001px) {
  .global__header .header__tohoku {
    width: 9.1666666667vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1400px) {
  .global__header .header__tohoku {
    width: 128.3333333333px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .header__tohoku {
    width: 24.1025641026vw;
  }
}
.global__header .header__tohoku--image img {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .global__header .header__contents {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .header__contents {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .header__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.5641025641vw;
  }
}
.global__header .header__harmmo {
  display: block;
}
@media screen and (max-width: 1000px) {
  .global__header .header__harmmo {
    width: 30.2564102564vw;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .header__harmmo--image {
    width: 10.2777777778vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .header__harmmo--image {
    width: 148px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .header__harmmo--image {
    width: 27.6923076923vw;
  }
}
.global__header .header__harmmo--image img {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .global__header .global__nav {
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: var(--Harmmo-Green);
    padding-top: 8.4615384615vw;
    padding-bottom: 15.3846153846vw;
    opacity: 0;
    visibility: hidden;
  }
  .global__header .global__nav.open {
    -webkit-animation: open 0.3s ease forwards;
    animation: open 0.3s ease forwards;
  }
  .global__header .global__nav.close {
    -webkit-animation: close 0.3s ease forwards;
    animation: close 0.3s ease forwards;
  }
}
@-webkit-keyframes open {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes open {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes close {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes close {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .global__nav--head {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__nav--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__nav--logo img {
    width: 42.3076923077vw;
  }
}
.global__header .menu__close img {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .global__header .menu__close img {
    width: 10.2564102564vw;
  }
}
.global__header .global__menu {
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu {
    display: flex;
    align-items: center;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__menu {
    overflow: auto;
    margin-top: 6.4102564103vw;
    padding-top: 7.6923076923vw;
    height: 100%;
    padding-left: 10.2564102564vw;
    padding-right: 10.2564102564vw;
  }
}
@media screen and (max-width: 1000px) and (min-width: 767px) {
  .global__header .global__menu {
    padding-left: 78.6666666667px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 767px) {
  .global__header .global__menu {
    padding-right: 78.6666666667px;
  }
}
.global__header .global__menu--item {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--item {
    display: flex;
    align-items: center;
  }
  .global__header .global__menu--item:nth-child(1), .global__header .global__menu--item:nth-child(2), .global__header .global__menu--item:nth-child(3) {
    margin-left: 2.5vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--item:nth-child(1), .global__header .global__menu--item:nth-child(2), .global__header .global__menu--item:nth-child(3) {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--item:nth-child(4) {
    margin-left: 2.7777777778vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--item:nth-child(4) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--item:nth-child(5) {
    margin-left: 3.0555555556vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--item:nth-child(5) {
    margin-left: 44px;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--item:hover .global__menu--link {
    color: var(--Dark-Green);
  }
  .global__header .global__menu--item:hover .global__menu--arrow {
    color: var(--Dark-Green);
  }
  .global__header .global__menu--item:hover .global__menu--logo::after {
    opacity: 1;
  }
  .global__header .global__menu--item:hover .sub__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__menu--item {
    position: relative;
    color: #fff;
    font-size: 4.6153846154vw;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__menu--item.is-active .global__menu--arrow {
    transform: rotate(180deg);
  }
  .global__header .global__menu--item.is-active .sub__menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    margin-bottom: 11.7948717949vw;
  }
}
.global__header .global__menu--logo {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--logo {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    margin-right: 0.2777777778vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--logo {
    width: 24px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--logo {
    height: 24px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--logo {
    margin-right: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__menu--logo {
    display: none;
  }
}
.global__header .global__menu--logo::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.global__header .global__menu--logo::after {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--link {
    transition: color 0.3s ease;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__menu--link {
    display: block;
    width: 100%;
    padding-top: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--arrow {
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--arrow {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__menu--arrow {
    font-size: 6.1538461538vw;
    position: absolute;
    right: 0;
    top: 2.5641025641vw;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--contact {
    width: 13.125vw;
    height: 3.0555555556vw;
    margin-left: 3.3333333333vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--contact {
    width: 189px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--contact {
    height: 44px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--contact {
    margin-left: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__menu--contact {
    padding-bottom: 25.641025641vw;
  }
}
.global__header .global__menu--contactLink {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--contactLink {
    width: 13.125vw;
    height: 3.0555555556vw;
    border-radius: 0.5555555556vw;
    font-size: 0.9027777778vw;
    border-radius: 0.5555555556vw;
    background: var(--Harmmo-Green);
    color: #fff;
    transition: background-color 0.5s ease;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--contactLink {
    width: 189px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--contactLink {
    height: 44px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--contactLink {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--contactLink {
    font-size: 13px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--contactLink {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--contactLink:hover {
    background-color: var(--Dark-Green);
  }
  .global__header .global__menu--contactLink:hover .global__menu--mail {
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__menu--contactLink {
    margin-inline: auto;
    margin-top: 10.2564102564vw;
    margin-bottom: 10.2564102564vw;
    width: 78.4615384615vw;
    height: 13.0769230769vw;
    border-radius: 1.5384615385vw;
    background-color: #fff;
    color: var(--Dark-Green);
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 1000px) and (min-width: 767px) {
  .global__header .global__menu--contactLink {
    margin-top: 78.6666666667px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 767px) {
  .global__header .global__menu--contactLink {
    margin-bottom: 78.6666666667px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 767px) {
  .global__header .global__menu--contactLink {
    width: 601.8px;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .global__menu--mail {
    transition: transform 0.3s ease;
    font-size: 1.6666666667vw;
    margin-right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--mail {
    font-size: 24px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .global__menu--mail {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .global__menu--mail {
    font-size: 4.6153846154vw;
    margin-right: 1.2820512821vw;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .sub__menu {
    box-shadow: 0 0 15px 0 rgba(77, 107, 121, 0.2);
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    top: 3.125vw;
    width: 23.2638888889vw;
    border-radius: 1.6666666667vw;
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
    padding-left: 2.7777777778vw;
    padding-right: 2.7777777778vw;
    display: flex;
    flex-direction: column;
    gap: 1.6666666667vw;
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu {
    top: 45px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu {
    width: 335px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu {
    gap: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .sub__menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.global__header .sub__menu--link {
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .global__header .sub__menu--link:hover {
    color: var(--Dark-Green);
  }
}
@media screen and (min-width: 1001px) {
  .global__header .sub__menu--link {
    display: flex;
    align-items: center;
    font-size: 0.9722222222vw;
    transition: color 0.3s ease;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu--link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1001px) {
  .global__header .sub__menu--link::before {
    content: "";
    display: block;
    width: 0.4861111111vw;
    height: 0.4861111111vw;
    background-color: var(--Harmmo-Green);
    border-radius: 50%;
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu--link::before {
    width: 7px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu--link::before {
    height: 7px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .global__header .sub__menu--link::before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .global__header .sub__menu--link {
    display: flex;
    align-items: center;
    padding-top: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
  .global__header .sub__menu--link::before {
    content: "";
    display: block;
    width: 1.7948717949vw;
    height: 1.7948717949vw;
    background-color: var(--Energy-Yellow);
    border-radius: 50%;
    margin-right: 2.5641025641vw;
  }
}

@media screen and (min-width: 1001px) {
  .sp__menu {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .sp__menu {
    display: flex;
    align-items: center;
  }
}
.sp__menu .sp__menu--contactLink {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34.358974359vw;
  height: 7.1794871795vw;
  border-radius: 1.0256410256vw;
  background-color: var(--Harmmo-Green);
  font-size: 2.5641025641vw;
}
.sp__menu .sp__menu--mail {
  font-size: 3.5897435897vw;
  margin-right: 1.2820512821vw;
}
.sp__menu .hamburgerMenu {
  position: relative;
  cursor: pointer;
  width: 6.1538461538vw;
  margin-left: 3.0769230769vw;
}
.sp__menu .hamburgerMenu img {
  width: 100%;
}

[data-page=zero] .global__menu--logo::before {
  background: url(../img/logo/symbol-logo_HarmmoZERO_mono.svg) no-repeat center/cover;
}
[data-page=zero] .global__menu--logo::after {
  background: url(../img/logo/symbol-logo_HarmmoZERO.svg) no-repeat center/cover;
}

[data-page=bus] .global__menu--logo::before {
  background: url(../img/logo/symbol-logo_HarmmoBus_mono.svg) no-repeat center/cover;
}
[data-page=bus] .global__menu--logo::after {
  background: url(../img/logo/symbol-logo_HarmmoBus.svg) no-repeat center/cover;
}

[data-page=support] .global__menu--logo::before {
  background: url(../img/logo/symbol-logo_HarmmoSupport_mono.svg) no-repeat center/cover;
}
[data-page=support] .global__menu--logo::after {
  background: url(../img/logo/symbol-logo_HarmmoSupport.svg) no-repeat center/cover;
}

@media screen and (min-width: 1001px) {
  .page-zero [data-page=zero] .global__menu--link, .page-zero [data-page=zero] .global__menu--arrow {
    color: var(--Dark-Green);
  }
  .page-zero [data-page=zero] .global__menu--logo::after {
    opacity: 1;
  }
}

@media screen and (min-width: 1001px) {
  .page-bus [data-page=bus] .global__menu--link, .page-bus [data-page=bus] .global__menu--arrow {
    color: var(--Dark-Green);
  }
  .page-bus [data-page=bus] .global__menu--logo::after {
    opacity: 1;
  }
}

@media screen and (min-width: 1001px) {
  .page-support [data-page=support] .global__menu--link, .page-support [data-page=support] .global__menu--arrow {
    color: var(--Dark-Green);
  }
  .page-support [data-page=support] .global__menu--logo::after {
    opacity: 1;
  }
}

.global__footer {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .global__footer {
    padding-left: 6.1111111111vw;
    padding-right: 6.1111111111vw;
    padding-top: 4.1666666667vw;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .global__footer {
    padding-left: 88px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .global__footer {
    padding-right: 88px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .global__footer {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .global__footer {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .global__footer {
    padding-top: 12.3076923077vw;
    padding-bottom: 2.0512820513vw;
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}

.footer__touhoku {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__touhoku {
    width: 10.4166666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .footer__touhoku {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .footer__touhoku {
    width: 30.7692307692vw;
  }
}

.common__button--style {
  background: var(--Harmmo-Green);
  transition: background-color 0.3s ease;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .common__button--style:hover {
    background-color: var(--Dark-Green);
  }
  .common__button--style:hover .common__button--arrowFrame span:nth-child(1) {
    -webkit-animation: arrowMove01 0.3s ease-in-out forwards;
    animation: arrowMove01 0.3s ease-in-out forwards;
  }
  .common__button--style:hover .common__button--arrowFrame span:nth-child(2) {
    -webkit-animation: arrowMove02 0.3s ease-in-out forwards 0.1s;
    animation: arrowMove02 0.3s ease-in-out forwards 0.1s;
  }
}

.common__button--arrowFrame {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .common__button--arrowFrame {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .common__button--arrowFrame {
    width: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .common__button--arrowFrame {
    height: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .common__button--arrowFrame {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .common__button--arrowFrame {
    width: 5.641025641vw;
    height: 5.641025641vw;
    right: 5.1282051282vw;
  }
}
.common__button--arrowFrame .common__button--arrow:nth-child(2) {
  transform: translateX(-100%);
}

@-webkit-keyframes arrowMove01 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(110%);
  }
}

@keyframes arrowMove01 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(110%);
  }
}
@-webkit-keyframes arrowMove02 {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes arrowMove02 {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cta__button--style .cta__button {
  position: relative;
  background-color: var(--Harmmo-Green);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 0 0 #00A173;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta__button--style .cta__button {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .cta__button--style .cta__button {
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cta__button--style .cta__button {
    border-radius: 2.5641025641vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta__button--style .cta__button:hover {
    box-shadow: none;
    transform: translateY(4px);
    background-color: var(--Dark-Green);
  }
}
.cta__button--style .cta__button--mail {
  display: inline-block;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
@media screen and (min-width: 768px) {
  .cta__button--style .cta__button--mail {
    margin-right: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .cta__button--style .cta__button--mail {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cta__button--style .cta__button--mail {
    margin-right: 2.5641025641vw;
  }
}
.cta__button--style .cta__button--down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cta__button--style .cta__button--down {
    right: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .cta__button--style .cta__button--down {
    right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cta__button--style .cta__button--down {
    right: 4.1025641026vw;
  }
}
.cta__button--style .cta__button--cap {
  opacity: 0;
  transform: translateY(20px);
}
.cta__button--style .cta__button--cap.is-active {
  -webkit-animation: bounds 0.5s ease forwards;
  animation: bounds 0.5s ease forwards;
}

@-webkit-keyframes bounds {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  40% {
    opacity: 1;
    transform: translateY(-13px);
  }
  60% {
    opacity: 1;
    transform: translateY(0px);
  }
  80% {
    opacity: 1;
    transform: translateY(-3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounds {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  40% {
    opacity: 1;
    transform: translateY(-13px);
  }
  60% {
    opacity: 1;
    transform: translateY(0px);
  }
  80% {
    opacity: 1;
    transform: translateY(-3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.title__animation {
  overflow: hidden;
}
.title__animation::before {
  content: "";
  display: block;
  background-color: var(--Harmmo-Green);
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.5s ease;
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .title__animation::before {
    width: 5.5555555556vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .title__animation::before {
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .title__animation::before {
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .title__animation::before {
    height: 2.0512820513vw;
    width: 14.8717948718vw;
  }
}
.title__animation.is-active::before {
  opacity: 1;
  transform: translate(-50%, 0);
}
.title__animation.is-active .title__animation--text {
  transform: translateY(0);
  opacity: 1;
}
.title__animation .title__animation--text {
  transition: transform 0.5s ease, opacity 0.7s ease;
  transform: translateY(150%);
  opacity: 0;
}

.common__animation {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 1s ease 0s, transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.common__animation.is-active {
  opacity: 1;
  transform: translateY(0);
}

.marker {
  background: linear-gradient(transparent 60%, #EBE900 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s ease-in-out;
  display: inline;
}
.marker.is-active {
  background-size: 100% 100%;
}

.anchor {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .zoom__icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .zoom__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    transform: translate(25%, 80%);
    width: 23.5897435897vw;
    height: 23.5897435897vw;
    background: url(../img/common/zoom.png) no-repeat center/cover;
  }
}

.pswp {
  --pswp-placeholder-bg: #fff;
}

@media screen and (max-width: 767px) {
  .pswp__container {
    overflow: hidden;
    border-radius: 4.1025641026vw;
    border: 2px solid var(--Grey);
    background: #fff;
    width: 90vw;
    height: 85vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}

@media screen and (max-width: 767px) {
  .pswp__button--close {
    transform: translate(0, 50%);
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    background: url(../img/common/zoom_close.png) no-repeat center/cover;
  }
}
.pswp__button--close svg {
  display: none;
}

.pswp img {
  max-width: none !important;
}

.text__link {
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .text__link:hover {
    color: var(--Harmmo-Green);
  }
}

.flow {
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 11.1111111111vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow {
    padding-top: 160px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.flow .flow__heading {
  font-weight: 600;
  text-align: center;
  line-height: 140%;
  color: var(--Sub-Text);
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow .flow__heading {
    font-size: 3.3333333333vw;
    padding-bottom: 2.5vw;
    margin-bottom: 4.5138888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow .flow__heading {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow .flow__heading {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow .flow__heading {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow__heading {
    font-size: 7.1794871795vw;
    padding-bottom: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .flow .flow__heading span {
    font-size: 3.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow .flow__heading span {
    font-size: 55.3846153846px;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow__heading span {
    font-size: 8.2051282051vw;
  }
}
@media screen and (min-width: 768px) {
  .flow .flow__list {
    display: flex;
    justify-content: center;
    gap: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow .flow__list {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow__list {
    margin-top: 15.3846153846vw;
    margin-left: 6.1538461538vw;
    margin-right: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .flow .flow__item {
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow .flow__item {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow__item {
    display: flex;
  }
  .flow .flow__item:not(:first-of-type) {
    margin-top: 10.2564102564vw;
  }
}
.flow .flow__item:nth-child(2) {
  transition-delay: 0.2s;
}
.flow .flow__item:nth-child(3) {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .flow .flow__item--image {
    flex-shrink: 0;
    width: 37.4358974359vw;
    margin-right: 3.5897435897vw;
  }
}
.flow .flow__item--title {
  font-weight: 600;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .flow .flow__item--title {
    font-size: 1.8055555556vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow .flow__item--title {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow .flow__item--title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow__item--title {
    font-size: 4.358974359vw;
  }
}
.flow .flow__item--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .flow .flow__item--text {
    margin-top: 0.3472222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow .flow__item--text {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .flow .flow__item--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow__item--text {
    margin-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
}

.question {
  position: relative;
  background: var(--Bg-Grey);
}
@media screen and (min-width: 768px) {
  .question {
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question {
    padding-top: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .question {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
@media screen and (min-width: 768px) {
  .question .question__inner {
    max-width: 960px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .question .question__inner {
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}
.question .question__heading {
  font-weight: 600;
  color: var(--Sub-Text);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .question .question__heading {
    font-size: 2.5vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__heading {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__heading {
    font-size: 5.1282051282vw;
    margin-bottom: 6.1538461538vw;
  }
}
.question .question__heading::before {
  content: "";
  display: block;
  background: var(--Snow-Blue);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .question .question__heading::before {
    margin-right: 0.5555555556vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__heading::before {
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__heading::before {
    width: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__heading::before {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__heading::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    margin-right: 3.5897435897vw;
  }
}
.question .question__block {
  background: #fff;
  border: 2px solid var(--Grey);
}
@media screen and (min-width: 768px) {
  .question .question__block {
    border-radius: 1.6666666667vw;
    padding-top: 2.7777777778vw;
    padding-bottom: 2.7777777778vw;
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block {
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__block {
    border-radius: 4.1025641026vw;
    padding: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .question .question__block:not(:first-of-type) {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block:not(:first-of-type) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__block:not(:first-of-type) {
    margin-top: 2.0512820513vw;
  }
}
.question .question__block--title {
  display: flex;
  font-weight: 600;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .question .question__block--title {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__block--title {
    font-size: 3.5897435897vw;
  }
}
.question .question__block--title::before {
  content: "Q";
  color: var(--Harmmo-Green);
  transform: translateY(-2%);
}
@media screen and (min-width: 768px) {
  .question .question__block--title::before {
    font-size: 2.5vw;
    margin-right: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block--title::before {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block--title::before {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__block--title::before {
    font-size: 7.1794871795vw;
    margin-right: 4.1025641026vw;
  }
}
.question .question__block--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .question .question__block--text {
    margin-top: 1.0416666667vw;
    font-size: 1.1111111111vw;
    margin-left: 4.2361111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block--text {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__block--text {
    margin-left: 61px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__block--text {
    margin-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
    margin-left: 10vw;
  }
}
.question .question__button--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .question .question__button--wrapper {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__button--wrapper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__button--wrapper {
    margin-top: 10.2564102564vw;
  }
}
.question .question__button--cap {
  color: var(--Dark-Green);
  font-weight: 600;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .question .question__button--cap {
    margin-bottom: 0.4166666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__button--cap {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__button--cap {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__button--cap {
    font-size: 3.5897435897vw;
    margin-bottom: 1.0256410256vw;
  }
}
.question .question__button {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .question .question__button {
    width: 38.8888888889vw;
    height: 6.1111111111vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__button {
    width: 560px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__button {
    height: 88px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__button {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__button {
    width: 87.6923076923vw;
    height: 15.8974358974vw;
  }
}
@media screen and (min-width: 768px) {
  .question .question__button .material-symbols-outlined {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .question .question__button .material-symbols-outlined {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .question .question__button .material-symbols-outlined {
    font-size: 6.1538461538vw;
  }
}

.breadcrumb {
  background-color: var(--Bg-Grey);
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.breadcrumb .breadcrumb__list {
  display: flex;
  align-items: center;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .breadcrumb .breadcrumb__list {
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 1248px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb__list {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.breadcrumb .breadcrumb__item {
  display: inline-flex;
  align-items: center;
  line-height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .breadcrumb .breadcrumb__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb__item {
    font-size: 13px;
  }
}
.breadcrumb .breadcrumb__item:has(a)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transition: background-color 0.3s ease;
  transform-origin: left center;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb .breadcrumb__item:has(a):hover {
    color: var(--Harmmo-Green);
  }
  .breadcrumb .breadcrumb__item:has(a):hover::before {
    background-color: var(--Harmmo-Green);
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb .breadcrumb__item:first-of-type {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb__item:first-of-type {
    margin-left: 18px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb .breadcrumb__item:not(:first-of-type) {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb__item:not(:first-of-type) {
    margin-left: 20px;
  }
}
.breadcrumb .breadcrumb__item:not(:first-of-type)::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}
@media screen and (min-width: 768px) {
  .breadcrumb .breadcrumb__item:not(:first-of-type)::before {
    width: 8px;
    left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb__item:not(:first-of-type)::before {
    width: 8px;
    left: -14px;
  }
}
.breadcrumb .breadcrumb__item a {
  transition: color 0.3s ease;
}
.breadcrumb .home {
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .breadcrumb .home {
    left: -20px;
    transform: translateY(-55%);
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .home {
    left: -18px;
    transform: translateY(-46%);
    font-size: 14px;
  }
}

.contact__form {
  position: relative;
  background: var(--Bg-Grey);
}
@media screen and (min-width: 768px) {
  .contact__form {
    padding-top: 11.1111111111vw;
    padding-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form {
    padding-top: 160px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .contact__form .contact__form--head {
    width: 66.6666666667vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--head {
    width: 960px;
  }
}
.contact__form .contact__form--heading {
  font-weight: 600;
  color: var(--Sub-Text);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contact__form .contact__form--heading {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .contact__form--heading {
    font-size: 5.1282051282vw;
  }
}
.contact__form .contact__form--heading::before {
  content: "";
  display: block;
  background: var(--Snow-Blue);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .contact__form .contact__form--heading::before {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--heading::before {
    width: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--heading::before {
    height: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--heading::before {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .contact__form--heading::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    margin-right: 3.5897435897vw;
  }
}
.contact__form .contact__form--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .contact__form .contact__form--text {
    font-size: 1.1111111111vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--text {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .contact__form--text {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
}
.contact__form .contact__form--note {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .contact__form .contact__form--note {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--note {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .contact__form--note {
    font-size: 3.5897435897vw;
  }
}
.contact__form .contact__form--note sup {
  color: #F30;
}
.contact__form .contact__form--frame {
  background: #fff;
  border: 2px solid var(--Grey);
}
@media screen and (min-width: 768px) {
  .contact__form .contact__form--frame {
    border-radius: 1.6666666667vw;
    width: 66.6666666667vw;
    margin-inline: auto;
    margin-top: 2.2222222222vw;
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
    padding-left: 13.8888888889vw;
    padding-right: 13.8888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--frame {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--frame {
    width: 960px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--frame {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--frame {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--frame {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--frame {
    padding-left: 200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .contact__form--frame {
    padding-right: 200px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .contact__form--frame {
    margin-top: 6.1538461538vw;
    border-radius: 4.1025641026vw;
    padding: 12.3076923077vw 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .contact__form .zcwf_row:not(:first-of-type) {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_row:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .zcwf_row:not(:first-of-type) {
    margin-top: 4.1025641026vw;
  }
}
.contact__form .zcwf_col_lab {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .contact__form .zcwf_col_lab {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_col_lab {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .zcwf_col_lab {
    font-size: 3.5897435897vw;
  }
}
.contact__form .zcwf_col_fld {
  position: relative;
}
.contact__form .zcwf_col_fld input {
  background-color: var(--Bg-Grey);
  border: 1px solid #C3D4EF;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__form .zcwf_col_fld input {
    border-radius: 0.2777777778vw;
    height: 3.8888888889vw;
    padding-left: 0.5555555556vw;
    padding-right: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_col_fld input {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_col_fld input {
    height: 56px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_col_fld input {
    padding-left: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_col_fld input {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .zcwf_col_fld input {
    border-radius: 1.0256410256vw;
    height: 11.7948717949vw;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
}
.contact__form .zcwf_privacy_inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contact__form .zcwf_privacy_inner {
    align-items: center;
  }
}
.contact__form .zcwf_privacy input:checked + span::before {
  background: url(../img/common/checkbox_active.png) no-repeat center/cover;
}
.contact__form .zcwf_privacy .checkbox__icon {
  position: relative;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact__form .zcwf_privacy .checkbox__icon {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_privacy .checkbox__icon {
    width: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_privacy .checkbox__icon {
    height: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_privacy .checkbox__icon {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .zcwf_privacy .checkbox__icon {
    width: 4.8717948718vw;
    height: 4.8717948718vw;
    margin-right: 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .zcwf_privacy .checkbox__icon span {
    position: relative;
    top: 0.2em;
  }
}
.contact__form .zcwf_privacy .checkbox__icon span::before {
  content: "";
  display: block;
  background: url(../img/common/checkbox.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .contact__form .zcwf_privacy .checkbox__icon span::before {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_privacy .checkbox__icon span::before {
    width: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_privacy .checkbox__icon span::before {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .zcwf_privacy .checkbox__icon span::before {
    width: 4.8717948718vw;
    height: 4.8717948718vw;
  }
}
.contact__form .zcwf_privacy input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.contact__form .zcwf_privacy_txt {
  width: auto;
  line-height: 180%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact__form .zcwf_privacy_txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .zcwf_privacy_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .zcwf_privacy_txt {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .contact__form .flex__column {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .flex__column {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .flex__column {
    margin-top: 6.1538461538vw;
    display: flex;
    flex-direction: column;
    gap: 4.1025641026vw;
  }
}
.contact__form .common__button--style {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact__form .common__button--style {
    border-radius: 0.5555555556vw;
    width: 22.2222222222vw;
    height: 4.4444444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .common__button--style {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .common__button--style {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .common__button--style {
    height: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .common__button--style {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .common__button--style {
    border-radius: 2.0512820513vw;
    width: 100%;
    height: 13.8461538462vw;
    font-size: 3.5897435897vw;
  }
}
.contact__form .common__button--style input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.contact__form .submit__button {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.contact__form .submit__button::before {
  content: "";
  display: block;
  background: url(../img/common/mail.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .contact__form .submit__button::before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    margin-right: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .submit__button::before {
    width: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .submit__button::before {
    height: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .submit__button::before {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .submit__button::before {
    position: relative;
    top: -0.1em;
    width: 5.641025641vw;
    height: 5.641025641vw;
    margin-right: 2.0512820513vw;
  }
}
.contact__form .reset__button--style {
  position: relative;
  background: #6E90A0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact__form .reset__button--style {
    border-radius: 0.5555555556vw;
    width: 15.5555555556vw;
    height: 4.4444444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .reset__button--style {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .reset__button--style {
    width: 224px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .reset__button--style {
    height: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .reset__button--style {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form .reset__button--style {
    border-radius: 2.0512820513vw;
    width: 100%;
    height: 10.2564102564vw;
    font-size: 3.0769230769vw;
  }
}
.contact__form .reset__button--style input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .contact__form .reset__button--style input {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__form .reset__button--style input {
    font-size: 16px;
  }
}
.contact__form .reset__button {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.page__top--frame {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page__top--frame {
    bottom: 2.7777777778vw;
    right: 2.7777777778vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .page__top--frame {
    bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .page__top--frame {
    right: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .page__top--frame {
    width: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .page__top--frame {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page__top--frame {
    width: 13.3333333333vw;
    height: 11.0256410256vw;
    bottom: 5.3846153846vw;
    right: 6.1538461538vw;
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page__top {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page__top {
    width: 60px;
    height: 60px;
  }
  .page__top:hover .page__top--bar path {
    fill: var(--Harmmo-Green);
  }
  .page__top:hover .page__top--arrow {
    bottom: 20px;
  }
  .page__top:hover .page__top--arrow path {
    fill: var(--Harmmo-Green);
  }
  .page__top:hover .page__top--text {
    color: var(--Harmmo-Green);
  }
}
@media screen and (max-width: 767px) {
  .page__top {
    width: 13.3333333333vw;
    height: 11.0256410256vw;
  }
}
.page__top.is-active {
  position: fixed;
  -webkit-animation: show 0.3s ease forwards;
  animation: show 0.3s ease forwards;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page__top.is-active {
    bottom: 2.7777777778vw;
    right: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .page__top.is-active {
    bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .page__top.is-active {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page__top.is-active {
    bottom: 5.3846153846vw;
    right: 6.1538461538vw;
  }
}

.page__top--icon {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page__top--icon {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .page__top--icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.page__top--bar {
  transition: fill 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page__top--bar {
    display: block;
    margin-inline: auto;
    width: 19px;
  }
}
@media screen and (max-width: 767px) {
  .page__top--bar {
    width: 3.5897435897vw;
  }
}

.page__top--arrow {
  transition: fill 0.3s ease, bottom 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page__top--arrow {
    position: absolute;
    left: 50%;
    bottom: 13px;
    transform: translate(-50%, 0);
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page__top--arrow {
    width: 3.0769230769vw;
    margin-top: 1.0256410256vw;
  }
}

.page__top--text {
  color: var(--Sub-Text);
  font-weight: 600;
  transition: color 0.3s ease;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page__top--text {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .page__top--text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page__top--text {
    line-height: 180%;
    font-size: 2.5641025641vw;
  }
}

.topics__results {
  background-color: var(--Grey);
}
@media screen and (min-width: 768px) {
  .topics__results {
    padding-top: 11.1111111111vw;
    padding-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics__results {
    padding-top: 160px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics__results {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .topics__results {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}

@media screen and (min-width: 768px) {
  .topics .topics__inner {
    display: flex;
    align-items: flex-start;
    width: 66.6666666667vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__inner {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__inner {
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}
.topics .topics__heading {
  font-weight: 600;
  color: var(--Sub-Text);
  display: flex;
  align-items: center;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .topics .topics__heading {
    font-size: 2.5vw;
    margin-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__heading {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__heading {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__heading {
    font-size: 5.1282051282vw;
  }
}
.topics .topics__heading::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: var(--Snow-Blue);
}
@media screen and (min-width: 768px) {
  .topics .topics__heading::before {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__heading::before {
    width: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__heading::before {
    height: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__heading::before {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__heading::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    margin-right: 3.5897435897vw;
  }
}
.topics .topics__list--wrapper {
  width: 100%;
  overflow: auto;
}
.topics .topics__list--wrapper.is-none {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .topics .topics__list--wrapper {
    padding-right: 3.6111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__list--wrapper {
    padding-right: 52px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__list--wrapper {
    padding-right: 3.3333333333vw;
    margin-top: 5.1282051282vw;
  }
}
.topics .topics__list--wrapper::-webkit-scrollbar {
  background: #C3D4EF;
}
@media screen and (min-width: 768px) {
  .topics .topics__list--wrapper::-webkit-scrollbar {
    width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__list--wrapper::-webkit-scrollbar {
    width: 3px;
  }
}
.topics .topics__list--wrapper::-webkit-scrollbar-thumb {
  background-color: var(--Harmmo-Green);
}
@media screen and (min-width: 768px) {
  .topics .topics__item:not(:first-of-type) {
    padding-top: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item:not(:first-of-type) {
    padding-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__item:not(:first-of-type) {
    padding-top: 6.1538461538vw;
  }
}
.topics .topics__item--link {
  display: flex;
  position: relative;
  border-bottom: 1px solid #C3D4EF;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics .topics__item--link {
    padding-bottom: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--link {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__item--link {
    padding-bottom: 5.1282051282vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .topics .topics__item--link:hover .topics__item--image img {
    transform: scale(1.1);
  }
  .topics .topics__item--link:hover .topics__item--title {
    color: var(--Dark-Green);
  }
  .topics .topics__item--link:hover .topics__item--arrowFrame {
    background-color: var(--Dark-Green);
  }
  .topics .topics__item--link:hover .topics__item--arrowFrame span:nth-child(1) {
    -webkit-animation: topicsArrowMove01 0.3s ease-in-out forwards;
    animation: topicsArrowMove01 0.3s ease-in-out forwards;
  }
  .topics .topics__item--link:hover .topics__item--arrowFrame span:nth-child(2) {
    -webkit-animation: topicsArrowMove02 0.3s ease-in-out forwards 0.1s;
    animation: topicsArrowMove02 0.3s ease-in-out forwards 0.1s;
  }
}
.topics .topics__item--image {
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .topics .topics__item--image {
    width: 11.1111111111vw;
    border-radius: 0.5555555556vw;
    margin-right: 2.3611111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--image {
    width: 160px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--image {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--image {
    margin-right: 34px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__item--image {
    width: 25.641025641vw;
    border-radius: 2.0512820513vw;
    margin-right: 4.1025641026vw;
  }
}
.topics .topics__item--image img {
  transition: transform 0.3s ease;
}
.topics .topics__item--info {
  display: flex;
  align-items: center;
}
.topics .topics__item--tag {
  border: 1px solid var(--Harmmo-Green);
  color: var(--Dark-Green);
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .topics .topics__item--tag {
    font-size: 0.8333333333vw;
    padding-top: 0.4166666667vw;
    padding-bottom: 0.4166666667vw;
    padding-left: 0.8333333333vw;
    padding-right: 0.8333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--tag {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--tag {
    padding-top: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--tag {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--tag {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--tag {
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__item--tag {
    font-size: 2.5641025641vw;
    padding: 1.0256410256vw 2.0512820513vw;
  }
}
.topics .topics__item--time {
  color: var(--Sub-Text);
}
@media screen and (min-width: 768px) {
  .topics .topics__item--time {
    font-size: 0.9722222222vw;
    margin-left: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--time {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--time {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__item--time {
    font-size: 3.0769230769vw;
    margin-left: 4.1025641026vw;
  }
}
.topics .topics__item--title {
  font-weight: 600;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 180%;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .topics .topics__item--title {
    margin-top: 0.9027777778vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--title {
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__item--title {
    font-size: 3.0769230769vw;
    margin-top: 1.0256410256vw;
  }
}
.topics .topics__item--desp {
  color: var(--Sub-Text);
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .topics .topics__item--desp {
    margin-top: 0.5555555556vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--desp {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--desp {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__item--desp {
    margin-top: 1.2820512821vw;
    font-size: 2.5641025641vw;
  }
}
.topics .topics__item--arrowFrame {
  position: relative;
  overflow: hidden;
  background-color: var(--Harmmo-Green);
  position: absolute;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .topics .topics__item--arrowFrame {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    right: 0;
    top: 2.2222222222vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--arrowFrame {
    width: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--arrowFrame {
    height: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--arrowFrame {
    top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--arrowFrame {
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__item--arrowFrame {
    display: none;
  }
}
.topics .topics__item--arrowFrame span {
  color: #fff;
  position: absolute;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .topics .topics__item--arrowFrame span {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--arrowFrame span {
    width: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--arrowFrame span {
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__item--arrowFrame span {
    font-size: 20px;
  }
}
.topics .topics__item--arrowFrame .topics__item--arrow:nth-child(2) {
  transform: translate(-200%, -50%);
}
@media screen and (min-width: 768px) {
  .topics .topics__button--wrapper {
    width: 66.6666666667vw;
    margin-inline: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__button--wrapper {
    width: 960px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__button--wrapper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__button--wrapper {
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
    margin-top: 6.1538461538vw;
  }
}
.topics .topics__button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .topics .topics__button {
    margin-top: 1.7361111111vw;
    width: 22.2222222222vw;
    height: 4.7222222222vw;
    font-size: 1.25vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__button {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__button {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__button {
    height: 68px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__button {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__button {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__button {
    width: 100%;
    height: 13.8461538462vw;
    font-size: 3.5897435897vw;
    border-radius: 2.0512820513vw;
    margin-top: 6.1538461538vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .topics .topics__button:hover {
    background-color: var(--Dark-Green);
  }
  .topics .topics__button:hover .common__button--arrowFrame span:nth-child(1) {
    -webkit-animation: arrowMove01 0.3s ease-in-out forwards;
    animation: arrowMove01 0.3s ease-in-out forwards;
  }
  .topics .topics__button:hover .common__button--arrowFrame span:nth-child(2) {
    -webkit-animation: arrowMove02 0.3s ease-in-out forwards 0.1s;
    animation: arrowMove02 0.3s ease-in-out forwards 0.1s;
  }
}
@media screen and (min-width: 768px) {
  .topics .topics__button .small {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__button .small {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .topics .topics__button--text {
    position: relative;
    left: -0.2777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__button--text {
    left: -4px;
  }
}
.topics .topics__button--arrow {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .topics .topics__button--arrow {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topics .topics__button--arrow {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics__button--arrow {
    font-size: 5.641025641vw;
  }
}

@-webkit-keyframes topicsArrowMove01 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(110%, -50%);
  }
}

@keyframes topicsArrowMove01 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(110%, -50%);
  }
}
@-webkit-keyframes topicsArrowMove02 {
  0% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes topicsArrowMove02 {
  0% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.result {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .result {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .result {
    margin-top: 20.5128205128vw;
  }
}
@media screen and (min-width: 768px) {
  .result .result__inner {
    margin-left: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .result .result__inner {
    padding-left: 6.1538461538vw;
  }
}
.result .result__heading {
  font-weight: 600;
  color: var(--Sub-Text);
  display: flex;
  align-items: center;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .result .result__heading {
    font-size: 2.5vw;
    margin-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__heading {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__heading {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__heading {
    font-size: 5.1282051282vw;
  }
}
.result .result__heading::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: var(--Snow-Blue);
}
@media screen and (min-width: 768px) {
  .result .result__heading::before {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__heading::before {
    width: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__heading::before {
    height: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__heading::before {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__heading::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    margin-right: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .result .result__list {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__list {
    margin-top: 6.1538461538vw;
  }
}
.result .result__item--link {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .result .result__item--link {
    border-radius: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--link {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__item--link {
    border-radius: 4.1025641026vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .result .result__item--link:hover .result__item--image img {
    transform: scale(1.1);
  }
  .result .result__item--link:hover .result__item--title {
    color: var(--Dark-Green);
  }
}
.result .result__item--image {
  overflow: hidden;
}
.result .result__item--image img {
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .result .result__item--contents {
    padding-top: 1.3888888889vw;
    padding-bottom: 1.9444444444vw;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--contents {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--contents {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--contents {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--contents {
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__item--contents {
    padding: 5.1282051282vw 4.1025641026vw;
  }
}
.result .result__tags {
  display: flex;
}
@media screen and (min-width: 768px) {
  .result .result__tags {
    gap: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__tags {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__tags {
    gap: 2.0512820513vw;
  }
}
.result .result__tags--item {
  border-radius: 2px;
  background: #E4F2EC;
  font-weight: 500;
  color: var(--Dark-Green);
}
@media screen and (min-width: 768px) {
  .result .result__tags--item {
    padding-top: 0.5555555556vw;
    padding-bottom: 0.5555555556vw;
    padding-left: 0.8333333333vw;
    padding-right: 0.8333333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__tags--item {
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__tags--item {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__tags--item {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__tags--item {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__tags--item {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__tags--item {
    padding: 1.0256410256vw 2.0512820513vw;
    font-size: 2.5641025641vw;
  }
}
.result .result__item--title {
  font-weight: bold;
  line-height: 180%;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .result .result__item--title {
    margin-top: 1.0416666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--title {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__item--title {
    font-size: 3.5897435897vw;
    margin-top: 2.0512820513vw;
  }
}
.result .result__item--block {
  border-left-style: solid;
  border-left-color: #C3D4EF;
}
@media screen and (min-width: 768px) {
  .result .result__item--block {
    margin-top: 1.1111111111vw;
    border-left-width: 0.2777777778vw;
    padding-left: 0.9722222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--block {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--block {
    border-left-width: 4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--block {
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__item--block {
    margin-top: 4.1025641026vw;
    border-left-width: 1.0256410256vw;
    padding-left: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .result .result__item--place {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--place {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__item--place {
    font-size: 3.0769230769vw;
  }
}
.result .result__item--address {
  color: var(--Sub-Text);
}
@media screen and (min-width: 768px) {
  .result .result__item--address {
    font-size: 0.8333333333vw;
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--address {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__item--address {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__item--address {
    font-size: 2.5641025641vw;
    margin-top: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .result .splide__arrows {
    display: flex;
    gap: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .splide__arrows {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .result .splide__arrows {
    display: none;
  }
}
.result .splide__arrow {
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: var(--Harmmo-Green);
}
@media screen and (min-width: 768px) {
  .result .splide__arrow {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .splide__arrow {
    width: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .splide__arrow {
    height: 64px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .result .splide__arrow:not(:disabled):hover {
    opacity: 1;
    background-color: var(--Dark-Green);
    color: #fff;
  }
}
.result .splide__arrow:disabled {
  cursor: auto;
  color: #C3D4EF;
}
@media screen and (min-width: 768px) {
  .result .result__flex {
    margin-top: 2.7777777778vw;
    width: 66.6666666667vw;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__flex {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__flex {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__flex {
    margin-top: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}
.result .result__button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .result .result__button {
    margin-left: auto;
    width: 22.2222222222vw;
    height: 4.7222222222vw;
    font-size: 1.25vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__button {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__button {
    height: 68px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__button {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__button {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__button {
    width: 100%;
    height: 13.8461538462vw;
    font-size: 3.5897435897vw;
    border-radius: 2.0512820513vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .result .result__button:hover {
    background-color: var(--Dark-Green);
  }
  .result .result__button:hover .common__button--arrowFrame span:nth-child(1) {
    -webkit-animation: arrowMove01 0.3s ease-in-out forwards;
    animation: arrowMove01 0.3s ease-in-out forwards;
  }
  .result .result__button:hover .common__button--arrowFrame span:nth-child(2) {
    -webkit-animation: arrowMove02 0.3s ease-in-out forwards 0.1s;
    animation: arrowMove02 0.3s ease-in-out forwards 0.1s;
  }
}
@media screen and (min-width: 768px) {
  .result .result__button .small {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__button .small {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .result .result__button--text {
    position: relative;
    left: -0.2777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__button--text {
    left: -4px;
  }
}
.result .result__button--arrow {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .result .result__button--arrow {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .result .result__button--arrow {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .result .result__button--arrow {
    font-size: 5.641025641vw;
  }
}