@charset "UTF-8";
.box-col2-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-col2-01 .inner {
  width: 47.5%;
}
.box-col2-01 .inner:nth-of-type(2n) {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .box-col2-01 {
    display: block;
  }
  .box-col2-01 .inner {
    width: 100%;
  }
  .box-col2-01 .inner:nth-of-type(2n) {
    margin-left: 0%;
  }
}

.box-col3-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-col3-01 .inner {
  width: 31%;
}
.box-col3-01 .inner:not(:nth-of-type(3n-2)) {
  margin-left: 3.5%;
}
.box-col3-01 .inner:nth-of-type(n+4) {
  margin-top: 3.5%;
}
@media screen and (max-width: 768px) {
  .box-col3-01 {
    display: block;
  }
  .box-col3-01 .inner {
    width: 100%;
  }
  .box-col3-01 .inner:not(:nth-of-type(3n-2)) {
    margin-left: 0%;
  }
  .box-col3-01 .inner:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.box-col3-01.down-to-top .inner {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.box-col3-01.down-to-top .inner:nth-child(2) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.box-col3-01.down-to-top .inner:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.box-col3-01.down-to-top .inner:nth-child(4) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.box-col3-01.down-to-top .inner:nth-child(5) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.box-col3-01.down-to-top .inner:nth-child(6) {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.box-col3-01.down-to-top.scrollin .inner {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.box-col3-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-col3-02 .inner {
  width: 31%;
}
.box-col3-02 .inner:not(:nth-of-type(3n-2)) {
  margin-left: 3.5%;
}
.box-col3-02 .inner:nth-of-type(n+4) {
  margin-top: 3.5%;
}
@media screen and (max-width: 768px) {
  .box-col3-02 {
    display: block;
  }
  .box-col3-02 .inner {
    width: 80%;
    margin: 0 auto;
  }
  .box-col3-02 .inner:not(:nth-of-type(3n-2)) {
    margin-left: auto;
  }
  .box-col3-02 .inner:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 414px) {
  .box-col3-02 .inner {
    width: 100%;
  }
  .box-col3-02 .inner:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.box-col3-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-col3-03 .inner {
  width: 31%;
}
.box-col3-03 .inner:not(:nth-of-type(3n-2)) {
  margin-left: 3.5%;
}
.box-col3-03 .inner:nth-of-type(n+4) {
  margin-top: 3.5%;
}
@media screen and (max-width: 768px) {
  .box-col3-03 .inner {
    width: 49%;
  }
  .box-col3-03 .inner:not(:nth-of-type(3n-2)) {
    margin-left: auto;
  }
  .box-col3-03 .inner:not(:nth-of-type(2n-1)) {
    margin-left: 2%;
  }
  .box-col3-03 .inner:nth-of-type(n+3) {
    margin-top: 40px;
  }
}

.box-col4-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-col4-01 .inner {
  width: 23%;
}
.box-col4-01 .inner:not(:nth-of-type(4n-3)) {
  margin-left: 2.666666%;
}
.box-col4-01 .inner:nth-of-type(n+5) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-col4-01 .inner {
    width: 48%;
  }
  .box-col4-01 .inner:not(:nth-of-type(4n-3)) {
    margin-left: 0%;
  }
  .box-col4-01 .inner:not(:nth-of-type(2n-1)) {
    margin-left: 4%;
  }
  .box-col4-01 .inner:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
.box-col4-01.down-to-top .inner {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.box-col4-01.down-to-top .inner:nth-child(2) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.box-col4-01.down-to-top .inner:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.box-col4-01.down-to-top .inner:nth-child(4) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.box-col4-01.down-to-top .inner:nth-child(5) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.box-col4-01.down-to-top .inner:nth-child(6) {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.box-col4-01.down-to-top .inner:nth-child(7) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.box-col4-01.down-to-top .inner:nth-child(8) {
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.box-col4-01.down-to-top.scrollin .inner {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.box-col4-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-col4-02 .inner {
  width: 23%;
}
.box-col4-02 .inner:not(:nth-of-type(4n-3)) {
  margin-left: 2.666666%;
}
.box-col4-02 .inner:nth-of-type(n+5) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-col4-02 .inner {
    width: 48%;
  }
  .box-col4-02 .inner:not(:nth-of-type(4n-3)) {
    margin-left: 0%;
  }
  .box-col4-02 .inner:not(:nth-of-type(2n-1)) {
    margin-left: 4%;
  }
  .box-col4-02 .inner:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-col4-02 .inner {
    width: 100%;
  }
  .box-col4-02 .inner:not(:nth-of-type(2n-1)) {
    margin-left: 0;
  }
  .box-col4-02 .inner:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.box-bgblue {
  background: #F2F7FA;
}

.box-bggray {
  background: #fbfbfb;
}

.box-news-01 {
  background: #fff;
  padding: 90px 70px;
}
@media screen and (max-width: 768px) {
  .box-news-01 {
    padding: 40px 0px 0px;
  }
}
@media screen and (min-width: 769px) {
  .box-news-01 .unit-news-01:nth-last-of-type(-n+2) {
    border-bottom: 1px solid #BCC7D1;
  }
}
@media screen and (max-width: 768px) {
  .box-news-01 .unit-news-01:last-of-type() {
    border-bottom: 1px solid #BCC7D1;
  }
}

.box-newstitle-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box-newstitle-01 {
    padding: 0 20px;
  }
}
.box-newstitle-01 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.box-newstitle-01 .left .unit-title-01 {
  line-height: 0.7;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .box-newstitle-01 .left {
    display: block;
    width: 100%;
  }
  .box-newstitle-01 .left .unit-title-01 {
    padding-left: 15px;
    margin-bottom: 30px;
  }
}

.box-cat-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.box-cat-01 .inner:nth-of-type(n+2) {
  margin-left: 15px;
}
@media screen and (max-width: 414px) {
  .box-cat-01 .inner:nth-of-type(n+2) {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .box-cat-01 .inner {
    width: 32%;
  }
  .box-cat-01 .inner.unit-cat-01 a {
    width: 100%;
    padding: 5px 0;
  }
}

.box-cont-01,
.box-cont-02 {
  position: relative;
  margin-top: 80px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .box-cont-01,
.box-cont-02 {
    margin-top: 0;
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 414px) {
  .box-cont-01,
.box-cont-02 {
    padding-bottom: 290px;
  }
}
.box-cont-01 .box-bgblue,
.box-cont-02 .box-bgblue {
  position: absolute;
  display: block;
  width: 100%;
  height: 300px;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .box-cont-01 .box-bgblue,
.box-cont-02 .box-bgblue {
    height: 460px;
  }
}
.box-cont-01 .cont-inner,
.box-cont-02 .cont-inner {
  width: 1360px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .box-cont-01 .cont-inner,
.box-cont-02 .cont-inner {
    width: 100%;
  }
  .box-cont-01 .cont-inner .img img,
.box-cont-02 .cont-inner .img img {
    width: 100%;
  }
}
.box-cont-01 .text-wrap,
.box-cont-02 .text-wrap {
  background: #fff;
  padding: 60px;
  position: absolute;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .box-cont-01 .text-wrap,
.box-cont-02 .text-wrap {
    top: 250px;
  }
}
@media screen and (max-width: 414px) {
  .box-cont-01 .text-wrap,
.box-cont-02 .text-wrap {
    top: 120px;
    padding: 30px;
  }
}
.box-cont-01 .text-wrap .title,
.box-cont-02 .text-wrap .title {
  font-size: 4.1rem;
  letter-spacing: 0.096em;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .box-cont-01 .text-wrap .title,
.box-cont-02 .text-wrap .title {
    font-size: 2.4rem;
  }
}
.box-cont-01 .text-wrap .title .sub,
.box-cont-02 .text-wrap .title .sub {
  color: #009EE8;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  .box-cont-01 .text-wrap .title .sub,
.box-cont-02 .text-wrap .title .sub {
    font-size: 1.6rem;
  }
}
.box-cont-01 .text-wrap .inner,
.box-cont-02 .text-wrap .inner {
  letter-spacing: 0.05em;
  margin-top: 30px;
  max-width: 350px;
}
@media screen and (max-width: 414px) {
  .box-cont-01 .text-wrap .inner,
.box-cont-02 .text-wrap .inner {
    margin-top: 15px;
  }
}
.box-cont-01 .text-wrap .unit-btn-01,
.box-cont-02 .text-wrap .unit-btn-01 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .box-cont-01 .text-wrap .unit-btn-01,
.box-cont-02 .text-wrap .unit-btn-01 {
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .box-cont-01 .text-wrap .unit-btn-01,
.box-cont-02 .text-wrap .unit-btn-01 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .box-cont-01 {
    margin-top: 40px;
  }
}
.box-cont-01 .text-wrap {
  right: 150px;
  width: 460px;
}
@media screen and (max-width: 768px) {
  .box-cont-01 .text-wrap {
    width: 90%;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (max-width: 414px) {
  .box-cont-02 {
    padding-bottom: 310px;
  }
}
.box-cont-02 .img img {
  margin-right: 0;
  margin-left: auto;
}
.box-cont-02 .text-wrap {
  width: 520px;
  padding-right: 50px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .box-cont-02 .text-wrap {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 280px;
  }
}
@media screen and (max-width: 414px) {
  .box-cont-02 .text-wrap {
    top: 140px;
  }
}

.box-corp-01, .box-corpft-01,
.box-corp-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-corp-01 .inner, .box-corpft-01 .inner,
.box-corp-02 .inner {
  width: 32.5%;
}
.box-corp-01 .inner.vision, .box-corpft-01 .inner.vision,
.box-corp-02 .inner.vision {
  width: 66.25%;
}
.box-corp-01 .inner:nth-of-type(2), .box-corpft-01 .inner:nth-of-type(2),
.box-corp-02 .inner:nth-of-type(2) {
  margin-left: 1.25%;
}
.box-corp-01 .inner:nth-of-type(n+3), .box-corpft-01 .inner:nth-of-type(n+3),
.box-corp-02 .inner:nth-of-type(n+3) {
  margin-top: 1.25%;
}
.box-corp-01 .inner:nth-of-type(n+4), .box-corpft-01 .inner:nth-of-type(n+4),
.box-corp-02 .inner:nth-of-type(n+4) {
  margin-left: 1.25%;
}
@media screen and (max-width: 768px) {
  .box-corp-01 .inner, .box-corpft-01 .inner,
.box-corp-02 .inner {
    width: 48.5%;
  }
  .box-corp-01 .inner.vision, .box-corpft-01 .inner.vision,
.box-corp-02 .inner.vision {
    width: 100%;
  }
  .box-corp-01 .inner:nth-of-type(2), .box-corpft-01 .inner:nth-of-type(2),
.box-corp-02 .inner:nth-of-type(2) {
    margin-left: 0%;
  }
  .box-corp-01 .inner:nth-of-type(n+4), .box-corpft-01 .inner:nth-of-type(n+4),
.box-corp-02 .inner:nth-of-type(n+4) {
    margin-left: 0%;
  }
  .box-corp-01 .inner:nth-of-type(n+2), .box-corpft-01 .inner:nth-of-type(n+2),
.box-corp-02 .inner:nth-of-type(n+2) {
    margin-top: 3%;
  }
  .box-corp-01 .inner:nth-of-type(3), .box-corpft-01 .inner:nth-of-type(3),
.box-corp-02 .inner:nth-of-type(3) {
    margin-left: 3%;
  }
  .box-corp-01 .inner:nth-of-type(5), .box-corpft-01 .inner:nth-of-type(5),
.box-corp-02 .inner:nth-of-type(5) {
    margin-left: 3%;
  }
}
.box-corp-01.down-to-top .inner, .down-to-top.box-corpft-01 .inner,
.box-corp-02.down-to-top .inner {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.box-corp-01.down-to-top .inner:nth-child(2), .down-to-top.box-corpft-01 .inner:nth-child(2),
.box-corp-02.down-to-top .inner:nth-child(2) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.box-corp-01.down-to-top .inner:nth-child(3), .down-to-top.box-corpft-01 .inner:nth-child(3),
.box-corp-02.down-to-top .inner:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.box-corp-01.down-to-top .inner:nth-child(4), .down-to-top.box-corpft-01 .inner:nth-child(4),
.box-corp-02.down-to-top .inner:nth-child(4) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.box-corp-01.down-to-top .inner:nth-child(5), .down-to-top.box-corpft-01 .inner:nth-child(5),
.box-corp-02.down-to-top .inner:nth-child(5) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.box-corp-01.down-to-top .inner:nth-child(6), .down-to-top.box-corpft-01 .inner:nth-child(6),
.box-corp-02.down-to-top .inner:nth-child(6) {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.box-corp-01.down-to-top.scrollin .inner, .down-to-top.scrollin.box-corpft-01 .inner,
.box-corp-02.down-to-top.scrollin .inner {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.box-corp-02 .inner {
  width: 32.5%;
}
.box-corp-02 .inner:nth-of-type(n+2) {
  margin-left: 1.25%;
}
.box-corp-02 .inner:nth-of-type(n+3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .box-corp-02 .inner {
    width: 48.5%;
  }
  .box-corp-02 .inner:nth-of-type(n+2) {
    margin-top: 0;
    margin-left: 0;
  }
  .box-corp-02 .inner:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .box-corp-02 .inner:nth-of-type(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 414px) {
  .box-corp-02 .inner {
    width: 100%;
  }
  .box-corp-02 .inner:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .box-corp-02 .inner:nth-of-type(2n) {
    margin-left: 0px;
  }
}

.box-corp-03 {
  background: url(../img/page/company/bg_vision.jpg) center center/cover no-repeat;
  padding: 80px 100px;
}
@media screen and (max-width: 768px) {
  .box-corp-03 {
    background: url(../img/page/company/bg_vision_sp.jpg) center center/cover no-repeat;
    padding: 50px 30px 80px;
  }
}
@media screen and (max-width: 414px) {
  .box-corp-03 {
    padding: 30px 20px 50px;
  }
}
.box-corp-03 .title {
  font-size: 4.2rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.28;
}
@media screen and (max-width: 414px) {
  .box-corp-03 .title {
    font-size: 2rem;
  }
}
.box-corp-03 .title .ruby {
  color: #8FC31F;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 414px) {
  .box-corp-03 .title .ruby {
    font-size: 1.2rem;
  }
}
.box-corp-03 .text {
  max-width: 710px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 414px) {
  .box-corp-03 .text {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .box-corp-03 .unit-btn-01 {
    text-align: center;
  }
}

.box-company-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .box-company-01 {
    display: block;
  }
  .box-company-01 .img {
    margin-top: 40px;
  }
  .box-company-01 .img img {
    margin: 0 auto;
  }
}
.box-company-01 .txt-wrap {
  width: 700px;
  max-width: 100%;
  margin-right: 80px;
}
.box-company-01 .txt-wrap .title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 414px) {
  .box-company-01 .txt-wrap .title {
    font-size: 1.6rem;
  }
}
.box-company-01 .txt-wrap .inner {
  letter-spacing: 0.08em;
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  .box-company-01 .txt-wrap .inner {
    margin-top: 15px;
  }
}
.box-company-01 .txt-wrap .inner > p {
  margin-bottom: 1em;
}
@media screen and (max-width: 414px) {
  .box-company-01 .txt-wrap .unit-btn-01 {
    text-align: center;
  }
}

.box-map-01 iframe {
  max-width: 100%;
}

.box-anchor-01 {
  text-align: center;
}
.box-anchor-01 > a {
  padding: 0 10px;
  position: relative;
}
.box-anchor-01 > a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1070b8;
  font-size: 1.4rem;
  padding: 0 5px;
}
.box-anchor-01 > a:nth-of-type(n+2)::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #bcc7d1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .box-anchor-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-anchor-01 > a {
    display: block;
    width: 50%;
  }
  .box-anchor-01 > a:nth-of-type(n+2)::after {
    content: none;
  }
  .box-anchor-01 > a:nth-of-type(2n)::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #bcc7d1;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.box-service-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box-service-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box-service-01 .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .box-service-01 .text-wrap {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 414px) {
  .box-service-01 .text-wrap figure img {
    width: 45px;
  }
}
.box-service-01 .text-wrap .title {
  color: #1070b8;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  margin-top: 25px;
  line-height: 1.6;
}
@media screen and (max-width: 414px) {
  .box-service-01 .text-wrap .title {
    font-size: 2rem;
    margin-top: 15px;
  }
}
.box-service-01 .text-wrap .title .sub {
  font-size: 1.7rem;
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 414px) {
  .box-service-01 .text-wrap .title .sub {
    font-size: 1.4rem;
  }
}
.box-service-01 .text-wrap .inner {
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .box-service-01 .text-wrap .inner {
    margin-top: 10px;
  }
}
.box-service-01 .img-wrap {
  margin: 0px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box-service-01 .img-wrap {
    margin: 20px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.box-service-01 .img-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #009ee8;
  z-index: -1;
  top: 15px;
  left: 15px;
  -webkit-box-shadow: 0px 14px 25px 0px rgba(54, 45, 45, 0.2);
          box-shadow: 0px 14px 25px 0px rgba(54, 45, 45, 0.2);
}

.box-bg-01 {
  background: #f2f7fa;
}

.box-reason-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box-reason-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box-reason-01 .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .box-reason-01 .text-wrap {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 414px) {
  .box-reason-01 .text-wrap figure img {
    width: 45px;
  }
}
.box-reason-01 .text-wrap .title {
  color: #1070b8;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 414px) {
  .box-reason-01 .text-wrap .title {
    font-size: 2rem;
  }
}
.box-reason-01 .text-wrap .title .point {
  font-size: 1.7rem;
  display: block;
}
@media screen and (max-width: 414px) {
  .box-reason-01 .text-wrap .title .point {
    font-size: 1.4rem;
  }
}
.box-reason-01 .text-wrap .inner {
  letter-spacing: 0.1em;
}
.box-reason-01 .img-wrap {
  margin: 0px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box-reason-01 .img-wrap {
    margin: 20px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.box-reason-01 .img-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #009ee8;
  z-index: -1;
  top: 15px;
  left: 15px;
  -webkit-box-shadow: 0px 14px 25px 0px rgba(54, 45, 45, 0.2);
          box-shadow: 0px 14px 25px 0px rgba(54, 45, 45, 0.2);
}

.box-reason-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .box-reason-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0;
  }
}
@media screen and (max-width: 414px) {
  .box-reason-02 {
    padding: 30px 0;
  }
}
.box-reason-02 .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .box-reason-02 .text-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 414px) {
  .box-reason-02 .text-wrap figure img {
    width: 45px;
  }
}
.box-reason-02 .text-wrap .title {
  color: #1070b8;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 414px) {
  .box-reason-02 .text-wrap .title {
    font-size: 2rem;
  }
}
.box-reason-02 .text-wrap .title .point {
  font-size: 1.7rem;
  display: block;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 414px) {
  .box-reason-02 .text-wrap .title .point {
    font-size: 1.4rem;
  }
}
.box-reason-02 .text-wrap .title .sub {
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 414px) {
  .box-reason-02 .text-wrap .title .sub {
    font-size: 1.3rem;
  }
}
.box-reason-02 .text-wrap .inner {
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.box-reason-02 .img-wrap {
  margin: 0px 60px;
}
@media screen and (max-width: 768px) {
  .box-reason-02 .img-wrap {
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 414px) {
  .box-reason-02 .img-wrap {
    width: 80%;
  }
}

.box-chips-01 {
  background: #f2f7fa;
  padding: 30px 45px;
}
@media screen and (max-width: 414px) {
  .box-chips-01 {
    padding: 20px;
  }
}
.box-chips-01 .chips-title {
  color: #1070b8;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .box-chips-01 .chips-title {
    font-size: 1.6rem;
  }
}
.box-chips-01 .text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.box-flow-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box-flow-01 {
    display: block;
  }
}
.box-flow-01 > .inner {
  width: 17%;
}
@media screen and (max-width: 768px) {
  .box-flow-01 > .inner {
    width: 100%;
    margin-bottom: 20px;
  }
  .box-flow-01 > .inner:last-child {
    margin-bottom: 0;
  }
}

.box-imgtxt-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .box-imgtxt-01 {
    display: block;
  }
  .box-imgtxt-01 .img-wrap {
    margin-top: 30px;
  }
  .box-imgtxt-01 .img-wrap img {
    margin: 0 auto;
  }
}
.box-imgtxt-01 .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .box-imgtxt-01 .text {
    margin-right: 0;
  }
}
.box-imgtxt-01 .text .inner-text {
  letter-spacing: 0.045em;
  padding: 20px 0 50px;
}
@media screen and (max-width: 414px) {
  .box-imgtxt-01 .text .inner-text {
    padding: 20px 0;
  }
}
.box-imgtxt-01 .text .unit-btn-01 a {
  min-width: 240px;
}

.box-btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .box-btn-01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  .box-btn-01 {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .box-btn-01 .unit-btn-01 {
    text-align: center;
  }
}
.box-btn-01 .unit-btn-01:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 414px) {
  .box-btn-01 .unit-btn-01:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.box-form-01 .inner {
  border-top: 1px solid #dcdcdc;
  margin: 30px auto 30px;
}
.box-form-01 .inner dl {
  border-bottom: 1px solid #dcdcdc;
  border-top: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .box-form-01 .inner dl {
    display: block;
    padding: 20px 0;
  }
}
.box-form-01 .inner dl dt {
  padding: 25px 0 25px 50px;
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box-form-01 .inner dl dt {
    width: 100%;
    padding: 0;
  }
}
.box-form-01 .inner dl dt .required {
  display: inline-block;
  margin-left: 10px;
}
.box-form-01 .inner dl dd {
  padding: 20px 0;
  width: calc(70% - 50px);
}
@media screen and (max-width: 768px) {
  .box-form-01 .inner dl dd {
    width: 100%;
    padding: 10px 0 0;
    margin: 0;
  }
}
.box-form-01 .inner dl dd input[type=email],
.box-form-01 .inner dl dd input[type=mail],
.box-form-01 .inner dl dd input[type=tel],
.box-form-01 .inner dl dd input[type=text],
.box-form-01 .inner dl dd input[type=url],
.box-form-01 .inner dl dd select,
.box-form-01 .inner dl dd textarea {
  width: 100%;
  border: 0px;
  background: #f2f7fa;
  padding: 10px 17px;
  outline: none;
}
@media screen and (max-width: 768px) {
  .box-form-01 .inner dl dd input[type=email],
.box-form-01 .inner dl dd input[type=mail],
.box-form-01 .inner dl dd input[type=tel],
.box-form-01 .inner dl dd input[type=text],
.box-form-01 .inner dl dd input[type=url],
.box-form-01 .inner dl dd select,
.box-form-01 .inner dl dd textarea {
    width: 100%;
  }
}
.box-form-01 .inner dl dd input[type=email].unit-num-01,
.box-form-01 .inner dl dd input[type=mail].unit-num-01,
.box-form-01 .inner dl dd input[type=tel].unit-num-01,
.box-form-01 .inner dl dd input[type=text].unit-num-01,
.box-form-01 .inner dl dd input[type=url].unit-num-01,
.box-form-01 .inner dl dd select.unit-num-01,
.box-form-01 .inner dl dd textarea.unit-num-01 {
  width: 180px;
}
.box-form-01 .inner dl dd input[type=email].unit-num-02,
.box-form-01 .inner dl dd input[type=mail].unit-num-02,
.box-form-01 .inner dl dd input[type=tel].unit-num-02,
.box-form-01 .inner dl dd input[type=text].unit-num-02,
.box-form-01 .inner dl dd input[type=url].unit-num-02,
.box-form-01 .inner dl dd select.unit-num-02,
.box-form-01 .inner dl dd textarea.unit-num-02 {
  width: 140px;
}
.box-form-01 .inner dl dd select {
  width: 270px;
  background: #f2f7fa url(../img/page/contact/select_icon_01.png) no-repeat right 10px center/11px 7px;
}
@media screen and (max-width: 414px) {
  .box-form-01 .inner dl dd select {
    width: 100%;
  }
}
.box-form-01 .inner dl dd select.unit-num-03 {
  width: 100%;
}
.box-form-01 .inner dl dd textarea {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .box-form-01 .inner dl dd textarea {
    width: 100%;
  }
}
.box-form-01 .inner dl dd.check-wrap .wpcf7-list-item {
  margin: 0px 30px 0px 0px;
}
.box-form-01 .inner dl dd.date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 414px) {
  .box-form-01 .inner dl dd.date-wrap {
    display: block;
  }
}
.box-form-01 .inner dl dd.date-wrap p {
  margin: 0;
  margin-right: 20px;
}
@media screen and (max-width: 414px) {
  .box-form-01 .inner dl dd.date-wrap p {
    margin-top: 10px;
  }
}
.box-form-01 .inner dl dd .address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .box-form-01 .inner dl dd .address-wrap {
    display: block;
  }
}
.box-form-01 .inner dl dd .address-wrap .title {
  width: 100px;
}
@media screen and (max-width: 500px) {
  .box-form-01 .inner dl dd .address-wrap .title {
    margin-bottom: 10px;
  }
}
.box-form-01 .inner dl dd .address-wrap p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
}
.box-form-01 .inner dl dd .address-wrap .post {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 200px;
}
@media screen and (max-width: 500px) {
  .box-form-01 .inner dl dd .address-wrap .post {
    margin-bottom: 10px;
  }
}
.box-form-01 .inner dl dd .address-wrap:nth-of-type(n+2) {
  margin-top: 10px;
}
.box-form-01 .inner p {
  margin-top: 10px;
}
.box-form-01 .inner p:first-child {
  margin-top: 0;
}
.box-form-01 .unit-center-01 {
  text-align: center;
}
.box-form-01 .unit-btn-01 {
  text-align: center;
}
.box-form-01 .unit-btn-01 > span {
  display: inline-block;
  position: relative;
  min-width: 280px;
  height: 55px;
  border: 1px solid #009EE8;
  background: #009EE8;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.box-form-01 .unit-btn-01 > span input[type=submit] {
  border: 0px;
  color: #fff;
  width: 100%;
  height: 100%;
}
.box-form-01 .unit-btn-01 > span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 2rem;
}
.box-form-01 .unit-btn-01 > span:hover {
  opacity: 1;
  background: #fff;
}
.box-form-01 .unit-btn-01 > span:hover input[type=submit] {
  border: 0px;
  cursor: pointer;
  color: #009EE8;
}

.box-workstitle-01 {
  border-bottom: 4px solid #009ee8;
  padding-bottom: 25px;
}
.box-workstitle-01 .title {
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.63;
}
@media screen and (max-width: 768px) {
  .box-workstitle-01 .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .box-workstitle-01 .title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}
.box-workstitle-01 .cat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.box-workstitle-01 .cat-wrap .cat {
  margin-right: 1em;
  color: #009ee8;
}

.box-works-article-01 .text p {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 414px) {
  .box-works-article-01 .text p {
    margin-bottom: 15px;
  }
}
.box-works-article-01 .text a {
  color: #009ee8;
  text-decoration: underline;
}

.box-owned-article-01 .text p {
  letter-spacing: 0.1em;
}
.box-owned-article-01 .text a {
  color: #009ee8;
  text-decoration: underline;
}
.box-owned-article-01 .text .yellow-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #bde26c));
  background: -o-linear-gradient(transparent 60%, #bde26c 60%);
  background: linear-gradient(transparent 60%, #bde26c 60%);
  font-weight: bold;
}
.box-owned-article-01 .text .kaisetsu-box2 {
  background: #f2f7fa;
  margin: 30px 0;
}
@media screen and (max-width: 414px) {
  .box-owned-article-01 .text .kaisetsu-box2 {
    margin: 15px 0;
  }
}
.box-owned-article-01 .text .kaisetsu-box2 .kaisetsu-box2-title {
  background: #0770b8;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 414px) {
  .box-owned-article-01 .text .kaisetsu-box2 .kaisetsu-box2-title {
    font-size: 1.6rem;
  }
}
.box-owned-article-01 .text .kaisetsu-box2 ol {
  counter-reset: box2;
  padding: 30px 40px;
}
@media screen and (max-width: 414px) {
  .box-owned-article-01 .text .kaisetsu-box2 ol {
    padding: 20px;
  }
}
.box-owned-article-01 .text .kaisetsu-box2 ol li {
  counter-increment: box2;
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
}
.box-owned-article-01 .text .kaisetsu-box2 ol li:not(:first-of-type) {
  border-top: 1px solid #bcc7d1;
}
.box-owned-article-01 .text .kaisetsu-box2 ol li::before {
  content: counter(box2);
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
  height: 21px;
  line-height: 21px;
  width: 21px;
  background: #009ee8;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  font-size: 1.3rem;
  color: #fff;
}
.box-owned-article-01 .text h2 {
  background: #009ee8;
  color: #fff;
  padding: 8px 10px;
  font-size: 2.25rem;
  font-weight: bold;
  margin: 60px 0 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 414px) {
  .box-owned-article-01 .text h2 {
    font-size: 1.8rem;
    margin: 30px 0 15px;
  }
}
.box-owned-article-01 .text h3 {
  color: #0770b8;
  letter-spacing: 0.1em;
  position: relative;
  padding: 10px 0;
  margin: 40px 0 30px;
  font-size: 2rem;
  font-weight: bold;
}
.box-owned-article-01 .text h3::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #0770b8;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 414px) {
  .box-owned-article-01 .text h3 {
    font-size: 1.6rem;
    margin: 20px 0 15px;
  }
}
.box-owned-article-01 .text img {
  margin: 30px auto;
}
@media screen and (max-width: 414px) {
  .box-owned-article-01 .text img {
    margin: 15px auto;
  }
}
.box-owned-article-01 .text table {
  margin: 30px 0;
}
@media screen and (max-width: 414px) {
  .box-owned-article-01 .text table {
    margin: 15px 0;
  }
}
.box-owned-article-01 .text table * {
  border: 1px solid #bcc7d1;
}
.box-owned-article-01 .text table tr th,
.box-owned-article-01 .text table tr td {
  padding: 10px;
}

.box-news-article-01 .text > * {
  margin-top: 20px;
}
.box-news-article-01 .text p {
  letter-spacing: 0.1em;
}
.box-news-article-01 .text a {
  color: #009ee8;
  text-decoration: underline;
}
.box-news-article-01 .text .yellow-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #bde26c));
  background: -o-linear-gradient(transparent 60%, #bde26c 60%);
  background: linear-gradient(transparent 60%, #bde26c 60%);
  font-weight: bold;
}
.box-news-article-01 .text .kaisetsu-box2 {
  background: #f2f7fa;
  margin: 30px 0;
}
@media screen and (max-width: 414px) {
  .box-news-article-01 .text .kaisetsu-box2 {
    margin: 15px 0;
  }
}
.box-news-article-01 .text .kaisetsu-box2 .kaisetsu-box2-title {
  background: #0770b8;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 414px) {
  .box-news-article-01 .text .kaisetsu-box2 .kaisetsu-box2-title {
    font-size: 1.6rem;
  }
}
.box-news-article-01 .text .kaisetsu-box2 ol {
  counter-reset: box2;
  padding: 30px 40px;
}
@media screen and (max-width: 414px) {
  .box-news-article-01 .text .kaisetsu-box2 ol {
    padding: 20px;
  }
}
.box-news-article-01 .text .kaisetsu-box2 ol li {
  counter-increment: box2;
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
}
.box-news-article-01 .text .kaisetsu-box2 ol li:not(:first-of-type) {
  border-top: 1px solid #bcc7d1;
}
.box-news-article-01 .text .kaisetsu-box2 ol li::before {
  content: counter(box2);
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
  height: 21px;
  line-height: 21px;
  width: 21px;
  background: #009ee8;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  font-size: 1.3rem;
  color: #fff;
}
.box-news-article-01 .text h2 {
  background: #009ee8;
  color: #fff;
  padding: 8px 10px;
  font-size: 2.25rem;
  font-weight: bold;
  margin: 60px 0 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 414px) {
  .box-news-article-01 .text h2 {
    font-size: 1.8rem;
    margin: 30px 0 15px;
  }
}
.box-news-article-01 .text h3 {
  color: #0770b8;
  letter-spacing: 0.1em;
  position: relative;
  padding: 10px 0;
  margin: 40px 0 30px;
  font-size: 2rem;
  font-weight: bold;
}
.box-news-article-01 .text h3::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #0770b8;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 414px) {
  .box-news-article-01 .text h3 {
    font-size: 1.6rem;
    margin: 20px 0 15px;
  }
}
.box-news-article-01 .text img {
  margin: 30px auto;
}
@media screen and (max-width: 414px) {
  .box-news-article-01 .text img {
    margin: 15px auto;
  }
}
.box-news-article-01 .text table {
  margin: 30px 0;
}
@media screen and (max-width: 414px) {
  .box-news-article-01 .text table {
    margin: 15px 0;
  }
}
.box-news-article-01 .text table * {
  border: 1px solid #bcc7d1;
}
.box-news-article-01 .text table tr th,
.box-news-article-01 .text table tr td {
  padding: 10px;
}

.box-img-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 414px) {
  .box-img-01 {
    display: block;
  }
}
.box-img-01 .before,
.box-img-01 .after {
  position: relative;
}
.box-img-01 .before:before,
.box-img-01 .after:before {
  position: absolute;
  display: block;
  background: #fff;
  height: 22px;
  text-align: center;
  font-size: 1.8rem;
  color: #009EE8;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 414px) {
  .box-img-01 .before:before,
.box-img-01 .after:before {
    font-size: 1.4rem;
  }
}
.box-img-01 .before:before {
  content: "Before";
  width: 70px;
}
.box-img-01 .after:before {
  content: "After";
  width: 55px;
}

.box-workscat-01 {
  border-top: 1px solid #bcc7d1;
  padding-top: 55px;
}
@media screen and (max-width: 414px) {
  .box-workscat-01 {
    padding-top: 30px;
  }
}

.box-flexlist-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f2f7fa;
}
.box-flexlist-01 .cat-item {
  width: 20%;
  text-align: center;
  position: relative;
  color: #0770b8;
}
.box-flexlist-01 .cat-item.current {
  background: #009ee8;
  color: #fff;
}
.box-flexlist-01 .cat-item a {
  padding: 14px;
  width: 100%;
  height: 100%;
}
.box-flexlist-01 .cat-item:nth-of-type(n+2)::before {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #bcc7d1;
}
@media screen and (max-width: 768px) {
  .box-flexlist-01 .cat-item {
    width: 50%;
  }
  .box-flexlist-01 .cat-item:first-of-type {
    width: 100%;
  }
  .box-flexlist-01 .cat-item:nth-of-type(n+2)::before {
    content: none;
  }
  .box-flexlist-01 .cat-item:nth-of-type(2n+1):not(:first-of-type)::before {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #bcc7d1;
  }
}

.box-flexlist-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f2f7fa;
}
.box-flexlist-02 .cat-item {
  width: 25%;
  text-align: center;
  position: relative;
  color: #0770b8;
}
.box-flexlist-02 .cat-item.current {
  background: #009ee8;
  color: #fff;
}
.box-flexlist-02 .cat-item a {
  padding: 14px;
  width: 100%;
  height: 100%;
}
.box-flexlist-02 .cat-item:nth-of-type(n+2)::before {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #bcc7d1;
}
@media screen and (max-width: 768px) {
  .box-flexlist-02 .cat-item {
    width: 50%;
  }
  .box-flexlist-02 .cat-item:nth-of-type(n+2)::before {
    content: none;
  }
  .box-flexlist-02 .cat-item:nth-of-type(2n)::before {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #bcc7d1;
  }
}

.box-flexlist-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f2f7fa;
}
.box-flexlist-03 .cat-item {
  width: 50%;
  text-align: center;
  position: relative;
  color: #0770b8;
}
.box-flexlist-03 .cat-item a {
  padding: 14px;
  width: 100%;
  height: 100%;
}
.box-flexlist-03 .cat-item a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1070b8;
  font-size: 1.4rem;
  padding: 0 15px;
}
.box-flexlist-03 .cat-item:nth-of-type(n+2)::before {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #bcc7d1;
}
@media screen and (max-width: 768px) {
  .box-flexlist-03 .cat-item {
    width: 50%;
  }
  .box-flexlist-03 .cat-item:nth-of-type(n+2)::before {
    content: none;
  }
  .box-flexlist-03 .cat-item:nth-of-type(2n)::before {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #bcc7d1;
  }
}

