@import url("https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&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: 767.5px) {
  html {
    font-size: 1.4vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 2.66667vw;
  }
}

*,
: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: -15rem;
  width: 100%;
  visibility: hidden;
}

.anchor_fixtop_1 {
  top: -25rem;
}

#page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 13.6rem;
  height: 8.85rem;
  opacity: 0;
  border: 0;
  z-index: 99 !important;
  border-radius: 1.2rem 1.2rem 0 0;
  background: #0042be;
  background-size: cover;
  transition: all 0.35s;
  cursor: pointer;
  outline: none;
  z-index: 50;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 700;
  padding-top: 2.5rem;
}

#page_top::before {
  content: "";
  position: absolute;
  width: 2.7rem;
  height: 1.8rem;
  background: url(../img/common/page-top.png) no-repeat center;
  background-size: contain;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#page_top.show {
  opacity: 1;
}

@media (max-width: 960px) {
  #page_top {
    right: 0;
    bottom: 7.5rem;
    font-size: 1rem;
    padding-top: 1.5rem;
    height: 5.85rem;
    width: 8.6rem;
    position: absolute;
  }

  #page_top::before {
    top: 1rem;
    width: 1.7rem;
    height: 1.1rem;
  }

  #page_top.fixed {
    position: fixed;
    bottom: 0;
  }
}

.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-1610 {
  max-width: 164rem;
}

.grid-1490 {
  max-width: 152rem;
}

.grid-1420 {
  max-width: 145rem;
}

.grid-1390 {
  max-width: 142rem;
}

.grid-1350 {
  max-width: 138rem;
}

.grid-1148 {
  max-width: 117.8rem;
}

.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: 2rem;
    padding-right: 2rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

