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

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

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

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

li {
  list-style: none;
}

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

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

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

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

/*======================*/
body {
  font-family: "Lato", "Noto Sans Japanese", "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #111;
}

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

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

body {
  background-color: #F9F9F0;
}
@media (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}

main {
  background-color: #F9F9F0;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.tab-only {
  display: none;
}

@media (min-width: 981px) {
  .sp-only, .tab-only {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .pc-only, .sp-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
}
@media (max-width: 600px) {
  .pc-only, .tab-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}
.top_mv {
  position: relative;
  background-color: #f9f9f0;
  overflow: hidden;
  background-image: url(../img/top/fv-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
@media (max-height: calc(890vw / 14.4)) {
  .top_mv {
    height: 100vh;
  }
}
@media (max-width: 980px) {
  .top_mv {
    background-image: url(../img/top/fv-bg-sp.webp);
  }
}
@media (max-width: 600px) {
  .top_mv {
    background-image: url(../img/top/fv-bg-sp.webp);
    overflow: visible;
  }
}
.top_mv_content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  min-height: calc(890vw / 14.4);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-height: calc(890vw / 14.4)) {
  .top_mv_content {
    -webkit-transform: scale(min(1, 100vh / calc(890vw / 14.4)));
            transform: scale(min(1, 100vh / calc(890vw / 14.4)));
  }
}
@media (max-width: 600px) {
  .top_mv_content {
    padding-bottom: calc(194vw / 3.9);
  }
}
.top_mv_title {
  position: absolute;
  height: auto;
  margin: 0 auto;
  width: calc(536vw / 14.4);
  top: calc(47vw / 14.4);
  left: calc(36vw / 14.4);
  z-index: 5;
  -webkit-animation: fadein 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s both;
          animation: fadein 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s both;
}
@media (max-width: 980px) {
  .top_mv_title {
    width: calc(300vw / 9.8);
    top: calc(15vw / 9.8);
    left: calc(10vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_mv_title {
    width: calc(268vw / 3.9);
    top: calc(15vw / 3.9);
    left: calc(10vw / 3.9);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px) rotate(-2deg);
            transform: translateY(-40px) rotate(-2deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px) rotate(-2deg);
            transform: translateY(-40px) rotate(-2deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
.top_mv_service {
  position: absolute;
  width: calc(285vw / 14.4);
  height: calc(291vw / 14.4);
  top: calc(57vw / 14.4);
  left: calc(572vw / 14.4);
  z-index: 5;
}
@media (max-width: 980px) {
  .top_mv_service {
    width: calc(178vw / 9.8);
    height: calc(168vw / 9.8);
    top: calc(66vw / 9.8);
    right: calc(80vw / 9.8);
    left: unset;
  }
}
@media (max-width: 600px) {
  .top_mv_service {
    width: calc(154vw / 3.9);
    height: calc(170vw / 3.9);
    top: calc(66vw / 3.9);
    right: calc(0vw / 3.9);
    left: unset;
  }
}
.top_mv_slider {
  padding-top: calc(330vw / 14.4);
  padding-bottom: calc(60vw / 14.4);
  padding-left: calc(65vw / 14.4);
  position: relative;
  overflow: visible;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
@media (max-width: 980px) {
  .top_mv_slider {
    padding-top: calc(330vw / 9.8);
    padding-bottom: calc(60vw / 9.8);
    padding-left: calc(65vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_mv_slider {
    padding-top: calc(148vw / 3.9);
    padding-bottom: calc(30vw / 3.9);
    padding-left: calc(10vw / 3.9);
  }
}
.top_mv_slider_track {
  position: relative;
  width: 100%;
  max-width: calc(800vw / 14.4);
  height: calc(500vw / 14.4);
}
@media (max-width: 980px) {
  .top_mv_slider_track {
    max-width: calc(800vw / 9.8);
    height: calc(500vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_mv_slider_track {
    max-width: calc(278vw / 3.9);
    height: calc(180vw / 3.9);
  }
}
.top_mv_slider_slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
  max-width: calc(800vw / 14.4);
  height: calc(500vw / 14.4);
}
@media (max-width: 980px) {
  .top_mv_slider_slide {
    max-width: calc(800vw / 9.8);
    height: calc(500vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_mv_slider_slide {
    max-width: calc(278vw / 3.9);
    height: calc(180vw / 3.9);
  }
}
.top_mv_slider_slide.is-current {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-2deg);
          transform: translate(-50%, -50%) rotate(-2deg);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.top_mv_slider_slide.is-next {
  z-index: 2;
  opacity: 0.95;
  -webkit-transform: translate(calc(-50% + 10px), calc(-50% - 30px)) rotate(2deg);
          transform: translate(calc(-50% + 10px), calc(-50% - 30px)) rotate(2deg);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
@media (max-width: 980px) {
  .top_mv_slider_slide.is-next {
    -webkit-transform: translate(calc(-50% + 10px), calc(-50% - 30px)) rotate(2deg);
            transform: translate(calc(-50% + 10px), calc(-50% - 30px)) rotate(2deg);
  }
}
@media (max-width: 600px) {
  .top_mv_slider_slide.is-next {
    -webkit-transform: translate(calc(-50% + 5px), calc(-50% - 10px)) rotate(2deg);
            transform: translate(calc(-50% + 5px), calc(-50% - 10px)) rotate(2deg);
  }
}
.top_mv_slider_slide.is-prev {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.top_mv_slider_slide.is-exiting {
  z-index: 4;
  opacity: 1;
  pointer-events: none;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translate(calc(-50% - 150px), -50%) rotate(-85deg);
          transform: translate(calc(-50% - 150px), -50%) rotate(-85deg);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  opacity: 0;
}
.top_mv_slider_slide.is-entering {
  z-index: 3;
  opacity: 1;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(2deg);
          transform: translate(-50%, -50%) rotate(2deg);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.top_mv_slider_inner {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: calc(12vw / 14.4);
  overflow: hidden;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  max-width: calc(800vw / 14.4);
  height: calc(500vw / 14.4);
}
@media (max-width: 980px) {
  .top_mv_slider_inner {
    max-width: calc(800vw / 9.8);
    height: calc(500vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_mv_slider_inner {
    max-width: calc(278vw / 3.9);
    height: calc(180vw / 3.9);
    border-radius: calc(6vw / 3.9);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }
}
.top_mv_slider_inner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  border: 6px solid #ffffff;
}
@media (max-width: 600px) {
  .top_mv_slider_inner img {
    border: 3px solid #ffffff;
  }
}
.top_mv_slider .is-current .top_mv_slider_inner,
.top_mv_slider .is-entering .top_mv_slider_inner {
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 600px) {
  .top_mv_slider .is-current .top_mv_slider_inner,
  .top_mv_slider .is-entering .top_mv_slider_inner {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }
}
.top_mv .top_mv_voice {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_mv .top_mv_voice--1 {
  top: calc(70vw / 14.4);
  right: calc(295vw / 14.4);
}
@media (max-width: 980px) {
  .top_mv .top_mv_voice--1 {
    top: calc(70vw / 9.8);
    right: calc(295vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_mv .top_mv_voice--1 {
    top: unset;
    bottom: calc(84vw / 3.9);
    right: calc(10vw / 3.9);
  }
}
.top_mv .top_mv_voice--1 .top_mv_voice_txt {
  width: calc(258vw / 14.4);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: scalein 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.2s both;
          animation: scalein 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.2s both;
}
@media (max-width: 600px) {
  .top_mv .top_mv_voice--1 .top_mv_voice_txt {
    width: calc(160vw / 3.9);
  }
}
.top_mv .top_mv_voice--1 .top_mv_voice_img {
  width: calc(190vw / 14.4);
  margin-top: calc(-45vw / 14.4);
  z-index: 5;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 600px) {
  .top_mv .top_mv_voice--1 .top_mv_voice_img {
    width: calc(65vw / 3.9);
    margin-top: calc(-25vw / 3.9);
    margin-left: calc(100vw / 3.9);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.top_mv .top_mv_voice--2 {
  bottom: calc(230vw / 14.4);
  right: calc(80vw / 14.4);
}
@media (max-width: 600px) {
  .top_mv .top_mv_voice--2 {
    bottom: calc(-18vw / 3.9);
    right: calc(60vw / 3.9);
  }
}
.top_mv .top_mv_voice--2 .top_mv_voice_txt {
  width: calc(228vw / 14.4);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: scalein 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both;
          animation: scalein 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both;
}
@media (max-width: 600px) {
  .top_mv .top_mv_voice--2 .top_mv_voice_txt {
    width: calc(167vw / 3.9);
  }
}
.top_mv .top_mv_voice--2 .top_mv_voice_img {
  width: calc(141vw / 14.4);
  margin-top: calc(-70vw / 14.4);
  margin-left: calc(200vw / 14.4);
  z-index: 5;
}
@media (max-width: 600px) {
  .top_mv .top_mv_voice--2 .top_mv_voice_img {
    width: calc(52vw / 3.9);
    margin-top: calc(-41vw / 3.9);
    margin-left: calc(170vw / 3.9);
  }
}
.top_mv .top_mv_voice--3 {
  bottom: calc(110vw / 14.4);
  right: calc(135vw / 14.4);
}
@media (max-width: 600px) {
  .top_mv .top_mv_voice--3 {
    bottom: calc(56vw / 3.9);
    right: calc(191vw / 3.9);
  }
}
.top_mv .top_mv_voice--3 .top_mv_voice_txt {
  width: calc(247vw / 14.4);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: scalein 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s both;
          animation: scalein 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s both;
}
@media (max-width: 600px) {
  .top_mv .top_mv_voice--3 .top_mv_voice_txt {
    width: calc(184vw / 3.9);
  }
}
.top_mv .top_mv_voice--3 .top_mv_voice_img {
  width: calc(166vw / 14.4);
  margin-top: calc(-87vw / 14.4);
  margin-right: calc(240vw / 14.4);
  z-index: 5;
}
@media (max-width: 600px) {
  .top_mv .top_mv_voice--3 .top_mv_voice_img {
    width: calc(72vw / 3.9);
    margin-top: calc(-25vw / 3.9);
    margin-right: calc(114vw / 3.9);
  }
}

@-webkit-keyframes scalein {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scalein {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top_lead_content {
  width: calc(1030vw / 14.4);
  margin: 0 auto;
}
@media (max-width: 600px) {
  .top_lead_content {
    width: calc(360vw / 3.9);
  }
}

.top_lead_copy {
  font-weight: 700;
  font-size: calc(28vw / 14.4);
  line-height: 160%;
  letter-spacing: 10%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 600px) {
  .top_lead_copy {
    font-size: calc(16vw / 3.9);
    color: #5C441D;
  }
}
.top_lead_copy span {
  color: #F3992B;
  font-size: calc(36vw / 14.4);
}
@media (max-width: 600px) {
  .top_lead_copy span {
    font-size: calc(19vw / 3.9);
  }
}

.top_lead_text1 {
  font-weight: 500;
  font-size: calc(18vw / 14.4);
  line-height: 200%;
  letter-spacing: 10%;
  margin-left: calc(30vw / 14.4);
  width: calc(907vw / 14.4);
  margin-top: calc(30vw / 14.4);
}
@media (max-width: 600px) {
  .top_lead_text1 {
    font-size: calc(15vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(10vw / 3.9);
    width: calc(360vw / 3.9);
    line-height: 180%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 3%;
  }
}

.top_lead_text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(40vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .top_lead_text2 {
    gap: calc(10vw / 3.9);
    margin-top: calc(-10vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_lead_text2_img {
  width: calc(382vw / 14.4);
}
@media (max-width: 600px) {
  .top_lead_text2_img {
    width: calc(360vw / 3.9);
  }
}

.top_lead_text2_text {
  font-size: calc(18vw / 14.4);
  line-height: 200%;
  letter-spacing: 10%;
  font-weight: 500;
  width: calc(572vw / 14.4);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 600px) {
  .top_lead_text2_text {
    font-size: calc(15vw / 3.9);
    line-height: 180%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 3%;
    width: calc(360vw / 3.9);
  }
}

.top_office {
  background-image: url(../img/top/top-office-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding: calc(150vw / 14.4) 0 calc(320vw / 14.4) 0;
}
@media (max-width: 980px) {
  .top_office {
    padding: calc(130vw / 9.8) 0 calc(20vw / 9.8) 0;
  }
}
@media (max-width: 600px) {
  .top_office {
    padding: calc(90vw / 3.9) 0 calc(20vw / 3.9) 0;
    margin-top: calc(30vw / 3.9);
    background-image: url(../img/top/top-office-bg-sp.webp);
  }
}
.top_office_inner {
  width: calc(1030vw / 14.4);
  margin: 0 auto;
}
@media (max-width: 600px) {
  .top_office_inner {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #B2D246), to(#f9f9f0));
    background: linear-gradient(to bottom, #B2D246 80%, #f9f9f0);
    padding-bottom: calc(80vw / 3.9);
  }
}
.top_office_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: calc(20vw / 14.4);
}
@media (max-width: 980px) {
  .top_office_guide {
    margin-bottom: calc(20vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_office_guide {
    margin-bottom: calc(20vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(10vw / 3.9);
  }
}
.top_office_guide_link {
  font-weight: 700;
  font-size: calc(16vw / 14.4);
  line-height: 160%;
  letter-spacing: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
  background-color: #ffffff;
  border-radius: 999px;
  padding: calc(9vw / 14.4) calc(29vw / 14.4) calc(9vw / 14.4) calc(16vw / 14.4);
}
@media (max-width: 980px) {
  .top_office_guide_link {
    gap: calc(10vw / 9.8);
    font-size: calc(16vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_office_guide_link {
    gap: calc(10vw / 3.9);
    font-size: calc(16vw / 3.9);
    padding: calc(9vw / 3.9) calc(29vw / 3.9) calc(9vw / 3.9) calc(16vw / 3.9);
  }
}
.top_office_guide_link_icon {
  font-size: calc(20vw / 14.4);
  color: #fff;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 700;
  background-color: #B9D658;
  width: calc(32vw / 14.4);
  height: calc(32vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media (max-width: 980px) {
  .top_office_guide_link_icon {
    font-size: calc(20vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_office_guide_link_icon {
    font-size: calc(20vw / 3.9);
    width: calc(32vw / 3.9);
    height: calc(32vw / 3.9);
  }
}
.top_office_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(30vw / 14.4);
}
@media (max-width: 980px) {
  .top_office_cards {
    gap: calc(30vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_office_cards {
    gap: calc(30vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_office_card {
  width: calc(500vw / 14.4);
  height: calc(400vw / 14.4);
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: rotate(3deg) scale(0.85);
          transform: rotate(3deg) scale(0.85);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
@media (max-width: 600px) {
  .top_office_card {
    width: calc(360vw / 3.9);
    height: auto;
    margin: auto;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_office_card.is-inview {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}
.top_office_card:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.top_office_card:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.top_office_card:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top_office_card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(190vw / 14.4);
}
@media (max-width: 980px) {
  .top_office_card_header {
    height: calc(190vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_office_card_header {
    display: none;
  }
}
.top_office_card_header_img {
  width: calc(236vw / 14.4);
  border: 3px solid #fff;
  overflow: hidden;
  border-radius: 20px 0 0 0;
}
.top_office_card_header_map {
  width: calc(264vw / 14.4);
  height: calc(190vw / 14.4);
  border: 3px solid #fff;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  .top_office_card_header_map {
    height: calc(190vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_office_card_header_map {
    height: calc(190vw / 3.9);
  }
}
.top_office_card_body {
  padding: calc(10vw / 14.4) 0;
}
.top_office_card_body:hover {
  opacity: 1;
}
.top_office_card_body:hover .top_office_card_title::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 600px) {
  .top_office_card_body {
    padding: calc(25vw / 3.9) calc(15vw / 3.9);
  }
}
.top_office_card_title {
  font-size: calc(30vw / 14.4);
  line-height: 160%;
  letter-spacing: 10%;
  font-weight: 700;
  color: #F3992B;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-indent: -4.5em;
  padding-left: 4.5em;
  margin-left: calc(30vw / 14.4);
  margin-top: calc(5vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: calc(30vw / 14.4);
}
@media (max-width: 980px) {
  .top_office_card_title {
    font-size: calc(30vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_office_card_title {
    font-size: calc(26vw / 3.9);
    margin-left: calc(0vw / 3.9);
    margin-top: calc(0vw / 3.9);
    padding-right: calc(0vw / 3.9);
    text-indent: 0;
    padding-left: calc(5vw / 3.9);
    text-underline-offset: 8px;
  }
}
.top_office_card_title::after {
  content: "";
  width: calc(62vw / 14.4);
  height: calc(62vw / 14.4);
  background-image: url(../img/common/arrow-oragewhite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (max-width: 600px) {
  .top_office_card_title::after {
    width: calc(50vw / 3.9);
    height: calc(50vw / 3.9);
  }
}
.top_office_card_title--leaf {
  text-indent: -5.5em;
  padding-left: 5.5em;
}
@media (max-width: 600px) {
  .top_office_card_title--leaf {
    text-indent: 0;
    padding-left: 0;
  }
}
.top_office_card_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(20vw / 14.4);
  margin-top: calc(25vw / 14.4);
  margin-left: calc(25vw / 14.4);
}
@media (max-width: 600px) {
  .top_office_card_bottom {
    margin-left: calc(0vw / 3.9);
    margin-top: calc(15vw / 3.9);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(0vw / 3.9);
  }
}
.top_office_card_tel_fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  .top_office_card_tel_fax {
    gap: calc(10vw / 3.9);
  }
}
.top_office_card_tel {
  font-size: calc(19vw / 14.4);
  line-height: 100%;
  letter-spacing: 5%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6vw / 14.4);
}
@media (max-width: 600px) {
  .top_office_card_tel {
    gap: calc(6vw / 3.9);
    font-size: calc(19vw / 3.9);
  }
}
.top_office_card_tel::before {
  content: "";
  width: calc(19vw / 14.4);
  height: calc(19vw / 14.4);
  background-image: url(../img/common/tel-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 600px) {
  .top_office_card_tel::before {
    width: calc(19vw / 3.9);
    height: calc(19vw / 3.9);
  }
}
.top_office_card_fax {
  font-size: calc(19vw / 14.4);
  line-height: 100%;
  letter-spacing: 5%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6vw / 14.4);
}
@media (max-width: 600px) {
  .top_office_card_fax {
    gap: calc(6vw / 3.9);
    font-size: calc(19vw / 3.9);
  }
}
.top_office_card_fax::before {
  content: "";
  width: calc(19vw / 14.4);
  height: calc(19vw / 14.4);
  background-image: url(../img/common/fax-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 600px) {
  .top_office_card_fax::before {
    width: calc(19vw / 3.9);
    height: calc(19vw / 3.9);
  }
}
.top_office_card_address {
  font-size: calc(12vw / 14.4);
  line-height: 150%;
  letter-spacing: 5%;
  font-weight: 500;
}
@media (max-width: 600px) {
  .top_office_card_address {
    font-size: calc(14vw / 3.9);
    line-height: 150%;
    letter-spacing: 5%;
    font-weight: 500;
    margin-top: calc(-6vw / 3.9);
  }
}
.top_office_card_bottom_img {
  width: calc(150vw / 3.9);
  height: calc(120vw / 3.9);
}
.top_office_card_bottom_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_office_card_bottom_map {
  width: calc(330vw / 3.9);
  height: calc(237vw / 3.9);
  margin-top: calc(10vw / 3.9);
}
.top_office_card--marunico {
  width: 100%;
  height: calc(221vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .top_office_card--marunico {
    height: calc(221vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_office_card--marunico {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(360vw / 3.9);
  }
}
.top_office_card--marunico .top_office_card_header {
  width: calc(500vw / 14.4);
  height: calc(221vw / 14.4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 980px) {
  .top_office_card--marunico .top_office_card_header {
    width: calc(500vw / 9.8);
    height: calc(221vw / 9.8);
  }
}
.top_office_card--marunico .top_office_card_header_img {
  border-radius: 20px 0 0 20px;
}
.top_office_card--marunico .top_office_card_header_map {
  height: calc(221vw / 14.4);
  border-radius: 0;
}
@media (max-width: 980px) {
  .top_office_card--marunico .top_office_card_header_map {
    height: calc(221vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_office_card--marunico .top_office_card_header_map {
    height: calc(221vw / 3.9);
  }
}
.top_office_card--marunico .top_office_card_title {
  text-indent: 5em;
  padding-left: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 600px) {
  .top_office_card--marunico .top_office_card_title {
    text-indent: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    gap: calc(5vw / 3.9);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.top_office_card--marunico .top_office_card_title span {
  text-indent: 0;
  font-size: calc(24vw / 14.4);
  line-height: 170%;
  letter-spacing: 10%;
  font-weight: 700;
}
@media (max-width: 600px) {
  .top_office_card--marunico .top_office_card_title span {
    font-size: calc(20vw / 3.9);
    line-height: 160%;
    letter-spacing: 15%;
    font-weight: 700;
  }
}
.top_office_card--marunico .top_office_card_title::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(calc(90vw / 14.4), -50%);
          transform: translate(calc(90vw / 14.4), -50%);
}
@media (max-width: 600px) {
  .top_office_card--marunico .top_office_card_title::after {
    -webkit-transform: translate(calc(0vw / 3.9), -10%);
            transform: translate(calc(0vw / 3.9), -10%);
  }
}
.top_office_card--marunico .top_office_card_body:hover .top_office_card_title::after {
  -webkit-transform: translate(calc(90vw / 14.4), -50%) scale(1.1) !important;
          transform: translate(calc(90vw / 14.4), -50%) scale(1.1) !important;
}
@media (max-width: 600px) {
  .top_office_card--marunico .top_office_card_body:hover .top_office_card_title::after {
    -webkit-transform: translate(calc(0vw / 3.9), -10%) scale(1.1) !important;
            transform: translate(calc(0vw / 3.9), -10%) scale(1.1) !important;
  }
}
.top_office_card--marunico .top_office_card_bottom {
  margin-left: calc(15vw / 14.4);
  margin-top: calc(5vw / 14.4);
}
@media (max-width: 980px) {
  .top_office_card--marunico .top_office_card_bottom {
    margin-top: calc(15vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_office_card--marunico .top_office_card_bottom {
    margin-top: calc(15vw / 3.9);
  }
}

.top_section-title {
  width: calc(1080vw / 14.4);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(15vw / 14.4);
}
@media (max-width: 600px) {
  .top_section-title {
    width: calc(360vw / 3.9);
    gap: calc(10vw / 3.9);
  }
}
.top_section-title-en {
  color: #B2D246;
  font-family: "Zen Maru Gothic";
  font-size: calc(60vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 10%;
}
@media (max-width: 600px) {
  .top_section-title-en {
    font-size: calc(40vw / 3.9);
  }
}
.top_section-title-ja {
  color: #333;
  font-family: "LINE Seed JP";
  font-size: calc(30vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 10%;
}
@media (max-width: 600px) {
  .top_section-title-ja {
    font-size: calc(20vw / 3.9);
  }
}

.top_sns {
  background-image: url(../img/top/sns-bg.webp);
  background-repeat: no-repeat;
  background-size: calc(1188vw / 14.4) auto;
  background-position: center bottom;
  padding-bottom: calc(70vw / 14.4);
}
@media (max-width: 600px) {
  .top_sns {
    background-size: calc(344vw / 3.9) auto;
    padding-bottom: calc(50vw / 3.9);
    background-image: url(../img/top/sns-bg-sp.webp);
    background-position: center top 14%;
  }
}
.top_sns_content {
  width: calc(800vw / 14.4);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .top_sns_content {
    width: calc(360vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_sns_content_text {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(24vw / 14.4);
  font-weight: 700;
  line-height: 141%;
  margin-top: calc(80vw / 14.4);
}
@media (max-width: 600px) {
  .top_sns_content_text {
    font-size: calc(20vw / 3.9);
    margin-top: calc(30vw / 3.9);
    margin-right: auto;
    margin-left: calc(15vw / 3.9);
  }
}
.top_sns_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(69vw / 14.4);
  margin-top: calc(22vw / 14.4);
  position: relative;
}
@media (max-width: 600px) {
  .top_sns_content_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(10vw / 3.9);
    margin-top: calc(20vw / 3.9);
  }
}
.top_sns_content_video {
  width: calc(269vw / 14.4);
  height: calc(458vw / 14.4);
  overflow: hidden;
  border-radius: 20px;
  border: 7px solid #222;
}
@media (max-width: 600px) {
  .top_sns_content_video {
    width: calc(170vw / 3.9);
    height: calc(287vw / 3.9);
    border-radius: 20px;
    border: 6px solid #222;
    position: relative;
    overflow: visible;
  }
  .top_sns_content_video video {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_sns_content_video_comment {
  position: absolute;
  width: calc(204vw / 14.4);
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  bottom: calc(20vw / 14.4);
  left: calc(65vw / 14.4);
  z-index: 5;
}
@media (max-width: 600px) {
  .top_sns_content_video_comment {
    width: calc(190vw / 3.9);
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
    bottom: calc(10vw / 3.9);
    left: calc(60vw / 3.9);
  }
}
.top_sns_content_feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: calc(10vw / 14.4);
}
@media (max-width: 600px) {
  .top_sns_content_feed {
    margin-top: calc(70vw / 3.9);
    width: 100%;
  }
}
.top_sns_content_feed_img {
  width: calc(462vw / 14.4);
}
@media (max-width: 600px) {
  .top_sns_content_feed_img {
    width: 100%;
  }
}
.top_sns_content_feed_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_sns_content_feed_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(15vw / 14.4);
  margin-top: calc(30vw / 14.4);
}
@media (max-width: 600px) {
  .top_sns_content_feed_links {
    margin-top: calc(20vw / 3.9);
    gap: calc(15vw / 3.9);
  }
}
.top_sns_content_feed_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
}
@media (max-width: 600px) {
  .top_sns_content_feed_sns {
    gap: calc(10vw / 3.9);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top_sns_content_feed_sns_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP";
  font-size: calc(20vw / 14.4);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
}
@media (max-width: 600px) {
  .top_sns_content_feed_sns_icon {
    gap: calc(5vw / 3.9);
    font-size: calc(18vw / 3.9);
  }
}
.top_sns_content_feed_sns_icon span {
  width: calc(33vw / 14.4);
  height: calc(33vw / 14.4);
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  .top_sns_content_feed_sns_icon span {
    width: calc(28vw / 3.9);
    height: calc(28vw / 3.9);
  }
}
.top_sns_content_feed_sns_icon--insta {
  color: #E4405F;
}
.top_sns_content_feed_sns_icon--tiktok {
  color: #333;
}
.top_sns_content_feed_sns_link {
  font-size: calc(20vw / 14.4);
  line-height: 100%;
  letter-spacing: 5%;
  font-weight: 600;
  color: #fff;
  padding: calc(10vw / 14.4) calc(15vw / 14.4);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8vw / 14.4);
}
@media (max-width: 600px) {
  .top_sns_content_feed_sns_link {
    font-size: calc(16vw / 3.9);
    gap: calc(8vw / 3.9);
    padding: calc(12vw / 3.9) calc(15vw / 3.9);
  }
}
.top_sns_content_feed_sns_link--insta {
  background: rgba(255, 124, 126, 0.78);
}
.top_sns_content_feed_sns_link--tiktok {
  background-color: rgba(0, 196, 190, 0.7803921569);
}
.top_sns_content_feed_sns_link::after {
  content: "";
  width: calc(14vw / 14.4);
  height: calc(14vw / 14.4);
  background-image: url(../img/top/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 600px) {
  .top_sns_content_feed_sns_link::after {
    width: calc(14vw / 3.9);
    height: calc(14vw / 3.9);
  }
}

.top_contact {
  padding-top: calc(120vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact {
    padding-top: calc(10vw / 3.9);
  }
}
.top_contact_content {
  width: calc(1030vw / 14.4);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 600px) {
  .top_contact_content {
    width: calc(360vw / 3.9);
  }
}
.top_contact_content_item {
  border-radius: 20px;
  background: #FFF;
  margin-top: calc(80vw / 14.4);
  padding-bottom: calc(50vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item {
    margin-top: calc(50vw / 3.9);
    padding-bottom: calc(20vw / 3.9);
  }
}
.top_contact_content_item_title {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(38vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-top: calc(-20vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_title {
    font-size: calc(22vw / 3.9);
    margin: 0 auto;
    margin-top: calc(-25vw / 3.9);
    line-height: 120%;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top_contact_content_item_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(-10vw / 3.9);
    width: calc(2vw / 3.9);
    height: 100%;
    background-color: #F3992B;
    -webkit-transform: rotate(-30deg) translateY(-50%);
            transform: rotate(-30deg) translateY(-50%);
  }
  .top_contact_content_item_title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-10vw / 3.9);
    width: calc(2vw / 3.9);
    height: 100%;
    background-color: #F3992B;
    -webkit-transform: rotate(30deg) translateY(-50%);
            transform: rotate(30deg) translateY(-50%);
  }
}
.top_contact_content_item_link {
  display: block;
  width: calc(460vw / 14.4);
  height: calc(84vw / 14.4);
  margin: 0 auto;
  background-color: #00C400;
  border-radius: 999px;
  color: #FFF;
  font-size: calc(30vw / 14.4);
  font-weight: 700;
  line-height: 144%;
  letter-spacing: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10vw / 14.4);
  margin-top: calc(50vw / 14.4);
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  .top_contact_content_item_link {
    margin-top: calc(30vw / 3.9);
    width: calc(320vw / 3.9);
    height: calc(60vw / 3.9);
    font-size: calc(22vw / 3.9);
    gap: calc(6vw / 3.9);
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.top_contact_content_item_link span {
  width: calc(44vw / 14.4);
  height: calc(44vw / 14.4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .top_contact_content_item_link span {
    width: calc(30vw / 3.9);
    height: calc(30vw / 3.9);
  }
}
.top_contact_content_item_link span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_contact_content_item_link::after {
  content: "";
  width: calc(15vw / 14.4);
  height: calc(15vw / 14.4);
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-transform: rotate(-45deg) translateY(calc(2vw / 14.4));
          transform: rotate(-45deg) translateY(calc(2vw / 14.4));
  margin-left: calc(-5vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_link::after {
    width: calc(14vw / 3.9);
    height: calc(14vw / 3.9);
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -webkit-transform: rotate(-45deg) translateY(calc(2vw / 3.9));
            transform: rotate(-45deg) translateY(calc(2vw / 3.9));
    margin-left: calc(-5vw / 3.9);
  }
}
.top_contact_content_item_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(50vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_steps {
    margin-top: calc(40vw / 3.9);
  }
}
.top_contact_content_item_steps_title {
  width: calc(860vw / 14.4);
  font-size: calc(32vw / 14.4);
  line-height: 140%;
  letter-spacing: 5%;
  font-weight: 700;
  padding-top: calc(40vw / 14.4);
  background-image: linear-gradient(to right, #5C441D, #5C441D 8px, transparent 8px, transparent 16px);
  background-size: 16px 1px;
  background-position: center top;
  background-repeat: repeat-x;
  margin: 0 auto;
  text-align: center;
  color: #5C441D;
  font-family: "LINE Seed JP";
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_title {
    width: calc(320vw / 3.9);
    font-size: calc(24vw / 3.9);
    padding-top: calc(30vw / 3.9);
    padding-bottom: calc(30vw / 3.9);
    background-image: linear-gradient(to right, #5C441D, #5C441D 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
  }
}
.top_contact_content_item_steps_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(974vw / 14.4);
  margin: 0 auto;
  margin-top: calc(50vw / 14.4);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list {
    width: calc(320vw / 3.9);
    margin-top: calc(25vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(35vw / 3.9);
  }
}
.top_contact_content_item_steps_list_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(310vw / 14.4);
  height: calc(360vw / 14.4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  border: 1px solid #B2D246;
  background: #F9F9F0;
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item {
    width: calc(310vw / 3.9);
    height: calc(360vw / 3.9);
    border-radius: 10px;
    border: 1px solid #B2D246;
    background: #F9F9F0;
  }
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item--step1 {
    height: calc(230vw / 3.9);
  }
}
.top_contact_content_item_steps_list_item_number {
  color: #FFF;
  text-align: center;
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 6%;
  background-color: #B2D246;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(129vw / 14.4);
  height: calc(43vw / 14.4);
  gap: calc(3vw / 14.4);
  border-radius: 10px;
  position: absolute;
  top: calc(-20vw / 14.4);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item_number {
    width: calc(129vw / 3.9);
    height: calc(43vw / 3.9);
    font-size: calc(22vw / 3.9);
    gap: calc(3vw / 3.9);
    top: calc(-20vw / 3.9);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_contact_content_item_steps_list_item_number span {
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: calc(32vw / 14.4);
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item_number span {
    font-size: calc(32vw / 3.9);
  }
}
.top_contact_content_item_steps_list_item_text {
  color: #5C441D;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: calc(24vw / 14.4);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 5%;
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item_text {
    font-size: calc(20vw / 3.9);
  }
}
.top_contact_content_item_steps_list_item_img--step1 {
  width: calc(292vw / 14.4);
  height: calc(89vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item_img--step1 {
    width: calc(260vw / 3.9);
    height: calc(70vw / 3.9);
    margin-top: calc(10vw / 3.9);
  }
}
.top_contact_content_item_steps_list_item_img--step2 {
  width: calc(286vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item_img--step2 {
    width: calc(280vw / 3.9);
    margin-top: calc(30vw / 3.9);
  }
}
.top_contact_content_item_steps_list_item_img--step3 {
  width: calc(288vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item_img--step3 {
    width: calc(290vw / 3.9);
    margin-top: calc(30vw / 3.9);
  }
}

.top_contact_content_item_steps_list_item--step4 {
  width: calc(974vw / 14.4);
  height: calc(444vw / 14.4);
  margin-top: calc(50vw / 14.4);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: calc(40vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item--step4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0vw / 3.9);
    width: calc(320vw / 3.9);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: calc(0vw / 3.9);
    padding-bottom: calc(20vw / 3.9);
  }
}
.top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_number {
  top: calc(-20vw / 14.4);
  left: calc(85vw / 14.4);
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_number {
    top: calc(-20vw / 3.9);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_text {
    margin-top: calc(40vw / 3.9);
  }
}
.top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_text_arrow {
  content: "";
  width: calc(15vw / 14.4);
  height: calc(15vw / 14.4);
  border-right: 3px solid #F3992B;
  border-bottom: 3px solid #F3992B;
  -webkit-transform: rotate(-45deg) translateY(calc(2vw / 14.4));
          transform: rotate(-45deg) translateY(calc(2vw / 14.4));
  margin-left: calc(-5vw / 14.4);
  margin-top: calc(60vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_text_arrow {
    margin-top: calc(15vw / 3.9);
    width: calc(20vw / 3.9);
    height: calc(20vw / 3.9);
    border-right: 3px solid #F3992B;
    border-bottom: 3px solid #F3992B;
    -webkit-transform: rotate(45deg) translate(50%, calc(2vw / 3.9));
            transform: rotate(45deg) translate(50%, calc(2vw / 3.9));
  }
}
.top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_text_title {
  color: #5C441D;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 5%;
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_text_title {
    font-size: calc(20vw / 3.9);
  }
}
.top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_text_img--step4-1 {
  width: calc(392vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_text_img--step4-1 {
    width: calc(280vw / 3.9);
    margin-top: calc(10vw / 3.9);
  }
}
.top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_text_img--step4-2 {
  width: calc(403vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_steps_list_item--step4 .top_contact_content_item_steps_list_item_text_img--step4-2 {
    width: calc(280vw / 3.9);
    margin-top: calc(10vw / 3.9);
  }
}

@media (max-width: 600px) {
  .top_contact_content_item_title--other {
    margin-top: calc(-13vw / 3.9);
  }
}

.top_contact_content_item_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(189vw / 14.4);
  margin-top: calc(40vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_other {
    height: auto;
    margin-top: calc(30vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_contact_content_item_other_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(4vw / 14.4);
  width: 50%;
  position: relative;
}
@media (max-width: 600px) {
  .top_contact_content_item_other_item {
    width: 100%;
    gap: calc(4vw / 3.9);
    padding-bottom: calc(20vw / 3.9);
  }
}
.top_contact_content_item_other_item:nth-child(1)::after {
  position: absolute;
  right: 0;
  content: "";
  display: block;
  width: 2px;
  height: calc(189vw / 14.4);
  background-image: linear-gradient(to bottom, #5C441D, #5C441D 8px, transparent 8px, transparent 12px);
  background-size: 1px 12px;
  background-position: right top;
  background-repeat: repeat-y;
}
@media (max-width: 600px) {
  .top_contact_content_item_other_item:nth-child(1)::after {
    height: 2px;
    width: calc(320vw / 3.9);
    background-image: linear-gradient(to right, #5C441D, #5C441D 4px, transparent 4px, transparent 8px);
    background-size: 6px 1px;
    background-position: bottom center;
    background-repeat: repeat-x;
    right: calc(0vw / 3.9);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}

.top_contact_content_item_other_item_link {
  border-radius: 999px;
  background: #F3992B;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #FFFAEF;
  font-family: "Noto Sans JP";
  font-size: calc(23vw / 14.4);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20vw / 14.4);
  width: calc(405vw / 14.4);
  height: calc(94vw / 14.4);
}
@media (max-width: 600px) {
  .top_contact_content_item_other_item_link {
    width: calc(300vw / 3.9);
    height: calc(70vw / 3.9);
    font-size: calc(20vw / 3.9);
    gap: calc(10vw / 3.9);
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 600px) {
  .top_contact_content_item_other_item_link span {
    width: calc(40vw / 3.9);
    height: calc(40vw / 3.9);
  }
}

.top_contact_content_item_other_item_title {
  font-size: calc(23vw / 14.4);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 5%;
  color: #5C441D;
}
@media (max-width: 600px) {
  .top_contact_content_item_other_item_title {
    font-size: calc(18vw / 3.9);
    padding-top: calc(20vw / 3.9);
  }
}

.top_contact_content_item_other_item_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
  color: #5C441D;
  font-family: Inter;
  font-size: calc(38vw / 14.4);
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 600px) {
  .top_contact_content_item_other_item_tel {
    font-size: calc(30vw / 3.9);
    gap: calc(10vw / 3.9);
  }
}
.top_contact_content_item_other_item_tel span {
  font-size: calc(24vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  font-family: "Noto Sans JP";
}
@media (max-width: 600px) {
  .top_contact_content_item_other_item_tel span {
    font-size: calc(20vw / 3.9);
  }
}

.page-aeris_fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-aeris_fv_title {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(64vw / 14.4);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 15%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: calc(110vw / 14.4);
  margin-left: calc(110vw / 14.4);
}
.page-aeris_fv_text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 600;
  line-height: 200%;
  margin-top: calc(80vw / 14.4);
  margin-left: calc(210vw / 14.4);
  width: calc(520vw / 14.4);
  letter-spacing: 0;
}
.page-aeris_fv_main_main_img {
  width: calc(677vw / 14.4);
  height: calc(571vw / 14.4);
  position: absolute;
  top: calc(0vw / 14.4);
  right: calc(0vw / 14.4);
}
.page-aeris_fv_sub_sub_img2 {
  width: calc(200vw / 14.4);
  position: absolute;
  top: calc(522vw / 14.4);
  left: calc(763vw / 14.4);
}
.page-aeris .requirements {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(591vw / 14.4);
  background-color: #F5EEE4;
  border-radius: calc(30vw / 14.4);
  width: calc(508vw / 14.4);
  padding: calc(30vw / 14.4) calc(20vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.page-aeris .requirements_title {
  color: #F3992B;
  font-size: calc(24vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 10%;
}
.page-aeris .requirements_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-aeris .requirements_content_text {
  color: #333;
  font-size: calc(15vw / 14.4);
  font-weight: 500;
  line-height: 200%;
}
.page-aeris .requirements_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(10vw / 14.4);
}
.page-aeris .requirements_content_list_item {
  color: #333;
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 180%;
  list-style: disc;
}
.page-aeris .requirements_img {
  width: calc(247vw / 14.4);
  height: calc(247vw / 14.4);
  position: absolute;
  top: calc(38vw / 14.4);
  left: calc(-133vw / 14.4);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.page-aeris .section_title_en {
  color: #FFF;
  font-size: calc(80vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  font-family: "Zen Maru Gothic";
}
.page-aeris .section_title {
  color: #FFF;
  text-align: center;
  font-size: calc(36vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(20vw / 14.4);
  font-family: "Noto Sans JP";
}
.page-aeris .benefit {
  margin-top: calc(-140vw / 14.4);
  padding: calc(159vw / 14.4) 0 calc(108vw / 14.4) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-image: url(../img/aeris/page-aeris-bg.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-aeris .benefit_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
}
.page-aeris .benefit_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(30vw / 14.4);
  margin-left: calc(220vw / 14.4);
  gap: calc(40vw / 14.4);
}
.page-aeris .benefit_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(20vw / 14.4) calc(20vw / 14.4);
  width: calc(505vw / 14.4);
}
.page-aeris .benefit_content_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20vw / 14.4);
}
.page-aeris .benefit_content_left_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-aeris .benefit_content_right_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-aeris .benefit_content_right_item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-aeris .benefit_content_left_item_voice1 {
  width: calc(231vw / 14.4);
  z-index: 1;
}
.page-aeris .benefit_content_left_item_img1 {
  width: calc(188vw / 14.4);
  margin-left: auto;
  margin-right: calc(-30vw / 14.4);
  margin-top: calc(-10vw / 14.4);
}
.page-aeris .benefit_content_left_item_voice2 {
  width: calc(245vw / 14.4);
  z-index: 1;
}
.page-aeris .benefit_content_left_item_img2 {
  width: calc(182vw / 14.4);
  margin-left: auto;
  margin-right: calc(10vw / 14.4);
  margin-top: calc(-10vw / 14.4);
}
.page-aeris .benefit_content_left_facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
  width: calc(505vw / 14.4);
  height: calc(276vw / 14.4);
  background-color: #fff;
  border-radius: calc(30vw / 14.4);
}
.page-aeris .benefit_content_left_facility_title {
  color: #fff;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 10%;
  padding: calc(12vw / 14.4) calc(20vw / 14.4);
  border-radius: 20px 0 10px 0;
  background: #F3992B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-aeris .benefit_content_left_facility_text {
  color: #333;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 5%;
  margin-left: calc(40vw / 14.4);
  margin-top: calc(5vw / 14.4);
}
.page-aeris .benefit_content_left_facility_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(12vw / 14.4);
  width: calc(354vw / 14.4);
  margin-top: calc(-110vw / 14.4);
  margin-left: calc(90vw / 14.4);
}
.page-aeris .benefit_content_left_facility_list_item {
  width: calc(110vw / 14.4);
  height: calc(110vw / 14.4);
}
.page-aeris .benefit_content_right_item_voice3 {
  width: calc(287vw / 14.4);
  z-index: 1;
}
.page-aeris .benefit_content_right_item_img3 {
  width: calc(178vw / 14.4);
  margin-left: calc(-60vw / 14.4);
  margin-right: auto;
  margin-top: calc(30vw / 14.4);
}
.page-aeris .benefit_content_right_item_voice4 {
  width: calc(265vw / 14.4);
  z-index: 1;
  margin-left: calc(-60vw / 14.4);
}
.page-aeris .benefit_content_right_item_img4 {
  width: calc(178vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
.page-aeris .benefit_content_right_item_voice5 {
  width: calc(244vw / 14.4);
  z-index: 1;
}
.page-aeris .benefit_content_right_item_img5 {
  width: calc(193.99vw / 14.4);
  margin-left: calc(-80vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
.page-aeris .benefit_content_left_item1, .page-aeris .benefit_content_left_item2, .page-aeris .benefit_content_right_item1, .page-aeris .benefit_content_right_item2, .page-aeris .benefit_content_right_item3 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, opacity;
}
.page-aeris .benefit.is-voices-inview .benefit_content_left_item_voice1 {
  -webkit-animation: page-aeris-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both;
          animation: page-aeris-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.page-aeris .benefit.is-voices-inview .benefit_content_left_item_voice2 {
  -webkit-animation: page-aeris-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s both;
          animation: page-aeris-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s both;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.page-aeris .benefit.is-voices-inview .benefit_content_right_item_voice3 {
  -webkit-animation: page-aeris-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.7s both;
          animation: page-aeris-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.7s both;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.page-aeris .benefit.is-voices-inview .benefit_content_right_item_voice4 {
  -webkit-animation: page-aeris-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.9s both;
          animation: page-aeris-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.9s both;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.page-aeris .benefit.is-voices-inview .benefit_content_right_item_voice5 {
  -webkit-animation: page-aeris-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 1.1s both;
          animation: page-aeris-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 1.1s both;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.page-aeris .work {
  margin-top: calc(100vw / 14.4);
  padding: calc(100vw / 14.4) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-image: url(../img/aeris/page-aeris-bg.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-aeris .work_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-aeris .work_title_en {
  color: #B2D246;
  margin-bottom: calc(-8vw / 14.4);
}
.page-aeris .work_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(30vw / 14.4);
  margin-left: calc(225vw / 14.4);
  gap: calc(30vw / 14.4);
}
.page-aeris .work_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-aeris .work_content_left_text {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(32vw / 14.4);
  font-weight: 700;
  line-height: 160%;
}
.page-aeris .work_content_left_text2 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(24vw / 14.4);
  font-weight: 700;
  line-height: 160%;
  margin-top: calc(10vw / 14.4);
}
.page-aeris .work_content_left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(541vw / 14.4);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: calc(15vw / 14.4) calc(20vw / 14.4);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(30vw / 14.4);
}
.page-aeris .work_content_left_list_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8vw / 14.4);
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(20vw / 14.4);
  font-weight: 500;
  line-height: 160%;
  width: calc(221vw / 14.4);
  padding-bottom: calc(10vw / 14.4);
  border-bottom: 1px dashed #333;
}
.page-aeris .work_content_left_list_item:before {
  content: "";
  display: inline-block;
  width: calc(13vw / 14.4);
  height: calc(13vw / 14.4);
  background-color: #B2D246;
  border-radius: 50%;
}
.page-aeris .work_content_left_list_item:nth-child(2n) {
  width: calc(281vw / 14.4);
}
.page-aeris .work_content_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(40vw / 14.4);
}
.page-aeris .work_content_right_img {
  width: calc(382vw / 14.4);
}
.page-aeris .work_content_right_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(12vw / 14.4);
}
.page-aeris .work_content_right_link_arrow {
  width: calc(33vw / 14.4);
}
.page-aeris .work_content_right_link_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: calc(10vw / 14.4) calc(20vw / 14.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
  border-radius: 999px;
  background: #F3992B;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 700;
  line-height: 160%;
}
.page-aeris .schedule {
  margin-top: calc(90vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-aeris .schedule_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-aeris .schedule_title_en {
  color: #B2D246;
  margin-bottom: calc(-8vw / 14.4);
}
.page-aeris .schedule_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(30vw / 14.4);
  margin-left: calc(225vw / 14.4);
  gap: calc(30vw / 14.4);
  width: calc(980vw / 14.4);
  height: calc(364vw / 14.4);
  border-radius: calc(30vw / 14.4);
  background: #FFF;
}
.page-aeris .schedule_content_img {
  width: calc(902vw / 14.4);
}
.page-aeris .about_user {
  margin-top: calc(90vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-aeris .about_user_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-aeris .about_user_title_en {
  color: #B2D246;
  margin-bottom: calc(-8vw / 14.4);
}
.page-aeris .about_user_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(60vw / 14.4);
  margin-left: calc(225vw / 14.4);
  gap: calc(40vw / 14.4) calc(15vw / 14.4);
}
.page-aeris .about_user_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(320vw / 14.4);
  height: calc(387vw / 14.4);
}
.page-aeris .about_user_content_item_title {
  color: #5C441D;
  font-family: "Zen Maru Gothic";
  font-size: calc(24vw / 14.4);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 10%;
}
.page-aeris .about_user_content_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
  border-top: 2px solid #B9D658;
  border-bottom: 2px solid #B9D658;
  margin-top: calc(10vw / 14.4);
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-aeris .about_user_content_item_img {
  width: calc(247vw / 14.4);
}
.page-aeris .about_user_content_item_img1 {
  width: calc(298vw / 14.4);
}
.page-aeris .about_user_content_item_img2 {
  width: calc(262vw / 14.4);
}
.page-aeris .about_user_content_item_img3 {
  width: calc(243vw / 14.4);
}
.page-aeris .about_user_content_item_img4 {
  width: calc(135vw / 14.4);
}
.page-aeris .about_user_content_item_img5 {
  width: calc(278vw / 14.4);
}
.page-aeris .about_user_content_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
}
.page-aeris .about_user_content_item_text_item {
  color: #333;
  font-family: "Zen Maru Gothic";
  font-size: calc(35vw / 14.4);
  font-weight: 700;
  line-height: 100%;
}
.page-aeris .about_user_content_item_text_item span {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(72vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  margin-right: calc(5vw / 14.4);
}
.page-aeris .about_user_content_item_text_item_span_small {
  font-size: calc(42vw / 14.4) !important;
  display: inline-block;
  -webkit-transform: translateY(calc(-5vw / 14.4));
          transform: translateY(calc(-5vw / 14.4));
}
.page-aeris .about_user_content_item_text_item_line2 {
  margin-left: calc(50vw / 14.4);
}
.page-aeris .about_user_content_item_text_item_small {
  font-size: calc(31vw / 14.4);
  text-align: center;
}
.page-aeris .about_user_content_item_note {
  color: #5C441D;
  text-align: center;
  font-family: "LINE Seed JP";
  font-size: calc(20vw / 14.4);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 10%;
  text-align: right;
  margin-left: auto;
  margin-top: calc(10vw / 14.4);
}
.page-aeris .flow {
  margin-top: calc(90vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-aeris .flow_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-aeris .flow_title_en {
  color: #B2D246;
  margin-bottom: calc(-8vw / 14.4);
}
.page-aeris .flow_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: calc(40vw / 14.4);
  margin-left: calc(285vw / 14.4);
  gap: calc(80vw / 14.4);
}
.page-aeris .flow_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(12vw / 14.4);
}
.page-aeris .flow_content_left_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-aeris .flow_content_left_item_number {
  color: #B2D246;
  font-family: "Inter";
  font-size: calc(38vw / 14.4);
  font-weight: 700;
  line-height: 140%;
}
.page-aeris .flow_content_left_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(74vw / 14.4);
  height: calc(300vw / 14.4);
  padding: 0 calc(40vw / 14.4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
  border-radius: 10px;
  border: 2px solid #B2D246;
  background: #FFF;
  color: #5C441D;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1.1px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.page-aeris .flow_content_left_item_arrow {
  width: calc(24vw / 14.4);
  margin-top: calc(50vw / 14.4);
}
.page-aeris .flow_content_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30vw / 14.4);
}
.page-aeris .flow_content_right_text {
  color: #5C441D;
  font-family: "LINE Seed JP";
  font-size: calc(26vw / 14.4);
  font-weight: 700;
  line-height: 100%;
}
.page-aeris .flow_content_right_link {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(26vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-aeris .location {
  margin-top: calc(90vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-aeris .location_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-aeris .location_title_en {
  color: #B2D246;
  margin-bottom: calc(-8vw / 14.4);
}
.page-aeris .location_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1010vw / 14.4);
  margin-top: calc(40vw / 14.4);
  margin-left: calc(225vw / 14.4);
  padding: calc(25vw / 14.4) calc(50vw / 14.4);
  border-radius: calc(20vw / 14.4);
  background: #FFF;
  gap: calc(75vw / 14.4);
}
.page-aeris .location_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(20vw / 14.4);
}
.page-aeris .location_content_left_title {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(32vw / 14.4);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 10%;
}
.page-aeris .location_content_left_address {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 5%;
  margin-top: calc(30vw / 14.4);
}
.page-aeris .location_content_left_tel_fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
  margin-top: calc(25vw / 14.4);
}
.page-aeris .location_content_left_tel_fax_tel {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6vw / 14.4);
}
.page-aeris .location_content_left_tel_fax_tel::before {
  content: "";
  width: calc(19vw / 14.4);
  height: calc(19vw / 14.4);
  background-image: url(../img/common/tel-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-aeris .location_content_left_tel_fax_fax {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6vw / 14.4);
}
.page-aeris .location_content_left_tel_fax_fax::before {
  content: "";
  width: calc(19vw / 14.4);
  height: calc(19vw / 14.4);
  background-image: url(../img/common/fax-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-aeris .location_content_right_iframe {
  width: calc(473vw / 14.4);
  height: calc(342vw / 14.4);
}
.page-aeris .top_contact .top_section-title {
  margin-left: calc(205vw / 14.4);
}
.page-aeris .top_contact .top_section-title-en {
  font-size: calc(80vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .page-aeris_inner {
    width: 100%;
  }
  .page-aeris_fv_title {
    font-size: calc(34vw / 3.9);
    line-height: 140%;
    letter-spacing: 5%;
    margin-top: calc(-35vw / 3.9);
    margin-left: calc(15vw / 3.9);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-aeris_fv_main_main_img {
    position: static;
    width: calc(170vw / 3.9);
    height: auto;
    margin: 0;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-aeris_fv_sub_sub_img2 {
    width: calc(100vw / 3.9);
    top: calc(145vw / 3.9);
    left: auto;
    right: calc(0vw / 3.9);
  }
  .page-aeris_fv_text {
    width: calc(345vw / 3.9);
    margin: calc(20vw / 3.9) auto 0;
    font-size: calc(15vw / 3.9);
    line-height: 180%;
    font-weight: 500;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-aeris .requirements {
    margin: calc(40vw / 3.9) auto 0;
    width: calc(350vw / 3.9);
    border-radius: calc(20vw / 3.9);
    padding: calc(20vw / 3.9) calc(16vw / 3.9);
  }
  .page-aeris .requirements_title {
    font-size: calc(23vw / 3.9);
    text-align: center;
  }
  .page-aeris .requirements_content_list {
    margin-top: calc(15vw / 3.9);
    margin-left: calc(20vw / 3.9);
  }
  .page-aeris .requirements_content_list_item {
    font-size: calc(15vw / 3.9);
    line-height: 170%;
  }
  .page-aeris .requirements_content_text {
    font-size: calc(14vw / 3.9);
    line-height: 170%;
    margin-top: calc(10vw / 3.9);
  }
  .page-aeris .requirements_img {
    width: calc(100vw / 3.9);
    height: auto;
    position: absolute;
    left: calc(-20vw / 3.9);
    top: calc(-40vw / 3.9);
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
  .page-aeris .section_title {
    font-size: calc(22vw / 3.9);
    gap: calc(10vw / 3.9);
    margin-left: calc(15vw / 3.9);
  }
  .page-aeris .section_title_en {
    font-size: calc(40vw / 3.9);
  }
  .page-aeris .benefit {
    margin-top: calc(35vw / 3.9);
    padding: calc(50vw / 3.9) 0 0;
    background-size: 100% auto;
  }
  .page-aeris .benefit_title {
    margin-top: 0;
  }
  .page-aeris .benefit_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(25vw / 3.9);
    margin-left: 0;
    gap: calc(20vw / 3.9);
    background: -webkit-gradient(linear, left top, left bottom, from(#B2D246), to(#F9F9F0));
    background: linear-gradient(to bottom, #B2D246 0%, #F9F9F0 100%);
    position: relative;
    padding-bottom: calc(80vw / 3.9);
  }
  .page-aeris .benefit_content_left, .page-aeris .benefit_content_right {
    width: calc(360vw / 3.9);
    margin: 0 auto;
    gap: calc(15vw / 3.9);
  }
  .page-aeris .benefit_content_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-aeris .benefit_content_left_item {
    position: absolute;
    top: calc(0vw / 3.9);
    right: calc(0vw / 3.9);
  }
  .page-aeris .benefit_content_right_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: calc(0vw / 3.9);
    right: calc(0vw / 3.9);
  }
  .page-aeris .benefit_content_left_item1 {
    top: calc(0vw / 3.9);
    left: calc(15vw / 3.9);
  }
  .page-aeris .benefit_content_left_item_voice1 {
    width: calc(175vw / 3.9);
    z-index: 1;
  }
  .page-aeris .benefit_content_left_item_img1 {
    width: calc(150vw / 3.9);
    margin-left: auto;
    margin-right: calc(-10vw / 3.9);
    margin-top: calc(-10vw / 3.9);
  }
  .page-aeris .benefit_content_left_item2 {
    top: calc(20vw / 3.9);
    right: calc(5vw / 3.9);
  }
  .page-aeris .benefit_content_left_item_voice2 {
    width: calc(185vw / 3.9);
    z-index: 1;
  }
  .page-aeris .benefit_content_left_item_img2 {
    width: calc(150vw / 3.9);
    margin-left: auto;
    margin-right: calc(0vw / 3.9);
    margin-top: calc(-10vw / 3.9);
  }
  .page-aeris .benefit_content_right_item1 {
    top: calc(270vw / 3.9);
    left: calc(30vw / 3.9);
  }
  .page-aeris .benefit_content_right_item_voice3 {
    width: calc(210vw / 3.9);
    z-index: 1;
  }
  .page-aeris .benefit_content_right_item_img3 {
    width: calc(140vw / 3.9);
    margin-left: calc(-25vw / 3.9);
    margin-right: auto;
    margin-top: calc(10vw / 3.9);
  }
  .page-aeris .benefit_content_right_item2 {
    top: calc(420vw / 3.9);
    right: calc(20vw / 3.9);
  }
  .page-aeris .benefit_content_right_item_voice4 {
    width: calc(190vw / 3.9);
    z-index: 1;
  }
  .page-aeris .benefit_content_right_item_img4 {
    width: calc(150vw / 3.9);
    margin-left: auto;
    margin-right: calc(-15vw / 3.9);
    margin-top: calc(0vw / 3.9);
  }
  .page-aeris .benefit_content_right_item3 {
    top: calc(570vw / 3.9);
    left: calc(40vw / 3.9);
  }
  .page-aeris .benefit_content_right_item_voice5 {
    width: calc(185vw / 3.9);
    z-index: 1;
  }
  .page-aeris .benefit_content_right_item_img5 {
    width: calc(150vw / 3.9);
    margin-left: calc(-40vw / 3.9);
    margin-right: auto;
    margin-top: calc(5vw / 3.9);
  }
  .page-aeris .benefit_content_left_facility {
    width: calc(340vw / 3.9);
    height: auto;
    border-radius: calc(16vw / 3.9);
    padding-bottom: calc(20vw / 3.9);
    position: relative;
    margin-top: calc(720vw / 3.9);
  }
  .page-aeris .benefit_content_left_facility_title {
    font-size: calc(18vw / 3.9);
    padding: calc(10vw / 3.9) calc(16vw / 3.9);
    border-radius: calc(16vw / 3.9) 0 calc(16vw / 3.9) 0;
  }
  .page-aeris .benefit_content_left_facility_text {
    font-size: calc(18vw / 3.9);
    margin-left: calc(20vw / 3.9);
    margin-top: calc(10vw / 3.9);
  }
  .page-aeris .benefit_content_left_facility_list {
    width: calc(320vw / 3.9);
    margin: calc(10vw / 3.9) auto 0;
    gap: calc(8vw / 3.9);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-aeris .benefit_content_left_facility_list_item {
    width: calc(90vw / 3.9);
    height: calc(90vw / 3.9);
  }
  .page-aeris .work_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
  }
  .page-aeris .work_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(20vw / 3.9);
    margin-left: calc(20vw / 3.9);
    margin-right: calc(20vw / 3.9);
    gap: calc(30vw / 3.9);
  }
  .page-aeris .work_content_left_text {
    font-size: calc(24vw / 3.9);
  }
  .page-aeris .work_content_left_text2 {
    font-size: calc(18vw / 3.9);
  }
  .page-aeris .work_content_left_list {
    width: calc(320vw / 3.9);
    margin: calc(20vw / 3.9) auto 0;
    gap: calc(10vw / 3.9);
  }
  .page-aeris .work_content_left_list_item, .page-aeris .work_content_left_list_item:nth-child(2n) {
    width: 100%;
    font-size: calc(16vw / 3.9);
    gap: calc(6vw / 3.9);
    padding-bottom: calc(8vw / 3.9);
  }
  .page-aeris .work_content_left_list_item:before {
    width: calc(10vw / 3.9);
    height: calc(10vw / 3.9);
  }
  .page-aeris .work_content_right {
    gap: calc(15vw / 3.9);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-aeris .work_content_right_img {
    width: calc(320vw / 3.9);
  }
  .page-aeris .work_content_right_link_arrow {
    width: calc(24vw / 3.9);
  }
  .page-aeris .work_content_right_link_text {
    font-size: calc(14vw / 3.9);
    padding: calc(8vw / 3.9) calc(12vw / 3.9);
  }
  .page-aeris .schedule {
    margin-top: calc(50vw / 3.9);
  }
  .page-aeris .schedule_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
  }
  .page-aeris .schedule_content {
    width: calc(340vw / 3.9);
    height: auto;
    margin-top: calc(20vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    border-radius: calc(14vw / 3.9);
    padding: calc(30vw / 3.9) calc(15vw / 3.9);
  }
  .page-aeris .schedule_content_img {
    width: 100%;
  }
  .page-aeris .about_user {
    margin-top: calc(50vw / 3.9);
  }
  .page-aeris .about_user_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(10vw / 3.9);
  }
  .page-aeris .about_user_content {
    margin-top: calc(25vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    gap: calc(30vw / 3.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(300vw / 3.9);
  }
  .page-aeris .about_user_content_item {
    width: 100%;
    height: auto;
    margin-top: 0;
    gap: 0;
  }
  .page-aeris .about_user_content_item_inner {
    margin-top: calc(5vw / 3.9);
    gap: 0;
    padding: calc(15vw / 3.9) 0;
    min-height: calc(210vw / 3.9);
  }
  .page-aeris .about_user_content_item_title {
    font-size: calc(20vw / 3.9);
  }
  .page-aeris .about_user_content_item_img {
    width: 100%;
  }
  .page-aeris .about_user_content_item_img1 {
    width: 80%;
  }
  .page-aeris .about_user_content_item_img2 {
    width: 70%;
  }
  .page-aeris .about_user_content_item_img3 {
    width: 70%;
  }
  .page-aeris .about_user_content_item_img4 {
    width: 50%;
  }
  .page-aeris .about_user_content_item_img5 {
    width: 80%;
  }
  .page-aeris .about_user_content_item_text_item {
    font-size: calc(28vw / 3.9);
  }
  .page-aeris .about_user_content_item_text_item span {
    font-size: calc(64vw / 3.9);
  }
  .page-aeris .about_user_content_item_text_item_span_small {
    font-size: calc(46vw / 3.9) !important;
  }
  .page-aeris .about_user_content_item_text_item_line2 {
    margin-left: calc(25vw / 3.9);
  }
  .page-aeris .about_user_content_item_text_item_small {
    font-size: calc(22vw / 3.9);
    margin-top: calc(5vw / 3.9);
  }
  .page-aeris .about_user_content_item_note {
    font-size: calc(18vw / 3.9);
    margin-top: calc(5vw / 3.9);
  }
  .page-aeris .flow {
    margin-top: calc(50vw / 3.9);
  }
  .page-aeris .flow_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
  }
  .page-aeris .flow_content {
    margin-top: calc(30vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20vw / 3.9);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-aeris .flow_content_left {
    width: calc(360vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(5vw / 3.9);
  }
  .page-aeris .flow_content_left_item {
    width: calc(330vw / 3.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(10vw / 3.9);
  }
  .page-aeris .flow_content_left_item_number {
    font-size: calc(38vw / 3.9);
    width: calc(46vw / 3.9);
    display: block;
    text-align: center;
  }
  .page-aeris .flow_content_left_item_text {
    width: calc(280vw / 3.9);
    height: auto;
    min-height: calc(54vw / 3.9);
    padding: calc(10vw / 3.9) calc(20vw / 3.9);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: calc(20vw / 3.9);
    line-height: 140%;
  }
  .page-aeris .flow_content_left_item_arrow {
    width: calc(18vw / 3.9);
    margin-top: 0;
    margin-left: calc(55vw / 3.9);
  }
  .page-aeris .flow_content_left_item_arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page-aeris .flow_content_right {
    width: calc(330vw / 3.9);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(5vw / 3.9);
    margin: auto;
  }
  .page-aeris .flow_content_right_text {
    font-size: calc(18vw / 3.9);
  }
  .page-aeris .flow_content_right_link {
    font-size: calc(18vw / 3.9);
    line-height: 140%;
  }
  .page-aeris .location {
    margin-top: calc(50vw / 3.9);
  }
  .page-aeris .location_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
  }
  .page-aeris .location_content {
    width: calc(360vw / 3.9);
    margin-top: calc(20vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    padding: calc(20vw / 3.9) calc(16vw / 3.9);
    border-radius: calc(14vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(14vw / 3.9);
  }
  .page-aeris .location_content_left {
    margin-top: 0;
  }
  .page-aeris .location_content_left_title {
    font-size: calc(26vw / 3.9);
  }
  .page-aeris .location_content_left_address {
    margin-top: calc(15vw / 3.9);
    font-size: calc(14vw / 3.9);
    line-height: 160%;
  }
  .page-aeris .location_content_left_tel_fax {
    margin-top: calc(15vw / 3.9);
    gap: calc(8vw / 3.9);
  }
  .page-aeris .location_content_left_tel_fax_tel, .page-aeris .location_content_left_tel_fax_fax {
    font-size: calc(18vw / 3.9);
    gap: calc(6vw / 3.9);
  }
  .page-aeris .location_content_left_tel_fax_tel::before, .page-aeris .location_content_left_tel_fax_fax::before {
    width: calc(16vw / 3.9);
    height: calc(16vw / 3.9);
  }
  .page-aeris .location_content_right_iframe {
    width: 100%;
    height: calc(240vw / 3.9);
  }
  .page-aeris .top_contact {
    padding-top: calc(50vw / 3.9);
  }
  .page-aeris .top_contact_content_item {
    margin-top: calc(60vw / 3.9);
  }
}

@-webkit-keyframes page-aeris-benefit-voice-scalein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes page-aeris-benefit-voice-scalein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-leaf_fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-leaf_fv_title {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(64vw / 14.4);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 15%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: calc(110vw / 14.4);
  margin-left: calc(110vw / 14.4);
}
.page-leaf_fv_text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 600;
  line-height: 200%;
  margin-top: calc(80vw / 14.4);
  margin-left: calc(210vw / 14.4);
  width: calc(520vw / 14.4);
  letter-spacing: 0;
}
.page-leaf_fv_main_main_img {
  width: calc(677vw / 14.4);
  height: calc(571vw / 14.4);
  position: absolute;
  top: calc(0vw / 14.4);
  right: calc(0vw / 14.4);
}
.page-leaf_fv_sub_sub_img2 {
  width: calc(200vw / 14.4);
  position: absolute;
  top: calc(502vw / 14.4);
  left: calc(723vw / 14.4);
}
.page-leaf .requirements {
  margin-top: calc(100vw / 14.4);
  margin-left: calc(591vw / 14.4);
  background-color: #F5EEE4;
  border-radius: calc(30vw / 14.4);
  width: calc(460vw / 14.4);
  padding: calc(25vw / 14.4) calc(30vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.page-leaf .requirements_title {
  color: #F3992B;
  font-size: calc(24vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 10%;
}
.page-leaf .requirements_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-leaf .requirements_content_text {
  color: #333;
  font-size: calc(15vw / 14.4);
  font-weight: 500;
  line-height: 200%;
}
.page-leaf .requirements_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(10vw / 14.4);
  margin-left: calc(40vw / 14.4);
}
.page-leaf .requirements_content_list_item {
  color: #333;
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 180%;
  list-style: disc;
}
.page-leaf .requirements_content_note {
  color: #333;
  font-size: calc(17vw / 14.4);
  font-weight: 500;
  line-height: 180%;
  text-align: right;
  margin-top: calc(-20vw / 14.4);
}
.page-leaf .requirements_img {
  width: calc(247vw / 14.4);
  height: calc(247vw / 14.4);
  position: absolute;
  top: calc(38vw / 14.4);
  left: calc(-133vw / 14.4);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.page-leaf .section_title_en {
  color: #FFF;
  font-size: calc(80vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  font-family: "Zen Maru Gothic";
}
.page-leaf .section_title {
  color: #FFF;
  text-align: center;
  font-size: calc(36vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(20vw / 14.4);
  font-family: "Noto Sans JP";
}
.page-leaf .benefit {
  margin-top: calc(-140vw / 14.4);
  padding: calc(129vw / 14.4) 0 calc(108vw / 14.4) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-image: url(../img/leaf/page-leaf-bg.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-leaf .benefit_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
}
.page-leaf .benefit_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(30vw / 14.4);
  margin-left: calc(220vw / 14.4);
  gap: calc(15vw / 14.4);
}
.page-leaf .benefit_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: calc(30vw / 14.4);
}
.page-leaf .benefit_content_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(11vw / 14.4);
}
.page-leaf .benefit_content_left_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-leaf .benefit_content_right_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-leaf .benefit_content_right_item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-leaf .benefit_content_left_item_voice1 {
  width: calc(235vw / 14.4);
  z-index: 1;
}
.page-leaf .benefit_content_left_item_img1 {
  width: calc(188vw / 14.4);
  margin-left: auto;
  margin-right: calc(-30vw / 14.4);
  margin-top: calc(-10vw / 14.4);
}
.page-leaf .benefit_content_left_item_voice2 {
  width: calc(255vw / 14.4);
  z-index: 1;
  margin-top: calc(30vw / 14.4);
}
.page-leaf .benefit_content_left_item_img2 {
  width: calc(182vw / 14.4);
  margin-left: auto;
  margin-right: calc(10vw / 14.4);
  margin-top: calc(-10vw / 14.4);
}
.page-leaf .benefit_content_right_item_voice3 {
  width: calc(282vw / 14.4);
  z-index: 1;
}
.page-leaf .benefit_content_right_item_img3 {
  width: calc(178vw / 14.4);
  margin-left: calc(-60vw / 14.4);
  margin-right: auto;
  margin-top: calc(30vw / 14.4);
}
.page-leaf .benefit_content_right_item_voice4 {
  width: calc(268vw / 14.4);
  z-index: 1;
  margin-left: calc(-60vw / 14.4);
}
.page-leaf .benefit_content_right_item_img4 {
  width: calc(178vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
.page-leaf .benefit_content_right_item_voice5 {
  width: calc(244vw / 14.4);
  z-index: 1;
}
.page-leaf .benefit_content_right_item_img5 {
  width: calc(193.99vw / 14.4);
  margin-left: calc(-80vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
.page-leaf .benefit_content_left_item1, .page-leaf .benefit_content_left_item2, .page-leaf .benefit_content_right_item1, .page-leaf .benefit_content_right_item2 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, opacity;
}
.page-leaf .benefit.is-voices-inview .benefit_content_left_item_voice1 {
  -webkit-animation: page-leaf-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both;
          animation: page-leaf-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.page-leaf .benefit.is-voices-inview .benefit_content_left_item_voice2 {
  -webkit-animation: page-leaf-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s both;
          animation: page-leaf-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s both;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.page-leaf .benefit.is-voices-inview .benefit_content_right_item_voice3 {
  -webkit-animation: page-leaf-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.7s both;
          animation: page-leaf-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.7s both;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.page-leaf .benefit.is-voices-inview .benefit_content_right_item_voice4 {
  -webkit-animation: page-leaf-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.9s both;
          animation: page-leaf-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.9s both;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.page-leaf .benefit_content_bottom_facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(930vw / 14.4);
  min-height: calc(270vw / 14.4);
  background-color: #fff;
  border-radius: calc(30vw / 14.4);
  padding-bottom: calc(30vw / 14.4);
}
.page-leaf .benefit_content_bottom_facility_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(30vw / 14.4);
}
.page-leaf .benefit_content_bottom_facility_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(25vw / 14.4);
  margin-left: calc(30vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
.page-leaf .benefit_content_bottom_facility_title {
  color: #fff;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 10%;
  padding: calc(12vw / 14.4) calc(20vw / 14.4);
  border-radius: 20px 0 10px 0;
  background: #F3992B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-leaf .benefit_content_bottom_facility_title span {
  letter-spacing: -20%;
}
.page-leaf .benefit_content_bottom_facility_text {
  color: #333;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 5%;
}
.page-leaf .benefit_content_bottom_facility_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(12vw / 14.4);
}
.page-leaf .benefit_content_bottom_facility_list_item {
  width: calc(110vw / 14.4);
  height: calc(110vw / 14.4);
}
.page-leaf .benefit_content_bottom_facility_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(14vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
.page-leaf .benefit_content_bottom_facility_list2_item {
  color: #333;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
}
.page-leaf .benefit_content_bottom_facility_list2_item::before {
  content: "";
  width: calc(28vw / 14.4);
  height: calc(28vw / 14.4);
  background-image: url(../img/common/check-greenwhite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-leaf .work {
  margin-top: calc(100vw / 14.4);
  padding: calc(100vw / 14.4) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-image: url(../img/leaf/page-leaf-bg.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-leaf .work_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-leaf .work_title_en {
  color: #B2D246;
  margin-bottom: calc(-8vw / 14.4);
}
.page-leaf .work_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(30vw / 14.4);
  margin-left: calc(225vw / 14.4);
  gap: calc(30vw / 14.4);
}
.page-leaf .work_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-leaf .work_content_left_text {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(32vw / 14.4);
  font-weight: 700;
  line-height: 160%;
}
.page-leaf .work_content_left_text2 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(24vw / 14.4);
  font-weight: 700;
  line-height: 160%;
  margin-top: calc(10vw / 14.4);
}
.page-leaf .work_content_left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(550vw / 14.4);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: calc(15vw / 14.4) calc(20vw / 14.4);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(30vw / 14.4);
}
.page-leaf .work_content_left_list_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8vw / 14.4);
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(20vw / 14.4);
  font-weight: 500;
  line-height: 160%;
  width: calc(221vw / 14.4);
  padding-bottom: calc(10vw / 14.4);
  border-bottom: 1px dashed #333;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.page-leaf .work_content_left_list_item:before {
  content: "";
  display: inline-block;
  width: calc(13vw / 14.4);
  height: calc(13vw / 14.4);
  background-color: #B2D246;
  border-radius: 50%;
}
.page-leaf .work_content_left_list_item:nth-child(2n) {
  width: calc(307vw / 14.4);
}
.page-leaf .work_content_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(40vw / 14.4);
}
.page-leaf .work_content_right_img {
  width: calc(382vw / 14.4);
}
.page-leaf .work_content_right_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(12vw / 14.4);
}
.page-leaf .work_content_right_link_arrow {
  width: calc(33vw / 14.4);
}
.page-leaf .work_content_right_link_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: calc(10vw / 14.4) calc(20vw / 14.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
  border-radius: 999px;
  background: #F3992B;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 700;
  line-height: 160%;
}
.page-leaf .schedule {
  margin-top: calc(90vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-leaf .schedule_title {
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-leaf .schedule_title_en {
  color: #B2D246;
  margin-bottom: calc(-8vw / 14.4);
}
.page-leaf .schedule_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(30vw / 14.4);
  margin-left: calc(225vw / 14.4);
  gap: calc(30vw / 14.4);
  width: calc(980vw / 14.4);
  height: calc(364vw / 14.4);
  border-radius: calc(30vw / 14.4);
  background: #FFF;
}
.page-leaf .schedule_content_img {
  width: calc(902vw / 14.4);
}
.page-leaf .about_user {
  margin-top: calc(90vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-leaf .about_user_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-leaf .about_user_title_en {
  color: #B2D246;
  margin-bottom: calc(-8vw / 14.4);
}
.page-leaf .about_user_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(60vw / 14.4);
  margin-left: calc(225vw / 14.4);
  gap: calc(40vw / 14.4) calc(15vw / 14.4);
}
.page-leaf .about_user_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(320vw / 14.4);
  height: calc(387vw / 14.4);
}
.page-leaf .about_user_content_item_title {
  color: #5C441D;
  font-family: "Zen Maru Gothic";
  font-size: calc(24vw / 14.4);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 10%;
}
.page-leaf .about_user_content_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
  border-top: 2px solid #B9D658;
  border-bottom: 2px solid #B9D658;
  margin-top: calc(10vw / 14.4);
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-leaf .about_user_content_item_img {
  width: calc(247vw / 14.4);
}
.page-leaf .about_user_content_item_img1 {
  width: calc(243vw / 14.4);
}
.page-leaf .about_user_content_item_img2 {
  width: calc(278vw / 14.4);
}
.page-leaf .about_user_content_item_img3 {
  width: calc(243vw / 14.4);
}
.page-leaf .about_user_content_item_img4 {
  width: calc(135vw / 14.4);
}
.page-leaf .about_user_content_item_img5 {
  width: calc(278vw / 14.4);
}
.page-leaf .about_user_content_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
}
.page-leaf .about_user_content_item_text_item {
  color: #333;
  font-family: "Zen Maru Gothic";
  font-size: calc(35vw / 14.4);
  font-weight: 700;
  line-height: 100%;
}
.page-leaf .about_user_content_item_text_item span {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(72vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  margin-right: calc(5vw / 14.4);
}
.page-leaf .about_user_content_item_text_item_span_small {
  font-size: calc(42vw / 14.4) !important;
  display: inline-block;
  -webkit-transform: translateY(calc(-5vw / 14.4));
          transform: translateY(calc(-5vw / 14.4));
}
.page-leaf .about_user_content_item_text_item_line2 {
  margin-left: calc(50vw / 14.4);
}
.page-leaf .about_user_content_item_text_item_small {
  font-size: calc(31vw / 14.4);
  text-align: center;
}
.page-leaf .about_user_content_item_note {
  color: #5C441D;
  text-align: center;
  font-family: "LINE Seed JP";
  font-size: calc(20vw / 14.4);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 10%;
  text-align: right;
  margin-left: auto;
  margin-top: calc(10vw / 14.4);
}
.page-leaf .flow {
  margin-top: calc(90vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-leaf .flow_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-leaf .flow_title_en {
  color: #B2D246;
  margin-bottom: calc(-8vw / 14.4);
}
.page-leaf .flow_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(40vw / 14.4);
  margin-left: calc(205vw / 14.4);
}
.page-leaf .flow_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(12vw / 14.4);
}
.page-leaf .flow_content_left_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-leaf .flow_content_left_item_number {
  color: #B2D246;
  font-family: "Inter";
  font-size: calc(38vw / 14.4);
  font-weight: 700;
  line-height: 140%;
}
.page-leaf .flow_content_left_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: calc(74vw / 14.4);
  height: calc(360vw / 14.4);
  padding: 0 calc(20vw / 14.4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
  border-radius: 10px;
  border: 2px solid #B2D246;
  background: #FFF;
  color: #5C441D;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1.1px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.page-leaf .flow_content_left_item_arrow {
  width: calc(16vw / 14.4);
  margin-top: calc(50vw / 14.4);
}
.page-leaf .flow_content_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30vw / 14.4);
}
.page-leaf .flow_content_right_text {
  color: #5C441D;
  font-family: "LINE Seed JP";
  font-size: calc(26vw / 14.4);
  font-weight: 700;
  line-height: 100%;
}
.page-leaf .flow_content_right_link {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(26vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-leaf .flow_content_noto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(13vw / 14.4);
  border-top: 2px solid #F3992B;
  width: calc(296vw / 14.4);
  margin-right: calc(334vw / 14.4);
  margin-left: auto;
}
.page-leaf .flow_content_noto_text {
  color: #F3992B;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 5%;
  margin-top: calc(10vw / 14.4);
}
.page-leaf .location {
  margin-top: calc(90vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-leaf .location_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-leaf .location_title_en {
  color: #B2D246;
  margin-bottom: calc(-8vw / 14.4);
}
.page-leaf .location_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1010vw / 14.4);
  margin-top: calc(40vw / 14.4);
  margin-left: calc(225vw / 14.4);
  padding: calc(25vw / 14.4) calc(50vw / 14.4);
  border-radius: calc(20vw / 14.4);
  background: #FFF;
  gap: calc(60vw / 14.4);
}
.page-leaf .location_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(20vw / 14.4);
}
.page-leaf .location_content_left_title {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(32vw / 14.4);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 10%;
}
.page-leaf .location_content_left_address {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 5%;
  margin-top: calc(30vw / 14.4);
}
.page-leaf .location_content_left_tel_fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
  margin-top: calc(25vw / 14.4);
}
.page-leaf .location_content_left_tel_fax_tel {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6vw / 14.4);
}
.page-leaf .location_content_left_tel_fax_tel::before {
  content: "";
  width: calc(19vw / 14.4);
  height: calc(19vw / 14.4);
  background-image: url(../img/common/tel-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-leaf .location_content_left_tel_fax_fax {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6vw / 14.4);
}
.page-leaf .location_content_left_tel_fax_fax::before {
  content: "";
  width: calc(19vw / 14.4);
  height: calc(19vw / 14.4);
  background-image: url(../img/common/fax-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-leaf .location_content_right_iframe {
  width: calc(473vw / 14.4);
  height: calc(342vw / 14.4);
}
.page-leaf .top_contact .top_section-title {
  margin-left: calc(205vw / 14.4);
}
.page-leaf .top_contact .top_section-title-en {
  font-size: calc(80vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .page-leaf_inner {
    width: 100%;
  }
  .page-leaf_fv_title {
    font-size: calc(34vw / 3.9);
    line-height: 140%;
    letter-spacing: 5%;
    margin-top: calc(-35vw / 3.9);
    margin-left: calc(15vw / 3.9);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-leaf_fv_main_main_img {
    position: static;
    width: calc(170vw / 3.9);
    height: auto;
    margin: 0;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-leaf_fv_sub_sub_img2 {
    width: calc(100vw / 3.9);
    top: calc(125vw / 3.9);
    left: auto;
    right: calc(0vw / 3.9);
  }
  .page-leaf_fv_text {
    width: calc(345vw / 3.9);
    margin: calc(20vw / 3.9) auto 0;
    font-size: calc(15vw / 3.9);
    line-height: 180%;
    font-weight: 500;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-leaf .requirements {
    margin: calc(40vw / 3.9) auto 0;
    width: calc(350vw / 3.9);
    border-radius: calc(20vw / 3.9);
    padding: calc(20vw / 3.9) calc(16vw / 3.9);
  }
  .page-leaf .requirements_title {
    font-size: calc(23vw / 3.9);
    text-align: center;
  }
  .page-leaf .requirements_content_list {
    margin-top: calc(15vw / 3.9);
    margin-left: calc(40vw / 3.9);
  }
  .page-leaf .requirements_content_list_item {
    font-size: calc(15vw / 3.9);
    line-height: 170%;
  }
  .page-leaf .requirements_content_note {
    font-size: calc(14vw / 3.9);
    line-height: 170%;
    text-align: right;
    margin-top: calc(-10vw / 3.9);
  }
  .page-leaf .requirements_img {
    width: calc(100vw / 3.9);
    height: auto;
    position: absolute;
    left: calc(-20vw / 3.9);
    top: calc(-40vw / 3.9);
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
  .page-leaf .section_title {
    font-size: calc(22vw / 3.9);
    gap: calc(10vw / 3.9);
    margin-left: calc(15vw / 3.9);
  }
  .page-leaf .section_title_en {
    font-size: calc(40vw / 3.9);
  }
  .page-leaf .benefit {
    margin-top: calc(35vw / 3.9);
    padding: calc(50vw / 3.9) 0 0;
    background-size: 100% auto;
  }
  .page-leaf .benefit_title {
    margin-top: 0;
  }
  .page-leaf .benefit_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: calc(25vw / 3.9);
    margin-left: 0;
    gap: calc(20vw / 3.9);
    background: -webkit-gradient(linear, left top, left bottom, from(#B2D246), to(#F9F9F0));
    background: linear-gradient(to bottom, #B2D246 0%, #F9F9F0 100%);
    position: relative;
    padding-bottom: calc(80vw / 3.9);
  }
  .page-leaf .benefit_content_left, .page-leaf .benefit_content_right {
    width: calc(360vw / 3.9);
    margin: 0 auto;
    gap: calc(15vw / 3.9);
  }
  .page-leaf .benefit_content_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-leaf .benefit_content_left_item {
    position: absolute;
    top: calc(0vw / 3.9);
    right: calc(0vw / 3.9);
  }
  .page-leaf .benefit_content_right_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: calc(0vw / 3.9);
    right: calc(0vw / 3.9);
  }
  .page-leaf .benefit_content_left_item1 {
    top: calc(0vw / 3.9);
    left: calc(15vw / 3.9);
  }
  .page-leaf .benefit_content_left_item_voice1 {
    width: calc(175vw / 3.9);
    z-index: 1;
  }
  .page-leaf .benefit_content_left_item_img1 {
    width: calc(150vw / 3.9);
    margin-left: auto;
    margin-right: calc(-10vw / 3.9);
    margin-top: calc(-10vw / 3.9);
  }
  .page-leaf .benefit_content_left_item2 {
    top: calc(20vw / 3.9);
    right: calc(5vw / 3.9);
  }
  .page-leaf .benefit_content_left_item_voice2 {
    width: calc(185vw / 3.9);
    z-index: 1;
  }
  .page-leaf .benefit_content_left_item_img2 {
    width: calc(150vw / 3.9);
    margin-left: auto;
    margin-right: calc(0vw / 3.9);
    margin-top: calc(-10vw / 3.9);
  }
  .page-leaf .benefit_content_right_item1 {
    top: calc(270vw / 3.9);
    left: calc(30vw / 3.9);
  }
  .page-leaf .benefit_content_right_item_voice3 {
    width: calc(210vw / 3.9);
    z-index: 1;
  }
  .page-leaf .benefit_content_right_item_img3 {
    width: calc(140vw / 3.9);
    margin-left: calc(-25vw / 3.9);
    margin-right: auto;
    margin-top: calc(10vw / 3.9);
  }
  .page-leaf .benefit_content_right_item2 {
    top: calc(420vw / 3.9);
    right: calc(20vw / 3.9);
  }
  .page-leaf .benefit_content_right_item_voice4 {
    width: calc(190vw / 3.9);
    z-index: 1;
  }
  .page-leaf .benefit_content_right_item_img4 {
    width: calc(150vw / 3.9);
    margin-left: auto;
    margin-right: calc(-15vw / 3.9);
    margin-top: calc(0vw / 3.9);
  }
  .page-leaf .benefit_content_bottom_facility {
    width: calc(340vw / 3.9);
    height: auto;
    min-height: unset;
    border-radius: calc(16vw / 3.9);
    padding-bottom: calc(20vw / 3.9);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(540vw / 3.9);
  }
  .page-leaf .benefit_content_bottom_facility_title {
    font-size: calc(18vw / 3.9);
    padding: calc(10vw / 3.9) calc(16vw / 3.9);
    border-radius: calc(16vw / 3.9) 0 calc(16vw / 3.9) 0;
  }
  .page-leaf .benefit_content_bottom_facility_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16vw / 3.9);
  }
  .page-leaf .benefit_content_bottom_facility_left {
    margin-left: calc(16vw / 3.9);
    margin-right: calc(16vw / 3.9);
    margin-top: calc(10vw / 3.9);
    gap: calc(12vw / 3.9);
  }
  .page-leaf .benefit_content_bottom_facility_text {
    font-size: calc(18vw / 3.9);
  }
  .page-leaf .benefit_content_bottom_facility_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(10vw / 3.9);
  }
  .page-leaf .benefit_content_bottom_facility_list_item {
    width: calc(100vw / 3.9);
    height: calc(100vw / 3.9);
  }
  .page-leaf .benefit_content_bottom_facility_list2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    gap: calc(10vw / 3.9);
    padding-bottom: calc(8vw / 3.9);
  }
  .page-leaf .benefit_content_bottom_facility_list2_item {
    font-size: calc(16vw / 3.9);
    line-height: 140%;
  }
  .page-leaf .benefit_content_bottom_facility_list2_item::before {
    width: calc(22vw / 3.9);
    height: calc(22vw / 3.9);
  }
  .page-leaf .work_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
  }
  .page-leaf .work_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(20vw / 3.9);
    margin-left: calc(20vw / 3.9);
    margin-right: calc(20vw / 3.9);
    gap: calc(30vw / 3.9);
  }
  .page-leaf .work_content_left_text {
    font-size: calc(23vw / 3.9);
  }
  .page-leaf .work_content_left_text2 {
    font-size: calc(18vw / 3.9);
  }
  .page-leaf .work_content_left_list {
    width: calc(320vw / 3.9);
    margin: calc(20vw / 3.9) auto 0;
    gap: calc(10vw / 3.9);
  }
  .page-leaf .work_content_left_list_item, .page-leaf .work_content_left_list_item:nth-child(2n) {
    width: 100%;
    font-size: calc(16vw / 3.9);
    gap: calc(6vw / 3.9);
    padding-bottom: calc(8vw / 3.9);
  }
  .page-leaf .work_content_left_list_item:before {
    width: calc(10vw / 3.9);
    height: calc(10vw / 3.9);
  }
  .page-leaf .work_content_right {
    gap: calc(15vw / 3.9);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-leaf .work_content_right_img {
    width: calc(320vw / 3.9);
  }
  .page-leaf .schedule {
    margin-top: calc(50vw / 3.9);
  }
  .page-leaf .schedule_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
  }
  .page-leaf .schedule_content {
    width: calc(340vw / 3.9);
    height: auto;
    margin-top: calc(20vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    border-radius: calc(14vw / 3.9);
    padding: calc(30vw / 3.9) calc(15vw / 3.9);
  }
  .page-leaf .schedule_content_img {
    width: 100%;
  }
  .page-leaf .about_user {
    margin-top: calc(50vw / 3.9);
  }
  .page-leaf .about_user_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(10vw / 3.9);
  }
  .page-leaf .about_user_content {
    margin-top: calc(25vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    gap: calc(30vw / 3.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(300vw / 3.9);
  }
  .page-leaf .about_user_content_item {
    width: 100%;
    height: auto;
    margin-top: 0;
    gap: 0;
  }
  .page-leaf .about_user_content_item_inner {
    margin-top: calc(5vw / 3.9);
    gap: 0;
    padding: calc(15vw / 3.9) 0;
    min-height: calc(210vw / 3.9);
  }
  .page-leaf .about_user_content_item_title {
    font-size: calc(20vw / 3.9);
  }
  .page-leaf .about_user_content_item_img {
    width: 100%;
  }
  .page-leaf .about_user_content_item_img1 {
    width: 70%;
  }
  .page-leaf .about_user_content_item_img2 {
    width: 70%;
  }
  .page-leaf .about_user_content_item_img3 {
    width: 70%;
  }
  .page-leaf .about_user_content_item_img4 {
    width: 50%;
  }
  .page-leaf .about_user_content_item_img5 {
    width: 80%;
  }
  .page-leaf .about_user_content_item_text_item {
    font-size: calc(28vw / 3.9);
  }
  .page-leaf .about_user_content_item_text_item span {
    font-size: calc(64vw / 3.9);
  }
  .page-leaf .about_user_content_item_text_item_span_small {
    font-size: calc(46vw / 3.9) !important;
  }
  .page-leaf .about_user_content_item_text_item_line2 {
    margin-left: calc(25vw / 3.9);
  }
  .page-leaf .about_user_content_item_text_item_small {
    font-size: calc(22vw / 3.9);
    margin-top: calc(5vw / 3.9);
  }
  .page-leaf .about_user_content_item_note {
    font-size: calc(18vw / 3.9);
    margin-top: calc(5vw / 3.9);
  }
  .page-leaf .flow {
    margin-top: calc(50vw / 3.9);
  }
  .page-leaf .flow_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
  }
  .page-leaf .flow_content {
    margin-top: calc(30vw / 3.9);
    margin-left: calc(17vw / 3.9);
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-leaf .flow_content_left {
    width: calc(330vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(5vw / 3.9);
    position: relative;
  }
  .page-leaf .flow_content_left_item {
    width: calc(330vw / 3.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(10vw / 3.9);
  }
  .page-leaf .flow_content_left_item_number {
    font-size: calc(33vw / 3.9);
    width: calc(42vw / 3.9);
    display: block;
    text-align: center;
  }
  .page-leaf .flow_content_left_item_text {
    width: calc(280vw / 3.9);
    height: auto;
    min-height: calc(54vw / 3.9);
    min-width: 0;
    padding: calc(10vw / 3.9) calc(20vw / 3.9);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: calc(18vw / 3.9);
    line-height: 140%;
  }
  .page-leaf .flow_content_left_item_arrow {
    width: calc(18vw / 3.9);
    margin-top: 0;
    margin-left: calc(55vw / 3.9);
  }
  .page-leaf .flow_content_left_item_arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page-leaf .flow_content_noto {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: calc(240vw / 3.9);
    margin: auto;
    right: calc(7vw / 3.9);
    bottom: calc(90vw / 3.9);
    border: none;
    border-left: 2px solid #F3992B;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 calc(5vw / 3.9);
  }
  .page-leaf .flow_content_noto_text {
    font-size: calc(14vw / 3.9);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: upright;
    text-align: center;
  }
  .page-leaf .location {
    margin-top: calc(50vw / 3.9);
  }
  .page-leaf .location_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
  }
  .page-leaf .location_content {
    width: calc(360vw / 3.9);
    margin-top: calc(20vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    padding: calc(20vw / 3.9) calc(16vw / 3.9);
    border-radius: calc(14vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(14vw / 3.9);
  }
  .page-leaf .location_content_left {
    margin-top: 0;
  }
  .page-leaf .location_content_left_title {
    font-size: calc(26vw / 3.9);
  }
  .page-leaf .location_content_left_address {
    margin-top: calc(15vw / 3.9);
    font-size: calc(14vw / 3.9);
    line-height: 160%;
  }
  .page-leaf .location_content_left_tel_fax {
    margin-top: calc(15vw / 3.9);
    gap: calc(8vw / 3.9);
  }
  .page-leaf .location_content_left_tel_fax_tel, .page-leaf .location_content_left_tel_fax_fax {
    font-size: calc(18vw / 3.9);
    gap: calc(6vw / 3.9);
  }
  .page-leaf .location_content_left_tel_fax_tel::before, .page-leaf .location_content_left_tel_fax_fax::before {
    width: calc(16vw / 3.9);
    height: calc(16vw / 3.9);
  }
  .page-leaf .location_content_right_iframe {
    width: 100%;
    height: calc(240vw / 3.9);
  }
  .page-leaf .top_contact {
    padding-top: calc(50vw / 3.9);
  }
  .page-leaf .top_contact_content_item {
    margin-top: calc(60vw / 3.9);
  }
}

@-webkit-keyframes page-leaf-benefit-voice-scalein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes page-leaf-benefit-voice-scalein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-marunico_fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-marunico_fv_title {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(64vw / 14.4);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 15%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: calc(110vw / 14.4);
  margin-left: calc(110vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
}
.page-marunico_fv_title span {
  font-size: calc(44vw / 14.4);
  line-height: 130%;
}
.page-marunico_fv_text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 200%;
  margin-top: calc(41vw / 14.4);
  margin-left: calc(210vw / 14.4);
  width: calc(545vw / 14.4);
  letter-spacing: 0;
}
.page-marunico_fv_main_main_img {
  width: calc(677vw / 14.4);
  height: calc(571vw / 14.4);
  position: absolute;
  top: calc(0vw / 14.4);
  right: calc(0vw / 14.4);
}
.page-marunico .section_title_en {
  color: #FFF;
  font-size: calc(80vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  font-family: "Zen Maru Gothic";
}
.page-marunico .section_title {
  color: #FFF;
  text-align: center;
  font-size: calc(36vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(20vw / 14.4);
  font-family: "Noto Sans JP";
}
.page-marunico .benefit {
  margin-top: calc(40vw / 14.4);
  padding: calc(100vw / 14.4) 0 calc(140vw / 14.4) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-image: url(../img/marunico/page-marunico-bg.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-marunico .benefit_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
}
.page-marunico .benefit_content {
  width: calc(876vw / 14.4);
  height: calc(605vw / 14.4);
  border-radius: calc(40vw / 14.4);
  background: #FFF;
  margin-top: calc(40vw / 14.4);
  margin-left: calc(234vw / 14.4);
  position: relative;
}
.page-marunico .benefit_content_text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 200%;
  margin-top: calc(30vw / 14.4);
  margin-left: calc(80vw / 14.4);
  width: calc(612vw / 14.4);
}
.page-marunico .benefit_content_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(10vw / 14.4);
  margin-top: calc(25vw / 14.4);
  margin-left: calc(80vw / 14.4);
  width: calc(717vw / 14.4);
  position: relative;
}
.page-marunico .benefit_content_img {
  width: calc(232vw / 14.4);
}
.page-marunico .benefit_content_img_staff1 {
  width: calc(130vw / 14.4);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(11%, -100%);
          transform: translate(11%, -100%);
}
.page-marunico .benefit_content_img_staff2 {
  width: calc(80vw / 14.4);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.page-marunico .benefit_content_voice_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: calc(-20vw / 14.4);
  right: calc(80vw / 14.4);
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.page-marunico .benefit_content_voice_item_text {
  width: calc(265vw / 14.4);
  margin-left: calc(30vw / 14.4);
}
.page-marunico .benefit_content_voice_item_img {
  width: calc(156vw / 14.4);
  margin-top: calc(-30vw / 14.4);
}
.page-marunico .benefit.is-voices-inview .benefit_content_voice_item_text {
  -webkit-animation: page-marunico-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both;
          animation: page-marunico-benefit-voice-scalein 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.page-marunico .program {
  margin-top: calc(50vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-marunico .program_title {
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-marunico .program_title_en {
  color: #F3992B;
  margin-bottom: calc(-8vw / 14.4);
}
.page-marunico .program_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(50vw / 14.4);
  margin-left: calc(234vw / 14.4);
  gap: calc(40vw / 14.4);
}
.page-marunico .program_content_item {
  width: calc(876vw / 14.4);
  border-radius: calc(60vw / 14.4);
  background: #FFF;
  padding: calc(30vw / 14.4) 0 calc(40vw / 14.4) 0;
  position: relative;
}
.page-marunico .program_content_item_title {
  color: #5C441D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: calc(36vw / 14.4);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.8px;
  position: absolute;
  top: calc(90vw / 14.4);
  left: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
}
.page-marunico .program_content_item_title::before {
  content: "";
  width: calc(14vw / 14.4);
  height: calc(14vw / 14.4);
  background: #F3992B;
  border-radius: 50%;
}
.page-marunico .program_content_item_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(11vw / 14.4);
}
.page-marunico .program_content_item_column1, .page-marunico .program_content_item_column2, .page-marunico .program_content_item_column3, .page-marunico .program_content_item_column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(11vw / 14.4);
}
.page-marunico .program_content_item_column1_item, .page-marunico .program_content_item_column2_item, .page-marunico .program_content_item_column3_item, .page-marunico .program_content_item_column4_item {
  width: calc(170vw / 14.4);
  height: calc(170vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: calc(20vw / 14.4);
  background: #B2D246;
  opacity: 0;
  -webkit-transform: rotate(3deg) scale(0.85);
          transform: rotate(3deg) scale(0.85);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  will-change: transform, opacity;
}
.page-marunico .program_content_item_column1_item.is-inview, .page-marunico .program_content_item_column2_item.is-inview, .page-marunico .program_content_item_column3_item.is-inview, .page-marunico .program_content_item_column4_item.is-inview {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}
.page-marunico .program_content_item_column1_item_text, .page-marunico .program_content_item_column2_item_text, .page-marunico .program_content_item_column3_item_text, .page-marunico .program_content_item_column4_item_text {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "LINE Seed JP";
  font-size: calc(24vw / 14.4);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.2px;
}
.page-marunico .program_content_item_column1_item_text.small, .page-marunico .program_content_item_column2_item_text.small, .page-marunico .program_content_item_column3_item_text.small, .page-marunico .program_content_item_column4_item_text.small {
  font-size: calc(23vw / 14.4);
}
.page-marunico .program_content_item_column1_item_text span, .page-marunico .program_content_item_column2_item_text span, .page-marunico .program_content_item_column3_item_text span, .page-marunico .program_content_item_column4_item_text span {
  font-size: calc(20vw / 14.4);
}
.page-marunico .program_content_item_column1_item_number, .page-marunico .program_content_item_column2_item_number, .page-marunico .program_content_item_column3_item_number, .page-marunico .program_content_item_column4_item_number {
  color: #FFF;
  font-family: "Inter";
  font-size: calc(38vw / 14.4);
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  bottom: calc(-12vw / 14.4);
  right: calc(5vw / 14.4);
  opacity: 0.47;
}
.page-marunico .program_content_item_column1 {
  margin-top: calc(50vw / 14.4);
}
.page-marunico .program_content_item_column3 {
  margin-top: calc(100vw / 14.4);
}
.page-marunico .program_content_item_column4 {
  margin-top: calc(30vw / 14.4);
}
.page-marunico .program_content_item_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(23vw / 14.4);
  margin-top: calc(15vw / 14.4);
}
.page-marunico .program_content_item_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20vw / 14.4);
  width: calc(350vw / 14.4);
}
.page-marunico .program_content_item_bottom_left_item_title {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.1px;
}
.page-marunico .program_content_item_bottom_left_item_text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 180%;
  margin-top: calc(10vw / 14.4);
}
.page-marunico .program_content_item_bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
  width: calc(350vw / 14.4);
}
.page-marunico .program_content_item_bottom_right_item_title {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.1px;
}
.page-marunico .program_content_item_bottom_right_item_text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 180%;
  margin-top: calc(10vw / 14.4);
}
.page-marunico .flow {
  margin-top: calc(90vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-marunico .flow_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(20vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
  line-height: 1;
}
.page-marunico .flow_title_en {
  color: #F3992B;
  font-family: "Zen Maru Gothic";
  font-size: calc(80vw / 14.4);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: calc(4vw / 14.4);
}
.page-marunico .flow_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(986vw / 14.4);
  margin-top: calc(60vw / 14.4);
  margin-left: calc(229vw / 14.4);
}
.page-marunico .flow_content_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(15vw / 14.4);
}
.page-marunico .flow_content_start_number {
  color: #F3992B;
  font-family: "Inter";
  font-size: calc(40vw / 14.4);
  font-weight: 700;
  line-height: 140%;
}
.page-marunico .flow_content_start_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(645vw / 14.4);
  min-height: calc(71vw / 14.4);
  padding: calc(13vw / 14.4) calc(20vw / 14.4);
  border-radius: 10px;
  border: 1px solid #F3992B;
  background: #F3992B;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-family: "LINE Seed JP";
  font-size: calc(30vw / 14.4);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.page-marunico .flow_content_branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(40vw / 14.4);
  margin-top: calc(20vw / 14.4);
}
.page-marunico .flow_content_branch_column {
  width: calc(473vw / 14.4);
}
.page-marunico .flow_content_branch_column_title {
  display: block;
  width: 100%;
  margin: calc(10vw / 14.4) 0 0;
  padding: 0 0 calc(5vw / 14.4);
  color: #5C441D;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 5%;
  border: none;
  border-bottom: 2px solid #5C441D;
  border-radius: 0;
  background: transparent;
  text-align: center;
  cursor: default;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.page-marunico .flow_content_branch_column_title span {
  font-size: calc(28vw / 14.4);
}
.page-marunico .flow_content_branch_column_title:focus-visible {
  outline: 2px solid #F3992B;
  outline-offset: 2px;
}
.page-marunico .flow_content_branch_column_steps {
  margin-top: calc(25vw / 14.4);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10vw / 14.4);
}
.page-marunico .flow_content_branch_column_step {
  display: grid;
  grid-template-columns: calc(52vw / 14.4) calc(15vw / 14.4) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page-marunico .flow_content_branch_column_step_number {
  color: #B2D246;
  font-family: "Inter";
  font-size: calc(38vw / 14.4);
  font-weight: 700;
  line-height: 140%;
  grid-column: 1/2;
}
.page-marunico .flow_content_branch_column_step_text {
  width: calc(404vw / 14.4);
  min-height: calc(60vw / 14.4);
  margin: 0;
  grid-column: 3/4;
  border: 2px solid #B2D246;
  border-radius: 10px;
  background: #FFF;
  color: #5C441D;
  font-family: "LINE Seed JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 calc(16vw / 14.4);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.page-marunico .flow_content_branch_column_step_note {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(14vw / 14.4);
  font-weight: 500;
  line-height: 130%;
  grid-column: 3/4;
  width: calc(384vw / 14.4);
  margin-top: calc(6vw / 14.4);
  margin-left: 0;
  padding-left: calc(30vw / 14.4);
  text-indent: -15px;
}
.page-marunico .flow_content_branch_column_step_arrow {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-marunico .fee {
  margin-top: calc(100vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-marunico .fee_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(20vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
  line-height: 1;
}
.page-marunico .fee_title_en {
  color: #F3992B;
  font-family: "Zen Maru Gothic";
  font-size: calc(80vw / 14.4);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: calc(4vw / 14.4);
}
.page-marunico .fee_content {
  width: calc(1010vw / 14.4);
  margin-top: calc(40vw / 14.4);
  margin-left: calc(225vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-marunico .fee_content_text {
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.02em;
}
.page-marunico .fee_content_table_wrap {
  margin-top: calc(28vw / 14.4);
  margin-left: calc(30vw / 14.4);
  margin-right: auto;
}
.page-marunico .fee_content_table {
  border-collapse: collapse;
  background: #FFF;
}
.page-marunico .fee_content_table th,
.page-marunico .fee_content_table td {
  border: 1px solid #5C441D;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(20vw / 14.4);
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  padding: calc(10vw / 14.4) calc(20vw / 14.4);
}
.page-marunico .fee_content_table th:first-child,
.page-marunico .fee_content_table td:first-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(375vw / 14.4);
}
.page-marunico .fee_content_table th:last-child,
.page-marunico .fee_content_table td:last-child {
  width: calc(220vw / 14.4);
}
.page-marunico .fee_content_note {
  margin-top: calc(10vw / 14.4);
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 130%;
  text-align: right;
}
.page-marunico .location {
  margin-top: calc(90vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-marunico .location_title {
  margin-top: calc(60vw / 14.4);
  margin-left: calc(205vw / 14.4);
  color: #333;
}
.page-marunico .location_title_en {
  color: #F3992B;
  margin-bottom: calc(-8vw / 14.4);
}
.page-marunico .location_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1010vw / 14.4);
  margin-top: calc(40vw / 14.4);
  margin-left: calc(225vw / 14.4);
  padding: calc(25vw / 14.4) calc(50vw / 14.4);
  border-radius: calc(20vw / 14.4);
  background: #FFF;
  gap: calc(60vw / 14.4);
}
.page-marunico .location_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(20vw / 14.4);
}
.page-marunico .location_content_left_title {
  color: #F3992B;
  font-family: "LINE Seed JP";
  font-size: calc(32vw / 14.4);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 10%;
}
.page-marunico .location_content_left_title span {
  font-size: calc(28vw / 14.4);
}
.page-marunico .location_content_left_address {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 5%;
  margin-top: calc(30vw / 14.4);
}
.page-marunico .location_content_left_tel_fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
  margin-top: calc(25vw / 14.4);
}
.page-marunico .location_content_left_tel_fax_tel {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6vw / 14.4);
}
.page-marunico .location_content_left_tel_fax_tel::before {
  content: "";
  width: calc(19vw / 14.4);
  height: calc(19vw / 14.4);
  background-image: url(../img/common/tel-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-marunico .location_content_left_tel_fax_fax {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6vw / 14.4);
}
.page-marunico .location_content_left_tel_fax_fax::before {
  content: "";
  width: calc(19vw / 14.4);
  height: calc(19vw / 14.4);
  background-image: url(../img/common/fax-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-marunico .location_content_right_iframe {
  width: calc(473vw / 14.4);
  height: calc(342vw / 14.4);
}
.page-marunico .top_contact .top_section-title {
  margin-left: calc(205vw / 14.4);
}
.page-marunico .top_contact .top_section-title-en {
  color: #F3992B;
  font-family: "Zen Maru Gothic";
  font-size: calc(80vw / 14.4);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .page-marunico_inner {
    width: 100%;
  }
  .page-marunico_fv_title {
    font-size: calc(30vw / 3.9);
    line-height: 140%;
    letter-spacing: 5%;
    margin-top: calc(-45vw / 3.9);
    margin-left: calc(15vw / 3.9);
    margin-right: calc(15vw / 3.9);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: calc(8vw / 3.9);
  }
  .page-marunico_fv_title span {
    font-size: calc(22vw / 3.9);
    line-height: 130%;
  }
  .page-marunico_fv_main_main_img {
    position: static;
    width: calc(170vw / 3.9);
    height: auto;
    margin: 0;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-marunico_fv_text {
    width: auto;
    max-width: calc(345vw / 3.9);
    margin: calc(20vw / 3.9) auto 0;
    font-size: calc(15vw / 3.9);
    line-height: 180%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-marunico .section_title {
    font-size: calc(22vw / 3.9);
    gap: calc(10vw / 3.9);
    margin-left: calc(15vw / 3.9);
  }
  .page-marunico .section_title_en {
    font-size: calc(40vw / 3.9);
  }
  .page-marunico .benefit {
    margin-top: calc(30vw / 3.9);
    padding: calc(50vw / 3.9) 0 calc(60vw / 3.9);
  }
  .page-marunico .benefit_title {
    margin-top: 0;
  }
  .page-marunico .benefit_content {
    width: calc(360vw / 3.9);
    height: auto;
    margin-top: calc(20vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    border-radius: calc(20vw / 3.9);
    padding-bottom: calc(24vw / 3.9);
  }
  .page-marunico .benefit_content_text {
    width: auto;
    margin-left: calc(16vw / 3.9);
    margin-right: calc(16vw / 3.9);
    margin-top: calc(20vw / 3.9);
    font-size: calc(15vw / 3.9);
    line-height: 180%;
  }
  .page-marunico .benefit_content_img_wrap {
    width: auto;
    margin-left: calc(35vw / 3.9);
    margin-right: calc(15vw / 3.9);
    margin-top: calc(45vw / 3.9);
    gap: calc(8vw / 3.9);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-marunico .benefit_content_img {
    width: calc(50% - calc(4vw / 3.9));
    max-width: calc(168vw / 3.9);
  }
  .page-marunico .benefit_content_img_staff1, .page-marunico .benefit_content_img_staff2 {
    width: calc(72vw / 3.9);
  }
  .page-marunico .benefit_content_img_staff1 {
    right: calc(10vw / 3.9);
    top: 0;
  }
  .page-marunico .benefit_content_img_staff2 {
    left: calc(0vw / 3.9);
    width: calc(40vw / 3.9);
    top: calc(120vw / 3.9);
  }
  .page-marunico .benefit_content_voice_wrap {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: calc(20vw / 3.9) auto 0;
    width: 100%;
    padding: 0 calc(12vw / 3.9);
  }
  .page-marunico .benefit_content_voice_item_text {
    margin-left: 0;
    width: calc(230vw / 3.9);
    margin-left: calc(65vw / 3.9);
  }
  .page-marunico .benefit_content_voice_item_img {
    width: calc(130vw / 3.9);
    margin-top: calc(-35vw / 3.9);
    margin-right: calc(65vw / 3.9);
  }
  .page-marunico .program {
    margin-top: calc(40vw / 3.9);
  }
  .page-marunico .program_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
  }
  .page-marunico .program_content {
    margin-top: calc(24vw / 3.9);
    margin-left: auto;
    margin-right: calc(15vw / 3.9);
    width: calc(340vw / 3.9);
    gap: calc(28vw / 3.9);
  }
  .page-marunico .program_content_item {
    width: 100%;
    padding: calc(20vw / 3.9) calc(10vw / 3.9) calc(28vw / 3.9);
    border-radius: calc(24vw / 3.9);
  }
  .page-marunico .program_content_item_title {
    margin: 0 auto calc(16vw / 3.9);
    font-size: calc(28vw / 3.9);
    gap: calc(8vw / 3.9);
  }
  .page-marunico .program_content_item_title::before {
    width: calc(14vw / 3.9);
    height: calc(14vw / 3.9);
  }
  .page-marunico .program_content_item_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: calc(12vw / 3.9);
  }
  .page-marunico .program_content_item_column1, .page-marunico .program_content_item_column2, .page-marunico .program_content_item_column3, .page-marunico .program_content_item_column4 {
    margin-top: 0;
    width: 100%;
    max-width: calc(286vw / 3.9);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(-67vw / 3.9);
  }
  .page-marunico .program_content_item_column1:first-child, .page-marunico .program_content_item_column2:first-child, .page-marunico .program_content_item_column3:first-child, .page-marunico .program_content_item_column4:first-child {
    margin-top: calc(0vw / 3.9);
  }
  .page-marunico .program_content_item_column1_item, .page-marunico .program_content_item_column2_item, .page-marunico .program_content_item_column3_item, .page-marunico .program_content_item_column4_item {
    width: calc(140vw / 3.9);
    height: calc(140vw / 3.9);
    border-radius: calc(14vw / 3.9);
  }
  .page-marunico .program_content_item_column1_item.right-item, .page-marunico .program_content_item_column2_item.right-item, .page-marunico .program_content_item_column3_item.right-item, .page-marunico .program_content_item_column4_item.right-item {
    margin-top: calc(60vw / 3.9);
  }
  .page-marunico .program_content_item_column1_item.left-item, .page-marunico .program_content_item_column2_item.left-item, .page-marunico .program_content_item_column3_item.left-item, .page-marunico .program_content_item_column4_item.left-item {
    margin-top: calc(-27vw / 3.9);
  }
  .page-marunico .program_content_item_column1_item_text, .page-marunico .program_content_item_column2_item_text, .page-marunico .program_content_item_column3_item_text, .page-marunico .program_content_item_column4_item_text {
    font-size: calc(18vw / 3.9);
  }
  .page-marunico .program_content_item_column1_item_text.small, .page-marunico .program_content_item_column2_item_text.small, .page-marunico .program_content_item_column3_item_text.small, .page-marunico .program_content_item_column4_item_text.small {
    font-size: calc(16vw / 3.9);
  }
  .page-marunico .program_content_item_column1_item_text span, .page-marunico .program_content_item_column2_item_text span, .page-marunico .program_content_item_column3_item_text span, .page-marunico .program_content_item_column4_item_text span {
    font-size: calc(14vw / 3.9);
  }
  .page-marunico .program_content_item_column1_item_number, .page-marunico .program_content_item_column2_item_number, .page-marunico .program_content_item_column3_item_number, .page-marunico .program_content_item_column4_item_number {
    font-size: calc(28vw / 3.9);
    bottom: calc(-8vw / 3.9);
    right: calc(4vw / 3.9);
  }
  .page-marunico .program_content_item_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(20vw / 3.9);
    margin-top: calc(20vw / 3.9);
    padding: 0 calc(20vw / 3.9);
  }
  .page-marunico .program_content_item_bottom_left, .page-marunico .program_content_item_bottom_right {
    width: 100%;
    max-width: calc(320vw / 3.9);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-marunico .program_content_item_bottom_left {
    gap: calc(10vw / 3.9);
  }
  .page-marunico .program_content_item_bottom_left_item_title, .page-marunico .program_content_item_bottom_right_item_title {
    font-size: calc(18vw / 3.9);
  }
  .page-marunico .program_content_item_bottom_left_item_text, .page-marunico .program_content_item_bottom_right_item_text {
    font-size: calc(14vw / 3.9);
    line-height: 170%;
  }
  .page-marunico .flow {
    margin-top: calc(50vw / 3.9);
  }
  .page-marunico .flow_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(10vw / 3.9);
  }
  .page-marunico .flow_title_en {
    font-size: calc(40vw / 3.9);
    margin-bottom: 0;
  }
  .page-marunico .flow_content {
    width: 100%;
    max-width: calc(360vw / 3.9);
    margin-top: calc(24vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    padding: 0 calc(12vw / 3.9);
  }
  .page-marunico .flow_content_start {
    gap: calc(10vw / 3.9);
    width: 100%;
  }
  .page-marunico .flow_content_start_number {
    font-size: calc(24vw / 3.9);
    width: calc(32vw / 3.9);
  }
  .page-marunico .flow_content_start_text {
    width: 100%;
    max-width: calc(290vw / 3.9);
    min-height: 0;
    font-size: calc(16vw / 3.9);
    padding: calc(10vw / 3.9) calc(8vw / 3.9);
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
  .page-marunico .flow_content_branch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(5vw / 3.9);
    margin-top: calc(20vw / 3.9);
  }
  .page-marunico .flow_content_branch_column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-marunico .flow_content_branch_column_title {
    font-size: calc(16vw / 3.9);
    margin: calc(15vw / 3.9) auto 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 90%;
  }
  .page-marunico .flow_content_branch_column_title span {
    font-size: calc(22vw / 3.9);
  }
  .page-marunico .flow_content_branch_column_title::after {
    content: "";
    display: block;
    width: calc(10vw / 3.9);
    height: calc(10vw / 3.9);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: calc(12vw / 3.9);
    -webkit-transform: translateY(-65%) rotate(45deg);
            transform: translateY(-65%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .page-marunico .flow_content_branch_column_title:before {
    content: "";
    display: block;
    width: calc(26vw / 3.9);
    height: calc(26vw / 3.9);
    background: #F3992B;
    position: absolute;
    top: 50%;
    right: calc(4vw / 3.9);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
  }
  .page-marunico .flow_content_branch_column_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(8vw / 3.9);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    -webkit-transition: max-height 0.4s ease, opacity 0.25s ease, margin-top 0.25s ease;
    transition: max-height 0.4s ease, opacity 0.25s ease, margin-top 0.25s ease;
  }
  .page-marunico .flow .flow_content_branch_column.is-steps-open > .flow_content_branch_column_title::after {
    -webkit-transform: translateY(-35%) rotate(-135deg);
            transform: translateY(-35%) rotate(-135deg);
  }
  .page-marunico .flow .flow_content_branch_column.is-steps-open > .flow_content_branch_column_steps {
    max-height: 4000px;
    opacity: 1;
    margin-top: calc(16vw / 3.9);
  }
  .page-marunico .flow_content_branch_column_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(6vw / 3.9);
    width: 100%;
  }
  .page-marunico .flow_content_branch_column_step_number {
    font-size: calc(24vw / 3.9);
    width: calc(32vw / 3.9);
  }
  .page-marunico .flow_content_branch_column_step_text {
    width: calc(295vw / 3.9);
    min-height: 0;
    font-size: calc(16vw / 3.9);
    padding: calc(8vw / 3.9) calc(10vw / 3.9);
  }
  .page-marunico .flow_content_branch_column_step_note {
    width: calc(300vw / 3.9);
    font-size: calc(12vw / 3.9);
    padding-left: calc(12vw / 3.9);
    text-indent: 0;
    margin-top: calc(0vw / 3.9);
    margin-left: auto;
    margin-right: calc(10vw / 3.9);
  }
  .page-marunico .flow_content_branch_column_step_arrow {
    margin-right: calc(140vw / 3.9);
  }
  .page-marunico .fee {
    margin-top: calc(50vw / 3.9);
  }
  .page-marunico .fee_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(10vw / 3.9);
  }
  .page-marunico .fee_title_en {
    font-size: calc(40vw / 3.9);
    margin-bottom: 0;
  }
  .page-marunico .fee_content {
    width: 100%;
    max-width: calc(360vw / 3.9);
    margin-top: calc(20vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    padding: 0 calc(12vw / 3.9);
  }
  .page-marunico .fee_content_text {
    font-size: calc(14vw / 3.9);
    line-height: 180%;
  }
  .page-marunico .fee_content_text br {
    display: none;
  }
  .page-marunico .fee_content_table_wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-marunico .fee_content_table {
    min-width: calc(320vw / 3.9);
  }
  .page-marunico .fee_content_table th,
  .page-marunico .fee_content_table td {
    font-size: calc(14vw / 3.9);
    padding: calc(8vw / 3.9) calc(10vw / 3.9);
  }
  .page-marunico .fee_content_table th:first-child,
  .page-marunico .fee_content_table td:first-child {
    min-width: calc(180vw / 3.9);
  }
  .page-marunico .fee_content_table th:last-child,
  .page-marunico .fee_content_table td:last-child {
    width: auto;
    min-width: calc(80vw / 3.9);
  }
  .page-marunico .fee_content_note {
    font-size: calc(12vw / 3.9);
    text-align: left;
    margin-top: calc(8vw / 3.9);
  }
  .page-marunico .location {
    margin-top: calc(50vw / 3.9);
  }
  .page-marunico .location_title {
    margin-top: 0;
    margin-left: calc(15vw / 3.9);
  }
  .page-marunico .location_content {
    width: calc(360vw / 3.9);
    margin-top: calc(20vw / 3.9);
    margin-left: auto;
    margin-right: auto;
    padding: calc(20vw / 3.9) calc(16vw / 3.9);
    border-radius: calc(14vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(14vw / 3.9);
  }
  .page-marunico .location_content_left {
    margin-top: 0;
  }
  .page-marunico .location_content_left_title {
    font-size: calc(24vw / 3.9);
  }
  .page-marunico .location_content_left_title span {
    font-size: calc(20vw / 3.9);
  }
  .page-marunico .location_content_left_address {
    margin-top: calc(15vw / 3.9);
    font-size: calc(14vw / 3.9);
    line-height: 160%;
  }
  .page-marunico .location_content_left_tel_fax {
    margin-top: calc(15vw / 3.9);
    gap: calc(8vw / 3.9);
  }
  .page-marunico .location_content_left_tel_fax_tel, .page-marunico .location_content_left_tel_fax_fax {
    font-size: calc(18vw / 3.9);
    gap: calc(6vw / 3.9);
  }
  .page-marunico .location_content_left_tel_fax_tel::before, .page-marunico .location_content_left_tel_fax_fax::before {
    width: calc(16vw / 3.9);
    height: calc(16vw / 3.9);
  }
  .page-marunico .location_content_right_iframe {
    width: 100%;
    height: calc(240vw / 3.9);
  }
  .page-marunico .top_contact {
    padding-top: calc(50vw / 3.9);
  }
  .page-marunico .top_contact .top_section-title-en {
    font-size: calc(40vw / 3.9);
    letter-spacing: 0.05em;
  }
  .page-marunico .top_contact_content_item {
    margin-top: calc(60vw / 3.9);
  }
}

@-webkit-keyframes page-marunico-benefit-voice-scalein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes page-marunico-benefit-voice-scalein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-company {
  background-color: #f9f9f0;
}
.page-company_inner {
  width: calc(1030vw / 14.4);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 calc(40vw / 14.4) calc(140vw / 14.4);
}
@media (max-width: 600px) {
  .page-company_inner {
    width: 100%;
    padding: 0 calc(20vw / 3.9) calc(80vw / 3.9);
  }
}
.page-company_title {
  color: #333333;
  text-align: center;
  font-family: "LINE Seed JP", sans-serif;
  font-size: calc(44vw / 14.4);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: calc(2.2vw / 14.4);
  margin-top: calc(130vw / 14.4);
}
@media (max-width: 600px) {
  .page-company_title {
    font-size: calc(28vw / 3.9);
    letter-spacing: 0.08em;
    margin-top: calc(100vw / 3.9);
  }
}
.page-company_profile {
  max-width: calc(766vw / 14.4);
  margin: calc(50vw / 14.4) auto 0;
}
@media (max-width: 600px) {
  .page-company_profile {
    max-width: 100%;
    margin-top: calc(32vw / 3.9);
  }
}
.page-company_profile_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(80vw / 14.4);
  padding-bottom: calc(20vw / 14.4);
  margin-bottom: calc(20vw / 14.4);
  border-bottom: 1px solid #333;
}
@media (max-width: 600px) {
  .page-company_profile_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(12vw / 3.9);
    padding-bottom: calc(16vw / 3.9);
    margin-bottom: calc(16vw / 3.9);
  }
}
.page-company_profile_row--business {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-company_profile_row--business .page-company_profile_dd {
  line-height: 1.4;
}
.page-company_profile_dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(105vw / 14.4);
          flex: 0 0 calc(105vw / 14.4);
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(20vw / 14.4);
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(1vw / 14.4);
}
@media (max-width: 600px) {
  .page-company_profile_dt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    font-size: calc(16vw / 3.9);
    letter-spacing: 0.05em;
  }
}
.page-company_profile_dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(20vw / 14.4);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(1vw / 14.4);
}
@media (max-width: 600px) {
  .page-company_profile_dd {
    font-size: calc(15vw / 3.9);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.page-company_profile_dd--contact {
  line-height: 1.4;
}
.page-company_profile_dd--contact p {
  margin: 0;
  line-height: 1.4;
}
.page-company_profile_dd--contact p + p {
  margin-top: 0.2em;
}
.page-company_profile_line {
  margin: 0;
  line-height: 1.4;
}
.page-company_profile_line + .page-company_profile_line {
  margin-top: 0.35em;
}
.page-company_profile_sub {
  margin: 0.1em 0 0;
  padding-left: 0;
  line-height: 1.4;
}
.page-company_profile_line + .page-company_profile_sub {
  margin-bottom: 0.5em;
}
.page-company_link {
  color: #b2d246;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-company_link:hover {
  opacity: 0.85;
}
.page-company_banner {
  width: calc(300vw / 14.4);
  max-width: 100%;
  margin: calc(80vw / 14.4) auto 0;
  text-align: center;
}
.page-company_banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .page-company_banner {
    width: 100%;
    margin-top: calc(48vw / 3.9);
  }
}

.page-contact,
.page-contact-confirm {
  background-color: #F9F9F0;
  padding-bottom: calc(140vw / 14.4);
}
.page-contact_inner,
.page-contact-confirm_inner {
  width: calc(900vw / 14.4);
  max-width: 100%;
  margin: 0 auto;
  padding: calc(130vw / 14.4) calc(40vw / 14.4) 0;
}
.page-contact_title,
.page-contact-confirm_title {
  color: #333;
  text-align: center;
  font-family: "LINE Seed JP";
  font-size: calc(44vw / 14.4);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 5%;
}
.page-contact_lead,
.page-contact-confirm_lead {
  margin-top: calc(28vw / 14.4);
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 180%;
}
.page-contact_form,
.page-contact-confirm_form {
  width: calc(760vw / 14.4);
  margin: calc(55vw / 14.4) auto 0;
}
.page-contact .wpcf7,
.page-contact-confirm .wpcf7 {
  width: 100%;
}
.page-contact .wpcf7 form,
.page-contact-confirm .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(24vw / 14.4);
}
.page-contact .wpcf7 form > p,
.page-contact-confirm .wpcf7 form > p {
  margin: 0;
}
.page-contact .privacy-policy-wrap,
.page-contact-confirm .privacy-policy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
  grid-column: 1/3;
  padding-left: calc(40vw / 14.4);
  position: relative;
}
.page-contact .privacy-policy-wrap::before,
.page-contact-confirm .privacy-policy-wrap::before {
  content: "07";
  position: absolute;
  top: 0;
  left: 0;
  color: #F3992B;
  font-family: "Inter";
  font-size: calc(20vw / 14.4);
  font-weight: 700;
  line-height: 1;
}
.page-contact .privacy-policy,
.page-contact-confirm .privacy-policy {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 100%;
}
.page-contact .privacy-policy-text,
.page-contact-confirm .privacy-policy-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(17vw / 14.4);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 5%;
}
.page-contact .privacy-policy-text a,
.page-contact-confirm .privacy-policy-text a {
  text-decoration: underline;
}
.page-contact .wpcf7 form,
.page-contact-confirm .wpcf7 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: calc(20vw / 14.4);
     -moz-column-gap: calc(20vw / 14.4);
          column-gap: calc(20vw / 14.4);
  row-gap: calc(25vw / 14.4);
  counter-reset: contactStep;
}
.page-contact .wpcf7 form > p,
.page-contact-confirm .wpcf7 form > p {
  grid-column: 1/3;
}
.page-contact .wpcf7 form > p:nth-child(-n+7) > label,
.page-contact-confirm .wpcf7 form > p:nth-child(-n+7) > label {
  position: relative;
  padding-left: calc(40vw / 14.4);
}
.page-contact .wpcf7 form > p:nth-child(-n+7) > label::before,
.page-contact-confirm .wpcf7 form > p:nth-child(-n+7) > label::before {
  counter-increment: contactStep;
  content: counter(contactStep, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: #F3992B;
  font-family: "Inter";
  font-size: calc(20vw / 14.4);
  font-weight: 700;
  line-height: 1;
}
.page-contact .wpcf7 form > p:nth-child(1) :is(select, .wpcf7-form-control-wrap),
.page-contact-confirm .wpcf7 form > p:nth-child(1) :is(select, .wpcf7-form-control-wrap) {
  width: calc(300vw / 14.4);
  max-width: 100%;
}
.page-contact .wpcf7 .wpcf7-form-control-wrap,
.page-contact-confirm .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.page-contact .wpcf7 :is(input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea),
.page-contact-confirm .wpcf7 :is(input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea) {
  width: 100%;
  border: none;
  border-radius: calc(5vw / 14.4);
  background: #F5EEE4;
  padding: calc(14vw / 14.4) calc(18vw / 14.4);
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 150%;
}
.page-contact .wpcf7 textarea,
.page-contact-confirm .wpcf7 textarea {
  min-height: calc(180vw / 14.4);
  resize: vertical;
}
.page-contact .wpcf7 :is(input[type=text], input[type=email], input[type=tel], textarea)::-webkit-input-placeholder, .page-contact-confirm .wpcf7 :is(input[type=text], input[type=email], input[type=tel], textarea)::-webkit-input-placeholder {
  color: #7D7D7D;
}
.page-contact .wpcf7 :is(input[type=text], input[type=email], input[type=tel], textarea)::-moz-placeholder, .page-contact-confirm .wpcf7 :is(input[type=text], input[type=email], input[type=tel], textarea)::-moz-placeholder {
  color: #7D7D7D;
}
.page-contact .wpcf7 :is(input[type=text], input[type=email], input[type=tel], textarea):-ms-input-placeholder, .page-contact-confirm .wpcf7 :is(input[type=text], input[type=email], input[type=tel], textarea):-ms-input-placeholder {
  color: #7D7D7D;
}
.page-contact .wpcf7 :is(input[type=text], input[type=email], input[type=tel], textarea)::-ms-input-placeholder, .page-contact-confirm .wpcf7 :is(input[type=text], input[type=email], input[type=tel], textarea)::-ms-input-placeholder {
  color: #7D7D7D;
}
.page-contact .wpcf7 :is(input[type=text], input[type=email], input[type=tel], textarea)::placeholder,
.page-contact-confirm .wpcf7 :is(input[type=text], input[type=email], input[type=tel], textarea)::placeholder {
  color: #7D7D7D;
}
.page-contact .wpcf7 .wpcf7-list-item,
.page-contact-confirm .wpcf7 .wpcf7-list-item {
  margin: 0;
}
.page-contact .wpcf7 label,
.page-contact-confirm .wpcf7 label {
  display: block;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 5%;
}
.page-contact .wpcf7 label > .wpcf7-form-control-wrap,
.page-contact-confirm .wpcf7 label > .wpcf7-form-control-wrap {
  display: block;
  margin-top: calc(10vw / 14.4);
}
.page-contact .wpcf7 .wpcf7-acceptance .wpcf7-list-item label,
.page-contact-confirm .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8vw / 14.4);
  line-height: 160%;
  letter-spacing: 0;
}
.page-contact .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
.page-contact-confirm .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 160%;
}
.page-contact .wpcf7 form > p:nth-child(7) label > .wpcf7-form-control-wrap,
.page-contact-confirm .wpcf7 form > p:nth-child(7) label > .wpcf7-form-control-wrap {
  margin-top: calc(14vw / 14.4);
}
.page-contact .wpcf7 .wpcf7-list-item input[type=checkbox],
.page-contact-confirm .wpcf7 .wpcf7-list-item input[type=checkbox] {
  width: calc(20vw / 14.4);
  height: calc(20vw / 14.4);
  margin: 0;
  accent-color: #F3992B;
}
.page-contact .wpcf7 .wpcf7-not-valid-tip,
.page-contact-confirm .wpcf7 .wpcf7-not-valid-tip {
  margin-top: calc(8vw / 14.4);
  color: #D64545;
  font-size: calc(14vw / 14.4);
}
.page-contact .wpcf7 .wpcf7-response-output,
.page-contact-confirm .wpcf7 .wpcf7-response-output {
  margin: calc(10vw / 14.4) 0 0;
  padding: calc(12vw / 14.4) calc(16vw / 14.4);
  border-radius: calc(8vw / 14.4);
  font-size: calc(14vw / 14.4);
  line-height: 160%;
}
.page-contact_button,
.page-contact .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back),
.page-contact-confirm_button,
.page-contact-confirm .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: calc(227vw / 14.4);
  min-height: calc(56vw / 14.4);
  border: 0;
  border-radius: 999px;
  background: #F3992B;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: calc(16vw / 14.4);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 5%;
  cursor: pointer;
  position: relative;
  padding: 0 calc(34vw / 14.4);
}
.page-contact .wpcf7 :is(.wpcf7-submit, .wpcf7-next),
.page-contact-confirm .wpcf7 :is(.wpcf7-submit, .wpcf7-next) {
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(20vw / 14.4);
}
.page-contact .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back)::after, .page-contact_button::after,
.page-contact-confirm .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back)::after,
.page-contact-confirm_button::after {
  content: "";
  width: calc(22vw / 14.4);
  height: calc(22vw / 14.4);
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  right: calc(18vw / 14.4);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-contact .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back)::before, .page-contact_button::before,
.page-contact-confirm .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back)::before,
.page-contact-confirm_button::before {
  content: "";
  width: calc(6vw / 14.4);
  height: calc(6vw / 14.4);
  border-top: 2px solid #F3992B;
  border-right: 2px solid #F3992B;
  position: absolute;
  right: calc(26vw / 14.4);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.page-contact_button--back::before,
.page-contact-confirm_button--back::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  right: auto;
  left: calc(26vw / 14.4);
}
.page-contact_button--back::after,
.page-contact-confirm_button--back::after {
  right: auto;
  left: calc(18vw / 14.4);
}
.page-contact_button--back,
.page-contact-confirm_button--back {
  padding: 0 calc(30vw / 14.4) 0 calc(50vw / 14.4);
}
.page-contact .wpcf7 .wpcf7-spinner,
.page-contact-confirm .wpcf7 .wpcf7-spinner {
  margin: 0 0 0 calc(10vw / 14.4);
}
.page-contact .wpcf7-form .wpcf7-back,
.page-contact-confirm .wpcf7-form .wpcf7-back {
  float: none;
  width: auto;
  margin-top: 0;
}
.page-contact .wpcf7 .cf7msm-submit,
.page-contact .wpcf7 .cf7msm-btns,
.page-contact-confirm .wpcf7 .cf7msm-submit,
.page-contact-confirm .wpcf7 .cf7msm-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16vw / 14.4);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact .wpcf7 .cf7msm-btns .wpcf7-back,
.page-contact-confirm .wpcf7 .cf7msm-btns .wpcf7-back {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-contact .wpcf7 .cf7msm-btns .wpcf7-next,
.page-contact .wpcf7 .cf7msm-btns .wpcf7-submit,
.page-contact-confirm .wpcf7 .cf7msm-btns .wpcf7-next,
.page-contact-confirm .wpcf7 .cf7msm-btns .wpcf7-submit {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
.page-contact-confirm .cf7msm-ro,
.page-contact-confirm-confirm .cf7msm-ro {
  display: block;
  width: 100%;
  min-height: calc(50vw / 14.4);
  border-radius: calc(5vw / 14.4);
  background: #F5EEE4;
  padding: calc(14vw / 14.4) calc(18vw / 14.4);
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 150%;
}
.page-contact-thanks,
.page-contact-confirm-thanks {
  min-height: calc(100vh - 296vw / 14.4);
}
.page-contact-thanks .page-contact_inner,
.page-contact-confirm-thanks .page-contact_inner {
  width: calc(820vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact-thanks_message,
.page-contact-confirm-thanks_message {
  margin-top: calc(60vw / 14.4);
  padding: calc(30vw / 14.4) calc(36vw / 14.4);
  border-radius: calc(40vw / 14.4);
  background: #FFF;
  position: relative;
}
.page-contact-thanks_message::after,
.page-contact-confirm-thanks_message::after {
  content: "";
  width: 0;
  height: 0;
  border-left: calc(20vw / 14.4) solid transparent;
  border-top: calc(20vw / 14.4) solid #FFF;
  position: absolute;
  right: calc(35vw / 14.4);
  bottom: calc(-18vw / 14.4);
}
.page-contact-thanks_message p,
.page-contact-confirm-thanks_message p {
  color: #F3992B;
  font-family: "Zen Maru Gothic";
  font-size: calc(46vw / 14.4);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 5%;
  text-align: center;
}
.page-contact-thanks_note,
.page-contact-confirm-thanks_note {
  margin-top: calc(45vw / 14.4);
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(20vw / 14.4);
  font-weight: 500;
  line-height: 180%;
  text-align: center;
}
.page-contact-thanks .page-contact_button,
.page-contact-confirm-thanks .page-contact_button {
  margin-top: calc(70vw / 14.4);
}
@media (max-width: 600px) {
  .page-contact,
  .page-contact-confirm {
    padding-bottom: calc(70vw / 3.9);
  }
  .page-contact_inner,
  .page-contact-confirm_inner {
    width: 100%;
    padding: calc(120vw / 3.9) calc(20vw / 3.9) 0;
  }
  .page-contact_title,
  .page-contact-confirm_title {
    font-size: calc(28vw / 3.9);
    letter-spacing: 2%;
  }
  .page-contact_lead,
  .page-contact-confirm_lead {
    margin-top: calc(20vw / 3.9);
    font-size: calc(15vw / 3.9);
    line-height: 170%;
    text-align: center;
  }
  .page-contact_form,
  .page-contact-confirm_form {
    width: 100%;
    margin-top: calc(32vw / 3.9);
  }
  .page-contact .wpcf7 form,
  .page-contact-confirm .wpcf7 form {
    gap: calc(16vw / 3.9);
  }
  .page-contact .privacy-policy-wrap,
  .page-contact-confirm .privacy-policy-wrap {
    padding-left: calc(30vw / 3.9);
    gap: calc(8vw / 3.9);
  }
  .page-contact .privacy-policy-wrap::before,
  .page-contact-confirm .privacy-policy-wrap::before {
    font-size: calc(18vw / 3.9);
  }
  .page-contact .privacy-policy,
  .page-contact-confirm .privacy-policy {
    font-size: calc(16vw / 3.9);
  }
  .page-contact .privacy-policy-text,
  .page-contact-confirm .privacy-policy-text {
    font-size: calc(15vw / 3.9);
  }
  .page-contact-input .wpcf7 form,
  .page-contact-confirm-input .wpcf7 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16vw / 3.9);
  }
  .page-contact-input .wpcf7 form > p:nth-child(-n+7) > label,
  .page-contact-confirm-input .wpcf7 form > p:nth-child(-n+7) > label {
    padding-left: calc(30vw / 3.9);
  }
  .page-contact-input .wpcf7 form > p:nth-child(-n+7) > label::before,
  .page-contact-confirm-input .wpcf7 form > p:nth-child(-n+7) > label::before {
    font-size: calc(18vw / 3.9);
  }
  .page-contact-input .wpcf7 form > p:nth-child(1) :is(select, .wpcf7-form-control-wrap),
  .page-contact-confirm-input .wpcf7 form > p:nth-child(1) :is(select, .wpcf7-form-control-wrap) {
    width: 100%;
  }
  .page-contact .wpcf7 :is(input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea),
  .page-contact-confirm .wpcf7 :is(input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea) {
    border-radius: calc(5vw / 3.9);
    padding: calc(12vw / 3.9) calc(14vw / 3.9);
    font-size: calc(15vw / 3.9);
  }
  .page-contact .wpcf7 textarea,
  .page-contact-confirm .wpcf7 textarea {
    min-height: calc(140vw / 3.9);
  }
  .page-contact .wpcf7 .wpcf7-list-item label,
  .page-contact-confirm .wpcf7 .wpcf7-list-item label {
    gap: calc(8vw / 3.9);
    font-size: calc(15vw / 3.9);
  }
  .page-contact .wpcf7 label,
  .page-contact-confirm .wpcf7 label {
    font-size: calc(16vw / 3.9);
  }
  .page-contact .wpcf7 label > .wpcf7-form-control-wrap,
  .page-contact-confirm .wpcf7 label > .wpcf7-form-control-wrap {
    margin-top: calc(8vw / 3.9);
  }
  .page-contact .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
  .page-contact-confirm .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: calc(15vw / 3.9);
  }
  .page-contact .wpcf7 .wpcf7-list-item input[type=checkbox],
  .page-contact-confirm .wpcf7 .wpcf7-list-item input[type=checkbox] {
    width: calc(18vw / 3.9);
    height: calc(18vw / 3.9);
  }
  .page-contact_button,
  .page-contact .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back),
  .page-contact-confirm_button,
  .page-contact-confirm .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back) {
    min-width: calc(220vw / 3.9);
    min-height: calc(52vw / 3.9);
    font-size: calc(15vw / 3.9);
    padding: 0 calc(30vw / 3.9);
  }
  .page-contact .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back)::after, .page-contact_button::after,
  .page-contact-confirm .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back)::after,
  .page-contact-confirm_button::after {
    width: calc(20vw / 3.9);
    height: calc(20vw / 3.9);
    right: calc(14vw / 3.9);
  }
  .page-contact .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back)::before, .page-contact_button::before,
  .page-contact-confirm .wpcf7 :is(.wpcf7-submit, .wpcf7-next, .wpcf7-previous, .wpcf7-back)::before,
  .page-contact-confirm_button::before {
    width: calc(6vw / 3.9);
    height: calc(6vw / 3.9);
    right: calc(21vw / 3.9);
  }
  .page-contact_button--back,
  .page-contact-confirm_button--back {
    padding: 0 calc(25vw / 3.9) 0 calc(45vw / 3.9);
  }
  .page-contact_button--back::before,
  .page-contact-confirm_button--back::before {
    left: calc(21vw / 3.9);
    right: auto;
  }
  .page-contact_button--back::after,
  .page-contact-confirm_button--back::after {
    left: calc(14vw / 3.9);
    right: auto;
  }
  .page-contact .wpcf7 .cf7msm-submit,
  .page-contact .wpcf7 .cf7msm-btns,
  .page-contact-confirm .wpcf7 .cf7msm-submit,
  .page-contact-confirm .wpcf7 .cf7msm-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: calc(12vw / 3.9);
  }
  .page-contact .wpcf7 .cf7msm-btns .wpcf7-next,
  .page-contact .wpcf7 .cf7msm-btns .wpcf7-submit,
  .page-contact .wpcf7 :is(.wpcf7-submit, .wpcf7-next),
  .page-contact-confirm .wpcf7 .cf7msm-btns .wpcf7-next,
  .page-contact-confirm .wpcf7 .cf7msm-btns .wpcf7-submit,
  .page-contact-confirm .wpcf7 :is(.wpcf7-submit, .wpcf7-next) {
    margin-left: auto;
    margin-right: auto;
  }
  .page-contact-confirm .cf7msm-ro,
  .page-contact-confirm-confirm .cf7msm-ro {
    min-height: calc(44vw / 3.9);
    border-radius: calc(5vw / 3.9);
    padding: calc(12vw / 3.9) calc(14vw / 3.9);
    font-size: calc(15vw / 3.9);
  }
  .page-contact-thanks,
  .page-contact-confirm-thanks {
    min-height: auto;
  }
  .page-contact-thanks .page-contact_inner,
  .page-contact-confirm-thanks .page-contact_inner {
    width: 100%;
  }
  .page-contact-thanks_message,
  .page-contact-confirm-thanks_message {
    width: 100%;
    margin-top: calc(40vw / 3.9);
    border-radius: calc(24vw / 3.9);
    padding: calc(22vw / 3.9) calc(14vw / 3.9);
  }
  .page-contact-thanks_message::after,
  .page-contact-confirm-thanks_message::after {
    border-left: calc(14vw / 3.9) solid transparent;
    border-top: calc(14vw / 3.9) solid #FFF;
    right: calc(26vw / 3.9);
    bottom: calc(-12vw / 3.9);
  }
  .page-contact-thanks_message p,
  .page-contact-confirm-thanks_message p {
    font-size: calc(32vw / 3.9);
  }
  .page-contact-thanks_note,
  .page-contact-confirm-thanks_note {
    margin-top: calc(30vw / 3.9);
    font-size: calc(15vw / 3.9);
    line-height: 170%;
  }
  .page-contact-thanks .page-contact_button,
  .page-contact-confirm-thanks .page-contact_button {
    margin-top: calc(35vw / 3.9);
  }
  .page-contact .wpcf7 .wpcf7-not-valid-tip,
  .page-contact-confirm .wpcf7 .wpcf7-not-valid-tip {
    margin-top: calc(8vw / 3.9);
    color: #D64545;
    font-size: calc(14vw / 3.9);
  }
}

.page-contact-confirm .multiform-label {
  display: inline-block;
  width: 100%;
  line-height: 160%;
  font-size: calc(20vw / 14.4);
  padding-left: calc(50vw / 14.4);
  font-weight: 500;
  letter-spacing: 5%;
}
@media (max-width: 600px) {
  .page-contact-confirm .multiform-label {
    font-size: calc(16vw / 3.9);
  }
}

.page-document {
  background-color: #f9f9f0;
}
.page-document_inner {
  width: calc(900vw / 14.4);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 calc(40vw / 14.4) calc(140vw / 14.4);
}
@media (max-width: 600px) {
  .page-document_inner {
    width: 100%;
    padding: 0 calc(20vw / 3.9) calc(80vw / 3.9);
  }
}
.page-document_title {
  color: #333333;
  text-align: center;
  font-family: "LINE Seed JP", sans-serif;
  font-size: calc(44vw / 14.4);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: calc(2.2vw / 14.4);
  margin-top: calc(130vw / 14.4);
}
@media (max-width: 600px) {
  .page-document_title {
    font-size: calc(28vw / 3.9);
    letter-spacing: 0.08em;
    margin-top: calc(100vw / 3.9);
  }
}
.page-document_lead {
  margin-top: calc(24vw / 14.4);
  text-align: center;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .page-document_lead {
    margin-top: calc(16vw / 3.9);
    font-size: calc(15vw / 3.9);
    line-height: 1.7;
  }
}
.page-document_list {
  margin-top: calc(50vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16vw / 14.4);
}
@media (max-width: 600px) {
  .page-document_list {
    margin-top: calc(30vw / 3.9);
    gap: calc(12vw / 3.9);
  }
}
.page-document_item {
  background: #fff;
  border-radius: calc(16vw / 14.4);
  padding: calc(24vw / 14.4) calc(28vw / 14.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(24vw / 14.4);
}
@media (max-width: 600px) {
  .page-document_item {
    border-radius: calc(12vw / 3.9);
    padding: calc(16vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(10vw / 3.9);
  }
}
.page-document_item_title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(20vw / 14.4);
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .page-document_item_title {
    font-size: calc(15vw / 3.9);
    line-height: 1.6;
  }
}
.page-document_item_link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: calc(180vw / 14.4);
  height: calc(48vw / 14.4);
  border-radius: 999px;
  background: #F3992B;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16vw / 14.4);
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding: 0 calc(18vw / 14.4);
}
.page-document_item_link::after {
  content: "";
  width: calc(8vw / 14.4);
  height: calc(8vw / 14.4);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: calc(8vw / 14.4);
  margin-top: 0;
}
@media (max-width: 600px) {
  .page-document_item_link {
    min-width: calc(150vw / 3.9);
    height: calc(34vw / 3.9);
    font-size: calc(14vw / 3.9);
    padding: 0 calc(14vw / 3.9);
    margin-left: auto;
  }
  .page-document_item_link::after {
    width: calc(7vw / 3.9);
    height: calc(7vw / 3.9);
    margin-left: calc(6vw / 3.9);
    margin-top: calc(-2vw / 3.9);
  }
}

.page-policy {
  background-color: #f9f9f0;
}
.page-policy_inner {
  width: calc(900vw / 14.4);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 calc(40vw / 14.4) calc(140vw / 14.4);
}
@media (max-width: 600px) {
  .page-policy_inner {
    width: 100%;
    padding: 0 calc(20vw / 3.9) calc(80vw / 3.9);
  }
}
.page-policy_title {
  color: #333333;
  text-align: center;
  font-family: "LINE Seed JP", sans-serif;
  font-size: calc(44vw / 14.4);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: calc(2.2vw / 14.4);
  margin-top: calc(130vw / 14.4);
}
@media (max-width: 600px) {
  .page-policy_title {
    font-size: calc(28vw / 3.9);
    letter-spacing: 0.08em;
    margin-top: calc(100vw / 3.9);
  }
}
.page-policy_lead {
  margin-top: calc(26vw / 14.4);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .page-policy_lead {
    margin-top: calc(16vw / 3.9);
    font-size: calc(15vw / 3.9);
    line-height: 1.8;
  }
}
.page-policy_content {
  margin-top: calc(36vw / 14.4);
  background: #fff;
  border-radius: calc(16vw / 14.4);
  padding: calc(32vw / 14.4) calc(34vw / 14.4);
}
@media (max-width: 600px) {
  .page-policy_content {
    margin-top: calc(24vw / 3.9);
    border-radius: calc(12vw / 3.9);
    padding: calc(20vw / 3.9) calc(16vw / 3.9);
  }
}
.page-policy_section + .page-policy_section {
  margin-top: calc(24vw / 14.4);
  padding-top: calc(24vw / 14.4);
  border-top: 1px solid #eee7de;
}
@media (max-width: 600px) {
  .page-policy_section + .page-policy_section {
    margin-top: calc(18vw / 3.9);
    padding-top: calc(18vw / 3.9);
  }
}
.page-policy_section_title {
  color: #5c441d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(22vw / 14.4);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .page-policy_section_title {
    font-size: calc(18vw / 3.9);
    line-height: 1.6;
  }
}
.page-policy_section_text {
  margin-top: calc(10vw / 14.4);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(17vw / 14.4);
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 600px) {
  .page-policy_section_text {
    margin-top: calc(8vw / 3.9);
    font-size: calc(14vw / 3.9);
    line-height: 1.9;
  }
}
.page-policy_section_list {
  margin-top: calc(10vw / 14.4);
}
.page-policy_section_list li {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(17vw / 14.4);
  font-weight: 500;
  line-height: 1.9;
  position: relative;
  padding-left: 1.4em;
}
.page-policy_section_list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media (max-width: 600px) {
  .page-policy_section_list {
    margin-top: calc(8vw / 3.9);
  }
  .page-policy_section_list li {
    font-size: calc(14vw / 3.9);
    line-height: 1.9;
  }
}

.header {
  position: fixed;
  top: calc(30vw / 14.4);
  right: calc(40vw / 14.4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
@media (max-width: 980px) {
  .header {
    top: calc(15vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header {
    position: absolute;
    top: calc(246vw / 3.9);
    right: calc(0vw / 3.9);
  }
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header_logo_link {
  width: calc(170vw / 14.4);
  display: block;
}
@media (max-width: 980px) {
  .header_logo_link {
    width: calc(130vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header_logo_link {
    width: calc(100vw / 3.9);
  }
}

.header_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .header_links {
    display: none;
  }
}

.header_links_link {
  font-size: calc(16vw / 14.4);
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  margin-top: calc(10vw / 14.4);
  -webkit-box-shadow: -2px 2px 25px 0px rgba(249, 249, 240, 0.8980392157);
          box-shadow: -2px 2px 25px 0px rgba(249, 249, 240, 0.8980392157);
  width: calc(180vw / 14.4);
  height: calc(49vw / 14.4);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(6vw / 14.4);
}

.header_links_link_line {
  background-color: #06C755;
}

.header_links_link_contact {
  background-color: #F3992B;
}

.header_links_icon_container {
  width: calc(33vw / 14.4);
  height: calc(33vw / 14.4);
}

.header-page {
  top: calc(575vw / 14.4);
  right: calc(40vw / 14.4);
  position: absolute;
}
@media (max-width: 600px) {
  .header-page {
    top: calc(5vw / 3.9);
    right: unset;
    left: calc(5vw / 3.9);
  }
}
.header-page.fixed {
  position: fixed;
  top: calc(30vw / 14.4);
  right: calc(40vw / 14.4);
}

@media (max-width: 600px) {
  .header-company {
    position: fixed;
    top: calc(10vw / 3.9);
    left: calc(0vw / 3.9);
  }
}

.header-contact {
  top: calc(35vw / 14.4);
  left: calc(40vw / 14.4);
  right: auto;
  position: fixed;
}
.header-contact .header_links {
  display: none;
}
@media (max-width: 600px) {
  .header-contact {
    top: calc(10vw / 3.9);
    left: calc(0vw / 3.9);
  }
}

.footer {
  background: #FFF9DA;
  margin-top: calc(140vw / 14.4);
}
@media (max-width: 600px) {
  .footer {
    margin-top: calc(120vw / 3.9);
  }
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(1030vw / 14.4);
  margin: 0 auto;
  padding: calc(35vw / 14.4) calc(60vw / 14.4) calc(80vw / 14.4) calc(50vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner {
    width: calc(360vw / 3.9);
    padding: calc(15vw / 3.9) calc(0vw / 3.9) calc(35vw / 3.9) calc(0vw / 3.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.footer_inner_left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer_inner_left_top_logo {
  width: calc(105vw / 14.4);
  margin-bottom: calc(11vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_left_top_logo {
    width: calc(90vw / 3.9);
    margin-bottom: calc(10vw / 3.9);
  }
}

.footer_inner_left_top_copy {
  font-size: calc(16vw / 14.4);
  font-weight: 700;
  line-height: 271%;
  color: #5C441D;
  margin-left: calc(10vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_left_top_copy {
    font-size: calc(15vw / 3.9);
    margin-left: calc(10vw / 3.9);
  }
}

.footer_inner_left_top_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(7vw / 14.4);
  margin-left: calc(20vw / 14.4);
  margin-bottom: calc(6vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_left_top_sns {
    margin-left: calc(20vw / 3.9);
    margin-bottom: calc(5vw / 3.9);
    gap: calc(10vw / 3.9);
  }
}
.footer_inner_left_top_sns_item {
  width: calc(42vw / 14.4);
  height: calc(42vw / 14.4);
  display: block;
}
@media (max-width: 600px) {
  .footer_inner_left_top_sns_item {
    width: calc(42vw / 3.9);
    height: calc(42vw / 3.9);
  }
}

.footer_inner_left_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(10vw / 14.4);
  margin-top: calc(15vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_left_bottom {
    margin-top: calc(20vw / 3.9);
    gap: calc(10vw / 3.9);
  }
}

.footer_inner_left_bottom_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background: #FFF;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(16vw / 14.4);
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(15vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_left_bottom_item {
    padding: calc(15vw / 3.9);
    font-size: calc(16vw / 3.9);
  }
}
.footer_inner_left_bottom_item:after {
  content: "";
  display: block;
  background-image: url(../img/common/footer-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(17vw / 14.4);
  height: calc(17vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_left_bottom_item:after {
    width: calc(17vw / 3.9);
    height: calc(17vw / 3.9);
  }
}

.footer_inner_left_bottom_item--maruniko {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(6vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_left_bottom_item--maruniko {
    gap: calc(6vw / 3.9);
  }
}

.footer_inner_left_bottom_item_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(10vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_left_bottom_item_small {
    gap: calc(10vw / 3.9);
  }
}

.footer_inner_left_bottom_item_small_item {
  width: calc(84vw / 14.4);
  height: calc(72vw / 14.4);
  border-radius: 5px;
  background: #FFF;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: calc(15vw / 14.4);
  font-weight: 500;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .footer_inner_left_bottom_item_small_item {
    width: calc(84vw / 3.9);
    height: calc(36vw / 3.9);
    font-size: calc(15vw / 3.9);
  }
}

.footer_inner_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_right {
    gap: calc(10vw / 3.9);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: calc(20vw / 3.9);
  }
}

.footer_inner_right_item {
  width: calc(180vw / 14.4);
  height: calc(49vw / 14.4);
  border-radius: 999px;
  background: #F3992B;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: calc(16vw / 14.4);
  font-weight: 700;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8vw / 14.4);
  padding-left: calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_right_item {
    width: calc(177vw / 3.9);
    height: calc(46vw / 3.9);
    font-size: calc(16vw / 3.9);
    gap: calc(6vw / 3.9);
    padding-left: calc(25vw / 3.9);
  }
}

.footer_inner_right_item--line {
  background-color: #06C755;
}
.footer_inner_right_item--line span {
  width: calc(30vw / 14.4);
  height: calc(30vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_right_item--line span {
    width: calc(30vw / 3.9);
    height: calc(30vw / 3.9);
  }
}

.footer_inner_right_item--contact {
  background-color: #F3992B;
}
.footer_inner_right_item--contact span {
  width: calc(26vw / 14.4);
  height: calc(26vw / 14.4);
}
@media (max-width: 600px) {
  .footer_inner_right_item--contact span {
    width: calc(28vw / 3.9);
    height: calc(28vw / 3.9);
  }
}

.footer_copyright {
  font-size: calc(14vw / 14.4);
  font-weight: 500;
  line-height: 130%;
  color: #fff;
  text-align: center;
  background-color: #B2D246;
  padding: calc(5vw / 14.4) 0;
}
@media (max-width: 600px) {
  .footer_copyright {
    font-size: calc(14vw / 3.9);
    padding: calc(6vw / 3.9) 0;
  }
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  height: 100vh;
  width: calc(460vw / 14.4);
  -webkit-transform: translateX(calc(412vw / 14.4));
          transform: translateX(calc(412vw / 14.4));
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  pointer-events: none;
}
.header_menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10vw / 14.4);
  width: calc(54vw / 14.4);
  height: calc(158vw / 14.4);
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  border-radius: calc(10vw / 14.4) 0 0 calc(10vw / 14.4);
  border: 1px solid #F3992B;
  background: #F3992B;
  pointer-events: all;
}
.header_menu_inner:hover {
  opacity: 0.8;
}
.header_menu_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(5vw / 14.4);
  width: calc(20vw / 14.4);
  height: calc(20vw / 14.4);
  cursor: pointer;
}
.header_menu_button_line {
  width: 100%;
  height: calc(2.2vw / 14.4);
  background: #fff;
  border-radius: calc(1.1vw / 14.4);
}
.header_menu_button.active .header_menu_button_line_top {
  -webkit-transform: rotate(45deg) translateY(calc(5vw / 14.4)) translateX(calc(5vw / 14.4));
          transform: rotate(45deg) translateY(calc(5vw / 14.4)) translateX(calc(5vw / 14.4));
}
.header_menu_button.active .header_menu_button_line_middle {
  display: none;
}
.header_menu_button.active .header_menu_button_line_bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_menu_title {
  font-size: calc(16vw / 14.4);
  font-weight: 500;
  letter-spacing: 5%;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Sans JP";
}
.header_menu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30vw / 14.4);
  width: 100%;
  height: 100%;
  background: #fff;
  padding: calc(80vw / 14.4) 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  pointer-events: all;
}
.header_menu_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(200vw / 14.4);
  height: calc(50vw / 14.4);
  border-bottom: 1px solid #F3992B;
}
.header_menu_content_item_link {
  color: #5C441D;
  font-family: "Noto Sans JP";
  font-size: calc(20vw / 14.4);
  font-weight: 500;
  line-height: 160%;
}
.header_menu_content_item_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(5vw / 14.4);
  width: 100%;
  height: 100%;
  margin-top: calc(30vw / 14.4);
}
.header_menu_content_item_link-button {
  font-size: calc(16vw / 14.4);
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  margin-top: calc(10vw / 14.4);
  width: calc(220vw / 14.4);
  height: calc(49vw / 14.4);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(6vw / 14.4);
  color: #fff;
}
.header_menu_content_item_link-button_line {
  background-color: #06C755;
}
.header_menu_content_item_link-button_mail {
  background-color: #F3992B;
}
.header_menu_content_item_icon_container {
  width: calc(33vw / 14.4);
  height: calc(33vw / 14.4);
}
@media (max-width: 600px) {
  .header_menu {
    width: calc(340vw / 3.9);
    -webkit-transform: translateX(calc(280vw / 3.9));
            transform: translateX(calc(280vw / 3.9));
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100dvh;
  }
  .header_menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header_menu_inner {
    width: calc(60vw / 3.9);
    height: calc(60vw / 3.9);
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 0;
    cursor: pointer;
    border-radius: 0 0 0 calc(10vw / 3.9);
    border: none;
    background: #F3992B;
    gap: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header_menu_button {
    width: calc(24vw / 3.9);
    height: calc(18vw / 3.9);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_menu_button_line {
    height: calc(2vw / 3.9);
  }
  .header_menu_button.active .header_menu_button_line_top {
    -webkit-transform: rotate(45deg) translateY(calc(5vw / 3.9)) translateX(calc(6vw / 3.9));
            transform: rotate(45deg) translateY(calc(5vw / 3.9)) translateX(calc(6vw / 3.9));
  }
  .header_menu_button.active .header_menu_button_line_middle {
    display: none;
  }
  .header_menu_button.active .header_menu_button_line_bottom {
    -webkit-transform: rotate(-45deg) translateY(calc(-5vw / 3.9)) translateX(calc(6vw / 3.9));
            transform: rotate(-45deg) translateY(calc(-5vw / 3.9)) translateX(calc(6vw / 3.9));
  }
  .header_menu_title {
    display: none;
  }
  .header_menu_content {
    padding: calc(60vw / 3.9) 0;
    gap: calc(20vw / 3.9);
  }
  .header_menu_content_item {
    width: calc(180vw / 3.9);
    height: calc(50vw / 3.9);
  }
  .header_menu_content_item_link {
    font-size: calc(18vw / 3.9);
  }
  .header_menu_content_item_links {
    margin-top: calc(30vw / 3.9);
    gap: calc(10vw / 3.9);
  }
  .header_menu_content_item_link-button {
    width: calc(210vw / 3.9);
    height: calc(49vw / 3.9);
    font-size: calc(16vw / 3.9);
    gap: calc(5vw / 3.9);
    margin-top: 0;
  }
  .header_menu_content_item_icon_container {
    width: calc(24vw / 3.9);
    height: calc(24vw / 3.9);
    margin-bottom: calc(5vw / 3.9);
  }
  .header_menu_content_item_link-button_line {
    background-color: #06C755;
  }
  .header_menu_content_item_link-button_mail {
    background-color: #F3992B;
  }
}

@media (max-width: 600px) {
  .header-page .header_menu {
    -webkit-transform: translateX(calc(340vw / 3.9));
            transform: translateX(calc(340vw / 3.9));
  }
  .header-page .header_menu.scroll-in {
    -webkit-transform: translateX(calc(280vw / 3.9));
            transform: translateX(calc(280vw / 3.9));
  }
  .header-page .header_menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}