.box-flexlist-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f2f7fa;
}
.box-flexlist-04 .cat-item {
  width: 33.3333333%;
  text-align: center;
  position: relative;
  color: #0770b8;
}
.box-flexlist-04 .cat-item.current {
  background: #009ee8;
  color: #fff;
}
.box-flexlist-04 .cat-item a {
  padding: 14px;
  width: 100%;
  height: 100%;
}
.box-flexlist-04 .cat-item:nth-of-type(n+2)::before {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #bcc7d1;
}
@media screen and (max-width: 768px) {
  .box-flexlist-04 .cat-item {
    width: 50%;
  }
  .box-flexlist-04 .cat-item:first-of-type {
    width: 100%;
  }
  .box-flexlist-04 .cat-item:nth-of-type(n+2)::before {
    content: none;
  }
  .box-flexlist-04 .cat-item:nth-of-type(2n+1):not(:first-of-type)::before {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #bcc7d1;
  }
}

.box-career-01 {
  border: 5px solid #f2f7fa;
  padding: 80px;
}
.box-career-01 .unit-btn-01 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-career-01 {
    padding: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-career-01 {
    padding: 15px;
  }
}

.box-search-01 {
  padding: 40px 0;
}
.box-search-01 .unit-search-01 {
  border-top: 1px solid #bcc7d1;
}
.box-search-01 .unit-search-01:last-of-type {
  border-bottom: 1px solid #bcc7d1;
}

