<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}
*[data-san=fade] {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*[data-san=fade].is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

*[data-san=ttl] span {
  opacity: 0;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*[data-san=ttl].is-active span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

*[data-san=subline] {
  opacity: 0;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*[data-san=subline]::before {
  -webkit-transform: translateY(-2em) scaleX(0);
          transform: translateY(-2em) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*[data-san=subline].is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
*[data-san=subline].is-active::before {
  -webkit-transform: translateY(0) scaleX(1);
          transform: translateY(0) scaleX(1);
}

@-webkit-keyframes scrolltext {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3939px;
  }
}

@keyframes scrolltext {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3939px;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.mv__swiper .swiper-slide-active img,
.mv__swiper .swiper-slide-duplicate-active img,
.mv__swiper .swiper-slide-prev img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
  display: block;
}
.mv__swiper .slide-img img {
  display: block;
}

body .header-lists .header-list:nth-of-type(4) .header__link::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.header-navFlex {
  padding-right: 24px;
}

.pagemainvisual {
  background-color: #FFD712;
}

.pagemainvisual-title span {
  color: #000;
}

.pagebreadthumb {
  background-color: #00AC23;
}

/*
#FFC500
#FF9300
#FF7600
*/
body {
  opacity: 0;
  -webkit-transition: all 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.js-loading {
  opacity: 1;
}

.topmainvisual {
  padding-top: 162px;
  padding-bottom: 62px;
  background: #ffd712;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 44%, rgba(255, 255, 255, 0.1) 56%, rgba(255, 215, 18, 0.11) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(44%, rgba(255, 255, 255, 0.1)), color-stop(56%, rgba(255, 255, 255, 0.1)), to(rgba(255, 215, 18, 0.11)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 44%, rgba(255, 255, 255, 0.1) 56%, rgba(255, 215, 18, 0.11) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 44%, rgba(255, 255, 255, 0.1) 56%, rgba(255, 215, 18, 0.11) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#FFD712",GradientType=1);
}

@media screen and (max-width: 767px) {
  .topmainvisual {
    padding-top: 162px;
    padding-bottom: 62px;
    background: #ffd712;
    background: -webkit-linear-gradient(180deg, rgba(255, 215, 18, 0.1) 0%, rgba(255, 255, 255, 0.1) 44%, rgba(255, 215, 18, 0.1) 56%, rgba(255, 215, 18, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 215, 18, 0.1)), color-stop(44%, rgba(255, 255, 255, 0.1)), color-stop(56%, rgba(255, 215, 18, 0.1)), to(rgba(255, 215, 18, 0.1)));
    background: -webkit-linear-gradient(top, rgba(255, 215, 18, 0.1) 0%, rgba(255, 255, 255, 0.1) 44%, rgba(255, 215, 18, 0.1) 56%, rgba(255, 215, 18, 0.1) 100%);
    background: linear-gradient(180deg, rgba(255, 215, 18, 0.1) 0%, rgba(255, 255, 255, 0.1) 44%, rgba(255, 215, 18, 0.1) 56%, rgba(255, 215, 18, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00a2df",GradientType=1);
  }
}
.topmainvisual-wrap {
  max-width: 1200px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

.topmainvisual-wrap__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.topmainvisual-wrap__left {
  max-width: 376px;
  width: 100%;
}

.topmainvisual-title {
  font-size: 57px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0 14px;
  position: relative;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.topmainvisual-title.js-load {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.topmainvisual-title--blue {
  background-color: #FFC500;
  max-width: 236px;
  width: 100%;
  -webkit-transition: all 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.topmainvisual-title--blue span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s, 0.4s;
          transition-duration: 0.4s, 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86), cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86), cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.topmainvisual-title--blue span:nth-of-type(1) {
  -webkit-transition-delay: 0.3s, 0.3s;
          transition-delay: 0.3s, 0.3s;
}
.topmainvisual-title--blue span:nth-of-type(2) {
  -webkit-transition-delay: 0.4s, 0.4s;
          transition-delay: 0.4s, 0.4s;
}
.topmainvisual-title--blue span:nth-of-type(3) {
  -webkit-transition-delay: 0.5s, 0.5s;
          transition-delay: 0.5s, 0.5s;
}
.topmainvisual-title--blue span:nth-of-type(4) {
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}
.topmainvisual-title--blue.js-load span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.topmainvisual-title--orange {
  background-color: #FF9300;
  max-width: 306px;
  width: 100%;
  margin-top: 9px;
  -webkit-transition: all 0.44s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.44s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.topmainvisual-title--orange span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s, 0.4s;
          transition-duration: 0.4s, 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86), cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86), cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.topmainvisual-title--orange span:nth-of-type(1) {
  -webkit-transition-delay: 1.04s, 1.04s;
          transition-delay: 1.04s, 1.04s;
}
.topmainvisual-title--orange span:nth-of-type(2) {
  -webkit-transition-delay: 1.14s, 1.14s;
          transition-delay: 1.14s, 1.14s;
}
.topmainvisual-title--orange span:nth-of-type(3) {
  -webkit-transition-delay: 1.24s, 1.24s;
          transition-delay: 1.24s, 1.24s;
}
.topmainvisual-title--orange span:nth-of-type(4) {
  -webkit-transition-delay: 1.34s, 1.34s;
          transition-delay: 1.34s, 1.34s;
}
.topmainvisual-title--orange span:nth-of-type(5) {
  -webkit-transition-delay: 1.44s, 1.44s;
          transition-delay: 1.44s, 1.44s;
}
.topmainvisual-title--orange.js-load span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.topmainvisual-title--green {
  background-color: #FF7600;
  margin-top: 9px;
  -webkit-transition: all 0.44s 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.44s 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.topmainvisual-title--green span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s, 0.4s;
          transition-duration: 0.4s, 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86), cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86), cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.topmainvisual-title--green span:nth-of-type(1) {
  -webkit-transition-delay: 1.64s, 1.64s;
          transition-delay: 1.64s, 1.64s;
}
.topmainvisual-title--green span:nth-of-type(2) {
  -webkit-transition-delay: 1.74s, 1.74s;
          transition-delay: 1.74s, 1.74s;
}
.topmainvisual-title--green span:nth-of-type(3) {
  -webkit-transition-delay: 1.84s, 1.84s;
          transition-delay: 1.84s, 1.84s;
}
.topmainvisual-title--green span:nth-of-type(4) {
  -webkit-transition-delay: 1.94s, 1.94s;
          transition-delay: 1.94s, 1.94s;
}
.topmainvisual-title--green span:nth-of-type(5) {
  -webkit-transition-delay: 2.04s, 2.04s;
          transition-delay: 2.04s, 2.04s;
}
.topmainvisual-title--green span:nth-of-type(6) {
  -webkit-transition-delay: 2.14s, 2.14s;
          transition-delay: 2.14s, 2.14s;
}
.topmainvisual-title--green.js-load span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.topmainvisual-title--5xt {
  line-height: 1.6071428571;
  font-size: 56px;
}
.topmainvisual-leadWrap {
  margin-top: 38px;
  margin-left: 14px;
}

.topmainvisual-lead {
  letter-spacing: 0.048em;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
.topmainvisual-lead + .topmainvisual-lead {
  margin-top: 32px;
}
.topmainvisual-lead span {
  position: relative;
  top: 100px;
}
.topmainvisual-lead:nth-of-type(1) span {
  -webkit-transition: top 0.44s 2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: top 0.44s 2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.topmainvisual-lead:nth-of-type(2) span {
  -webkit-transition: top 0.44s 2.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: top 0.44s 2.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.topmainvisual-lead:nth-of-type(3) span {
  -webkit-transition: top 0.44s 2.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: top 0.44s 2.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body.js-loading .topmainvisual-lead span {
  top: 0px;
}
@media (min-width: 768px) {
  body.js-loading .topmainvisual-wrap__right {
    opacity: 1;
  }
}

.topmainvisual-wrap__right {
  margin-left: 66px;
  max-width: 725px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .topmainvisual-wrap__right {
    opacity: 0;
    -webkit-transition: opacity 0.4s 2.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.4s 2.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}

.topmainvisual-wrap__newsWrap {
  margin-top: 62px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 768px) {
  .topmainvisual-wrap__newsWrap::before {
    display: inline-block;
    content: "";
    background-color: #FF7600;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s 3s;
    transition: all 0.4s 3s;
    z-index: 1;
  }
  .topmainvisual-wrap__newsWrap::after {
    display: inline-block;
    content: "";
    background-color: #FF7600;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.4s 3s;
    transition: all 0.4s 3s;
    z-index: 1;
  }
}

body.js-loading .topmainvisual-wrap__newsWrap::before {
  height: 0%;
}
body.js-loading .topmainvisual-wrap__newsWrap::after {
  height: 0%;
}

.topmainvisual-wrap__news-link {
  padding: 12px 16px;
  min-height: 104px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 4px #FF7600;
  border-bottom: solid 4px #FF7600;
}

.topmainvisual-wrap__news-linkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.cate-timeWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 148px;
}

.cate {
  color: #FF9300;
  font-size: 16px;
  letter-spacing: 0.048em;
  line-height: 1.5;
  display: inline-block;
}

.time {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.048em;
  line-height: 1.5;
  display: inline-block;
  margin-left: 10px;
}

.topmainvisual-wrap__news-txt {
  font-size: 16px;
  letter-spacing: 0.048em;
  line-height: 1.5;
  display: inline-block;
  margin-left: 20px;
  width: calc(100% - 148px - 20px);
}

@media screen and (min-width: 768px) {
  body .topmainvisual-title.js-load {
    height: 82px;
    line-height: 82px;
  }
}
@media (max-width: 1200px) {
  .topmainvisual {
    padding-top: 13.5vw;
    padding-bottom: 5.167vw;
  }

  .topmainvisual-wrap__left {
    max-width: 31.333vw;
  }

  .topmainvisual-title {
    font-size: 4.75vw;
    padding: 0 1.167vw;
  }
  .topmainvisual-title--blue {
    max-width: 19.667vw;
  }
  .topmainvisual-title--orange {
    max-width: 25.5vw;
    margin-top: 0.75vw;
  }
  .topmainvisual-title--green {
    margin-top: 0.75vw;
  }
  .topmainvisual-title--5xt {
    font-size: 4.667vw;
  }
  .topmainvisual-leadWrap {
    margin-top: 3.167vw;
    margin-left: 1.167vw;
  }

  .topmainvisual-lead {
    font-size: 1.333vw;
  }
  .topmainvisual-lead + .topmainvisual-lead {
    margin-top: 2.667vw;
  }
  .topmainvisual-lead span {
    top: 8.333vw;
  }

  .topmainvisual-wrap__right {
    margin-left: 5.5vw;
    max-width: 60.417vw;
  }

  .topmainvisual-wrap__newsWrap {
    margin-top: 5.167vw;
  }

  .topmainvisual-wrap__news-link {
    padding: 2.75vw 1.333vw;
    border-top: solid 0.333vw #FF7600;
    border-bottom: solid 0.333vw #FF7600;
  }

  .topmainvisual-wrap__news-linkWrap {
    max-width: 37.5vw;
  }

  .cate-timeWrap {
    width: 12.333vw;
  }

  .cate {
    font-size: 1.333vw;
  }

  .time {
    font-size: 1.333vw;
    margin-left: 0.833vw;
  }

  .topmainvisual-wrap__news-txt {
    font-size: 1.333vw;
    margin-left: 1.667vw;
    width: calc(100% - 12.333vw - 1.667vw);
  }

  .mainvisualBottom-container {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .topmainvisual {
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .topmainvisual-wrap {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }

  .topmainvisual-wrap__flex {
    display: block;
  }

  .topmainvisual-wrap__left {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    padding-top: 25px;
  }

  .topmainvisual-title {
    font-size: 36px;
    line-height: 1.611;
    padding: 0 14px;
  }
  .topmainvisual-title--blue {
    max-width: 160px;
  }
  .topmainvisual-title--orange {
    max-width: 204px;
    margin-top: 9px;
  }
  .topmainvisual-title--green {
    max-width: 251px;
    margin-top: 9px;
  }
  .topmainvisual-title--5xt {
    font-size: 36px;
  }
  .topmainvisual-leadWrap {
    margin-top: 20px;
    padding-left: 4px;
    margin-left: 0;
  }

  .topmainvisual-lead {
    font-size: 15px;
    line-height: 1.66;
  }
  .topmainvisual-lead + .topmainvisual-lead {
    margin-top: 12px;
  }
  .topmainvisual-lead span {
    top: 100px;
  }

  .topmainvisual-wrap__right {
    margin-left: 0px;
    max-width: 100%;
  }

  .topmainvisual-wrap__newsWrap {
    margin-top: 12px;
  }

  .topmainvisual-wrap__news-link {
    display: block;
    padding: 9px 20px;
    border-top: solid 4px #FFC500;
    border-bottom: solid 4px #FF7600;
  }

  .topmainvisual-wrap__news-linkWrap {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .cate-timeWrap {
    width: 100%;
  }

  .cate {
    font-size: 12px;
    line-height: 2;
    font-weight: bold;
  }

  .time {
    font-size: 12px;
    line-height: 2;
    margin-left: 16px;
  }

  .topmainvisual-wrap__news-txt {
    font-size: 15px;
    line-height: 1.68;
    margin-left: 0px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    width: 100%;
  }
}
.mainvisual-swiperimgBg {
  border-radius: 8px;
  padding: 4px;
  background: #e6ffc4;
  background: -webkit-linear-gradient(231deg, #e6ffc4 0%, rgba(234, 253, 203, 0.85) 50%, rgba(255, 240, 240, 0.3967962185) 55%, rgba(186, 233, 247, 0.87) 60%, #afe8f8 100%);
  background: -webkit-linear-gradient(219deg, #e6ffc4 0%, rgba(234, 253, 203, 0.85) 50%, rgba(255, 240, 240, 0.3967962185) 55%, rgba(186, 233, 247, 0.87) 60%, #afe8f8 100%);
  background: linear-gradient(231deg, #e6ffc4 0%, rgba(234, 253, 203, 0.85) 50%, rgba(255, 240, 240, 0.3967962185) 55%, rgba(186, 233, 247, 0.87) 60%, #afe8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6ffc4",endColorstr="#afe8f8",GradientType=1);
}

.mainvisual-swiperimg {
  border-radius: 6px;
}
.mainvisual-swiperimg img {
  width: 100%;
  border-radius: 6px;
  height: auto;
}

.mainvisualBottom-container {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .mainvisualBottom-container {
    margin-top: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual_swiperContent-top {
    display: none;
  }

  .mainvisualBottom-container {
    margin-top: 20px;
  }
}
.mainvisual_swiperContent-top-sp {
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .mainvisual_swiperContent-top-sp {
    display: block;
  }
}
.slick-slide {
  margin-right: 8px;
}

.topList {
  padding-top: 55px;
  padding-bottom: 64px;
  border-top: 2px solid #FFC500;
}
.topList.js-anime .topList-title {
  opacity: 1;
}
.topList.js-anime .topList-leading {
  opacity: 1;
}

.topList-title,
.TypeOfWork-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.topList-leading,
.TypeOfWork-leading {
  letter-spacing: 0.048em;
  line-height: 1.75;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.topList-girdArea {
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
  margin-top: 46px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 154px 10px 154px 10px 154px;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
      grid-template: "gird-child1 ... gird-child2 ... gird-child3" 154px "gird-child1 ... gird-child2 ... ...        " 10px "gird-child1 ... gird-child2 ... gird-child4" 154px "...         ... ...         ... ...        " 10px "gird-child5 ... gird-child6 ... gird-child8" 154px/1fr 16px 1fr 16px 1fr;
}
@media screen and (max-width: 767px) {
  .topList-girdArea {
    max-width: 100%;
    margin-top: 26px;
    -ms-grid-rows: 63.467vw 6px 32vw 6px 32vw 6px 32vw;
    -ms-grid-columns: 1fr 6px 1fr;
        grid-template: "gird-child1 ... gird-child2" 63.467vw "...         ... ...        " 6px "gird-child5 ... gird-child3" 32vw "... ... ..." 6px "gird-child4 ... gird-child6" 32vw "gird-child4         ... ...        " 6px "gird-child4 ... gird-child8" 32vw/1fr 6px 1fr;
  }
}

.gird-child1,
.gird-child2,
.gird-child3,
.gird-child4,
.gird-child5,
.gird-child6,
.gird-child7,
.gird-child8 {
  display: block;
  overflow: hidden;
  padding: 4px;
  position: relative;
  background: #e6ffc4;
  background: -webkit-linear-gradient(231deg, #e6ffc4 0%, rgba(234, 253, 203, 0.85) 50%, rgba(255, 240, 240, 0.3967962185) 55%, rgba(186, 233, 247, 0.87) 60%, #afe8f8 100%);
  background: -webkit-linear-gradient(219deg, #e6ffc4 0%, rgba(234, 253, 203, 0.85) 50%, rgba(255, 240, 240, 0.3967962185) 55%, rgba(186, 233, 247, 0.87) 60%, #afe8f8 100%);
  background: linear-gradient(231deg, #e6ffc4 0%, rgba(234, 253, 203, 0.85) 50%, rgba(255, 240, 240, 0.3967962185) 55%, rgba(186, 233, 247, 0.87) 60%, #afe8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6ffc4",endColorstr="#afe8f8",GradientType=1);
  border-radius: 8px;
}
.gird-child1 .imgWrap,
.gird-child2 .imgWrap,
.gird-child3 .imgWrap,
.gird-child4 .imgWrap,
.gird-child5 .imgWrap,
.gird-child6 .imgWrap,
.gird-child7 .imgWrap,
.gird-child8 .imgWrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.gird-child1 .img,
.gird-child2 .img,
.gird-child3 .img,
.gird-child4 .img,
.gird-child5 .img,
.gird-child6 .img,
.gird-child7 .img,
.gird-child8 .img {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 0.44s;
          transition-duration: 0.44s;
}
.gird-child1 .img::after,
.gird-child2 .img::after,
.gird-child3 .img::after,
.gird-child4 .img::after,
.gird-child5 .img::after,
.gird-child6 .img::after,
.gird-child7 .img::after,
.gird-child8 .img::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #fff;
  background: white;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media (min-width: 768px) {
  .gird-child1:hover .img,
.gird-child2:hover .img,
.gird-child3:hover .img,
.gird-child4:hover .img,
.gird-child5:hover .img,
.gird-child6:hover .img,
.gird-child7:hover .img,
.gird-child8:hover .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.gird-child1::after,
.gird-child2::after,
.gird-child3::after,
.gird-child4::after,
.gird-child5::after,
.gird-child6::after,
.gird-child7::after,
.gird-child8::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.gird-child1::after {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.gird-child2::after {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.gird-child3::after {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.gird-child4::after {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.gird-child5::after {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.gird-child6::after {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.gird-child7::after {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.gird-child8::after {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.topList.js-anime .gird-child1::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.topList.js-anime .gird-child2::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.topList.js-anime .gird-child3::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.topList.js-anime .gird-child4::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.topList.js-anime .gird-child5::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.topList.js-anime .gird-child6::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.topList.js-anime .gird-child7::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.topList.js-anime .gird-child8::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.gird-childTextWrap {
  position: absolute;
  bottom: 12px;
  left: 14px;
  z-index: 1;
}

.gird-childText-head {
  display: inline-block;
  color: #fff;
  padding: 1px 4px 2px;
  border-radius: 2px;
  font-size: 12px;
  margin-bottom: 4px;
}
.gird-childText-head--1, .gird-childText-head--2 {
  background-color: #FF7600;
}
.gird-childText-head--3, .gird-childText-head--4 {
  background-color: #FFC500;
}
.gird-childText-head--7, .gird-childText-head--8 {
  background-color: #FF9300;
}

.gird-childText-title {
  font-size: 14px;
  line-height: 1.6;
  -moz-text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.59);
  -webkit-text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.59);
  -ms-text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.59);
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.59);
}
.gird-childText-title span {
  display: inline-block;
}

.gird-child1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: gird-child1;
}
.gird-child1 .img {
  background-image: url("../img/top/grid01.jpg");
}

.gird-child2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: gird-child2;
}
.gird-child2 .img {
  background-image: url("../img/top/grid02_challenged.jpg");
}

.gird-child3 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: gird-child3;
}
.gird-child3 .img {
  background-image: url("../img/top/grid05.jpg");
}

.gird-child4 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: gird-child4;
}
.gird-child4 .img {
  background-image: url("../img/top/grid04.jpg");
}
@media screen and (max-width: 767px) {
  .gird-child4 .img {
    background-image: url("../img/top/grid04_sp.jpg");
  }
}

.gird-child5 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: gird-child5;
}
.gird-child5 .img {
  background-image: url("../img/top/grid03.jpg");
}

.gird-child6 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: gird-child6;
}
.gird-child6 .img {
  background-image: url("../img/top/bg_btn_divercity.jpg");
}

.gird-child7 {
  grid-area: gird-child7;
}
.gird-child7 .img {
  background-image: url("../img/top/grid07.jpg");
}
@media screen and (max-width: 767px) {
  .gird-child7 {
    display: none;
  }
}

.gird-child8 {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: gird-child8;
}

@media screen and (max-width: 767px) {
  .gird-child1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .gird-child2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .gird-child3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .gird-child4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .gird-child5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .gird-child6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .gird-child8 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
.gird-child8 .img {
  background-image: url("../img/top/grid06.jpg");
}

@media screen and (max-width: 767px) {
  .topList {
    padding-top: 40px;
    padding-bottom: 48px;
    border-top: none;
  }

  .topList-title,
.TypeOfWork-title {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.66;
  }

  .topList-leading,
.TypeOfWork-leading {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.67;
    text-align: left;
  }

  .gird-childText-head {
    font-size: 11px;
    line-height: 2.1;
    padding: 0;
    padding: 0 4px;
  }
  .gird-childText-title {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.048em;
  }
}
.TypeOfWork {
  border-top: 2px solid #FF7600;
  padding-top: 56px;
  padding-bottom: 68px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ac23",endColorstr="#ffffff",GradientType=1);
}
.TypeOfWork.js-anime .TypeOfWork-title {
  opacity: 1;
}
.TypeOfWork.js-anime .TypeOfWork-leading {
  opacity: 1;
}
.TypeOfWork.js-anime .TypeOfWork-content {
  opacity: 1;
}

.TypeOfWork-title .bottom-line {
  background: white;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, yellow 75%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(255, 255, 255, 0)), color-stop(75%, yellow));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 75%, yellow 75%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, yellow 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffff00",GradientType=1);
}

.TypeOfWork-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  padding: 32px 0 0;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.44s 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.44s 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.TypeOfWork-content__imgWrap {
  max-width: calc(100% - 96px - 262px);
  width: 100%;
}
.TypeOfWork-content__imgWrap img {
  width: 100%;
  height: auto;
}

.TypeOfWork-content__title {
  color: #FF7600;
  font-size: 20px;
  margin-top: 24px;
}

.TypeOfWork-content-lists {
  margin-bottom: 20px;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.TypeOfWork-content-list {
  font-size: 16px;
  letter-spacing: 0.048em;
  line-height: 1.8;
  padding-left: 16px;
  padding-right: 24px;
  position: relative;
}
.TypeOfWork-content-list::before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #00ac23;
  margin-right: 12px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.TypeOfWork-content-lists + a {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .TypeOfWork-content {
    display: block;
    padding: 0px;
    max-width: 100%;
  }

  .TypeOfWork-content__imgWrap {
    max-width: 256px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .TypeOfWork-content__right {
    margin-left: 0px;
    width: 100%;
  }

  .TypeOfWork-content__title {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
  }

  .TypeOfWork-content-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .TypeOfWork-content-list {
    font-size: 14px;
    letter-spacing: 0.048em;
    line-height: 2;
  }
}
.SpecialFeature-wrap {
  max-width: 1298px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.info-decorationWrap--SpecialFeature {
  margin-bottom: 20px;
}

.SpecialFeature-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.SpecialFeature-left,
.SpecialFeature-right {
  max-width: calc((100% - 68px) / 2);
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.SpecialFeature-left {
  margin-right: 68px;
}

.SpecialFeature-lead {
  background-color: #FF9300;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.048em;
  width: 50px;
  text-align: center;
}

.SpecialFeature-txts {
  text-align: center;
}

.SpecialFeature-head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .SpecialFeature {
    padding-top: 52px;
    padding-bottom: 80px;
  }

  .SpecialFeature-flex {
    display: block;
  }

  .SpecialFeature-left {
    max-width: 100%;
    margin-right: 0;
  }

  .SpecialFeature-right {
    max-width: 100%;
    margin-top: 60px;
  }

  .SpecialFeature-head {
    font-size: 20px;
    line-height: 1.44;
    margin-top: 10px;
  }
}
.SeniorStaffInterview-wrap,
.join-wrap {
  position: relative;
  margin-bottom: 44px;
  padding: 0 30px;
}

.SeniorStaffInterview-container,
.join-container {
  overflow-x: hidden;
  max-width: 514px;
  width: 100%;
  margin: 0 auto;
}

.swiper-button-prev--senior,
.swiper-button-next--senior,
.swiper-button-prev--join,
.swiper-button-next--join {
  top: 36%;
  background-image: url(../img/common/swiper-btn.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 23px;
  margin: 0;
}

.swiper-button-next--senior,
.swiper-button-next--join {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .SeniorStaffInterview-wrap,
.join-wrap {
    padding: 0px;
  }

  .SeniorStaffInterview-container,
.join-container {
    width: 100%;
    max-width: 100%;
  }

  .swiper-button-prev--senior,
.swiper-button-next--senior,
.swiper-button-prev--join,
.swiper-button-next--join {
    width: 10px;
    height: 16px;
    top: 30%;
  }

  .swiper-button-prev--senior,
.swiper-button-prev--join {
    left: -14px;
  }

  .swiper-button-next--senior,
.swiper-button-next--join {
    right: -14px;
  }
}
.SeniorStaffInterview-list,
.join-swiper-list {
  display: block;
}
@media (min-width: 768px) {
  .SeniorStaffInterview-list:hover .SeniorStaffInterview-imgWrap img,
.SeniorStaffInterview-list:hover .join-swiper-imgWrap img,
.join-swiper-list:hover .SeniorStaffInterview-imgWrap img,
.join-swiper-list:hover .join-swiper-imgWrap img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.SeniorStaffInterview-imgBg,
.join-swiper-imgBg {
  border-radius: 8px;
  padding: 4px;
  background: #e6ffc4;
  background: -webkit-linear-gradient(231deg, #e6ffc4 0%, rgba(234, 253, 203, 0.85) 50%, rgba(255, 240, 240, 0.3967962185) 55%, rgba(186, 233, 247, 0.87) 60%, #afe8f8 100%);
  background: -webkit-linear-gradient(219deg, #e6ffc4 0%, rgba(234, 253, 203, 0.85) 50%, rgba(255, 240, 240, 0.3967962185) 55%, rgba(186, 233, 247, 0.87) 60%, #afe8f8 100%);
  background: linear-gradient(231deg, #e6ffc4 0%, rgba(234, 253, 203, 0.85) 50%, rgba(255, 240, 240, 0.3967962185) 55%, rgba(186, 233, 247, 0.87) 60%, #afe8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6ffc4",endColorstr="#afe8f8",GradientType=1);
}

.SeniorStaffInterview-imgWrap,
.join-swiper-imgWrap {
  border-radius: 6px;
  overflow: hidden;
}
.SeniorStaffInterview-imgWrap img,
.join-swiper-imgWrap img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.44s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.SeniorStaffInterview-work,
.join-swiper-work {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #FF7600;
  padding-bottom: 2px;
  border-bottom: 2px solid #FF7600;
  margin-top: 4px;
  min-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.SeniorStaffInterview-work span,
.join-swiper-work span {
  font-size: 13px;
  margin-right: 0.5em;
}

.join-swiper-work {
  color: #FFC500;
  border-bottom: 2px solid #FFC500;
}

.SeniorStaffInterview-name,
.join-swiper-name {
  font-size: 15px;
  letter-spacing: 0.048em;
  line-height: 1.6;
  text-align: center;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .SeniorStaffInterview-work,
.join-swiper-work {
    padding-bottom: 6px;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0.048em;
    margin-top: 8px;
  }

  .join-swiper-work {
    min-height: auto;
  }

  .SeniorStaffInterview-name,
.join-swiper-name {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 4px;
  }
}
/******** add ********/
.organizationMap-title {
  max-width: 80%;
  text-align: center;
  margin: 0 auto 35px;
}
.organizationMap-title img {
  display: inline-block;
}

.organizationMap-list {
  position: relative;
}
.organizationMap-list::before {
  content: "";
  display: block;
  width: 85%;
  height: 70%;
  background: rgba(255, 177, 127, 0.3);
  border-radius: 800px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.organizationMap-listWrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1.5% 25px;
}
.organizationMap-listWrap:last-child {
  margin-bottom: 0;
}

.organizationMap-item {
  width: 22%;
  margin: 0 1.5% 25px;
  text-align: center;
  background: #7fd591;
  border: 4px solid #7fd591;
  font-weight: bold;
  border-radius: 4px;
}

.organizationMap-type {
  padding: 0.3em 0 0.5em;
  font-size: 14px;
}

.organizationMap-company {
  background: #fff;
  padding: 1em 0;
}

.organizationMap-subtitle {
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0 15px;
}

.organizationMap-text {
  line-height: 1.8;
}

.organizationMap-btn {
  margin-top: 30px;
}

.organizationMap-space {
  width: 9.75%;
}

@media (max-width: 959px) {
  .organizationMap {
    padding: 35px 20px 30px;
  }

  .organizationMap-item {
    width: 26%;
  }
  .organizationMap-item:nth-of-type(4), .organizationMap-item:nth-of-type(5), .organizationMap-item:nth-of-type(6), .organizationMap-item:nth-of-type(7) {
    width: 22%;
  }

  .organizationMap-space {
    width: 5.75%;
  }

  .organizationMap-company {
    font-size: 15px;
  }

  .organizationMap-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .organizationMap {
    padding: 0 0 5px;
    border-width: 3px;
  }

  .organizationMap-title {
    max-width: 100%;
  }

  .organizationMap-listWrap {
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .organizationMap-item {
    width: 49%;
    margin: 0 0 18px;
    border-width: 3px;
  }
  .organizationMap-item:nth-of-type(4), .organizationMap-item:nth-of-type(5), .organizationMap-item:nth-of-type(6), .organizationMap-item:nth-of-type(7) {
    width: 49%;
  }

  .organizationMap-type {
    font-size: 11px;
  }

  .organizationMap-company {
    font-size: 12px;
  }

  .organizationMap-space {
    display: none;
  }

  .organizationMap-list {
    position: relative;
  }
  .organizationMap-list::before {
    width: 65%;
    height: 85%;
    background: none;
    border: 1.8em solid rgba(255, 177, 127, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.greetingMainVisual-message {
  border-color: #FF9300;
}

.header-btn__list:last-of-type {
  margin-left: 40px;
}

.header-list:nth-of-type(n + 2), .header-list--l:nth-of-type(n + 2), .header-list--m:nth-of-type(n + 2) {
  margin-left: 40px;
}

.employmentList-title {
  color: #FF7600;
}

.employmentList-item {
  border-bottom-color: #FFD712;
}

.employmentList-tip span {
  background-color: #FFD712;
  color: #000;
}

.employmentList--blue .employmentList-title {
  color: #00AC23;
}

.employmentList--blue .employmentList-item {
  border-bottom-color: #00AC23;
}

.employmentList--blue .employmentList-tip span {
  background-color: #00AC23;
  color: #fff;
}

body .employmentList-job ul li::before,
body .employmentList-training ul li::before {
  background-color: #FFD712;
}

.mt40 {
  margin-top: 40px;
}

.c-btn {
  max-width: none;
}

.intern-title::after {
  background-color: #FFD712;
}

.employmentContact {
  border-top: 2px solid #FFC500;
}

.faqList-question {
  border-bottom: 2px solid #FFD712;
}

.faqList-icon {
  color: #FF7600;
}

.SeniorStaffMessage::before {
  border-color: #FFD712;
}

.SeniorStaffMessage--orange::before {
  border-color: #FF7600;
}

.SeniorStaffMainMessage .SeniorStaffMainMessage-work::after {
  background-color: #FFD712;
}

.SeniorStaffMainMessage .SeniorStaffMainMessage-work {
  color: #FF7600;
}

@media (min-width: 768px) {
  .flex_text_and_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex_text_and_img img {
    border-radius: 8px;
  }

  .flex_text_and_img p {
    padding-right: 50px;
  }

  .SeniorStaffMessage--txts {
    width: 100%;
  }

  /*
  .SpecialFeature-wrap.c-wrap{
    margin-top: 70px;
  }
  */
}</pre></body></html>