@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Noto+Sans+JP:wght@100..900&display=swap");

html {
  font-size: 10px;
}

@media (max-width: 1400px) and (min-width: 960.5px) {
  html {
    font-size: 0.71vw;
  }
}

@media (max-width: 960px) and (min-width: 640.5px) {
  html {
    font-size: 1.4vw;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 1.5625vw;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
}

.anchor_fixtop_1,
.anchor_fixtop {
  display: block;
  position: relative;
  top: -8rem;
  width: 100%;
  visibility: hidden;
}

.anchor_fixtop_1 {
  top: -25rem;
}

#page_top {
  position: absolute;
  bottom: -9.6rem;
  right: 8.7rem;
  width: 25.8rem;
  height: 29.6rem;
  opacity: 0;
  border: 0;
  background: url(../img/common/page-top.png) no-repeat center;
  background-size: cover;
  transition: all 0.35s;
  cursor: pointer;
  outline: none;
  z-index: 50;
}

#page_top.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  right: 3rem;
  width: 15.7rem;
  height: 18rem;
}

@media (max-width: 960px) {
  #page_top.fixed {
    right: 2rem;
    width: 10rem;
    height: 11.5rem;
  }
}

#page_top.show {
  opacity: 1;
}

#page_top:hover {
  transform: translateY(-10px);
}

@media (max-width: 960px) {
  #page_top {
    right: 0;
    bottom: -9rem;
  }
}

@media (max-width: 480px) {
  #page_top {
    width: 15rem;
    height: 17.6rem;
  }
}

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease;
}

.wow_custom.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap;
}

[class*="aic"] {
  align-items: center;
}

[class*="aie"] {
  align-items: flex-end;
}

[class*="ais"] {
  align-items: flex-start;
}

[class*="jcc"] {
  justify-content: center;
}

[class*="jcsb"] {
  justify-content: space-between;
}

[class*="jcfe"] {
  justify-content: flex-end;
}

[class*="fcolumn"] {
  flex-flow: column;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media (max-width: 1024px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: all;
  }
}

[class*="grid"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.grid-780 {
  max-width: 81rem;
}

.grid-960 {
  max-width: 99rem;
}

.grid-1200 {
  max-width: 123rem;
}

.grid-1400 {
  max-width: 143rem;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

body,
html {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow-clip-margin: inherit;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

input,
textarea,
button,
select {
  outline: none;
  resize: none;
}

.hv-o {
  transition: ease all 0.5s;
}

.hv-o:hover {
  opacity: 0.8;
}

.ho-main,
.os-main {
  overflow: hidden;
}

.os-y-hidden {
  overflow-y: hidden;
}

.os-section {
  position: relative;
}

.os-align-center {
  text-align: center;
}

.u-sp {
  display: none;
}

ul,
ol {
  list-style: none;
}

.is_hidden {
  display: none !important;
}

.no_scroll {
  overflow: hidden;
}

@media (max-width: 960px) {
  [class*="grid"] {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

@media (max-width: 640px) {
  [class*="grid"] {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media (max-width: 480px) {
  [class*="grid"] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.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: block;
  margin-left: auto;
  margin-right: 0;
}

.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;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00943a;
  background-size: contain;
}

.wp-header {
  padding-top: 7.5rem;
  margin-bottom: 9rem;
  position: relative;
  z-index: 100;
}

.wp-header-logo {
  margin-bottom: 4.5rem;
}

.wp-header-logo img {
  width: 41.8rem;
}

.menu {
  border-radius: 3.5rem;
}

.menu li {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 7rem;
  display: flex;
  background: #000000;
  align-items: center;
  position: relative;
}

.menu li:first-child {
  padding-left: 6.3rem;
  border-radius: 3.5rem 0 0 3.5rem;
}

.menu li:last-child {
  border-radius: 0 3.5rem 3.5rem 0;
  padding-right: 6.3rem;
}

.menu li a {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}

.menu li a:hover {
  color: #00943a;
}

.menu li.active a {
  color: #00943a;
}

.menu li .sub-menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.35s;
  z-index: 1;
  border: #000000 solid 3px;
  border-radius: 2.7rem;
  overflow: hidden;
  padding: 2.2rem 0;
  background: #FFFFFF;
}

.menu li .sub-menu li {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 !important;
  height: auto;
  background: transparent;
}

.menu li .sub-menu li a {
  width: 18rem;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
  padding: 0.9rem 1.5rem 0.9rem 4.5rem;
  position: relative;
  transition: all 0.35s;
}

.menu li .sub-menu li a::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  background: url(../img/common/arrow-right.png) no-repeat center;
  background-size: contain;
  border-radius: 100%;
  transition: all 0.35s;
}

.menu li .sub-menu li a:hover {
  color: #00943a;
}

.menu li .sub-menu li a:hover::before {
  background-image: url(../img/common/arrow-right-02.png);
}

.menu li .sub-menu li.active a {
  color: #00943a;
}

.menu li .sub-menu li.active a::before {
  background-image: url(../img/common/arrow-right-02.png);
}

.menu li .sub-menu-02 {
  position: absolute;
  top: 0;
  left: 20rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s;
}

.menu li .sub-menu-02 li a {
  width: 24rem;
}

.menu li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}

.menu li:hover .sub-menu li:hover .sub-menu-02 {
  opacity: 1;
  pointer-events: all;
}

#menu {
  display: block;
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 10;
}

#menu>div {
  width: 7rem;
  height: 7rem;
  border-radius: 1rem;
  position: relative;
  display: flex;
  transition: all 0.35s;
  background: #000000;
}

#menu span {
  background: #FFFFFF;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  width: 0.6rem;
  height: .6rem;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
  transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
  transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s;
  transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
}

#menu span:nth-child(1),
#menu span:nth-child(2) {
  left: calc(50% - 1.3rem);
}

#menu span:nth-child(4),
#menu span:nth-child(5) {
  left: calc(50% + 1.3rem);
}

#menu span:nth-child(3) {
  left: 50%;
}

#menu .change {
  background: #00943a;
}

#menu .change span {
  -webkit-transition: top 0.1s ease, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
  transition: top 0.1s ease, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
  transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease;
  transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
}

#menu .change span:nth-child(1),
#menu .change span:nth-child(4) {
  top: calc(50% - .9rem);
}

#menu .change span:nth-child(2),
#menu .change span:nth-child(5) {
  top: calc(50% + .9rem);
}

.chane-x {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.menu-right {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 7.5rem 0 6rem;
  width: 100%;
}

.menu-right::before {
  content: "";
  position: absolute;
  width: 392rem;
  height: 293rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  border-radius: 100%;
  z-index: -1;
}

.menu-right-logo {
  margin-bottom: 7.5rem;
}

.menu-right-logo img {
  width: 41.8rem;
}

.menu-right * {
  color: #FFFFFF;
}

.menu-right-gp {
  margin-bottom: 13rem;
}

.menu-right-box {
  width: 22rem;
  margin-right: 5rem;
  padding-top: 1.3rem;
  position: relative;
}

.menu-right-box:last-child::before {
  content: none;
}

.menu-right-box:last-child>ul {
  margin-bottom: 3.2rem;
}

.menu-right-box:last-child>ul>li>a {
  padding-left: 0;
}

.menu-right-box:last-child>ul>li>a::before {
  content: none;
}

.menu-right-box:last-child p {
  margin-top: 1.7rem;
}

@media (min-width: 960.5px) {
  .menu-right-box:nth-child(2) {
    width: 24.8rem;
  }

  .menu-right-box:nth-child(3) {
    width: 34rem;
    margin-right: 9rem;
  }

  .menu-right-box:last-child {
    width: calc(100% - 100rem);
  }
}

.menu-right-box::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/common/icon-dots.png) repeat-y;
  background-size: contain;
}

.menu-right-box:last-child {
  margin-right: 0;
}

.menu-right-box li .link {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 123%;
  letter-spacing: 0;
}

.menu-right-box li .link span {
  display: block;
}

.menu-right-box li .link span:first-child {
  font-family: "Gabarito", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 123%;
}

.menu-right-box li .sub-menu {
  margin-left: 5.7rem;
  margin-top: 1.8rem;
}

.menu-right-box li .sub-menu>li>a {
  padding-left: 2rem;
  font-size: 1.8rem;
  position: relative;
  transition: all 0.35s;
}

.menu-right-box li .sub-menu>li>a::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #3dc172;
  border-radius: 100%;
}

.menu-right-box li .sub-menu>li>a:hover {
  color: #3dc172;
}

.menu-right-box li .sub-menu>li.active>a {
  color: #3dc172;
}

.menu-right-box li .sub-menu-02 {
  margin: 1.5rem 0;
}

.menu-right-box li .sub-menu-02 li {
  margin-bottom: .8rem;
}

.menu-right-box li .sub-menu-02 li:last-child {
  margin-bottom: 0;
}

.menu-right-box li .sub-menu-02 li a {
  font-size: 1.8rem;
  padding-left: 2rem;
  position: relative;
  transition: all 0.35s;
}

.menu-right-box li .sub-menu-02 li a::before {
  content: "";
  position: absolute;
  width: 1.7rem;
  height: 1px;
  top: 50%;
  left: 0;
  background: #3dc172;
}

.menu-right-box li .sub-menu-02 li a:hover {
  color: #3dc172;
}

.menu-right-box li .sub-menu-02 li.active a {
  color: #3dc172;
}

.menu-right-box>ul>li {
  margin-bottom: 6.4rem;
}

.menu-right-box>ul>li:last-child {
  margin-bottom: 0;
}

.menu-right-box>ul>li>a {
  position: relative;
  padding-left: 5.7rem;
  display: inline-block;
}

.menu-right-box>ul>li>a::before {
  content: "";
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arrow-right-02.png) no-repeat center;
  background-size: cover;
}

.menu-right-box>ul>li>a span {
  transition: all 0.35s;
}

.menu-right-box>ul>li>a:hover span {
  color: #3dc172;
}

.menu-right-box>ul>li.active>a span {
  color: #3dc172;
}

@media (max-width: 960px) {
  .wp-header {
    margin-bottom: 11rem;
    padding-top: 15.3rem;
  }

  .wp-header-menu {
    display: none;
  }

  .wp-header-logo img {
    width: 46rem;
  }

  #menu {
    right: 4rem;
  }

  .menu-right {
    padding: 0;
  }

  .menu-right::before {
    height: 100vh;
    width: 100%;
    border-radius: 0;
    bottom: auto;
    top: 0;
  }

  .menu-right-logo {
    margin-bottom: 3rem;
  }

  .menu-right-layout {
    padding: 6rem 0;
    height: calc(100vh - 3rem);
    overflow: auto;
  }

  .menu-right-gp {
    margin-bottom: 6rem;
  }

  .menu-right-box {
    width: 100%;
    margin-right: 0;
    padding-top: 2rem;
  }

  .menu-right-box::before {
    content: none;
  }

  .menu-right-box:nth-child(2n) {
    margin-right: 0;
  }

  .menu-right-box>ul>li {
    margin-bottom: 2rem;
  }

  .menu-right-box>ul>li>a {
    padding-left: 4.5rem;
  }

  .menu-right-box li a {
    font-size: 1.6rem;
  }

  .menu-right-box li a span:first-child {
    font-size: 2rem;
  }

  .menu-right-box li .sub-menu {
    margin-left: 4.5rem;
  }

  .menu-right-box li .sub-menu-02 li a {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  #menu {
    right: 3rem;
  }

  #menu span {
    width: 4px;
    height: 4px;
  }

  .menu-right-box li a {
    font-size: 15px;
  }

  .menu-right-box li a span:first-child {
    font-size: 17px;
  }

  .menu-right-box li .sub-menu>li>a {
    font-size: 14px;
  }

  .menu-right-box li .sub-menu-02 li a {
    font-size: 14px;
  }

  .menu-right-layout {
    padding: 12rem 0 50rem;
  }

  .menu-right-logo img {
    width: 32rem;
  }
}

.title-default-01 {
  margin-bottom: 4.5rem;
}

.title-default-01 span {
  color: #FFFFFF;
  font-size: 7rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0;
  display: block;
}

.title-default-01 span.en {
  font-family: "Gabarito", sans-serif;
  margin-bottom: -0.6rem;
}

.title-default-01 span.jp {
  display: inline-block;
  font-size: 1.5rem;
  border-top: #FFFFFF solid 1px;
  border-bottom: #FFFFFF solid 1px;
  font-weight: 400;
  line-height: 130%;
  padding: 0 3.5rem;
}