.box-slide-01 .slick-slider div {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.box-faq-01 {
  background: #f2f7fa;
  padding: 70px 20px;
}
@media screen and (max-width: 768px) {
  .box-faq-01 {
    padding: 20px;
  }
}

.unit-title-01 {
  color: #0770B8;
  font-size: 7.8rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.unit-title-01 .ruby {
  font-size: 2.1rem;
  display: block;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 414px) {
  .unit-title-01 .ruby {
    font-size: 1.6rem;
  }
}
.unit-title-01 .sub {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #101112;
}
@media screen and (max-width: 768px) {
  .unit-title-01 .sub {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .unit-title-01 .sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .unit-title-01 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-title-01 {
    font-size: 3rem;
  }
}

.unit-title-02 {
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
.unit-title-02.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .unit-title-02 {
    font-size: 3.3rem;
  }
  .unit-title-02.fs30 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-title-02 {
    font-size: 2.2rem;
  }
  .unit-title-02.fs30 {
    font-size: 1.8rem;
  }
}

.unit-title-03 {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  color: #0770B8;
}
@media screen and (max-width: 768px) {
  .unit-title-03 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-title-03 {
    font-size: 1.6rem;
  }
}

.unit-title-04 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.unit-title-04::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background: #0770b8;
  vertical-align: middle;
}

.unit-title-05 {
  background: #009ee8;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 9px 5px;
  font-size: 2.25rem;
}
@media screen and (max-width: 414px) {
  .unit-title-05 {
    font-size: 1.8rem;
  }
}

.unit-text-01 {
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .unit-text-01 {
    text-align: left;
  }
}

.unit-case-01 {
  background: #fff;
  position: relative;
}
.unit-case-01:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 184px;
  height: 7px;
  background: #8FC31F;
}
.unit-case-01:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 143px;
  height: 7px;
  background: #009EE8;
}
.unit-case-01 a {
  padding: 40px 30px;
  max-width: 100%;
}
.unit-case-01 a:hover {
  opacity: 1;
  background: #E5F5FF;
}
@media screen and (max-width: 768px) {
  .unit-case-01 .figure-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.unit-case-01 .before,
.unit-case-01 .after {
  position: relative;
}
.unit-case-01 .before:before,
.unit-case-01 .after:before {
  position: absolute;
  display: block;
  background: #fff;
  height: 22px;
  text-align: center;
  font-size: 1.8rem;
  color: #009EE8;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 414px) {
  .unit-case-01 .before:before,
.unit-case-01 .after:before {
    font-size: 1.4rem;
  }
}
.unit-case-01 .before {
  margin-top: 15px;
}
.unit-case-01 .before img {
  width: 173px;
  height: 120px;
}
@media screen and (max-width: 414px) {
  .unit-case-01 .before img {
    height: 60px;
  }
}
.unit-case-01 .before:before {
  content: "Before";
  width: 60px;
}
@media screen and (max-width: 768px) {
  .unit-case-01 .before {
    margin-right: 15px;
  }
}
.unit-case-01 .after:before {
  content: "After";
  width: 48px;
}
.unit-case-01 .text-wrap {
  margin-top: 30px;
}
.unit-case-01 .text-wrap .title {
  font-size: 1.5rem;
  color: #009EE8;
  letter-spacing: 0.015em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 414px) {
  .unit-case-01 .text-wrap .title {
    font-size: 1.3rem;
  }
}
.unit-case-01 .text-wrap .title:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 60px;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #009EE8;
}
.unit-case-01 .text-wrap .text {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 414px) {
  .unit-case-01 .text-wrap .text {
    font-size: 1.6rem;
  }
}
.unit-case-01 .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
.unit-case-01 .about dl {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #009EE8;
  border-bottom: 1px solid #009EE8;
  font-size: 1.5rem;
  padding-bottom: 5px;
  padding-top: 10px;
}
@media screen and (max-width: 414px) {
  .unit-case-01 .about dl {
    font-size: 1.3rem;
  }
}
.unit-case-01 .about dl:nth-of-type(2n) {
  margin-left: 4%;
}