/* 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;
}

.wp-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background: #FFFFFF;
}

.wp-header-logo {
  padding-left: 5.5rem;
}

.wp-header-logo img {
  width: 40rem;
}

.wp-header-menu li {
  margin-left: 5.8rem;
}

.wp-header-menu li:first-child {
  padding-left: 0;
}

.wp-header-menu li a {
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1rem;
  position: relative;
  display: inline-block;
  padding-top: 4.4rem;
}

.wp-header-menu li a::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  background: #ff1000;
  border-radius: 100%;
  transition: all 0.35s;
  opacity: 0;
}

.wp-header-menu li a:hover::after {
  opacity: 1;
}

.wp-header-menu li.active a::after {
  opacity: 1;
}

.wp-header-menu li.recruit {
  margin-left: 8.4rem;
}

.wp-header-menu li.recruit a {
  display: flex;
  width: 16.5rem;
  height: 10.9rem;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(90deg, #0b84ca 0%, #39afeb 100%);
  color: #FFFFFF;
  padding: 1.5rem;
}

.wp-header-menu li.recruit a::before {
  content: "";
  position: absolute;
  width: 3.7rem;
  height: 4.1rem;
  background: url(../img/common/icon-user.png) no-repeat center;
  background-size: contain;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.35s;
}

.wp-header-menu li.recruit a::after {
  content: none;
}

@media (min-width: 960.5px) {
  .is-home .wp-header {
    background: transparent;
    transition: all 0.35s;
  }

  .is-home .wp-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, #e0f3ff 0%, rgba(224, 243, 255, 0) 100%);
  }

  .is-home .wp-header-menu li.recruit {
    margin-bottom: -2.5rem;
  }

  .is-home .wp-header-menu li.recruit a {
    font-size: 2rem;
    height: 14rem;
    padding: 2rem;
    border-radius: 0 0 1rem 1rem;
  }

  .is-home .wp-header-menu li.recruit a::before {
    width: 5.1rem;
    height: 5.5rem;
    top: 2.8rem;
  }

  .is-home header.active .wp-header {
    background: #FFFFFF;
  }

  .is-home header.active .wp-header-menu li.recruit {
    margin-bottom: 0;
  }

  .is-home header.active .wp-header-menu li.recruit a {
    height: 10.9rem;
    font-size: 1.6rem;
    padding: 1.5rem;
    border-radius: 0;
  }

  .is-home header.active .wp-header-menu li.recruit a::before {
    width: 3.7rem;
    height: 4.1rem;
    top: 2.4rem;
  }

  .is-home main {
    margin-top: 0;
  }
}

@media (max-width: 960px) {
  .wp-header-logo {
    padding-left: 2.6rem;
    padding-right: 2.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 8.66rem;
  }

  .wp-header-logo img {
    width: 26.924rem;
  }

  .wp-header-menu {
    display: none;
    width: 100%;
    padding-bottom: 1.5rem;
  }

  .wp-header-menu .menu {
    display: block;
    padding: 0 1.5rem;
  }

  .wp-header-menu li {
    margin-left: 0;
    text-align: center;
  }

  .wp-header-menu li a {
    display: block;
    padding: 1rem;
    border-bottom: dashed 1px #CCC;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .wp-header-menu li a::after {
    content: none;
  }

  .wp-header-menu li.active a {
    color: #0143be;
  }

  .wp-header-menu li.recruit {
    margin-top: 1rem;
    margin-left: 0;
  }

  .wp-header-menu li.recruit.active a {
    color: #fff;
  }

  .wp-header-menu li.recruit a {
    border-bottom: 0;
    width: 100%;
    padding: .5rem;
    height: 7rem;
  }

  .wp-header-menu li.recruit a::before {
    width: 2.4rem;
    height: 2.7rem;
    top: 1rem;
  }

  #menu {
    display: block;
    position: relative;
    top: .3rem;
  }

  #menu>div {
    width: 3.86rem;
    height: 3.86rem;
    position: relative;
    display: flex;
  }

  #menu span {
    background: #0143be;
    left: 0.7rem;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    position: absolute;
    width: 2.41rem;
    height: 4px;
    -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) {
    top: 1.1rem;
  }

  #menu span:nth-child(2) {
    bottom: 1.2rem;
  }

  #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) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(315deg);
    transform: translateY(-50%) rotate(315deg);
  }

  #menu .change span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(405deg);
    transform: translateY(-50%) rotate(405deg);
  }

  .chane-x {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
}

.title-default-01 {
  max-width: 48.3rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  padding-bottom: 3.4rem;
  margin-bottom: 4.8rem;
}

.title-default-01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6.5rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/icon-01.png) no-repeat center;
  background-size: contain;
}

.title-default-01 span {
  color: #2d2d2d;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
}

.title-default-01 span:first-child {
  font-size: 1.6rem;
  font-family: "Belanosima", sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 0 2rem;
}

.title-default-01 span:first-child::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.4rem;
  top: .5rem;
  left: 0;
  background: url(../img/common/icon-02.png) no-repeat center;
  background-size: contain;
}

.title-default-01 span:first-child::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.4rem;
  top: .5rem;
  right: 0;
  transform: scaleX(-1);
  background: url(../img/common/icon-02.png) no-repeat center;
  background-size: contain;
}

.title-default-01 span:last-child {
  display: block;
  letter-spacing: .6rem;
}

.title-default-01.vs-02 {
  margin-bottom: 1.5rem;
}

.title-default-01.vs-02::before {
  background-image: url(../img/common/icon-04.png);
}

.title-default-01.vs-02 span {
  color: #FFFFFF;
}

.title-default-01.vs-02 span:first-child::before,
.title-default-01.vs-02 span:first-child::after {
  background-image: url(../img/common/icon-03.png);
}

.title-default-01.vs-03 {
  margin-bottom: 2rem;
}

.title-default-01.vs-03::before {
  background-image: url(../img/common/icon-05.png);
}

.title-default-01.vs-03 span {
  color: #0b84ca;
}

.title-default-01.vs-03 span:first-child::before,
.title-default-01.vs-03 span:first-child::after {
  background-image: url(../img/common/icon-06.png);
}

.title-default-02 {
  margin-bottom: 4.5rem;
  color: #FFFFFF;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.2rem;
  text-align: center;
}

.title-default-02 span {
  border-bottom: #f7ea58 solid 1.4rem;
}

.title-default-03 {
  color: #2d2d2d;
  font-size: 4rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.5rem;
}

.title-default-03::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 3.8rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #f7ea58;
}

.title-default-04 {
  text-align: center;
}

.title-default-04 span {
  display: inline-block;
  color: #2d2d2d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0;
}

.title-default-04 span:first-child {
  font-size: 1.6rem;
  font-family: "Belanosima", sans-serif;
  font-weight: 400;
  position: relative;
  padding: 0 2rem;
}

.title-default-04 span:first-child::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.4rem;
  top: .5rem;
  left: 0;
  background: url(../img/common/icon-02.png) no-repeat center;
  background-size: contain;
}

.title-default-04 span:first-child::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.4rem;
  top: .5rem;
  right: 0;
  transform: scaleX(-1);
  background: url(../img/common/icon-02.png) no-repeat center;
  background-size: contain;
}

.title-default-04 span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 21.6rem;
  margin-left: auto;
  margin-right: auto;
  height: 5.4rem;
  background: #f7ea58;
  border-radius: 5.4rem;
  letter-spacing: .3rem;
}

.title-default-05 {
  color: #2d2d2d;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}

.title-default-05>span>span {
  position: relative;
}

.title-default-05>span>span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.4rem;
  bottom: .3rem;
  left: 0;
  background: #f7ea58;
  z-index: -1;
}

.title-tel-01 a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 72.5rem;
  background: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding-top: .15rem;
  padding-bottom: 2.35rem;
  border: #0b84ca solid 2px;
  border-radius: 13rem;
}

.title-tel-01 a * {
  color: #0b84ca;
  font-size: 6.7rem;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0;
}

.title-tel-01 a .vs-01 {
  display: block;
  font-family: "Belanosima", sans-serif;
}

.title-tel-01 a .vs-01 span:first-child {
  font-size: 3.5rem;
}

.title-tel-01 a .vs-02 {
  font-size: 1.5rem;
  margin-top: -1.8rem;
  width: 100%;
}

.wp-footer {
  position: relative;
  z-index: 0;
}

.wp-footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 17rem;
  top: 0;
  left: 0;
  background: url(../img/common/line_wavy-02.png) repeat-x center;
  background-size: contain;
  animation: scrollBackground 18s linear infinite;
  z-index: -1;
}

@media (max-width: 960px) {
  .wp-footer::before {
    content: none !important;
  }
}

.wp-footer-contact {
  padding: 28.5rem 0 18rem;
  background: no-repeat center top;
  background-image: url(../img/common/bg-footer.png);
  background-size: cover;
  position: relative;
  z-index: 0;
}

@media (max-width: 960px) {
  .wp-footer-contact {
    background-image: url(../img/common/bg-footer-sp.jpg);
  }
}

.wp-footer-contact p {
  margin-bottom: 4.6rem;
}

.wp-footer-gp {
  padding: 9rem 0 8.3rem;
}

.wp-footer-gp-item:nth-child(2) {
  margin-top: 1rem;
}

.wp-footer-gp-item:nth-child(3) {
  margin-top: 2.8rem;
}

.wp-footer-gp-item.logo img {
  width: 43rem;
}

.wp-footer-gp-item .logo-04 {
  margin-bottom: 3.2rem;
}

.wp-footer-gp-item .logo-04 img {
  width: 40.2rem;
}

.wp-footer-gp-item p {
  margin-top: 2.8rem;
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
}

.wp-footer-gp-item p .item-fax {
  display: inline-block;
  margin-left: 3.4rem;
}

.wp-footer-gp-logo li {
  margin-right: 2.2rem;
}

.wp-footer-gp-logo li:nth-child(2) {
  margin-right: 2.6rem;
}

.wp-footer-gp-logo li:last-child {
  margin-top: -1.2rem;
  margin-right: 0;
}

@media (min-width: 960.5px) {
  .wp-footer-gp-logo .logo-01 img {
    width: 17.95rem;
  }

  .wp-footer-gp-logo .logo-02 img {
    width: 10.2rem;
  }

  .wp-footer-gp-logo .logo-03 img {
    width: 18.6rem;
  }
}

.wp-footer-menu li a {
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding-right: 2.4rem;
  margin-right: 2.4rem;
}

.wp-footer-menu li a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 1rem);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #2d2d2d;
}

.wp-footer-menu li:last-child a {
  padding-right: 0;
  margin-right: 0;
}

.wp-footer-menu li:last-child a::before {
  content: none;
}

.copyright {
  text-align: center;
  padding: 2.2rem;
  background: linear-gradient(90deg, #0b84ca 0%, #39afeb 100%);
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0;
}

@media (max-width: 1480px) and (min-width: 960.5px) {
  .wp-footer-menu li a {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (max-width: 960px) {
  #footer {
    position: relative;
  }

  .title-default-01 {
    max-width: 26.93rem;
    margin-bottom: 2.7rem;
    padding-bottom: 3.56rem;
  }

  .title-default-01::before {
    height: 4.2rem;
  }

  .title-default-01.vs-02 {
    margin-bottom: 2.5rem;
  }

  .title-default-01.vs-02::before {
    background-image: url(../img/common/icon-08.png);
  }

  .title-default-01 span {
    font-size: 2.88461rem;
    line-height: 150%;
  }

  .title-default-01 span:first-child {
    font-size: 1.53846rem;
  }

  .title-default-02 {
    font-size: 1.925rem;
    margin-bottom: 1.2rem;
    letter-spacing: 0.1rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .title-default-02 span {
    border-bottom-width: 0.7rem;
  }

  .title-default-03 {
    font-size: 2.885rem;
    padding-left: 3.4rem;
    margin-bottom: 2.5rem;
  }

  .title-default-03::before {
    height: 3.66rem;
  }

  .title-default-04 span {
    font-size: 2.31rem;
  }

  .title-default-04 span:first-child {
    color: #FFFFFF;
    font-size: 1.54rem;
  }

  .title-default-04 span:first-child::before,
  .title-default-04 span:first-child::after {
    background-image: url(../img/common/icon-03.png);
  }

  .title-default-04 span:last-child {
    max-width: 20.77rem;
    height: 5.2rem;
  }

  .title-default-05 {
    font-size: 2.89rem;
    text-align: center;
    line-height: 150%;
    margin-bottom: 42rem;
  }

  .title-default-05>span>span::before {
    height: 0.77rem;
    bottom: -0.3rem;
  }

  .title-tel-01 a {
    padding-top: .35rem;
    padding-bottom: 1.45rem;
  }

  .title-tel-01 a * {
    font-size: 3.241rem;
  }

  .title-tel-01 a .vs-01 span:first-child {
    font-size: 1.693rem;
  }

  .title-tel-01 a .vs-02 {
    font-size: 1.25rem;
    margin-top: -1rem;
  }

  .wp-footer {
    position: relative;
  }

  .wp-footer-contact {
    padding: 9.4rem 0 13rem;
  }

  .wp-footer-contact.txt-default-01 p {
    margin-bottom: 2.5rem;
    letter-spacing: .1rem;
    text-align: left;
  }

  .wp-footer-menu {
    display: none;
  }

  .wp-footer-menu li {
    width: calc((100% - 1.001rem) / 3);
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .wp-footer-menu li:nth-child(3n) {
    margin-right: 0;
  }

  .wp-footer-menu li a {
    font-size: 1.4rem;
    border: dashed 1px #CCC;
    display: block;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
    padding: .5rem;
  }

  .wp-footer-menu li a::before {
    content: none;
  }

  .wp-footer-gp {
    padding: 3.8rem 0 3rem;
    justify-content: center;
  }

  .wp-footer-gp-item p {
    margin-top: 1.8rem;
    font-size: 1.34615rem;
    line-height: 200%;
  }

  .wp-footer-gp-item p .item-fax {
    margin-left: 1.4rem;
  }

  .wp-footer-gp-item.logo img {
    width: 30.39rem;
  }

  .wp-footer-gp-item .logo-04 img {
    width: 17.7rem;
  }

  .wp-footer-gp-item:nth-child(2) {
    margin-top: 4rem;
    width: 100%;
  }

  .wp-footer-gp-item:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8rem;
  }

  .wp-footer-gp-logo li {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 2.4rem;
  }

  .wp-footer-gp-logo li:last-child {
    margin-bottom: 0;
  }

  .wp-footer-gp-logo li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .wp-footer-gp-logo li:nth-child(2) img {
    width: 9.81rem;
  }

  .wp-footer-gp-logo li:nth-child(3) img {
    width: 17.89rem;
  }

  .wp-footer-gp-logo li img {
    width: 17.22rem;
  }

  .copyright {
    font-size: 1.06rem;
    padding: 1.2rem;
    line-height: 245%;
  }
}

@media (max-width: 767px) {
  .title-default-05 {
    margin-bottom: 24rem;
  }
}

.txt-default-01 p {
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.btn-default-01 a {
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  background: linear-gradient(167deg, #0b84ca 0%, #39afeb 100%);
  display: flex;
  height: 6.2rem;
  max-width: 30.4rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  border-radius: 6rem;
  position: relative;
  transition: all 0.35s;
  z-index: 0;
}

.btn-default-01 a::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 1.8rem;
  background: #0b84ca;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all 0.35s;
}

.btn-default-01 a::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  z-index: -1;
  border-radius: 5.8rem;
  transition: all 0.35s;
}

.btn-default-01 a:hover {
  color: #FFFFFF;
  background: #FFFFFF;
}

.btn-default-01 a:hover::before {
  background: #FFFFFF;
}

.btn-default-01 a:hover::after {
  background: linear-gradient(167deg, #0b84ca 0%, #39afeb 100%);
}

@media (min-width: 960.5px) {
  .btn-default-01.vs-02 a {
    max-width: 39.4rem;
    color: #FFFFFF;
  }

  .btn-default-01.vs-02 a::before {
    background: #FFFFFF;
  }

  .btn-default-01.vs-02 a::after {
    background: linear-gradient(90deg, #0b84ca 0%, #39afeb 100%);
  }

  .btn-default-01.vs-02 a:hover {
    color: #2d2d2d;
    background: linear-gradient(90deg, #0b84ca 0%, #39afeb 100%);
  }

  .btn-default-01.vs-02 a:hover::before {
    background: #0b84ca;
  }

  .btn-default-01.vs-02 a:hover::after {
    background: #FFFFFF;
  }
}

.wp-mv {
  position: relative;
}

.wp-mv-video {
  overflow: hidden;
}

.wp-mv-video video {
  vertical-align: top;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.wp-mv-txt {
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 169rem;
  width: calc(100% - 3rem);
}

.wp-mv-txt img {
  height: 39.5rem;
}

.top-service {
  overflow: hidden;
  position: relative;
}

.top-service canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.top-service #sineCanvas,
.top-service #sineCanvas1 {
  display: none;
}

.top-service-wrap {
  padding-top: 12rem;
  padding-bottom: 33.5rem;
  background: linear-gradient(180deg, #0b84ca 0%, #39afeb 100%);
  position: relative;
}

.top-service-wrap canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top-service-head {
  margin-bottom: 12.8rem;
}

.top-service-head p {
  color: #FFFFFF;
}

.top-service-field {
  margin-bottom: 18rem;
}

.top-service-gp {
  background: #e0f3ff;
  border-radius: 2.5rem;
  margin-bottom: 12.5rem;
}

.top-service-gp:last-child {
  margin-bottom: 0;
}

.top-service-gp-box {
  padding-bottom: 3rem;
}

.top-service-gp-box:first-child {
  width: 53.5rem;
  padding: 11.5rem 4.5rem 0 9.5rem;
  position: relative;
}

.top-service-gp-box:first-child .img {
  position: absolute;
  bottom: -7.6rem;
  left: -3.6rem;
  width: 38.4rem;
}

.top-service-gp-box:first-child .img-02 {
  position: absolute;
  bottom: -9.5rem;
  left: 6rem;
  width: 39.55rem;
}

.top-service-gp-box:first-child p {
  letter-spacing: .05rem;
  line-height: 190%;
}

.top-service-gp-box:last-child {
  margin-top: -2.5rem;
  width: calc(100% - 53.5rem + 2.6rem);
  margin-right: -2.6rem;
}

.top-service-gp-box:last-child p {
  font-size: 1.8rem;
  margin-top: 1.6rem;
}

.top-service-gp-box img {
  width: 100%;
}

.top-service-gp-item {
  width: calc((100% - 2.401rem) / 3);
  margin-right: 1.2rem;
}

.top-service-gp-item:nth-child(3n) {
  margin-right: 0;
}

.top-service-gp-item img {
  width: 100%;
}

.top-service .line_wavy.vs-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.animated-text {
  overflow: hidden;
  opacity: 0;
}

.animated-once {
  opacity: 1;
}

.letter {
  display: inline-block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.letter.show-anime {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

canvas {
  vertical-align: top;
}

.top-work {
  padding: 14rem 0 73rem;
  background: #e0f3ff;
  position: relative;
}

.top-work .line_wavy {
  position: absolute;
  left: 0;
}

.top-work::before {
  content: "";
  position: absolute;
  width: 77.1rem;
  height: 101.4rem;
  top: 8.2rem;
  left: -8rem;
  background: url(../img/common/icon-07.png) no-repeat center;
  background-size: contain;
}

.top-work-head {
  margin-bottom: 9.3rem;
}

.top-work-main {
  overflow: hidden;
}

.top-work-list {
  display: flex;
  flex-wrap: nowrap;
  width: 377.6rem;
  animation: slideAnimation 90s linear infinite;
  margin-bottom: 9.5rem;
}

.top-work-list .item {
  width: 44.7rem;
  flex-shrink: 0;
  margin-right: 2.5rem;
}

.top-work-list .item img {
  border-radius: 2.35rem;
}

.top-work-list .title {
  margin-top: 2rem;
  margin-bottom: .7rem;
  background: linear-gradient(90deg, #00a69a 0%, #22b273 100%);
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  padding: .3rem .8rem;
  border-radius: .6rem;
}

.top-work-list .title.vs-02 {
  background: linear-gradient(90deg, #0b84ca 0%, #39afeb 100%);
}

.top-work-list p {
  letter-spacing: -0.01rem;
}

.top-work canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@keyframes slideAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.top-recruit {
  padding: 0 0 30.5rem;
  margin-top: -48rem;
  margin-bottom: -12.6rem;
  position: relative;
  z-index: 0;
}

.top-recruit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 47rem);
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #0b84ca 0%, #2dbbf9 50%, #0b84ca 100%);
}

.top-recruit-list li {
  width: calc((100% - 7.601rem) / 3);
  margin-right: 3.8rem;
}

.top-recruit-list li:nth-child(2) {
  margin-top: -4rem;
}

.top-recruit-list li:nth-child(3) {
  margin-top: -7.2rem;
}

.top-recruit-list li:nth-child(3n) {
  margin-right: 0;
}

.top-recruit-list li img {
  border-radius: 1rem;
}

.top-recruit-wrap {
  margin-top: -19.8rem;
  position: relative;
  padding-bottom: 6.2rem;
  z-index: 1;
}

.top-recruit-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 6rem);
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 2.5rem;
  box-shadow: 0 0 2rem #688daf;
  z-index: -1;
}

.top-recruit-gp {
  padding-left: 13.5rem;
  padding-right: 10.3rem;
  margin-bottom: 3.2rem;
}

.top-recruit-gp .box:first-child {
  width: calc(100% - 34rem);
  padding-top: 6.5rem;
  padding-right: 7rem;
}

.top-recruit-gp .box:last-child {
  width: 34rem;
  margin-top: -3.8rem;
}

.top-recruit-gp .box p {
  line-height: 185%;
}

.top-recruit-field .box {
  width: calc((100% - 3.001rem) / 2);
  margin-right: 3rem;
}

.top-recruit-field .box:nth-child(2n) {
  margin-right: 0;
}

.top-recruit-field .box img {
  border-radius: 1rem;
}

.top-recruit .wp-block-voice_url {
  background: transparent;
  padding-top: 9.5rem;
  padding-bottom: 0;
}

.top-recruit .wp-block-voice_url ul {
  margin-top: 0;
}

.top-recruit canvas {
  position: absolute;
  top: 31.8rem;
  left: 0;
  width: 100%;
  z-index: -1;
}

#sineCanvas3 {
  transform: scaleY(-1);
  margin-bottom: -120px;
  display: none;
}

.line-01 {
  background: url(../img/common/Layer\ 8.png);
  width: 100%;
  height: 193px;
  margin-bottom: -193px;
  position: relative;
  z-index: 1;
  background-repeat: repeat-x;
  animation: moveBackground 10s linear infinite;
}

.line-02 {
  display: none;
  background: url(../img/common/Layer\ 8.png);
  width: 100%;
  height: 193px;
  margin-bottom: -193px;
  position: relative;
  z-index: 1;
  background-repeat: repeat-x;
  animation: moveBackground_02 10s linear infinite;
}

@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -175.5rem 0;
  }
}

@keyframes moveBackground_02 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -174rem 0;
  }
}

.wp-anni {
  background: #e0f3ff;
  padding-top: 10rem;
  padding-bottom: 22.8rem;
  margin-bottom: -12.8rem;
}

.wp-anni-title {
  color: #c9990c;
  font-size: 4rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.3rem;
  margin-bottom: .9rem;
}

.wp-anni-gp {
  padding: 11rem 7.5rem 10rem;
  background: linear-gradient(156deg, #c9990c 0%, #e9d072 31%, #f2e08b 54%, #f1c500 79%, #ca9a0c 100%);
  border-radius: 1.6rem;
  position: relative;
  z-index: 0;
}

.wp-anni-gp::before {
  content: "";
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.1rem;
  z-index: -1;
  background: #FFFFFF;
}

.wp-anni-gp-item:first-child {
  padding-top: .6rem;
  width: 31.8rem;
}

.wp-anni-gp-item:first-child img {
  width: 27.9rem;
}

.wp-anni-gp-item:nth-child(2) {
  width: calc(100% - 31.8rem - 25.9rem);
}

.wp-anni-gp-item:last-child {
  width: 25.9rem;
}

.wp-anni-gp-item:last-child img {
  width: 25.9rem;
}

.wp-anni-gp-item p {
  line-height: 195%;
  max-width: 64.3rem;
}

.line_wavy {
  position: relative;
  height: 17rem;
  width: 100%;
  z-index: 0;
  bottom: -1px;
}

.line_wavy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/line_wavy-01.png) repeat-x center;
  background-size: auto 100%;
  animation: scrollBackground 18s linear infinite;
  z-index: -1;
}

.line_wavy::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: url(../img/common/line_wavy-02.png) repeat-x center;
  background-size: auto 100%;
  animation: scrollBackground_02 16s linear infinite;
  opacity: 0.5;
}

.line_wavy.vs-02::before {
  background-image: url(../img/common/line_wavy-03.png);
  animation: scrollBackground_03 18s linear infinite;
}

.line_wavy.vs-02::after {
  background-image: url(../img/common/line_wavy-04.png);
  animation: scrollBackground_04 16s linear infinite;
}

.line_wavy.vs-03::after {
  top: 4rem;
}

.line_wavy.vs-04::before {
  background-image: url(../img/common/line_wavy-05.png);
  animation: scrollBackground_03 18s linear infinite;
}

.line_wavy.vs-04::after {
  content: none;
}

.line_wavy.vs-05::before {
  content: none;
}

.line_wavy.vs-06::before {
  content: none;
}

.line_wavy.vs-06::after {
  background-image: url(../img/common/line_wavy-07.png);
}

@keyframes scrollBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -173.5rem 0;
  }
}

@keyframes scrollBackground_02 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -174.2rem 0;
  }
}

@keyframes scrollBackground_03 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -172.2rem 0;
  }
}

@keyframes scrollBackground_04 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -168.9rem 0;
  }
}

@keyframes scrollBackground_05 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -34.43rem 0;
  }
}

@keyframes scrollBackground_06 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -33.56rem 0;
  }
}

@media (max-width: 960px) {
  .canvasRect {
    display: none;
  }

  .txt-default-01 p {
    font-size: 1.54rem;
  }

  .btn-default-01 a {
    max-width: 29.25rem;
    font-size: 1.54rem;
  }

  .btn-default-01 a::after {
    height: calc(100% - 3px);
  }

  .wp-mv-video video {
    height: 72.31rem;
  }

  .wp-mv-txt {
    text-align: center;
  }

  .wp-mv-txt img {
    height: 17.6rem;
  }

  .wp-anni {
    padding-top: 6rem;
    padding-bottom: 3.8rem;
    margin-bottom: 0;
    background: #FFFFFF;
  }

  .wp-anni-title {
    font-size: 1.92307rem;
    letter-spacing: 0.15rem;
    margin-bottom: 1.5rem;
  }

  .wp-anni-gp {
    padding: 0 1.2rem;
    background: transparent;
  }

  .wp-anni-gp-item:first-child {
    padding-top: 0;
    width: 100%;
    margin-bottom: 1.4rem;
    text-align: center;
  }

  .wp-anni-gp-item:first-child img {
    width: 26.9rem;
  }

  .wp-anni-gp-item:nth-child(2) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3.4rem;
  }

  .wp-anni-gp-item:last-child {
    width: 100%;
    text-align: center;
  }

  .wp-anni-gp-item:last-child img {
    width: 21.25rem;
  }

  .top-service-head {
    padding: 3.5rem 2.6rem 5.5rem;
    margin-bottom: 0;
    background: linear-gradient(180deg, #0b84ca 0%, #39afeb 100%);
  }

  .top-service-head p {
    line-height: 185%;
  }

  .top-service-gp {
    margin-bottom: 0;
    border-radius: 0;
  }

  .top-service-gp-box:first-child {
    width: 100%;
    margin-bottom: 0;
    padding: 4.8rem 3.5rem 2.5rem;
  }

  .top-service-gp-box:first-child .img {
    position: relative;
    left: 0;
    bottom: 0;
    display: none;
  }

  .top-service-gp-box:first-child .img-02 {
    display: none;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .top-service-gp-box:last-child {
    width: 100%;
    padding: 0 1.9rem 1.5rem;
    margin-top: 0;
  }

  .top-service-gp-box:last-child p {
    font-size: 1.925rem;
    margin-bottom: 2.2rem;
  }

  .top-service-gp-item {
    width: 100%;
    margin-right: 0;
  }

  .top-service-gp:nth-child(2) .top-service-gp-box:first-child {
    padding-top: 4rem;
    padding-bottom: 5.5rem;
  }

  .top-service-gp:nth-child(2) .top-service-gp-box .item-01 {
    margin-bottom: 4.7rem;
  }

  .top-service-field {
    margin-bottom: 6rem;
  }

  .top-service-wrap {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
  }

  .top-service-wrap .grid-1420 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-service-main {
    background: #e0f3ff;
    padding-bottom: 9.2rem;
  }

  .top-service .line_wavy.vs-02 {
    display: none;
  }

  .top-work {
    background: #FFFFFF;
    padding: 6rem 0 14.3rem;
  }

  .top-work::before {
    content: none;
  }

  .top-work-head {
    margin-bottom: 3.2rem;
    padding: 0 1rem;
  }

  .top-work-list {
    margin-bottom: 4rem;
    width: calc(35.5rem * 5);
  }

  .top-work-list .title {
    font-size: 1.16rem;
  }

  .top-work-list .item {
    width: 33.5rem;
    margin-right: 2rem;
  }

  .top-recruit {
    margin-top: 0;
    margin-bottom: 0;
    padding: 26rem 0 6.6rem;
  }

  .top-recruit::before {
    height: 100%;
    background: linear-gradient(180deg, #0b84ca 0%, #39afeb 100%);
  }

  .top-recruit .grid-1490 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-recruit-list {
    margin-bottom: -58rem;
    position: relative;
    z-index: 2;
  }

  .top-recruit-list li {
    width: calc((100% - 2.001rem) / 3);
    margin-right: 1rem;
  }

  .top-recruit-list li:nth-child(2) {
    margin-top: -1rem;
  }

  .top-recruit-list li:nth-child(3) {
    margin-top: -2rem;
  }

  .top-recruit-gp {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4.5rem;
  }

  .top-recruit-gp .box:first-child {
    width: 100%;
    padding-right: 0;
    padding-top: 3.3rem;
  }

  .top-recruit-gp .box:last-child {
    width: 28.4rem;
    margin-top: 0;
    position: absolute;
    bottom: -26rem;
    transform: translateX(-50%);
    left: 50%;
  }

  .top-recruit-wrap {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 6.4rem;
  }

  .top-recruit .wp-block-voice_url {
    padding-top: 30rem;
  }

  .line_wavy {
    height: 3.85rem;
  }

  .line_wavy::before {
    background-image: url(../img/common/line_wavy-08.png);
    animation: scrollBackground_05 18s linear infinite;
  }

  .line_wavy::after {
    background-image: url(../img/common/line_wavy-09.png);
    animation: scrollBackground_06 18s linear infinite;
  }

  .line_wavy.vs-03::after {
    top: 0;
  }
}

@media (max-width: 767px) {
  .top-recruit {
    padding: 29.7re 0 6.6rem;
  }

  .top-recruit-list {
    margin-bottom: -42.3rem;
  }
}

main {
  margin-top: 10.9rem;
}

@media (min-width: 960.5px) {
  .is-recruit .wp-block-voice_url {
    padding-bottom: 32rem;
    margin-bottom: -15rem;
  }
}

.wp-block-banner {
  width: 100%;
  height: 53rem;
  position: relative;
  background-image: url(../img/common/banner-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 18.2rem;
  z-index: 0;
}

.wp-block-banner.vs-02::after {
  bottom: -0.1rem;
}

@media (max-width: 1720px) and (min-width: 950.5px) {
  .wp-block-banner.vs-02::after {
    bottom: 3.9rem;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-block-banner.vs-02::after {
    height: 4.8rem;
    bottom: -0.1rem;
  }
}

.wp-block-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 17rem;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/line_wavy-05.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center bottom;
  animation: scrollBackground_03 18s linear infinite;
  z-index: -1;
}

@media (max-width: 1720px) and (min-width: 950.5px) {
  .wp-block-banner::before {
    height: 13.5rem;
  }
}

@media (max-width: 960px) {
  .wp-block-banner::before {
    height: 2.8rem;
    animation: scrollBackground_03 65s linear infinite;
  }
}

.wp-block-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 17rem;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/line_wavy-06.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center bottom;
  animation: scrollBackground_04 18s linear infinite;
  z-index: -2;
}

@media (max-width: 1720px) and (min-width: 950.5px) {
  .wp-block-banner::after {
    height: 13rem;
  }
}

@media (max-width: 960px) {
  .wp-block-banner::after {
    height: 2.8rem;
    animation: scrollBackground_04 65s linear infinite;
  }
}

.wp-block-banner.vs-02::before {
  content: none;
}

.wp-block-banner_title {
  position: relative;
  text-align: center;
}

.wp-block-banner_title-01 {
  font-family: "Belanosima", sans-serif;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: .2rem;
  border-bottom: 1px dashed #2d2d2d;
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1rem;
}

.wp-block-banner_title-02 {
  color: #2d2d2d;
  font-size: 6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9rem;
}

.wp-block-service_box1_title {
  margin-bottom: 6.9rem;
}

.wp-block-service_box2_title {
  margin-bottom: 8.4rem;
}

.wp-block-big1 {
  position: relative;
  padding-left: 3.5rem;
  color: #2d2d2d;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.3rem;
}

.wp-block-big1:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 3.8rem;
  background-color: #f7ea58;
  transform: translateY(-50%);
}

.wp-block-big2 {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0b84ca;
  color: #0b84ca;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0rem;
}

.wp-block-service {
  margin-top: -0.9rem;
}

.wp-block-service_box1 {
  margin-bottom: 18rem;
}

.wp-block-service_box2 {
  padding-top: 8rem;
  margin-bottom: 18rem;
  background: #FFFFFF;
  background: linear-gradient(360deg, white 0%, #e0f3ff 100%);
}

.wp-block-service_group {
  margin-bottom: 16.5rem;
}

.wp-block-service_group-box {
  width: 100%;
  display: flex;
  margin-top: 4.5rem;
}

.wp-block-service_group-box--inner {
  width: 92rem;
}

.wp-block-service_group-box--inner:first-child {
  padding-right: 7rem;
  width: calc(100% - 92rem);
}

@media (max-width: 1100px) and (min-width: 960.5px) {
  .wp-block-service_group-box--inner {
    width: 85rem;
  }

  .wp-block-service_group-box--inner:first-child {
    width: calc(100% - 85rem);
  }
}

.wp-block-service_group-box.vs-02 {
  flex-direction: row-reverse;
}

.wp-block-service_group-box.vs-02 .wp-block-service_group-box--inner:first-child {
  padding-right: 0rem;
  padding-left: 7rem;
}

.wp-block-service_group .box_img {
  justify-content: flex-end;
}

.wp-block-service_group .box_img li {
  width: calc((100% - 2.502rem) / 2);
  margin-right: 2.5rem;
}

.wp-block-service_group .box_img li:nth-child(2n),
.wp-block-service_group .box_img li:last-child {
  margin-right: 0;
}

.wp-block-service_group .box_img li img {
  border-radius: 2rem;
  overflow: hidden;
  vertical-align: top;
}

.wrap-desc {
  font-feature-settings: 'palt';
  text-align: justify;
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.01rem;
}

.wrap-desc:not(:last-child) {
  margin-bottom: 3.4rem;
}

.wrap-desc.mg-top--8 {
  margin-top: -0.8rem;
}

@media (max-width: 1100px) and (min-width: 960.5px) {
  .wrap-desc {
    font-size: 1.8rem;
  }
}

@media (max-width: 960px) {
  main {
    margin-top: 8.66rem;
  }

  .wp-block-banner {
    height: 25rem;
    padding-top: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/banner-01-sp.jpg);
  }

  .wp-block-banner_title-01 {
    font-size: 1.53846rem;
  }

  .wp-block-banner_title-02 {
    font-size: 2.88461rem;
    line-height: 170%;
    letter-spacing: 0.5rem;
  }

  .wp-block-service_box1_title {
    margin-bottom: 2.7rem;
  }

  .wp-block-service_box2_title {
    margin-bottom: 3.8rem;
  }

  .wp-block-big1 {
    padding-left: 2rem;
    font-size: 2.30769rem;
  }

  .wp-block-big1:before {
    top: calc(50% + .0rem);
    height: 2.0rem;
  }

  .wp-block-big2 {
    font-size: 1.92307rem;
  }

  .wp-block-service {
    padding-top: 5.5rem;
  }

  .wp-block-service_box1 {
    margin-bottom: 7.5rem;
  }

  .wp-block-service_box2 {
    padding-top: 3.8rem;
    margin-bottom: 7.5rem;
  }

  .wp-block-service_group {
    margin-bottom: 6.7rem;
  }

  .wp-block-service_group-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 3rem;
  }

  .wp-block-service_group-box--inner {
    width: 100%;
  }

  .wp-block-service_group-box--inner:first-child {
    padding-right: 0;
    margin-top: 2.1rem;
    width: 100%;
  }

  .wp-block-service_group-box.vs-02 {
    flex-direction: column-reverse;
  }

  .wp-block-service_group-box.vs-02 .wp-block-service_group-box--inner:first-child {
    padding-left: 0;
  }

  .wp-block-service_group .box_img {
    justify-content: space-between;
  }

  .wp-block-service_group .box_img li {
    width: calc((100% - 1.502rem) / 2);
    margin-right: 1.5rem;
  }

  .wp-block-service_group .box_img li:nth-child(2n),
  .wp-block-service_group .box_img li:last-child {
    margin-right: 0;
  }

  .wp-block-service_group .box_img li img {
    border-radius: 1rem;
  }

  .wrap-desc {
    font-size: 1.442302rem;
  }

  .wrap-desc:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .wrap-desc.mg-top--8 {
    margin-top: 0;
  }
}

.wp-block-voice_banner {
  padding-top: 10rem;
}

.wp-block-voice_banner-box {
  width: 100%;
  height: 52rem;
  position: relative;
  background-image: url(../img/voice/voice-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-voice_banner-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(90deg, #0b84ca 0%, #39afeb 98%);
}

.wp-block-voice_banner-box--item {
  position: relative;
  z-index: 1;
}

.wp-block-voice_banner-box--item:not(:last-child) {
  margin-right: 5rem;
}

.wp-block-voice_banner-box--item:last-child {
  top: 1.2rem;
}

.wp-block-voice_banner-box--item-title {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.07rem;
}

.wp-block-voice_banner-box--item-title span {
  font-size: 1.6rem;
  display: block;
  line-height: 120%;
  font-family: "Belanosima", sans-serif;
  font-weight: 500;
}

.wp-block-voice_banner-box--item p {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.08rem;
}

.wp-block-voice_member {
  margin-top: 10rem;
  margin-bottom: 18rem;
}

.wp-block-voice_member-box {
  width: 100%;
  position: relative;
  background-color: #e2edf8;
  padding-left: 14rem;
  padding-right: 14rem;
  padding-bottom: 9.5rem;
}

.wp-block-voice_member-box:not(:last-child) {
  margin-bottom: 10rem;
}

.wp-block-voice_member-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 23.8rem;
  background-color: #ffffff;
}

.wp-block-voice_member-box img {
  position: relative;
  z-index: 1;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 9rem;
}

.wp-block-voice_member-box h4 {
  color: #2d2d2d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.14rem;
}

.wp-block-voice_member-box .wrap-desc {
  margin-top: .7rem;
}

.wp-block-voice_member-box .wrap-desc p {
  font-weight: 700;
}

.wp-block-voice_member-box .voice-list {
  width: 100%;
  margin-top: 4.3rem;
  position: relative;
}

.wp-block-voice_member-box .voice-list li {
  color: #2d2d2d;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.01rem;
}

@media (max-width: 1100px) and (min-width: 960.5px) {
  .wp-block-voice_member-box .voice-list li {
    font-size: 1.8rem;
  }
}

.wp-block-voice_member-box .voice-list li:not(:last-child) {
  margin-bottom: 4.5rem;
}

.wp-block-voice_member-box .voice-list strong {
  background-color: #0b84ca;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2.5rem;
  padding-top: .5rem;
  padding-bottom: .7rem;
  margin-bottom: 1.4rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.08rem;
}

@media (max-width: 1100px) and (min-width: 960.5px) {
  .wp-block-voice_member-box .voice-list strong {
    font-size: 2rem;
  }
}

.wp-block-voice_member-box .voice-list p {
  display: block;
}

.wp-block-voice_member-url ul {
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-voice_member-url li {
  width: calc((100% - 6.502rem) / 2);
  margin-right: 6.5rem;
}

.wp-block-voice_member-url li:nth-child(2n),
.wp-block-voice_member-url li:last-child {
  margin-right: 0;
}

.wp-block-voice_url {
  width: 100%;
  position: relative;
  padding-top: 16.5rem;
  padding-bottom: 18rem;
  clip-path: polygon(50% 9.5rem, calc(50% + 12rem) 0, 100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 12rem) 0);
  background: linear-gradient(90deg, #0b84ca 0%, #39afeb 98%);
}

.wp-block-voice_url.vs-02 {
  margin-bottom: -14rem;
  padding-bottom: 32rem;
}

.wp-block-voice_url-title {
  text-align: center;
  color: #f7ea58;
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.19rem;
}

.wp-block-voice_url-title span {
  position: relative;
  display: inline-block;
  padding-left: 6rem;
  padding-right: 6rem;
}

.wp-block-voice_url-title span::before,
.wp-block-voice_url-title span::after {
  content: "";
  position: absolute;
  top: calc(50% - 3.6rem);
  width: .6rem;
  height: 7.2rem;
  background-color: #f7ea58;
  transform: translateY(-50%);
}

.wp-block-voice_url-title span::before {
  left: 0;
  transform: rotate(-38deg);
}

.wp-block-voice_url-title span::after {
  right: 0;
  transform: rotate(38deg);
}

.wp-block-voice_url .title {
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
}

.wp-block-voice_url ul {
  width: 100%;
  max-width: 106rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.4rem;
  margin-bottom: 5.5rem;
}

.wp-block-voice_url ul li {
  width: calc((100% - 2.802rem) / 2);
}

.wp-block-voice_url ul li:not(:last-child) {
  margin-right: 2.8rem;
}

.wp-block-voice_url ul li img {
  border-radius: 1rem;
  overflow: hidden;
  vertical-align: top;
}

.wp-block-voice_url ul li span {
  display: block;
  margin-bottom: 1.7rem;
  padding-left: 1rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02rem;
}

.a_button_01 {
  width: 100%;
  height: 6.2rem;
  border-radius: 6.2rem;
  border: 1px solid #0b84ca;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.08rem;
  position: relative;
  transition: ease all 0.35s;
}

@media (max-width: 1100px) and (min-width: 960.5px) {
  .a_button_01 {
    font-size: 1.8rem;
  }
}

.a_button_01::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #0b84ca;
  transition: ease all 0.35s;
}

.a_button_01:hover {
  background-color: #0b84ca;
  color: #ffffff;
}

.a_button_01:hover::before {
  background-color: #ffffff;
}

@media (max-width: 960px) {
  main {
    overflow: hidden;
  }

  .wp-block-voice_banner {
    padding-top: 5rem;
  }

  .wp-block-voice_banner-box {
    height: auto;
    border-radius: 1.5rem;
    display: block;
    padding: 2.6rem 1.5rem 2.5rem;
  }

  .wp-block-voice_banner-box--item {
    width: 100%;
  }

  .wp-block-voice_banner-box--item:not(:last-child) {
    margin-right: 0;
  }

  .wp-block-voice_banner-box--item:last-child {
    top: 0;
  }

  .wp-block-voice_banner-box--item-title {
    margin-bottom: 1.6rem;
    font-size: 3.5rem;
  }

  .wp-block-voice_banner-box--item-title span {
    font-size: 1.5rem;
  }

  .wp-block-voice_banner-box--item p {
    font-size: 1.5rem;
  }

  .wp-block-voice_member {
    margin-top: 5rem;
    margin-bottom: 10rem;
  }

  .wp-block-voice_member-box {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4.5rem;
  }

  .wp-block-voice_member-box:not(:last-child) {
    margin-bottom: 5rem;
  }

  .wp-block-voice_member-box::before {
    height: 5.9rem;
  }

  .wp-block-voice_member-box img {
    border-radius: 1rem;
    margin-bottom: 4.3rem;
  }

  .wp-block-voice_member-box h4 {
    font-size: 1.8rem;
    letter-spacing: 0.02rem;
    text-align: justify;
  }

  .wp-block-voice_member-box .voice-list {
    margin-top: 2.5rem;
  }

  .wp-block-voice_member-box .voice-list li {
    text-align: justify;
  }

  .wp-block-voice_member-box .voice-list li:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .wp-block-voice_member-box .voice-list strong {
    padding-left: 1.5rem;
    padding-right: 2rem;
    padding-bottom: .6rem;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
  }

  .wp-block-voice_member-url ul {
    max-width: 33.5rem;
    flex-wrap: wrap;
  }

  .wp-block-voice_member-url li {
    width: 100%;
    margin-right: 0rem;
  }

  .wp-block-voice_member-url li:not(:last-child) {
    margin-bottom: 2rem;
  }

  .wp-block-voice_url {
    padding-top: 8.8rem;
    padding-bottom: 8.2rem;
    clip-path: inherit;
    background: linear-gradient(0deg, #0b84ca 10%, #39afeb 90%);
  }

  .wp-block-voice_url.vs-02 {
    margin-bottom: 0;
    padding-bottom: 8.2rem;
  }

  .wp-block-voice_url-title {
    width: 100%;
    max-width: 33.5rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.30769rem;
    letter-spacing: normal;
  }

  .wp-block-voice_url-title span {
    padding-left: 4.1rem;
    padding-right: 4.1rem;
  }

  .wp-block-voice_url-title span::before,
  .wp-block-voice_url-title span::after {
    top: calc(50% + .1rem);
    width: .5rem;
    height: 4.8rem;
  }

  .wp-block-voice_url-title span::before {
    left: 2.2rem;
    transform: rotate(-40deg);
  }

  .wp-block-voice_url-title span::after {
    right: 2.2rem;
    transform: rotate(40deg);
  }

  .wp-block-voice_url .title {
    font-size: 2rem;
  }

  .wp-block-voice_url ul {
    flex-wrap: wrap;
    max-width: 29.52rem;
    margin-top: 6.4rem;
  }

  .wp-block-voice_url ul li {
    width: 100%;
  }

  .wp-block-voice_url ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.1rem;
  }

  .wp-block-voice_url ul li span {
    display: none;
  }
}

.wp-block-recruit {
  position: relative;
  margin-top: -32.0rem;
}

.wp-block-recruit_header {
  position: relative;
  width: 100%;
  margin-top: 15.3rem;
  z-index: 1;
  padding-top: 34.8rem;
  padding-bottom: 30.3rem;
  background-image: url(../img/recruit/recruit-01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.wp-block-recruit_header .grid-1350 {
  z-index: 1;
  position: relative;
}

.wp-block-recruit_header--title01 {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3rem;
}

.wp-block-recruit_header--title01 span {
  position: relative;
  padding-bottom: 2rem;
}

.wp-block-recruit_header--title01 span::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.wp-block-recruit_header--title01 span:nth-child(1)::before,
.wp-block-recruit_header--title01 span:nth-child(2)::before,
.wp-block-recruit_header--title01 span:nth-child(3)::before,
.wp-block-recruit_header--title01 span:nth-child(4)::before,
.wp-block-recruit_header--title01 span:nth-child(10)::before,
.wp-block-recruit_header--title01 span:nth-child(11)::before {
  background-color: #f7ea58;
}

.wp-block-recruit_header--title01 span:nth-child(6)::before,
.wp-block-recruit_header--title01 span:nth-child(7)::before,
.wp-block-recruit_header--title01 span:nth-child(8)::before {
  height: .7rem;
  width: calc(100% + .2rem);
  background-color: #f7ea58;
  border-radius: 0%;
  bottom: .4rem;
}

.wp-block-recruit_header--title02 {
  text-align: center;
  margin-top: 7.7rem;
}

.wp-block-recruit_header--title02 img {
  width: 46.2rem;
  overflow: hidden;
  vertical-align: top;
}

.wp-block-recruit_header--group {
  position: relative;
  z-index: 0;
}

.wp-block-recruit_header--group .line_wavy {
  position: absolute;
  bottom: -4.7rem;
  left: 0;
  width: 100%;
}

.wp-block-recruit_header .wrap-desc {
  text-align: center;
  margin-top: 4.5rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 230%;
  letter-spacing: 0.09rem;
}

.wp-block-recruit_header--list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8.7rem;
}

.wp-block-recruit_header--list li {
  margin-right: 1.7rem;
}

.wp-block-recruit_header--list li:nth-child(5n),
.wp-block-recruit_header--list li:last-child {
  margin-right: 0;
}

.wp-block-recruit_header--list a {
  color: #2d2d2d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.09rem;
  background-color: #f7ea58;
  padding: 1.2rem 5.5rem 1.2rem 2rem;
  border-radius: .8rem;
  background-image: url(../img/recruit/recruit-03.png);
  background-position: center right 1.5rem;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  display: inline-block;
}

.wp-block-recruit_box-01 {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 8rem;
}

.wp-block-recruit_box-01 .wp-rec-title-01 {
  margin-bottom: 5.5rem;
}

.wp-block-recruit_box-02 {
  width: 100%;
  position: relative;
  z-index: 2;
}

.wp-block-recruit_box-02 .line_wavy::after {
  opacity: 0.2;
}

.wp-block-recruit_box-03 {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-bottom: 17.4rem;
}

.wp-block-recruit_box-04 {
  width: 100%;
  position: relative;
  z-index: 4;
}

.wp-block-recruit_box-04 path {
  fill: #e0f3ff;
}

.wp-block-recruit_box-04 .anchor_fixtop {
  top: -19rem;
}

.wp-block-recruit_box-05 {
  width: 100%;
  position: relative;
  z-index: 5;
  padding-bottom: 17.4rem;
}

.rec_jobopening {
  margin-top: 5.2rem;
}

.rec_about {
  width: 100%;
  position: relative;
  padding-top: 21.2rem;
  background-image: url(../img/recruit/recruit-22.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: block;
}

.rec_about .grid-1350 {
  z-index: 1;
  position: relative;
}

.rec_voice {
  padding-top: 0.5rem;
}

.rec_voice-button {
  margin-top: 9.6rem;
  width: 100%;
  max-width: 39.4rem;
  margin-left: auto;
  margin-right: auto;
}

.rec_voice-button a {
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 6.4rem;
  background: linear-gradient(90deg, #0b84ca 0%, #39afeb 98%);
}

.rec_voice-button a::before {
  background-color: #fff;
}

.rec_voice-button a:hover {
  background: #ffffff;
  color: #2d2d2d;
  border: 1px solid #0b84ca;
}

.rec_voice-button a:hover::before {
  background-color: #0b84ca;
}

.rec_voice_boxMember {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 5.5rem;
}

.rec_voice_boxMember--item {
  width: calc((100% - 9.602rem) / 3);
  margin-right: 4.8rem;
}

.rec_voice_boxMember--item:nth-child(3n),
.rec_voice_boxMember--item:last-child {
  margin-right: 0;
}

.rec_voice_boxMember img {
  border-radius: 2rem;
  vertical-align: top;
  overflow: hidden;
}

.rec_voice_boxMember h4 {
  color: #0b84ca;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1rem;
  margin-top: 2.6rem;
  margin-bottom: 0.8rem;
}

.rec_voice_boxMember p {
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.01rem;
}

.rec_welfare {
  padding-top: 17.5rem;
  padding-bottom: 30.9rem;
  background-image: url(../img/recruit/recruit-06.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.rec_welfare_box01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-top: 9rem;
}

.rec_welfare_box01--item {
  width: calc((100% - 7.002rem) / 2);
  margin-right: 7rem;
  margin-bottom: 4rem;
  background-color: #ffffff;
  border-radius: 2rem;
  display: flex;
  align-items: flex-start;
  min-height: 25.3rem;
  padding: 6.4rem 8rem 5rem 5rem;
}

.rec_welfare_box01--item div:first-child {
  width: 17rem;
}

.rec_welfare_box01--item div:first-child img {
  width: 12.5rem;
}

.rec_welfare_box01--item div:last-child {
  margin-top: -0.5rem;
  width: calc(100% - 17rem);
}

.rec_welfare_box01--item:nth-child(2n),
.rec_welfare_box01--item:last-child {
  margin-right: 0;
}

.rec_welfare_box01--item img {
  border-radius: 2rem;
  overflow: hidden;
  vertical-align: top;
}

.rec_welfare_box01--item h4 {
  margin-bottom: 1.4rem;
  color: #0b84ca;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.12rem;
}

.rec_welfare_box01--item p {
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.01rem;
}

.rec_welfare_box01.vs-02 {
  margin-top: 0;
}

.rec_welfare_box01.vs-02 .rec_welfare_box01--item {
  width: 100%;
  padding-top: 7.2rem;
  padding-bottom: 10.1rem;
}

.rec_welfare_box01.vs-02 .box {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 4.4rem;
}

.rec_welfare_box01.vs-02 .box h4 {
  margin-bottom: 0;
  padding-left: .3rem;
  padding-right: 5.2rem;
}

.rec_welfare_box01.vs-03 {
  margin-top: 0;
}

.rec_welfare_box01.vs-03 .rec_welfare_box01--item {
  width: 100%;
  max-width: 85.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10rem;
}

.rec_welfare .grid-1350 {
  z-index: 1;
  position: relative;
}

.wp-rec-title-01 {
  width: 100%;
  color: #2d2d2d;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.25rem;
}

.wp-rec-title-01 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0b84ca;
  line-height: 120%;
  letter-spacing: 0.02rem;
  font-family: "Belanosima", sans-serif;
}

.wp-rec-title-01.vs-02 {
  color: #ffffff;
}

.wp-rec-title-01.vs-02 span {
  color: #f7ea58;
}

.list_price {
  width: 100% !important;
  max-width: 97.8rem;
  position: relative;
  border-top: 1px solid #c9c9c9;
  display: flex;
  justify-content: space-between;
  padding-top: 2.8rem;
  left: -3.6rem;
  margin-top: 4.8rem !important;
}

.list_price ul:nth-child(3n),
.list_price ul:last-child {
  margin-right: 0;
}

.list_price ul li {
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  display: flex;
  width: 100%;
}

.list_price ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.list_price ul li span:nth-child(1) {
  width: 22rem;
}

.list_price ul li span:nth-child(2) {
  width: calc(100% - 22rem);
  color: #0b84ca;
}

.list_price ul:last-child li span:nth-child(1) {
  width: 18.5rem;
}

.list_price ul:last-child li span:nth-child(2) {
  width: calc(100% - 18.5rem);
}

.rec_gallery {
  padding-top: 0.5rem;
}

.rec_gallery-slider {
  margin-top: 3.3rem;
  width: 100%;
  max-width: 87.4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rec_gallery-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 6rem);
  z-index: 2;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.rec_gallery-slider .slick-arrow img {
  width: 4.55rem;
  vertical-align: top;
}

.rec_gallery-slider .slick-prev {
  left: -7.5rem;
}

.rec_gallery-slider .slick-next {
  right: -75px;
}

.rec_gallery-slider--item img {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rec_gallery-slider--item h4 {
  color: #0b84ca;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1rem;
  margin-top: 5.6rem;
  margin-bottom: 1.20rem;
  padding-left: 3.6rem;
  position: relative;
}

.rec_gallery-slider--item h4::before {
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  left: .8rem;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #0b84ca;
  transform: translateY(-50%);
  border-radius: 100%;
}

.rec_gallery-slider--item p {
  padding-left: .8rem;
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.01rem;
}

.rec_gallery-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 54rem;
}

.rec_gallery-slider .slick-dots li {
  margin: 0 .5rem;
  line-height: 0;
}

.rec_gallery-slider .slick-dots li button {
  font-size: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: #e3e3e3;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
}

.rec_gallery-slider .slick-dots li.slick-active button {
  background: #0b84ca;
}

.line-img--04 {
  position: absolute;
  z-index: 3;
}

.line-img--04.vs-01 {
  right: 15rem;
  top: -7.4rem;
}

.line-img--04.vs-01 img {
  width: 78.1rem;
}

@media (max-width: 1445px) and (min-width: 960.5px) {
  .line-img--04.vs-01 {
    right: 4.5rem;
    top: -3.6rem;
  }

  .line-img--04.vs-01 img {
    width: 69.1rem;
  }
}

.line-img--05 {
  position: absolute;
  z-index: 3;
}

.line-img--05.vs-01 {
  right: 15.63vw;
  top: -5rem;
}

.line-img--05.vs-01 img {
  width: 13.7rem;
}

@media (max-width: 1445px) and (min-width: 960.5px) {
  .line-img--05.vs-01 {
    right: 3rem;
  }
}

.line-img--05.vs-02 {
  left: 10.94vw;
  bottom: -3.6rem;
}

.line-img--05.vs-02 img {
  width: 15.55rem;
}

@media (max-width: 1445px) and (min-width: 960.5px) {
  .line-img--05.vs-02 {
    left: 3rem;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .is-recruit .line_wavy {
    height: 4.5rem;
  }

  .is-recruit .line_wavy.vs-06 {
    height: 7.5rem;
  }
}

@media (max-width: 960px) {

  .wp-block-recruit_box-02 .line_wavy.vs-05,
  .wp-block-recruit_box-04 .line_wavy.vs-06 {
    top: .2rem !important;
  }

  .line_wavy.vs-05::after,
  .line_wavy.vs-06::after {
    opacity: 1;
    top: .2rem;
    background-image: url(../img/common/line_wavy-06.png);
  }

  .wp-block-recruit {
    position: relative;
    margin-top: 0;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-block-recruit {
    margin-top: -64px;
  }
}

@media (max-width: 960px) {
  .wp-block-recruit_header {
    margin-top: -2.7rem;
    padding-top: 9.7rem;
    padding-bottom: 5.5rem;
    background-image: url(../img/recruit/recruit-01-sp.png);
    background-size: 38rem;
  }

  .wp-block-recruit_header--title01 {
    font-size: 2.88461rem;
    letter-spacing: .15rem;
    max-width: 28.4rem;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-recruit_header--title01 span {
    padding-bottom: 1.2rem;
  }

  .wp-block-recruit_header--title01 span::before {
    width: 0.77rem;
    height: 0.77rem;
  }

  .wp-block-recruit_header--title01 span:nth-child(6)::before,
  .wp-block-recruit_header--title01 span:nth-child(7)::before,
  .wp-block-recruit_header--title01 span:nth-child(8)::before {
    height: .482rem;
    bottom: .1rem;
  }

  .wp-block-recruit_header--title02 {
    margin-top: 3.8rem;
    display: none;
  }

  .wp-block-recruit_header--title02 img {
    width: 26rem;
  }

  .wp-block-recruit_header .wrap-desc {
    text-align: justify;
    margin-top: 1.7rem;
    font-size: 1.53846rem;
    line-height: 190%;
    max-width: 31rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-block-recruit_header .wrap-desc {
    max-width: 52rem;
  }
}

@media (max-width: 960px) {
  .wp-block-recruit_header .wrap-desc p br {
    display: none;
  }

  .wp-block-recruit_header--list {
    display: none;
    flex-wrap: wrap;
    margin-top: 3.1rem;
    max-width: 31rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-block-recruit_header--list {
    max-width: 52rem;
  }
}

@media (max-width: 960px) {
  .wp-block-recruit_header--list li {
    width: 100%;
    margin-right: 0;
  }

  .wp-block-recruit_header--list li:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .wp-block-recruit_header--list a {
    width: 100%;
    font-size: 1.53846rem;
    border-radius: .8rem;
    background-position: center right 2rem;
    background-size: 2rem;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-block-recruit_header {
    background-size: cover;
  }
}

@media (max-width: 960px) {
  .wp-block-recruit_box-01 {
    margin-top: 0;
    padding-top: 6rem;
  }

  .wp-block-recruit_box-01 .rec_jobopening {
    margin-top: 0;
  }

  .wp-block-recruit_box-01 .wp-rec-title-01 {
    margin-bottom: 2.5rem;
  }

  .wp-block-recruit_box-02 {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .wp-block-recruit_box-03 {
    margin-top: 0;
    padding-bottom: 26.8rem;
    padding-top: 6.8rem;
  }

  .wp-block-recruit_box-03 .rec_voice-button a {
    background: #ffffff;
    color: #2d2d2d;
    border: 1px solid #0b84ca;
  }

  .wp-block-recruit_box-03 .rec_voice-button a::before {
    background-color: #0b84ca;
  }

  .wp-block-recruit_box-05 {
    margin-top: 0;
    padding-top: 7.0rem;
    padding-bottom: 7.1rem;
  }

  .wp-block-recruit_box-05 .rec_gallery {
    margin-top: 0;
  }

  .wp-block-recruit_box-05 .rec_gallery .grid-1350 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wp-rec-title-01 {
    text-align: center;
    font-size: 2.30769rem;
  }

  .wp-rec-title-01 span {
    margin-bottom: 0.6rem;
    font-size: 1.53846rem;
    letter-spacing: 0.02rem;
  }

  .rec_welfare,
  .rec_about {
    clip-path: none;
  }

  .rec_about {
    padding-top: 7.4rem;
    background-image: url(../img/recruit/recruit-22-sp.png);
  }

  .rec_voice {
    margin-top: 0;
  }

  .rec_voice-button {
    margin-top: 4.4rem;
    max-width: 29.232rem;
  }

  .rec_voice-button a {
    height: 6.4rem;
  }

  .rec_voice_boxMember {
    flex-wrap: wrap;
    margin-top: 3.8rem;
    max-width: 33rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .rec_voice_boxMember {
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .rec_voice_boxMember--item {
    width: 100%;
    margin-right: 0rem;
  }

  .rec_voice_boxMember--item:not(:last-child) {
    margin-bottom: 2.7rem;
  }

  .rec_voice_boxMember--item:nth-child(3n),
  .rec_voice_boxMember--item:last-child {
    margin-right: 0;
  }

  .rec_voice_boxMember img {
    border-radius: 2.3rem;
    width: 100%;
  }

  .rec_voice_boxMember h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.73077rem;
  }

  .rec_voice_boxMember p {
    font-size: 1.53846rem;
  }

  .rec_gallery-slider {
    margin-top: 2.9rem;
    max-width: 87.4rem;
  }

  .rec_gallery-slider .slick-arrow {
    display: none !important;
  }

  .rec_gallery-slider--item img {
    border-radius: 2.3rem;
  }

  .rec_gallery-slider--item h4 {
    font-size: 1.73077rem;
    margin-top: 2.8rem;
    margin-bottom: 1.7rem;
    padding-left: 3.8rem;
  }

  .rec_gallery-slider--item h4::before {
    left: 1.5rem;
    width: 0.9rem;
    height: 0.9rem;
  }

  .rec_gallery-slider--item p {
    padding-left: 1.5rem;
    font-size: 1.53846rem;
    letter-spacing: 0;
    padding-right: 1.4rem;
    text-align: justify;
  }

  .rec_gallery-slider--item p br {
    display: none;
  }

  .rec_gallery-slider .slick-dots {
    top: 45rem;
  }

  .rec_welfare {
    padding-top: 8.2rem;
    margin-top: 0rem;
    padding-bottom: 3.2rem;
    background-image: url(../img/recruit/recruit-06-sp.png);
  }

  .rec_welfare_box01 {
    margin-top: 3rem;
  }

  .rec_welfare_box01--item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.3rem;
    flex-wrap: wrap;
    min-height: auto;
    border-radius: 2.4rem;
    padding: 2.8rem 2.5rem 3.2rem 2.5rem;
    position: relative;
  }

  .rec_welfare_box01--item div:first-child {
    width: 10.3rem;
  }

  .rec_welfare_box01--item div:first-child img {
    width: 7.5rem;
    margin-left: 0.5rem;
  }

  .rec_welfare_box01--item div:last-child {
    margin-top: 1.3rem;
    width: 100%;
  }

  .rec_welfare_box01--item h4 {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 2.8rem;
    width: 100%;
    height: 7.6rem;
    display: flex;
    align-items: center;
    padding-left: 12.7rem;
    font-size: 1.73077rem;
  }

  .rec_welfare_box01--item p {
    font-size: 1.53846rem;
    text-align: justify;
    font-feature-settings: 'palt';
  }

  .rec_welfare_box01--item p br {
    display: none;
  }

  .rec_welfare_box01.vs-02 {
    margin-top: 0;
  }

  .rec_welfare_box01.vs-02 .rec_welfare_box01--item {
    padding-top: 2.8rem;
    padding-bottom: 1.9rem;
  }

  .rec_welfare_box01.vs-02 .box {
    padding-top: 0;
  }

  .rec_welfare_box01.vs-02 .box h4 {
    margin-bottom: 0;
    padding-left: 12.7rem;
    padding-right: 0;
  }

  .rec_welfare_box01.vs-03 {
    margin-top: 0;
  }

  .rec_welfare_box01.vs-03 .rec_welfare_box01--item {
    max-width: 100%;
    padding-right: 2.5rem;
  }

  .rec_welfare:before {
    content: none;
  }

  .line-img--04.vs-01 {
    width: 100%;
    right: 0;
    top: 0;
    text-align: center;
    margin-top: -21rem;
  }

  .line-img--04.vs-01 img {
    width: 32.693rem;
  }

  .line-img--05.vs-01 {
    right: 4.7rem;
    top: -2.2rem;
  }

  .line-img--05.vs-01 img {
    width: 8.847rem;
  }

  .line-img--05.vs-02 {
    left: 3.4rem;
    bottom: -11.8rem;
  }

  .line-img--05.vs-02 img {
    width: 8.1rem;
  }

  .list_price {
    max-width: 100%;
    border-top: 0px solid #c9c9c9;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0rem;
    left: 0;
    margin-top: 2.1rem !important;
  }

  .list_price ul {
    width: 100%;
    margin-bottom: 1.3rem;
  }

  .list_price ul:nth-child(3n),
  .list_price ul:last-child {
    margin-right: 0;
  }

  .list_price ul li {
    font-size: 1.53846rem;
  }

  .list_price ul li:not(:last-child) {
    margin-bottom: 1.4rem;
  }

  .list_price ul li span:nth-child(1) {
    width: 20rem;
  }

  .list_price ul li span:nth-child(2) {
    width: calc(100% - 20rem);
    color: #0b84ca;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .list_price ul li {
    justify-content: space-between;
  }

  .list_price ul li span:nth-child(1) {
    width: auto !important;
  }

  .list_price ul li span:nth-child(2) {
    width: auto !important;
  }
}

@media (max-width: 960px) {
  .list_price ul:last-child li span:nth-child(1) {
    width: 20rem;
  }

  .list_price ul:last-child li span:nth-child(2) {
    width: calc(100% - 20rem);
  }
}

@media (max-width: 767px) {
  .rec_gallery-slider .slick-dots {
    top: 23rem;
  }
}

.sec1-company {
  padding-top: 11.3rem;
}

.wp-block-big1--blue:before {
  background-color: #0B84CA;
}

.wp-block-big2--none-border {
  border: 0 !important;
  padding: 0 !important;
}

.sec1-company-main {
  display: grid;
  grid-template-columns: 1fr 31.4%;
  column-gap: 5%;
  padding-top: 6.8rem;
}

.sec1-company-main .wrap-desc {
  margin-bottom: 0 !important;
  padding-top: 3.2rem;
  padding-bottom: 4.8rem;
}

.secky-sec1-company {
  text-align: right;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.secky-sec1-company img {
  width: 28.6rem;
}

.sec1-company-right {
  padding-top: 1.5rem;
}

.sec1-company-bottom-left {
  background-image: url(../img/company/pic3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sec1-company-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 2rem;
  overflow: hidden;
}

.sec1-company-bottom-img {
  text-align: center;
}

.sec1-company-bottom-img img {
  width: 23.6rem;
}

.sec1-company-bottom-tlt {
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 3.2rem;
  padding-bottom: 2.7rem;
}

.txt-fs35 {
  font-size: 3.5rem;
}

.sec1-company-bottom-right {
  background-color: #118ACF;
  padding-top: 7.5rem;
  padding-bottom: 9.2rem;
}

.sec1-company-bottom-right .wrap-desc {
  color: #fff;
  max-width: 45.8rem;
  margin-left: auto;
  margin-right: auto;
}

.sec1-company-bottom {
  margin-top: 9.7rem;
}

.sec2-company {
  background-image: url(../img/company/pic5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 18rem;
  padding-top: 8.2rem;
  padding-bottom: 10rem;
}

.txt-fs24 {
  font-size: 2.4rem;
}

.sec2-company-left .txt-fs24 {
  font-weight: 700;
  color: #0b84ca;
  padding-top: 3.3rem;
  padding-bottom: 0.7rem;
}

.sec2-company-left-img img {
  border-radius: 2.5rem;
}

.sec2-company-right {
  padding-right: 8rem;
  padding-top: 1.8rem;
}

.sec2-company-main {
  display: grid;
  grid-template-columns: 1fr 37.6%;
  column-gap: 8.5%;
}

.sec3-company {
  padding-top: 8.2rem;
  padding-bottom: 9.7rem;
}

.sec3-company-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec3-company-left {
  width: 40.3%;
}

.sec3-company-left .wrap-desc {
  padding-top: 3.8rem;
}

.sec3-company-right {
  width: 51.8%;
  padding-top: 1.8rem;
}

.sec3-company-right-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 13.1%;
}

.sec3-company-right-ul .wrap-desc {
  line-height: 1.6;
  padding-top: 2rem;
}

.sec4-company {
  padding-top: 8.2rem;
  padding-bottom: 9.5rem;
  background: #E0F3FF;
  background: linear-gradient(180deg, #e0f3ff 0%, white 50%, #e0f3ff 100%);
}

.sec4-company-main {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.2rem;
}

.sec4-company-ul {
  display: grid;
  grid-template-columns: 33.5rem 1fr;
  position: relative;
  background-color: #fff;
  border: 0.2rem solid #EAEAEA;
  border-radius: 2.3rem;
  margin-bottom: 0 !important;
}

.sec4-company-ul .sec4-company-item1 {
  color: #fff;
  position: relative;
  z-index: 2;
}

.sec4-company-ul .sec4-company-item1 p {
  border-bottom: 1px solid #fff;
  margin-left: 4.6rem;
  margin-right: 5.6rem;
}

.sec4-company-ul .sec4-company-item2 P {
  margin-left: 3.6rem;
  margin-right: 3rem;
  border-bottom: 1px solid #EAEAEA;
}

.sec4-company-ul li p {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sec4-company-ul:before {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  bottom: -0.1rem;
  width: 33.5rem;
  background: #0B84CA;
  background: linear-gradient(90deg, #0b84ca 0%, #39afeb 100%);
  border-top-left-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
}

@media screen and (min-width: 961px) {
  .sec4-company-ul .sec4-company-item-2h p {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

.sec4-company-ul .sec4-company-item-last p {
  border: 0 !important;
}

.view-767 {
  display: none;
}

.sec4-company-kq {
  width: calc(100% - 36.6rem);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-right: 4.4rem;
  column-gap: 12.8%;
  padding-top: 10rem;
}

.sec4-company-kq .sec4-company-kq-item .wrap-desc {
  line-height: 1.6;
  padding-top: 2.6rem;
}

.sec5-company {
  padding-top: 8.2rem;
}

.sec5-company-main {
  border: 1px solid #F1F1F1;
  border-radius: 2.3rem;
  padding-left: 7.5rem;
  padding-right: 8.5rem;
  padding-top: 9rem;
  padding-bottom: 5.8rem;
  margin-top: 8.6rem;
  margin-bottom: 18rem;
}

.sec5-company-title-txt {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
}

.sec5-company-year p {
  font-size: 4rem;
  line-height: 1;
  font-family: "Belanosima", sans-serif;
  position: relative;
}

.sec5-company-year p:before {
  content: '';
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 2.9rem;
  border-radius: 1000px;
  transform: translateY(-0.8rem);
  z-index: 2;
  position: relative;
}

.sec5-company-year p:after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.8rem;
  height: 4rem;
}

.sec5-company-year p.cl-punk:before {
  background-color: #915fca;
}

.sec5-company-year p.cl-orange:before {
  background-color: #ca9d5f;
}

.sec5-company-year p.cl-blue:before {
  background-color: #0b84ca;
}

.sec5-company-year p.cl-purle:before {
  background-color: #de64a5;
}

.cl-punk {
  color: #915fca;
}

.cl-orange {
  color: #ca9d5f;
}

.cl-blue {
  color: #0b84ca;
}

.cl-purle {
  color: #de64a5;
}

.sec5-company-dec {
  width: calc(100% - 15.4rem);
  display: grid;
  grid-template-columns: 15rem 1fr;
  column-gap: 2rem;
  padding-top: 0.2rem;
  row-gap: 1.8rem;
}

.sec5-company-dec .wrap-desc {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 2.2rem;
}

.sec5-company-title {
  width: 16.5rem;
  padding-top: 0.6rem;
}

.sec5-company-right {
  width: calc(100% - 16.5rem);
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.8rem;
}

.sec5-company-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 1.8rem;
  position: relative;
}

.sec5-company-list:before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 16.8rem;
  bottom: 2.3rem;
  width: 1px;
  background-color: #E2E2E2;
}

.sec5-company-year {
  width: 15.4rem;
}

.sec5-company-right--last .sec5-company-dec .wrap-desc {
  border-bottom: 0;
}

.sec5-company-title-txt2 {
  transform: translateY(-0.8rem);
}

.sec5-company-title-txt3 {
  transform: translateY(-2.3rem);
}

.sec5-company-title-txt4 {
  transform: translateY(-1.8rem);
}

@media (max-width: 1400px) and (min-width: 960.5px) {
  .sec5-company-dec {
    grid-template-columns: 17rem 1fr;
  }
}

@media screen and (max-width: 960px) {
  .pt-180sp {
    padding-top: 4.5rem;
  }

  .pt-100sp {
    padding-top: 3.7rem;
  }

  .sec1-company-main {
    display: flex;
    flex-direction: column-reverse;
  }

  .sec1-company-right {
    padding-top: 0;
    text-align: center;
    padding-bottom: 2rem;
  }

  .secky-sec1-company {
    padding-right: 0;
  }

  .sec1-company-bottom {
    margin-top: 4rem;
    display: flex;
    flex-direction: column-reverse;
  }

  .sec1-company-bottom-left {
    height: 48.4rem;
  }

  .txt-fs35 {
    font-size: 2.5rem;
  }

  .sec2-company {
    margin-top: 8.5rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .sec2-company-main {
    display: block;
  }

  .sec2-company-left .txt-fs24 {
    padding-top: 3.3rem;
  }

  .sec2-company-right {
    padding-top: 5rem;
    padding-right: 0;
  }

  .sec3-company-main {
    display: block;
  }

  .sec3-company {
    padding-top: 0;
    padding-bottom: 5.5rem;
  }

  .sec3-company-left {
    width: 100%;
  }

  .sec3-company-left .wrap-desc {
    padding-top: 2.5rem;
  }

  .sec3-company-right {
    width: 100%;
    padding-top: 2.5rem;
  }

  .sec3-company-right-ul {
    column-gap: 5%;
  }

  .sec4-company-ul:before {
    content: none;
  }

  .sec4-company-ul {
    display: block;
    border: 0;
    border-radius: 0;
  }

  .sec4-company-item1 {
    background: #0B84CA;
    background: linear-gradient(90deg, #0b84ca 0%, #39afeb 100%);
  }

  .sec4-company-ul li p {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sec4-company {
    padding-top: 5rem;
    padding-bottom: 5.8rem;
  }

  .sec4-company-main {
    padding-top: 4rem;
  }

  .sec4-company-kq {
    width: 100%;
    padding-right: 0;
    column-gap: 5%;
    padding-top: 5rem;
  }

  .sec5-company-main {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
    margin-bottom: 8rem;
  }

  .sec5-company-title-txt {
    font-size: 4.5rem;
  }

  .sec5-company-title {
    width: 11.5rem;
    padding-top: 0;
  }

  .sec5-company-right {
    width: calc(100% - 11.5rem);
    row-gap: 1.8rem;
  }

  .sec5-company-year p:before {
    margin-right: 1.5rem;
    transform: translateY(-0.3rem);
  }

  .sec5-company-year p {
    font-size: 3rem;
  }

  .sec5-company-year {
    width: 11.4rem;
  }

  .sec5-company-dec {
    width: calc(100% - 11.4rem);
    display: block;
  }

  .sec5-company-dec .wrap-desc {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .wrap-desc-mgt-add {
    padding-top: 1.8rem;
  }

  .sec5-company-title-txt3 {
    transform: translateY(-1rem);
  }

  .sec5-company-title-txt4 {
    transform: translateY(-1rem);
  }

  .sec5-company-list:before {
    left: 11.8rem;
  }

  .sec5-company-year p:after {
    top: 0;
  }

  .br-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec1-company-main .wrap-desc {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .secky-sec1-company img {
    width: 20.6rem;
  }

  .sec1-company-bottom-right {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sec1-company-bottom-right .wrap-desc {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sec1-company-bottom-left {
    height: 25.4rem;
  }

  .sec1-company-bottom-img img {
    width: 18.6rem;
  }

  .sec1-company-bottom-tlt {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sec2-company-right {
    padding-top: 3rem;
  }

  .txt-fs24 {
    font-size: 2rem;
  }

  .sec2-company {
    margin-top: 6.1rem;
  }

  .sec3-company-left .wrap-desc {
    padding-top: 2.5rem;
  }

  .sec3-company-right-ul {
    display: block;
  }

  .sec3-company-right-ul img {
    width: 100%;
  }

  .sec3-company-right-ul li+li {
    padding-top: 2.5rem;
  }

  .sec4-company-ul li p {
    padding: 1.5rem 1rem !important;
  }

  .view-767 {
    display: block;
  }

  .sec4-company-kq {
    display: block;
  }

  .sec4-company-kq img {
    width: 100%;
  }

  .sec4-company-kq .sec4-company-kq-item+.sec4-company-kq-item {
    padding-top: 2.5rem;
  }

  .sec4-company-kq .sec4-company-kq-item .wrap-desc {
    padding-top: 2rem;
  }

  .sec5-company-title-txt {
    font-size: 2.5rem;
  }

  .sec5-company-year p {
    font-size: 2.2rem;
  }

  .sec5-company {
    padding-top: 5rem;
  }

  .sec5-company-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 4rem;
    margin-bottom: 8rem;
  }

  .sec5-company-title {
    width: 6.5rem;
  }

  .sec5-company-right {
    width: calc(100% - 6.5rem);
    row-gap: 1rem;
  }

  .sec5-company-year {
    width: 100%;
  }

  .sec5-company-dec {
    width: 100%;
    padding-top: 0;
    padding-left: 2.5rem;
  }

  .sec5-company-title-txt2 {
    transform: none;
  }

  .sec5-company-list:before {
    left: 6.8rem;
  }

  .sec5-company-year p:after {
    height: 3rem;
    top: -0.2rem;
  }

  .sec5-company-right--last .sec5-company-year p:after {
    height: 10rem;
  }

  .sec5-company-title-txt3 {
    transform: none;
  }

  .sec5-company-title-txt4 {
    transform: none;
  }

  .sec1-company-main {
    padding-top: 2rem;
  }

  .sec1-company-right {
    padding-bottom: 3.5rem;
  }

  .sec1-company-right img {
    width: 18rem;
  }
}

.wp-block-recruit_box-02 canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.wp-block-recruit_box-02 .img-head {
  position: relative;
  text-align: right;
  margin-bottom: -22.3rem;
  z-index: 2;
  padding-right: 22.7rem;
}

.wp-block-recruit_box-02 .img-head img {
  width: 32.6rem;
}

.wp-block-recruit_box-02 .line_wavy {
  position: absolute;
  left: 0;
  width: 100%;
}

.wp-block-recruit_box-02 .line_wavy.vs-04 {
  bottom: 0;
  z-index: 1;
}

@media (max-width: 960px) {
  .wp-block-recruit_box-02 .line_wavy.vs-04 {
    display: none;
  }
}

.wp-block-recruit_box-02 .line_wavy.vs-05 {
  top: 26rem;
}

.wp-block-recruit_box-04 .line_wavy {
  position: absolute;
  left: 0;
  z-index: -1;
}

.wp-block-recruit_box-04 .line_wavy.vs-04 {
  bottom: 0;
  z-index: 0;
}

@media (max-width: 960px) {
  .wp-block-recruit_box-04 .line_wavy.vs-04 {
    display: none;
  }
}

.wp-block-recruit_box-04 .line_wavy.vs-06 {
  top: 0;
}

.rec_about {
  height: auto;
  padding-bottom: 35rem;
}

.rec_about .wp-rec-title-01 {
  margin-bottom: 2.5rem;
}

.wp-about-wrap {
  position: relative;
}

.wp-about-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 77.5rem;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: contain;
}

.wp-about-box {
  width: 38.2rem;
  height: 38.2rem;
  background: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column;
  padding-top: .7rem;
}

.wp-about-box.vs-01 {
  margin-right: 27rem;
  text-align: center;
}

.wp-about-box.vs-03 {
  width: 49.4rem;
  height: 49.4rem;
  margin-left: 26.8rem;
  margin-top: -10.2rem;
  margin-right: 20.5rem;
  padding-top: 0;
}

.wp-about-box.vs-03 .title {
  margin-bottom: 1.5rem;
}

.wp-about-box.vs-03 .title .head {
  margin-bottom: 0;
  font-weight: 700;
}

.wp-about-box.vs-04 {
  padding-top: 0;
  margin-top: -11.8rem;
}

.wp-about-box.vs-04 .title {
  margin-bottom: 2.7rem;
}

.wp-about-box.vs-04 .title .head {
  line-height: 105%;
  margin-bottom: 0;
  font-weight: 700;
}

.wp-about-box .title {
  margin-bottom: -1rem;
  font-size: 3rem;
}

.wp-about-box .title * {
  line-height: 120%;
}

.wp-about-box .title .head {
  display: block;
  text-align: center;
  margin-bottom: -1.9rem;
  font-weight: 700;
}

.wp-about-box .title .text {
  margin-left: 3.7rem;
}

.wp-about-box .title .big {
  font-size: 9.437rem;
  font-family: "Belanosima", sans-serif;
  color: #0b84ca;
  margin-right: .6rem;
}

.wp-about-box p {
  letter-spacing: .1rem;
  line-height: 153%;
  text-align: center;
}

.wp-about-box .rec {
  width: 23rem;
  height: 23rem;
  border-radius: 100%;
  margin-bottom: 1.8rem;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 1s ease-in-out 1.5s;
}

.wp-about-box .old {
  position: absolute;
  font-size: 2.4rem;
  padding-bottom: .4rem;
}

.wp-about-box .old::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #2d2d2d;
}

.wp-about-box .old .number {
  font-family: "Belanosima", sans-serif;
  margin-right: .8rem;
}

.wp-about-box .old.vs-01 {
  color: #915fca;
  top: .6rem;
  left: -3.6rem;
  padding-right: 2.2rem;
}

.wp-about-box .old.vs-02 {
  color: #22b273;
  top: 8.1rem;
  left: -6.6rem;
  padding-right: 1.9rem;
}

.wp-about-box .old.vs-03 {
  color: #f8ad3b;
  top: 16rem;
  left: -5.2rem;
  padding-right: 4.9rem;
}

.wp-about-box .old.vs-04 {
  color: #de64a5;
  top: 1.7rem;
  right: -4rem;
  padding-left: 1.5rem;
}

.wp-about-box .old.vs-05 {
  color: #3fa6f2;
  top: 14.7rem;
  right: -6.3rem;
  padding-left: 4.3rem;
  padding-right: .7rem;
}

.wp-about-box .chart-01 {
  position: relative;
}

.wp-about-box .chart-01 .percent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 3rem;
  color: #FFFFFF;
  transition: all 1s ease-in-out 1.5s;
  opacity: 0;
}

.wp-about-box .chart-01 .percent p {
  position: absolute;
  font-weight: 100;
}

.wp-about-box .chart-01 .percent p.vs-01 {
  top: 3.2rem;
  right: 3.8rem;
}

.wp-about-box .chart-01 .percent p.vs-02 {
  top: 12.3rem;
  right: 2.2rem;
}

.wp-about-box .chart-01 .percent p.vs-03 {
  top: 14.6rem;
  left: 4.7rem;
}

.wp-about-box .chart-01 .percent p.vs-04 {
  top: 7.9rem;
  left: 1.9rem;
}

.wp-about-box .chart-01 .percent p.vs-05 {
  top: 2.9rem;
  left: 4.7rem;
}

.wp-about-box .chart-01 .percent p span {
  font-family: "Belanosima", sans-serif;
}

.wp-about-box .chart-01.active .rec,
.wp-about-box .chart-01.active .percent {
  opacity: 1;
}

.wp-about-box .chart-01.active .typeA1 {
  animation: circleA1 2s forwards;
  -webkit-animation: circleA1 2s forwards;
}

.wp-about-box .chart-01.active .typeA2 {
  animation: circleA2 2s forwards;
  -webkit-animation: circleA2 2s forwards;
}

.wp-about-box .chart-01.active .typeA3 {
  animation: circleA3 2s forwards;
  -webkit-animation: circleA3 2s forwards;
}

.wp-about-box .chart-01.active .typeA4 {
  animation: circleA4 2s forwards;
  -webkit-animation: circleA4 2s forwards;
}

.wp-about-box .chart-01.active .typeA5 {
  animation: circleA5 2s forwards;
  -webkit-animation: circleA5 2s forwards;
}

.wp-about-box .chart-01.active .typeA6 {
  animation: circleA6 2s forwards;
  -webkit-animation: circleA6 2s forwards;
}

.wp-about-box .chart-02 {
  border-radius: 100%;
  position: relative;
}

.wp-about-box .chart-02::before {
  content: "";
  position: absolute;
  width: 3.1rem;
  height: 3.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.wp-about-box .chart-02 .exp {
  position: absolute;
  font-size: 1.8rem;
  color: #0b84ca;
  padding-bottom: .4rem;
  letter-spacing: 1px;
  opacity: 0;
  transition: all 1s ease-in-out 1.5s;
}

.wp-about-box .chart-02 .exp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #2d2d2d;
}

.wp-about-box .chart-02 .exp.vs-01 {
  top: -0.4rem;
  left: -5.5rem;
  padding-left: .6rem;
  padding-right: 2.3rem;
}

.wp-about-box .chart-02 .exp.vs-02 {
  right: -10.5rem;
  font-size: 2.4rem;
  top: 5.7rem;
  padding-left: 2.4rem;
}

.wp-about-box .chart-02 .number {
  position: absolute;
  width: 100%;
  top: 1rem;
  left: -2.3rem;
  opacity: 0;
  transition: all 1s ease-in-out 1.5s;
}

.wp-about-box .chart-02 .number p {
  font-size: 2.4rem;
  color: #FFFFFF;
  line-height: 87%;
  font-weight: 100;
}

.wp-about-box .chart-02 .number p.vs-01 {
  margin-bottom: 3.2rem;
}

.wp-about-box .chart-02 .number p.vs-02 {
  font-size: 3.9rem;
  margin-left: 5.4rem;
}

.wp-about-box .chart-02 .number span {
  font-family: "Belanosima", sans-serif;
}

.wp-about-box .chart-02.active .number,
.wp-about-box .chart-02.active .exp {
  opacity: 1;
}

.wp-about-box .chart-02.active .typeB2 {
  animation: circleB2 2s forwards;
  -webkit-animation: circleB2 2s forwards;
}

.wp-about-box .chart-02.active .typeB1 {
  animation: circleB1 2s forwards;
  -webkit-animation: circleB1 2s forwards;
}

.wp-about-box .chart-02 .type1 {
  stroke: #0b84ca;
}

.wp-about-box .chart-02 .type3 {
  stroke: #3fa6f2;
}

.wp-about-box .chart-old {
  width: 23rem;
  height: 23rem;
  display: inline-block;
  transform: rotate(-90deg);
  border-radius: 50%;
  vertical-align: top;
  margin-bottom: 2rem;
}

.wp-about-box .chart-old .type {
  fill: transparent;
  stroke-width: 15.2rem;
  cx: 11.5rem;
  cy: 11.5rem;
  r: 10rem;
}

.wp-about-box .chart-old .type1 {
  stroke: #534741;
}

.wp-about-box .chart-old .type2 {
  stroke: #915fca;
}

.wp-about-box .chart-old .type3 {
  stroke: #22b273;
}

.wp-about-box .chart-old .type4 {
  stroke: #f7ea58;
}

.wp-about-box .chart-old .type5 {
  stroke: #3fa6f2;
}

.wp-about-box .chart-old .type6 {
  stroke: #de64a5;
}

.rec_about .circle {
  display: inline-block;
  transform: rotate(-90deg);
  width: 14.8rem;
  height: 14.8rem;
  border-radius: 50%;
}

.rec_about .circle .type {
  fill: transparent;
  stroke-width: 7rem;
  cx: 7.4rem;
  cy: 7.4rem;
  r: 5rem;
}

.wp-rec-gp {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 1rem rgba(214, 210, 210, 0.75);
  border-radius: 2rem;
  overflow: hidden;
}

.wp-rec-gp-box:first-child {
  width: calc(100% - 44.35rem);
  padding: 0 7.5rem;
}

.wp-rec-gp-box:last-child {
  width: 44.35rem;
}

.wp-rec-gp-box .title {
  margin-bottom: 2.3rem;
}

.wp-rec-gp-box .title span {
  color: #2d2d2d;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.wp-rec-gp-box .title span:first-child {
  color: #FFFFFF;
  background: #0b84ca;
  font-size: 1.3rem;
  padding: .75rem 1.6rem;
  margin-right: 1.5rem;
  position: relative;
  top: -0.5rem;
}

.wp-rec-gp-box p {
  line-height: 185%;
  max-width: 54rem;
}

@keyframes circleB1 {
  0% {
    stroke-dasharray: 0 31.4rem;
  }

  99.9%,
  to {
    stroke-dasharray: 26.2rem 31.4rem;
  }
}

@-webkit-keyframes circleB1 {
  0% {
    stroke-dasharray: 0 314;
  }

  99.9%,
  to {
    stroke-dasharray: 262 314;
  }
}

@keyframes circleB2 {
  0% {
    stroke-dasharray: 0 31.4rem;
  }

  99.9%,
  to {
    stroke-dasharray: 31.4rem 31.4rem;
  }
}

@-webkit-keyframes circleB2 {
  0% {
    stroke-dasharray: 0 314;
  }

  99.9%,
  to {
    stroke-dasharray: 314 314;
  }
}

@keyframes circleA6 {
  0% {
    stroke-dasharray: 0 63rem;
  }

  99.9%,
  to {
    stroke-dasharray: 63rem 63rem;
  }
}

@-webkit-keyframes circleA6 {
  0% {
    stroke-dasharray: 0 630;
  }

  99.9%,
  to {
    stroke-dasharray: 630 630;
  }
}

@keyframes circleA5 {
  0% {
    stroke-dasharray: 0 63rem;
  }

  99.9%,
  to {
    stroke-dasharray: 61.2rem 63rem;
  }
}

@-webkit-keyframes circleA5 {
  0% {
    stroke-dasharray: 0 630;
  }

  99.9%,
  to {
    stroke-dasharray: 612 630;
  }
}

@keyframes circleA4 {
  0% {
    stroke-dasharray: 0 63rem;
  }

  99.9%,
  to {
    stroke-dasharray: 52.3rem 63rem;
  }
}

@-webkit-keyframes circleA4 {
  0% {
    stroke-dasharray: 0 630;
  }

  99.9%,
  to {
    stroke-dasharray: 523 630;
  }
}

@keyframes circleA3 {
  0% {
    stroke-dasharray: 0 63rem;
  }

  99.9%,
  to {
    stroke-dasharray: 45.5rem 63rem;
  }
}

@-webkit-keyframes circleA3 {
  0% {
    stroke-dasharray: 0 630;
  }

  99.9%,
  to {
    stroke-dasharray: 455 630;
  }
}

@keyframes circleA2 {
  0% {
    stroke-dasharray: 0rem 63rem;
  }

  99.9%,
  to {
    stroke-dasharray: 29.8rem 63rem;
  }
}

@-webkit-keyframes circleA2 {
  0% {
    stroke-dasharray: 0 630;
  }

  99.9%,
  to {
    stroke-dasharray: 298 630;
  }
}

@keyframes circleA1 {
  0% {
    stroke-dasharray: 0 63rem;
  }

  99.9%,
  to {
    stroke-dasharray: 12rem 63rem;
  }
}

@-webkit-keyframes circleA1 {
  0% {
    stroke-dasharray: 0 630;
  }

  99.9%,
  to {
    stroke-dasharray: 120, 630;
  }
}

@media (max-width: 960px) {
  .wp-block-recruit_box-02 canvas {
    position: absolute;
    top: 31.8rem;
    left: 0;
    width: 100%;
    height: 137rem;
    z-index: -1;
  }

  .wp-block-recruit_box-02 .img-head {
    display: none;
  }

  .rec_about {
    padding-bottom: 6.7rem;
  }

  .wp-rec-gp-box:first-child {
    width: 100%;
    padding: 1.5rem;
  }

  .wp-rec-gp-box:last-child {
    width: 100%;
  }

  .wp-rec-gp-box .title span {
    font-size: 1.7rem;
  }

  .wp-rec-gp-box .title span:first-child {
    font-size: 1.2rem;
    padding: .5rem 1rem;
    top: -0.2rem;
  }

  .wp-rec-gp-box img {
    width: 100%;
  }

  .wp-about-wrap {
    padding-left: .4rem;
    padding-right: .4rem;
    margin-top: 6rem;
  }

  .wp-about-wrap::before {
    content: none;
  }

  .wp-about-box {
    width: 34.0rem;
    height: 32.7rem;
    padding-top: 0;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-about-box {
    height: 34rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 960px) {
  .wp-about-box.vs-01 {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .wp-about-box.vs-03 {
    width: 34.0rem;
    height: 32.7rem;
    margin: 2rem 0 2rem;
    padding-top: 0;
  }

  .wp-about-box.vs-03 .title {
    margin-bottom: 1.5rem;
  }

  .wp-about-box.vs-03 .title .head {
    margin-bottom: 0;
    font-weight: 700;
  }

  .wp-about-box.vs-03>p {
    display: none;
  }

  .wp-about-box.vs-04 {
    padding-top: 0;
    margin-top: 0;
  }

  .wp-about-box.vs-04 .title {
    margin-bottom: .4rem;
    padding-top: 0.4rem;
  }

  .wp-about-box.vs-04 .title .head {
    line-height: 105%;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.15rem;
    position: relative;
    left: .9rem;
  }

  .wp-about-box .title {
    margin-bottom: -1.2rem;
    font-size: 2.88461rem;
    position: relative;
    left: -0.7rem;
  }

  .wp-about-box .title .head {
    margin-bottom: -1.5rem;
  }

  .wp-about-box .title .text {
    margin-left: 4rem;
  }

  .wp-about-box .title .big {
    font-size: 9.03845rem;
  }

  .wp-about-box p {
    font-size: 1.53846rem;
    letter-spacing: normal;
  }

  .wp-about-box .rec {
    width: 23rem;
    height: 23rem;
    border-radius: 100%;
    margin-bottom: 1.8rem;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
  }

  .wp-about-box .old {
    font-size: 2.0rem;
    padding-bottom: .4rem;
  }

  .wp-about-box .old .number {
    margin-right: .8rem;
  }

  .wp-about-box .old.vs-01 {
    top: .3rem;
    left: -3.5rem;
    padding-right: 1.7rem;
  }

  .wp-about-box .old.vs-02 {
    top: 6.4rem;
    left: -6rem;
    padding-right: 1.9rem;
  }

  .wp-about-box .old.vs-03 {
    top: 12.8rem;
    left: -4.3rem;
    padding-right: 3.86rem;
  }

  .wp-about-box .old.vs-04 {
    top: 1rem;
    right: 0.8rem;
    padding-left: 1rem;
  }

  .wp-about-box .old.vs-05 {
    top: 11.8rem;
    right: -6px;
    padding-left: 3.61rem;
    padding-right: .3rem;
  }

  .wp-about-box .chart-01 {
    position: relative;
  }

  .wp-about-box .chart-01 .percent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 3rem;
    color: #FFFFFF;
    transition: all 1s ease-in-out 1.5s;
    opacity: 0;
  }

  .wp-about-box .chart-01 .percent p {
    position: absolute;
    font-weight: 100;
    font-size: 2.40384rem;
  }

  .wp-about-box .chart-01 .percent p.vs-01 {
    top: 2.2rem;
    right: 3.8rem;
  }

  .wp-about-box .chart-01 .percent p.vs-02 {
    top: 10.2rem;
    right: 1.8rem;
  }

  .wp-about-box .chart-01 .percent p.vs-03 {
    top: 11.8rem;
    left: 3.5rem;
  }

  .wp-about-box .chart-01 .percent p.vs-04 {
    top: 6.5rem;
    left: 1.6rem;
  }

  .wp-about-box .chart-01 .percent p.vs-05 {
    top: 2.9rem;
    left: 4.3rem;
  }

  .wp-about-box .chart-01 .percent p span {
    font-family: "Belanosima", sans-serif;
  }

  .wp-about-box .chart-02 {
    border-radius: 100%;
    position: relative;
  }

  .wp-about-box .chart-02::before {
    content: "";
    position: absolute;
    width: 3.1rem;
    height: 3.1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
  }

  .wp-about-box .chart-02 .exp {
    font-size: 1.73077rem;
    letter-spacing: 0;
  }

  .wp-about-box .chart-02 .exp.vs-01 {
    left: -5.1rem;
    padding-left: .5rem;
    padding-right: 2.0rem;
    font-weight: bold;
  }

  .wp-about-box .chart-02 .exp.vs-02 {
    right: -7.9rem;
    font-size: 2.30769rem;
    top: 5.7rem;
    padding-left: 0;
    color: #2d2d2d;
    font-weight: bold;
  }

  .wp-about-box .chart-02 .number {
    position: absolute;
    width: 100%;
    top: 1rem;
    left: -2.3rem;
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
  }

  .wp-about-box .chart-02 .number p {
    font-size: 2.30769rem;
    line-height: 87%;
    font-weight: 100;
  }

  .wp-about-box .chart-02 .number p.vs-01 {
    margin-bottom: 3.2rem;
  }

  .wp-about-box .chart-02 .number p.vs-02 {
    font-size: 3.75rem;
    margin-left: 5.4rem;
  }

  .wp-about-box .chart-02 .number span {
    font-family: "Belanosima", sans-serif;
  }

  .wp-about-box .chart-02.active .number,
  .wp-about-box .chart-02.active .exp {
    opacity: 1;
  }

  .wp-about-box .chart-02.active .typeB2 {
    animation: circleB2 2s forwards;
    -webkit-animation: circleB2 2s forwards;
  }

  .wp-about-box .chart-02.active .typeB1 {
    animation: circleB1 2s forwards;
    -webkit-animation: circleB1 2s forwards;
  }

  .wp-about-box .chart-02 .type1 {
    stroke: #0b84ca;
  }

  .wp-about-box .chart-02 .type3 {
    stroke: #3fa6f2;
  }

  .wp-about-box .chart-old {
    width: 18.75rem;
    height: 18.75rem;
    margin-bottom: 0;
  }

  .wp-about-box .chart-old .type {
    stroke-width: 15.6rem;
    cx: 9.3rem;
    cy: 9.3rem;
    r: 9.75rem;
  }

  @keyframes circleA6 {
    0% {
      stroke-dasharray: 0 61.3rem;
    }

    99.9%,
    to {
      stroke-dasharray: 61.3rem 61.3rem;
    }
  }

  @-webkit-keyframes circleA6 {
    0% {
      stroke-dasharray: 0 637;
    }

    99.9%,
    to {
      stroke-dasharray: 637 637;
    }
  }

  @keyframes circleA5 {
    0% {
      stroke-dasharray: 0 612rem;
    }

    99.9%,
    to {
      stroke-dasharray: 59.8rem 61.2rem;
    }
  }

  @-webkit-keyframes circleA5 {
    0% {
      stroke-dasharray: 0 637;
    }

    99.9%,
    to {
      stroke-dasharray: 615 637;
    }
  }

  @keyframes circleA4 {
    0% {
      stroke-dasharray: 0 61.2rem;
    }

    99.9%,
    to {
      stroke-dasharray: 51.2rem 61.2rem;
    }
  }

  @-webkit-keyframes circleA4 {
    0% {
      stroke-dasharray: 0 637;
    }

    99.9%,
    to {
      stroke-dasharray: 530 637;
    }
  }

  @keyframes circleA3 {
    0% {
      stroke-dasharray: 0 61.2rem;
    }

    99.9%,
    to {
      stroke-dasharray: 44.4rem 61.2rem;
    }
  }

  @-webkit-keyframes circleA3 {
    0% {
      stroke-dasharray: 0 637;
    }

    99.9%,
    to {
      stroke-dasharray: 450 637;
    }
  }

  @keyframes circleA2 {
    0% {
      stroke-dasharray: 0 61.2rem;
    }

    99.9%,
    to {
      stroke-dasharray: 29.8rem 61.2rem;
    }
  }

  @-webkit-keyframes circleA2 {
    0% {
      stroke-dasharray: 0 637;
    }

    99.9%,
    to {
      stroke-dasharray: 310 637;
    }
  }

  @keyframes circleA1 {
    0% {
      stroke-dasharray: 0 61.2rem;
    }

    99.9%,
    to {
      stroke-dasharray: 11.5rem 61.2rem;
    }
  }

  @-webkit-keyframes circleA1 {
    0% {
      stroke-dasharray: 0 637;
    }

    99.9%,
    to {
      stroke-dasharray: 120 637;
    }
  }

  @-webkit-keyframes circleB1 {
    0% {
      stroke-dasharray: 0 330;
    }

    99.9%,

    to {
      stroke-dasharray: 262 330;
    }
  }

  @-webkit-keyframes circleB2 {
    0% {
      stroke-dasharray: 0 330;
    }

    99.9%,
    to {
      stroke-dasharray: 330 330;
    }
  }
}

.wp-works-head {
  padding: .5rem 0 10rem;
}

.wp-works-head p {
  line-height: 185%;
  margin-bottom: 3.7rem;
}

.wp-works-main {
  margin-bottom: 8rem;
}

.wp-works-list li {
  margin-right: 5.2rem;
}

.wp-works-list li:last-child {
  margin-right: 0;
}

.wp-works-list li a {
  display: block;
  color: #FFFFFF;
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  background: linear-gradient(90deg, #0b84ca 0%, #39afeb 100%);
  padding: .4rem 1.7rem 2rem;
  border-radius: .85rem;
  position: relative;
}

.wp-works-list li a::before {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 1.4rem;
  bottom: .7rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/arrow-down.png) no-repeat center;
  background-size: contain;
}

.wp-works-list li:nth-child(2n) a {
  background: linear-gradient(90deg, #00a69a 0%, #22b273 100%);
}

.wp-works-item {
  position: relative;
  z-index: 0;
  padding: 8.5rem 0 10rem;
}

.wp-works-item .wp-block-big1 {
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5rem;
}

.wp-works-item .wp-block-big1::before {
  background: #0b84ca;
}

.wp-works-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 37rem;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #e0f3ff 30%, white 100%);
}

.wp-works-item.vs-02::before {
  background: linear-gradient(180deg, #f0fff5 30%, white 100%);
}

.wp-works-item.vs-02 .wp-block-big1:before {
  background: #0bca8a;
}

.wp-works-box {
  margin-bottom: 5rem;
}

.wp-works-box li {
  width: calc((100% - 5.001rem) / 3);
  margin-right: 2.5rem;
  margin-bottom: 4.5rem;
  text-align: center;
}

.wp-works-box li:nth-child(3n) {
  margin-right: 0;
}

.wp-works-box li img {
  border-radius: 2.4rem;
}

.wp-works-box li p {
  margin-top: 2.5rem;
}

.wp-works-table {
  padding: 0 2rem;
}

.wp-works-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.wp-works-table table td {
  border: #c8c8c8 solid .1rem;
  padding: 1.6rem 4.5rem;
  vertical-align: text-top;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  font-feature-settings: 'palt';
}

@media (min-width: 960.5px) {
  .wp-works-table table td.vs-01 {
    padding-left: 4rem;
    padding-right: 4rem;
    width: 24.7rem;
  }
}

.wp-works-table table tr:first-child td {
  color: #FFFFFF;
  background: #0b84ca;
}

@media (max-width: 960px) {
  .wp-works-head {
    padding: 4rem 0 6rem;
  }

  .wp-works-main {
    margin-bottom: 0;
  }

  .wp-works-list li {
    margin-right: 2rem;
  }

  .wp-works-list li a {
    font-size: 2.4rem;
  }

  .wp-works-item {
    padding: 4.5rem 0 6rem;
  }

  .wp-works-item .wp-block-big1 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .wp-works-box li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .wp-works-box li:last-child {
    margin-bottom: 0;
  }

  .wp-works-box li p {
    margin-top: 1.5rem;
  }

  .wp-works-table {
    padding: 0;
  }

  .wp-works-table table td {
    padding: 1rem;
    font-size: 1.5rem;
  }

  .wp-works-table table td.vs-01 {
    width: 10rem;
  }
}

