@charset "UTF-8";
[v-cloak] {
  display: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.str-main {
  overflow: hidden;
}

.common {
  position: relative;
}
.common picture {
  display: block;
}
.common img {
  display: block;
}
@media screen and (max-width: 768px) {
  .common img {
    width: 100%;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.mod-link-text {
  /* /assets/css/common.cssから移植 */
  vertical-align: top;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 22px;
}

.mod-link-text::before {
  background-image: url(/assets/images/icon-arrow-02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  transition: transform 0.2s ease-in-out;
}

@media screen and (min-width: 769px) {
  .mod-link-text {
    padding-left: 24px;
  }
  .mod-link-text::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }
  .mod-link-text:active::before,
  .mod-link-text:focus::before,
  .mod-link-text:hover::before {
    transform: translate3d(4px, 0, 0);
  }
}
/**
 * ----------------------------------------
 * Vue.js animation
 * ----------------------------------------
 */
.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.js-accordion__trigger {
  position: relative;
}
.js-accordion__target {
  overflow: hidden;
}
.js-accordion__target-enter-active {
  transition: all 0.5s ease-in-out;
}
.js-accordion__target-leave-active {
  transition: all 0.5s ease-in-out;
}
.js-accordion__target-enter, .js-accordion__target-leave-to {
  opacity: 0;
}

:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-x: 0px;
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-x: 0px;
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
  --fade-translate-y: 0px;
}

.fromRight {
  --fade-translate-x: 50px;
  --fade-translate-y: 0px;
}

.jsFade {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}
.jsFade.speed--100 {
  transition-delay: 100ms;
}
.jsFade.speed--200 {
  transition-delay: 200ms;
}
.jsFade.speed--300 {
  transition-delay: 300ms;
}
.jsFade.speed--400 {
  transition-delay: 400ms;
}
.jsFade.speed--500 {
  transition-delay: 500ms;
}
.jsFade.speed--600 {
  transition-delay: 600ms;
}
.jsFade.speed--700 {
  transition-delay: 700ms;
}
.jsFade.speed--800 {
  transition-delay: 800ms;
}
.jsFade.speed--900 {
  transition-delay: 900ms;
}
.jsFade.speed--1000 {
  transition-delay: 1000ms;
}
.jsFade.speed--1100 {
  transition-delay: 1100ms;
}
.jsFade.speed--1200 {
  transition-delay: 1200ms;
}
.jsFade.speed--1300 {
  transition-delay: 1300ms;
}
.jsFade.speed--1400 {
  transition-delay: 1400ms;
}
.jsFade.speed--1500 {
  transition-delay: 1500ms;
}
.jsFade.speed--1600 {
  transition-delay: 1600ms;
}
.jsFade.speed--1700 {
  transition-delay: 1700ms;
}
.jsFade.speed--1800 {
  transition-delay: 1800ms;
}
.jsFade.speed--1900 {
  transition-delay: 1900ms;
}
.jsFade.speed--2000 {
  transition-delay: 2000ms;
}
.jsFade.speed--2100 {
  transition-delay: 2100ms;
}
.jsFade.speed--2200 {
  transition-delay: 2200ms;
}
.jsFade.speed--2300 {
  transition-delay: 2300ms;
}
.jsFade.speed--2400 {
  transition-delay: 2400ms;
}
.jsFade.speed--2500 {
  transition-delay: 2500ms;
}
.jsFade.speed--2600 {
  transition-delay: 2600ms;
}
.jsFade.speed--2700 {
  transition-delay: 2700ms;
}
.jsFade.speed--2800 {
  transition-delay: 2800ms;
}
.jsFade.speed--2900 {
  transition-delay: 2900ms;
}
.jsFade.speed--3000 {
  transition-delay: 3000ms;
}
.jsFade.delay--100 {
  transition-delay: 100ms;
}
.jsFade.delay--200 {
  transition-delay: 200ms;
}
.jsFade.delay--300 {
  transition-delay: 300ms;
}
.jsFade.delay--400 {
  transition-delay: 400ms;
}
.jsFade.delay--500 {
  transition-delay: 500ms;
}
.jsFade.delay--600 {
  transition-delay: 600ms;
}
.jsFade.delay--700 {
  transition-delay: 700ms;
}
.jsFade.delay--800 {
  transition-delay: 800ms;
}
.jsFade.delay--900 {
  transition-delay: 900ms;
}
.jsFade.delay--1000 {
  transition-delay: 1000ms;
}
.jsFade.delay--1100 {
  transition-delay: 1100ms;
}
.jsFade.delay--1200 {
  transition-delay: 1200ms;
}
.jsFade.delay--1300 {
  transition-delay: 1300ms;
}
.jsFade.delay--1400 {
  transition-delay: 1400ms;
}
.jsFade.delay--1500 {
  transition-delay: 1500ms;
}
.jsFade.delay--1600 {
  transition-delay: 1600ms;
}
.jsFade.delay--1700 {
  transition-delay: 1700ms;
}
.jsFade.delay--1800 {
  transition-delay: 1800ms;
}
.jsFade.delay--1900 {
  transition-delay: 1900ms;
}
.jsFade.delay--2000 {
  transition-delay: 2000ms;
}
.jsFade.delay--2100 {
  transition-delay: 2100ms;
}
.jsFade.delay--2200 {
  transition-delay: 2200ms;
}
.jsFade.delay--2300 {
  transition-delay: 2300ms;
}
.jsFade.delay--2400 {
  transition-delay: 2400ms;
}
.jsFade.delay--2500 {
  transition-delay: 2500ms;
}
.jsFade.delay--2600 {
  transition-delay: 2600ms;
}
.jsFade.delay--2700 {
  transition-delay: 2700ms;
}
.jsFade.delay--2800 {
  transition-delay: 2800ms;
}
.jsFade.delay--2900 {
  transition-delay: 2900ms;
}
.jsFade.delay--3000 {
  transition-delay: 3000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

main {
  border-bottom: 20px solid #ffffff;
}

.inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.bg__wood {
  position: relative;
  z-index: 1;
  background: url(../../images/pc/20241007/index-bg-green.png) repeat-x center top, url(../../images/pc/20241007/index-bg-wood.jpg) repeat-y center top;
  background-size: 1050px, 2000px;
}
@media screen and (min-width: 2001px) {
  .bg__wood {
    background-size: 1050px, 100%;
  }
}
@media screen and (max-width: 1200px) {
  .bg__wood {
    background-size: 87.5%, 166.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .bg__wood {
    background: url(../../images/sp/20241007/index-bg-green.png) repeat-x center top, url(../../images/sp/20241007/index-bg-wood.jpg) repeat-y center top;
    background-size: 100%, 100%;
  }
}
.bg__wood::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 820px;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 1200px) {
  .bg__wood::after {
    height: 68.3333333333%;
  }
}
.bg__stone {
  background: url(../../images/pc/20241007/index-bg-stone.jpg) repeat-y center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .bg__stone {
    background: url(../../images/sp/20241007/index-bg-stone.jpg) repeat-y center top;
    background-size: 100%;
  }
}
.bg__about {
  background: url(../images/pc/20250423/index-bg-about-stone.png) no-repeat center top #ffffff;
  background-size: 110.8333333333%;
}
@media screen and (max-width: 768px) {
  .bg__about {
    background: url(../images/sp/20250423/index-bg-about-stone.png) repeat-y center top #ffffff;
    background-size: 107.7170418006%;
  }
}

.mv {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(../images/pc/20250423/index-bg-mv-green.png) no-repeat center top, url(../../images/pc/20241007/index-bg-wood.jpg) repeat-y center top;
  background-size: 2000px, 2000px;
}
@media screen and (min-width: 2001px) {
  .mv {
    background-size: 100%, 100%;
  }
}
@media screen and (max-width: 1200px) {
  .mv {
    background-size: 166.6666666667%, 166.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background: none;
  }
}
.mv__title {
  padding: 205px 0 54px 0;
}
@media screen and (max-width: 1200px) {
  .mv__title {
    padding: 17.0833333333% 0 4.5% 0;
  }
}
@media screen and (max-width: 768px) {
  .mv__title {
    padding: 0;
  }
}
.mv__title h1 {
  width: 100.0833333333%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__title h1 {
    width: 100%;
  }
}
.mv__reg {
  width: 100%;
  background-color: #517e36;
}

.collabo > .inner {
  padding: 80px 0 94px 0;
}
@media screen and (max-width: 1200px) {
  .collabo > .inner {
    padding: 6.6666666667% 0 7.8333333333% 0;
  }
}
@media screen and (max-width: 768px) {
  .collabo > .inner {
    padding: 10.6666666667vw 0 20vw 0;
  }
}
.collabo__detail {
  overflow: hidden;
  width: 66.6666666667%;
  margin: 0 auto;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1200px) {
  .collabo__detail {
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .collabo__detail {
    width: 84%;
    border-radius: 4.6666666667vw;
  }
}
.collabo__detail--logo {
  margin-top: 3.7783375315%;
}
@media screen and (max-width: 768px) {
  .collabo__detail--logo {
    margin-top: 5.3333333333vw;
  }
}
.collabo__detail--img {
  margin-top: 3.7783375315%;
}
@media screen and (max-width: 768px) {
  .collabo__detail--img {
    margin-top: 6.6666666667vw;
  }
}
.collabo__detail--01 {
  border: 3px solid #d70f5a;
}
@media screen and (max-width: 1200px) {
  .collabo__detail--01 {
    border: 0.25vw solid #d70f5a;
  }
}
@media screen and (max-width: 768px) {
  .collabo__detail--01 {
    border: 0.5333333333vw solid #d70f5a;
  }
}
.collabo__detail--01 .collabo__detail--title {
  background-color: #d70f5a;
}
.collabo__detail--02 {
  margin-top: 5.6666666667%;
  border: 3px solid #c7984e;
}
@media screen and (max-width: 1200px) {
  .collabo__detail--02 {
    border: 0.25vw solid #c7984e;
  }
}
@media screen and (max-width: 768px) {
  .collabo__detail--02 {
    margin-top: 11.7333333333vw;
    border: 0.5333333333vw solid #c7984e;
  }
}
.collabo__detail--02 .collabo__detail--title {
  background-color: #c7984e;
}
.collabo__btn {
  width: 33.8333333333%;
  margin: 3.3333333333% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .collabo__btn {
    width: 58.8%;
    margin-top: 5.3333333333vw;
  }
}
.collabo__bnr {
  width: 66.6666666667%;
  margin: 3.3333333333% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .collabo__bnr {
    width: 84%;
    margin-top: 8vw;
  }
}
.collabo__bnr a {
  display: block;
  width: 101.5%;
  margin-right: -1.5%;
}
@media screen and (max-width: 768px) {
  .collabo__bnr a {
    width: 101.9047619048%;
    margin-right: -1.9047619048%;
  }
}

.about {
  background: url(../images/pc/20250423/index-bg-about.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about {
    background: url(../images/sp/20250423/index-bg-about.jpg) no-repeat center top;
    background-size: cover;
  }
}
.about > .inner {
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 1200px) {
  .about > .inner {
    padding: 6.6666666667% 0 8.3333333333% 0;
  }
}
@media screen and (max-width: 768px) {
  .about > .inner {
    padding: 10.6666666667vw 0 21.3333333333vw 0;
  }
}
.about__detail {
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
  padding: 3.1666666667% 0 4.6666666667% 0;
  border: 3px solid #517e36;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .about__detail {
    border: 0.25vw solid #517e36;
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .about__detail {
    width: 84%;
    padding: 6.1333333333vw 0 13.3333333333vw 0;
    border: 0.5333333333vw solid #517e36;
    border-radius: 5.3333333333vw;
  }
}
.about__detail--icon {
  width: 37.3949579832%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__detail--icon {
    width: 68.3279742765%;
  }
}
.about__detail--lead {
  width: 86.2745098039%;
  margin: 5.6022408964% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .about__detail--lead {
    width: 88.424437299%;
    margin-top: 5.8666666667vw;
  }
}
.about__detail--lead + .about__detail--lead {
  margin-top: 4.4817927171%;
}
@media screen and (max-width: 768px) {
  .about__detail--lead + .about__detail--lead {
    margin-top: 6vw;
  }
}
.about__detail--note {
  width: 86.2745098039%;
  margin: 4.2016806723% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .about__detail--note {
    width: 88.424437299%;
    margin-top: 7.7333333333vw;
  }
}
.about__title {
  width: 46%;
  margin: 5% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .about__title {
    width: 73.7333333333%;
    margin-top: 21.3333333333vw;
  }
}
.about__list {
  margin-top: 3.1666666667%;
}
@media screen and (max-width: 768px) {
  .about__list {
    margin-top: 6.1333333333vw;
  }
}
.about__item {
  position: relative;
  width: 66.6666666667%;
  margin: 0 auto;
  border: 3px solid #517e36;
  border-radius: 25px;
  background-color: #517e36;
}
@media screen and (max-width: 1200px) {
  .about__item {
    border: 0.25vw solid #517e36;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .about__item {
    width: 84%;
    padding: 0;
    border: 0.5333333333vw solid #517e36;
    border-radius: 4.6666666667vw;
  }
}
.about__item:nth-child(1) {
  border: 3px solid #d70f5a;
  background-color: #d70f5a;
}
@media screen and (max-width: 1200px) {
  .about__item:nth-child(1) {
    border: 0.25vw solid #d70f5a;
  }
}
@media screen and (max-width: 768px) {
  .about__item:nth-child(1) {
    border: 0.5333333333vw solid #d70f5a;
  }
}
.about__item:nth-child(1)::after {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -42px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 42px solid #d70f5a;
  border-right: 69px solid transparent;
  border-left: 69px solid transparent;
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .about__item:nth-child(1)::after {
    bottom: -3.5vw;
    border-top: 3.5vw solid #d70f5a;
    border-right: 5.75vw solid transparent;
    border-left: 5.75vw solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .about__item:nth-child(1)::after {
    bottom: -9.3333333333vw;
    border-top: 9.3333333333vw solid #d70f5a;
    border-right: 15.3333333333vw solid transparent;
    border-left: 15.3333333333vw solid transparent;
  }
}
.about__item:nth-child(1) .about__item--detail {
  padding: 2.5188916877% 0 3.4005037783% 0;
}
@media screen and (max-width: 768px) {
  .about__item:nth-child(1) .about__item--detail {
    padding: 4vw 0 4.8vw 0;
  }
}
.about__item:nth-child(1) .about__item--img {
  width: 12.5944584383%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about__item:nth-child(1) .about__item--img {
    width: 24.2765273312%;
  }
}
.about__item:nth-child(1) .about__item--lead {
  width: 49.3702770781%;
  margin-left: 5.2896725441%;
}
@media screen and (max-width: 768px) {
  .about__item:nth-child(1) .about__item--lead {
    width: 89.2282958199%;
    margin-top: 6.4vw;
    margin-left: 0;
  }
}
.about__item:nth-child(2) {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .about__item:nth-child(2) {
    margin-top: 11.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .about__item:nth-child(2) .about__item--detail {
    padding-bottom: 4vw;
  }
}
.about__item:nth-child(2) .about__item--img {
  margin-bottom: -2.1410579345%;
}
@media screen and (max-width: 768px) {
  .about__item:nth-child(2) .about__item--img {
    margin-bottom: 0;
  }
}
.about__item:nth-child(3) {
  margin-top: 2.5%;
}
@media screen and (max-width: 768px) {
  .about__item:nth-child(3) {
    margin-top: 8vw;
  }
}
.about__item--title {
  width: 100%;
  margin: 0 auto;
}
.about__item--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 3.7783375315% 0 3.4005037783% 0;
  border-radius: 0 0 22px 22px;
}
@media screen and (max-width: 1200px) {
  .about__item--detail {
    border-radius: 0 0 1.8333333333vw 1.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .about__item--detail {
    flex-direction: column;
    padding: 8vw 0 7.3333333333vw 0;
    border-radius: 0 0 4vw 4vw;
  }
}
.about__item--lead {
  width: 44.5843828715%;
}
@media screen and (max-width: 768px) {
  .about__item--lead {
    width: 90.3536977492%;
  }
}
.about__item--img {
  position: relative;
  width: 30.3526448363%;
  margin-left: 3.5264483627%;
}
@media screen and (max-width: 768px) {
  .about__item--img {
    width: 67.845659164%;
    margin-top: 6.4vw;
    margin-left: 0;
  }
}

.start > .inner {
  padding: 170px 0 90px 0;
}
@media screen and (max-width: 1200px) {
  .start > .inner {
    padding: 14.1666666667% 0 7.5% 0;
  }
}
@media screen and (max-width: 768px) {
  .start > .inner {
    padding: 21.0666666667vw 0 20vw 0;
  }
}
.start__title {
  width: 75.8333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .start__title {
    width: 90.2666666667%;
  }
}
.start__point {
  position: relative;
  width: 57.5%;
  margin: 7.5% auto 0 auto;
  padding: 4.8333333333% 7.6666666667% 4.5% 7.6666666667%;
  border: 3px solid #517e36;
  border-radius: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .start__point {
    border: 0.25vw solid #517e36;
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .start__point {
    width: 84%;
    margin-top: 16vw;
    padding: 12.5333333333vw 0 13.3333333333vw 0;
    border: 0.5333333333vw solid #517e36;
  }
}
.start__point--title {
  position: absolute;
  top: -32px;
  left: 50%;
  width: 31.4861460957%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .start__point--title {
    top: -2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .start__point--title {
    top: -6.6666666667vw;
    width: 69.1318327974%;
  }
}
.start__point--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .start__point--list {
    display: block;
  }
}
.start__point--item {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .start__point--item {
    width: 70.9003215434%;
    margin: 0 auto;
  }
}
.start__point--item:nth-child(n+3) {
  margin-top: 9.4%;
}
@media screen and (max-width: 768px) {
  .start__point--item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .start__point--item + .start__point--item {
    margin-top: 11.2vw;
  }
}
.start__point--item:nth-child(1) .start__point--lead {
  width: 114%;
  margin-right: -7%;
  margin-left: -7%;
}
@media screen and (max-width: 768px) {
  .start__point--item:nth-child(1) .start__point--lead {
    width: 110.2040816327%;
    margin-right: -5.1020408163%;
    margin-left: -5.1020408163%;
  }
}
.start__point--logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .start__point--logo {
    width: 74.8299319728%;
    margin: 0 auto;
  }
}
.start__point--lead {
  width: 100%;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .start__point--lead {
    margin-top: 2.4vw;
  }
}
.start__point--btn {
  width: 100%;
  margin-top: 8%;
}
@media screen and (max-width: 768px) {
  .start__point--btn {
    margin-top: 5.3333333333vw;
  }
}
.start__point--btn a {
  display: block;
}
.start__collaboration {
  margin-top: 6.6666666667%;
}
@media screen and (max-width: 768px) {
  .start__collaboration {
    margin-top: 13.3333333333vw;
  }
}
.start__collaboration--title {
  width: 29.25%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .start__collaboration--title {
    width: 67.8666666667%;
  }
}
.start__collaboration--detail {
  width: 57.5%;
  margin: 2.5% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .start__collaboration--detail {
    width: 78.6666666667%;
    margin-top: 4.8vw;
  }
}
.start__collaboration--detail a {
  display: block;
  width: 101.7391304348%;
  margin-right: -1.7391304348%;
}
@media screen and (max-width: 768px) {
  .start__collaboration--detail a {
    width: 102.0338983051%;
    margin-right: -1.7391304348%;
  }
}

.other {
  padding: 35px 0 168px 0;
}
@media screen and (max-width: 1200px) {
  .other {
    padding: 2.9166666667% 0 14% 0;
  }
}
@media screen and (max-width: 768px) {
  .other {
    padding: 13.3333333333vw 0 18vw 0;
  }
}
.other__title {
  width: 66.6666666667%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .other__title {
    width: 84%;
  }
}
.other__top {
  width: 66.6666666667%;
  margin: 10% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .other__top {
    width: 84%;
    margin-top: 16vw;
  }
}
.other__top a {
  display: block;
  width: 101.5%;
  margin-right: -1.5%;
}
@media screen and (max-width: 768px) {
  .other__top a {
    width: 101.9047619048%;
    margin-right: -1.9047619048%;
  }
}