.unit-cat-01 {
  font-size: 1.3rem;
  text-align: center;
}
.unit-cat-01 a,
.unit-cat-01 span {
  padding: 0 15px;
  min-width: 100px;
  border-radius: 27px;
  color: #fff;
  display: inline-block;
}
.unit-cat-01.service a,
.unit-cat-01.service span {
  border: 1px solid #8FC31F;
  background: #8FC31F;
}
.unit-cat-01.service a:hover {
  background: #fff;
  color: #8FC31F;
}
.unit-cat-01.information a,
.unit-cat-01.information span {
  border: 1px solid #009EE8;
  background: #009EE8;
}
.unit-cat-01.information a:hover {
  background: #fff;
  color: #009EE8;
}
.unit-cat-01.press a,
.unit-cat-01.press span {
  border: 1px solid #0770B8;
  background: #0770B8;
}
.unit-cat-01.press a:hover {
  background: #fff;
  color: #0770B8;
}

.unit-news-01 {
  border-top: 1px solid #BCC7D1;
}
.unit-news-01 .about time {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  padding-right: 20px;
  color: #0770B8;
  font-size: 1.8rem;
}
.unit-news-01 .about .unit-cat-01 {
  display: inline-block;
}
.unit-news-01 .about .unit-cat-01 span {
  min-width: 90px;
  line-height: 1.4;
  font-size: 1.2rem;
}
.unit-news-01 .news-inner {
  margin-top: 40px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .unit-news-01 .news-inner {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .unit-news-01 .news-inner {
    font-size: 1.6rem;
  }
}
.unit-news-01 a {
  padding: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .unit-news-01 a {
    padding: 20px 0;
  }
}
.unit-news-01 a:hover {
  opacity: 1;
}
.unit-news-01 a:hover .news-inner {
  text-decoration: underline;
  color: #009EE8;
}

.unit-service-01 {
  background: #fff;
  padding: 10px;
  border-top: 5px solid #009EE8;
  text-align: center;
}
.unit-service-01 a {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 414px) {
  .unit-service-01 a {
    padding: 10px;
  }
}
.unit-service-01 a:hover {
  opacity: 1;
  background: #E5F5FF;
}
@media screen and (max-width: 414px) {
  .unit-service-01 figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.unit-service-01 figure img {
  margin: 40px auto;
}
@media screen and (max-width: 414px) {
  .unit-service-01 figure img {
    margin: 20px auto;
    width: 80%;
  }
}
.unit-service-01 .title {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .unit-service-01 .title {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.unit-service-01 .unit-link-01 {
  margin-top: 20px;
  font-size: 1.9rem;
}
@media screen and (max-width: 414px) {
  .unit-service-01 .unit-link-01 {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.unit-corp-01 {
  position: relative;
  background: #009ee8;
}
.unit-corp-01 .bg {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.unit-corp-01 a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.unit-corp-01 a .title {
  color: #fff;
  font-size: 2.9rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .unit-corp-01 a .title {
    font-size: 1.6rem;
  }
}
.unit-corp-01 a .title .ruby {
  color: #8FC31F;
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 414px) {
  .unit-corp-01 a .title .ruby {
    font-size: 1.2rem;
  }
}
.unit-corp-01:hover .bg {
  opacity: 0.5;
}

.unit-corp-02 {
  position: relative;
  background: #009ee8;
}
.unit-corp-02 .bg {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.unit-corp-02 a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.unit-corp-02 a .title {
  color: #fff;
  font-size: 2.9rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 414px) {
  .unit-corp-02 a .title {
    font-size: 1.6rem;
  }
}
.unit-corp-02 a .title .ruby {
  color: #8FC31F;
  display: block;
  font-size: 1.7rem;
}
@media screen and (max-width: 414px) {
  .unit-corp-02 a .title .ruby {
    font-size: 1.2rem;
  }
}
.unit-corp-02:hover .bg {
  opacity: 0.5;
}

.unit-dl-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dfdfdf;
  padding: 20px 15px;
}
.unit-dl-01:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}
.unit-dl-01 dt {
  width: 210px;
  font-weight: bold;
}
.unit-dl-01 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 550px) {
  .unit-dl-01 {
    display: block;
  }
  .unit-dl-01 dd {
    margin-top: 5px;
  }
}

.unit-flow-01 {
  counter-increment: ct;
}
@media screen and (max-width: 768px) {
  .unit-flow-01 {
    position: relative;
    padding-bottom: 50px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.unit-flow-01 .inner-img {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .unit-flow-01 .inner-img {
    position: static;
  }
}
.unit-flow-01 .inner-img::before, .unit-flow-01 .inner-img::after {
  content: "";
  display: block;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  right: -30px;
  bottom: 48%;
  background: #0770b8;
}
@media screen and (max-width: 768px) {
  .unit-flow-01 .inner-img::before, .unit-flow-01 .inner-img::after {
    content: none;
  }
}
.unit-flow-01 .inner-img::before {
  width: 18px;
  height: 1px;
}
.unit-flow-01 .inner-img::after {
  width: 2px;
  height: 6px;
}
.unit-flow-01 .inner-img img {
  margin-left: auto;
  margin-right: auto;
}
.unit-flow-01 .inner-txt .title {
  margin-bottom: 10px;
  color: #0770b8;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  .unit-flow-01 .inner-txt .title {
    font-size: 1.6rem;
  }
}
.unit-flow-01 .inner-txt .title::before {
  display: block;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  content: "Step " counter(ct, decimal-leading-zero);
}
.unit-flow-01 .inner-txt .txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.unit-flow-01:last-child .inner-img::before, .unit-flow-01:last-child .inner-img::after {
  display: none;
}

.unit-contact-01.job .link-wrap {
  background: url(../img/page/contact/contact_img_01.jpg) center center/cover no-repeat;
}
.unit-contact-01.job .link-wrap:hover {
  background: url(../img/page/contact/contact_img_01_a.jpg) center center/cover no-repeat;
}
.unit-contact-01.recruit .link-wrap {
  background: url(../img/page/contact/contact_img_02.jpg) center center/cover no-repeat;
}
.unit-contact-01.recruit .link-wrap:hover {
  background: url(../img/page/contact/contact_img_02_a.jpg) center center/cover no-repeat;
}
.unit-contact-01.corporation .link-wrap {
  background: url(../img/page/contact/contact_img_03.jpg) center center/cover no-repeat;
}
.unit-contact-01.corporation .link-wrap:hover {
  background: url(../img/page/contact/contact_img_03_a.jpg) center center/cover no-repeat;
}
.unit-contact-01 .link-wrap {
  width: 400px;
  max-width: 100%;
  height: 320px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .unit-contact-01 .link-wrap {
    height: 280px;
  }
}
.unit-contact-01 .link-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.unit-contact-01 .link-wrap a:hover {
  opacity: 1;
}
.unit-contact-01 .link-wrap a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  font-size: 2rem;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #12639b;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.unit-contact-01 .link-wrap a .over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.unit-contact-01 .link-wrap a .over .text {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
@media screen and (max-width: 414px) {
  .unit-contact-01 .link-wrap a .over .text {
    font-size: 2rem;
  }
}
.unit-contact-01 .text-wrap {
  margin-top: 20px;
  letter-spacing: 0.1em;
}

.unit-voise-01 {
  border-top: 5px solid #009ee8;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.unit-voise-01 .img img {
  width: 100%;
}
.unit-voise-01 .text-wrap {
  padding: 35px 30px;
}
@media screen and (max-width: 414px) {
  .unit-voise-01 .text-wrap {
    padding: 20px;
  }
}
.unit-voise-01 .text-wrap .title {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #0770b8;
}
.unit-voise-01 .text-wrap .text {
  letter-spacing: 0.05em;
}

.unit-owned-01 {
  background: #fff;
}
.unit-owned-01 a {
  padding: 10px;
  height: 100%;
  display: block;
}
.unit-owned-01 a:hover {
  opacity: 1;
  background: #E5F5FF;
}
@media screen and (max-width: 768px) {
  .unit-owned-01 .figure-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .unit-owned-01 .figure-wrap img {
    width: 100%;
  }
}
.unit-owned-01 .text-wrap {
  padding: 25px 15px 20px;
}
@media screen and (max-width: 414px) {
  .unit-owned-01 .text-wrap {
    padding: 15px 5px 20px;
  }
}
.unit-owned-01 .text-wrap .title {
  font-size: 1.5rem;
  color: #0770b8;
  letter-spacing: 0.015em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .unit-owned-01 .text-wrap .title {
    font-size: 1.3rem;
  }
}
.unit-owned-01 .text-wrap .title:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 60px;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0770b8;
}
.unit-owned-01 .text-wrap .text {
  letter-spacing: 0.1em;
  font-weight: bold;
}
.unit-owned-01 .text-wrap .date {
  letter-spacing: 0.1em;
  color: #b7b7b7;
  font-size: 1.4rem;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 414px) {
  .unit-owned-01 .text-wrap .date {
    font-size: 1.2rem;
  }
}

.unit-search-01 {
  padding: 30px 0;
}
.unit-search-01 .title {
  font-size: 2rem;
  color: #0770b8;
  letter-spacing: 0.015em;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .unit-search-01 .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-search-01 .title {
    font-size: 1.6rem;
  }
}
.unit-search-01 .title:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 40px;
  left: 0;
  bottom: 0;
  background: #009ee8;
}
.unit-search-01 .inner {
  letter-spacing: 0.1em;
  padding: 20px 0;
}
.unit-search-01 .link {
  color: #009ee8;
  letter-spacing: 0.015em;
  position: relative;
  display: inline-block;
}
.unit-search-01 .link:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 50px;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #009ee8;
}

.unit-attention-01 {
  color: #a6a6a6;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .unit-staff-02 {
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto;
  }
}
.unit-staff-02 .staff-img {
  overflow: hidden;
}
.unit-staff-02 .staff-img img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.unit-staff-02 .staff-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.unit-staff-02 .staff-dep {
  color: #a7bdca;
  font-size: 1.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .unit-staff-02 .staff-dep {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.unit-staff-02 .staff-name {
  color: #0770b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.unit-staff-02 .staff-name .name-jp {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  padding-right: 0.8em;
}
@media screen and (max-width: 414px) {
  .unit-staff-02 .staff-name .name-jp {
    font-size: 1.8rem;
  }
}
.unit-staff-02 .staff-name .name-en {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.unit-actual-01 img {
  margin: 0 15px;
  max-width: 230px;
}

.unit-faq-01 {
  max-width: 900px;
  margin: auto;
  border-bottom: 1px solid #c0c5d0;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .unit-faq-01 {
    padding: 15px 0;
  }
}
.unit-faq-01:first-child {
  border-top: 1px solid #c0c5d0;
}
.unit-faq-01 .q {
  font-size: 1.8rem;
  position: relative;
  padding-right: 1.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .unit-faq-01 .q {
    font-size: 1.5rem;
  }
}
.unit-faq-01 .q::before {
  content: "Q.";
  margin-right: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  color: #12639b;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .unit-faq-01 .q::before {
    font-size: 1.8rem;
    margin-right: 5px;
  }
}
.unit-faq-01 .q::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  display: block;
  line-height: 1em;
  color: #12639b;
  text-indent: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .unit-faq-01 .q::after {
    font-size: 1.3rem;
  }
}
.unit-faq-01 .q.active::after {
  content: "";
}
.unit-faq-01 .a .con {
  background: #fff;
  padding: 20px 30px;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .unit-faq-01 .a .con {
    padding: 20px;
    margin-top: 20px;
  }
}
.unit-faq-01 .a .con::before {
  content: "";
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 24px 20px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 768px) {
  .unit-faq-01 .a .con::before {
    top: -10px;
    border-width: 0 10px 12px 10px;
  }
}

.unit-companytitle-01 {
  font-size: 17.3rem;
  font-weight: bold;
  color: #f2f7fa;
  position: absolute;
  z-index: -1;
  letter-spacing: 0.002em;
}
@media screen and (max-width: 768px) {
  .unit-companytitle-01 {
    font-size: 9rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-companytitle-01 {
    font-size: 6.2rem;
  }
}

.box-corpft-01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .box-corpft-01 {
    margin-bottom: 50px;
  }
}
.box-corpft-01 .unit-corp-01 {
  height: 180px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .box-corpft-01 .unit-corp-01 {
    height: 135px;
  }
}
.box-corpft-01 .unit-corp-01 .bg {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.box-corpft-01 .unit-corp-01:hover .bg {
  opacity: 0.5;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .box-corpft-01 .unit-corp-01.vision {
    height: 137px;
  }
}
.box-corpft-01 .unit-corp-01.vision, .box-corpft-01 .unit-corp-01.message, .box-corpft-01 .unit-corp-01.info, .box-corpft-01 .unit-corp-01.member, .box-corpft-01 .unit-corp-01.csr {
  height: auto;
  background: #009ee8;
}
@media screen and (max-width: 414px) {
  .box-corpft-01 .unit-corp-01.vision, .box-corpft-01 .unit-corp-01.message, .box-corpft-01 .unit-corp-01.info, .box-corpft-01 .unit-corp-01.member, .box-corpft-01 .unit-corp-01.csr {
    height: auto;
  }
}
.box-corpft-01 .unit-corp-01 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-corpft-01 .unit-corp-01 a .title {
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 414px) {
  .box-corpft-01 .unit-corp-01 a .title {
    font-size: 1.6rem;
  }
}

.sec-biorecovery-01 {
  padding: 190px 0 250px;
  background: url(../../img/page/biorecovery/bg_bio.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-biorecovery-01 {
    padding: 90px 0 120px;
  }
}
@media screen and (max-width: 414px) {
  .sec-biorecovery-01 {
    background: url(../../img/page/biorecovery/bg_bio_sp.jpg) center center/cover no-repeat;
  }
}
.sec-biorecovery-01 .unit-title-02 {
  line-height: 1;
  margin-bottom: 40px;
  text-align: left;
  color: #009ee8;
}
@media screen and (max-width: 768px) {
  .sec-biorecovery-01 .unit-title-02 {
    margin-bottom: 25px;
  }
}
.sec-biorecovery-01 .txt-box {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .sec-biorecovery-01 .txt-box {
    margin-bottom: 45px;
  }
}
.sec-biorecovery-01 .txt-box .txt + .txt {
  margin-top: 10px;
}
.sec-biorecovery-01 .bg-wrap {
  padding: 95px 0 70px;
}
@media screen and (max-width: 768px) {
  .sec-biorecovery-01 .bg-wrap {
    padding: 45px 0;
  }
}
.sec-biorecovery-01 .bg-wrap .txt-box {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-biorecovery-01 .bg-wrap .txt-box {
    margin-bottom: 0;
  }
}
.sec-biorecovery-01 .bg-wrap .txt-box .txt {
  color: #009ee8;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-biorecovery-01 .bg-wrap .txt-box .txt {
    font-size: 1.9rem;
  }
}
.sec-biorecovery-01 .bg-wrap .txt-box .txt .lg {
  display: block;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .sec-biorecovery-01 .bg-wrap .txt-box .txt .lg {
    font-size: 3.4rem;
  }
}

.box-biorecovery-01 .title {
  background: #0c2333;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .box-biorecovery-01 .title {
    font-size: 2.2rem;
    padding: 15px;
  }
}
.box-biorecovery-01 .inner-box {
  background: #fff;
  padding: 40px 45px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box-biorecovery-01 .inner-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px 30px 50px;
  }
}
@media screen and (max-width: 414px) {
  .box-biorecovery-01 .inner-box {
    padding: 30px 15px 40px;
  }
}
.box-biorecovery-01 .inner-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 22px solid transparent;
  border-top: 28px solid #fff;
}

