@import url(https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap);.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev, .slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  display: block;
  height: 40px;
  width: 20px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: transparent;
  outline: none;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
}

.slick-prev:before {
  content: '';
  top: 0;
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
}

.slick-next:before {
  top: 0;
  content: '';
  width: 18px;
  height: 18px;
  left: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

.slick-prev {
  left: 18px;
}

.slick-next {
  right: 18px;
  text-align: center;
}

.slick-prev:before {
  content: '';
}

.slick-dotted.slick-slider {}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  padding: 0;
}

.slick-dots li button {
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0px;
  background: transparent;
  border: 0;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #53c2f0;
}

.slick-dots li button:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '•';
  height: 10px;
  width: 10px;
  color: #000;
  font-family: 'slick';
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #53c2f0;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */*, ::before, ::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;

  -webkit-tap-highlight-color: transparent;
}body {
  margin: 0;
}main {
  display: block;
}p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}dt {
  font-weight: bold;
}dd {
  margin-left: 0;
}hr {
  clear: both;
  overflow: visible;
  height: 0;
  margin: 0;
  border-top-width: 1px;
  box-sizing: content-box;
  color: inherit;
}pre {
  font-family: monospace, monospace;
  font-size: inherit;
}address {
  font-style: inherit;
}a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;

  -webkit-text-decoration: underline dotted;
}b, strong {
  font-weight: bolder;
}code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}small {
  font-size: 80%;
}sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}img, embed, object, iframe {
  vertical-align: middle;
}button, input, optgroup, select, textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  outline: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;

  -webkit-appearance: none;
  -moz-appearance: none;
}[type='checkbox'] {
  appearance: checkbox;

  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}[type='radio'] {
  appearance: radio;

  -webkit-appearance: radio;
  -moz-appearance: radio;
}button, input {
  overflow: visible;
}button, select {
  text-transform: none;
}button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
}button[disabled], [type='button'][disabled], [type='reset'][disabled], [type='submit'][disabled] {
  cursor: default;
}button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}select::-ms-expand {
  display: none;
}option {
  padding: 0;
}fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}progress {
  vertical-align: baseline;
}textarea {
  overflow: auto;
}[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}[type='search'] {
  outline-offset: -2px;
}[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}label[for] {
  cursor: pointer;
}details {
  display: block;
}summary {
  display: list-item;
}[contenteditable] {
  outline: none;
}table {
  border-collapse: collapse;
  border-spacing: 0;
}caption {
  text-align: left;
}td, th {
  padding: 0;
  vertical-align: top;
}th {
  font-weight: bold;
  text-align: left;
}template {
  display: none;
}[hidden] {
  display: none;
}@-webkit-keyframes Bounce {
  0% {
    transform: scale(1);
  }20% {
    transform: scale(1.15);
  }40% {
    transform: scale(0.95);
  }60% {
    transform: scale(1.05);
  }80% {
    transform: scale(1);
  }100% {
    transform: scale(1);
  }
}@keyframes Bounce {
  0% {
    transform: scale(1);
  }20% {
    transform: scale(1.15);
  }40% {
    transform: scale(0.95);
  }60% {
    transform: scale(1.05);
  }80% {
    transform: scale(1);
  }100% {
    transform: scale(1);
  }
}@-webkit-keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }100% {
    transform: rotate(-15deg);
  }
}@keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }100% {
    transform: rotate(-15deg);
  }
}._card {
  cursor: pointer;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}._front, ._back {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  transform: translateZ(0) rotate(0deg);
  transition: transform 0.6s;

  -webkit-backface-visibility: hidden;
  will-change: transform;
}._front {
  transform: none;
}._back {
  position: absolute !important;
  transform: rotateY(180deg);
}@media screen and (min-width: 769px) {
  ._card:hover ._front {
    transform: rotateY(180deg);
  }
}@media screen and (max-width: 768px) {
  ._active ._front {
    transform: rotateY(180deg);
  }
}@media screen and (min-width: 769px) {
  ._card:hover ._back {
    transform: rotateY(360deg);
  }
}@media screen and (max-width: 768px) {
  ._active ._back {
    transform: rotateY(360deg);
  }
}@property --tx {
  inherits: false;
  initial-value: 0;
  syntax: '<length>';
}@property --ty {
  inherits: false;
  initial-value: 0;
  syntax: '<length>';
}@property --rot {
  inherits: false;
  initial-value: 0deg;
  syntax: '<angle>';
}@property --scale {
  inherits: false;
  initial-value: 1;
  syntax: '<number>';
}@-webkit-keyframes truck01 {
  0% {
    z-index: 0;

    --rot: 65deg;
    --tx: 38.54167vw;
    --ty: -3.125vw;
  }100% {
    --rot: 65deg;
    --tx: 11.45833vw;
    --ty: 9.63542vw;
  }
}@keyframes truck01 {
  0% {
    z-index: 0;

    --rot: 65deg;
    --tx: 38.54167vw;
    --ty: -3.125vw;
  }100% {
    --rot: 65deg;
    --tx: 11.45833vw;
    --ty: 9.63542vw;
  }
}@-webkit-keyframes truck01sp {
  0% {
    --rot: 45deg;
    --tx: 40vw;
    --ty: -5.33333vw;
  }100% {
    --rot: 30deg;
    --tx: 4vw;
    --ty: 40vw;
  }
}@keyframes truck01sp {
  0% {
    --rot: 45deg;
    --tx: 40vw;
    --ty: -5.33333vw;
  }100% {
    --rot: 30deg;
    --tx: 4vw;
    --ty: 40vw;
  }
}@-webkit-keyframes truck02 {
  0% {
    --rot: -35deg;
    --tx: 2.60417vw;
    --ty: -15.625vw;
  }30% {
    --rot: -55deg;
    --tx: 9.89583vw;
    --ty: -4.16667vw;
  }40% {
    --rot: -60deg;
    --ty: -1.04167vw;
  }100% {
    --rot: -70deg;
    --tx: 46.875vw;
    --ty: 12.5vw;
  }
}@keyframes truck02 {
  0% {
    --rot: -35deg;
    --tx: 2.60417vw;
    --ty: -15.625vw;
  }30% {
    --rot: -55deg;
    --tx: 9.89583vw;
    --ty: -4.16667vw;
  }40% {
    --rot: -60deg;
    --ty: -1.04167vw;
  }100% {
    --rot: -70deg;
    --tx: 46.875vw;
    --ty: 12.5vw;
  }
}@-webkit-keyframes truck02sp {
  0% {
    --rot: 0deg;
    --tx: 6.66667vw;
    --ty: -101.33333vw;
  }30% {
    --rot: -5deg;
    --tx: 10.66667vw;
    --ty: -66.66667vw;
  }50% {
    --rot: -35deg;
    --tx: 21.33333vw;
    --ty: -48vw;
  }100% {
    --rot: -30deg;
    --tx: 57.33333vw;
    --ty: 2.66667vw;
  }
}@keyframes truck02sp {
  0% {
    --rot: 0deg;
    --tx: 6.66667vw;
    --ty: -101.33333vw;
  }30% {
    --rot: -5deg;
    --tx: 10.66667vw;
    --ty: -66.66667vw;
  }50% {
    --rot: -35deg;
    --tx: 21.33333vw;
    --ty: -48vw;
  }100% {
    --rot: -30deg;
    --tx: 57.33333vw;
    --ty: 2.66667vw;
  }
}@-webkit-keyframes truck03 {
  0% {
    --rot: 0deg;
    --tx: 52.08333vw;
    --ty: -15.625vw;
  }20% {
    --rot: 45deg;
    --tx: 49.47917vw;
    --ty: -6.25vw;
  }25% {
    --tx: 48.4375vw;
  }40% {
    --rot: 65deg;
  }100% {
    --rot: 65deg;
    --tx: 3.125vw;
    --ty: 16.14583vw;
  }
}@keyframes truck03 {
  0% {
    --rot: 0deg;
    --tx: 52.08333vw;
    --ty: -15.625vw;
  }20% {
    --rot: 45deg;
    --tx: 49.47917vw;
    --ty: -6.25vw;
  }25% {
    --tx: 48.4375vw;
  }40% {
    --rot: 65deg;
  }100% {
    --rot: 65deg;
    --tx: 3.125vw;
    --ty: 16.14583vw;
  }
}@-webkit-keyframes truck03sp {
  0% {
    --rot: 0deg;
    --tx: 62.66667vw;
    --ty: -101.33333vw;
  }25% {
    --rot: 5deg;
    --tx: 60vw;
  }35% {
    --rot: 20deg;
    --tx: 54.66667vw;
    --ty: -57.33333vw;
  }60% {
    --rot: 45deg;
    --tx: 34.66667vw;
    --ty: -34.66667vw;
  }100% {
    --rot: 20deg;
    --tx: 8vw;
    --ty: 2.66667vw;
  }
}@keyframes truck03sp {
  0% {
    --rot: 0deg;
    --tx: 62.66667vw;
    --ty: -101.33333vw;
  }25% {
    --rot: 5deg;
    --tx: 60vw;
  }35% {
    --rot: 20deg;
    --tx: 54.66667vw;
    --ty: -57.33333vw;
  }60% {
    --rot: 45deg;
    --tx: 34.66667vw;
    --ty: -34.66667vw;
  }100% {
    --rot: 20deg;
    --tx: 8vw;
    --ty: 2.66667vw;
  }
}@-webkit-keyframes truck04 {
  0% {
    --rot: -30deg;
    --tx: 2.60417vw;
    --ty: -15.625vw;
  }10% {
    --rot: -45deg;
    --tx: 5.20833vw;
    --ty: -10.41667vw;
  }20% {
    --rot: -55deg;
    --tx: 7.8125vw;
    --ty: -5.72917vw;
  }50% {
    --rot: -65deg;
    --ty: 1.04167vw;
  }100% {
    --rot: -70deg;
    --tx: 46.35417vw;
    --ty: 12.5vw;
  }
}@keyframes truck04 {
  0% {
    --rot: -30deg;
    --tx: 2.60417vw;
    --ty: -15.625vw;
  }10% {
    --rot: -45deg;
    --tx: 5.20833vw;
    --ty: -10.41667vw;
  }20% {
    --rot: -55deg;
    --tx: 7.8125vw;
    --ty: -5.72917vw;
  }50% {
    --rot: -65deg;
    --ty: 1.04167vw;
  }100% {
    --rot: -70deg;
    --tx: 46.35417vw;
    --ty: 12.5vw;
  }
}@-webkit-keyframes truck04sp {
  0% {
    --rot: 0deg;
    --tx: 6.66667vw;
    --ty: -101.33333vw;
  }30% {
    --rot: -15deg;
    --tx: 13.33333vw;
    --ty: -66.66667vw;
  }50% {
    --rot: -35deg;
    --tx: 29.33333vw;
    --ty: -48vw;
  }100% {
    --rot: -30deg;
    --tx: 65.33333vw;
    --ty: 2.66667vw;
  }
}@keyframes truck04sp {
  0% {
    --rot: 0deg;
    --tx: 6.66667vw;
    --ty: -101.33333vw;
  }30% {
    --rot: -15deg;
    --tx: 13.33333vw;
    --ty: -66.66667vw;
  }50% {
    --rot: -35deg;
    --tx: 29.33333vw;
    --ty: -48vw;
  }100% {
    --rot: -30deg;
    --tx: 65.33333vw;
    --ty: 2.66667vw;
  }
}@-webkit-keyframes truck05 {
  0% {
    --rot: 10deg;
    --tx: 52.08333vw;
    --ty: -15.625vw;
  }20% {
    --rot: 35deg;
    --tx: 49.47917vw;
    --ty: -5.20833vw;
  }30% {
    --rot: 60deg;
  }100% {
    --rot: 65deg;
    --tx: 8.85417vw;
    --ty: 13.54167vw;
  }
}@keyframes truck05 {
  0% {
    --rot: 10deg;
    --tx: 52.08333vw;
    --ty: -15.625vw;
  }20% {
    --rot: 35deg;
    --tx: 49.47917vw;
    --ty: -5.20833vw;
  }30% {
    --rot: 60deg;
  }100% {
    --rot: 65deg;
    --tx: 8.85417vw;
    --ty: 13.54167vw;
  }
}@-webkit-keyframes truck05sp {
  0% {
    --rot: 0deg;
    --tx: 60vw;
    --ty: -101.33333vw;
  }25% {
    --rot: 10deg;
    --tx: 56vw;
  }35% {
    --rot: 20deg;
    --tx: 48vw;
    --ty: -57.33333vw;
  }60% {
    --rot: 45deg;
    --tx: 26.66667vw;
    --ty: -34.66667vw;
  }100% {
    --rot: 20deg;
    --tx: 5.33333vw;
    --ty: 2.66667vw;
  }
}@keyframes truck05sp {
  0% {
    --rot: 0deg;
    --tx: 60vw;
    --ty: -101.33333vw;
  }25% {
    --rot: 10deg;
    --tx: 56vw;
  }35% {
    --rot: 20deg;
    --tx: 48vw;
    --ty: -57.33333vw;
  }60% {
    --rot: 45deg;
    --tx: 26.66667vw;
    --ty: -34.66667vw;
  }100% {
    --rot: 20deg;
    --tx: 5.33333vw;
    --ty: 2.66667vw;
  }
}@-webkit-keyframes truck06 {
  0% {
    --rot: -20deg;
    --tx: 19.79167vw;
    --ty: -17.1875vw;
  }10% {
    --rot: -25deg;
  }20% {
    --tx: 20.83333vw;
    --ty: -6.25vw;
  }30% {
    --rot: -55deg;
  }100% {
    --rot: -70deg;
    --tx: 66.14583vw;
    --ty: 14.58333vw;
  }
}@keyframes truck06 {
  0% {
    --rot: -20deg;
    --tx: 19.79167vw;
    --ty: -17.1875vw;
  }10% {
    --rot: -25deg;
  }20% {
    --tx: 20.83333vw;
    --ty: -6.25vw;
  }30% {
    --rot: -55deg;
  }100% {
    --rot: -70deg;
    --tx: 66.14583vw;
    --ty: 14.58333vw;
  }
}@-webkit-keyframes truck06sp {
  0% {
    --rot: -8deg;
    --tx: 8vw;
    --ty: -98.66667vw;
  }10% {
    --rot: -10deg;
  }30% {
    --rot: -25deg;
    --tx: 21.33333vw;
    --ty: -66.66667vw;
  }50% {
    --rot: -40deg;
    --tx: 42.66667vw;
    --ty: -48vw;
  }70% {
    --rot: -20deg;
    --tx: 58.66667vw;
  }100% {
    --rot: -15deg;
    --tx: 68vw;
    --ty: 21.33333vw;
  }
}@keyframes truck06sp {
  0% {
    --rot: -8deg;
    --tx: 8vw;
    --ty: -98.66667vw;
  }10% {
    --rot: -10deg;
  }30% {
    --rot: -25deg;
    --tx: 21.33333vw;
    --ty: -66.66667vw;
  }50% {
    --rot: -40deg;
    --tx: 42.66667vw;
    --ty: -48vw;
  }70% {
    --rot: -20deg;
    --tx: 58.66667vw;
  }100% {
    --rot: -15deg;
    --tx: 68vw;
    --ty: 21.33333vw;
  }
}@-webkit-keyframes truck07 {
  0% {
    --rot: 10deg;
    --tx: 65.10417vw;
    --ty: -19.79167vw;
  }30% {
    --rot: 60deg;
    --tx: 62.5vw;
    --ty: -6.77083vw;
  }40% {
    --rot: 65deg;
  }100% {
    --rot: 65deg;
    --tx: 26.04167vw;
    --ty: 12.5vw;
  }
}@keyframes truck07 {
  0% {
    --rot: 10deg;
    --tx: 65.10417vw;
    --ty: -19.79167vw;
  }30% {
    --rot: 60deg;
    --tx: 62.5vw;
    --ty: -6.77083vw;
  }40% {
    --rot: 65deg;
  }100% {
    --rot: 65deg;
    --tx: 26.04167vw;
    --ty: 12.5vw;
  }
}@-webkit-keyframes truck07sp {
  0% {
    --rot: 10deg;
    --tx: 64vw;
    --ty: -101.33333vw;
  }20% {
    --rot: 30deg;
    --tx: 54.66667vw;
  }50% {
    --rot: 40deg;
    --tx: 24vw;
  }80% {
    --rot: 15deg;
    --tx: 8vw;
  }90% {
    --rot: 10deg;
  }100% {
    --rot: 10deg;
    --tx: 5.33333vw;
    --ty: 16vw;
  }
}@keyframes truck07sp {
  0% {
    --rot: 10deg;
    --tx: 64vw;
    --ty: -101.33333vw;
  }20% {
    --rot: 30deg;
    --tx: 54.66667vw;
  }50% {
    --rot: 40deg;
    --tx: 24vw;
  }80% {
    --rot: 15deg;
    --tx: 8vw;
  }90% {
    --rot: 10deg;
  }100% {
    --rot: 10deg;
    --tx: 5.33333vw;
    --ty: 16vw;
  }
}@-webkit-keyframes truck_heartbeat {
  0% {
    --scale: 1;
  }7.5% {
    --scale: 1.1;
  }15% {
    --scale: 1;
  }22.5% {
    --scale: 1.1;
  }30% {
    --scale: 1;
  }37.5% {
    --scale: 1.1;
  }45% {
    --scale: 1;
  }52.5% {
    --scale: 1.1;
  }60% {
    --scale: 1;
  }67.5% {
    --scale: 1.1;
  }75% {
    --scale: 1;
  }82.5% {
    --scale: 1.1;
  }90% {
    --scale: 1;
  }100% {
    --scale: 1;
  }
}@keyframes truck_heartbeat {
  0% {
    --scale: 1;
  }7.5% {
    --scale: 1.1;
  }15% {
    --scale: 1;
  }22.5% {
    --scale: 1.1;
  }30% {
    --scale: 1;
  }37.5% {
    --scale: 1.1;
  }45% {
    --scale: 1;
  }52.5% {
    --scale: 1.1;
  }60% {
    --scale: 1;
  }67.5% {
    --scale: 1.1;
  }75% {
    --scale: 1;
  }82.5% {
    --scale: 1.1;
  }90% {
    --scale: 1;
  }100% {
    --scale: 1;
  }
}@-webkit-keyframes truck_yoko {
  0% {
    --tx: 93.75vw;
  }27.27% {
    --tx: -10.41667vw;
  }100% {
    --tx: -10.41667vw;
  }
}@keyframes truck_yoko {
  0% {
    --tx: 93.75vw;
  }27.27% {
    --tx: -10.41667vw;
  }100% {
    --tx: -10.41667vw;
  }
}@-webkit-keyframes truck_yoko_reverse {
  0% {
    --tx: -10.41667vw;
  }30% {
    --tx: 104.16667vw;
  }100% {
    --tx: 104.16667vw;
  }
}@keyframes truck_yoko_reverse {
  0% {
    --tx: -10.41667vw;
  }30% {
    --tx: 104.16667vw;
  }100% {
    --tx: 104.16667vw;
  }
}@-webkit-keyframes truck_yoko_sp {
  0% {
    --tx: 106.66667vw;
  }27.27% {
    --tx: -26.66667vw;
  }100% {
    --tx: -26.66667vw;
  }
}@keyframes truck_yoko_sp {
  0% {
    --tx: 106.66667vw;
  }27.27% {
    --tx: -26.66667vw;
  }100% {
    --tx: -26.66667vw;
  }
}@-webkit-keyframes truck_yoko_reverse_sp {
  0% {
    --tx: -26.66667vw;
  }30% {
    --tx: 160vw;
  }100% {
    --tx: 160vw;
  }
}@keyframes truck_yoko_reverse_sp {
  0% {
    --tx: -26.66667vw;
  }30% {
    --tx: 160vw;
  }100% {
    --tx: 160vw;
  }
}html, body {
  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;
}body {
  font-family: 'Zen Kaku Gothic New','Noto Sans JP','游ゴシック Medium','游ゴシック',YuGothic,YuGothicM,Osaka,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}@media (min-width: 2880px) {
  body {
    font-size: 27px;
  }
}@media screen and (max-width: 768px) {
  body {
    font-size: 14.4px;
    font-size: 3.84vw;
  }
}@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 3.2vw;
  }
}img {
  width: 100%;
}a {
  text-decoration: none;
}a, a:visited, a:hover {
  text-decoration: none;
}a:hover {
  text-decoration: none;
}a img {
  border: 0;
}.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
}@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}.wrap {
  position: relative;
  overflow: hidden;
}.header {
  position: absolute;
  left: 0.52083vw;
  top: 0;
  display: flex;
  z-index: 1000;
  width: calc(100% - 1.04167vw);
  margin-bottom: 0.52083vw;
  margin-top: 0.52083vw;
  padding: 25px 25px 22px 25px;
  padding: 1.30208vw 1.30208vw 1.14583vw 1.30208vw;
  justify-content: space-between;
  background: rgba(0,178,33,0.95);
  border: 0.07813vw solid #000;
  border-radius: 0.78125vw;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 19px;
  font-size: 0.98958vw;
  font-weight: 700;
  align-items: center;
}@media (min-width: 2880px) {
  .header {
    padding: 37.5px 37.5px 33px 37.5px;
  }
}@media screen and (max-width: 768px) {
  .header {
    padding: 25px 25px 22px 25px;
    padding: 6.66667vw 6.66667vw 5.86667vw 6.66667vw;
  }
}@media (min-width: 2880px) {
  .header {
    font-size: 28.5px;
  }
}@media screen and (max-width: 768px) {
  .header {
    font-size: 15.2px;
    font-size: 4.05333vw;
  }
}@media screen and (max-width: 768px) {
  .header {
    left: 2.66667vw;
    width: calc(100% - 5.33333vw);
    margin-bottom: 2.66667vw;
    margin-top: 2.66667vw;
    padding: 14px 10px 14px 14px;
    padding: 3.73333vw 2.66667vw 3.73333vw 3.73333vw;
    border-radius: 2.66667vw;
  }
}.header h1 {
  width: 280px;
  width: calc(280 / 1920 * 100%);
  line-height: 1;
}@media screen and (max-width: 768px) {
  .header h1 {
    position: relative;
    z-index: 1;
    width: 50%;
  }
}.header h1 a {
  transition: all 0.3s ease-out 0s;
}@media screen and (min-width: 769px) {
  .header h1 a:hover {
    opacity: 0.5;
  }
}@media screen and (max-width: 768px) {
  .header .gnav {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
}.header .gnav._active {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
  justify-content: center;
  background: #00bb21;
  align-items: center;
  text-align: center;
  transition: all 0.15s ease-out 0s;
}@media screen and (min-width: 769px) {
  .header .gnav._active ul {
    display: block;
  }.header .gnav._active ul li {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 500;
  }
}.header .gnav ul {
  display: flex;
  justify-content: end;
}@media screen and (max-width: 768px) {
  .header .gnav ul {
    display: block;
  }
}.header .gnav ul li {
  margin-left: 1.30208vw;
}@media screen and (max-width: 768px) {
  .header .gnav ul li {
    margin: 20px 0 20px 0;
    margin: 5.33333vw 0vw 5.33333vw 0vw;
    font-size: 15px;
    font-size: 4vw;
  }
}.header .gnav ul li a {
  color: #fff;
  transition: all 0.3s ease-out 0s;
}@media screen and (min-width: 769px) {
  .header .gnav ul li a:hover {
    opacity: 0.7;
  }
}.header__btn {
  position: fixed;
  right: 1.30208vw;
  top: 1.30208vw;
  display: block;
  height: 2.60417vw;
  width: 2.60417vw;
  background: #000;
  border-radius: 0.26042vw;
}@media screen and (min-width: 769px) {
  .header__btn {
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
  }
}@media screen and (min-width: 769px) {
  .header__btn._show {
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
    overflow: visible;
    transition: all 0.15s ease-out 0s;
  }
}@media screen and (max-width: 768px) {
  .header__btn {
    right: 4.26667vw;
    top: 4.26667vw;
    height: 9.33333vw;
    width: 9.33333vw;
    border-radius: 5px;
  }
}.header__btn span {
  position: absolute;
  left: 50%;
  top: calc(50% + 0.3125vw);
  height: 2px;
  width: 1.5625vw;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease-out 0s;
}@media screen and (max-width: 768px) {
  .header__btn span {
    top: calc(50% + 1.06667vw);
    height: 2px;
    width: 5.33333vw;
  }
}.header__btn span:nth-child(2) {
  top: calc(50% - 0.3125vw);
}@media screen and (max-width: 768px) {
  .header__btn span:nth-child(2) {
    top: calc(50% - 1.06667vw);
  }
}.header__btn._active span {
  left: 50%;
  top: 50%;
  height: 1px;
  transform: translate(-50%, -50%) rotate(30deg);
}.header__btn._active span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-30deg);
}.footer {
  padding-top: 0.26042vw;
  border-top: 0.07813vw solid #000;
}@media screen and (max-width: 768px) {
  .footer {
    padding-top: 1.33333vw;
    border-top: 0.4vw solid #000;
  }
}.footer_in {
  position: relative;
  display: flex;
  padding: 60px 90px 100px 90px;
  padding: 3.125vw 4.6875vw 5.20833vw 4.6875vw;
  justify-content: space-between;
  background: #00bb21;
  border-top: 0.07813vw solid #000;
  align-items: end;
}@media screen and (max-width: 768px) {
  .footer_in {
    border-top: 0.4vw solid #000;
  }
}@media (min-width: 2880px) {
  .footer_in {
    padding: 90px 135px 150px 135px;
  }
}@media screen and (max-width: 768px) {
  .footer_in {
    padding: 60px 90px 100px 90px;
    padding: 16vw 24vw 26.66667vw 24vw;
  }
}@media screen and (max-width: 768px) {
  .footer_in {
    display: block;
    padding: 30px 30px 120px 30px;
    padding: 8vw 8vw 32vw 8vw;
  }
}.footer_in::before {
  position: absolute;
  bottom: 1.97917vw;
  left: 0;
  content: '';
  height: 0.41667vw;
  width: 100%;
  background: #d82727;
}@media screen and (max-width: 768px) {
  .footer_in::before {
    bottom: 10.13333vw;
    height: 2.13333vw;
  }
}.footer_in::after {
  position: absolute;
  bottom: 1.5625vw;
  left: 0;
  content: '';
  height: 0.41667vw;
  width: 100%;
  background: #fff;
}@media screen and (max-width: 768px) {
  .footer_in::after {
    bottom: 8vw;
    height: 2.13333vw;
  }
}.footer__detail {
  width: 29.16667vw;
}@media screen and (max-width: 768px) {
  .footer__detail {
    width: 100%;
  }
}.footer__detail h1 {
  width: 26.04167vw;
  padding-bottom: 1.5625vw;
}@media screen and (max-width: 768px) {
  .footer__detail h1 {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5.33333vw;
  }
}.footer__detail h1 a {
  display: block;
  transition: all 0.15s ease-out 0s;
}@media screen and (min-width: 769px) {
  .footer__detail h1 a:hover {
    opacity: 0.7;
  }
}.footer__area dl {
  display: flex;
  margin-bottom: 1.5625vw;
  padding: 15px 0 5px 0;
  padding: 0.78125vw 0vw 0.26042vw 0vw;
  flex-wrap: wrap;
  border-bottom: 0.05208vw solid #000;
  border-top: 0.05208vw solid #000;
  font-size: 15px;
  font-size: 0.78125vw;
}@media (min-width: 2880px) {
  .footer__area dl {
    font-size: 22.5px;
  }
}@media screen and (max-width: 768px) {
  .footer__area dl {
    font-size: 12px;
    font-size: 3.2vw;
  }
}@media screen and (max-width: 768px) {
  .footer__area dl {
    margin-bottom: 5.33333vw;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.25;
  }
}.footer__area dl div {
  display: flex;
  width: 50%;
  margin-bottom: 0.52083vw;
  align-items: center;
}@media screen and (max-width: 768px) {
  .footer__area dl div {
    margin-bottom: 2.66667vw;
  }
}.footer__area dl div:first-child {
  width: 100%;
}.footer__area dl div dt {
  margin-right: 0.78125vw;
  padding: 5px 10px 5px 10px;
  padding: 0.26042vw 0.52083vw 0.26042vw 0.52083vw;
  background: #fff;
  border: 0.05208vw solid #000;
  border-radius: 100px;
  font-weight: 900;
}@media (min-width: 2880px) {
  .footer__area dl div dt {
    padding: 7.5px 15px 7.5px 15px;
  }
}@media screen and (max-width: 768px) {
  .footer__area dl div dt {
    padding: 5px 10px 5px 10px;
    padding: 1.33333vw 2.66667vw 1.33333vw 2.66667vw;
  }
}@media screen and (max-width: 768px) {
  .footer__area dl div dt {
    margin-right: 2.66667vw;
    padding: 5px 10px 5px 10px;
    padding: 1.33333vw 2.66667vw 1.33333vw 2.66667vw;
  }
}.footer__area dl div dd {
  flex: 1;
}@media (min-width: 2880px) {
  .footer__area dl {
    padding: 22.5px 0 7.5px 0;
  }
}@media screen and (max-width: 768px) {
  .footer__area dl {
    padding: 15px 0 5px 0;
    padding: 4vw 0vw 1.33333vw 0vw;
  }
}@media screen and (max-width: 768px) {
  .footer__area dl {
    padding: 15px 0 5px 0;
    padding: 4vw 0vw 1.33333vw 0vw;
  }
}.footer__area .gnav {
  display: flex;
  flex-wrap: wrap;
}@media screen and (max-width: 768px) {
  .footer__area .gnav {
    display: none;
  }
}.footer__area .gnav li {
  margin-bottom: 0.78125vw;
  margin-left: 2.08333vw;
}.footer__area .gnav li a {
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 17px;
  font-size: 0.88542vw;
  font-weight: 700;
  transition: all 0.15s ease-out 0s;
}@media (min-width: 2880px) {
  .footer__area .gnav li a {
    font-size: 25.5px;
  }
}@media screen and (max-width: 768px) {
  .footer__area .gnav li a {
    font-size: 13.6px;
    font-size: 3.62667vw;
  }
}@media screen and (max-width: 768px) {
  .footer__area .gnav li a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}@media screen and (min-width: 769px) {
  .footer__area .gnav li a:hover {
    opacity: 0.7;
  }
}.footer__area .gnav li:first-child, .footer__area .gnav li:nth-child(6), .footer__area .gnav li:last-child {
  margin-left: 0;
}.footer__policy {
  display: inline-block;
  margin-bottom: 2.08333vw;
  color: #fff;
  font-size: 15px;
  font-size: 0.78125vw;
  font-weight: 900;
  text-decoration: underline;
}@media (min-width: 2880px) {
  .footer__policy {
    font-size: 22.5px;
  }
}@media screen and (max-width: 768px) {
  .footer__policy {
    font-size: 12px;
    font-size: 3.2vw;
  }
}@media screen and (max-width: 768px) {
  .footer__policy {
    margin-bottom: 5.33333vw;
    font-size: 15px;
    font-size: 4vw;
  }
}.footer__policy:hover {
  text-decoration: none;
}.footer__copyright {
  font-size: 14px;
  font-size: 0.72917vw;
}@media (min-width: 2880px) {
  .footer__copyright {
    font-size: 21px;
  }
}@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 11.2px;
    font-size: 2.98667vw;
  }
}@media screen and (max-width: 768px) {
  .footer__copyright {
    position: absolute;
    bottom: 17.33333vw;
    left: 50%;
    width: 100%;
    font-size: 10px;
    font-size: 2.66667vw;
    text-align: center;
    transform: translate(-50%, 0);
  }
}.footer__contact {
  width: 25vw;
}@media screen and (max-width: 768px) {
  .footer__contact {
    width: 100%;
  }
}.footer__contact h3 {
  margin-bottom: 0.26042vw;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 900;
}@media (min-width: 2880px) {
  .footer__contact h3 {
    font-size: 27px;
  }
}@media screen and (max-width: 768px) {
  .footer__contact h3 {
    font-size: 14.4px;
    font-size: 3.84vw;
  }
}@media screen and (max-width: 768px) {
  .footer__contact h3 {
    margin-bottom: 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}.footer__contact_title {
  position: relative;
  margin-bottom: 1.04167vw;
  margin-right: 1.82292vw;
  padding-left: 1.30208vw;
}@media screen and (max-width: 768px) {
  .footer__contact_title {
    margin-bottom: 2.66667vw;
  }
}.footer__contact_title_wrap {
  display: flex;
}@media screen and (max-width: 768px) {
  .footer__contact_title_wrap {
    display: block;
    margin-bottom: 5.33333vw;
  }
}.footer__contact_title_wrap p {
  padding-top: 0.26042vw;
  flex: 1;
  font-size: 15px;
  font-size: 0.78125vw;
}@media (min-width: 2880px) {
  .footer__contact_title_wrap p {
    font-size: 22.5px;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_title_wrap p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_title_wrap p {
    padding-top: 1.33333vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_title {
    margin-right: 8vw;
    padding-left: 5.33333vw;
  }
}.footer__contact_title::before {
  position: absolute;
  left: 0;
  top: 0.46875vw;
  content: '';
  height: 0.78125vw;
  width: 0.83333vw;
  background: #fff;
  border: 0.05208vw solid #000;
  border-radius: 100px;
  box-sizing: border-box;
}@media screen and (max-width: 768px) {
  .footer__contact_title::before {
    top: 2.13333vw;
    height: 3.46667vw;
    width: 3.46667vw;
  }
}.footer__contact_title h2 {
  font-size: 22px;
  font-size: 1.14583vw;
  font-weight: 900;
}@media (min-width: 2880px) {
  .footer__contact_title h2 {
    font-size: 33px;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_title h2 {
    font-size: 17.6px;
    font-size: 4.69333vw;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_title h2 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}.footer__contact_title span {
  display: block;
  padding-top: 0.10417vw;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-size: 0.67708vw;
  font-weight: 900;
}@media (min-width: 2880px) {
  .footer__contact_title span {
    font-size: 19.5px;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_title span {
    font-size: 10.4px;
    font-size: 2.77333vw;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_title span {
    padding-top: 0.53333vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}.footer__contact_in {
  padding: 30px 30px 30px 30px;
  padding: 1.5625vw 1.5625vw 1.5625vw 1.5625vw;
  border: 0.05208vw solid #000;
  border-radius: 1.04167vw;
}@media (min-width: 2880px) {
  .footer__contact_in {
    padding: 45px 45px 45px 45px;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_in {
    padding: 30px 30px 30px 30px;
    padding: 8vw 8vw 8vw 8vw;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_in {
    padding: 15px 15px 15px 15px;
    padding: 4vw 4vw 4vw 4vw;
  }
}.footer__contact_tel {
  margin-bottom: 1.5625vw;
  padding-bottom: 1.5625vw;
  border-bottom: 0.05208vw solid #000;
}@media screen and (max-width: 768px) {
  .footer__contact_tel {
    margin-bottom: 2.66667vw;
    padding-bottom: 2.66667vw;
  }
}.footer__contact_tel p {
  font-size: 15px;
  font-size: 0.78125vw;
}@media (min-width: 2880px) {
  .footer__contact_tel p {
    font-size: 22.5px;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_tel p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_tel p {
    font-size: 12px;
    font-size: 0.625vw;
  }
}@media screen and (max-width: 768px) and (min-width: 2880px) {
  .footer__contact_tel p {
    font-size: 18px;
  }
}@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer__contact_tel p {
    font-size: 9.6px;
    font-size: 2.56vw;
  }
}.footer__contact_tel h3 svg {
  height: 1.25vw;
  width: 1.14583vw;
  margin-bottom: 0.10417vw;
  margin-right: 0.57292vw;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .footer__contact_tel h3 svg {
    height: 4.8vw;
    width: 4.26667vw;
    margin-bottom: 0.53333vw;
    margin-right: 2.13333vw;
  }
}.footer__contact_tel_num {
  color: #fff;
  line-height: 1.3;
}.footer__contact_tel_num span {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-size: 1.45833vw;
  font-weight: 700;
}@media (min-width: 2880px) {
  .footer__contact_tel_num span {
    font-size: 42px;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_tel_num span {
    font-size: 22.4px;
    font-size: 5.97333vw;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_tel_num span {
    font-size: 18px;
    font-size: 4.8vw;
  }
}.footer__contact_tel_num a {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-size: 2.60417vw;
  font-style: italic;
  font-weight: 700;
}@media (min-width: 2880px) {
  .footer__contact_tel_num a {
    font-size: 75px;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_tel_num a {
    font-size: 40px;
    font-size: 10.66667vw;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_tel_num a {
    font-size: 34px;
    font-size: 9.06667vw;
  }
}.footer__contact_mail h3 {
  margin-bottom: 0.52083vw;
}@media screen and (max-width: 768px) {
  .footer__contact_mail h3 {
    margin-bottom: 2.66667vw;
  }
}.footer__contact_mail h3 svg {
  height: 0.98958vw;
  width: 1.30208vw;
  margin-bottom: 0.20833vw;
  margin-right: 0.57292vw;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .footer__contact_mail h3 svg {
    height: 4.26667vw;
    width: 5.33333vw;
    margin-bottom: 0.53333vw;
    margin-right: 2.13333vw;
  }
}.footer__contact_mail a {
  position: relative;
  display: block;
  height: 4.16667vw;
  background: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-size: 1.04167vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 4.16667vw;
  text-align: center;
  text-align: center;
  transition: all 0.15s ease-out 0s;
}@media (min-width: 2880px) {
  .footer__contact_mail a {
    font-size: 30px;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_mail a {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}@media screen and (max-width: 768px) {
  .footer__contact_mail a {
    height: 13.33333vw;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 13.33333vw;
  }
}.footer__contact_mail a::before {
  position: absolute;
  right: 0.78125vw;
  top: 50%;
  content: '';
  height: 2.86458vw;
  width: 2.86458vw;
  background: #00bb21;
  border-radius: 100px;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .footer__contact_mail a::before {
    height: 10.66667vw;
    width: 10.66667vw;
  }
}.footer__contact_mail a::after {
  position: absolute;
  right: 1.77083vw;
  top: 50%;
  content: '';
  height: 0.88542vw;
  width: 0.78125vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%23fff\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  transition: all 0.15s ease-out 0s;
}@media screen and (max-width: 768px) {
  .footer__contact_mail a::after {
    right: 3.73333vw;
    height: 4vw;
    width: 3.46667vw;
  }
}@media screen and (min-width: 769px) {
  .footer__contact_mail a:hover {
    opacity: 0.7;
  }.footer__contact_mail a:hover::after {
    right: 1.51042vw;
  }
}.page__wrap {
  margin-bottom: 1.5625vw;
  margin-top: 6.09375vw;
  padding: 30px 30px 30px 30px;
  padding: 1.5625vw 1.5625vw 1.5625vw 1.5625vw;
  background: #eee8e8;
  border: 1px solid #bcbcbc;
  border-radius: 2.08333vw;
}@media (min-width: 2880px) {
  .page__wrap {
    padding: 45px 45px 45px 45px;
  }
}@media screen and (max-width: 768px) {
  .page__wrap {
    padding: 30px 30px 30px 30px;
    padding: 8vw 8vw 8vw 8vw;
  }
}@media screen and (max-width: 768px) {
  .page__wrap {
    margin-bottom: 2.66667vw;
    margin-top: 17.33333vw;
    padding: 10px 10px 10px 10px;
    padding: 2.66667vw 2.66667vw 2.66667vw 2.66667vw;
    border-radius: 4vw;
  }
}.page__wrap_in {
  position: relative;
  padding: 25px 25px 25px 25px;
  padding: 1.30208vw 1.30208vw 1.30208vw 1.30208vw;
  background: url(../../assets/img/home/bg_pattern.webp) 0 0 repeat #ccc;
  background-size: 160px 160px, auto;
  border: 0.05208vw solid #000;
  border-radius: 1.5625vw;
}@media (min-width: 2880px) {
  .page__wrap_in {
    padding: 37.5px 37.5px 37.5px 37.5px;
  }
}@media screen and (max-width: 768px) {
  .page__wrap_in {
    padding: 25px 25px 25px 25px;
    padding: 6.66667vw 6.66667vw 6.66667vw 6.66667vw;
  }
}@media screen and (max-width: 768px) {
  .page__wrap_in {
    padding: 10px 10px 10px 10px;
    padding: 2.66667vw 2.66667vw 2.66667vw 2.66667vw;
    border-radius: 4vw;
  }
}.page__wrap_in::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 1.5625vw;
  box-shadow: inset 1.30208vw 1.30208vw 0 0 rgba(0,0,0,0.16);
}@media screen and (max-width: 768px) {
  .page__wrap_in::before {
    border-radius: 4vw;
    box-shadow: inset 2.66667vw 2.66667vw 0 0 rgba(0,0,0,0.16);
  }
}.page__wrap_in::after {
  position: absolute;
  left: 0.52083vw;
  top: 0.98958vw;
  content: '';
  opacity: 0.15;
  height: 0.26042vw;
  width: 1.30208vw;
  background: #000;
  border-radius: 100px;
  transform: rotate(45deg);
}@media screen and (max-width: 768px) {
  .page__wrap_in::after {
    left: 1.06667vw;
    top: 2.4vw;
    height: 0.8vw;
    width: 2.93333vw;
  }
}.page__wrap_contents {
  position: relative;
  height: 100%;
  padding: 60px 60px 60px 60px;
  padding: 3.125vw 3.125vw 3.125vw 3.125vw;
}@media (min-width: 2880px) {
  .page__wrap_contents {
    padding: 90px 90px 90px 90px;
  }
}@media screen and (max-width: 768px) {
  .page__wrap_contents {
    padding: 60px 60px 60px 60px;
    padding: 16vw 16vw 16vw 16vw;
  }
}@media screen and (max-width: 768px) {
  .page__wrap_contents {
    padding: 20px 20px 20px 20px;
    padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw;
  }
}.page__wrap.another {
  padding: 110px 90px 100px 90px;
  padding: 5.72917vw 4.6875vw 5.20833vw 4.6875vw;
  background: #eee8e8;
}@media (min-width: 2880px) {
  .page__wrap.another {
    padding: 165px 135px 150px 135px;
  }
}@media screen and (max-width: 768px) {
  .page__wrap.another {
    padding: 110px 90px 100px 90px;
    padding: 29.33333vw 24vw 26.66667vw 24vw;
  }
}@media screen and (max-width: 768px) {
  .page__wrap.another {
    padding: 30px 20px 20px 20px;
    padding: 8vw 5.33333vw 5.33333vw 5.33333vw;
  }
}.page__wrap.another .page__wrap_in {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}.page__wrap.another .page__wrap_in::after, .page__wrap.another .page__wrap_in::before {
  display: none;
}.page__wrap.another .page__wrap_contents {
  padding: 0;
}.page__wrap.another .page__title {
  margin-bottom: 2.86458vw;
  padding: 0 50px 70px 50px;
  padding: 0vw 2.60417vw 3.64583vw 2.60417vw;
  border-bottom: 0.05208vw solid #000;
  text-align: left;
}@media (min-width: 2880px) {
  .page__wrap.another .page__title {
    padding: 0 75px 105px 75px;
  }
}@media screen and (max-width: 768px) {
  .page__wrap.another .page__title {
    padding: 0 50px 70px 50px;
    padding: 0vw 13.33333vw 18.66667vw 13.33333vw;
  }
}@media screen and (max-width: 768px) {
  .page__wrap.another .page__title {
    margin-bottom: 8vw;
    padding: 0 0 20px 0;
    padding: 0vw 0vw 5.33333vw 0vw;
  }
}.page__wrap.another .page__title > p {
  margin-bottom: 1.04167vw;
  font-size: 100px;
  font-size: 5.20833vw;
}@media (min-width: 2880px) {
  .page__wrap.another .page__title > p {
    font-size: 150px;
  }
}@media screen and (max-width: 768px) {
  .page__wrap.another .page__title > p {
    font-size: 80px;
    font-size: 21.33333vw;
  }
}@media screen and (max-width: 768px) {
  .page__wrap.another .page__title > p {
    margin-bottom: 1.33333vw;
    font-size: 32px;
    font-size: 8.53333vw;
  }
}.page__wrap.another .page__title h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-size: 1.875vw;
  font-weight: 900;
}@media (min-width: 2880px) {
  .page__wrap.another .page__title h2 {
    font-size: 54px;
  }
}@media screen and (max-width: 768px) {
  .page__wrap.another .page__title h2 {
    font-size: 28.8px;
    font-size: 7.68vw;
  }
}@media screen and (max-width: 768px) {
  .page__wrap.another .page__title h2 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}.page__wrap.another .page__title h2::before {
  display: none;
}.page__title {
  margin-bottom: 5.20833vw;
  text-align: center;
}@media screen and (max-width: 768px) {
  .page__title {
    margin-bottom: 5.33333vw;
  }
}.page__title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0.78125vw;
  padding-bottom: 0.78125vw;
}.page__title h2 img {
  height: 2.34375vw;
  width: auto;
}@media screen and (max-width: 768px) {
  .page__title h2 img {
    height: 8vw;
  }
}@media screen and (max-width: 768px) {
  .page__title h2 {
    margin-bottom: 5.33333vw;
    padding-bottom: 2.66667vw;
  }
}.page__title h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 0.10417vw;
  width: 100%;
  background: url(../../assets/img/common/dot01.svg) repeat-x 0 0;
  background-size: contain;
}@media screen and (max-width: 768px) {
  .page__title h2::before {
    height: 0.53333vw;
  }
}.page__title p {
  font-family: 'Montserrat', sans-serif;
  font-size: 100px;
  font-size: 5.20833vw;
  font-weight: 900;
  line-height: 1;
}@media (min-width: 2880px) {
  .page__title p {
    font-size: 150px;
  }
}@media screen and (max-width: 768px) {
  .page__title p {
    font-size: 80px;
    font-size: 21.33333vw;
  }
}@media screen and (max-width: 768px) {
  .page__title p {
    font-size: 36px;
    font-size: 9.6vw;
  }
}.page__title_message {
  margin-bottom: 3.125vw;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 36px;
  font-size: 1.875vw;
  font-weight: 900;
  line-height: 2;
  text-align: center;
}@media (min-width: 2880px) {
  .page__title_message {
    font-size: 54px;
  }
}@media screen and (max-width: 768px) {
  .page__title_message {
    font-size: 28.8px;
    font-size: 7.68vw;
  }
}@media screen and (max-width: 768px) {
  .page__title_message {
    margin-bottom: 8vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}.page__title_message span {
  position: relative;
  display: inline-block;
  padding: 50px 150px 50px 150px;
  padding: 2.60417vw 7.8125vw 2.60417vw 7.8125vw;
}@media (min-width: 2880px) {
  .page__title_message span {
    padding: 75px 225px 75px 225px;
  }
}@media screen and (max-width: 768px) {
  .page__title_message span {
    padding: 50px 150px 50px 150px;
    padding: 13.33333vw 40vw 13.33333vw 40vw;
  }
}@media screen and (max-width: 768px) {
  .page__title_message span {
    padding: 20px 30px 20px 30px;
    padding: 5.33333vw 8vw 5.33333vw 8vw;
  }
}.page__title_message span::before, .page__title_message span::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 2.86458vw;
  width: 2.86458vw;
  background: url(../../assets/img/fave/icon_kakko01.svg) no-repeat 0 0;
  background-size: contain;
}@media screen and (max-width: 768px) {
  .page__title_message span::before, .page__title_message span::after {
    height: 5.33333vw;
    width: 5.33333vw;
  }
}.page__title_message span::after {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  transform: translate(0, 0) rotate(180deg);
}.inner {
  max-width: 1100px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}.btn01 {
  position: relative;
  display: inline-block;
  padding: 0 85px 0 30px;
  padding: 0vw 4.42708vw 0vw 1.5625vw;
  background: #000;
  border: 0.07813vw solid #000;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-size: 1.04167vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.86458vw;
}@media (min-width: 2880px) {
  .btn01 {
    font-size: 30px;
  }
}@media screen and (max-width: 768px) {
  .btn01 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}@media (min-width: 2880px) {
  .btn01 {
    padding: 0 127.5px 0 45px;
  }
}@media screen and (max-width: 768px) {
  .btn01 {
    padding: 0 85px 0 30px;
    padding: 0vw 22.66667vw 0vw 8vw;
  }
}@media screen and (max-width: 768px) {
  .btn01 {
    padding: 0 50px 0 20px;
    padding: 0vw 2.60417vw 0vw 1.04167vw;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 10.66667vw;
  }
}@media screen and (max-width: 768px) and (min-width: 2880px) {
  .btn01 {
    padding: 0 75px 0 30px;
  }
}@media screen and (max-width: 768px) and (max-width: 768px) {
  .btn01 {
    padding: 0 50px 0 20px;
    padding: 0vw 13.33333vw 0vw 5.33333vw;
  }
}.btn01::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  height: 2.86458vw;
  width: 2.86458vw;
  background: #ccc;
  border-radius: 100px;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .btn01::before {
    right: 0.53333vw;
    height: 8vw;
    width: 8vw;
  }
}.btn01::after {
  position: absolute;
  right: 0.98958vw;
  top: 50%;
  content: '';
  height: 0.88542vw;
  width: 0.78125vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%23fff\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  transition: all 0.15s ease-out 0s;
}@media screen and (max-width: 768px) {
  .btn01::after {
    right: 2.93333vw;
    height: 3.2vw;
    width: 2.66667vw;
  }
}@media screen and (min-width: 769px) {
  .btn01:hover::after {
    right: 0.72917vw;
  }
}.btn02 {
  position: relative;
  display: block;
  width: 23.4375vw;
  margin: 0 auto;
  padding: 0 0 0 0;
  padding: 0vw 0vw 0vw 0vw;
  background: #000;
  border: 0.07813vw solid #000;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-size: 1.04167vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 4.42708vw;
  text-align: center;
  text-align: center;
}@media (min-width: 2880px) {
  .btn02 {
    font-size: 30px;
  }
}@media screen and (max-width: 768px) {
  .btn02 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}@media (min-width: 2880px) {
  .btn02 {
    padding: 0 0 0 0;
  }
}@media screen and (max-width: 768px) {
  .btn02 {
    padding: 0 0 0 0;
    padding: 0vw 0vw 0vw 0vw;
  }
}@media screen and (max-width: 768px) {
  .btn02 {
    padding: 0 40px 0 20px;
    padding: 0vw 10.66667vw 0vw 5.33333vw;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 10.66667vw;
  }
}.btn02::before {
  position: absolute;
  right: 1.04167vw;
  top: 50%;
  content: '';
  height: 2.86458vw;
  width: 2.86458vw;
  background: #00bb21;
  border-radius: 100px;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .btn02::before {
    right: 2.66667vw;
    height: 8vw;
    width: 8vw;
  }
}.btn02::after {
  position: absolute;
  right: 2.03125vw;
  top: 50%;
  content: '';
  height: 0.88542vw;
  width: 0.78125vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%23fff\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .btn02::after {
    right: 4.8vw;
    height: 3.2vw;
    width: 2.66667vw;
  }
}.btn03 {
  position: relative;
  display: block;
  width: 15.625vw;
  margin: 0 auto;
  padding: 0 0 0 0;
  padding: 0vw 0vw 0vw 0vw;
  background: #fff;
  border: 0.07813vw solid #000;
  border-radius: 100px;
  color: #000;
  font-size: 20px;
  font-size: 1.04167vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 4.42708vw;
  text-align: center;
  text-align: center;
}@media (min-width: 2880px) {
  .btn03 {
    font-size: 30px;
  }
}@media screen and (max-width: 768px) {
  .btn03 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}@media (min-width: 2880px) {
  .btn03 {
    padding: 0 0 0 0;
  }
}@media screen and (max-width: 768px) {
  .btn03 {
    padding: 0 0 0 0;
    padding: 0vw 0vw 0vw 0vw;
  }
}@media screen and (max-width: 768px) {
  .btn03 {
    padding: 0 20px 0 40px;
    padding: 0vw 5.33333vw 0vw 10.66667vw;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 10.66667vw;
  }
}.btn03::before {
  position: absolute;
  left: 1.04167vw;
  top: 50%;
  content: '';
  height: 2.86458vw;
  width: 2.86458vw;
  background: #000;
  border-radius: 100px;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .btn03::before {
    left: 2.66667vw;
    height: 8vw;
    width: 8vw;
  }
}.btn03::after {
  position: absolute;
  left: 2.03125vw;
  top: 50%;
  content: '';
  height: 0.88542vw;
  width: 0.78125vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%23fff\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(0, -50%) rotate(180deg);
}@media screen and (max-width: 768px) {
  .btn03::after {
    left: 4.8vw;
    height: 3.2vw;
    width: 2.66667vw;
  }
}.home__fave_slider ul, .home__news_slider ul {
  display: none;
}.home__news_slider ul.slick-initialized, .home__fave_slider ul.slick-initialized {
  display: block;
}.home__mainimage {
  position: relative;
  background: url(../../assets/img/home/mainimage01.webp?20260605) no-repeat center center;
  background-size: contain;

  aspect-ratio: 1920 / 1046;
}@media screen and (max-width: 768px) {
  .home__mainimage {
    background: url(../../assets/img/home/mainimage01sp.webp?20260605) no-repeat center center;
    background-size: 100% auto;

    aspect-ratio: auto;
    aspect-ratio: 375 / 602;
  }
}.home__mainimage_text {
  position: absolute;
  bottom: 3.90625vw;
  left: 1.5625vw;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 200px;
  font-size: 10.41667vw;
  font-weight: 900;
  line-height: 0.8;
}@media (min-width: 2880px) {
  .home__mainimage_text {
    font-size: 300px;
  }
}@media screen and (max-width: 768px) {
  .home__mainimage_text {
    font-size: 160px;
    font-size: 42.66667vw;
  }
}@media screen and (max-width: 768px) {
  .home__mainimage_text {
    bottom: 2.66667vw;
    left: 2.66667vw;
    font-size: 63px;
    font-size: 16.8vw;
  }
}.home__mainimage_text span {
  display: block;
  font-size: 125px;
  font-size: 6.51042vw;
  line-height: 1;
}@media (min-width: 2880px) {
  .home__mainimage_text span {
    font-size: 187.5px;
  }
}@media screen and (max-width: 768px) {
  .home__mainimage_text span {
    font-size: 100px;
    font-size: 26.66667vw;
  }
}@media screen and (max-width: 768px) {
  .home__mainimage_text span {
    font-size: 31px;
    font-size: 8.26667vw;
  }
}.home__loop {
  position: relative;
  padding: 10px 0 10px 0;
  padding: 0.52083vw 0vw 0.52083vw 0vw;
  border-top: 0.07813vw solid #000;
}@media (min-width: 2880px) {
  .home__loop {
    padding: 15px 0 15px 0;
  }
}@media screen and (max-width: 768px) {
  .home__loop {
    padding: 10px 0 10px 0;
    padding: 2.66667vw 0vw 2.66667vw 0vw;
  }
}@media screen and (max-width: 768px) {
  .home__loop {
    padding: 5px 0 5px 0;
    padding: 1.33333vw 0vw 1.33333vw 0vw;
  }
}.home__loop::before {
  position: absolute;
  left: 0;
  top: 0.26042vw;
  content: '';
  height: 0.07813vw;
  width: 100%;
  background: #000;
}.home__loop .truck01, .home__loop .truck02 {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  width: 5.72917vw;
  animation: truck_yoko 30s 3s infinite linear, truck_heartbeat 4s infinite ease-in-out;
  transform: rotate(var(--rot)) scale(var(--scale));

  --tx: -52.08333vw;
  --ty: 9.375vw;
  -webkit-animation: truck_yoko 30s 3s infinite linear, truck_heartbeat 4s infinite ease-in-out;
}@media screen and (max-width: 768px) {
  .home__loop .truck01, .home__loop .truck02 {
    width: 10.66667vw;
    animation: truck_yoko_sp 20s 3s infinite linear, truck_heartbeat 4s infinite ease-in-out;

    --tx: -106.66667vw;
    --ty: 6.66667vw;
    -webkit-animation: truck_yoko_sp 20s 3s infinite linear, truck_heartbeat 4s infinite ease-in-out;
  }
}.home__loop .truck02 {
  animation: truck_yoko_reverse 30s 8s infinite linear, truck_heartbeat 4s infinite ease-in-out;

  --ty: 3.64583vw;
  -webkit-animation: truck_yoko_reverse 30s 8s infinite linear, truck_heartbeat 4s infinite ease-in-out;
}@media screen and (max-width: 768px) {
  .home__loop .truck02 {
    animation: truck_yoko_reverse_sp 20s 8s infinite linear, truck_heartbeat 4s infinite ease-in-out;

    --ty: 14.66667vw;
    -webkit-animation: truck_yoko_reverse_sp 20s 8s infinite linear, truck_heartbeat 4s infinite ease-in-out;
  }
}.home__loop .loop__box {
  padding: 30px 0 30px 0;
  padding: 1.5625vw 0vw 1.5625vw 0vw;
}@media (min-width: 2880px) {
  .home__loop .loop__box {
    padding: 45px 0 45px 0;
  }
}@media screen and (max-width: 768px) {
  .home__loop .loop__box {
    padding: 30px 0 30px 0;
    padding: 8vw 0vw 8vw 0vw;
  }
}@media screen and (max-width: 768px) {
  .home__loop .loop__box {
    display: flex;
    padding: 8px 0 8px 0;
    padding: 2.13333vw 0vw 2.13333vw 0vw;
  }
}.home__loop .loop__box:nth-child(2) {
  position: relative;
}.home__loop .loop__box:nth-child(2)::after, .home__loop .loop__box:nth-child(2)::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  height: 0.10417vw;
  width: calc(100% - 3.125vw);
  background: url(../../assets/img/common/dot01.svg) repeat-x 0 0;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .home__loop .loop__box:nth-child(2)::after, .home__loop .loop__box:nth-child(2)::before {
    height: 0.26667vw;
    width: calc(100% - 5.33333vw);
  }
}.home__loop .loop__box:nth-child(2)::before {
  bottom: 0;
  top: auto;
}@media screen and (max-width: 768px) {
  .home__loop .loop__box._reverse {
    margin-top: 0;
  }
}.home__loop .loop__box img {
  height: 2.08333vw;
}@media screen and (max-width: 768px) {
  .home__loop .loop__box img {
    height: 4vw;
  }
}.home__news {
  margin-bottom: 1.5625vw;
  padding: 3px 0 3px 0;
  padding: 0.15625vw 0vw 0.15625vw 0vw;
  border-bottom: 5px solid #d82727;
  border-top: 5px solid #d82727;
}@media (min-width: 2880px) {
  .home__news {
    padding: 4.5px 0 4.5px 0;
  }
}@media screen and (max-width: 768px) {
  .home__news {
    padding: 3px 0 3px 0;
    padding: 0.8vw 0vw 0.8vw 0vw;
  }
}.home__news_in {
  display: flex;
  padding: 20px 30px 20px 30px;
  padding: 1.04167vw 1.5625vw 1.04167vw 1.5625vw;
  background: url(../../assets/img/home/bg_pattern.webp) 0 0 repeat #ffa8a1;
  background-size: 160px 160px, auto;
}@media (min-width: 2880px) {
  .home__news_in {
    padding: 30px 45px 30px 45px;
  }
}@media screen and (max-width: 768px) {
  .home__news_in {
    padding: 20px 30px 20px 30px;
    padding: 5.33333vw 8vw 5.33333vw 8vw;
  }
}@media screen and (max-width: 768px) {
  .home__news_in {
    padding: 10px 10px 10px 15px;
    padding: 2.66667vw 2.66667vw 2.66667vw 4vw;
  }
}.home__news h2 {
  margin: 0 10px 0 0;
  margin: 0vw 0.52083vw 0vw 0vw;
  padding: 5px 10px 0 0;
  padding: 0.26042vw 0.52083vw 0vw 0vw;
  border-right: 1px solid #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-size: 0.78125vw;
  font-weight: 900;
}@media (min-width: 2880px) {
  .home__news h2 {
    font-size: 22.5px;
  }
}@media screen and (max-width: 768px) {
  .home__news h2 {
    font-size: 12px;
    font-size: 3.2vw;
  }
}@media (min-width: 2880px) {
  .home__news h2 {
    padding: 7.5px 15px 0 0;
  }
}@media screen and (max-width: 768px) {
  .home__news h2 {
    padding: 5px 10px 0 0;
    padding: 1.33333vw 2.66667vw 0vw 0vw;
  }
}@media (min-width: 2880px) {
  .home__news h2 {
    margin: 0 15px 0 0;
  }
}@media screen and (max-width: 768px) {
  .home__news h2 {
    margin: 0 10px 0 0;
    margin: 0vw 2.66667vw 0vw 0vw;
  }
}@media screen and (max-width: 768px) {
  .home__news h2 {
    margin: 0 8px 0 0;
    margin: 0vw 2.13333vw 0vw 0vw;
    padding: 5px 8px 0 0;
    padding: 1.33333vw 2.13333vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }
}.home__news h2 span {
  display: block;
  width: 1.04167vw;
  white-space: pre;
  writing-mode: vertical-rl;

  -ms-writing-mode: tb-rl;
}@media screen and (max-width: 768px) {
  .home__news h2 span {
    width: 3.2vw;
  }
}.home__news_category {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 10px 2px 10px;
  padding: 0.10417vw 0.52083vw 0.10417vw 0.52083vw;
  background: #000;
  border-radius: 0 0.78125vw 0 0.52083vw;
  color: #fff;
  font-size: 14px;
  font-size: 0.72917vw;
}@media (min-width: 2880px) {
  .home__news_category {
    font-size: 21px;
  }
}@media screen and (max-width: 768px) {
  .home__news_category {
    font-size: 11.2px;
    font-size: 2.98667vw;
  }
}@media (min-width: 2880px) {
  .home__news_category {
    padding: 3px 15px 3px 15px;
  }
}@media screen and (max-width: 768px) {
  .home__news_category {
    padding: 2px 10px 2px 10px;
    padding: 0.53333vw 2.66667vw 0.53333vw 2.66667vw;
  }
}@media screen and (max-width: 768px) {
  .home__news_category {
    padding: 2px 10px 2px 10px;
    padding: 0.53333vw 2.66667vw 0.53333vw 2.66667vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}.home__news_slider {
  overflow: hidden;
  width: 87.5vw;
}@media screen and (max-width: 768px) {
  .home__news_slider {
    width: 106.66667vw;
    margin: auto 0;
  }
}.home__news_slider .slick-slide a {
  min-height: 6.25vw;
}@media screen and (max-width: 768px) {
  .home__news_slider .slick-slide a {
    min-height: auto;
  }
}.home__news ul li {
  position: relative;
  margin: 0 5px 0 5px;
  margin: 0vw 0.26042vw 0vw 0.26042vw;
}@media (min-width: 2880px) {
  .home__news ul li {
    margin: 0 7.5px 0 7.5px;
  }
}@media screen and (max-width: 768px) {
  .home__news ul li {
    margin: 0 5px 0 5px;
    margin: 0vw 1.33333vw 0vw 1.33333vw;
  }
}.home__news ul li span {
  display: block;
  margin-bottom: 0.10417vw;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-size: 0.78125vw;
  font-weight: 700;
}@media (min-width: 2880px) {
  .home__news ul li span {
    font-size: 22.5px;
  }
}@media screen and (max-width: 768px) {
  .home__news ul li span {
    font-size: 12px;
    font-size: 3.2vw;
  }
}.home__news ul li p {
  font-size: 17px;
  font-size: 0.88542vw;
}@media (min-width: 2880px) {
  .home__news ul li p {
    font-size: 25.5px;
  }
}@media screen and (max-width: 768px) {
  .home__news ul li p {
    font-size: 13.6px;
    font-size: 3.62667vw;
  }
}@media screen and (max-width: 768px) {
  .home__news ul li p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}.home__news ul li a {
  display: block;
  height: 100%;
  padding: 20px 20px 20px 20px;
  padding: 1.04167vw 1.04167vw 1.04167vw 1.04167vw;
  background: #f17482;
  border: 0.07813vw solid #000;
  border-radius: 0.78125vw;
  transition: all 0.3s ease-out 0s;
}@media (min-width: 2880px) {
  .home__news ul li a {
    padding: 30px 30px 30px 30px;
  }
}@media screen and (max-width: 768px) {
  .home__news ul li a {
    padding: 20px 20px 20px 20px;
    padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw;
  }
}@media screen and (max-width: 768px) {
  .home__news ul li a {
    padding: 20px 10px 15px 10px;
    padding: 5.33333vw 2.66667vw 4vw 2.66667vw;
  }
}@media screen and (min-width: 769px) {
  .home__news ul li a:hover {
    opacity: 0.5;
  }
}.home__news ul li:nth-child(even) a {
  background: #ff8b55;
}.home__news_more {
  position: relative;
  display: block;
  margin: auto 0;
  margin-left: 0.78125vw;
  padding-top: 3.125vw;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-size: 0.78125vw;
  font-weight: 700;
  white-space: nowrap;
}@media (min-width: 2880px) {
  .home__news_more {
    font-size: 22.5px;
  }
}@media screen and (max-width: 768px) {
  .home__news_more {
    font-size: 12px;
    font-size: 3.2vw;
  }
}@media screen and (max-width: 768px) {
  .home__news_more {
    margin-left: 1.33333vw;
    padding-top: 9.33333vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}.home__news_more::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  height: 2.60417vw;
  width: 2.60417vw;
  background: #000;
  border-radius: 100px;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .home__news_more::before {
    height: 8vw;
    width: 8vw;
  }
}.home__news_more::after {
  position: absolute;
  left: 50%;
  top: 19%;
  content: '';
  height: 0.88542vw;
  width: 0.78125vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%23fff\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  transition: all 0.15s ease-out 0s;
}@media screen and (max-width: 768px) {
  .home__news_more::after {
    top: 18%;
    height: 3.2vw;
    width: 2.66667vw;
  }
}@media screen and (min-width: 769px) {
  .home__news_more:hover {
    opacity: 0.7;
  }.home__news_more:hover::after {
    left: 55%;
  }
}.home__products, .home__service, .home__data, .home__fave, .home__company, .home__environment {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5625vw;
  background: url(../../assets/img/home/bg_pattern.webp) 0 0 repeat #ccc;
  background-size: 160px 160px, auto;
  border: 0.07813vw solid #000;
  border-radius: 1.5625vw;
}@media screen and (max-width: 768px) {
  .home__products, .home__service, .home__data, .home__fave, .home__company, .home__environment {
    margin-bottom: 2.66667vw;
    border-radius: 4vw;
  }
}.home__products_in, .home__service_in, .home__data_in, .home__fave_in, .home__company_in, .home__environment_in {
  height: 100%;
  padding: 60px 60px 60px 60px;
  padding: 3.125vw 3.125vw 3.125vw 3.125vw;
}@media (min-width: 2880px) {
  .home__products_in, .home__service_in, .home__data_in, .home__fave_in, .home__company_in, .home__environment_in {
    padding: 90px 90px 90px 90px;
  }
}@media screen and (max-width: 768px) {
  .home__products_in, .home__service_in, .home__data_in, .home__fave_in, .home__company_in, .home__environment_in {
    padding: 60px 60px 60px 60px;
    padding: 16vw 16vw 16vw 16vw;
  }
}@media screen and (max-width: 768px) {
  .home__products_in, .home__service_in, .home__data_in, .home__fave_in, .home__company_in, .home__environment_in {
    padding: 20px 20px 20px 20px;
    padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw;
  }
}.home__products::before, .home__service::before, .home__data::before, .home__fave::before, .home__company::before, .home__environment::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 1.5625vw;
  box-shadow: inset 1.30208vw 1.30208vw 0 0 rgba(0,0,0,0.16);
}@media screen and (max-width: 768px) {
  .home__products::before, .home__service::before, .home__data::before, .home__fave::before, .home__company::before, .home__environment::before {
    border-radius: 4vw;
    box-shadow: inset 2.66667vw 2.66667vw 0 0 rgba(0,0,0,0.16);
  }
}.home__products::after, .home__service::after, .home__data::after, .home__fave::after, .home__company::after, .home__environment::after {
  position: absolute;
  left: 0.52083vw;
  top: 0.98958vw;
  content: '';
  opacity: 0.15;
  height: 0.26042vw;
  width: 1.30208vw;
  background: #000;
  border-radius: 100px;
  transform: rotate(45deg);
}@media screen and (max-width: 768px) {
  .home__products::after, .home__service::after, .home__data::after, .home__fave::after, .home__company::after, .home__environment::after {
    left: 1.06667vw;
    top: 2.4vw;
    height: 0.8vw;
    width: 2.93333vw;
  }
}.home__products_title, .home__service_title, .home__data_title, .home__fave_title, .home__company_title, .home__environment_title {
  position: relative;
  z-index: 2;
}.home__products_title h2, .home__service_title h2, .home__data_title h2, .home__fave_title h2, .home__company_title h2, .home__environment_title h2 {
  font-size: 55px;
  font-size: 2.86458vw;
  font-weight: 900;
  line-height: 1.318;
}@media (min-width: 2880px) {
  .home__products_title h2, .home__service_title h2, .home__data_title h2, .home__fave_title h2, .home__company_title h2, .home__environment_title h2 {
    font-size: 82.5px;
  }
}@media screen and (max-width: 768px) {
  .home__products_title h2, .home__service_title h2, .home__data_title h2, .home__fave_title h2, .home__company_title h2, .home__environment_title h2 {
    font-size: 44px;
    font-size: 11.73333vw;
  }
}@media screen and (max-width: 768px) {
  .home__products_title h2, .home__service_title h2, .home__data_title h2, .home__fave_title h2, .home__company_title h2, .home__environment_title h2 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}.home__products_title .home__fukidashi, .home__service_title .home__fukidashi, .home__data_title .home__fukidashi, .home__fave_title .home__fukidashi, .home__company_title .home__fukidashi, .home__environment_title .home__fukidashi {
  position: absolute;
  right: 0;
  top: 0;
}@media screen and (max-width: 768px) {
  .home__products_title .home__fukidashi, .home__service_title .home__fukidashi, .home__data_title .home__fukidashi, .home__fave_title .home__fukidashi, .home__company_title .home__fukidashi, .home__environment_title .home__fukidashi {
    top: -5.33333vw;
  }
}.home__products_title p, .home__service_title p, .home__data_title p, .home__fave_title p, .home__company_title p, .home__environment_title p {
  font-weight: 400;
  line-height: 1.77;
}.home__products_title_sub, .home__service_title_sub, .home__data_title_sub, .home__fave_title_sub, .home__company_title_sub, .home__environment_title_sub {
  position: relative;
  display: inline-block;
  margin-bottom: 1.04167vw;
  padding-bottom: 0.78125vw;
}@media screen and (max-width: 768px) {
  .home__products_title_sub, .home__service_title_sub, .home__data_title_sub, .home__fave_title_sub, .home__company_title_sub, .home__environment_title_sub {
    margin-bottom: 4vw;
    padding-bottom: 2.66667vw;
  }
}.home__products_title_sub::before, .home__service_title_sub::before, .home__data_title_sub::before, .home__fave_title_sub::before, .home__company_title_sub::before, .home__environment_title_sub::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 0.10417vw;
  width: 100%;
  background: url(../../assets/img/common/dot01.svg) repeat-x 0 0;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .home__products_title_sub::before, .home__service_title_sub::before, .home__data_title_sub::before, .home__fave_title_sub::before, .home__company_title_sub::before, .home__environment_title_sub::before {
    height: 0.53333vw;
  }
}.home__box_wrap {
  margin-bottom: 1.5625vw;
  padding: 30px 30px 30px 30px;
  padding: 1.5625vw 1.5625vw 1.5625vw 1.5625vw;
  background: #eee8e8;
  border: 0.05208vw solid #bcbcbc;
  border-radius: 2.08333vw;
}@media (min-width: 2880px) {
  .home__box_wrap {
    padding: 45px 45px 45px 45px;
  }
}@media screen and (max-width: 768px) {
  .home__box_wrap {
    padding: 30px 30px 30px 30px;
    padding: 8vw 8vw 8vw 8vw;
  }
}@media screen and (max-width: 768px) {
  .home__box_wrap {
    margin-bottom: 8vw;
    padding: 15px 15px 15px 15px;
    padding: 4vw 4vw 4vw 4vw;
  }
}.home__fukidashi {
  height: 6.66667vw;
  width: 5.98958vw;
  padding-top: 1.82292vw;
  background: url(../../assets/img/home/bg_fukidashi.webp) 0 0 no-repeat;
  background-size: 100% auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 0.72917vw;
  font-weight: 900;
  text-align: center;
}@media (min-width: 2880px) {
  .home__fukidashi {
    font-size: 21px;
  }
}@media screen and (max-width: 768px) {
  .home__fukidashi {
    font-size: 11.2px;
    font-size: 2.98667vw;
  }
}@media screen and (max-width: 768px) {
  .home__fukidashi {
    height: 20.8vw;
    width: 17.33333vw;
    padding-top: 5.33333vw;
    font-size: 8px;
    font-size: 2.13333vw;
  }
}.home__products {
  background-color: #00bb21;
}.home__products .home__products_title {
  width: 37.5vw;
}@media screen and (max-width: 768px) {
  .home__products .home__products_title {
    width: 100%;
  }
}.home__products .home__products_title::after {
  clear: both;
  content: '';
  display: block;
}.home__products .home__products_title h2 {
  margin-bottom: 1.5625vw;
  font-size: 72px;
  font-size: 3.75vw;
}@media (min-width: 2880px) {
  .home__products .home__products_title h2 {
    font-size: 108px;
  }
}@media screen and (max-width: 768px) {
  .home__products .home__products_title h2 {
    font-size: 57.6px;
    font-size: 15.36vw;
  }
}@media screen and (max-width: 768px) {
  .home__products .home__products_title h2 {
    margin-bottom: 5.33333vw;
    font-size: 24px;
    font-size: 6.4vw;
  }
}.home__products .home__products_title_sub {
  width: 17.44792vw;
}@media screen and (max-width: 768px) {
  .home__products .home__products_title_sub {
    width: 56vw;
  }
}@media screen and (min-width: 769px) {
  .home__products .home__fukidashi {
    right: 20%;
    top: -3%;
    height: 7.91667vw;
    width: 7.29167vw;
    padding-top: 2.34375vw;
    font-size: 16px;
    font-size: 0.83333vw;
  }
}@media screen and (min-width: 769px) and (min-width: 2880px) {
  .home__products .home__fukidashi {
    font-size: 24px;
  }
}@media screen and (min-width: 769px) and (max-width: 768px) {
  .home__products .home__fukidashi {
    font-size: 12.8px;
    font-size: 3.41333vw;
  }
}@media screen and (max-width: 768px) {
  .home__products .home__fukidashi {
    right: -1%;
    top: -6%;
  }
}.home__products_in {
  position: relative;
  display: flex;
  padding: 80px 120px 20px 120px;
  padding: 4.16667vw 6.25vw 1.04167vw 6.25vw;
  justify-content: space-between;
}@media (min-width: 2880px) {
  .home__products_in {
    padding: 120px 180px 30px 180px;
  }
}@media screen and (max-width: 768px) {
  .home__products_in {
    padding: 80px 120px 20px 120px;
    padding: 21.33333vw 32vw 5.33333vw 32vw;
  }
}@media screen and (max-width: 768px) {
  .home__products_in {
    display: block;
    padding: 30px 30px 30px 30px;
    padding: 8vw 8vw 8vw 8vw;
  }
}.home__products_in::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(../../assets/img/home/bg_products.webp) left bottom no-repeat;
  background-size: contain;

  mix-blend-mode: overlay;
}@media screen and (max-width: 768px) {
  .home__products_in::after {
    background: url(../../assets/img/home/bg_products.webp) 88% bottom no-repeat;
    background-size: auto 15%;
  }
}.home__products_pic {
  position: relative;
  z-index: 2;
  width: 42.1875vw;
}@media screen and (max-width: 768px) {
  .home__products_pic {
    width: 53.33333vw;
    margin: 0 auto 5.33333vw;
  }
}.home__products .btn01 {
  float: right;
  margin-top: 1.5625vw;
  transition: all 0.15s ease-out 0s;
}@media screen and (max-width: 768px) {
  .home__products .btn01 {
    margin-top: 5.33333vw;
  }
}.home__products .btn01::before {
  background: #00bb21;
}@media screen and (min-width: 769px) {
  .home__products .btn01:hover::before {
    background: #f17483;
  }
}.home__service {
  height: 41.66667vw;
  background-color: #ffbd2a;
}@media screen and (max-width: 768px) {
  .home__service {
    height: 100%;
  }
}.home__service .home__service_title h2 {
  font-size: 55px;
  font-size: 2.86458vw;
  font-weight: 900;
  line-height: 1.318;
}@media (min-width: 2880px) {
  .home__service .home__service_title h2 {
    font-size: 82.5px;
  }
}@media screen and (max-width: 768px) {
  .home__service .home__service_title h2 {
    font-size: 44px;
    font-size: 11.73333vw;
  }
}@media screen and (max-width: 768px) {
  .home__service .home__service_title h2 {
    padding-top: 0.53333vw;
    font-size: 25px;
    font-size: 6.66667vw;
  }
}.home__service .home__service_title_sub {
  width: 14.58333vw;
  margin-bottom: 0.78125vw;
  padding-bottom: 0.78125vw;
}@media screen and (max-width: 768px) {
  .home__service .home__service_title_sub {
    width: 48vw;
    margin-bottom: 4vw;
    padding-bottom: 2.66667vw;
  }
}.home__service .home__fukidashi {
  right: -9%;
  top: -3%;
}@media screen and (max-width: 768px) {
  .home__service .home__fukidashi {
    right: 1%;
    top: 12%;
    height: 14.66667vw;
    width: 12vw;
    padding-top: 3.2vw;
    font-size: 7px;
    font-size: 1.86667vw;
  }
}.home__service_in {
  position: relative;
  display: flex;
  padding: 60px 60px 60px 60px;
  padding: 3.125vw 3.125vw 3.125vw 3.125vw;
  background: url(../../assets/img/home/service01.webp) right 1.5625vw center no-repeat;
  background-size: contain;
}@media (min-width: 2880px) {
  .home__service_in {
    padding: 90px 90px 90px 90px;
  }
}@media screen and (max-width: 768px) {
  .home__service_in {
    padding: 60px 60px 60px 60px;
    padding: 16vw 16vw 16vw 16vw;
  }
}@media screen and (max-width: 768px) {
  .home__service_in {
    padding: 30px 30px 60px 30px;
    padding: 8vw 8vw 16vw 8vw;
  }
}.home__service_in::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(../../assets/img/home/bg_service.webp) left top no-repeat;
  background-size: contain;

  mix-blend-mode: overlay;
}.home__service_in::before {
  position: absolute;
  bottom: 0;
  left: 2.08333vw;
  content: '';
  z-index: 4;
  height: 14.84375vw;
  width: 15.15625vw;
  background: url(../../assets/img/home/service02.webp) left bottom no-repeat;
  background-size: contain;
}@media screen and (max-width: 768px) {
  .home__service_in::before {
    left: 2.66667vw;
    height: 26.66667vw;
    width: 26.66667vw;
  }
}.home__service .btn01 {
  float: right;
  margin-right: -2.60417vw;
  margin-top: 2.34375vw;
}@media screen and (max-width: 768px) {
  .home__service .btn01 {
    margin-right: -2.66667vw;
    margin-top: 2.66667vw;
  }
}.home__service .btn01::before {
  background: #ffbd2a;
}@media screen and (min-width: 769px) {
  .home__service .btn01:hover::before {
    background: #4176ea;
  }
}.home__service_obj {
  position: absolute;
  bottom: -0.26042vw;
  right: 12.5vw;
  height: auto;
  width: 12.5vw;
  transform: rotate(5deg);
}@media screen and (max-width: 768px) {
  .home__service_obj {
    bottom: -1.33333vw;
    right: 37.33333vw;
    width: 24vw;
  }
}.home__data {
  position: relative;
  height: 41.66667vw;
  background-color: #dd5893;
}@media screen and (max-width: 768px) {
  .home__data {
    height: auto;
  }
}.home__data_title {
  display: flex;
  padding-right: 2.34375vw;
}@media screen and (max-width: 768px) {
  .home__data_title {
    padding-right: 4vw;
  }
}.home__data_title h2 {
  padding-top: 0.52083vw;
}@media screen and (max-width: 768px) {
  .home__data_title h2 {
    padding-top: 1.33333vw;
  }
}.home__data_title h2 span {
  display: block;
  width: 2.86458vw;
  white-space: pre;
  writing-mode: vertical-rl;

  -ms-writing-mode: tb-rl;
}@media screen and (max-width: 768px) {
  .home__data_title h2 span {
    width: 6.66667vw;
  }
}.home__data_in {
  position: relative;
  display: flex;
  padding: 55px 0 50px 55px;
  padding: 2.86458vw 0vw 2.60417vw 2.86458vw;
  align-items: start;
}@media (min-width: 2880px) {
  .home__data_in {
    padding: 82.5px 0 75px 82.5px;
  }
}@media screen and (max-width: 768px) {
  .home__data_in {
    padding: 55px 0 50px 55px;
    padding: 14.66667vw 0vw 13.33333vw 14.66667vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_in {
    padding: 30px 0 50px 25px;
    padding: 8vw 0vw 13.33333vw 6.66667vw;
  }
}.home__data_in::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  z-index: 1;
  height: 100%;
  width: 19.27083vw;
  background: url(../../assets/img/home/bg_data.webp) right top 5.20833vw no-repeat;
  background-size: contain;

  mix-blend-mode: overlay;
}@media screen and (max-width: 768px) {
  .home__data_in::after {
    top: 2.66667vw;
    width: 40vw;
  }
}.home__data .home__data_title_sub {
  margin-bottom: 0;
  margin-right: 1.30208vw;
  padding-bottom: 0;
  padding-right: 0.78125vw;
}@media screen and (max-width: 768px) {
  .home__data .home__data_title_sub {
    margin-right: 4vw;
    padding-right: 2.66667vw;
  }
}.home__data .home__data_title_sub img {
  height: 16.77083vw;
  width: auto;
}@media screen and (max-width: 768px) {
  .home__data .home__data_title_sub img {
    height: 50.66667vw;
  }
}.home__data .home__data_title_sub::before {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  content: '';
  height: 16.77083vw;
  width: 0.10417vw;
  background: url(../../assets/img/common/dot02.svg) repeat-y 0 0;
  transform: translate(0, 0);
}@media screen and (max-width: 768px) {
  .home__data .home__data_title_sub::before {
    height: 53.33333vw;
    width: 0.53333vw;
  }
}.home__data .home__fukidashi {
  left: 85%;
  right: auto;
  top: -2%;
}@media screen and (max-width: 768px) {
  .home__data .home__fukidashi {
    left: 90%;
    top: -5%;
    height: 17.33333vw;
    width: 14.13333vw;
    padding-top: 4.26667vw;
    font-size: 7px;
    font-size: 1.86667vw;
  }
}.home__data_detail {
  position: relative;
  z-index: 10;
  margin-top: auto;
}@media screen and (max-width: 768px) {
  .home__data_detail {
    margin-top: 10.66667vw;
  }
}.home__data_detail dl {
  display: flex;
  flex-wrap: wrap;
}@media screen and (max-width: 768px) {
  .home__data_detail dl {
    margin-top: 2.66667vw;
  }
}.home__data_detail dl > div {
  width: 50%;
  margin-top: 1.5625vw;
  padding: 5px 0 5px 30px;
  padding: 0.26042vw 0vw 0.26042vw 1.5625vw;
  border-left: 0.05208vw solid #000;
}@media (min-width: 2880px) {
  .home__data_detail dl > div {
    padding: 7.5px 0 7.5px 45px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div {
    padding: 5px 0 5px 30px;
    padding: 1.33333vw 0vw 1.33333vw 8vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div {
    margin-top: 2.66667vw;
    padding: 5px 10px 5px 10px;
    padding: 1.33333vw 2.66667vw 1.33333vw 2.66667vw;
    padding-right: 0;
  }.home__data_detail dl > div:nth-child(3), .home__data_detail dl > div:nth-child(5) {
    padding: 5px 0 5px 10px;
    padding: 1.33333vw 0vw 1.33333vw 2.66667vw;
  }
}.home__data_detail dl > div:nth-child(1) {
  display: flex;
  width: 100%;
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) {
    display: block;
  }
}.home__data_detail dl > div:nth-child(1) dt {
  margin-right: 1.5625vw;
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) dt {
    margin-right: 4vw;
  }
}.home__data_detail dl > div:nth-child(1) dd > p {
  font-size: 150px;
  font-size: 7.8125vw;
}@media (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(1) dd > p {
    font-size: 225px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) dd > p {
    font-size: 120px;
    font-size: 32vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) dd > p {
    font-size: 75px;
    font-size: 3.90625vw;
    text-shadow: 1.86667vw 1.06667vw 0 #000;

    -webkit-text-stroke: 1.33333vw #000;
    text-stroke: 1.6vw #000;
  }
}@media screen and (max-width: 768px) and (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(1) dd > p {
    font-size: 112.5px;
  }
}@media screen and (max-width: 768px) and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) dd > p {
    font-size: 60px;
    font-size: 16vw;
  }
}.home__data_detail dl > div:nth-child(1) dd > p>span {
  font-size: 70px;
  font-size: 3.64583vw;
}@media (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(1) dd > p>span {
    font-size: 105px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) dd > p>span {
    font-size: 56px;
    font-size: 14.93333vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) dd > p>span {
    padding-left: 2.13333vw;
    font-size: 40px;
    font-size: 2.08333vw;
  }
}@media screen and (max-width: 768px) and (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(1) dd > p>span {
    font-size: 60px;
  }
}@media screen and (max-width: 768px) and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) dd > p>span {
    font-size: 32px;
    font-size: 8.53333vw;
  }
}.home__data_detail dl > div:nth-child(1) dd > p > span>span {
  font-size: 40px;
  font-size: 2.08333vw;
}@media (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(1) dd > p > span>span {
    font-size: 60px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) dd > p > span>span {
    font-size: 32px;
    font-size: 8.53333vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) dd > p > span>span {
    font-size: 25px;
    font-size: 1.30208vw;
  }
}@media screen and (max-width: 768px) and (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(1) dd > p > span>span {
    font-size: 37.5px;
  }
}@media screen and (max-width: 768px) and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(1) dd > p > span>span {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}.home__data_detail dl > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(2) {
    width: 100%;
  }
}.home__data_detail dl > div:nth-child(2) dt {
  width: 100%;
}.home__data_detail dl > div:nth-child(2) dd > p {
  font-size: 120px;
  font-size: 6.25vw;
}@media (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(2) dd > p {
    font-size: 180px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(2) dd > p {
    font-size: 96px;
    font-size: 25.6vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(2) dd > p {
    font-size: 30px;
    font-size: 8vw;
  }
}.home__data_detail dl > div:nth-child(2) dd > p>span {
  font-size: 50px;
  font-size: 2.60417vw;
}@media (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(2) dd > p>span {
    font-size: 75px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(2) dd > p>span {
    font-size: 40px;
    font-size: 10.66667vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(2) dd > p>span {
    padding-left: 2.13333vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}.home__data_detail dl > div:nth-child(2) dd > p > span>span {
  font-size: 40px;
  font-size: 2.08333vw;
}@media (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(2) dd > p > span>span {
    font-size: 60px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(2) dd > p > span>span {
    font-size: 32px;
    font-size: 8.53333vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(2) dd > p > span>span {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}.home__data_detail dl > div:nth-child(2) dd.note {
  margin-top: 0.78125vw;
  font-size: 18px;
  font-size: 0.9375vw;
}@media (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(2) dd.note {
    font-size: 27px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(2) dd.note {
    font-size: 14.4px;
    font-size: 3.84vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(2) dd.note {
    margin-top: 3.2vw;
    font-size: 12px;
    font-size: 0.625vw;
  }
}@media screen and (max-width: 768px) and (min-width: 2880px) {
  .home__data_detail dl > div:nth-child(2) dd.note {
    font-size: 18px;
  }
}@media screen and (max-width: 768px) and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(2) dd.note {
    font-size: 9.6px;
    font-size: 2.56vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div:nth-child(3) {
    width: 100%;
  }
}.home__data_detail dl > div dt {
  position: relative;
  margin-bottom: 1.5625vw;
  padding-left: 1.30208vw;
  font-size: 28px;
  font-size: 1.45833vw;
  font-weight: 900;
  line-height: 1.214;
}@media (min-width: 2880px) {
  .home__data_detail dl > div dt {
    font-size: 42px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div dt {
    font-size: 22.4px;
    font-size: 5.97333vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div dt {
    margin-bottom: 2.66667vw;
    padding-left: 3.2vw;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}.home__data_detail dl > div dt::before {
  position: absolute;
  left: 0;
  top: 0.52083vw;
  content: '';
  height: 0.78125vw;
  width: 0.78125vw;
  background: #00c884;
  border: 1px solid #000;
  border-radius: 100px;
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div dt::before {
    top: 1.06667vw;
    height: 2.13333vw;
    width: 2.13333vw;
  }
}.home__data_detail dl > div dd p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 120px;
  font-size: 6.25vw;
  font-style: italic;
  font-weight: 900;
  line-height: 0.8;
  text-shadow: 6px 5px 0 #000;

  paint-order: stroke;
  -webkit-text-stroke: 6px #000;
  text-stroke: 6px #000;
}@media (min-width: 2880px) {
  .home__data_detail dl > div dd p {
    font-size: 180px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div dd p {
    font-size: 96px;
    font-size: 25.6vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div dd p {
    font-size: 40px;
    font-size: 10.66667vw;
    text-shadow: 1.33333vw 1.06667vw 0 #000;

    -webkit-text-stroke: 1.33333vw #000;
    text-stroke: 1.33333vw #000;
  }
}.home__data_detail dl > div dd p > span {
  padding-left: 0.78125vw;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 50px;
  font-size: 2.60417vw;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-shadow: none;

  -webkit-text-stroke: 0 #000;
  text-stroke: 0 #000;
}@media (min-width: 2880px) {
  .home__data_detail dl > div dd p > span {
    font-size: 75px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div dd p > span {
    font-size: 40px;
    font-size: 10.66667vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div dd p > span {
    padding-left: 1.86667vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}.home__data_detail dl > div dd p > span>span {
  font-size: 40px;
  font-size: 2.08333vw;
}@media (min-width: 2880px) {
  .home__data_detail dl > div dd p > span>span {
    font-size: 60px;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div dd p > span>span {
    font-size: 32px;
    font-size: 8.53333vw;
  }
}@media screen and (max-width: 768px) {
  .home__data_detail dl > div dd p > span>span {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}.home__data .btn01 {
  position: absolute;
  right: 2.86458vw;
  top: -5.20833vw;
}@media screen and (max-width: 768px) {
  .home__data .btn01 {
    position: relative;
    right: 5.33333vw;
    top: 5.33333vw;
  }
}.home__data .btn01::before {
  background: #dd5893;
}@media screen and (min-width: 769px) {
  .home__data .btn01:hover::before {
    background: #04c585;
  }
}.home__fave {
  background-color: #fa643c;
}.home__fave_in {
  padding: 50px 40px 30px 60px;
  padding: 2.60417vw 2.08333vw 1.5625vw 3.125vw;
}@media (min-width: 2880px) {
  .home__fave_in {
    padding: 75px 60px 45px 90px;
  }
}@media screen and (max-width: 768px) {
  .home__fave_in {
    padding: 50px 40px 30px 60px;
    padding: 13.33333vw 10.66667vw 8vw 16vw;
  }
}@media screen and (max-width: 768px) {
  .home__fave_in {
    padding: 25px 30px 30px 30px;
    padding: 6.66667vw 8vw 8vw 8vw;
  }
}.home__fave_in::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 1;
  height: 24.47917vw;
  width: 100%;
  background: url(../../assets/img/home/bg_fave.webp) left bottom no-repeat;
  background-size: 100% auto;

  mix-blend-mode: overlay;
}@media screen and (max-width: 768px) {
  .home__fave_in::after {
    height: 92vw;
    background: url(../../assets/img/home/bg_fave.webp) left bottom repeat-y;
    background-size: auto 50%;
  }
}.home__fave .home__fave_title_sub {
  height: 3.02083vw;
  width: 9.89583vw;
  line-height: 1;
}@media screen and (max-width: 768px) {
  .home__fave .home__fave_title_sub {
    height: auto;
    width: 32vw;
  }
}.home__fave .home__fave_title_sub img {
  vertical-align: top;
}.home__fave .home__fave_title h2 {
  margin-bottom: 1.04167vw;
  font-size: 45px;
  font-size: 2.34375vw;
}@media (min-width: 2880px) {
  .home__fave .home__fave_title h2 {
    font-size: 67.5px;
  }
}@media screen and (max-width: 768px) {
  .home__fave .home__fave_title h2 {
    font-size: 36px;
    font-size: 9.6vw;
  }
}@media screen and (max-width: 768px) {
  .home__fave .home__fave_title h2 {
    margin-bottom: 4vw;
    font-size: 24px;
    font-size: 6.4vw;
  }
}.home__fave .home__fave_title_text {
  display: inline-block;
  margin-bottom: 3.125vw;
  padding: 0 30px 0 30px;
  padding: 0vw 1.5625vw 0vw 1.5625vw;
  background: url(../../assets/img/home/icon_kakko01.svg) left center no-repeat,url(../../assets/img/home/icon_kakko02.svg) right center no-repeat;
  background-size: auto 100%, auto 100%;
  font-size: 22px;
  font-size: 1.14583vw;
}@media (min-width: 2880px) {
  .home__fave .home__fave_title_text {
    padding: 0 45px 0 45px;
  }
}@media screen and (max-width: 768px) {
  .home__fave .home__fave_title_text {
    padding: 0 30px 0 30px;
    padding: 0vw 8vw 0vw 8vw;
  }
}@media (min-width: 2880px) {
  .home__fave .home__fave_title_text {
    font-size: 33px;
  }
}@media screen and (max-width: 768px) {
  .home__fave .home__fave_title_text {
    font-size: 17.6px;
    font-size: 4.69333vw;
  }
}@media screen and (max-width: 768px) {
  .home__fave .home__fave_title_text {
    margin-bottom: 10.66667vw;
    padding: 0 30px 0 30px;
    padding: 0vw 8vw 0vw 8vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}.home__fave .home__fukidashi {
  right: -2%;
  top: -5%;
}@media screen and (max-width: 768px) {
  .home__fave .home__fukidashi {
    left: 53%;
    right: auto;
    top: 4%;
  }
}.home__fave .btn01 {
  position: absolute;
  right: 0;
  top: 11.97917vw;
}@media screen and (max-width: 768px) {
  .home__fave .btn01 {
    position: relative;
    left: 50%;
    right: auto;
    top: auto;
    z-index: 2;
    margin-top: 5.33333vw;
    transform: translate(-50%, 0);
  }
}.home__fave .btn01::before {
  background: #fa643c;
}@media screen and (min-width: 769px) {
  .home__fave .btn01:hover::before {
    background: #fdbd2c;
  }
}.home__fave_slider {
  position: relative;
  z-index: 10;
}.home__fave_slider .home__fave_box_message {
  top: -0.52083vw;
  opacity: 0;
}.home__fave_slider .home__fave_box {
  transform: scale(0.8);
  transition: transform 0.3s;
}.home__fave_slider .home__fave_box.slick-center {
  transform: scale(1);
}.home__fave_slider .home__fave_box.slick-center .home__fave_box_message {
  top: -1.30208vw;
  opacity: 1;
}@media screen and (max-width: 768px) {
  .home__fave_slider .home__fave_box.slick-center .home__fave_box_message {
    top: -5.33333vw;
  }
}.home__fave_box {
  position: relative;
  width: 23.4375vw;
}@media screen and (max-width: 768px) {
  .home__fave_box {
    width: 69.33333vw;
  }
}.home__fave_box_message {
  position: absolute;
  left: 50%;
  top: -1.30208vw;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 1s var(--ease-elastic-out) 0.3s;

  --ease-elastic-out: linear(0, 0.2178 2.1%, 1.1144 8.49%, 1.2959 10.7%, 1.3463 11.81%, 1.3705 12.94%, 1.3726, 1.3643 14.48%, 1.3151 16.2%, 1.0317 21.81%, 0.941 24.01%, 0.8912 25.91%, 0.8694 27.84%, 0.8698 29.21%, 0.8824 30.71%, 1.0122 38.33%, 1.0357, 1.046 42.71%, 1.0416 45.7%, 0.9961 53.26%, 0.9839 57.54%, 0.9853 60.71%, 1.0012 68.14%, 1.0056 72.24%, 0.9981 86.66%, 1);
}@media screen and (max-width: 768px) {
  .home__fave_box_message {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}.home__fave_box_message span {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px 20px;
  padding: 0.52083vw 0.78125vw 0.52083vw 1.04167vw;
  background: #fff;
  border: 0.05208vw solid #000;
  border-radius: 20px;
  font-family: 'Mochiy Pop One', sans-serif;
  font-weight: 400;
}@media (min-width: 2880px) {
  .home__fave_box_message span {
    padding: 15px 22.5px 15px 30px;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_message span {
    padding: 10px 15px 10px 20px;
    padding: 2.66667vw 4vw 2.66667vw 5.33333vw;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_message span {
    padding: 8px 10px 8px 15px;
    padding: 2.13333vw 2.66667vw 2.13333vw 4vw;
  }
}.home__fave_box_message span::after {
  position: absolute;
  left: -0.52083vw;
  top: -0.52083vw;
  content: '';
  height: 1.5625vw;
  width: 1.5625vw;
}@media screen and (max-width: 768px) {
  .home__fave_box_message span::after {
    left: -1.86667vw;
    top: -1.86667vw;
    height: 5.86667vw;
    width: 5.86667vw;
  }
}.home__fave_box_message span::before {
  position: absolute;
  right: 1.5625vw;
  top: 100%;
  content: '';
  height: 0.78125vw;
  width: 1.04167vw;
  background: url(../../assets/img/home/fukidashi_object01.svg) 0 0 no-repeat;
  background-size: 100% auto;
}@media screen and (max-width: 768px) {
  .home__fave_box_message span::before {
    right: 8vw;
    top: 98%;
    height: 2.13333vw;
    width: 3.2vw;
  }
}.home__fave_box figure {
  overflow: hidden;
  margin-bottom: 0.52083vw;
  border-radius: 1.04167vw;
}@media screen and (max-width: 768px) {
  .home__fave_box figure {
    margin-bottom: 1.33333vw;
    border-radius: 4vw;
  }
}.home__fave_box_name {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 900;
  text-align: center;
}@media (min-width: 2880px) {
  .home__fave_box_name {
    font-size: 36px;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_name {
    font-size: 19.2px;
    font-size: 5.12vw;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_name {
    font-size: 18px;
    font-size: 4.8vw;
  }
}.home__fave_box_name span {
  position: relative;
  margin-right: 0.52083vw;
  padding-right: 1.5625vw;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 0.83333vw;
  font-weight: 500;
}@media (min-width: 2880px) {
  .home__fave_box_name span {
    font-size: 24px;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_name span {
    font-size: 12.8px;
    font-size: 3.41333vw;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_name span {
    margin-right: 2.66667vw;
    padding-right: 4vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}.home__fave_box_name span::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  height: 0.05208vw;
  width: 1.04167vw;
  background: #000;
}@media screen and (max-width: 768px) {
  .home__fave_box_name span::before {
    height: 0.26667vw;
    width: 2.66667vw;
  }
}.home__fave_box_wrap._card .home__fave_box._back {
  padding: 0 35px 35px 35px;
  padding: 0vw 1.82292vw 1.82292vw 1.82292vw;
}@media (min-width: 2880px) {
  .home__fave_box_wrap._card .home__fave_box._back {
    padding: 0 52.5px 52.5px 52.5px;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_wrap._card .home__fave_box._back {
    padding: 0 35px 35px 35px;
    padding: 0vw 9.33333vw 9.33333vw 9.33333vw;
  }
}.home__fave_box_wrap._card .home__fave_box._back figure {
  margin-bottom: 0;
  border-radius: 0;
}.home__fave_box_wrap._card .home__fave_box._back figure img {
  vertical-align: top;
}.home__fave_box_detail {
  position: absolute;
  bottom: 1.30208vw;
  left: 50%;
  width: 26.5625vw;
  padding: 20px 30px 20px 30px;
  padding: 1.04167vw 1.5625vw 1.04167vw 1.5625vw;
  background: #fff;
  border: 0.05208vw solid #000;
  border-radius: 1.04167vw;
  transform: translate(-50%, 0);
}@media (min-width: 2880px) {
  .home__fave_box_detail {
    padding: 30px 45px 30px 45px;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_detail {
    padding: 20px 30px 20px 30px;
    padding: 5.33333vw 8vw 5.33333vw 8vw;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_detail {
    bottom: 2.5%;
    width: 95%;
    padding: 10px 15px 10px 15px;
    padding: 2.66667vw 4vw 2.66667vw 4vw;
    border-radius: 2.66667vw;
  }
}.home__fave_box_detail_hash {
  display: inline-block;
  padding: 0 0 10px 0;
  padding: 0vw 0vw 0.52083vw 0vw;
  font-size: 0.72917vw;
}@media (min-width: 2880px) {
  .home__fave_box_detail_hash {
    padding: 0 0 15px 0;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_detail_hash {
    padding: 0 0 10px 0;
    padding: 0vw 0vw 2.66667vw 0vw;
  }
}@media screen and (max-width: 768px) {
  .home__fave_box_detail_hash {
    padding: 0 0 5px 0;
    padding: 0vw 0vw 1.33333vw 0vw;
    font-size: 3.2vw;
  }
}.home__fave_box_detail p {
  font-size: 0.83333vw;
  line-height: 2;
}@media screen and (max-width: 768px) {
  .home__fave_box_detail p {
    font-size: 3.46667vw;
    line-height: 1.75;
  }
}.home__fave_box_wrap._color01 .home__fave_box_message span::after, .home__fave_box_wrap:nth-child(7n+1) .home__fave_box_message span::after, .home__fave_box._color01 .home__fave_box_message span::after {
  background: url(../../assets/img/fave/fukidashi_heart01.svg) 0 0 no-repeat;
  background-size: contain;
}.home__fave_box_wrap._color01 .home__fave_box._back, .home__fave_box_wrap:nth-child(7n+1) .home__fave_box._back, .home__fave_box._color01 .home__fave_box._back {
  background: url(../../assets/img/fave/fukidashi_box01_bk.svg) center center no-repeat;
  background-size: cover;
}.home__fave_box_wrap._color01 .home__fave_box_detail_hash, .home__fave_box_wrap:nth-child(7n+1) .home__fave_box_detail_hash, .home__fave_box._color01 .home__fave_box_detail_hash {
  color: #00c884;
}.home__fave_box_wrap._color02 .home__fave_box_message span::after, .home__fave_box_wrap:nth-child(7n+2) .home__fave_box_message span::after, .home__fave_box._color02 .home__fave_box_message span::after {
  background: url(../../assets/img/fave/fukidashi_heart02.svg) 0 0 no-repeat;
  background-size: contain;
}.home__fave_box_wrap._color02 .home__fave_box._back, .home__fave_box_wrap:nth-child(7n+2) .home__fave_box._back, .home__fave_box._color02 .home__fave_box._back {
  background: url(../../assets/img/fave/fukidashi_box02_bk.svg) center center no-repeat;
  background-size: cover;
}.home__fave_box_wrap._color02 .home__fave_box_detail_hash, .home__fave_box_wrap:nth-child(7n+2) .home__fave_box_detail_hash, .home__fave_box._color02 .home__fave_box_detail_hash {
  color: #f17482;
}.home__fave_box_wrap._color03 .home__fave_box_message span::after, .home__fave_box_wrap:nth-child(7n+3) .home__fave_box_message span::after, .home__fave_box._color03 .home__fave_box_message span::after {
  background: url(../../assets/img/fave/fukidashi_heart03.svg) 0 0 no-repeat;
  background-size: contain;
}.home__fave_box_wrap._color03 .home__fave_box._back, .home__fave_box_wrap:nth-child(7n+3) .home__fave_box._back, .home__fave_box._color03 .home__fave_box._back {
  background: url(../../assets/img/fave/fukidashi_box03_bk.svg) center center no-repeat;
  background-size: cover;
}.home__fave_box_wrap._color03 .home__fave_box_detail_hash, .home__fave_box_wrap:nth-child(7n+3) .home__fave_box_detail_hash, .home__fave_box._color03 .home__fave_box_detail_hash {
  color: #4377e9;
}.home__fave_box_wrap._color04 .home__fave_box_message span::after, .home__fave_box_wrap:nth-child(7n+4) .home__fave_box_message span::after, .home__fave_box._color04 .home__fave_box_message span::after {
  background: url(../../assets/img/fave/fukidashi_heart04.svg) 0 0 no-repeat;
  background-size: contain;
}.home__fave_box_wrap._color04 .home__fave_box._back, .home__fave_box_wrap:nth-child(7n+4) .home__fave_box._back, .home__fave_box._color04 .home__fave_box._back {
  background: url(../../assets/img/fave/fukidashi_box04_bk.svg) center center no-repeat;
  background-size: cover;
}.home__fave_box_wrap._color04 .home__fave_box_detail_hash, .home__fave_box_wrap:nth-child(7n+4) .home__fave_box_detail_hash, .home__fave_box._color04 .home__fave_box_detail_hash {
  color: #ff8b55;
}.home__fave_box_wrap._color05 .home__fave_box_message span::after, .home__fave_box_wrap:nth-child(7n+5) .home__fave_box_message span::after, .home__fave_box._color05 .home__fave_box_message span::after {
  background: url(../../assets/img/fave/fukidashi_heart05.svg) 0 0 no-repeat;
  background-size: contain;
}.home__fave_box_wrap._color05 .home__fave_box._back, .home__fave_box_wrap:nth-child(7n+5) .home__fave_box._back, .home__fave_box._color05 .home__fave_box._back {
  background: url(../../assets/img/fave/fukidashi_box05_bk.svg) center center no-repeat;
  background-size: cover;
}.home__fave_box_wrap._color05 .home__fave_box_detail_hash, .home__fave_box_wrap:nth-child(7n+5) .home__fave_box_detail_hash, .home__fave_box._color05 .home__fave_box_detail_hash {
  color: #00bb21;
}.home__fave_box_wrap._color06 .home__fave_box_message span::after, .home__fave_box_wrap:nth-child(7n+6) .home__fave_box_message span::after, .home__fave_box._color06 .home__fave_box_message span::after {
  background: url(../../assets/img/fave/fukidashi_heart06.svg) 0 0 no-repeat;
  background-size: contain;
}.home__fave_box_wrap._color06 .home__fave_box._back, .home__fave_box_wrap:nth-child(7n+6) .home__fave_box._back, .home__fave_box._color06 .home__fave_box._back {
  background: url(../../assets/img/fave/fukidashi_box06_bk.svg) center center no-repeat;
  background-size: cover;
}.home__fave_box_wrap._color06 .home__fave_box_detail_hash, .home__fave_box_wrap:nth-child(7n+6) .home__fave_box_detail_hash, .home__fave_box._color06 .home__fave_box_detail_hash {
  color: #ffbd2a;
}.home__fave_box_wrap._color07 .home__fave_box_message span::after, .home__fave_box_wrap:nth-child(7n) .home__fave_box_message span::after, .home__fave_box._color07 .home__fave_box_message span::after {
  background: url(../../assets/img/fave/fukidashi_heart07.svg) 0 0 no-repeat;
  background-size: contain;
}.home__fave_box_wrap._color07 .home__fave_box._back, .home__fave_box_wrap:nth-child(7n) .home__fave_box._back, .home__fave_box._color07 .home__fave_box._back {
  background: url(../../assets/img/fave/fukidashi_box07_bk.svg) center center no-repeat;
  background-size: cover;
}.home__fave_box_wrap._color07 .home__fave_box_detail_hash, .home__fave_box_wrap:nth-child(7n) .home__fave_box_detail_hash, .home__fave_box._color07 .home__fave_box_detail_hash {
  color: #dd5893;
}.home__company {
  background-color: #4377e9;
}.home__company_in {
  position: relative;
  padding: 55px 60px 60px 60px;
  padding: 2.86458vw 3.125vw 3.125vw 3.125vw;
}@media (min-width: 2880px) {
  .home__company_in {
    padding: 82.5px 90px 90px 90px;
  }
}@media screen and (max-width: 768px) {
  .home__company_in {
    padding: 55px 60px 60px 60px;
    padding: 14.66667vw 16vw 16vw 16vw;
  }
}@media screen and (max-width: 768px) {
  .home__company_in {
    padding: 30px 30px 30px 30px;
    padding: 8vw 8vw 8vw 8vw;
  }
}.home__company_in::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 1;
  height: 100%;
  width: 27.60417vw;
  background: url(../../assets/img/home/bg_company.webp) right bottom no-repeat;
  background-size: 100% auto;

  mix-blend-mode: overlay;
}@media screen and (max-width: 768px) {
  .home__company_in::after {
    width: 58.66667vw;
  }
}.home__company_in::before {
  position: absolute;
  bottom: 0;
  right: 1.5625vw;
  content: '';
  z-index: 2;
  height: 32.03125vw;
  width: 13.38542vw;
  background: url(../../assets/img/home/company.webp) right bottom no-repeat;
  background-size: contain;
}@media screen and (max-width: 768px) {
  .home__company_in::before {
    bottom: -13.33333vw;
    right: 1.33333vw;
    height: 80vw;
    width: 53.33333vw;
  }
}.home__company_title .home__fukidashi {
  left: 48%;
  right: auto;
  top: -1%;
}@media screen and (max-width: 768px) {
  .home__company_title .home__fukidashi {
    left: 61%;
    right: auto;
    top: 12%;
  }
}.home__company_title h2 {
  margin-bottom: 1.30208vw;
}@media screen and (max-width: 768px) {
  .home__company_title h2 {
    margin-bottom: 2.66667vw;
  }
}.home__company_title > p {
  margin-bottom: 6.77083vw;
}@media screen and (max-width: 768px) {
  .home__company_title > p {
    margin-bottom: 5.33333vw;
  }
}.home__company .home__company_title_sub {
  width: 14.58333vw;
}@media screen and (max-width: 768px) {
  .home__company .home__company_title_sub {
    width: 48vw;
    margin-bottom: 5.33333vw;
  }
}.home__company .btn01::before {
  background: #4377e9;
}@media screen and (min-width: 769px) {
  .home__company .btn01:hover::before {
    background: #ff8b55;
  }
}.home__environment {
  margin-bottom: 0;
  background-color: #00c884;
}.home__environment_in {
  display: flex;
  padding: 80px 120px 80px 120px;
  padding: 4.16667vw 6.25vw 4.16667vw 6.25vw;
  justify-content: space-between;
}@media (min-width: 2880px) {
  .home__environment_in {
    padding: 120px 180px 120px 180px;
  }
}@media screen and (max-width: 768px) {
  .home__environment_in {
    padding: 80px 120px 80px 120px;
    padding: 21.33333vw 32vw 21.33333vw 32vw;
  }
}@media screen and (max-width: 768px) {
  .home__environment_in {
    display: block;
    padding: 30px 30px 30px 30px;
    padding: 8vw 8vw 8vw 8vw;
  }
}.home__environment_in::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(../../assets/img/home/bg_environment.webp) left bottom no-repeat;
  background-size: 100% auto;

  mix-blend-mode: overlay;
}@media screen and (max-width: 768px) {
  .home__environment_in::after {
    height: 26.66667vw;
    background: url(../../assets/img/home/bg_environment.webp) left bottom no-repeat;
    background-size: auto 100%;
  }
}.home__environment_title h2 {
  margin-bottom: 1.5625vw;
}@media screen and (max-width: 768px) {
  .home__environment_title h2 {
    margin-bottom: 5.33333vw;
    font-size: 21px;
    font-size: 5.6vw;
  }
}.home__environment_title > p {
  width: 37.5vw;
  margin-bottom: 1.5625vw;
}@media screen and (max-width: 768px) {
  .home__environment_title > p {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
}.home__environment_images {
  display: flex;
  width: 41.14583vw;
  flex-wrap: wrap;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .home__environment_images {
    position: relative;
    z-index: 100;
    width: 100%;
  }
}.home__environment_images figure {
  overflow: hidden;
  width: 20.05208vw;
  border-radius: 1.04167vw;
}@media screen and (max-width: 768px) {
  .home__environment_images figure {
    width: calc(49%);
    border-radius: 2.66667vw;
  }
}.home__environment_images figure:first-child, .home__environment_images figure:nth-child(2) {
  margin-bottom: 1.04167vw;
}@media screen and (max-width: 768px) {
  .home__environment_images figure:first-child, .home__environment_images figure:nth-child(2) {
    margin-bottom: 2%;
  }
}.home__environment_images figure img {
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}@media screen and (min-width: 769px) {
  .home__environment .home__fukidashi {
    left: 87%;
    right: auto;
    top: -6%;
    height: 7.91667vw;
    width: 7.29167vw;
    padding-top: 2.34375vw;
    font-size: 15px;
    font-size: 0.78125vw;
  }
}@media screen and (min-width: 769px) and (min-width: 2880px) {
  .home__environment .home__fukidashi {
    font-size: 22.5px;
  }
}@media screen and (min-width: 769px) and (max-width: 768px) {
  .home__environment .home__fukidashi {
    font-size: 12px;
    font-size: 3.2vw;
  }
}@media screen and (max-width: 768px) {
  .home__environment .home__fukidashi {
    left: 75%;
    top: -4%;
    padding-top: 5.86667vw;
    font-size: 9px;
    font-size: 0.46875vw;
    line-height: 1.3;
  }
}@media screen and (max-width: 768px) and (min-width: 2880px) {
  .home__environment .home__fukidashi {
    font-size: 13.5px;
  }
}@media screen and (max-width: 768px) and (max-width: 768px) {
  .home__environment .home__fukidashi {
    font-size: 7.2px;
    font-size: 1.92vw;
  }
}.home__environment .home__environment_title_sub {
  width: 15.625vw;
  margin-bottom: 1.5625vw;
}@media screen and (max-width: 768px) {
  .home__environment .home__environment_title_sub {
    width: 50.66667vw;
    margin-bottom: 5.33333vw;
  }
}.home__environment .btn01::before {
  background: #00c884;
}@media screen and (max-width: 768px) {
  .home__environment .btn01 {
    left: 50%;
    margin-bottom: 8vw;
    transform: translate(-50%, 0);
  }
}@media screen and (min-width: 769px) {
  .home__environment .btn01:hover::before {
    background: #dd5a95;
  }
}.home__column._column01 {
  display: flex;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .home__column._column01 {
    display: block;
  }
}.home__column._column01 .home__service {
  width: 43%;
}@media screen and (max-width: 768px) {
  .home__column._column01 .home__service {
    width: 100%;
  }
}.home__column._column01 .home__data {
  width: 55.2%;
}@media screen and (max-width: 768px) {
  .home__column._column01 .home__data {
    width: 100%;
  }
}.home__column._column02 {
  display: flex;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .home__column._column02 {
    display: block;
  }
}.home__column._column02 .home__fave {
  width: 55.2%;
}@media screen and (max-width: 768px) {
  .home__column._column02 .home__fave {
    width: 100%;
  }
}.home__column._column02 .home__company {
  width: 43%;
}@media screen and (max-width: 768px) {
  .home__column._column02 .home__company {
    width: 100%;
  }
}.main {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 2.08333vw;
  background: #ddd;
  border: 1px dotted #000;
}@media screen and (max-width: 768px) {
  .main {
    margin-bottom: 10.66667vw;
  }
}.content {
  width: calc(100% - 40 * 2);
  width: calc(100% - 2.08333vw * 2);
  margin: 0 auto;
  margin-bottom: 2.08333vw;
  background: #ddd;
}@media (min-width: 2880px) {
  .content {
    width: 2880px;
  }
}@media screen and (max-width: 768px) {
  .content {
    width: calc(100% - 20 * 2);
    width: calc(100% - 5.33333vw * 2);
    margin: 0 auto;
  }
}@media screen and (max-width: 768px) {
  .content {
    margin-bottom: 5.33333vw;
  }
}.content .in_cont {
  padding: 20px 20px 40px 20px;
  padding: 1.04167vw 1.04167vw 2.08333vw 1.04167vw;
}@media (min-width: 2880px) {
  .content .in_cont {
    padding: 30px 30px 60px 30px;
  }
}@media screen and (max-width: 768px) {
  .content .in_cont {
    padding: 20px 20px 40px 20px;
    padding: 5.33333vw 5.33333vw 10.66667vw 5.33333vw;
  }
}.home .text01 {
  font-size: 40px;
  font-size: 2.08333vw;
}@media (min-width: 2880px) {
  .home .text01 {
    font-size: 60px;
  }
}@media screen and (max-width: 768px) {
  .home .text01 {
    font-size: 32px;
    font-size: 8.53333vw;
  }
}.home .text02 {
  font-size: 18px;
  font-size: 0.9375vw;
}@media (min-width: 2880px) {
  .home .text02 {
    font-size: 27px;
  }
}@media screen and (max-width: 768px) {
  .home .text02 {
    font-size: 14.4px;
    font-size: 3.84vw;
  }
}.home .text03 {
  font-size: 30px;
  font-size: 1.5625vw;
}@media (min-width: 2880px) {
  .home .text03 {
    font-size: 45px;
  }
}@media screen and (max-width: 768px) {
  .home .text03 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}.home .ma30 {
  margin: 30px 30px 30px 30px;
  margin: 1.5625vw 1.5625vw 1.5625vw 1.5625vw;
}@media (min-width: 2880px) {
  .home .ma30 {
    margin: 45px 45px 45px 45px;
  }
}@media screen and (max-width: 768px) {
  .home .ma30 {
    margin: 30px 30px 30px 30px;
    margin: 8vw 8vw 8vw 8vw;
  }
}.home .pa20 {
  padding: 20px 20px 20px 20px;
  padding: 1.04167vw 1.04167vw 1.04167vw 1.04167vw;
}@media (min-width: 2880px) {
  .home .pa20 {
    padding: 30px 30px 30px 30px;
  }
}@media screen and (max-width: 768px) {
  .home .pa20 {
    padding: 20px 20px 20px 20px;
    padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw;
  }
}.home .f40 {
  font-size: 40px;
}.home .f18 {
  font-size: 18px;
}.home .mb40 {
  margin-bottom: 40px;
}.home .pic {
  display: flex;
  margin: 20px 0 30px 0;
  margin: 1.04167vw 0vw 1.5625vw 0vw;
  justify-content: space-between;
}@media (min-width: 2880px) {
  .home .pic {
    margin: 30px 0 45px 0;
  }
}@media screen and (max-width: 768px) {
  .home .pic {
    margin: 20px 0 30px 0;
    margin: 5.33333vw 0vw 8vw 0vw;
  }
}.home .pic li {
  width: 49%;
}.home .pic li div {
  overflow: hidden;
  border-radius: 0.52083vw;
}@media screen and (max-width: 768px) {
  .home .pic li div {
    border-radius: 1.04167vw;
  }
}.home .pic li p {
  margin: 10px 0 0 0;
  margin: 0.52083vw 0vw 0vw 0vw;
  font-size: 14px;
  font-size: 0.72917vw;
}@media (min-width: 2880px) {
  .home .pic li p {
    margin: 15px 0 0 0;
  }
}@media screen and (max-width: 768px) {
  .home .pic li p {
    margin: 10px 0 0 0;
    margin: 2.66667vw 0vw 0vw 0vw;
  }
}@media (min-width: 2880px) {
  .home .pic li p {
    font-size: 21px;
  }
}@media screen and (max-width: 768px) {
  .home .pic li p {
    font-size: 11.2px;
    font-size: 2.98667vw;
  }
}@media screen and (max-width: 768px) {
  .home .pic li p {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}.home .ma-b20 {
  margin-bottom: 20px;
  margin-bottom: 1.04167vw;
}@media screen and (max-width: 768px) {
  .home .ma-b20 {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
}.content02 {
  width: calc(100% - 20 * 2);
  width: calc(100% - 1.04167vw * 2);
  margin: 0 auto;
}@media (min-width: 2880px) {
  .content02 {
    width: 2880px;
  }
}@media screen and (max-width: 768px) {
  .content02 {
    width: calc(100% - 10 * 2);
    width: calc(100% - 2.66667vw * 2);
    margin: 0 auto;
  }
}.loop {
  overflow: hidden;
}.loop__box {
  display: flex;
  width: 100vw;
}@media screen and (max-width: 768px) {
  .loop__box {
    display: none;
  }
}@media screen and (max-width: 768px) {
  .loop__box._reverse {
    margin-top: 20px;
  }
}.loop__box._reverse img:first-child {
  animation: loop 50s -25s linear infinite reverse;
}.loop__box._reverse img:last-child {
  animation: loop2 50s linear infinite reverse;
}.loop__box img {
  height: 100px;
  width: auto;
}.loop__box img:first-child {
  animation: loop 50s -25s linear infinite;

  -webkit-animation: loop 50s -25s linear infinite;
}.loop__box img:last-child {
  animation: loop2 50s linear infinite;

  -webkit-animation: loop2 50s linear infinite;
}@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }to {
    transform: translateX(-100%);
  }
}@keyframes loop {
  0% {
    transform: translateX(100%);
  }to {
    transform: translateX(-100%);
  }
}@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }to {
    transform: translateX(-200%);
  }
}@keyframes loop2 {
  0% {
    transform: translateX(0);
  }to {
    transform: translateX(-200%);
  }
}.news {
  position: relative;
  font-size: 16px;
}@media screen and (max-width: 768px) {
  .news {
    font-size: 14px;
  }
}.news::before {
  position: absolute;
  bottom: -0.52083vw;
  left: 4.16667vw;
  content: '';
  z-index: 2;
  height: 11.19792vw;
  width: 17.1875vw;
  background: url(../../assets/img/news/bg02.webp) left bottom no-repeat;
  background-size: contain;
}@media screen and (max-width: 768px) {
  .news::before {
    bottom: -0.8vw;
    left: 2.66667vw;
    height: 18.66667vw;
    width: 29.33333vw;
  }
}.news .page__title {
  position: relative;
}.news .page__title::before {
  position: absolute;
  bottom: -0.52083vw;
  right: 4.16667vw;
  content: '';
  height: 11.19792vw;
  width: 17.1875vw;
  background: url(../../assets/img/news/bg01.webp) left bottom no-repeat;
  background-size: contain;
}@media screen and (max-width: 768px) {
  .news .page__title::before {
    right: 0;
    height: 18.66667vw;
    width: 29.33333vw;
  }
}.news__tab {
  display: flex;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .news__tab {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.25;
  }
}.news__tab a {
  width: 222px;
  padding: 10px;
  background: #fff;
  border: 1.5px solid #000;
  border-radius: 15px 15px 0 0;
  color: #000;
  text-align: center;
}@media screen and (max-width: 768px) {
  .news__tab a {
    display: flex;
    width: 33%;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
  }
}.news__tab a:hover, .news__tab a._active {
  background: #000;
  color: #fff;
}.news .news__list {
  padding-bottom: 100px;
}@media screen and (max-width: 768px) {
  .news .news__list {
    padding-bottom: 40px;
  }
}.news__list .home__news_category {
  position: static;
  display: inline-block;
  width: 140px;
  margin: 0 15px;
  padding: 2px 0;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}@media screen and (max-width: 768px) {
  .news__list .home__news_category {
    width: 120px;
    margin: 0 10px;
    font-size: 11px;
  }
}.news__list ul {
  background-image: repeating-linear-gradient(90deg, #000, #000 2px, transparent 2px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}.news__list ul li {
  background-image: repeating-linear-gradient(90deg, #000, #000 2px, transparent 2px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}.news__list ul li a {
  position: relative;
  display: flex;
  padding: 50px 70px 50px 0;
  font-size: 18px;
  align-items: start;
  transition: all 0.15s ease-out 0s;
}@media screen and (max-width: 768px) {
  .news__list ul li a {
    padding: 20px 40px 20px 0;
    flex-wrap: wrap;
    font-size: 15px;
  }
}.news__list ul li a span {
  width: 7.03125vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .news__list ul li a span {
    width: 22.66667vw;
  }
}.news__list ul li a div {
  font-size: 14px;
}@media screen and (max-width: 768px) {
  .news__list ul li a div {
    font-size: 12px;
  }
}.news__list ul li a p {
  flex: 1;
}@media screen and (max-width: 768px) {
  .news__list ul li a p {
    display: block;
    width: 100%;
    margin-top: 8px;
    flex: auto;
  }
}.news__list ul li a p span {
  padding-left: 10px;
  color: #f17482;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}.news__list ul li a::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  height: 55px;
  width: 55px;
  background: #000;
  border-radius: 100px;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .news__list ul li a::before {
    right: 2px;
    height: 30px;
    width: 30px;
  }
}.news__list ul li a::after {
  position: absolute;
  right: 19px;
  top: 50%;
  content: '';
  height: 17px;
  width: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%23fff\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  transition: all 0.15s ease-out 0s;
}@media screen and (max-width: 768px) {
  .news__list ul li a::after {
    right: 11px;
    height: 12px;
    width: 10px;
  }
}.news__list ul li a:hover {
  opacity: 0.7;
}@media screen and (min-width: 769px) {
  .news__list ul li a:hover::after {
    right: 14px;
  }
}.news .local__pager {
  border-top: 1.5px solid #000;
}.news__title {
  display: flex;
  margin-bottom: 2.60417vw;
  padding: 0 0 50px 50px;
  padding: 0vw 0vw 2.60417vw 2.60417vw;
  flex-wrap: wrap;
  border-bottom: 0.05208vw solid #000;
  align-items: center;
}@media (min-width: 2880px) {
  .news__title {
    padding: 0 0 75px 75px;
  }
}@media screen and (max-width: 768px) {
  .news__title {
    padding: 0 0 50px 50px;
    padding: 0vw 0vw 13.33333vw 13.33333vw;
  }
}@media screen and (max-width: 768px) {
  .news__title {
    margin-bottom: 8vw;
    padding: 0 0 20px 0;
    padding: 0vw 0vw 5.33333vw 0vw;
    border-bottom: 0.26667vw solid #000;
  }
}.news__title span {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 800;
}@media (min-width: 2880px) {
  .news__title span {
    font-size: 27px;
  }
}@media screen and (max-width: 768px) {
  .news__title span {
    font-size: 14.4px;
    font-size: 3.84vw;
  }
}@media screen and (max-width: 768px) {
  .news__title span {
    font-size: 15px;
    font-size: 4vw;
  }
}.news__title .home__news_category {
  position: static;
  width: 7.29167vw;
  margin: 0 0 0 10px;
  margin: 0vw 0vw 0vw 0.52083vw;
  padding: 3px 0 3px 0;
  padding: 0.15625vw 0vw 0.15625vw 0vw;
  border-radius: 100px;
  font-size: 14px;
  font-size: 0.72917vw;
  text-align: center;
}@media (min-width: 2880px) {
  .news__title .home__news_category {
    font-size: 21px;
  }
}@media screen and (max-width: 768px) {
  .news__title .home__news_category {
    font-size: 11.2px;
    font-size: 2.98667vw;
  }
}@media (min-width: 2880px) {
  .news__title .home__news_category {
    padding: 4.5px 0 4.5px 0;
  }
}@media screen and (max-width: 768px) {
  .news__title .home__news_category {
    padding: 3px 0 3px 0;
    padding: 0.8vw 0vw 0.8vw 0vw;
  }
}@media (min-width: 2880px) {
  .news__title .home__news_category {
    margin: 0 0 0 15px;
  }
}@media screen and (max-width: 768px) {
  .news__title .home__news_category {
    margin: 0 0 0 10px;
    margin: 0vw 0vw 0vw 2.66667vw;
  }
}@media screen and (max-width: 768px) {
  .news__title .home__news_category {
    width: 32vw;
    margin: 0 0 0 10px;
    margin: 0vw 0vw 0vw 2.66667vw;
    padding: 2px 0 2px 0;
    padding: 0.53333vw 0vw 0.53333vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }
}.news__title .new {
  margin-left: 0.78125vw;
  color: #f17482;
  font-size: 28px;
  font-size: 1.45833vw;
}@media (min-width: 2880px) {
  .news__title .new {
    font-size: 42px;
  }
}@media screen and (max-width: 768px) {
  .news__title .new {
    font-size: 22.4px;
    font-size: 5.97333vw;
  }
}@media screen and (max-width: 768px) {
  .news__title .new {
    margin-left: 2.66667vw;
    font-size: 24px;
    font-size: 1.25vw;
  }
}@media screen and (max-width: 768px) and (min-width: 2880px) {
  .news__title .new {
    font-size: 36px;
  }
}@media screen and (max-width: 768px) and (max-width: 768px) {
  .news__title .new {
    font-size: 19.2px;
    font-size: 5.12vw;
  }
}.news__title h2 {
  width: 100%;
  padding: 10px 0 0 0;
  padding: 0.52083vw 0vw 0vw 0vw;
  font-size: 42px;
  font-size: 2.1875vw;
  font-weight: 900;
}@media (min-width: 2880px) {
  .news__title h2 {
    font-size: 63px;
  }
}@media screen and (max-width: 768px) {
  .news__title h2 {
    font-size: 33.6px;
    font-size: 8.96vw;
  }
}@media (min-width: 2880px) {
  .news__title h2 {
    padding: 15px 0 0 0;
  }
}@media screen and (max-width: 768px) {
  .news__title h2 {
    padding: 10px 0 0 0;
    padding: 2.66667vw 0vw 0vw 0vw;
  }
}@media screen and (max-width: 768px) {
  .news__title h2 {
    padding: 5px 0 0 0;
    padding: 1.33333vw 0vw 0vw 0vw;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.25;
  }
}.news__mainimage {
  margin-bottom: 50px;
}@media screen and (max-width: 768px) {
  .news__mainimage {
    margin-bottom: 20px;
  }
}.news__text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 2;
}@media screen and (max-width: 768px) {
  .news__text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}.news .inner .news__text, .news .inner .news__links {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}@media screen and (max-width: 768px) {
  .news .inner .news__text, .news .inner .news__links {
    width: 100%;
  }
}.news__btn {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #000;
}@media screen and (max-width: 768px) {
  .news__btn {
    margin-top: 40px;
    padding-top: 20px;
  }
}.news__btn .btn03 {
  width: 450px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 85px;
  transition: all 0.15s ease-out 0s;
}@media screen and (max-width: 768px) {
  .news__btn .btn03 {
    width: 80%;
    font-size: 16px;
    line-height: 60px;
  }
}.news__btn .btn03::before {
  left: 20px;
  height: 55px;
  width: 55px;
}@media screen and (max-width: 768px) {
  .news__btn .btn03::before {
    left: 10px;
    height: 30px;
    width: 30px;
  }
}.news__btn .btn03::after {
  left: 39px;
  height: 17px;
  width: 15px;
  transition: all 0.15s ease-out 0s;
}@media screen and (max-width: 768px) {
  .news__btn .btn03::after {
    left: 18px;
    height: 12px;
    width: 10px;
  }
}@media screen and (min-width: 769px) {
  .news__btn .btn03:hover {
    opacity: 0.7;
  }.news__btn .btn03:hover::after {
    left: 34px;
  }
}.news__links {
  background-image: repeating-linear-gradient(90deg, #000, #000 2px, transparent 2px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  font-size: 18px;
}@media screen and (max-width: 768px) {
  .news__links {
    font-size: 16px;
  }
}.news__links li {
  background-image: repeating-linear-gradient(90deg, #000, #000 2px, transparent 2px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}.news__links li a {
  position: relative;
  display: block;
  padding: 30px 50px 30px 0;
}@media screen and (max-width: 768px) {
  .news__links li a {
    padding: 20px 50px 20px 0;
  }
}.news__links li a::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  height: 45px;
  width: 45px;
  background: #000;
  border-radius: 100px;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .news__links li a::before {
    height: 40px;
    width: 40px;
  }
}.news__links li a::after {
  position: absolute;
  right: 13px;
  top: 50%;
  content: '';
  height: 18px;
  width: 17px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%23fff\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .news__links li a::after {
    right: 14px;
    height: 14px;
    width: 13px;
  }
}.news__links li a p {
  text-decoration: underline;
}.news__links li a:hover p {
  text-decoration: none;
}.news__links li._blank a::after {
  right: 15px;
  height: 15px;
  width: 15px;
  background: url(../../assets/img/common/icon_blank.svg) 0 0 no-repeat;
  background-size: contain;
}@media screen and (max-width: 768px) {
  .news__links li._blank a::after {
    right: 15px;
    height: 13px;
    width: 13px;
  }
}.news__links li._dl a::after {
  right: 16px;
  height: 18px;
  width: 13px;
  background: url(../../assets/img/common/icon_dl.svg) 0 0 no-repeat;
  background-size: contain;
}@media screen and (max-width: 768px) {
  .news__links li._dl a::after {
    right: 14px;
    height: 16px;
    width: 11px;
  }
}.pagination {
  display: flex;
  padding-top: 45px;
  justify-content: center;
  align-items: center;
}@media screen and (max-width: 768px) {
  .pagination {
    padding-top: 20px;
  }
}.pagination li.pre a, .pagination li.next a {
  position: relative;
  height: 55px;
  width: 55px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  line-height: 55px;
}@media screen and (max-width: 768px) {
  .pagination li.pre a, .pagination li.next a {
    height: 45px;
    width: 45px;
  }
}.pagination li.pre a::after, .pagination li.next a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  height: 17px;
  width: 15px;
  transform: translate(-50%, -50%);
}@media screen and (max-width: 768px) {
  .pagination li.pre a::after, .pagination li.next a::after {
    height: 16px;
    width: 13px;
  }
}.pagination li.pre a:hover, .pagination li.next a:hover {
  background: #000;
}.pagination li.pre a:hover::after, .pagination li.next a:hover::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%23fff\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
}.pagination li.pre {
  margin-right: 10px;
}@media screen and (max-width: 768px) {
  .pagination li.pre {
    margin-right: 5px;
  }
}.pagination li.pre a::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%230\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) rotate(180deg);
}.pagination li.next {
  margin-left: 10px;
}@media screen and (max-width: 768px) {
  .pagination li.next {
    margin-left: 5px;
  }
}.pagination li.next a::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%230\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
}.pagination li > span, .pagination li > a {
  display: block;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  background: #fff;
  border-radius: 100px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .pagination li > span, .pagination li > a {
    height: 35px;
    width: 35px;
    margin: 0 4px;
    font-size: 16px;
    line-height: 35px;
  }
}.pagination li > span:hover, .pagination li > span.active, .pagination li > a:hover, .pagination li > a.active {
  background: #000;
  color: #fff;
}.fave.page__wrap .page__wrap_in {
  background-color: #fa643c;
}.fave .home__fave_box_wrap {
  width: 33.3%;
}@media screen and (max-width: 768px) {
  .fave .home__fave_box_wrap {
    width: 100%;
  }
}.fave .fave__contents {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.05208vw solid #000;
}.fave .fave__contents .home__fave_box_message {
  transition: all 0.3s ease-out 0s;
}@media screen and (max-width: 768px) {
  .fave .fave__contents {
    position: relative;
    z-index: 2;
  }
}.fave .fave__contents .home__fave_box {
  width: 100%;
  border-bottom: 0.05208vw solid #000;
  border-right: 0.05208vw solid #000;
}@media screen and (max-width: 768px) {
  .fave .fave__contents .home__fave_box {
    border-right: none;
  }
}.fave .fave__contents .home__fave_box_wrap:nth-child(3) .home__fave_box, .fave .fave__contents .home__fave_box_wrap:nth-child(3n+3) .home__fave_box {
  border-right: none;
}.fave .fave__contents .home__fave_box._back {
  padding: 0;
  background: none;
}.environment.page__wrap .page__wrap_in {
  background-color: #00c884;
}.environment.page__wrap .page__wrap_contents {
  padding: 90px 35px 80px 35px;
  padding: 4.6875vw 1.82292vw 4.16667vw 1.82292vw;
}@media (min-width: 2880px) {
  .environment.page__wrap .page__wrap_contents {
    padding: 135px 52.5px 120px 52.5px;
  }
}@media screen and (max-width: 768px) {
  .environment.page__wrap .page__wrap_contents {
    padding: 90px 35px 80px 35px;
    padding: 24vw 9.33333vw 21.33333vw 9.33333vw;
  }
}@media screen and (max-width: 768px) {
  .environment.page__wrap .page__wrap_contents {
    padding: 30px 10px 0 10px;
    padding: 8vw 2.66667vw 0vw 2.66667vw;
  }
}.environment.page__wrap .page__wrap_contents::after {
  position: absolute;
  left: 0;
  top: 8.33333vw;
  content: '';
  z-index: 1;
  height: 13.28125vw;
  width: 110%;
  background: url(../../assets/img/environment/bg01.webp) left bottom no-repeat;
  background-size: auto 100%;

  mix-blend-mode: overlay;
}@media screen and (max-width: 768px) {
  .environment.page__wrap .page__wrap_contents::after {
    top: 22.66667vw;
    height: 26.66667vw;
    width: 105%;
    background: url(../../assets/img/environment/bg01sp.webp) left bottom no-repeat;
    background-size: 100% auto;
  }
}.environment__text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}@media screen and (max-width: 768px) {
  .environment__text {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}.environment__news {
  display: flex;
  margin-bottom: 80px;
  font-size: 18px;
}@media screen and (max-width: 768px) {
  .environment__news {
    display: block;
    margin-bottom: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}.environment__news_title {
  width: 110px;
  border-right: 1px solid #000;
}@media screen and (max-width: 768px) {
  .environment__news_title {
    width: 100%;
    border-bottom: 1px solid #000;
    border-right: none;
  }
}.environment__news_title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.22;
}@media screen and (max-width: 768px) {
  .environment__news_title h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}.environment__news_title h2 span {
  display: block;
}@media screen and (min-width: 769px) {
  .environment__news_title h2 span {
    white-space: pre;
    writing-mode: vertical-rl;

    -ms-writing-mode: tb-rl;
  }
}.environment__news .home__news_more {
  margin-left: 0;
  margin-top: 20px;
  padding-top: 65px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .environment__news .home__news_more {
    padding-top: 40px;
    font-size: 10px;
    text-align: center;
  }
}.environment__news .home__news_more::before {
  height: 55px;
  width: 55px;
}@media screen and (max-width: 768px) {
  .environment__news .home__news_more::before {
    height: 35px;
    width: 35px;
  }
}.environment__news .home__news_more::after {
  position: absolute;
  left: 50%;
  top: 21%;
  content: '';
  height: 17px;
  width: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%23fff\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .environment__news .home__news_more::after {
    top: 12px;
    height: 11px;
    width: 11px;
  }
}.environment__news ul {
  width: 100%;
  margin-left: 30px;
  flex: 1;
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 10px 2px;
}@media screen and (max-width: 768px) {
  .environment__news ul {
    margin: 0;
    padding: 0;
    background: none;
  }
}.environment__news ul li .home__news_category {
  position: static;
  display: inline-block;
  margin: 0 15px;
  padding: 4px 15px;
  background: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
}@media screen and (max-width: 768px) {
  .environment__news ul li .home__news_category {
    margin: 0 0 0 10px;
    font-size: 12px;
  }
}.environment__news ul li span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}.environment__news ul li a {
  position: relative;
  display: flex;
  min-height: 125px;
  padding: 40px 0;
  justify-content: start;
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  align-items: center;
}@media screen and (max-width: 768px) {
  .environment__news ul li a {
    min-height: auto;
    padding: 20px 40px 20px 0;
    flex-wrap: wrap;
  }
}.environment__news ul li a p {
  max-width: 630px;
}@media screen and (max-width: 768px) {
  .environment__news ul li a p {
    width: 100%;
    max-width: none;
    padding-top: 10px;
  }
}.environment__news ul li a::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  height: 55px;
  width: 55px;
  background: #000;
  border-radius: 50%;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .environment__news ul li a::before {
    height: 35px;
    width: 35px;
  }
}.environment__news ul li a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  height: 17px;
  width: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15.828 17.657\'%3E%3Cpath fill=\'%23fff\' d=\'M7,0,4.171,2.829l4,4H0v4H8.172l-4,4L7,17.657l6-6,.829-.828H14v-.172l1.828-1.829L14,7V6.828h-.172L13,6Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .environment__news ul li a::after {
    right: 11px;
    height: 11px;
    width: 11px;
  }
}.environment__csr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}@media screen and (max-width: 768px) {
  .environment__csr {
    padding: 0 10px;
  }
}.environment__csr_box {
  overflow: hidden;
  width: 48%;
  max-width: 520px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
}@media screen and (max-width: 768px) {
  .environment__csr_box {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}@media screen and (min-width: 769px) {
  .environment__csr_box:nth-child(even) {
    margin-top: 50px;
  }
}@media screen and (max-width: 768px) {
  .environment__csr_box figure {
    overflow: hidden;
    height: 46vw;
  }.environment__csr_box figure img {
    height: 48vw;
    width: 100%;

    -o-object-fit: cover;
    object-fit: cover;
  }
}.environment__csr_box > div {
  padding: 35px;
}@media screen and (max-width: 768px) {
  .environment__csr_box > div {
    padding: 20px;
  }
}.environment__csr_box > div h3 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 26px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .environment__csr_box > div h3 {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
  }
}.environment__csr_box > div h3::before {
  position: absolute;
  left: 0;
  top: 13px;
  content: '';
  height: 15px;
  width: 15px;
  background: #dd5893;
  border: 1px solid #000;
  border-radius: 100px;
}@media screen and (max-width: 768px) {
  .environment__csr_box > div h3::before {
    top: 8px;
    height: 10px;
    width: 10px;
  }
}.environment__csr_box > div p {
  font-size: 16px;
  line-height: 1.625;
}@media screen and (max-width: 768px) {
  .environment__csr_box > div p {
    font-size: 13px;
  }
}@media screen and (max-width: 768px) {
  .environment__csr_box:nth-child(3) figure {
    height: 50vw;
  }.environment__csr_box:nth-child(3) figure img {
    height: 50vw;

    -o-object-position: top;
    object-position: top;
  }
}.company.page__wrap .page__wrap_in {
  overflow: hidden;
  background-color: #4377e9;
}.company.page__wrap .page__wrap_contents {
  padding: 90px 35px 80px 35px;
  padding: 4.6875vw 1.82292vw 4.16667vw 1.82292vw;
}@media (min-width: 2880px) {
  .company.page__wrap .page__wrap_contents {
    padding: 135px 52.5px 120px 52.5px;
  }
}@media screen and (max-width: 768px) {
  .company.page__wrap .page__wrap_contents {
    padding: 90px 35px 80px 35px;
    padding: 24vw 9.33333vw 21.33333vw 9.33333vw;
  }
}@media screen and (max-width: 768px) {
  .company.page__wrap .page__wrap_contents {
    padding: 30px 10px 0 10px;
    padding: 8vw 2.66667vw 0vw 2.66667vw;
  }
}.company.page__wrap .page__wrap_contents::after {
  position: absolute;
  left: 2.60417vw;
  top: 2.08333vw;
  content: '';
  z-index: 1;
  height: 26.5625vw;
  width: 110%;
  background: url(../../assets/img/company/bg01.webp) left bottom no-repeat;
  background-size: auto 100%;

  mix-blend-mode: overlay;
}@media screen and (max-width: 768px) {
  .company.page__wrap .page__wrap_contents::after {
    left: 2.66667vw;
    top: 21.33333vw;
    height: 40vw;
    width: 65%;
    background: url(../../assets/img/company/bg01.webp) left bottom no-repeat;
    background-size: 100% auto;
  }
}.company__text {
  margin-bottom: 4.16667vw;
  font-size: 22px;
  font-size: 1.14583vw;
  line-height: 2;
  text-align: center;
}@media (min-width: 2880px) {
  .company__text {
    font-size: 33px;
  }
}@media screen and (max-width: 768px) {
  .company__text {
    font-size: 17.6px;
    font-size: 4.69333vw;
  }
}@media screen and (max-width: 768px) {
  .company__text {
    margin-bottom: 40vw;
    padding: 0 2.66667vw;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.8;
    text-align: left;
  }
}.company__contents01 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0vw -3.125vw 0vw -3.125vw;
}@media screen and (max-width: 768px) {
  .company__contents01 {
    overflow: unset;
    margin: 0vw -5.33333vw 0vw -5.33333vw;
  }
}.company__contents01::before {
  position: absolute;
  left: 50%;
  top: 9.89583vw;
  content: '';
  display: inline-block;
  z-index: 0;
  height: 100.46875vw;
  width: 105.20833vw;
  background: #ffbd2a;
  border: 1px solid #707070;
  border-radius: 50%;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .company__contents01::before {
    top: -21.33333vw;
    height: 120vw;
    width: 133.33333vw;
  }
}@media screen and (max-width: 768px) {
  .company__contents01::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: #ffbd2a;
  }
}.company__contents01 .in {
  position: relative;
  display: flex;
  z-index: 1;
  width: 86%;
  margin: 0 auto 5.20833vw;
  justify-content: center;
  align-items: flex-start;
}@media screen and (max-width: 768px) {
  .company__contents01 .in {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}.company__contents01 .in .pic {
  width: 25vw;
  margin-right: 5%;
  text-align: center;
}@media screen and (max-width: 768px) {
  .company__contents01 .in .pic {
    width: 100%;
    margin-bottom: 8vw;
  }
}.company__contents01 .in .pic figure {
  overflow: hidden;
  margin-bottom: 1.14583vw;
  border-radius: 20px;
}@media screen and (max-width: 768px) {
  .company__contents01 .in .pic figure {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4vw;
    border-radius: 10px;
  }
}.company__contents01 .in .pic .name {
  display: flex;
  width: 18.22917vw;
  margin: 0 auto;
  padding: 0.9375vw 0;
  justify-content: center;
  background: #4377e9;
  border-radius: 9999px;
  box-shadow: 0.52083vw 0.52083vw #ff8b55;
  color: #fff;
  font-size: 28px;
  font-size: 1.45833vw;
  font-weight: 700;
  align-items: center;
  line-height: 1.5;
}@media (min-width: 2880px) {
  .company__contents01 .in .pic .name {
    font-size: 42px;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in .pic .name {
    font-size: 22.4px;
    font-size: 5.97333vw;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in .pic .name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.66667vw 5.33333vw;
    box-shadow: 1.33333vw 1.33333vw #ff8b55;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: unset;
  }
}.company__contents01 .in .pic .name small {
  display: inline-block;
  padding-right: 1.30208vw;
  font-size: 16px;
  font-size: 0.83333vw;
  vertical-align: middle;
}@media (min-width: 2880px) {
  .company__contents01 .in .pic .name small {
    font-size: 24px;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in .pic .name small {
    font-size: 12.8px;
    font-size: 3.41333vw;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in .pic .name small {
    padding-right: 4vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}.company__contents01 .in .pic .name dl dd {
  font-size: 14px;
  font-size: 0.72917vw;
}@media (min-width: 2880px) {
  .company__contents01 .in .pic .name dl dd {
    font-size: 21px;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in .pic .name dl dd {
    font-size: 11.2px;
    font-size: 2.98667vw;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in .pic .name dl dd {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}.company__contents01 .in > dl {
  position: relative;
  width: 64%;
  padding: 3.125vw;
  background: #fff;
  border: 1.5px solid #000;
  border-radius: 20px;
}@media screen and (max-width: 768px) {
  .company__contents01 .in > dl {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    padding: 5.33333vw;
    border-radius: 15px;
  }
}.company__contents01 .in > dl::after {
  position: absolute;
  bottom: -3.64583vw;
  right: -2.08333vw;
  content: '';
  display: inline-block;
  height: 10.41667vw;
  width: 10.67708vw;
  background: url(../../assets/img/company/philosophy02.webp) center bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .company__contents01 .in > dl::after {
    bottom: -9.33333vw;
    right: -2.4vw;
    height: 22.13333vw;
    width: 21.6vw;
  }
}.company__contents01 .in > dl dt {
  margin-bottom: 0.78125vw;
  font-size: 50px;
  font-size: 2.60417vw;
  line-height: 3.85417vw;
}@media (min-width: 2880px) {
  .company__contents01 .in > dl dt {
    font-size: 75px;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in > dl dt {
    font-size: 40px;
    font-size: 10.66667vw;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in > dl dt {
    margin-bottom: 2.66667vw;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 8.53333vw;
  }
}.company__contents01 .in > dl dt span {
  position: relative;
  display: inline-block;
  z-index: 0;
}.company__contents01 .in > dl dt span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: inline-block;
  z-index: -1;
  height: 35%;
  width: 100%;
  background: #ffbd2a;
  border-radius: 9999px;
}.company__contents01 .in > dl dt small {
  font-size: 26px;
  font-size: 1.35417vw;
}@media (min-width: 2880px) {
  .company__contents01 .in > dl dt small {
    font-size: 39px;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in > dl dt small {
    font-size: 20.8px;
    font-size: 5.54667vw;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in > dl dt small {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}.company__contents01 .in > dl dd {
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 1.875vw;
}@media (min-width: 2880px) {
  .company__contents01 .in > dl dd {
    font-size: 27px;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in > dl dd {
    font-size: 14.4px;
    font-size: 3.84vw;
  }
}@media screen and (max-width: 768px) {
  .company__contents01 .in > dl dd {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 6.4vw;
  }
}.company__contents02 {
  margin: 0vw -3.125vw 0vw -3.125vw;
  background: #ffbd2a;
}@media screen and (max-width: 768px) {
  .company__contents02 {
    margin: 0vw -5.33333vw 0vw -5.33333vw;
    padding-top: 40px;
  }
}.company__contents02 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 105px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner {
    width: auto;
  }
}@media screen and (max-width: 768px) {
  .company__contents02 .inner {
    margin: 0 20px;
    padding-bottom: 35px;
  }
}.company__contents02 .inner dl {
  display: flex;
  margin-bottom: 40px;
  padding: 60px 50px 55px 80px;
  background: #fff;
  border: 1.5px solid #000;
  border-radius: 20px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 15px;
  }
}.company__contents02 .inner dl:first-child {
  position: relative;
  padding-bottom: 50px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl:first-child {
    padding-bottom: 25px;
  }
}.company__contents02 .inner dl:last-child {
  padding-bottom: 50px;
  padding-top: 55px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl:last-child {
    padding-bottom: 25px;
    padding-top: 20px;
  }
}.company__contents02 .inner dl dt {
  padding-right: 20px;
  flex: 1;
  font-size: 32px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dt {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 0 0 0 20px;
    font-size: 22px;
  }
}.company__contents02 .inner dl dt small {
  position: relative;
  display: block;
  color: #ff8b55;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dt small {
    font-size: 14px;
  }
}.company__contents02 .inner dl dt small::before {
  position: absolute;
  left: -30px;
  top: 4px;
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #ff8b55;
  border: 1px solid #000;
  border-radius: 50%;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dt small::before {
    left: -20px;
    top: 5px;
    height: 10px;
    width: 10px;
  }
}.company__contents02 .inner dl dd {
  width: 760px;
  font-size: 18px;
  line-height: 36px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
}.company__contents02 .inner dl dd .st {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 94px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd .st {
    margin: 5px 0 10px;
    font-size: 6vw;
    line-height: 36px;
  }
}.company__contents02 .inner dl dd .st p:first-child {
  position: relative;
  display: inline-block;
  padding: 0 0.5em 0 0.7em;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd .st p:first-child {
    padding: 0 0.7em 0 0.8em;
  }
}.company__contents02 .inner dl dd .st p:first-child::before, .company__contents02 .inner dl dd .st p:first-child::after {
  position: absolute;
  content: '';
  height: 28px;
  width: 20px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd .st p:first-child::before, .company__contents02 .inner dl dd .st p:first-child::after {
    height: 14px;
    width: 10px;
  }
}.company__contents02 .inner dl dd .st p:first-child::before {
  left: 0;
  top: 0;
  border-left: solid 3px;
  border-top: solid 3px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd .st p:first-child::before {
    border-left-width: 2px;
    border-top-width: 2px;
  }
}.company__contents02 .inner dl dd .st p:first-child::after {
  bottom: 0;
  right: 0;
  border-bottom: solid 3px;
  border-right: solid 3px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd .st p:first-child::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}.company__contents02 .inner dl dd .st p:first-child span {
  position: relative;
  display: inline-block;
}.company__contents02 .inner dl dd .st p:first-child span::before {
  position: absolute;
  left: 50%;
  top: -10px;
  content: '';
  display: inline-block;
  height: 22px;
  width: 24px;
  background: url(../../assets/img/company/icon_heart.svg) center bottom no-repeat;
  background-size: auto 100%;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd .st p:first-child span::before {
    top: -5px;
    height: 11px;
    width: 12px;
  }
}.company__contents02 .inner dl dd .st p:last-child {
  letter-spacing: -0.005em;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd .st p:last-child {
    letter-spacing: 0;
  }
}.company__contents02 .inner dl dd .st img {
  display: inline-block;
  width: 142px;
  margin: -15px -10px 0 -17px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd .st img {
    width: 55px;
    margin: -8px -2px 0 -5px;
  }
}.company__contents02 .inner dl dd ul {
  counter-reset: count 0;
}.company__contents02 .inner dl dd ul li {
  position: relative;
  padding-left: 50px;
  font-size: 24px;
  font-weight: 900;
  line-height: 52px;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd ul li {
    margin-bottom: 5px;
    padding-left: 35px;
    font-size: 18px;
    line-height: 30px;
  }.company__contents02 .inner dl dd ul li:last-child {
    margin-bottom: 0;
  }
}.company__contents02 .inner dl dd ul li::before, .company__contents02 .inner dl dd ul li::after {
  position: absolute;
  left: 0;
}.company__contents02 .inner dl dd ul li::before {
  top: 16px;
  content: '0' counter(count);
  counter-increment: count 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd ul li::before {
    top: 6px;
    font-size: 14px;
  }
}.company__contents02 .inner dl dd ul li::after {
  bottom: 12px;
  content: '';
  display: inline-block;
  height: 1px;
  width: 35px;
  background: #000;
}@media screen and (max-width: 768px) {
  .company__contents02 .inner dl dd ul li::after {
    bottom: unset;
    top: 26px;
    width: 25px;
  }
}.company__center_img {
  overflow: hidden;
  height: 650px;
  margin: 0vw -3.125vw 0vw -3.125vw;
}@media screen and (max-width: 768px) {
  .company__center_img {
    height: 180px;
    margin: 0vw -5.33333vw 0vw -5.33333vw;
  }
}.company__center_img img {
  height: 100%;
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}.company__contents03 .inner {
  max-width: 1100px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner {
    width: auto;
  }
}.company__contents03 .inner .box {
  margin-bottom: 80px;
  padding: 50px 60px 60px;
  background: #fff;
  border: 1.5px solid #000;
  border-radius: 20px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box {
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 15px;
  }
}.company__contents03 .inner .box.bx01 {
  position: relative;
  z-index: 1;
  margin-top: -107px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box.bx01 {
    margin-top: -40px;
  }
}.company__contents03 .inner .box.bx01::after {
  position: absolute;
  bottom: -34px;
  right: -40px;
  content: '';
  display: inline-block;
  height: 210px;
  width: 215px;
  background: url(../../assets/img/company/philosophy.webp) center bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box.bx01::after {
    bottom: -26px;
    right: -14px;
    height: 108px;
    width: 109px;
  }
}.company__contents03 .inner .box.bx03 {
  margin-bottom: 0;
  padding-bottom: 30px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box.bx03 {
    padding-bottom: 0;
  }
}.company__contents03 .inner .box .st {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .st {
    font-size: 22px;
  }
}.company__contents03 .inner .box .st::before, .company__contents03 .inner .box .st::after {
  position: absolute;
  left: 50%;
  content: '';
  display: inline-block;
  transform: translate(-50%, 0);
}.company__contents03 .inner .box .st::before {
  top: -70px;
  height: 32px;
  width: 123px;
  background: url(../../assets/img/company/frame_top.svg) center bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .st::before {
    top: -40px;
    height: 26px;
    width: 100px;
  }
}.company__contents03 .inner .box .st::after {
  top: -30px;
  height: 15px;
  width: 15px;
  background: #ff8b55;
  border: 1px solid #000;
  border-radius: 50%;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .st::after {
    top: -18px;
    height: 10px;
    width: 10px;
  }
}.company__contents03 .inner .box .st small {
  display: block;
  color: #ff8b55;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .st small {
    font-size: 13px;
  }
}.company__contents03 .inner .box .list {
  margin-top: 30px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .list {
    margin-top: 20px;
  }
}.company__contents03 .inner .box .list div {
  display: flex;
  padding: 20px 0;
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .list div {
    display: block;
    padding: 15px 0;
    background-size: 8px 2px;
  }
}.company__contents03 .inner .box .list div:first-child {
  background-image: radial-gradient(circle, #000 1px, transparent 1px),radial-gradient(circle, #000 1px, transparent 1px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 10px 2px, 10px 2px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .list div:first-child {
    background-size: 8px 2px, 8px 2px;
  }
}.company__contents03 .inner .box .list div dt {
  width: 180px;
  font-size: 22px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .list div dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 17px;
  }
}.company__contents03 .inner .box .list div dd {
  flex: 1;
  font-size: 16px;
  line-height: 32px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .list div dd {
    font-size: 14px;
    line-height: 24px;
  }
}.company__contents03 .inner .box .history {
  position: relative;
  margin: 40px 0 0;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history {
    margin: 20px 0 0;
  }
}.company__contents03 .inner .box .history::before {
  position: absolute;
  left: 72px;
  top: 0;
  content: '';
  display: inline-block;
  height: 100%;
  width: 2px;
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 2px 8px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history::before {
    left: 34px;
  }
}.company__contents03 .inner .box .history div {
  position: relative;
  display: flex;
  z-index: 1;
  margin-bottom: 45px;
  justify-content: space-between;
  align-items: flex-start;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history div {
    margin-bottom: 20px;
  }
}.company__contents03 .inner .box .history div:last-child {
  margin-bottom: 0;
}.company__contents03 .inner .box .history div > dt {
  width: 15%;
  margin: -10px 24px 0 0;
  padding: 0 0 5px 0;
  background: #fff;
  color: #ff8b55;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history div > dt {
    width: 25%;
    margin: -5px 15px 0 0;
    padding: 0 0 4px 0;
    font-size: 28px;
  }
}.company__contents03 .inner .box .history div > dt small {
  display: block;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history div > dt small {
    font-size: 14px;
  }
}.company__contents03 .inner .box .history div > dd {
  flex: 1;
}.company__contents03 .inner .box .history div > dd .month {
  display: flex;
  padding: 10px 10px 10px 25px;
  justify-content: flex-end;
  background: #eee8e8;
  border-radius: 10px;
  font-size: 16px;
  line-height: 32px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history div > dd .month {
    display: block;
    padding: 8px 12px 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 22px;
  }
}.company__contents03 .inner .box .history div > dd .month dt {
  width: 3em;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history div > dd .month dt {
    width: 100%;
    margin-right: 0;
  }
}.company__contents03 .inner .box .history div > dd .month dd {
  display: flex;
  flex: 1;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history div > dd .month dd span {
    flex: 1;
  }
}.company__contents03 .inner .box .history div > dd .month dd figure {
  overflow: hidden;
  height: 160px;
  width: 160px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history div > dd .month dd figure {
    height: 55px;
    width: 45px;
    margin-left: 10px;
  }
}.company__contents03 .inner .box .history div > dd .month dd figure img {
  height: 100%;
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history div > dd .month dd figure img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}.company__contents03 .inner .box .history div > dd .month + .month {
  margin-top: 15px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .history div > dd .month + .month {
    margin-top: 5px;
  }
}.company__contents03 .inner .box .office_list {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .office_list {
    margin-top: 20px;
  }
}.company__contents03 .inner .box .office_list li {
  width: 31%;
  max-width: 300px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .office_list li {
    width: 47%;
    max-width: unset;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 19px;
  }
}.company__contents03 .inner .box .office_list li:first-child, .company__contents03 .inner .box .office_list li:nth-child(2) {
  width: 48%;
  max-width: 470px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .office_list li:first-child, .company__contents03 .inner .box .office_list li:nth-child(2) {
    width: 100%;
    max-width: unset;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 22px;
  }
}.company__contents03 .inner .box .office_list li:first-child figure, .company__contents03 .inner .box .office_list li:nth-child(2) figure {
  height: 300px;
  margin-bottom: 25px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .office_list li:first-child figure, .company__contents03 .inner .box .office_list li:nth-child(2) figure {
    height: 170px;
    margin-bottom: 18px;
  }
}.company__contents03 .inner .box .office_list li:first-child p, .company__contents03 .inner .box .office_list li:nth-child(2) p {
  font-size: 26px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .office_list li:first-child p, .company__contents03 .inner .box .office_list li:nth-child(2) p {
    margin-bottom: 10px;
    font-size: 20px;
  }
}.company__contents03 .inner .box .office_list li.li02 {
  width: 300px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .office_list li.li02 {
    width: 47%;
  }
}.company__contents03 .inner .box .office_list li.li02 figure {
  height: 200px;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .office_list li.li02 figure {
    height: 100px;
  }
}.company__contents03 .inner .box .office_list li figure {
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
  border: 1.5px solid #000;
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0,0,0,0.16);
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .office_list li figure {
    height: 100px;
    margin-bottom: 15px;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.16);
  }
}.company__contents03 .inner .box .office_list li figure img {
  height: 100%;
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}.company__contents03 .inner .box .office_list li p {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .company__contents03 .inner .box .office_list li p {
    margin-bottom: 5px;
    font-size: 16px;
  }
}.data.page__wrap .page__wrap_in {
  overflow: hidden;
  background-color: #dd5893;
}.data.page__wrap .page__title_message span {
  padding: 50px 150px 50px 150px;
  padding: 2.60417vw 7.8125vw 2.60417vw 7.8125vw;
}@media (min-width: 2880px) {
  .data.page__wrap .page__title_message span {
    padding: 75px 225px 75px 225px;
  }
}@media screen and (max-width: 768px) {
  .data.page__wrap .page__title_message span {
    padding: 50px 150px 50px 150px;
    padding: 13.33333vw 40vw 13.33333vw 40vw;
  }
}@media screen and (max-width: 768px) {
  .data.page__wrap .page__title_message span {
    padding: 20px 40px 20px 40px;
    padding: 5.33333vw 10.66667vw 5.33333vw 10.66667vw;
  }
}.data.page__wrap .page__wrap_contents {
  padding: 90px 35px 35px 35px;
  padding: 4.6875vw 1.82292vw 1.82292vw 1.82292vw;
}@media (min-width: 2880px) {
  .data.page__wrap .page__wrap_contents {
    padding: 135px 52.5px 52.5px 52.5px;
  }
}@media screen and (max-width: 768px) {
  .data.page__wrap .page__wrap_contents {
    padding: 90px 35px 35px 35px;
    padding: 24vw 9.33333vw 9.33333vw 9.33333vw;
  }
}@media screen and (max-width: 768px) {
  .data.page__wrap .page__wrap_contents {
    padding: 30px 10px 10px 10px;
    padding: 8vw 2.66667vw 2.66667vw 2.66667vw;
  }
}.data.page__wrap .page__wrap_contents::after {
  position: absolute;
  right: -1.30208vw;
  top: 7.03125vw;
  content: '';
  z-index: 1;
  height: 27.5vw;
  width: 23.28125vw;
  background: url(../../assets/img/data/bg01.webp) left bottom no-repeat;
  background-size: auto 100%;

  mix-blend-mode: overlay;
}@media screen and (max-width: 768px) {
  .data.page__wrap .page__wrap_contents::after {
    right: -2.34375vw;
    top: 26.66667vw;
    height: 40vw;
    width: 100%;
    background: url(../../assets/img/data/bg01.webp) right bottom no-repeat;
    background-size: contain;
  }
}.data .home__data_detail {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
}@media screen and (max-width: 768px) {
  .data .home__data_detail {
    display: block;
  }
}.data .home__data_detail dl {
  margin-top: 0;
}.data .home__data_detail dl > div:first-child {
  display: block;
  margin-top: 0;
}@media screen and (max-width: 768px) {
  .data .home__data_detail dl > div:nth-child(1) dd > p {
    font-size: 70px;
    font-size: 18.66667vw;
  }
}.data .home__data_detail dl > div {
  margin-bottom: 1.5625vw;
  padding: 0;
  border: none;
}@media screen and (max-width: 768px) {
  .data .home__data_detail dl > div {
    margin-bottom: 4vw;
  }
}@media screen and (max-width: 768px) {
  .data .home__data_detail dl > div dt {
    margin-bottom: 4vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}.data .home__data_detail dl > div dd .pl {
  padding-left: 0.41667vw;
}@media screen and (max-width: 768px) {
  .data .home__data_detail dl > div dd .pl {
    padding-left: 1.33333vw;
  }
}.data__box {
  position: relative;
  width: 33.3%;
  padding: 50px 40px 50px 40px;
  padding: 2.60417vw 2.08333vw 2.60417vw 2.08333vw;
  border-bottom: 1px solid #000;
}@media (min-width: 2880px) {
  .data__box {
    padding: 75px 60px 75px 60px;
  }
}@media screen and (max-width: 768px) {
  .data__box {
    padding: 50px 40px 50px 40px;
    padding: 13.33333vw 10.66667vw 13.33333vw 10.66667vw;
  }
}@media screen and (max-width: 768px) {
  .data__box {
    width: 100%;
    padding: 20px 10px 20px 10px;
    padding: 5.33333vw 2.66667vw 5.33333vw 2.66667vw;
  }
}.data__box::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  height: calc(100% - 2.08333vw);
  width: 0.05208vw;
  background: #000;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .data__box::after {
    display: none;
  }
}.data__box > p {
  line-height: 2;
}@media screen and (max-width: 768px) {
  .data__box > p {
    line-height: 1.5;
  }
}.data__box._noneborder::after {
  display: none;
}.data__box._large {
  width: 66.6%;
}@media screen and (max-width: 768px) {
  .data__box._large {
    width: 100%;
  }
}.data__box._large dl > div:first-child {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}.data__box._large dl > div:first-child dt {
  width: 100%;
}.data__box._large dl > div:first-child dd:last-child {
  position: relative;
  margin-left: 3.125vw;
  padding-left: 3.125vw;
}@media screen and (max-width: 768px) {
  .data__box._large dl > div:first-child dd:last-child {
    margin-left: 5.33333vw;
    padding-left: 5.33333vw;
  }
}.data__box._large dl > div:first-child dd:last-child::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 6.77083vw;
  width: 0.05208vw;
  background: #000;
  transform: rotate(25deg);
}@media screen and (max-width: 768px) {
  .data__box._large dl > div:first-child dd:last-child::before {
    bottom: 0;
    top: auto;
    height: 13.33333vw;
  }
}@media screen and (max-width: 768px) {
  .data__box._large dl > div:first-child dd p > span {
    font-size: 20px;
    font-size: 5.33333vw;
  }.data__box._large dl > div:first-child dd p > span>span {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}.data__box._percent dl > div:first-child dd:last-child {
  margin: 0;
  padding: 0;
}@media screen and (max-width: 768px) {
  .data__box._percent dl > div:first-child dd:last-child {
    width: 100%;
    text-align: left;
  }
}.data__box._percent dl > div:first-child dd:last-child::before {
  display: none;
}@media screen and (max-width: 768px) {
  .data__box._percent dl > div:first-child dd > p {
    font-size: 70px;
    font-size: 18.66667vw;
  }
}.data__box._percent dd:nth-child(3) {
  padding: 0 40px 0 40px;
  padding: 0vw 2.08333vw 0vw 2.08333vw;
}@media (min-width: 2880px) {
  .data__box._percent dd:nth-child(3) {
    padding: 0 60px 0 60px;
  }
}@media screen and (max-width: 768px) {
  .data__box._percent dd:nth-child(3) {
    padding: 0 40px 0 40px;
    padding: 0vw 10.66667vw 0vw 10.66667vw;
  }
}@media screen and (max-width: 768px) {
  .data__box._percent dd:nth-child(3) {
    padding: 0 10px 0 10px;
    padding: 0vw 2.66667vw 0vw 2.66667vw;
  }
}@media screen and (max-width: 768px) {
  .data__box._percent dd {
    width: 33.3%;
    text-align: center;
  }
}.data__box._arrow {
  position: relative;
}@media screen and (max-width: 768px) {
  .data__box._arrow {
    border-bottom: none;
  }
}.data__box._arrow::before {
  position: absolute;
  right: 3.75vw;
  top: 6.51042vw;
  content: '';
  display: inline-block;
  height: 4.16667vw;
  width: 4.16667vw;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  transform: rotate(45deg);
}@media screen and (max-width: 768px) {
  .data__box._arrow::before {
    bottom: 4%;
    left: 22%;
    right: unset;
    top: unset;
    height: 5.33333vw;
    width: 5.33333vw;
    transform: rotate(135deg);
  }
}.data__images.loop {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100vw;
  margin: 1.5625vw calc(50% - 50vw) 0;
}@media screen and (max-width: 768px) {
  .data__images.loop {
    margin-top: 5.33333vw;
  }
}.data__images .loop__box {
  display: flex;
}@media screen and (max-width: 768px) {
  .data__images .loop__box {
    height: 16vw;
  }
}.data__images .loop__box img {
  height: 10.41667vw;
  width: auto;
}@media screen and (max-width: 768px) {
  .data__images .loop__box img {
    height: 16vw;
  }
}.data__images .loop__box img:first-child {
  animation: loop 160s -80s linear infinite;

  -webkit-animation: loop 160s -80s linear infinite;
}.data__images .loop__box img:last-child {
  animation: loop2 160s linear infinite;

  -webkit-animation: loop2 160s linear infinite;
}.service {
  position: relative;
  overflow: hidden;
}.service::before {
  position: absolute;
  bottom: -0.20833vw;
  right: 14.94792vw;
  content: '';
  display: inline-block;
  z-index: 200;
  height: 5.83333vw;
  width: 9.89583vw;
  background: url(../../assets/img/service/footer_truck.webp) left bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .service::before {
    bottom: -0.26667vw;
    right: 9.33333vw;
    height: 13.33333vw;
    width: 24vw;
  }
}@media screen and (min-width: 769px) {
  .service .page__title_message span {
    margin: 0 auto;
    padding: 50px 150px 50px 150px;
    padding: 2.60417vw 7.8125vw 2.60417vw 7.8125vw;
    font-size: 36px;
    font-size: 1.875vw;
  }
}@media screen and (min-width: 769px) and (min-width: 2880px) {
  .service .page__title_message span {
    font-size: 54px;
  }
}@media screen and (min-width: 769px) and (max-width: 768px) {
  .service .page__title_message span {
    font-size: 28.8px;
    font-size: 7.68vw;
  }
}@media screen and (min-width: 769px) and (min-width: 2880px) {
  .service .page__title_message span {
    padding: 75px 225px 75px 225px;
  }
}@media screen and (min-width: 769px) and (max-width: 768px) {
  .service .page__title_message span {
    padding: 50px 150px 50px 150px;
    padding: 13.33333vw 40vw 13.33333vw 40vw;
  }
}@media screen and (max-width: 768px) {
  .service .page__title_message span {
    padding: 20px 20px 20px 20px;
    padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw;
  }
}@media screen and (min-width: 769px) {
  .service .page__title_message span::before, .service .page__title_message span::after {
    height: 2.86458vw;
    width: 2.86458vw;
  }
}.service .ttl_bg_blue {
  position: relative;
  height: 36.45833vw;
  margin-left: -1.30208vw;
  margin-right: -1.30208vw;
  margin-top: -1.30208vw;
  background: url(../../assets/img/service/main_bg.webp) left bottom no-repeat;
  background-size: cover;
  border-radius: 1.5625vw 1.5625vw 0 0;
}@media screen and (max-width: 768px) {
  .service .ttl_bg_blue {
    height: 120vw;
    margin-left: -2.66667vw;
    margin-right: -2.66667vw;
    margin-top: -2.66667vw;
    border-radius: 4vw 4vw 0 0;
  }
}.service .ttl_bg_blue .page__title {
  position: relative;
  left: 66%;
  top: 50%;
  margin-bottom: 0;
  padding-top: 2.08333vw;
  text-align: left;
  transform: translate(-50%, -50%);
}@media screen and (max-width: 768px) {
  .service .ttl_bg_blue .page__title {
    left: 10%;
    top: 2.66667vw;
    padding-top: 10.66667vw;
    transform: unset;
  }
}.service .ttl_bg_blue .main_img {
  position: absolute;
  bottom: -2.86458vw;
  left: 68.5%;
  display: inline-block;
  z-index: 2;
  width: 30.20833vw;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .service .ttl_bg_blue .main_img {
    bottom: -6.66667vw;
    left: 50%;
    width: 64vw;
  }
}.service .page__wrap .page__wrap_in {
  overflow: hidden;
  background-color: #ffbd2a;
}.service .page__wrap .page__wrap_contents {
  padding: 200px 35px 0 35px;
  padding: 10.41667vw 1.82292vw 0vw 1.82292vw;
}@media (min-width: 2880px) {
  .service .page__wrap .page__wrap_contents {
    padding: 300px 52.5px 0 52.5px;
  }
}@media screen and (max-width: 768px) {
  .service .page__wrap .page__wrap_contents {
    padding: 200px 35px 0 35px;
    padding: 53.33333vw 9.33333vw 0vw 9.33333vw;
  }
}@media screen and (max-width: 768px) {
  .service .page__wrap .page__wrap_contents {
    padding: 70px 5px 0 5px;
    padding: 18.66667vw 1.33333vw 0vw 1.33333vw;
  }
}.service .page__wrap .page__wrap_contents::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 1;
  height: 8.33333vw;
  width: 110%;
  background: url(../../assets/img/service/bg01.webp) left bottom no-repeat;
  background-size: auto 100%;

  mix-blend-mode: overlay;
}@media screen and (max-width: 768px) {
  .service .page__wrap .page__wrap_contents::after {
    height: 10.66667vw;
    width: 105%;
    background: url(../../assets/img/service/bg01.webp) left bottom no-repeat;
    background-size: 140% auto;
  }
}.service__text {
  margin-bottom: 2.60417vw;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}@media screen and (max-width: 768px) {
  .service__text {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}.service__lead {
  margin-bottom: 5.52083vw;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .service__lead {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 30px;
  }
}.service__road {
  position: relative;
  width: 67.70833vw;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .service__road {
    width: 100%;
  }
}.service__road::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  height: 255.20833vw;
  width: 57.29167vw;
  max-width: 1300px;
  margin: 0 auto;
  background: url(../../assets/img/service/road.webp) center top no-repeat;
  background-size: 100% auto;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .service__road::after {
    width: auto;
  }
}@media screen and (max-width: 768px) {
  .service__road::after {
    height: 1810vw;
    width: 80%;
    min-width: auto;
    background: url(../../assets/img/service/road_sp.webp) center top no-repeat;
    background-size: 100% 100%;
  }
}.service__road .contbox {
  position: relative;
  z-index: 1;
  width: 62.5vw;
  padding-top: 14.58333vw;
}@media screen and (max-width: 768px) {
  .service__road .contbox {
    display: block;
    width: 100%;
    max-width: unset;
    padding-top: 0;
  }
}@media screen and (max-width: 768px) {
  .service__road .contbox.cont01 {
    height: 154.66667vw;
  }
}@media screen and (max-width: 768px) {
  .service__road .contbox.cont02, .service__road .contbox.cont03, .service__road .contbox.cont04, .service__road .contbox.cont05, .service__road .contbox.cont06 {
    height: 133.33333vw;
  }
}.service__road .contbox._reverse {
  width: 65.36458vw;
  margin: 0 0 0 auto;
}@media screen and (max-width: 768px) {
  .service__road .contbox._reverse {
    width: 100%;
  }
}.service__road .contbox._reverse > dl {
  flex-direction: row-reverse;
}@media screen and (max-width: 768px) {
  .service__road .contbox._reverse > dl > dt {
    margin: 0 -5% 0 auto;
  }
}.service__road .contbox._reverse > dl > dt img {
  left: -20%;
  right: unset;
}@media screen and (max-width: 768px) {
  .service__road .contbox._reverse > dl > dt img {
    left: -10%;
  }
}.service__road .contbox > dl {
  position: relative;
  display: flex;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .service__road .contbox > dl {
    display: block;
  }
}.service__road .contbox > dl > dt {
  position: relative;
  height: 23.69792vw;
  width: 31.25vw;
}@media screen and (max-width: 768px) {
  .service__road .contbox > dl > dt {
    height: 62vw;
    width: 100%;
  }
}.service__road .contbox > dl > dt img {
  position: absolute;
  bottom: -4.16667vw;
  right: -4.16667vw;
  display: inline-block;
  width: 16.61458vw;
}@media screen and (max-width: 768px) {
  .service__road .contbox > dl > dt img {
    bottom: -5.33333vw;
    right: -8vw;
    width: 34.66667vw;
  }
}.service__road .contbox > dl > dd {
  width: 28.64583vw;
  padding-top: -2.60417vw;
}@media screen and (max-width: 768px) {
  .service__road .contbox > dl > dd {
    width: 100%;
    padding-top: 2.66667vw;
  }
}.service__road .contbox > dl > dd figure {
  height: 5.10417vw;
  margin-bottom: 0.9375vw;
}@media screen and (max-width: 768px) {
  .service__road .contbox > dl > dd figure {
    height: 13.33333vw;
    margin-bottom: 1.33333vw;
  }
}.service__road .contbox > dl > dd figure img {
  height: 100%;
  width: auto;
}.service__road .contbox > dl > dd .comment {
  display: flex;
  padding-left: 2.86458vw;
  justify-content: space-between;
  align-items: center;
}@media screen and (max-width: 768px) {
  .service__road .contbox > dl > dd .comment {
    padding-left: 1.5625vw;
  }
}.service__road .contbox > dl > dd .comment dt {
  width: 7.29167vw;
  margin-right: 1.82292vw;
}@media screen and (max-width: 768px) {
  .service__road .contbox > dl > dd .comment dt {
    width: 21.33333vw;
    margin-right: 5.33333vw;
  }
}.service__road .contbox > dl > dd .comment dd {
  padding-top: 1.04167vw;
  flex: 1;
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 1.35417vw;
}@media (min-width: 2880px) {
  .service__road .contbox > dl > dd .comment dd {
    font-size: 24px;
  }
}@media screen and (max-width: 768px) {
  .service__road .contbox > dl > dd .comment dd {
    font-size: 12.8px;
    font-size: 3.41333vw;
  }
}@media screen and (max-width: 768px) {
  .service__road .contbox > dl > dd .comment dd {
    padding-top: 2.66667vw;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}.service__road .contbox.cont01 {
  padding-top: 10.41667vw;
}@media screen and (max-width: 768px) {
  .service__road .contbox.cont01 {
    padding-top: 21.33333vw;
  }
}.service__road .contbox.cont01 > dl > dt {
  background: url(../../assets/img/service/cont01_bg.webp) center top no-repeat;
  background-size: 100% auto;
}.service__road .contbox.cont02 > dl > dt {
  background: url(../../assets/img/service/cont02_bg.webp) center top no-repeat;
  background-size: 100% auto;
}.service__road .contbox.cont03 > dl > dt {
  background: url(../../assets/img/service/cont03_bg.webp) center top no-repeat;
  background-size: 100% auto;
}.service__road .contbox.cont04 > dl > dt {
  background: url(../../assets/img/service/cont04_bg.webp) center top no-repeat;
  background-size: 100% auto;
}.service__road .contbox.cont05 > dl > dt {
  background: url(../../assets/img/service/cont05_bg.webp) center top no-repeat;
  background-size: 100% auto;
}.service__road .contbox.cont05 > dl > dd figure {
  height: 6.14583vw;
}@media screen and (max-width: 768px) {
  .service__road .contbox.cont05 > dl > dd figure {
    height: 14.93333vw;
  }
}.service__road .contbox.cont06 > dl > dt {
  background: url(../../assets/img/service/cont06_bg.webp) center top no-repeat;
  background-size: 100% auto;
}.service__overview {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: -100px -25px -25px -25px;
  margin: -5.20833vw -1.30208vw -1.30208vw -1.30208vw;
}.service__overview_wrap {
  padding-top: 17.70833vw;
}@media screen and (max-width: 768px) {
  .service__overview_wrap {
    padding-top: 16vw;
  }
}@media (min-width: 2880px) {
  .service__overview {
    margin: -150px -37.5px -37.5px -37.5px;
  }
}@media screen and (max-width: 768px) {
  .service__overview {
    margin: -100px -25px -25px -25px;
    margin: -26.66667vw -6.66667vw -6.66667vw -6.66667vw;
  }
}@media screen and (max-width: 768px) {
  .service__overview {
    margin: -50px -10px -10px -10px;
    margin: -13.33333vw -2.66667vw -2.66667vw -2.66667vw;
  }
}.service__overview::before, .service__overview::after {
  position: absolute;
  content: '';
  display: inline-block;
  z-index: -1;
  background: #f5deab;
}.service__overview::before {
  left: 50%;
  top: 0;
  height: 88.4375vw;
  width: 111.97917vw;
  border-radius: 50%;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .service__overview::before {
    height: 106.66667vw;
    width: 120vw;
  }
}.service__overview::after {
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  border-radius: 0 0 1.5625vw 1.5625vw;
}@media screen and (max-width: 768px) {
  .service__overview::after {
    height: 95%;
    border-radius: 0 0 4vw 4vw;
  }
}.service__overview .inner {
  margin-bottom: 7.8125vw;
  margin-top: 7.29167vw;
}@media screen and (max-width: 768px) {
  .service__overview .inner {
    width: 90%;
    max-width: unset;
    margin: 80px auto 40px;
  }
}.service__overview .ttl {
  margin-bottom: 2.08333vw;
  text-align: center;
}@media screen and (max-width: 768px) {
  .service__overview .ttl {
    margin-bottom: 30px;
  }
}.service__overview .ttl h3 {
  margin-bottom: 1.04167vw;
}@media screen and (max-width: 768px) {
  .service__overview .ttl h3 {
    margin-bottom: 15px;
  }
}.service__overview .ttl h3 span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-size: 1.875vw;
  font-weight: 900;
  line-height: 1.72;
}@media (min-width: 2880px) {
  .service__overview .ttl h3 span {
    font-size: 54px;
  }
}@media screen and (max-width: 768px) {
  .service__overview .ttl h3 span {
    font-size: 28.8px;
    font-size: 7.68vw;
  }
}@media screen and (max-width: 768px) {
  .service__overview .ttl h3 span {
    font-size: 22px;
    line-height: 1;
  }
}.service__overview .ttl h3 span::before, .service__overview .ttl h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  display: inline-block;
  height: 36px;
  width: 30px;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .service__overview .ttl h3 span::before, .service__overview .ttl h3 span::after {
    top: 55%;
    height: 22px;
    width: 19px;
  }
}.service__overview .ttl h3 span::before {
  left: -3.125vw;
  background: url(../../assets/img/service/icon_kakko01.webp) center bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .service__overview .ttl h3 span::before {
    left: -35px;
  }
}.service__overview .ttl h3 span::after {
  right: -3.125vw;
  background: url(../../assets/img/service/icon_kakko02.webp) center bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .service__overview .ttl h3 span::after {
    right: -35px;
  }
}.service__overview .ttl p {
  line-height: 2;
}@media screen and (max-width: 768px) {
  .service__overview .ttl p {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }
}.service__overview .inner {
  width: 57.29167vw;
  max-width: none;
}@media screen and (max-width: 768px) {
  .service__overview .inner {
    width: 100%;
    padding: 0 20px 0 20px;
    padding: 0vw 1.04167vw 0vw 1.04167vw;
  }
}@media screen and (max-width: 768px) and (min-width: 2880px) {
  .service__overview .inner {
    padding: 0 30px 0 30px;
  }
}@media screen and (max-width: 768px) and (max-width: 768px) {
  .service__overview .inner {
    padding: 0 20px 0 20px;
    padding: 0vw 5.33333vw 0vw 5.33333vw;
  }
}.service__overview .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}@media screen and (max-width: 768px) {
  .service__overview .item {
    display: block;
  }
}.service__overview .item li {
  overflow: hidden;
  width: 27.08333vw;
  background: #fff;
  border: 1.5px solid #000;
  border-radius: 1.04167vw;
}@media screen and (max-width: 768px) {
  .service__overview .item li {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
  }
}@media screen and (min-width: 769px) {
  .service__overview .item li:nth-child(1) {
    margin-bottom: 2.60417vw;
  }
}@media screen and (min-width: 769px) {
  .service__overview .item li:nth-child(2) {
    margin-top: 2.60417vw;
  }
}@media screen and (min-width: 769px) {
  .service__overview .item li:nth-child(4) {
    margin-top: 1.30208vw;
  }
}.service__overview .item li figure {
  height: 16.66667vw;
}@media screen and (max-width: 768px) {
  .service__overview .item li figure {
    height: 190px;
  }
}.service__overview .item li figure img {
  height: 100%;
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}.service__overview .item li dl {
  padding: 35px 35px 35px 35px;
  padding: 1.82292vw 1.82292vw 1.82292vw 1.82292vw;
}@media (min-width: 2880px) {
  .service__overview .item li dl {
    padding: 52.5px 52.5px 52.5px 52.5px;
  }
}@media screen and (max-width: 768px) {
  .service__overview .item li dl {
    padding: 35px 35px 35px 35px;
    padding: 9.33333vw 9.33333vw 9.33333vw 9.33333vw;
  }
}@media screen and (max-width: 768px) {
  .service__overview .item li dl {
    padding: 20px;
  }
}.service__overview .item li dl dt {
  position: relative;
  margin-bottom: 0.52083vw;
  padding-left: 1.5625vw;
  font-size: 26px;
  font-size: 1.35417vw;
  font-weight: 900;
}@media (min-width: 2880px) {
  .service__overview .item li dl dt {
    font-size: 39px;
  }
}@media screen and (max-width: 768px) {
  .service__overview .item li dl dt {
    font-size: 20.8px;
    font-size: 5.54667vw;
  }
}@media screen and (max-width: 768px) {
  .service__overview .item li dl dt {
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 18px;
  }
}.service__overview .item li dl dt::before {
  position: absolute;
  left: 0;
  top: 0.72917vw;
  content: '';
  display: inline-block;
  height: 0.78125vw;
  width: 0.78125vw;
  background: #4377e9;
  border: 1px solid #000;
  border-radius: 50%;
}@media screen and (max-width: 768px) {
  .service__overview .item li dl dt::before {
    top: 9px;
    height: 10px;
    width: 10px;
  }
}.service__overview .item li dl dd {
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 1.8;
}@media (min-width: 2880px) {
  .service__overview .item li dl dd {
    font-size: 24px;
  }
}@media screen and (max-width: 768px) {
  .service__overview .item li dl dd {
    font-size: 12.8px;
    font-size: 3.41333vw;
  }
}@media screen and (max-width: 768px) {
  .service__overview .item li dl dd {
    font-size: 13px;
    line-height: 22px;
  }
}.service .service__road .contbox {
  position: relative;
}.service .service__road .contbox > dl {
  position: relative;
}.service .service__road .contbox > dl > dt {
  position: relative;
  z-index: 100;
}.service .icon_truck {
  position: absolute;
  display: block;
  width: 8.33333vw;
}@media screen and (max-width: 768px) {
  .service .icon_truck {
    width: 16vw;
    transform: translateZ(0) translateX(var(--tx, 0)) translateY(var(--ty, 0)) rotate(var(--rot, 0deg)) scale(var(--scale, 1));
  }
}.service .cont01 .icon_truck {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  z-index: 0;
  transform: rotate(var(--rot)) scale(var(--scale));

  --rot: 65deg;
  --tx: 38.54167vw;
  --ty: -3.125vw;
}@media screen and (max-width: 768px) {
  .service .cont01 .icon_truck {
    --rot: 45deg;
    --tx: 40vw;
    --ty: -5.33333vw;
  }
}.service .cont01.__active .icon_truck {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  animation: truck01 2s linear forwards, truck_heartbeat 4s ease-in-out;
  transform: rotate(var(--rot)) scale(var(--scale));

  -webkit-animation: truck01 2s linear forwards, truck_heartbeat 4s ease-in-out;
}@media screen and (max-width: 768px) {
  .service .cont01.__active .icon_truck {
    animation: truck01sp 1.5s linear forwards, truck_heartbeat 4s ease-in-out;

    -webkit-animation: truck01sp 1.5s linear forwards, truck_heartbeat 4s ease-in-out;
  }
}.service .contbox.cont01 {
  z-index: 102;
}.service .cont02 {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  z-index: 100;
  transform: rotate(var(--rot)) scale(var(--scale));
}.service .cont02 .icon_truck {
  animation: truck02 4s linear both,truck_heartbeat 4s ease-in-out both;
  animation-play-state: paused;

  -webkit-animation: truck02 4s linear both,truck_heartbeat 4s ease-in-out both;
  -webkit-animation-play-state: paused;
  will-change: transform;
}@media screen and (max-width: 768px) {
  .service .cont02 .icon_truck {
    animation: truck02sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    animation-play-state: paused;

    -webkit-animation: truck02sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    -webkit-animation-play-state: paused;
  }
}.service .cont02.__active .icon_truck {
  animation-play-state: running;

  -webkit-animation-play-state: running;
}.service .cont03 {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  z-index: 99;
  transform: rotate(var(--rot)) scale(var(--scale));
}.service .cont03 .icon_truck {
  animation: truck03 4s linear both,truck_heartbeat 4s ease-in-out both;
  animation-play-state: paused;

  -webkit-animation: truck03 4s linear both,truck_heartbeat 4s ease-in-out both;
  -webkit-animation-play-state: paused;
  will-change: transform;
}@media screen and (max-width: 768px) {
  .service .cont03 .icon_truck {
    animation: truck03sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    animation-play-state: paused;

    -webkit-animation: truck03sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    -webkit-animation-play-state: paused;
  }
}.service .cont03.__active .icon_truck {
  animation-play-state: running;

  -webkit-animation-play-state: running;
}.service .cont04 {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  z-index: 98;
  transform: rotate(var(--rot)) scale(var(--scale));
}.service .cont04 .icon_truck {
  animation: truck04 4s linear both,truck_heartbeat 4s ease-in-out both;
  animation-play-state: paused;

  -webkit-animation: truck04 4s linear both,truck_heartbeat 4s ease-in-out both;
  -webkit-animation-play-state: paused;
  will-change: transform;
}@media screen and (max-width: 768px) {
  .service .cont04 .icon_truck {
    animation: truck04sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    animation-play-state: paused;

    -webkit-animation: truck04sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    -webkit-animation-play-state: paused;
  }
}.service .cont04.__active .icon_truck {
  animation-play-state: running;

  -webkit-animation-play-state: running;
}.service .cont05 {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  z-index: 97;
  transform: rotate(var(--rot)) scale(var(--scale));
}.service .cont05 .icon_truck {
  animation: truck05 4s linear both,truck_heartbeat 4s ease-in-out both;
  animation-play-state: paused;

  -webkit-animation: truck05 4s linear both,truck_heartbeat 4s ease-in-out both;
  -webkit-animation-play-state: paused;
  will-change: transform;
}@media screen and (max-width: 768px) {
  .service .cont05 .icon_truck {
    animation: truck05sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    animation-play-state: paused;

    -webkit-animation: truck05sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    -webkit-animation-play-state: paused;
  }
}.service .cont05.__active .icon_truck {
  animation-play-state: running;

  -webkit-animation-play-state: running;
}.service .cont06 {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  z-index: 96;
  transform: rotate(var(--rot)) scale(var(--scale));
}.service .cont06 .icon_truck {
  animation: truck06 4s linear both,truck_heartbeat 4s ease-in-out both;
  animation-play-state: paused;

  -webkit-animation: truck06 4s linear both,truck_heartbeat 4s ease-in-out both;
  -webkit-animation-play-state: paused;
  will-change: transform;
}@media screen and (max-width: 768px) {
  .service .cont06 .icon_truck {
    animation: truck06sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    animation-play-state: paused;

    -webkit-animation: truck06sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    -webkit-animation-play-state: paused;
  }
}.service .cont06.__active .icon_truck {
  animation-play-state: running;

  -webkit-animation-play-state: running;
}.service .cont07 {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  z-index: 95;
  transform: rotate(var(--rot)) scale(var(--scale));
}.service .cont07 .icon_truck {
  animation: truck07 4s linear both,truck_heartbeat 4s ease-in-out both;
  animation-play-state: paused;

  -webkit-animation: truck07 4s linear both,truck_heartbeat 4s ease-in-out both;
  -webkit-animation-play-state: paused;
  will-change: transform;
}@media screen and (max-width: 768px) {
  .service .cont07 .icon_truck {
    animation: truck07sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    animation-play-state: paused;

    -webkit-animation: truck07sp 3s linear both,truck_heartbeat 4s ease-in-out both;
    -webkit-animation-play-state: paused;
  }
}.service .cont07.__active .icon_truck {
  animation-play-state: running;

  -webkit-animation-play-state: running;
}.service .contbox.cont02 .icon_truck {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  transform: rotate(var(--rot)) scale(var(--scale));

  --rot: -35deg;
  --scale: 1;
  --tx: 2.60417vw;
  --ty: -15.625vw;
}@media screen and (max-width: 768px) {
  .service .contbox.cont02 .icon_truck {
    --rot: 0deg;
    --tx: 6.66667vw;
    --ty: -101.33333vw;
  }
}.service .contbox.cont03 .icon_truck {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  transform: rotate(var(--rot)) scale(var(--scale));

  --rot: 0deg;
  --scale: 1;
  --tx: 52.08333vw;
  --ty: -15.625vw;
}@media screen and (max-width: 768px) {
  .service .contbox.cont03 .icon_truck {
    --rot: 0deg;
    --tx: 62.66667vw;
    --ty: -101.33333vw;
  }
}.service .contbox.cont04 .icon_truck {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  transform: rotate(var(--rot)) scale(var(--scale));

  --rot: -30deg;
  --tx: 2.60417vw;
  --ty: -15.625vw;
}@media screen and (max-width: 768px) {
  .service .contbox.cont04 .icon_truck {
    --rot: 0deg;
    --tx: 6.66667vw;
    --ty: -101.33333vw;
  }
}.service .contbox.cont05 .icon_truck {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  transform: rotate(var(--rot)) scale(var(--scale));

  --rot: 10deg;
  --scale: 1;
  --tx: 52.08333vw;
  --ty: -15.625vw;
}@media screen and (max-width: 768px) {
  .service .contbox.cont05 .icon_truck {
    --rot: 0deg;
    --tx: 57.33333vw;
    --ty: -101.33333vw;
  }
}.service__overview_wrap {
  position: relative;
}.service__overview_wrap .service__overview {
  position: relative;
  z-index: 110;
}.service__overview_wrap .icon_truck {
  z-index: 90;
}.service__overview_wrap .cont06 .icon_truck {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  transform: rotate(var(--rot)) scale(var(--scale));

  --rot: -20deg;
  --scale: 1;
  --tx: 19.79167vw;
  --ty: -17.1875vw;
}@media screen and (max-width: 768px) {
  .service__overview_wrap .cont06 .icon_truck {
    --rot: -8deg;
    --tx: 8vw;
    --ty: -98.66667vw;
  }
}.products {
  position: relative;
  overflow: hidden;
}.products #anchor_cont01, .products #anchor_cont02, .products #anchor_cont03, .products #anchor_cont04 {
  margin-top: -9.375vw;
  padding-top: 9.375vw;
}@media screen and (max-width: 768px) {
  .products #anchor_cont01, .products #anchor_cont02, .products #anchor_cont03, .products #anchor_cont04 {
    margin-top: -21.33333vw;
    padding-top: 21.33333vw;
  }
}.products::before, .products::after {
  position: absolute;
  bottom: 0;
  content: '';
  display: inline-block;
  z-index: 1;
  height: 25.52083vw;
  width: 25.52083vw;
  background: url(../../assets/img/products/footer_staff.webp) left bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .products::before, .products::after {
    height: 26.66667vw;
    width: 26.66667vw;
  }
}.products::before {
  left: -1.66667vw;
}@media screen and (max-width: 768px) {
  .products::before {
    left: -2.66667vw;
  }
}.products::after {
  right: -1.66667vw;
  background: url(../../assets/img/products/footer_staff02.webp) left bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .products::after {
    right: -2.66667vw;
  }
}.products .page__wrap .page__wrap_in {
  background-color: #00bb21;
}.products .page__wrap .page__wrap_contents {
  padding: 90px 35px 350px 35px;
  padding: 4.6875vw 1.82292vw 18.22917vw 1.82292vw;
}@media (min-width: 2880px) {
  .products .page__wrap .page__wrap_contents {
    padding: 135px 52.5px 525px 52.5px;
  }
}@media screen and (max-width: 768px) {
  .products .page__wrap .page__wrap_contents {
    padding: 90px 35px 350px 35px;
    padding: 24vw 9.33333vw 93.33333vw 9.33333vw;
  }
}@media screen and (max-width: 768px) {
  .products .page__wrap .page__wrap_contents {
    padding: 30px 10px 50px 10px;
    padding: 8vw 2.66667vw 13.33333vw 2.66667vw;
  }
}.products .page__wrap .page__wrap_contents::after {
  position: absolute;
  left: 0;
  top: 8.33333vw;
  content: '';
  z-index: 1;
  height: 13.28125vw;
  width: 110%;
  background: url(../../assets/img/products/bg01.webp) left bottom no-repeat;
  background-size: auto 100%;

  mix-blend-mode: overlay;
}@media screen and (max-width: 768px) {
  .products .page__wrap .page__wrap_contents::after {
    top: 22.66667vw;
    height: 26.66667vw;
    width: 105%;
    background: url(../../assets/img/products/bg01.webp) left bottom no-repeat;
    background-size: 100% auto;
  }
}.products__text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}@media screen and (max-width: 768px) {
  .products__text {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}.products__main {
  position: relative;
  height: 31.77083vw;
  width: 100%;
  margin-bottom: 5.72917vw;
}@media screen and (max-width: 768px) {
  .products__main {
    height: 34.66667vw;
    margin-bottom: 5.33333vw;
  }
}.products__main > img {
  position: absolute;
  bottom: -0.52083vw;
  display: inline-block;
  z-index: 2;
  height: auto;
}@media screen and (max-width: 768px) {
  .products__main > img {
    bottom: -1.33333vw;
  }
}.products__main > img.staff01, .products__main > img.staff03, .products__main > img.staff05 {
  animation: Rotate steps(2, end) infinite;
  animation-delay: 0;
  animation-duration: 2s;

  -webkit-animation: Rotate steps(2, end) infinite;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 2s;
}.products__main > img.staff02, .products__main > img.staff04 {
  animation: Rotate steps(2, end) infinite reverse;
  animation-delay: 0.5s;
  animation-duration: 2s;

  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
}.products__main > img.staff01 {
  left: -1.04167vw;
  width: 19.01042vw;
}@media screen and (max-width: 768px) {
  .products__main > img.staff01 {
    left: -5.33333vw;
    width: 20vw;
  }
}.products__main > img.staff02 {
  left: 19.27083vw;
  width: 16.66667vw;
}@media screen and (max-width: 768px) {
  .products__main > img.staff02 {
    left: 16vw;
    width: 17.33333vw;
  }
}.products__main > img.staff03 {
  left: 34.375vw;
  width: 17.70833vw;
}@media screen and (max-width: 768px) {
  .products__main > img.staff03 {
    left: 29.33333vw;
    width: 18.66667vw;
  }
}.products__main > img.staff04 {
  right: 18.75vw;
  width: 16.66667vw;
}@media screen and (max-width: 768px) {
  .products__main > img.staff04 {
    right: 14.66667vw;
    width: 18.13333vw;
  }
}.products__main > img.staff05 {
  right: -0.52083vw;
  width: 19.27083vw;
}@media screen and (max-width: 768px) {
  .products__main > img.staff05 {
    right: -5.33333vw;
    width: 20.8vw;
  }
}.products__main > img.txt01 {
  bottom: 19.79167vw;
  left: 0;
  width: 6.77083vw;
}@media screen and (max-width: 768px) {
  .products__main > img.txt01 {
    bottom: 36vw;
    left: -2.66667vw;
    width: 13.33333vw;
  }
}.products__main > img.txt02 {
  bottom: 8.33333vw;
  left: 35.41667vw;
  width: 7.8125vw;
}@media screen and (max-width: 768px) {
  .products__main > img.txt02 {
    bottom: 6.66667vw;
    left: 26.66667vw;
    width: 14.66667vw;
  }
}.products__main > img.txt03 {
  bottom: 16.14583vw;
  right: 13.54167vw;
  width: 6.77083vw;
}@media screen and (max-width: 768px) {
  .products__main > img.txt03 {
    bottom: 10.66667vw;
    right: 5.33333vw;
    width: 13.33333vw;
  }
}.products__main .loop {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 0.52083vw;
}@media screen and (max-width: 768px) {
  .products__main .loop {
    padding-top: 1.33333vw;
  }
}.products__main .loop__box {
  display: flex;
}@media screen and (max-width: 768px) {
  .products__main .loop__box {
    height: 9.33333vw;
  }
}.products__main .loop__box img {
  height: 7.29167vw;
  width: auto;
}@media screen and (max-width: 768px) {
  .products__main .loop__box img {
    height: 9.33333vw;
  }
}.products__main .loop__box img:first-child {
  animation: loop 160s -80s linear infinite;

  -webkit-animation: loop 160s -80s linear infinite;
}.products__main .loop__box img:last-child {
  animation: loop2 160s linear infinite;

  -webkit-animation: loop2 160s linear infinite;
}.products__foodbox {
  position: relative;
  height: 25.52083vw;
}@media screen and (max-width: 768px) {
  .products__foodbox {
    height: 32vw;
  }
}.products__foodbox img {
  position: absolute;
  display: inline-block;
  height: auto;
  animation: Bounce linear infinite alternate;
  animation-duration: 2s;

  -webkit-animation: Bounce linear infinite alternate;
  -webkit-animation-duration: 2s;
}.products__foodbox img.food01 {
  bottom: 0;
  left: -5.20833vw;
  width: 17.1875vw;
  animation-delay: 1s;

  -webkit-animation-delay: 1s;
}@media screen and (max-width: 768px) {
  .products__foodbox img.food01 {
    left: -8vw;
    width: 18.66667vw;
  }
}.products__foodbox img.food02 {
  bottom: 5.72917vw;
  left: 14.0625vw;
  width: 18.22917vw;
}@media screen and (max-width: 768px) {
  .products__foodbox img.food02 {
    bottom: 9.33333vw;
    left: 10.66667vw;
    width: 18.66667vw;
  }
}.products__foodbox img.food03 {
  left: 36.45833vw;
  top: 0;
  width: 17.70833vw;
  animation-delay: 1s;

  -webkit-animation-delay: 1s;
}@media screen and (max-width: 768px) {
  .products__foodbox img.food03 {
    left: 30.66667vw;
    width: 21.33333vw;
  }
}.products__foodbox img.food04 {
  bottom: 5.20833vw;
  right: 13.54167vw;
  width: 18.22917vw;
}@media screen and (max-width: 768px) {
  .products__foodbox img.food04 {
    bottom: 9.33333vw;
    right: 11.2vw;
    width: 18.66667vw;
  }
}.products__foodbox img.food05 {
  bottom: 0;
  right: -4.6875vw;
  width: 18.75vw;
  animation-delay: 1s;

  -webkit-animation-delay: 1s;
}@media screen and (max-width: 768px) {
  .products__foodbox img.food05 {
    right: -8vw;
    width: 21.33333vw;
  }
}.products .inner {
  margin-top: -3.64583vw;
}@media screen and (max-width: 768px) {
  .products .inner {
    margin-top: -5.33333vw;
  }
}.products__lead {
  margin-bottom: 80px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .products__lead {
    margin-bottom: 30px;
  }
}.products__lead h3 {
  margin-bottom: 20px;
}@media screen and (max-width: 768px) {
  .products__lead h3 {
    margin-bottom: 10px;
  }
}.products__lead h3 span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
  line-height: 62px;
}@media screen and (max-width: 768px) {
  .products__lead h3 span {
    font-size: 18px;
    line-height: 1.5;
  }
}.products__lead h3 span::before, .products__lead h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  display: inline-block;
  height: 36px;
  width: 30px;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .products__lead h3 span::before, .products__lead h3 span::after {
    height: 22px;
    width: 19px;
  }
}.products__lead h3 span::before {
  left: -60px;
  background: url(../../assets/img/products/icon_kakko01.webp) center bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .products__lead h3 span::before {
    left: -30px;
  }
}.products__lead h3 span::after {
  right: -60px;
  background: url(../../assets/img/products/icon_kakko02.webp) center bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .products__lead h3 span::after {
    right: -30px;
  }
}.products__lead p {
  font-size: 18px;
  line-height: 36px;
}@media screen and (max-width: 768px) {
  .products__lead p {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
  }
}.products__anchor {
  position: relative;
  display: flex;
  margin-bottom: 178px;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .products__anchor {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}.products__anchor::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: inline-block;
  opacity: 0.5;
  height: 140px;
  width: 90%;
  background: #fff;
  border-radius: 20px;
  transform: translate(-50%, -50%);
}@media screen and (max-width: 768px) {
  .products__anchor::after {
    height: 70%;
    width: 80%;
    border-radius: 50%;
  }
}.products__anchor li {
  position: relative;
  display: flex;
  z-index: 1;
  width: 245px;
  flex-direction: column;
}@media screen and (max-width: 768px) {
  .products__anchor li {
    width: 47%;
    margin-bottom: 22px;
  }.products__anchor li:nth-child(3), .products__anchor li:last-child {
    margin-bottom: 0;
  }
}.products__anchor li a {
  position: relative;
  display: flex;
  padding: 15px 0 36px;
  flex-direction: column;
  flex-grow: 1;
  background: #fff;
  border: 8px solid #000;
  border-radius: 20px;
  align-items: center;
}@media screen and (max-width: 768px) {
  .products__anchor li a {
    padding: 10px 0 25px;
    border-radius: 15px;
    border-width: 6px;
  }
}.products__anchor li a::before, .products__anchor li a::after {
  position: absolute;
  left: 50%;
  content: '';
  display: inline-block;
  transform: translate(-50%, 0);
}.products__anchor li a::before {
  bottom: -30px;
  height: 55px;
  width: 55px;
  background: #000;
  border-radius: 50%;
}@media screen and (max-width: 768px) {
  .products__anchor li a::before {
    bottom: -22px;
    height: 40px;
    width: 40px;
  }
}.products__anchor li a::after {
  bottom: -12px;
  height: 17px;
  width: 19px;
  background: url(../../assets/img/products/icon_arrow.svg) center bottom no-repeat;
  background-size: auto 100%;
}@media screen and (max-width: 768px) {
  .products__anchor li a::after {
    bottom: -11px;
    height: 15px;
    width: 16px;
  }
}.products__anchor li a figure {
  display: flex;
  height: 97px;
  width: 131px;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
}@media screen and (max-width: 768px) {
  .products__anchor li a figure {
    height: 65px;
    width: 80px;
    margin-bottom: 5px;
  }
}.products__anchor li a figure img {
  display: inline-block;
  height: auto;
  width: auto;
}@media screen and (max-width: 768px) {
  .products__anchor li a figure img {
    height: 100%;
    width: 100%;
  }
}.products__anchor li a p {
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .products__anchor li a p {
    font-size: 16px;
    line-height: 16px;
  }
}.products__anchor li:nth-child(1) a {
  border-color: #d82727;
}.products__anchor li:nth-child(1) a::before {
  background: #d82727;
}.products__anchor li:nth-child(1) a p {
  color: #d82727;
}.products__anchor li:nth-child(2) a {
  border-color: #ffbd2a;
}.products__anchor li:nth-child(2) a::before {
  background: #ffbd2a;
}.products__anchor li:nth-child(2) a p {
  color: #ffbd2a;
}.products__anchor li:nth-child(3) a {
  border-color: #f17482;
}.products__anchor li:nth-child(3) a::before {
  background: #f17482;
}.products__anchor li:nth-child(3) a p {
  color: #f17482;
}.products__anchor li:nth-child(4) a {
  border-color: #4377e9;
}.products__anchor li:nth-child(4) a::before {
  background: #4377e9;
}.products__anchor li:nth-child(4) a p {
  color: #4377e9;
}.products #anchor_cont04 .products__cont {
  margin-bottom: 0;
}.products__cont {
  position: relative;
  margin-bottom: 140px;
  padding: 40px 0;
  background: #fff;
  border: 8px solid #000;
  border-radius: 20px;
}@media screen and (max-width: 768px) {
  .products__cont {
    margin-bottom: 70px;
    padding: 20px 0;
    border-radius: 15px;
    border-width: 6px;
  }
}.products__cont > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}.products__cont .slider_wrap {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}@media screen and (max-width: 768px) {
  .products__cont .slider_wrap {
    margin-bottom: 20px;
  }
}.products__cont .slider_wrap img {
  height: 100%;
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}.products__cont .slider .slick-slide {
  overflow: hidden;
  height: 510px;
  margin: 0 25px;
  border-radius: 20px;
}@media screen and (max-width: 768px) {
  .products__cont .slider .slick-slide {
    height: 220px;
    margin: 0 10px;
    border-radius: 15px;
  }
}.products__cont .slick-prev, .products__cont .slick-next {
  transition: all 0.3s ease-out 0s;
}.products__cont .slick-prev:hover, .products__cont .slick-next:hover {
  opacity: 0.8;
}.products__cont .slick-prev:before, .products__cont .slick-next:before {
  left: 100px;
  height: 55px;
  width: 55px;
  border: none;
  transform: unset;
}@media screen and (max-width: 768px) {
  .products__cont .slick-prev:before, .products__cont .slick-next:before {
    left: 50%;
    height: 35px;
    width: 35px;
  }
}.products__cont .slick-next:before {
  left: unset;
  right: 100px;
  transform: scale(-1, 1);
}@media screen and (max-width: 768px) {
  .products__cont .slick-next:before {
    right: 50%;
  }
}.products__cont .in {
  width: 940px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .products__cont .in {
    width: 85%;
  }
}.products__cont .in .txt {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 36px;
}@media screen and (max-width: 768px) {
  .products__cont .in .txt {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
  }
}.products__cont .in .itembox {
  position: relative;
}.products__cont .in .itembox .st {
  position: absolute;
  left: 0;
  top: -29px;
  padding: 4px 15px;
  background: #000;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .products__cont .in .itembox .st {
    position: static;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
    font-size: 11px;
  }
}.products__cont .in .itembox dl {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  align-items: center;
}@media screen and (max-width: 768px) {
  .products__cont .in .itembox dl {
    display: block;
    padding: 15px 0;
  }
}.products__cont .in .itembox dl dt {
  position: relative;
  width: 150px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}@media screen and (max-width: 768px) {
  .products__cont .in .itembox dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1;
  }
}.products__cont .in .itembox dl dt::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .products__cont .in .itembox dl dt::before {
    height: 10px;
    width: 10px;
  }
}.products__cont .in .itembox dl dd {
  flex: 1;
  font-size: 15px;
  line-height: 24px;
}@media screen and (max-width: 768px) {
  .products__cont .in .itembox dl dd {
    font-size: 13px;
    line-height: 20px;
  }
}.products__cont.cont01 {
  border-color: #d82727;
}.products__cont.cont01 .ttl {
  left: -40px;
  top: -97px;
  width: 750px;
}@media screen and (max-width: 768px) {
  .products__cont.cont01 .ttl {
    left: -23px;
    top: -40px;
    width: 260px;
  }
}.products__cont.cont01 .staff {
  left: -139px;
  top: 115px;
  width: 232px;
  animation: Rotate 1.5s steps(2, end) infinite;

  -webkit-animation: Rotate 1.5s steps(2, end) infinite;
}@media screen and (max-width: 768px) {
  .products__cont.cont01 .staff {
    left: -54px;
    top: 91px;
    width: 82px;
  }
}.products__cont.cont01 .slick-prev:before {
  background: url(../../assets/img/products/icon_red_arrow.svg) center bottom no-repeat;
  background-size: auto 100%;
}.products__cont.cont01 .slick-next:before {
  background: url(../../assets/img/products/icon_red_arrow.svg) center bottom no-repeat;
  background-size: auto 100%;
}.products__cont.cont01 .in .itembox .st {
  background: #d82727;
}.products__cont.cont01 .in .itembox dl dt::before {
  background: #d82727;
}.products__cont.cont02 {
  border-color: #ffbd2a;
}.products__cont.cont02 .ttl {
  left: -40px;
  top: -104px;
  width: 916px;
}@media screen and (max-width: 768px) {
  .products__cont.cont02 .ttl {
    left: -19px;
    top: -50px;
    width: 335px;
  }
}.products__cont.cont02 .staff {
  left: unset;
  right: -115px;
  top: 124px;
  width: 224px;
  animation: Rotate 1.5s steps(2, end) infinite;

  -webkit-animation: Rotate 1.5s steps(2, end) infinite;
}@media screen and (max-width: 768px) {
  .products__cont.cont02 .staff {
    right: -42px;
    top: 94px;
    width: 78px;
  }
}.products__cont.cont02 .slick-prev:before {
  background: url(../../assets/img/products/icon_yellow_arrow.svg) center bottom no-repeat;
  background-size: auto 100%;
}.products__cont.cont02 .slick-next:before {
  background: url(../../assets/img/products/icon_yellow_arrow.svg) center bottom no-repeat;
  background-size: auto 100%;
}.products__cont.cont02 .in .itembox .st {
  background: #ffbd2a;
}.products__cont.cont02 .in .itembox dl dt::before {
  background: #ffbd2a;
}.products__cont.cont03 {
  border-color: #f17482;
}.products__cont.cont03 .ttl {
  left: -40px;
  top: -88px;
  width: 690px;
}@media screen and (max-width: 768px) {
  .products__cont.cont03 .ttl {
    left: -19px;
    top: -40px;
    width: 286px;
  }
}.products__cont.cont03 .staff {
  left: -134px;
  top: 125px;
  width: 248px;
  animation: Rotate 1.5s steps(2, end) infinite;

  -webkit-animation: Rotate 1.5s steps(2, end) infinite;
}@media screen and (max-width: 768px) {
  .products__cont.cont03 .staff {
    left: -46px;
    top: 108px;
    width: 79px;
  }
}.products__cont.cont03 .slick-prev:before {
  background: url(../../assets/img/products/icon_pink_arrow.svg) center bottom no-repeat;
  background-size: auto 100%;
}.products__cont.cont03 .slick-next:before {
  background: url(../../assets/img/products/icon_pink_arrow.svg) center bottom no-repeat;
  background-size: auto 100%;
}.products__cont.cont03 .in .itembox .st {
  background: #f17482;
}.products__cont.cont03 .in .itembox dl dt::before {
  background: #f17482;
}.products__cont.cont04 {
  border-color: #4377e9;
}.products__cont.cont04 .ttl {
  left: -40px;
  top: -95px;
  width: 750px;
}@media screen and (max-width: 768px) {
  .products__cont.cont04 .ttl {
    left: -19px;
    top: -45px;
    width: 268px;
  }
}.products__cont.cont04 .staff02 {
  left: unset;
  right: -6px;
  top: -199px;
  width: 200px;
  animation: Rotate 3.5s steps(2, end) infinite;

  -webkit-animation: Rotate 3.5s steps(2, end) infinite;
}@media screen and (max-width: 768px) {
  .products__cont.cont04 .staff02 {
    right: -15px;
    top: -74px;
    width: 65px;
  }
}.products__cont.cont04 .staff {
  left: unset;
  right: -170px;
  top: 460px;
  width: 250px;
  animation: Rotate 1.5s steps(2, end) infinite;

  -webkit-animation: Rotate 1.5s steps(2, end) infinite;
}@media screen and (max-width: 768px) {
  .products__cont.cont04 .staff {
    right: -51px;
    top: 156px;
    width: 85px;
  }
}.products__cont.cont04 .slick-prev:before {
  background: url(../../assets/img/products/icon_blue_arrow.svg) center bottom no-repeat;
  background-size: auto 100%;
}.products__cont.cont04 .slick-next:before {
  background: url(../../assets/img/products/icon_blue_arrow.svg) center bottom no-repeat;
  background-size: auto 100%;
}.products__cont.cont04 .in .itembox .st {
  background: #4377e9;
}.products__cont.cont04 .in .itembox dl dt::before {
  background: #4377e9;
}.policy dl dt {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .policy dl dt {
    margin-bottom: 10px;
    font-size: 16px;
  }
}.policy dl dd {
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 2;
}@media screen and (max-width: 768px) {
  .policy dl dd {
    font-size: 14px;
    line-height: 1.8;
  }
}.policy dl dd ul._type01 li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}.policy dl dd ul._type02 li {
  margin-left: 1em;
  text-indent: -1em;
}.policy dl dd a {
  text-decoration: underline;
}.policy dl dd a:hover {
  text-decoration: none;
}.policy dl > div {
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
}.contact .page__title {
  position: relative;
}.contact .page__title::before {
  position: absolute;
  bottom: 0;
  right: 0.26042vw;
  content: '';
  height: 15.57292vw;
  width: 35.88542vw;
  background: url(../../assets/img/contact/bg01.webp) left bottom no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out 0s;
}@media screen and (max-width: 768px) {
  .contact .page__title::before {
    right: -1.33333vw;
    height: 20vw;
    width: 45.33333vw;
  }
}.contact .page__title:hover::before {
  background: url(../../assets/img/contact/bg02.webp) left bottom no-repeat;
  background-size: contain;
}.contact .company__text {
  margin: 55px 0 88px;
}@media screen and (max-width: 768px) {
  .contact .company__text {
    margin: 20px 0 50px;
  }
}.contact__tel {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0 95px;
  border-top: 1px solid #000;
  text-align: center;
}@media screen and (max-width: 768px) {
  .contact__tel {
    width: auto;
  }
}@media screen and (max-width: 768px) {
  .contact__tel {
    padding: 40px 0 45px;
  }
}.contact__tel::before {
  position: absolute;
  left: 50%;
  top: -40px;
  content: '';
  height: 70px;
  width: 70px;
  background: url(../../assets/img/contact/icon_tel.svg) center center no-repeat #000;
  background-size: 22px 24px;
  border-radius: 100px;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .contact__tel::before {
    top: -25px;
    height: 50px;
    width: 50px;
    background-size: 18px 20px;
  }
}.contact__tel h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .contact__tel h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}.contact__tel_txt {
  font-size: 18px;
  line-height: 2;
}@media screen and (max-width: 768px) {
  .contact__tel_txt {
    font-size: 14px;
    line-height: 1.8;
  }
}.contact__tel_num {
  margin-bottom: 10px;
}@media screen and (max-width: 768px) {
  .contact__tel_num {
    margin-bottom: 5px;
  }
}.contact__tel_num span {
  padding-right: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .contact__tel_num span {
    padding-right: 5px;
    font-size: 18px;
  }
}.contact__tel_num a {
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}@media screen and (max-width: 768px) {
  .contact__tel_num a {
    font-size: 40px;
  }
}.contact__tel_num > p {
  font-size: 16px;
}@media screen and (max-width: 768px) {
  .contact__tel_num > p {
    padding-top: 5px;
    font-size: 12px;
  }
}.contact__mail {
  position: relative;
  border-top: 1px solid #000;
}.contact__mail h3 {
  padding: 60px 0 30px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}@media screen and (max-width: 768px) {
  .contact__mail h3 {
    padding: 40px 0 20px;
    font-size: 18px;
  }
}.contact__mail::before {
  position: absolute;
  left: 50%;
  top: -40px;
  content: '';
  height: 70px;
  width: 70px;
  background: url(../../assets/img/contact/icon_mail.svg) center center no-repeat #000;
  background-size: 25px 19px;
  border-radius: 100px;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .contact__mail::before {
    top: -25px;
    height: 50px;
    width: 50px;
    background-size: 18px 20px;
  }
}.contact__mail_txt {
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}@media screen and (max-width: 768px) {
  .contact__mail_txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}.contact__mail_txt small {
  display: block;
}.contact .btn02, .contact .btn03 {
  width: 450px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 85px;
}@media screen and (max-width: 768px) {
  .contact .btn02, .contact .btn03 {
    width: 80%;
    font-size: 16px;
    line-height: 60px;
  }
}.contact .btn02::before, .contact .btn03::before {
  right: 20px;
  height: 55px;
  width: 55px;
}@media screen and (max-width: 768px) {
  .contact .btn02::before, .contact .btn03::before {
    right: 10px;
    height: 30px;
    width: 30px;
  }
}.contact .btn02::after, .contact .btn03::after {
  right: 39px;
  height: 17px;
  width: 15px;
}@media screen and (max-width: 768px) {
  .contact .btn02::after, .contact .btn03::after {
    right: 18px;
    height: 12px;
    width: 10px;
  }
}.contact .btn03 {
  width: 300px;
}@media screen and (max-width: 768px) {
  .contact .btn03 {
    width: 50%;
  }
}.contact .btn03::before {
  left: 20px;
  right: auto;
}@media screen and (max-width: 768px) {
  .contact .btn03::before {
    left: 10px;
  }
}.contact .btn03::after {
  left: 39px;
  right: auto;
}@media screen and (max-width: 768px) {
  .contact .btn03::after {
    left: 18px;
  }
}.form__box dl {
  margin-bottom: 40px;
  background-image: repeating-linear-gradient(90deg, #000, #000 2px, transparent 2px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}@media screen and (max-width: 768px) {
  .form__box dl {
    margin-bottom: 40px;
  }
}.form__box dl > div {
  display: flex;
  padding: 35px 0;
  background-image: repeating-linear-gradient(90deg, #000, #000 2px, transparent 2px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  align-items: start;
}@media screen and (max-width: 768px) {
  .form__box dl > div {
    display: block;
    padding: 25px 0;
  }
}.form__box dl > div dt {
  display: flex;
  width: 270px;
  padding-top: 10px;
  font-size: 17px;
  align-items: center;
}@media screen and (max-width: 768px) {
  .form__box dl > div dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
    font-size: 15px;
  }
}.form__box dl > div dt span {
  display: flex;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
}@media screen and (max-width: 768px) {
  .form__box dl > div dt span {
    height: 40px;
    width: 40px;
    font-size: 12px;
  }
}.form__box dl > div dt span.required {
  background: #00bb21;
  color: #fff;
}.form__box dl > div dd {
  width: 100%;
  flex: 1;
  font-size: 16px;
}@media screen and (max-width: 768px) {
  .form__box dl > div dd {
    font-size: 14px;
  }
}.form__box input[type=text], .form__box input[type=tel], .form__box input[type=mail], .form__box textarea {
  display: block;
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}@media screen and (max-width: 768px) {
  .form__box input[type=text], .form__box input[type=tel], .form__box input[type=mail], .form__box textarea {
    padding: 15px 20px;
  }
}.form__box textarea {
  height: 250px;
}@media screen and (max-width: 768px) {
  .form__box textarea {
    height: 150px;
  }
}.form__box .radio, .form__box .check {
  padding-top: 22px;
}@media screen and (max-width: 768px) {
  .form__box .radio, .form__box .check {
    padding: 10px 0 0 0;
  }
}.form__box .radio input, .form__box .check input {
  display: none;
}.form__box .radio input:checked + label::after, .form__box .check input:checked + label::after {
  display: inline-block;
}.form__box .radio label, .form__box .check label {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 50px 5px 45px;
}@media screen and (max-width: 768px) {
  .form__box .radio label, .form__box .check label {
    margin-bottom: 10px;
    padding: 5px 20px 5px 45px;
  }
}.form__box .radio label::before, .form__box .check label::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  height: 35px;
  width: 35px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  transform: translate(0, -50%);
}.form__box .radio label::after, .form__box .check label::after {
  position: absolute;
  left: 10px;
  top: 50%;
  content: '';
  display: none;
  height: 15px;
  width: 15px;
  background: #00bb21;
  border-radius: 100px;
  transform: translate(0, -50%);
}.form__box .check label {
  font-weight: 700;
}.form__box .check label::before {
  border-radius: 0;
}.form__box .check label::after {
  left: 8px;
  height: 17px;
  width: 21px;
  background: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 21.072 17.072\'%3E%3Cpath fill=\'%2311C731\' d=\'M17.536,0l-10,10-4-4L0,9.536l4,4,3.536,3.536,3.536-3.536,10-10Z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  border-radius: 0;
}.form__box .policy {
  padding-top: 15px;
  font-size: 15px;
}@media screen and (max-width: 768px) {
  .form__box .policy {
    padding-top: 0;
    font-size: 13px;
  }
}.form__box .policy__text {
  line-height: 2;
}@media screen and (max-width: 768px) {
  .form__box .policy__text {
    line-height: 1.8;
  }
}.form__box .policy a {
  text-decoration: underline;
}.form__box .policy a:hover {
  text-decoration: none;
}.form__box .error {
  margin-top: 15px;
  color: #fc3f0a;
  font-size: 14px;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .form__box .error {
    margin-top: 10px;
    font-size: 12px;
  }
}.form__box._conf dt {
  padding-top: 0;
}.form__box._conf dd p {
  padding-top: 12px;
}@media screen and (max-width: 768px) {
  .form__box._conf dd p {
    padding-top: 0;
  }
}.form__box._conf dd.policy {
  padding-top: 0;
}.form__thanks {
  max-width: 1100px;
  margin: 90px auto 120px;
}@media screen and (max-width: 768px) {
  .form__thanks {
    width: 100%;
    margin: 30px auto 60px;
  }
}.form__thanks strong {
  display: block;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 900;
}@media screen and (max-width: 768px) {
  .form__thanks strong {
    margin-bottom: 20px;
    font-size: 20px;
  }
}.form__thanks p {
  font-size: 16px;
  line-height: 2;
}@media screen and (max-width: 768px) {
  .form__thanks p {
    font-size: 14px;
    line-height: 1.8;
  }
}@media screen and (max-width: 768px) {
  .form__thanks + .inner .contact__tel {
    padding: 40px 0 35px;
  }
}.form__thanks + .inner .btn03 {
  width: 450px;
}@media screen and (max-width: 768px) {
  .form__thanks + .inner .btn03 {
    width: 60%;
  }
}.btn_column {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}@media screen and (max-width: 768px) {
  .btn_column {
    display: block;
  }
}.btn_column .btn02, .btn_column .btn03 {
  margin: 0 10px;
}@media screen and (max-width: 768px) {
  .btn_column .btn02, .btn_column .btn03 {
    margin: 0 auto 10px;
  }
}input::-moz-placeholder {
  opacity: 0.6;
}input:-ms-input-placeholder {
  opacity: 0.6;
}input::placeholder {
  opacity: 0.6;
}