.btn-contact-gp {
  margin-bottom: 2.5rem;
}

.btn-contact-link {
  width: calc((100% - 3.001rem) / 2);
  margin-right: 3rem;
}

.btn-contact-link:nth-child(2n) {
  margin-right: 0;
}

.btn-contact-link a {
  border-radius: 6rem;
  border: #FFFFFF solid 1px;
  display: flex;
  height: 17rem;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  padding-left: 11rem;
}

.btn-contact-link a>span {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  display: block;
}

.btn-contact-link a>span:last-child {
  font-size: 3.1rem;
  font-weight: 900;
}

.btn-contact-link a>span:last-child .big {
  font-size: 4rem;
}

.btn-contact-link .tel::before {
  content: "";
  position: absolute;
  width: 10.6rem;
  height: 9.4rem;
  top: 50%;
  left: 4.8rem;
  transform: translateY(-50%);
  background: url(../img/common/icon-tel-01.png) no-repeat center;
  background-size: cover;
}

.btn-contact-link .email {
  padding-left: 7.3rem;
  border: 0;
  background: #3dc172;
  transition: all 0.35s;
}

.btn-contact-link .email>span {
  transition: all 0.35s;
  color: #000000;
}

.btn-contact-link .email>span:first-child {
  margin-bottom: 1rem;
}

.btn-contact-link .email>span:last-child {
  position: relative;
  line-height: 100%;
}

.btn-contact-link .email>span:last-child .img-01 {
  transition: all 0.35s;
}

.btn-contact-link .email>span:last-child .img-02 {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.35s;
}

.btn-contact-link .email img {
  height: 2.5rem;
}

.btn-contact-link .email::before {
  content: "";
  position: absolute;
  width: 10.3rem;
  height: 9.4rem;
  top: 50%;
  left: 4.8rem;
  transform: translateY(-50%);
  background: url(../img/common/icon-contact-01.png) no-repeat center;
  background-size: cover;
  transition: all 0.35s;
}

.btn-contact-link .email::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  right: 4.3rem;
  transform: translateY(-50%);
  background: url(../img/common/arrow-right.png) no-repeat center;
  background-size: cover;
  transition: all 0.35s;
  border-radius: 100%;
}

.btn-contact-link .email:hover {
  background: #00943a;
  transform: translateY(-0.5rem);
}

.btn-contact-link .email:hover::before {
  background-image: url(../img/common/icon-contact-02.png);
}

.btn-contact-link .email:hover::after {
  right: 3.3rem;
  background-image: url(../img/common/arrow-right-03.png);
}

.btn-contact-link .email:hover span {
  color: #FFFFFF;
}

.btn-contact-link .email:hover span:last-child .img-01 {
  opacity: 0;
}

.btn-contact-link .email:hover span:last-child .img-02 {
  opacity: 1;
}

.btn-contact-link.vs-02 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}

.btn-contact-link.vs-02:last-child {
  margin-bottom: 0;
}

.btn-contact-link.vs-02 a {
  height: 9rem;
  border-radius: 3.8rem;
  padding-left: 2.5rem;
}

.btn-contact-link.vs-02 a>span {
  font-size: 1.2rem;
}

.btn-contact-link.vs-02 a>span:first-child {
  margin-bottom: .6rem;
}

.btn-contact-link.vs-02 a>span:last-child {
  font-size: 2.1rem;
}

.btn-contact-link.vs-02 a>span:last-child .big {
  font-size: 2.8rem;
}

.btn-contact-link.vs-02 a.email:hover::after {
  right: 1.8rem;
}

.btn-contact-link.vs-02 .email {
  padding-left: 0;
}

.btn-contact-link.vs-02 .email::before {
  width: 4.6rem;
  height: 4.2rem;
  left: 2.8rem;
}

.btn-contact-link.vs-02 .email::after {
  right: 2.8rem;
}

.btn-contact-link.vs-02 .email img {
  height: 1.8rem;
}

.btn-contact-link.vs-02 .tel::before {
  width: 4.7rem;
  height: 4.2rem;
  left: 2.8rem;
}

.footer {
  padding-bottom: 26rem;
}

.footer-wrap {
  background: #FFFFFF;
  padding-bottom: 7.5rem;
  position: relative;
}

.footer-contact {
  padding: 12.5rem 0 12.2rem;
  background: #000000;
  border-radius: 23rem;
  margin-bottom: 8.2rem;
}

.footer-contact p {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}

.footer-copyright p {
  margin-top: 1.7rem;
  color: #000000;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0;
}

.footer-copyright a {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .title-default-01 {
    margin-bottom: 5rem;
  }

  .footer-contact {
    border-radius: 15.3rem;
    margin-bottom: 10.7rem;
  }

  .footer-wrap {
    padding-bottom: 22.3rem;
  }

  .btn-contact {
    padding: 12.5rem 0 17.2rem;
  }

  .btn-contact-gp {
    margin-bottom: 5.7rem;
  }

  .btn-contact-link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.6rem;
  }

  .btn-contact-link:first-child {
    order: 1;
    margin-bottom: 0;
  }

  .btn-contact-link a {
    height: 13.4rem;
    border-radius: 4.8rem;
  }

  .btn-contact-link a>span {
    font-size: 1.25rem;
  }

  .btn-contact-link a>span:last-child {
    font-size: 2.5rem;
  }

  .btn-contact-link a>span:last-child .big {
    font-size: 3.2rem;
  }

  .btn-contact-link .tel::before {
    width: 8.7rem;
    height: 7.7rem;
    left: 3.8rem;
  }

  .btn-contact-link .email img {
    height: 2rem;
  }

  .btn-contact-link .email::before {
    left: 3.7rem;
    width: 8.7rem;
    height: 8rem;
  }

  .btn-contact-link .email::after {
    width: 2.4rem;
    height: 2.4rem;
    right: 3.3rem;
  }

  .btn-contact-link.vs-02:first-child {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .title-default-01 span {
    font-size: 5rem;
  }

  .footer-wrap {
    padding-bottom: 10rem;
  }

  .footer-copyright p,
  .footer-copyright a {
    font-size: 15px;
  }

  .footer-contact {
    padding: 6rem 0;
    margin-bottom: 5rem;
    border-radius: 6rem;
  }

  .footer-contact p {
    font-size: 15px;
  }

  .btn-contact-link .email {
    padding-left: 2.5rem;
  }

  .btn-contact-link .email img {
    height: 16px;
  }

  .btn-contact-link .email span:first-child {
    margin-bottom: 0;
  }

  .btn-contact-link .email::before {
    left: 1.5rem;
    width: 5rem;
    height: 4.6rem;
  }

  .btn-contact-link .email::after {
    right: 1.5rem;
    width: 20px;
    height: 20px;
  }

  .btn-contact-link .tel::before {
    left: 1.5rem;
    width: 5rem;
    height: 4.4rem;
  }

  .btn-contact-link a {
    height: 9rem;
    padding-left: 4rem;
  }

  .btn-contact-link a>span {
    font-size: 14px;
  }

  .btn-contact-link a>span:last-child {
    font-size: 15px;
  }

  .btn-contact-link a>span:last-child .big {
    font-size: 17px;
  }

  .btn-contact-link.vs-02 a {
    padding-left: 4.5rem;
  }

  .btn-contact-link.vs-02 .email::before {
    left: 1.5rem;
  }

  .btn-contact-link.vs-02 .tel::before {
    left: 1.5rem;
  }

  .btn-contact-link.vs-02 a>span {
    font-size: 12px;
  }

  .footer {
    padding-bottom: 13rem;
  }
}

.background-white {
  background: #FFFFFF;
}

.top-layout {
  margin-top: 13.6rem;
}

.manufacturing {
  padding-top: 6.3rem;
  padding-bottom: 12rem;
  position: relative;
}

.manufacturing-title {
  margin-bottom: 4rem;
}

.manufacturing-title img {
  height: 23.6rem;
}

.manufacturing-icon-01 {
  position: absolute;
  top: -13.4rem;
  left: 50%;
  width: 35.45rem;
  height: 20rem;
  transform: translateX(-50%);
  background: url(../img/top/manufa-icon-01.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.wp-mv-gp {
  background: #000;
  background-size: cover;
  padding: 6.2rem 3.3rem;
  position: relative;
}

.wp-mv-gp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6.2rem;
  top: 0;
  left: 0;
  background: url(../img/top/wp-mv-bg-02.png) repeat-x center left;
  background-size: cover;
}

.wp-mv-gp::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6.2rem;
  bottom: 0;
  left: 0;
  background: url(../img/top/wp-mv-bg-02.png) repeat-x center left;
  background-size: cover;
}

.wp-mv-gp .slider-controls {
  position: absolute;
  bottom: -6.4rem;
  right: 0;
  display: flex;
}

.wp-mv-gp .slider-controls button {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: all 0.35s;
}

.wp-mv-gp .slider-controls button:hover {
  opacity: 0.8;
}

.wp-mv-gp .slider-controls #playBtn {
  background-image: url(../img/top/icon-play.png);
  margin-right: 2rem;
}

.wp-mv-gp .slider-controls #stopBtn {
  background-image: url(../img/top/icon-pause.png);
}

.wp-mv-slide {
  display: flex;
  width: 450rem;
  animation: slideAnimation 70s linear infinite;
}

.wp-mv-slide li {
  width: 90rem;
  flex-shrink: 0;
}

.wp-mv-slide li img {
  width: 100%;
}

.wp-mv-slide-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@keyframes slideAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
    /* Di chuyển hết chiều dài của danh sách các slide */
  }
}

.top-service {
  margin-bottom: 11rem;
}

.top-service__mascot {
  width: 12.3rem;
}

.top-service-title {
  margin: 3.2rem 0;
}

.top-service-title img {
  height: 3.75rem;
}

.top-service-gp {
  margin-bottom: 2.8rem;
}

.top-service-gp-box {
  width: 22rem;
  margin-right: 8rem;
  position: relative;
}

.top-service-gp-box::before {
  content: "";
  position: absolute;
  width: 4.25rem;
  height: 4.25rem;
  top: 50%;
  right: -6.1rem;
  transform: translateY(-50%);
  background: url(../img/top/icon-add.png) no-repeat center;
  background-size: contain;
}

.top-service-gp-box:nth-child(2n) {
  margin-right: 0;
}

.top-service-gp-box:nth-child(2n)::before {
  content: none;
}

.top-service-gp-box img {
  width: 100%;
}

.top-service-main p {
  margin-bottom: 12.5rem;
}

.top-capacity {
  margin-bottom: 12rem;
}

.top-capacity-title-01 {
  margin-bottom: 2rem;
}

.top-capacity-title-01 span {
  font-size: 11rem;
  font-weight: 900;
  font-family: "Gabarito", sans-serif;
  line-height: 110%;
}

.top-capacity-title-01 span:last-child {
  font-size: 10rem;
}

.top-capacity-01 .txt-default-01 p {
  max-width: 75rem;
}

.top-capacity-01-img {
  margin-bottom: 3rem;
}

.top-capacity-01-img img {
  width: 67.7rem;
}

.top-capacity-01 .top-service-title {
  margin-bottom: 0;
}

.top-capacity-01 p {
  margin-bottom: 13rem;
}

.top-capacity-02-img {
  margin-bottom: 3.6rem;
}

.top-capacity-02-img img {
  width: 92rem;
}

.top-capacity-02 .txt-default-01 p {
  max-width: 74.5rem;
}

.top-capacity-02 p {
  margin-bottom: 5.8rem;
}

.txt-default-01 p {
  font-size: 1.9rem;
  line-height: 175%;
  max-width: 75.5rem;
  margin-left: auto;
  margin-right: auto;
}

.txt-default-01 p span {
  background: #fbe200;
}

.txt-default-01.vs-02 p {
  color: #FFFFFF;
}

.btn-default-01 a,
.btn-default-01 button {
  cursor: pointer;
  display: flex;
  max-width: 46rem;
  width: 100%;
  height: 10rem;
  border-radius: 10rem;
  align-items: center;
  justify-content: center;
  border: #FFFFFF solid 1px;
  color: #FFFFFF;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  background: #000000;
  position: relative;
  transition: all 0.35s;
}

.btn-default-01 a::before,
.btn-default-01 button::before {
  content: "";
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  top: 50%;
  right: 7.5rem;
  background: url(../img/common/arrow-right-02.png) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: all 0.35s;
  border-radius: 100%;
}