.unit-biorecovery-01 {
  position: relative;
  border-top: 4px solid #0c2333;
  width: 21.64%;
  padding: 35px 15px 30px;
}
@media screen and (max-width: 768px) {
  .unit-biorecovery-01 {
    width: 47%;
    padding: 25px;
  }
}
@media screen and (max-width: 414px) {
  .unit-biorecovery-01 {
    width: 100%;
    padding: 20px 15px;
  }
}
.unit-biorecovery-01:first-child {
  border: 1px solid #0c2333;
  border-top: 4px solid #0c2333;
}
.unit-biorecovery-01:not(:first-child) {
  background: #f2f7fa;
}
@media screen and (max-width: 768px) {
  .unit-biorecovery-01:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 414px) {
  .unit-biorecovery-01:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 414px) {
  .unit-biorecovery-01:nth-child(2) {
    margin-top: 40px;
  }
}
.unit-biorecovery-01 .inner-title {
  color: #1d6a9f;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .unit-biorecovery-01 .inner-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.unit-biorecovery-01 .list .list-item {
  line-height: 2.1875;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .unit-biorecovery-01 .list .list-item {
    font-size: 1.5rem;
  }
}
.unit-biorecovery-01 .list .list-item::before {
  content: "";
  display: block;
  background: url(../../img/page/biorecovery/biorecovery_list_01.png) center center/cover no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.unit-biorecovery-01 .caption {
  font-size: 1.3rem;
  color: #656565;
  position: absolute;
  font-weight: bold;
  top: calc(100% + 15px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .unit-biorecovery-01 .caption {
    top: calc(100% + 5px);
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-biorecovery-01 .caption {
    top: calc(100% + 2px);
  }
}
.unit-biorecovery-01 .arrow {
  height: 54px;
  width: 2px;
  background: #0c2333;
  position: absolute;
  bottom: calc(100% + 25px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.unit-biorecovery-01 .arrow::after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top: 13px solid #0c2333;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .unit-biorecovery-01 .arrow {
    display: none;
  }
}

.sec-biorecovery-02 {
  padding: 100px 0 100px 70px;
}
@media screen and (max-width: 768px) {
  .sec-biorecovery-02 {
    padding: 45px 0;
  }
}
.sec-biorecovery-02 .inner-text {
  padding: 30px 0 60px;
}
@media screen and (max-width: 414px) {
  .sec-biorecovery-02 .inner-text {
    padding: 20px 0 30px;
  }
}
.sec-biorecovery-02 .box-col2-01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-biorecovery-02 .box-col2-01 > * {
    margin: 0 auto 15px;
  }
}
.sec-biorecovery-02 .box-btn-01 .unit-btn-01 {
  margin: 0 auto;
}

.sec-message-01 {
  padding: 120px 0 110px;
}
@media screen and (max-width: 768px) {
  .sec-message-01 {
    padding: 60px 0;
  }
}
.sec-message-01 .wrapper.w1220 {
  position: relative;
}
.sec-message-01 .wrapper.w1220 .unit-companytitle-01 {
  top: -145px;
  left: -183px;
}
@media screen and (max-width: 768px) {
  .sec-message-01 .wrapper.w1220 .unit-companytitle-01 {
    top: -65px;
    left: 5px;
  }
}
@media screen and (max-width: 414px) {
  .sec-message-01 .wrapper.w1220 .unit-companytitle-01 {
    top: -50px;
    left: 3px;
  }
}
.sec-message-01 .wrapper.w1220 .unit-title-02 {
  text-align: left;
  font-size: 2.3rem;
  line-height: 1;
}
@media screen and (max-width: 414px) {
  .sec-message-01 .wrapper.w1220 .unit-title-02 {
    font-size: 2rem;
  }
}
.sec-message-01 .wrapper.w1220 .box-imgtxt-01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.sec-message-01 .wrapper.w1220 .box-imgtxt-01 .text .inner-text {
  line-height: 1.66;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec-message-01 .wrapper.w1220 .box-imgtxt-01 .img-wrap {
    margin-top: 0;
  }
}
.sec-message-01 .wrapper.w1220 .box-imgtxt-01 .img-wrap figcaption {
  margin-top: 15px;
}

.sec-vision-01 {
  padding: 120px 0 130px;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 {
    padding: 40px 0;
  }
}
.sec-vision-01 .wrapper {
  position: relative;
}
.sec-vision-01 .unit-companytitle-01 {
  line-height: 1;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .unit-companytitle-01 {
    top: -10px;
  }
}
.sec-vision-01 .txt-box {
  text-align: center;
  margin-top: 50px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .txt-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .txt-box .txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.sec-vision-01 .sec-philosophy-01 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-philosophy-01 {
    padding-bottom: 40px;
  }
}
.sec-vision-01 .sec-vision-02 {
  padding: 40px 0 90px;
  background: #f2f7fa;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-vision-02 {
    padding: 20px 0 40px;
  }
}
.sec-vision-01 .sec-vision-02 .unit-companytitle-01 {
  color: #fff;
  top: -40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-vision-02 .unit-companytitle-01 {
    top: -10px;
  }
}
.sec-vision-01 .sec-vision-02 .txt-box {
  position: relative;
  z-index: 2;
}
.sec-vision-01 .sec-vision-02 .txt-box .unit-title-02 {
  line-height: 2;
}
.sec-vision-01 .sec-vision-02 .txt-box .sub-title {
  color: #0770b8;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 15px 0 15px;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-vision-02 .txt-box .sub-title {
    font-size: 1.7rem;
  }
}
.sec-vision-01 .sec-value-01 {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-value-01 {
    padding-top: 40px;
  }
}
.sec-vision-01 .sec-value-01 .unit-companytitle-01 {
  top: -50px;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-value-01 .unit-companytitle-01 {
    top: -10px;
  }
}
.sec-vision-01 .sec-value-01 .box-value-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-value-01 .box-value-01 {
    margin-top: 25px;
  }
}
.sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner:not(:first-child) {
    margin-top: 30px;
  }
}
.sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner .list-num {
  line-height: 1;
  font-size: 9rem;
  font-family: "Roboto", sans-serif;
  color: #0770b8;
  padding-right: 50px;
  border-right: 1px solid #bcc7d1;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner .list-num {
    font-size: 5rem;
    padding-right: 15px;
  }
}
.sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner .list-txtbox {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner .list-txtbox {
    margin-left: 15px;
  }
}
.sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner .list-txtbox .list-title {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner .list-txtbox .list-title {
    font-size: 1.9rem;
  }
}
.sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner .list-txtbox .list-title .ruby {
  font-size: 1.3rem;
  color: #c7c7c7;
  margin-left: 15px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sec-vision-01 .sec-value-01 .box-value-01 .list .list-inner .list-txtbox .list-title .ruby {
    font-size: 1.2rem;
    margin-left: 10px;
  }
}

.sec-csr-01 {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  .sec-csr-01 {
    padding: 40px 0;
  }
}
.sec-csr-01 .lead {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.415;
}
@media screen and (max-width: 768px) {
  .sec-csr-01 .lead {
    font-size: 1.9rem;
  }
}
.sec-csr-01 .box-csr-01:not(:first-of-type) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sec-csr-01 .box-csr-01:not(:first-of-type) {
    margin-top: 40px;
  }
}
.sec-csr-01 .box-csr-01:first-of-type {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .sec-csr-01 .box-csr-01:first-of-type {
    margin-top: 30px;
  }
}

.box-csr-01 .unit-title-02 {
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .box-csr-01 .unit-title-02 {
    margin-bottom: 30px;
  }
}
.unit-csr-01 .inner:not(:first-child) {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .unit-csr-01 .inner:not(:first-child) {
    margin-top: 40px;
  }
}
.unit-csr-01 .inner .img-wrap {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .unit-csr-01 .inner .img-wrap {
    margin-bottom: 15px;
  }
}
.unit-csr-01 .inner .txt-wrap .inner-title {
  color: #0770b8;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .unit-csr-01 .inner .txt-wrap .inner-title {
    font-size: 1.7rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.666;
    padding-bottom: 10px;
  }
}
.unit-csr-01 .inner .txt-wrap .inner-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: #009ee8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.unit-csr-01 .inner .txt-wrap .inner-txt {
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .unit-csr-01 .inner .txt-wrap .inner-txt {
    margin-top: 15px;
  }
}