.btn-default-01 a:hover,
.btn-default-01 button:hover {
  background: #3dc172;
  color: #000000;
  transform: translateY(-0.5rem);
}

.btn-default-01 a:hover::before,
.btn-default-01 button:hover::before {
  background-image: url(../img/common/arrow-right.png);
  right: 6.5rem;
}

.btn-default-01.vs-02 a {
  color: #000000;
  background: #3dc172;
}

.btn-default-01.vs-02 a::before {
  background-image: url(../img/common/arrow-right.png);
}

.btn-default-01.vs-02 a:hover {
  background: #000000;
  color: #FFFFFF;
}

.btn-default-01.vs-02 a:hover::before {
  background-image: url(../img/common/arrow-right-02.png);
}

.btn-default-01.vs-03 a {
  border: 0;
  max-width: 32rem;
  height: 7rem;
  font-size: 1.7rem;
}

.btn-default-01.vs-03 a::before {
  width: 2.3rem;
  height: 2.3rem;
  right: 5.3rem;
}

.btn-gp-01 .btn-default-01 {
  width: calc((100% - 4.001rem) / 2);
  margin-right: 4rem;
}

.btn-gp-01 .btn-default-01:nth-child(2n) {
  margin-right: 0;
}

.top-product {
  background: #000000;
  padding: 17.3rem 1.5rem 19.5rem;
  border-radius: 23rem;
  margin-bottom: 15rem;
}

.top-product .privacy-policy__title {
  color: #FFFFFF;
}

.top-product .privacy-policy__subtitle {
  color: #FFFFFF;
}

.top-product .privacy-policy__subtitle span {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.top-product .txt-default-01 {
  margin-bottom: 5.2rem;
}

.top-product-img {
  margin-bottom: 9rem;
}

.top-product-img img {
  width: 90.6rem;
}

.top-recruit {
  margin-bottom: 22rem;
}

.top-recruit__mascot {
  width: 17.2rem;
}

.top-recruit-wrap {
  padding: 7rem 5.7rem 6rem;
  background: url(../img/top/recruit-bg-01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.top-recruit-wrap::before {
  content: "";
  position: absolute;
  width: 19.4rem;
  height: 31.75rem;
  top: 8.7rem;
  right: 12.3rem;
  background: url(../img/top/recruit-01.png) no-repeat center;
  background-size: contain;
}

.top-recruit-wrap::after {
  content: "";
  position: absolute;
  width: 52.8rem;
  height: 33.65rem;
  bottom: -9.7rem;
  left: 3.6rem;
  background: url(../img/top/recruit-02.png) no-repeat center;
  background-size: contain;
}

.top-recruit-wrap p {
  font-size: 1.5rem;
  line-height: 175%;
  font-weight: 600;
}

.top-recruit-title {
  margin-bottom: 2rem;
}

.top-recruit-title * {
  line-height: 100%;
}

.top-recruit-title .title {
  font-size: 13.2rem;
  font-weight: 900;
  margin-bottom: -0.9rem;
  color: #000000;
  letter-spacing: 0;
  font-family: "Gabarito", sans-serif;
  line-height: 108%;
}

.top-recruit-title .desc-01 img {
  height: 2.65rem;
}

.top-recruit-title .desc-02 img {
  height: 1.85rem;
}

.top-recruit .btn-default-01 {
  margin-bottom: 11.3rem;
}

.top-recruit .privacy-policy__title-box {
  margin-bottom: 2.8rem;
}

.top-member {
  padding-bottom: 25.5rem;
}

.top-member-gp {
  margin-bottom: 7rem;
}

.top-member-gp-box {
  width: calc((100% - 7.201rem) / 3);
  margin-right: 3.6rem;
}

@media (min-width: 960.5px) {
  .top-member-gp-box:nth-child(3n) {
    margin-right: 0;
  }
}

.top-member-gp-box a {
  transition: all 0.35s;
  display: block;
}

.top-member-gp-box a:hover {
  transform: translateY(-2rem);
}

.top-member-gp-box .img {
  display: block;
  max-width: 33rem;
  margin-left: auto;
  position: relative;
  z-index: 0;
  margin-bottom: -3.3rem;
}

.top-member-gp-box .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 33rem;
  width: 100%;
  border-radius: 8rem;
  background: #88cde9;
  transition: all 0.35s;
}

.top-member-gp-box.vs-02 .img::before {
  background: #f9cd4a;
}

.top-member-gp-box.vs-03 .img::before {
  background: #f9a1ae;
}

.top-member-gp-box .cont {
  position: relative;
  z-index: 1;
  max-width: 27.6rem;
  width: 100%;
  display: block;
}

.top-member-gp-box .cont-gp {
  background: #000000;
  display: block;
  padding: 1.5rem;
  border-radius: 3rem;
  color: #FFFFFF;
  margin-bottom: .6rem;
}

.top-member-gp-box .cont-gp>span {
  display: block;
  font-size: 1.5rem;
  line-height: 175%;
  font-weight: 400;
}

.top-member-gp-box .cont-gp>span:last-child {
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
}

.top-member-gp-box .cont .link {
  font-family: "Gabarito", sans-serif;
  text-align: right;
  display: block;
  font-size: 1.8rem;
  line-height: 175%;
  padding-right: 3.4rem;
  position: relative;
}

.top-member-gp-box .cont .link::before {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/common/arrow-right-02.png) no-repeat center;
  background-size: contain;
  transition: all 0.35s;
}

.top-member-gp-box:hover .img::before {
  background: #3dc172;
}

.top-member-gp-box:hover .cont .link::before {
  right: -1rem;
}

.bg_anime {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 15rem);
  pointer-events: none;
  z-index: -1;
}

.bg_anime.vs-02 {
  top: 79.5rem;
}