.sec-staff-01 {
  padding: 110px 0 80px;
}
@media screen and (max-width: 768px) {
  .sec-staff-01 {
    padding: 40px 0;
  }
}
.sec-staff-01 .unit-title-02 {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec-staff-01 .unit-title-02 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.sec-staff-01 .lead {
  text-align: center;
}
.sec-staff-01 .box-staff-01 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-staff-01 .box-staff-01 {
    margin-top: 35px;
  }
}

.box-staff-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-staff-01::after {
  content: "";
  display: block;
  width: 48%;
  max-width: 480px;
}
.box-staff-01 .unit-staff-01 {
  width: 48%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .box-staff-01 .unit-staff-01 {
    width: 100%;
  }
}
.box-staff-01 .unit-staff-01:nth-child(n+3) {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .box-staff-01 .unit-staff-01:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .box-staff-01 .unit-staff-01:nth-child(2) {
    margin-top: 35px;
  }
}

.unit-staff-01 .inner .staff-name {
  padding: 30px 0 25px;
  background: #fff;
  width: 440px;
  margin: -30px auto 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unit-staff-01 .inner .staff-name {
    max-width: 90%;
    padding: 20px 0;
  }
}
.unit-staff-01 .inner .staff-name::after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: #009ee8;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.unit-staff-01 .inner .staff-name .name-jp,
.unit-staff-01 .inner .staff-name .name-en {
  color: #0770b8;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.unit-staff-01 .inner .staff-name .name-jp {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .unit-staff-01 .inner .staff-name .name-jp {
    font-size: 2rem;
  }
}
.unit-staff-01 .inner .staff-name .name-en {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .unit-staff-01 .inner .staff-name .name-en {
    font-size: 1.2rem;
  }
}
.unit-staff-01 .inner .staff-catch {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .unit-staff-01 .inner .staff-catch {
    font-size: 1.7rem;
    margin: 15px 0;
  }
}
.unit-staff-01 .inner .staff-profile .pf-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dfdfdf;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .unit-staff-01 .inner .staff-profile .pf-inner {
    padding: 15px 0;
  }
}
.unit-staff-01 .inner .staff-profile .pf-inner:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.unit-staff-01 .inner .staff-profile .pf-inner .pf-title {
  font-weight: bold;
  width: 110px;
}
.unit-staff-01 .inner .staff-profile .pf-inner .pf-txt {
  padding-left: 40px;
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  .unit-staff-01 .inner .staff-profile .pf-inner .pf-txt {
    padding-left: 25px;
  }
}
@media screen and (max-width: 414px) {
  .unit-staff-01 .inner .staff-profile .pf-inner .pf-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sec-page-01 .box-thanks-01 {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-page-01 .box-thanks-01 {
    padding: 30px 0;
  }
}
.sec-page-01 .box-thanks-01 .title-wrap {
  color: #0770b8;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .sec-page-01 .box-thanks-01 .title-wrap {
    font-size: 2rem;
  }
}
.sec-page-01 .box-thanks-01 .unit-btn-01 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec-page-01 .box-thanks-01 .unit-btn-01 {
    margin-top: 15px;
  }
}

.error404 .box-undertitle-01 .title-wrap .wrapper .title-inner {
  color: #fff;
}

.underwrapper .box-404-01 {
  padding: 10px 0;
}
.underwrapper .box-404-01 .title-wrap {
  color: #0770b8;
  font-weight: bold;
}
.underwrapper .box-404-01 .title-wrap .title {
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 414px) {
  .underwrapper .box-404-01 .title-wrap .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .underwrapper .box-404-01 .title-wrap + p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 414px) {
  .underwrapper .box-404-01 .title-wrap + p {
    text-align: left;
  }
}
.underwrapper .box-404-01 .unit-btn-01 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .underwrapper .box-404-01 .unit-btn-01 {
    margin-top: 15px;
  }
}