.bg_anime>span {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg_anime .triangular-01 {
  width: 22.6rem;
  height: 19.6rem;
  background-image: url(../img/common/triangular-01.png);
  animation: rotate 6s linear infinite;
}

.bg_anime .triangular-01-01 {
  top: 3.7rem;
  left: 40.5rem;
}

.bg_anime .triangular-01-02 {
  right: 2.6rem;
  top: 38.5rem;
  animation: rotate 7s linear infinite;
}

.bg_anime .triangular-02 {
  width: 16.3rem;
  height: 14.2rem;
  animation: rotate 3s linear infinite;
  background-image: url(../img/common/triangular-02.png);
}

.bg_anime .triangular-02-01 {
  top: 48.7rem;
  left: 20rem;
}

.bg_anime .triangular-02-02 {
  right: 50rem;
  top: 39.4rem;
}

.circle-01 {
  width: 21.6rem;
  height: 21.5rem;
  background: url(../img/common/circle-01.png);
  animation: move 4s linear infinite;
}

.circle-01-01 {
  top: 28.4rem;
  left: 28.5rem;
}

.circle-01-02 {
  top: 26.1rem;
  right: 28rem;
}

.circle-02 {
  width: 12.2rem;
  height: 12.2rem;
  background: url(../img/common/circle-02.png);
  animation: move 5s linear infinite;
}

.circle-02-01 {
  top: 51.6rem;
  left: 66.8rem;
}

.circle-02-02 {
  top: 66.3rem;
  right: 42.4rem;
}

.incisor-01 {
  width: 33.3rem;
  height: 20.1rem;
  background-image: url(../img/common/incisor-01.png);
  animation: move 6s linear infinite;
}

.incisor-01-01 {
  top: 4.8rem;
  left: 6.1rem;
}

.incisor-01-02 {
  right: 19.8rem;
  top: 67rem;
  width: 19.1rem;
  height: 11.5rem;
  animation: move 7s linear infinite;
}

.incisor-02 {
  top: 4.2rem;
  right: 4.9rem;
  width: 19.7rem;
  height: 32.8rem;
  background-image: url(../img/common/incisor-02.png);
  animation: move 5s linear infinite;
}

.incisor-02-02 {
  right: auto;
  left: 39.2rem;
  top: 56rem;
  width: 11.7rem;
  height: 19.3rem;
  animation: move 8s linear infinite;
}

.rec-01 {
  top: 34.1rem;
  left: 6.8rem;
  width: 14.4rem;
  height: 14.4rem;
  background-image: url(../img/common/rec-01.png);
  animation: rotate 6s linear infinite;
}

.rec-01-02 {
  left: auto;
  right: 33.6rem;
  top: 4.8rem;
  transform: rotate(90deg);
}

.rec-01-03 {
  top: 63.7rem;
  left: 55.8rem;
  width: 10.2rem;
  height: 11rem;
  transform: rotate(-89deg);
}

.rec-01-04 {
  left: auto;
  right: 5.9rem;
  top: 66.4rem;
  width: 11rem;
  height: 9.6rem;
}

.star-01 {
  top: 8rem;
  right: 53.3rem;
}

.star-02 {
  top: 27.7rem;
  left: 54.8rem;
}

.star-03 {
  left: 12.7rem;
  top: 57.9rem;
  transform: rotate(91deg);
}

.star-04 {
  top: 44.2rem;
  right: 35.4rem;
  transform: rotate(90deg);
}

.star-gp {
  display: flex;
  flex-wrap: wrap;
  width: 8.7rem;
}

.star-gp-item {
  display: block;
  width: 2.1rem;
  margin-bottom: 2rem;
  margin-right: 1.2rem;
  position: relative;
}

.star-gp-item::before,
.star-gp-item::after {
  content: "";
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
  display: block;
  background: url(../img/common/star.png) no-repeat center;
  background-size: contain;
  display: block;
  animation: rotate 3s linear infinite;
  left: 0;
}

.star-gp-item::before {
  top: 0;
  margin-bottom: 2rem;
}

.star-gp-item::after {
  bottom: 0;
}

.star-gp-item:nth-child(3n) {
  margin-right: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes move {
  0% {
    transform: translate(-2rem, -2rem);
  }

  25% {
    transform: translate(2rem, -2rem);
  }

  50% {
    transform: translate(2rem, 2rem);
  }

  75% {
    transform: translate(-2rem, 2rem);
  }

  100% {
    transform: translate(-2rem, -2rem);
  }
}

@media (min-width: 1400.5px) {
  .bg_anime .triangular-01 {
    width: 11.7708vw;
    height: 10.2083vw;
  }

  .bg_anime .triangular-01-01 {
    top: 1.9271vw;
    left: 21.0938vw;
  }

  .bg_anime .triangular-01-02 {
    right: 1.3542vw;
    top: 20.0521vw;
  }

  .bg_anime .triangular-02 {
    width: 8.4896vw;
    height: 7.3958vw;
  }

  .bg_anime .triangular-02-01 {
    top: 25.3646vw;
    left: 10.4167vw;
  }

  .bg_anime .triangular-02-02 {
    right: 26.0417vw;
    top: 20.5208vw;
  }

  .circle-01 {
    width: 11.25vw;
    height: 11.1979vw;
  }

  .circle-01-01 {
    top: 14.7917vw;
    left: 14.8438vw;
  }

  .circle-01-02 {
    top: 13.5938vw;
    right: 14.5833vw;
  }

  .circle-02 {
    width: 6.3542vw;
    height: 6.3542vw;
  }

  .circle-02-01 {
    top: 26.875vw;
    left: 34.7917vw;
  }

  .circle-02-02 {
    top: 34.5313vw;
    right: 22.0833vw;
  }

  .incisor-01-01 {
    top: 2.5vw;
    left: 3.1771vw;
    width: 17.3438vw;
    height: 10.4688vw;
  }

  .incisor-01-02 {
    right: 10.3125vw;
    top: 34.8958vw;
  }

  .incisor-02 {
    width: 10.2604vw;
    height: 17.0833vw;
  }

  .incisor-02-01 {
    top: 2.1875vw;
    right: 2.5521vw;
  }

  .incisor-02-02 {
    left: 20.4167vw;
    top: 29.1667vw;
  }

  .rec-01 {
    width: 7.5vw;
    height: 7.5vw;
  }

  .rec-01-01 {
    top: 17.7604vw;
    left: 3.5417vw;
  }

  .rec-01-02 {
    right: 17.5vw;
    top: 2.5vw;
  }

  .rec-01-03 {
    top: 33.1771vw;
    left: 558px;
  }

  .rec-01-04 {
    right: 3.0729vw;
    top: 34.5833vw;
  }

  .star-01 {
    top: 4.1667vw;
    right: 27.7604vw;
  }

  .star-02 {
    top: 14.4271vw;
    left: 28.5417vw;
  }

  .star-03 {
    left: 6.6146vw;
    top: 30.1563vw;
  }

  .star-04 {
    top: 23.0208vw;
    right: 18.4375vw;
  }
}

@media (max-width: 960px) {
  .btn-gp-01 .btn-default-01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .btn-gp-01 .btn-default-01:last-child {
    margin-bottom: 0;
  }

  .btn-default-01 a {
    margin-left: auto;
    margin-right: auto;
  }

  .top-member .grid-1200 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-member-wrap {
    overflow: hidden;
  }

  .top-member-gp {
    flex-wrap: nowrap;
    width: 123.6rem;
    animation: slideAnimation 15s linear infinite;
  }

  .top-member-gp-box {
    width: 37.6rem;
    margin-right: 3.6rem;
    flex-shrink: 0;
  }

  .top-recruit-wrap {
    padding-bottom: 27rem;
  }

  .top-recruit-wrap::before {
    content: none;
  }

  .bg_anime .triangular-01-02,
  .bg_anime .triangular-02-02,
  .circle-01-02,
  .circle-02-01,
  .circle-02-02,
  .incisor-01-02,
  .incisor-02-01,
  .rec-01-02,
  .rec-01-04,
  .star-02,
  .star-04 {
    display: none !important;
  }

  .incisor-02-02 {
    left: 39.6rem;
    top: 56.4rem;
  }

  .rec-01-03 {
    top: 64.2rem;
    left: 56.3rem;
  }

  .star-01 {
    top: 28rem;
    right: 0px;
  }

  .star-03 {
    left: 12.7rem;
    top: 58.5rem;
  }

  .top-product {
    border-radius: 10rem;
    padding: 12rem 1.5rem 15.5rem;
  }

  .top-capacity .top-service-title {
    margin-bottom: 5rem;
  }

  .top-capacity-02-img {
    margin-bottom: 6rem;
  }
}

@media (max-width: 640px) {
  .manufacturing {
    padding-bottom: 12.5rem;
  }

  .manufacturing-title img {
    height: 15rem;
  }

  .manufacturing .grid-1200 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .wp-mv-gp::before,
  .wp-mv-gp::after {
    background-image: url(../img/top/wp-mv-bg-03.png);
  }

  .wp-mv-gp .slick-slide img {
    height: 47.6rem;
    object-fit: cover;
    width: 100%;
  }

  .wp-mv-gp .slider-controls {
    right: 50%;
    transform: translateX(50%);
    bottom: -5.6rem;
  }

  .top-service-gp-box {
    width: calc((100% - 8.001rem) / 2);
  }

  .top-service-gp-box:nth-child(2n) {
    margin-right: 0;
  }

  .top-service .grid-960 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .top-service .txt-default-01 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .top-capacity .grid-960 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .top-capacity-title-01 {
    margin-bottom: 5rem;
  }

  .top-capacity-title-01 span {
    font-size: 8.8rem;
  }

  .top-capacity-title-01 span:last-child {
    font-size: 8rem;
  }

  .top-capacity-01-img {
    margin-bottom: 7rem;
  }

  .top-capacity-01 .top-service-title {
    margin-bottom: 1.2rem;
  }

  .top-capacity-01 .txt-default-01 p {
    max-width: 50rem;
  }

  .top-capacity-02 p {
    margin-bottom: 4.2rem;
  }

  .txt-default-01 p {
    max-width: 51rem;
  }

  .top-product-img {
    margin-bottom: 8.5rem;
  }

  .top-product .txt-default-01 {
    margin-bottom: 8.2rem;
  }

  .top-product .txt-default-01 p {
    max-width: 47rem;
  }

  .top-recruit-title {
    margin-bottom: 2.7rem;
  }

  .top-recruit-title .title {
    font-size: 12.3rem;
    line-height: 115%;
  }

  .top-recruit-txt {
    justify-content: center;
  }

  .top-recruit-wrap {
    padding: 7rem 1.5rem 26rem;
    background-image: url(../img/top/recruit-bg-02.jpg);
  }

  .top-recruit-wrap::before {
    content: none;
  }

  .top-recruit-wrap::after {
    bottom: -13.8rem;
    left: -1.5rem;
  }

  .top-recruit .btn-default-01 {
    margin-bottom: 3.5rem;
  }

  .top-recruit .grid-1200 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .top-member {
    padding-bottom: 13.5rem;
  }

  .top-member .privacy-policy__title-box {
    margin-bottom: 1.5rem;
  }

  .top-member .grid-1200 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {

  .top-member-gp-box .cont-gp span,
  .btn-default-01 a,
  .btn-default-01 button {
    font-size: 14px;
  }

  .btn-default-01 a,
  .top-member-gp-box .cont .link,
  .top-recruit-wrap p,
  .btn-default-01.vs-03 a,
  .txt-default-01 p {
    font-size: 15px;
  }

  .top-member-gp-box .cont-gp span:last-child {
    font-size: 18px;
  }

  .btn-default-01.vs-03 a::before {
    right: 15px;
  }
}

.breadcrumb {
  padding: 5rem;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
}

.breadcrumb ul li {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  position: relative;
}

.breadcrumb ul li:not(:last-child) {
  margin-right: 4rem;
}

.breadcrumb ul li:not(:last-child)::before {
  content: ">";
  position: absolute;
  right: -2.4rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c8c8c8;
}

.breadcrumb ul li a {
  color: #00943a;
}

@media (max-width: 640px) {
  .breadcrumb {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .breadcrumb ul li {
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) and (max-width: 480px) {
  .breadcrumb ul li {
    font-size: 14px;
  }
}

.padding-top-10 {
  padding-top: 1rem;
}

.mx-780,
.mx-796 {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mx-796 {
  max-width: 79.6rem;
}

.privacy-policy {
  position: relative;
}

.privacy-policy__mascot {
  width: 13.9rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.privacy-policy__mascot.v-105 {
  width: 10.5rem;
}

.privacy-policy__mascot.v-133 {
  width: 13.3rem;
}

.privacy-policy__mascot.v-171 {
  width: 17.2rem;
}

.privacy-policy__title,
.privacy-policy__subtitle {
  text-align: center;
}

.privacy-policy__title {
  color: #000000;
  font-size: 6.9rem;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: 0;
  font-family: "Gabarito", sans-serif;
}

.privacy-policy__title-box {
  margin-bottom: 2.1rem;
}

.privacy-policy__subtitle {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  margin-top: -1.1rem;
}

.privacy-policy__subtitle span {
  min-width: 16rem;
  padding: 1px .6rem 2px;
  display: inline-block;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.privacy-policy__text {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.06rem;
  font-feature-settings: 'palt';
  text-align: justify;
}

.privacy-policy__text.vs-19 {
  font-size: 1.9rem;
  letter-spacing: .2rem;
  line-height: 175%;
}

.privacy-policy__text.vs-25 {
  font-size: 2.5rem;
  letter-spacing: .25rem;
}

.privacy-policy__text.txt-right {
  margin-top: 5.2rem !important;
  padding-top: 3rem;
  text-align: right;
  border-top: 1px solid #c8c8c8;
}

.privacy-policy__section {
  width: 100%;
  position: relative;
  margin-top: 9.4rem;
  margin-bottom: -1.5rem;
}

.privacy-policy__section:last-child {
  margin-bottom: 0;
}

.privacy-policy__section:last-child.pb-200 {
  padding-bottom: 19.5rem;
}

.privacy-policy__section .privacy-policy__text {
  margin-top: 2.8rem;
}

.privacy-policy__section-title {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c8c8c8;
}

.privacy-policy__section-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  font-family: "Gabarito", sans-serif;
  background-color: #000000;
  border-radius: 100%;
}

.privacy-policy__section-txt {
  width: calc(100% - 4rem);
  padding-left: 1.7rem;
  position: relative;
  top: -0.2rem;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
}

.privacy-policy__section ol {
  list-style: auto;
  margin-left: 2rem;
}

.privacy-policy__section ol,
.privacy-policy__section ul {
  margin-top: 2.6rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.06rem;
  font-feature-settings: 'palt';
}

@media (max-width: 640px) {

  .mx-780,
  .mx-796 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .privacy-policy {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .privacy-policy__mascot {
    margin-bottom: 1rem;
  }

  .privacy-policy__title {
    font-size: 6.4rem;
  }

  .privacy-policy__title-box {
    margin-bottom: 4rem;
  }

  .privacy-policy__subtitle {
    font-size: 1.6rem;
    margin-top: 0;
  }

  .privacy-policy__subtitle span {
    padding: 2px .8rem;
  }
}

@media (max-width: 640px) and (max-width: 480px) {
  .privacy-policy__subtitle span {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media (max-width: 640px) and (max-width: 480px) {
  .privacy-policy__text {
    font-size: 14px;
    line-height: 180% !important;
  }

  .privacy-policy__text.vs-19 {
    font-size: 16px;
    letter-spacing: .1rem;
  }

  .privacy-policy__text.vs-25 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    letter-spacing: 0.2rem;
  }
}

@media (max-width: 640px) {
  .privacy-policy__section {
    margin-top: 9.4rem;
  }

  .privacy-policy__section:last-child.pb-200 {
    padding-bottom: 15rem;
  }

  .privacy-policy__section-title {
    padding-bottom: 2rem;
  }
}

@media (max-width: 640px) and (max-width: 480px) {
  .privacy-policy__section-number {
    width: 30px;
    height: 30px;
    font-size: 2.5rem;
  }

  .privacy-policy__section-txt {
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 640px) and (max-width: 480px) {

  .privacy-policy__section ol,
  .privacy-policy__section ul {
    font-size: 14px;
    line-height: 180% !important;
  }
}

.recruit-job__section:not(:last-child) {
  margin-bottom: 12rem;
}

.recruit-job__section .privacy-policy__text {
  letter-spacing: .03rem;
}

.recruit-job__section .privacy-policy__text p:not(:last-child) {
  margin-bottom: 3.5rem;
}

.recruit-job__title {
  margin-bottom: 2.1rem;
}

.recruit-job__title--img {
  display: block;
}

.recruit-job__title--img img {
  width: 50rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4.4rem;
  overflow: hidden;
}

.recruit-job__title--txt {
  text-align: center;
  display: block;
  margin-top: 2.7rem;
}

.recruit-job__title--txt img {
  height: 3.8rem;
}

.recruit-job .txt-center {
  text-align: center;
  margin-top: -5.1rem;
  padding-bottom: 21.4rem;
}

.recruit-job .job-list {
  flex-wrap: nowrap;
}

.job-list {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.6rem;
  margin-bottom: 6rem;
  flex-wrap: wrap;
}

.job-card {
  width: calc((100% - 6.02rem) / 3);
  margin-right: 2rem;
  margin-bottom: 2rem;
  border-radius: 2.8rem;
  background-color: #000000;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  transition: ease all 0.35s;
  transform: translateY(0);
}


@media (min-width: 960.5px) {
  .job-card:hover {
    color: #000000;
    background-color: #3dc172;
    transform: translateY(-0.5rem);
  }
  
  .job-card:hover .job-card__title {
    background-image: url(../img/recruit/icon-job-01-sp.png);
  }
  
  .job-card:nth-child(3n),
  .job-card:last-child {
    margin-right: 0;
  }
}

.job-card__title {
  display: inline-block;
  padding-bottom: 2.7rem;
  background-image: url(../img/recruit/icon-job-01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 2.1rem;
  transition: ease all 0.35s;
  position: relative;
}

.job-table {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.4rem;
  border-radius: 3rem;
  border: .4rem solid #000000;
  border-spacing: 0;
  color: #000000;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.08rem;
}

.job-table__row:first-child th {
  border-top-left-radius: 2rem;
}

.job-table__row:first-child td {
  border-top-right-radius: 3rem;
}

.job-table__row:last-child th {
  border-bottom-left-radius: 2rem;
  border-bottom: 0;
}

.job-table__row:last-child td {
  border-bottom: 0;
  border-bottom-right-radius: 3rem;
}

.job-table__row:nth-child(2n - 1) td {
  background-color: #f5f5f5;
}

.job-table__header {
  width: 17rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.8rem;
}

.job-table__data {
  padding-left: 4rem;
}

.job-table td,
.job-table th {
  padding-top: 1.55rem;
  padding-bottom: 1.55rem;
  border-bottom: 1px solid #d2d2d2;
}

.job-table th {
  padding-left: 5.1rem;
  text-align-last: left;
  border-bottom: 1px solid #1e1e1e;
}

@media (max-width: 960px) {
  .job-list {
    margin-top: 4rem;
    margin-bottom: 9rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .job-card {
    width: calc((100% - 1.52rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 2rem;
    height: 12rem;
    font-size: 2.3rem;
  }

  .job-card:nth-child(2n) {
    margin-right: 0;
  }

  .job-card__title {
    padding-bottom: 3.2rem;
    background-size: 2.4rem;
  }

  .recruit-job__section:not(:last-child) {
    margin-bottom: 14rem;
  }

  .recruit-job__section .privacy-policy__text p:not(:last-child) {
    margin-bottom: 2rem;
  }

  .recruit-job__title {
    margin-bottom: 4rem;
  }

  .recruit-job__title--img img {
    width: 100%;
  }

  .recruit-job__title--txt {
    margin-top: 4.2rem;
  }

  .recruit-job__title--txt img {
    height: 4.8rem;
  }

  .recruit-job .job-list {
    flex-wrap: wrap;
  }

  .recruit-job .txt-center {
    margin-top: -6.8rem;
    padding-bottom: 15.1rem;
  }

  .job-table {
    max-width: 100%;
    margin-top: 5.8rem;
    font-size: 1.9rem;
  }

  .job-table__row:first-child th {
    border-top-right-radius: 2rem;
  }

  .job-table__row:first-child td {
    border-top-right-radius: 0;
  }

  .job-table__row:last-child th {
    border-bottom-left-radius: 0;
  }

  .job-table__row:last-child td {
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }

  .job-table__row:nth-child(2n - 1) td {
    background-color: #f5f5f5;
  }

  .job-table__header {
    width: 100%;
  }

  .job-table td,
  .job-table th {
    width: 100%;
    float: left;
    line-height: 180%;
    padding: 2rem !important;
    border-bottom: 0;
  }

  .job-table th {
    font-size: 1.9rem;
  }

  .job-table td {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .job-table th {
    font-size: 16px;
  }

  .job-table td {
    font-size: 14px;
  }
}

.wp-recruit {
  position: relative;
}

.wp-recruit--img {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
}

.wp-recruit__message {
  width: 100%;
  max-width: 96.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.7rem;
}

.wp-recruit__message--title {
  text-align: center;
  margin-bottom: 2.7rem;
}

.wp-recruit__message--title img {
  height: 3.8rem;
  width: auto;
}

.wp-recruit__message--img {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}

.wp-recruit__message--img img {
  vertical-align: top;
}

.wp-recruit__message .privacy-policy__text {
  width: 100%;
  max-width: 89.1rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: .15rem;
  margin-bottom: 14.8rem;
}

.wp-recruit__message .privacy-policy__text p:not(:last-child) {
  margin-bottom: 3.4rem;
}

.wp-recruit__message .job-list {
  flex-wrap: wrap;
}

.wp-recruit__message .job-card {
  width: calc((100% - 4.002rem) / 2);
  margin-bottom: 2.1rem;
  margin-right: 4rem;
}

.wp-recruit__message .job-card:nth-child(3n) {
  margin-right: 4rem;
}

.wp-recruit__message .job-card:nth-child(2n),
.wp-recruit__message .job-card:last-child {
  margin-right: 0;
}

.wp-recruit__person .privacy-policy__text {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: .15rem;
}

.wp-recruit__person-box {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 4.2rem;
  margin-bottom: 2.8rem;
}

.wp-recruit__person-box--item {
  width: calc((100% - 6.002rem) / 3);
  margin-right: 3rem;
  padding: 2rem 2rem 6.3rem;
  background-color: #000000;
  border-radius: 10rem;
}

.wp-recruit__person-box--item img {
  border-top-left-radius: 9rem;
  border-top-right-radius: 9rem;
}

.wp-recruit__person-box--item p {
  margin-top: -4.9rem;
  text-align: justify;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.07rem;
  font-feature-settings: 'palt';
}

.wp-recruit__environment {
  background-color: #000000;
  border-radius: 23rem;
  padding-top: 17.4rem;
  padding-bottom: 17.5rem;
  margin-top: 15.8rem;
  margin-bottom: 14rem;
}

.wp-recruit__environment .privacy-policy__title,
.wp-recruit__environment .privacy-policy__subtitle {
  color: #ffffff;
}

.wp-recruit__environment .privacy-policy__subtitle span {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.wp-recruit__environment-box {
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.1rem;
  margin-bottom: 3.5rem;
}

.wp-recruit__environment-box img {
  height: 3.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-recruit__environment-box .privacy-policy__text {
  color: #ffffff;
  text-align: center;
  letter-spacing: .1rem;
  margin-top: 2.6rem;
}

.wp-recruit__member {
  margin-bottom: 15.7rem;
}

@media (min-width: 960.5px) {
  .wp-recruit__member .top-member-gp {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-recruit__job {
  margin-bottom: 7rem;
}

.wp-recruit__job-box {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
}

.wp-recruit__job-box--item {
  width: 100%;
  overflow: hidden;
  border-radius: 8rem;
  background-color: #000000;
  padding: 2rem 6.5rem 2rem 2.5rem;
  display: flex;
  align-items: center;
  transition: ease all 0.35s;
  cursor: pointer;
  transform: translateY(0);
}

.wp-recruit__job-box--item:hover {
  transform: translateY(-0.5rem);
  background-color: rgba(0, 0, 0, 0.8);
}

.wp-recruit__job-box--item:hover .right .more span {
  background-position: center right 0rem;
}

.wp-recruit__job-box--item:not(:last-child) {
  margin-bottom: 2rem;
}

.wp-recruit__job-box--item .left {
  width: 22rem;
}

.wp-recruit__job-box--item .left img {
  overflow: hidden;
  border-radius: 5.4rem;
}

.wp-recruit__job-box--item .right {
  width: calc(100% - 22rem);
  padding-left: 4.7rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.wp-recruit__job-box--item .right h3 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 1.8rem;
}

.wp-recruit__job-box--item .right h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 2px;
  background-color: #3dc172;
}

.wp-recruit__job-box--item .right .num {
  font-family: "Gabarito", sans-serif;
  color: #3dc172;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.08rem;
}

.wp-recruit__job-box--item .right .txt {
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.08rem;
}

.wp-recruit__job-box--item .right .more {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.08rem;
}

.wp-recruit__job-box--item .right .more span {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  display: inline-block;
  padding-right: 4.6rem;
  background-image: url(../img/recruit/job-4.png);
  background-position: center right 0.6rem;
  background-repeat: no-repeat;
  background-size: 3rem;
  position: relative;
  left: 0.6rem;
  transition: ease all 0.35s;
}

.wp-recruit__gallery {
  position: relative;
  padding-bottom: 19.6rem;
}

.wp-recruit__gallery-box {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.wp-recruit__gallery-box--item {
  text-align: center;
  width: calc((100% - 4.802rem) / 3);
  margin-right: 2.4rem;
  margin-bottom: 2.8rem;
}

.wp-recruit__gallery-box--item:nth-child(3n),
.wp-recruit__gallery-box--item:last-child {
  margin-right: 0;
}

.wp-recruit__gallery-box--item img {
  border-radius: 5rem;
  width: 100%;
  height: 24.5rem;
  overflow: hidden;
}

.wp-recruit__gallery-box--item h3 {
  display: block;
  margin-top: 1.1rem;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.08rem;
}

.wp-recruit__gallery-box--item p {
  display: block;
  margin-top: .3rem;
  font-feature-settings: 'palt';
  color: #000000;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.08rem;
}

.vacation_box {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.vacation_box-item {
  border-radius: 12rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  padding-top: 4.8rem;
  padding-bottom: 5.8rem;
}

.vacation_box-item:not(:last-child) {
  margin-bottom: 3.5rem;
}

.vacation_box-header {
  width: 40rem;
  text-align: center;
}

.vacation_box-header .vacation__icon img {
  width: 15.3rem;
}

.vacation_box-header .vacation__title {
  text-align: center;
  margin-top: .6rem;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.08rem;
}

.vacation_box-body {
  padding-right: 9rem;
  width: calc(100% - 40rem);
}

.vacation__item {
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 2.2rem;
  margin-bottom: 1.6rem;
}

.vacation__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.vacation__item-title {
  color: #3dc172;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.08rem;
}

.vacation__item-description {
  font-feature-settings: 'palt';
  text-align: justify;
  margin-top: .2rem;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.09rem;
}

@media (max-width: 960px) {
  .wp-recruit--img {
    max-width: calc(100% - 6rem);
  }

  .wp-recruit__message {
    max-width: calc(100% - 6rem);
    margin-top: 8.5rem;
  }

  .wp-recruit__message .privacy-policy__title-box {
    margin-bottom: 4.2rem;
  }

  .wp-recruit__message--title img {
    height: 12.8rem;
  }

  .wp-recruit__message--img {
    max-width: 100%;
  }

  .wp-recruit__message .privacy-policy__text {
    max-width: 100%;
    margin-bottom: 9rem;
  }

  .wp-recruit__message .privacy-policy__text p:not(:last-child) {
    margin-bottom: 2rem;
  }

  .wp-recruit__message .job-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 6.5rem;
  }

  .wp-recruit__message .job-card {
    width: calc((100% - 2.02rem) / 2);
    margin-bottom: 2rem;
    margin-right: 2rem;
  }

  .wp-recruit__message .job-card:nth-child(3n) {
    margin-right: 2rem;
  }

  .wp-recruit__person {
    max-width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
  }

  .wp-recruit__person .privacy-policy__text {
    max-width: 100%;
    letter-spacing: 0;
    text-align: justify;
  }

  .wp-recruit__person-box {
    max-width: 100%;
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
  }

  .wp-recruit__person-box--item {
    width: 100%;
    margin-right: 0;
    padding: 2rem 2rem 4rem;
    border-radius: 5rem;
    margin-bottom: 3.5rem;
  }

  .wp-recruit__person-box--item img {
    width: 100%;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .wp-recruit__person-box--item p {
    margin-top: -7.9rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-recruit__person-box--item p {
    font-size: 14px;
    line-height: 175%;
  }
}

@media (max-width: 960px) {
  .wp-recruit__environment {
    border-radius: 6rem;
    padding: 8.5rem 3rem 10.3rem;
    margin-top: 9rem;
    margin-bottom: 14rem;
  }

  .wp-recruit__environment-box {
    max-width: 100%;
    margin-bottom: 5.7rem;
  }

  .wp-recruit__environment-box img {
    height: 3.75rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-recruit__environment-box .privacy-policy__text {
    text-align: justify;
    letter-spacing: 0;
    margin-top: 3rem;
  }

  .wp-recruit__member {
    margin-bottom: 4.3rem;
  }

  .wp-recruit__member .privacy-policy__title-box {
    margin-bottom: 3.5rem;
  }

  .wp-recruit__job {
    margin-bottom: 8.6rem;
    max-width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
  }

  .wp-recruit__job-box {
    max-width: 100%;
    margin-top: 4.4rem;
  }

  .wp-recruit__job-box--item {
    border-radius: 4rem;
    padding: 2rem;
  }

  .wp-recruit__job-box--item:not(:last-child) {
    margin-bottom: 2.6rem;
  }

  .wp-recruit__job-box--item .left img {
    border-radius: 3rem;
  }

  .wp-recruit__job-box--item .right {
    padding-left: 3rem;
    flex-wrap: wrap;
  }

  .wp-recruit__job-box--item .right h3 {
    width: 100%;
    padding-bottom: 1.2rem;
  }

  .wp-recruit__job-box--item .right h3::before {
    height: 1px;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-recruit__job-box--item .right .num {
    font-size: 11.5px;
  }
}

@media (max-width: 960px) {
  .wp-recruit__job-box--item .right .txt {
    font-size: 3rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-recruit__job-box--item .right .txt {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .wp-recruit__job-box--item .right .more {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 1.5rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-recruit__job-box--item .right .more {
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  .wp-recruit__gallery {
    padding-bottom: 9.4rem;
  }

  .wp-recruit__gallery-box {
    max-width: calc(100% - 6rem);
    margin-top: 4.3rem;
  }

  .wp-recruit__gallery-box--item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.9rem;
  }

  .wp-recruit__gallery-box--item:nth-child(3n) {
    margin-right: 0;
  }

  .wp-recruit__gallery-box--item img {
    height: 34.5rem;
    border-radius: 4rem;
  }

  .wp-recruit__gallery-box--item h3 {
    margin-top: 2.8rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-recruit__gallery-box--item h3 {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .wp-recruit__gallery-box--item p {
    margin-top: 1.2rem;
    letter-spacing: 0;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-recruit__gallery-box--item p {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .vacation_box {
    max-width: 100%;
  }

  .vacation_box-item {
    border-radius: 6rem;
    flex-wrap: wrap;
    padding: 5rem 3rem;
  }

  .vacation_box-header {
    width: 100%;
    text-align: center;
  }

  .vacation_box-header .vacation__icon img {
    width: 15.3rem;
  }

  .vacation_box-header .vacation__title {
    margin-top: .8rem;
  }

  .vacation_box-body {
    padding-right: 0;
    width: 100%;
    margin-top: 2.6rem;
  }

  .vacation__item {
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
  }

  .vacation__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .vacation__item-title {
    margin-bottom: 1rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .vacation__item-title {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .vacation__item-description {
    text-align: justify;
    margin-top: .2rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .vacation__item-description {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .top-member-gp-box .cont-gp {
    padding: 2rem 3.5rem;
  }

  .top-member-gp-box .cont-gp span>span {
    font-size: 14px !important;
    display: block;
    font-weight: 500 !important;
    text-align: left !important;
  }
}

.wp-staff .wp-recruit__job {
  padding-bottom: 20rem;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .wp-staff .wp-recruit__job {
    padding-bottom: 16rem;
  }
}

.wp-staff_member {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  display: flex;
  margin-bottom: 10.4rem;
}

.wp-staff_member--item {
  width: calc((100% - 4.02rem) / 3);
  margin-right: 2rem;
  text-align: center;
}

.wp-staff_member--item a {
  width: 100%;
  display: block;
  background-color: #000000;
  border-radius: 4.5rem;
  padding-top: 1.8rem;
  padding-bottom: 3rem;
  transform: translateY(0);
  transition: ease all 0.35s;
}

.wp-staff_member--item:nth-child(3n),
.wp-staff_member--item:last-child {
  margin-right: 0;
}

.wp-staff_member--item.vs-02 .member-img::before {
  background-color: #f9cd4a;
}

.wp-staff_member--item.vs-03 .member-img::before {
  background-color: #f9a1ae;
}

.wp-staff_member--item:hover a {
  transform: translateY(-0.5rem);
}

.wp-staff_member--item:hover .member-img::before {
  background-color: #3dc172;
}

.wp-staff_member--item .member-img {
  width: 14rem;
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3.4rem;
  overflow: hidden;
}

.wp-staff_member--item .member-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14rem;
  background-color: #88cde9;
  border-radius: 3.4rem;
  transition: ease all 0.35s;
}

.wp-staff_member--item .member-img img {
  position: relative;
  z-index: 1;
}

.wp-staff_member--item .name {
  display: block;
  margin-top: .6rem;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.09rem;
}

.wp-staff_member--item .desc {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.09rem;
}

.wp-staff_profile {
  margin-bottom: 12.5rem;
}

.wp-staff_message {
  margin-bottom: 13.8rem;
}

.wp-staff_interview {
  margin-bottom: 11.1rem;
}

.wp-block-desc {
  width: 100%;
  max-width: 80rem;
  margin-top: 3.3rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-desc img {
  border-radius: 5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.wp-block-interview {
  margin-top: 9.5rem;
  margin-bottom: 12.4rem;
}

.wp-block-interview:last-child {
  margin-bottom: 0;
}

.wp-block-interview .title {
  display: block;
  margin-bottom: 2.7rem;
}

.wp-block-interview .title .icon {
  display: block;
  text-align: center;
}

.wp-block-interview .title .icon img {
  width: 8rem;
  height: 9.5rem;
  margin-bottom: 2rem;
}

.wp-block-interview .title .txt {
  display: block;
  text-align: center;
}

.wp-block-interview .title .txt img {
  margin-bottom: 0rem;
}

.wp-block-interview img {
  height: 3.8rem;
  border-radius: 0;
  margin-bottom: 2.5rem;
}

.employee-card {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-color);
  border-radius: 5.5rem;
  margin-top: 3.5rem;
  padding: 5rem;
  display: flex;
  align-items: center;
}

.employee-card__image {
  width: 36rem;
}

.employee-card__image img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-radius: 4rem;
  overflow: hidden;
}

.employee-card__info {
  width: calc(100% - 36rem);
  padding-left: 8rem;
  margin-top: -2rem;
}

.employee-card__name {
  color: #000000;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.09rem;
}

.employee-card__year {
  margin-top: -0.4rem;
  color: #000000;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.09rem;
}

.employee-card__details {
  width: 100%;
  max-width: 38rem;
  margin-top: 5.4rem;
}

.employee-card__detail {
  width: 100%;
  margin-bottom: 1.2rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  padding-top: .5rem;
  padding-bottom: 1.2rem;
}

.employee-card__detail:last-child {
  margin-bottom: 0;
}

.employee-card__label {
  width: 5.4rem;
  display: inline-block;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.09rem;
}

.employee-card__value {
  width: calc(100% - 5.4rem);
  display: inline-block;
  padding-top: .4rem;
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.09rem;
}

.wp-block-schedule {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12rem;
}

.wp-block-schedule .title {
  text-align: center;
  display: block;
}

.wp-block-schedule .title img {
  height: 3.7rem;
  width: auto;
}

.wp-block-schedule .schedule {
  border-spacing: 0;
  margin-top: 3.2rem;
  width: 100%;
  max-width: 78rem;
}

.wp-block-schedule .schedule .years {
  width: 11.3rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wp-block-schedule tr:first-child .schedule__time::before {
  top: calc(50% + .2rem);
}

.wp-block-schedule tr:first-child .schedule__activity::after {
  top: 7.5rem;
}

.wp-block-schedule tr:last-child .schedule__activity::after {
  top: 3.7rem;
}

.wp-block-schedule .schedule__time {
  padding-left: 2rem;
  font-family: "Gabarito", sans-serif;
  text-align: right;
  width: 12.5rem;
  position: relative;
  color: #000000;
  font-size: 5rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.09rem;
}

.wp-block-schedule .schedule__time::before {
  content: "";
  position: absolute;
  right: -8.4rem;
  top: 50%;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #3dc172;
  z-index: 2;
}

.wp-block-schedule .schedule__activity {
  padding: 2.4rem 0;
  padding-left: 13.5rem;
  padding-right: 2rem;
  position: relative;
  color: #000000;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}

.wp-block-schedule .schedule__activity .days {
  width: 5.8rem;
  display: inline-block;
}

.wp-block-schedule .schedule__activity::before {
  content: "";
  position: absolute;
  left: 13.5rem;
  bottom: 0;
  width: calc(100% - 15.5rem);
  height: 1px;
  background-color: #d2d2d2;
}

.wp-block-schedule .schedule__activity::after {
  content: "";
  position: absolute;
  left: 6.8rem;
  top: calc(50% + .6rem);
  width: 2px;
  height: 100%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #d8f3e3;
}

@media (max-width: 960px) {

  .wp-staff_member,
  .wp-staff_profile,
  .wp-staff_message,
  .wp-staff_interview {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .wp-staff .wp-recruit__job {
    padding-bottom: 20rem;
    margin-bottom: 0;
  }
}

@media (max-width: 960px) and (max-width: 960px) {
  .wp-staff .wp-recruit__job {
    padding-bottom: 16rem;
  }
}

@media (max-width: 960px) {
  .wp-staff_member {
    margin-top: 5rem;
    margin-bottom: 5.5rem;
    flex-wrap: wrap;
  }

  .wp-staff_member--item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .wp-staff_member--item a {
    border-radius: 4.5rem;
    padding-top: 1.8rem;
    padding-bottom: 3rem;
  }

  .wp-staff_member--item .member-img {
    width: 30rem;
    border-radius: 3.4rem;
  }

  .wp-staff_member--item .member-img::before {
    height: 30rem;
    border-radius: 7rem;
  }

  .wp-staff_member--item .name {
    margin-top: .6rem;
  }

  .wp-staff_profile {
    margin-bottom: 8.3rem;
  }

  .wp-staff_message,
  .wp-staff_interview {
    margin-bottom: 7.5rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-staff_member--item .name {
    font-size: 22px;
  }

  .wp-staff_member--item .desc {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .employee-card {
    flex-wrap: wrap;
    margin-top: 5.2rem;
    padding: 3rem 3rem 5rem;
    border-radius: 4.5rem;
  }

  .employee-card__image {
    width: 100%;
  }

  .employee-card__image img {
    width: 100%;
    height: 40rem;
    border-radius: 3rem;
  }

  .employee-card__info {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }

  .employee-card__name {
    line-height: 115%;
  }

  .employee-card__year {
    margin-top: .6rem;
    font-weight: 500;
  }

  .employee-card__details {
    max-width: 100%;
    margin-top: 2.5rem;
  }

  .employee-card__detail {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 2rem;
    padding: 1rem 3rem 1.7rem;
  }

  .employee-card__label {
    width: 8.4rem;
  }

  .employee-card__value {
    width: calc(100% - 8.4rem);
    padding-top: 1rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {

  .employee-card__value,
  .employee-card__name {
    font-size: 22px;
    font-feature-settings: 'palt';
  }

  .employee-card__label,
  .employee-card__year {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .wp-block-schedule {
    margin-top: 8.5rem;
  }

  .wp-block-schedule .schedule {
    border-spacing: 0;
    margin-top: 3.2rem;
  }

  .wp-block-schedule .schedule__row.vs-02 .schedule__activity {
    margin-top: -6rem;
  }

  .wp-block-schedule tr:first-child .schedule__time::before {
    top: calc(50% + 1.2rem);
  }

  .wp-block-schedule tr:first-child .schedule__activity::after {
    top: 11rem;
  }

  .wp-block-schedule tr:last-child .schedule__activity::after {
    top: 0;
    height: calc(100% + 6.5rem);
  }

  .wp-block-schedule .schedule__time {
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 6rem;
    top: 0;
    line-height: 120%;
    padding-top: 2.4rem;
  }

  .wp-block-schedule .schedule__time::before {
    left: 0;
    top: calc(50% + 1.1rem);
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-block-schedule .schedule__time::before {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 960px) {
  .wp-block-schedule .schedule__activity {
    width: 100%;
    float: left;
    padding-left: 6rem;
    padding-bottom: 2.5rem;
    line-height: 175%;
    padding-top: 1rem;
    letter-spacing: .15rem;
    font-feature-settings: 'palt';
  }

  .wp-block-schedule .schedule__activity::before {
    left: 6rem;
    width: calc(100% - 6rem);
  }

  .wp-block-schedule .schedule__activity::after {
    left: calc(1.5rem - 1px);
    top: calc(50% - 4rem);
    height: calc(100% + 20rem);
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-block-schedule .schedule__activity::after {
    left: 8px;
    width: 1px;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-block-schedule tr:last-child .schedule__activity::after {
    height: calc(100% + 12.5rem);
  }

  .wp-block-schedule .title img {
    height: 22px;
  }

  .wp-block-schedule .schedule__activity {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .wp-block-interview {
    margin-top: 7.5rem;
    margin-bottom: 11rem;
  }

  .wp-block-interview .title {
    margin-bottom: 2.2rem;
  }

  .wp-block-interview .title .icon img {
    margin-bottom: 3.5rem;
  }

  .wp-block-interview img {
    height: 9.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-block-interview img {
    height: 57px;
  }
}

.wp-product_desc {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.2rem;
  margin-bottom: 15.2rem;
}

.wp-product_desc p {
  letter-spacing: .15rem;
  text-align: center;
}

.wp-product_main {
  background-color: #000000;
  padding-top: 17.5rem;
  padding-bottom: 23.8rem;
  border-radius: 23rem;
}

.wp-product_main .privacy-policy__title,
.wp-product_main .privacy-policy__subtitle,
.wp-product_main .privacy-policy__text {
  color: #ffffff;
}

.wp-product_main .privacy-policy__subtitle span {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.wp-product_main-materials {
  width: 100%;
  max-width: 90.6rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-product_main-materials img {
  height: 3.75rem;
  margin: 1.3rem 0 2.5rem;
}

.wp-product_main-materials p {
  text-align: center;
  letter-spacing: .12rem;
}

.wp-product_main-materials p.vs-02 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-product_main-materials p img {
  height: auto;
  margin: 5.1rem 0 7rem;
}

.wp-product_main .list {
  display: flex;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-product_main .list li {
  margin-right: 2.5rem;
  width: 33.33%;
}

.wp-product_main .list li img {
  width: 100%;
  height: 24.5rem;
  border-radius: 5rem;
  overflow: hidden;
}

.wp-product_main .list li span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
  letter-spacing: normal;
}

.wp-product_main .list li:last-child {
  margin-right: 0;
}

.wp-product_others {
  margin-top: 14rem;
  padding-bottom: 19.8rem;
}

.wp-product_others-box {
  width: 100%;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 6rem;
}

.wp-product_others-box--item {
  background-color: #d8f3e3;
  border-radius: 100%;
  margin-right: 1.5rem;
  width: 50%;
  height: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-product_others-box--item:last-child {
  margin-right: 0;
}

.wp-product_others-box--item p {
  width: 24rem;
  height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #3dc172;
  border-radius: 100%;
  text-align: center;
}

.wp-product_others-box--item .icon img {
  height: 8rem;
}

.wp-product_others-box--item .txt {
  color: #000000;
  font-size: 2.1rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  margin-top: 3.5rem;
}

.wp-product_others .wp-product_desc {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .wp-product_desc {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: -0.6rem;
    margin-bottom: 9.2rem;
  }

  .wp-product_main {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 8.6rem;
    padding-bottom: 4rem;
    border-radius: 6rem;
  }

  .wp-product_main-materials {
    width: 100%;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .wp-product_main-materials img {
    height: 3.75rem;
    margin: 1.3rem 0 2.5rem;
  }

  .wp-product_main-materials p {
    text-align: center;
    letter-spacing: .12rem;
  }

  .wp-product_main-materials p img {
    height: 27.5rem;
  }

  .wp-product_main .list {
    flex-wrap: wrap;
  }

  .wp-product_main .list li {
    margin-right: 0rem;
    margin-bottom: 5rem;
    width: 100%;
  }

  .wp-product_main .list li img {
    height: auto;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-product_main .list li span {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .wp-product_others {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 8.5rem;
    padding-bottom: 5.8rem;
  }

  .wp-product_others .wp-product_desc {
    padding-left: 0;
    padding-right: 0;
  }

  .wp-product_others .wp-product_desc p {
    text-align: justify;
  }

  .wp-product_others-box {
    margin-bottom: 3.6rem;
    margin-top: 5.2rem;
    max-width: 52rem;
  }

  .wp-product_others-box--item {
    margin-right: 1.5rem;
    height: 25.251rem;
  }

  .wp-product_others-box--item p {
    width: 20rem;
    height: 20rem;
  }

  .wp-product_others-box--item .icon img {
    height: 8rem;
  }

  .wp-product_others-box--item .txt {
    font-size: 2.1rem;
    margin-top: 2.5rem;
  }
}

.wp-company {
  padding-top: 1.2rem;
}

.wp-company .job-list {
  margin-top: 5rem;
}

.wp-company_greeting-box {
  width: 100%;
  max-width: 89.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  margin-bottom: 13.5rem;
}

.wp-company_greeting-box--img {
  width: 100%;
}

.wp-company_greeting-box--img img {
  width: 30rem;
  display: block;
  margin: 0 auto;
}

.wp-company_greeting-box--info {
  margin-top: 3.8rem;
}

.wp-company_greeting-box--info .title {
  text-align: center;
  margin-bottom: 2.6rem;
}

.wp-company_greeting-box--info .title img {
  height: 3.75rem;
}

.wp-company_greeting-box--info .privacy-policy__text {
  letter-spacing: .15rem;
}

.wp-company_greeting-box--info .privacy-policy__text p:not(:last-child) {
  margin-bottom: 3.4rem;
}

.wp-company_greeting-box--info .right-name {
  text-align: right;
  margin-top: -0.6rem;
}

.wp-company_greeting-box--info .right-name img {
  height: 3.4rem;
}

.wp-company_greeting-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wp-company_greeting-slider::before,
.wp-company_greeting-slider::after {
  content: "";
  position: absolute;
  top: -1rem;
  background-color: #ffffff;
  width: 2rem;
  height: calc(100% + 2rem);
  z-index: 2;
}

.wp-company_greeting-slider::after {
  right: 0;
}

.wp-company_greeting-slider-gp {
  display: flex;
  width: calc(53.5rem * 6);
  animation: slideAnimation 25s linear infinite;
}

.wp-company_greeting-slider--item {
  width: 52.7rem;
  margin-right: .8rem;
  flex-shrink: 0;
}

.wp-company_greeting-slider img {
  border-radius: 4rem;
  overflow: hidden;
}

.wp-company_outline {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.wp-company_outline .job-table {
  margin-top: 3.5rem;
}

.wp-company_history .wp-block-schedule {
  margin-top: 4rem;
}

.wp-company_global {
  margin-top: 10.8rem;
  margin-bottom: 10rem;
}

.wp-company_access {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
}

.wp-company_access--img {
  margin-top: 6rem;
}

.wp-company_access--img img {
  width: 100%;
  vertical-align: top;
}

.wp-company_access--maps {
  width: 100%;
  height: 46rem;
  position: relative;
  margin-top: 6.8rem;
}

.wp-company_access--maps iframe {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: top;
}

.wp-company_access--list {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
}

.wp-company_access--list li {
  width: calc((100% - 2.02rem) / 2);
  margin-right: 2rem;
  border-radius: 3.5rem;
  background-color: #000000;
  padding: 2.5rem 1.5rem 2.5rem 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-company_access--list li:nth-child(2n),
.wp-company_access--list li:last-child {
  margin-right: 0;
}

.wp-company_access--list .icon {
  width: 7rem;
}

.wp-company_access--list .txt {
  padding-left: 1.7rem;
  width: calc(100% - 7rem);
  font-feature-settings: 'palt';
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.18rem;
}

.wp-company_csr {
  padding-bottom: 20.6rem;
}

.wp-company_csr--item:not(:last-child) {
  margin-bottom: 11.2rem;
}

@media (max-width: 960px) {
  .wp-company .job-list {
    margin-bottom: 7rem;
  }

  .wp-company_greeting-box {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 100%;
    margin-top: 5rem;
    margin-bottom: 9.5rem;
  }

  .wp-company_greeting-box--img img {
    width: 40rem;
  }

  .wp-company_greeting-box--info {
    margin-top: 4.2rem;
  }

  .wp-company_greeting-box--info .title {
    margin-bottom: 1.6rem;
  }

  .wp-company_greeting-box--info .title img {
    height: 10.5rem;
  }

  .wp-company_greeting-box--info .privacy-policy__text p:not(:last-child) {
    margin-bottom: 2rem;
  }

  .wp-company_greeting-box--info .right-name {
    margin-top: 4rem;
  }

  .wp-company_greeting-box--info .right-name img {
    height: 4rem;
    vertical-align: top;
  }

  .wp-company_outline,
  .wp-company_history,
  .wp-company_global,
  .wp-company_access,
  .wp-company_csr {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .wp-company_outline {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .wp-company_outline .job-table {
    margin-top: 5.2rem;
  }

  .wp-company_history .wp-block-schedule {
    margin-top: -1.1rem;
  }

  .wp-company_global {
    margin-top: 8.5rem;
    margin-bottom: 1.5rem;
  }

  .wp-company .box_ttimg_car {
    margin-top: 5rem;
  }

  .wp-company .box_ttimg_car .img {
    margin-bottom: 3rem;
  }

  .wp-company .box_ttimg_car .img img {
    width: 74.1rem;
  }

  .wp-company .box_ttimg_car .img ul {
    width: 100%;
    max-width: 66rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6.4rem;
  }

  .wp-company .box_ttimg_car .img ul li {
    margin-right: 2rem;
  }

  .wp-company .box_ttimg_car .img ul li:nth-child(2n),
  .wp-company .box_ttimg_car .img ul li:last-child {
    margin-right: 0;
  }

  .wp-company_access {
    margin-bottom: 12rem;
  }

  .wp-company_access--img {
    margin-top: 5rem;
  }

  .wp-company_access--maps {
    height: 30rem;
    margin-top: 4.5rem;
  }

  .wp-company_access--list {
    flex-wrap: wrap;
    margin-top: 5rem;
  }

  .wp-company_access--list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
    border-radius: 3rem;
    padding: 2.5rem 1.5rem 2.5rem 3.5rem;
  }

  .wp-company_access--list li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-company_access--list .txt {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .wp-company_csr {
    padding-bottom: 15rem;
  }

  .wp-company_csr--item:not(:last-child) {
    margin-bottom: -1.8rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .wp-company_greeting-slider img {
    border-radius: 3rem;
  }
}

.box_ttimg_car {
  width: 100%;
  max-width: 76.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.3rem;
}

.box_ttimg_car.vs-02 {
  max-width: 78rem;
}

.box_ttimg_car.vs-02 .title {
  margin-bottom: 2.4rem;
}

.box_ttimg_car.vs-02 .img {
  margin-bottom: 3rem;
}

.box_ttimg_car.vs-02 .img img {
  width: 78rem;
}

.box_ttimg_car .title {
  margin-bottom: 3.2rem;
  text-align: center;
}

.box_ttimg_car .title img {
  height: 3.8rem;
}

.box_ttimg_car .img {
  margin-bottom: 3.3rem;
  text-align: center;
}

.box_ttimg_car .img img {
  width: 74.1rem;
}

.box_ttimg_car .img ul {
  width: 100%;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6.4rem;
}

.box_ttimg_car .img ul li {
  margin-right: 2rem;
}

.box_ttimg_car .img ul li:nth-child(2n),
.box_ttimg_car .img ul li:last-child {
  margin-right: 0;
}

.box_ttimg_car .privacy-policy__text {
  text-align: center;
  letter-spacing: .15rem;
}

.box_colums {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  width: 100%;
  max-width: 83.4rem;
  margin-left: auto;
  margin-right: auto;
}

.box_colums--item {
  width: calc((100% - 6.002rem) / 2);
  margin-right: 6rem;
  margin-bottom: 3.5rem;
  text-align: center;
}

.box_colums--item:nth-child(2n),
.box_colums--item:last-child {
  margin-right: 0;
}

.box_colums--item img {
  border-radius: 5rem;
  overflow: hidden;
}

.box_colums--item .title {
  margin-top: 2.4rem;
  margin-bottom: .8rem;
}

.box_colums--item .title,
.box_colums--item p {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: .1rem;
  font-feature-settings: 'palt';
}

.box_colums--item p {
  line-height: 175%;
  font-size: 1.7rem;
  letter-spacing: .05rem;
  font-weight: 500;
}

@media (max-width: 960px) {
  .box_ttimg_car .title img.vs-sp {
    height: 10.5rem;
  }

  .box_colums {
    margin-top: 4rem;
  }

  .box_colums--item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6rem;
  }

  .box_colums--item img {
    border-radius: 3rem;
  }

  .box_colums--item .title {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 960px) and (max-width: 480px) {
  .box_colums--item .title {
    font-size: 16px;
  }

  .box_colums--item p {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media (max-width: 960px) {
  .wp-company_greeting-slider--item {
    width: 26.8rem;
  }

  .wp-company_greeting-slider-gp {
    width: 138rem;
  }
}

@media (max-width: 640px) {
  .wp-company_greeting-slider--item {
    width: 40.8rem;
  }

  .wp-company_greeting-slider-gp {
    width: 208rem;
  }
}

.is-contact .footer-contact {
  display: none;
}

.contact__mascot {
  width: 17.2rem;
}

.wp-contact {
  padding-bottom: 19.5rem;
}

.wp-contact-btn-01 a {
  background: #000000;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 9rem;
  display: block;
  padding: 5.1rem 0;
}

.wp-contact-btn-01 a * {
  color: #FFFFFF;
  text-align: center;
}

.wp-contact-btn-01 a .btn-gp {
  background: url(../img/common/icon-tel-01.png) no-repeat center left;
  background-size: 10.6rem;
  display: block;
  max-width: 43rem;
  line-height: 160%;
  padding-top: 1.6rem;
  padding-left: 13.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.wp-contact-btn-01 a .btn-gp-item {
  display: block;
}

.wp-contact-btn-01 a .btn-gp-number {
  font-size: 3.1rem;
  font-family: "Gabarito", sans-serif;
  font-weight: 900;
  line-height: 175%;
}

.wp-contact-btn-01 a .btn-gp-number .big {
  font-size: 4rem;
}

.wp-contact-btn-01 a .desc {
  font-size: 1.6rem;
  display: block;
}

.wp-contact-01 {
  margin-bottom: 10.5rem;
}

.wp-contact-01 .txt-default-01 {
  margin-bottom: 8.7rem;
}

.wp-contact-list {
  margin-bottom: 6rem;
}

.wp-contact-list li {
  text-align: center;
  margin-right: 7rem;
}

.wp-contact-list li:last-child {
  margin-right: 0;
}

.wp-contact-list li:last-child .number::before {
  content: none;
}

.wp-contact-list li .text {
  color: #000000;
  font-size: 1.5rem;
}

.wp-contact-list li .number {
  margin-top: .5rem;
  color: #FFFFFF;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  font-size: 2rem;
  position: relative;
}

.wp-contact-list li .number::before {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 0.1rem;
  top: 50%;
  right: -5.3rem;
  background: #c8c8c8;
}

.wp-contact-list li.active .text {
  color: #00943a;
}

.wp-contact-list li.active .number {
  background: #00943a;
}

.wp-contact-list-02 li {
  width: calc((100% - 8.001rem) / 3);
  margin-right: 4rem;
  position: relative;
}

.wp-contact-list-02 li::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1px;
  top: 50%;
  right: -2.7rem;
  background: #000000;
}

.wp-contact-list-02 li:nth-child(3n) {
  margin-right: 0;
}

.wp-contact-list-02 li:nth-child(3n)::before {
  content: none;
}

.wp-contact-list-03 {
  margin-top: 1.8rem;
}

.wp-contact-list-03 li {
  margin-bottom: 3rem;
}

.wp-contact-list-03 li:last-child {
  margin-bottom: 0;
}

.wp-contact-list-03 li label {
  cursor: pointer;
}

.wp-contact-list-03 li input {
  position: absolute;
  opacity: 0;
}

.wp-contact-list-03 li input:checked~span::after {
  opacity: 1;
}

.wp-contact-list-03 li span {
  font-size: 1.7rem;
  position: relative;
  padding-left: 6.2rem;
  display: inline-block;
}

.wp-contact-list-03 li span::before {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #FFFFFF;
  border: #00943a solid 1px;
  border-radius: 100%;
}

.wp-contact-list-03 li span::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #00943a;
  border-radius: 100%;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.35s;
}

.wp-contact-wrap {
  background: #f0f0f0;
  border-radius: 23rem;
  padding: 14.5rem 0 6.5rem;
}

.wp-contact-wrap.vs-02 {
  padding: 9rem 0 0.5rem;
}

.wp-contact-wrap.vs-02 .wp-contact-form p {
  margin-bottom: 0;
}

.wp-contact-form-item {
  margin-bottom: 2.2rem;
}

.wp-contact-form-item.vs-02 {
  margin-top: 4.6rem;
}

.wp-contact-form-item.vs-03 {
  margin-bottom: 5rem;
}

.wp-contact-form-item .btn-default-01 {
  margin: 9rem 0;
}

.wp-contact-form-item.last p {
  font-size: 1.7rem;
}

.wp-contact-form p {
  margin-left: 0;
  max-width: 100%;
  margin-bottom: .9rem;
}

.wp-contact-form p span {
  background: transparent;
  font-size: 1.4rem;
  color: #e8055f;
}

.wp-contact-form .input-form {
  width: 100%;
  height: 5.5rem;
  border-radius: .8rem;
  border: 0;
  padding: 0 2.5rem;
  font-family: "Noto Sans JP", serif;
  font-size: 1.7rem;
  color: #000000;
}

.wp-contact-form .input-form::placeholder {
  font-size: 1.7rem;
  color: rgba(100, 100, 100, 0.5);
}

.wp-contact-form textarea.input-form {
  height: 30.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.wp-contact-form-required {
  cursor: pointer;
  position: relative;
  font-size: 1.7rem;
}

.wp-contact-form-required a {
  color: #e8055f;
  border-bottom: #e8055f solid 1px;
  transition: all 0.35s;
}

.wp-contact-form-required a:hover {
  border-bottom-color: #f0f0f0;
}

.wp-contact-form-required input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.wp-contact-form-required input:checked~span::after {
  opacity: 1;
}

.wp-contact-form-required span {
  position: relative;
  padding-left: 6.2rem;
}

.wp-contact-form-required span::before {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: .5rem;
  top: 50%;
  transform: translateY(-50%);
  border: #969696 solid 1px;
  left: 0;
  background: #FFFFFF;
}

.wp-contact-form-required span::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  left: .75rem;
  border-radius: .5rem;
  background: #00943a;
  opacity: 0;
  transition: all 0.35s;
}

.wp-contact-table {
  width: 100%;
}

.wp-contact-table td {
  float: left;
  width: 100%;
  font-size: 1.9rem;
  line-height: 175%;
}

.wp-contact-table td:first-child {
  margin-bottom: .9rem;
}

.wp-contact-table td:last-child {
  margin-bottom: 2.2rem;
  font-size: 1.7rem;
}

.wp-contact-table td span {
  background: #FFFFFF;
  display: block;
  min-height: 5.5rem;
  border-radius: 0.8rem;
  padding: 1.2rem 2.5rem;
  word-break: break-all;
}

.wp-contact-btn-gp {
  margin: 6.5rem 0 2.5rem;
}

.wp-contact-btn-gp a,
.wp-contact-btn-gp button {
  margin-left: auto;
  margin-right: auto;
}

.wp-contact-btn-gp a {
  margin-bottom: 3rem;
}

.wp-contact .privacy-policy__title-box.vs-02 {
  margin-bottom: 4.2rem;
}

.wp-contact .privacy-policy__title-box.vs-02 .privacy-policy__title {
  margin-bottom: .6rem;
}

@media (max-width: 960px) {
  .wp-contact-wrap {
    border-radius: 10rem;
    padding: 6rem 0;
  }

  .wp-contact-wrap.vs-02 {
    padding: 6rem 0 1rem;
  }

  .wp-contact-form-item .btn-default-01 {
    margin: 5rem 0;
  }
}

@media (max-width: 480px) {
  .wp-contact-form-required {
    font-size: 12px;
  }

  .wp-contact-form-required span {
    padding-left: 28px;
  }

  .wp-contact-list li .text {
    font-size: 14px;
  }

  .wp-contact-list li .number {
    font-size: 15px;
    width: 30px;
    height: 30px;
  }

  .wp-contact-list-03 li span,
  .wp-contact-form-item.last p,
  .wp-contact-btn-01 a .desc {
    font-size: 14px;
  }

  .wp-contact-form p span {
    font-size: 12px;
  }

  .wp-contact-form .input-form {
    height: 45px;
    font-size: 14px;
    padding: 0 1.5rem;
  }

  .wp-contact-form .input-form::placeholder {
    font-size: 14px;
  }

  .wp-contact-table td {
    font-size: 15px;
  }

  .wp-contact-table td:last-child {
    font-size: 14px;
  }
}

@media (max-width: 370px) {
  .wp-contact-form-required {
    letter-spacing: -0.5px;
    font-size: 11px;
  }

  .wp-contact-form-required span {
    padding-left: 22px;
  }
}

.is-service .top-service {
  margin-bottom: 12rem;
}

.is-service .job-list.vs-02 {
  max-width: 120rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.is-service .job-card {
  width: calc((100% - 6.001rem) / 4);
}

.is-service .job-card:nth-child(3n) {
  margin-right: 2rem;
}

.wp-history {
  margin-bottom: 12rem;
}

.wp-history-main img {
  width: 59.4rem;
  margin-bottom: 3rem;
}

.wp-history-main p {
  margin-bottom: 5.6rem;
}

.history__mascot {
  width: 17.2rem;
}

.wp-strength {
  margin-bottom: 14.5rem;
}

.wp-strength-main img {
  width: 45.95rem;
  margin-bottom: 3.5rem;
}

.wp-global {
  margin-bottom: 10.8rem;
}

.wp-global-main img {
  width: 74.1rem;
  margin-bottom: 3rem;
}

.wp-global-main p {
  margin-bottom: 5.2rem;
}

.wp-facility {
  padding-bottom: 15.2rem;
}

.wp-facility-slide {
  max-width: 84rem;
  margin: 3rem auto 10rem;
}

.wp-facility-slide .slick-list {
  border-radius: 7.5rem;
}

.wp-facility-slide .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.wp-facility-slide .slick-dots li {
  margin-right: 1rem;
  display: flex;
}

.wp-facility-slide .slick-dots li:last-child {
  margin-bottom: 0;
}

.wp-facility-slide .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  background: #ffffff;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 0;
  transition: all 0.35s;
}

.wp-facility-slide .slick-dots li.slick-active button,
.wp-facility-slide .slick-dots li:hover button {
  background: #3dc172;
}

.wp-facility-main img {
  margin-bottom: 2.3rem;
}

.wp-facility-main p {
  color: #ffffff;
}

.wp-quality {
  margin-bottom: 12rem;
}

.wp-quality-list {
  counter-reset: section;
}

.wp-quality-list .box {
  background: #3dc172;
  border-radius: 4rem;
  max-width: 82rem;
  margin-bottom: 2rem;
  position: relative;
  padding: 4.7rem 8.5rem 4.7rem 15rem;
}

.wp-quality-list .box p {
  font-size: 1.6rem;
}

.wp-quality-list .box .img {
  position: absolute;
  bottom: -0.7rem;
  left: -6.8rem;
  width: 9.8rem;
}

.wp-quality-list .box .img img {
  width: 100%;
}

.wp-quality-list .box:last-child {
  margin-bottom: 0;
}

.wp-quality-list .box:nth-child(3) .img {
  width: 11.8rem;
  bottom: -1.2rem;
}

.wp-quality-list .box:nth-child(2n) {
  background: #000000;
}

.wp-quality-list .box:nth-child(2n) .wp-quality-title,
.wp-quality-list .box:nth-child(2n) p {
  color: #ffffff;
}

.wp-quality-list .box:nth-child(2n) .wp-quality-title::before {
  background: #3dc172;
  color: #000000;
}

.wp-quality-list .box:nth-child(2n) .img {
  left: auto;
  right: -8rem;
  width: 12.7rem;
}

.wp-quality-list .box:nth-child(2n-1) {
  margin-left: auto;
}

.wp-quality-title {
  font-size: 2.6rem;
  color: #000000;
  line-height: 175%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: .5rem;
  position: relative;
}

.wp-quality-title span {
  font-size: 1.6rem;
}

.wp-quality-title::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: -5.8rem;
  background: #000000;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  top: 0;
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality__mascot {
  width: 13.3rem;
}

.wp-iso {
  padding-bottom: 20.8rem;
}

.wp-iso .box_ttimg_car .img ul {
  margin-bottom: 3.5rem;
}

@media (min-width: 960.5px) {
  .privacy-policy__title-box.vs-02 {
    margin-bottom: 5rem;
  }

  .wp-global .txt-default-01 p {
    max-width: 75rem;
  }
}

@media (max-width: 960px) {
  .wp-facility {
    padding-bottom: 2rem;
  }

  .wp-strength {
    margin-bottom: 8rem;
  }

  .wp-quality-list .box {
    max-width: 55rem;
    padding: 3rem 3.5rem 3rem 10rem;
  }

  .wp-quality-list .box .img {
    width: 7.5rem;
    left: -4.8rem;
  }

  .wp-quality-list .box:nth-child(2n) .img {
    right: -6rem;
    width: 9rem;
  }

  .wp-quality-list .box:nth-child(3) .img {
    width: 8rem;
  }

  .wp-iso {
    padding-bottom: 10rem;
  }

  .is-service .job-card {
    width: calc((100% - 1.501rem) / 2);
  }

  .is-service .job-card:nth-child(3n) {
    margin-right: 1.5rem;
  }

  .is-service .job-card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .wp-quality-list .box {
    padding: 3rem 1.5rem 3rem 8rem;
  }

  .wp-quality-list .box:nth-child(2n) .img {
    right: auto;
    left: -3rem;
  }

  .wp-quality-list .box .img {
    left: -3rem;
  }

  .wp-quality-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 480px) {
  .wp-quality-list .box {
    max-width: 50rem;
  }

  .wp-quality-list .box:nth-child(2n) {
    margin-left: auto;
  }

  .wp-quality-list .box p {
    font-size: 14px;
  }

  .wp-quality-title {
    font-size: 18px;
  }

  .wp-quality-title span {
    font-size: 14px;
  }
}