@charset "utf-8";

/*=============
  common
==============*/

.title01 {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.title01 span {
  font-size: 2rem;
  font-weight: 700;
}

.title01 strong {
  font-size: 4rem;
  font-weight: 700;
}

.title-area {
  display: flex;
  height: 300px;
  align-items: center;
  background: #89b2c1;
  position: relative;
}

.bg01,
.bg03 {
  background: #484f72;
  height: 300px;
}

.title-area .container {
  position: relative;
  width: 100%;
  z-index: 1;
}

body {
  overflow: hidden;
}

.anno-area {
  margin-top: 80px;
}

.anno-area p {
  text-align: right;
  font-weight: 700;
}

/*=============
  mv-area-cont
==============*/


.mv-area-cont .title-area-cont {
  width: 480px;

}


/*=============
  future
==============*/

.future > .headline {
  padding: 82px 0 100px;
  background: linear-gradient(110deg, #fff 0%, #fff 16.75vw, #89b2c1 16.75vw, #89b2c1 100%);
}

.future > .headline .container {
  text-align: center;
}

.future > .headline .title01 {
  margin-bottom: 28px;
}

.future > .headline p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.future .wrapper-contents {
  display: flex;
  position: relative;
}

.future .wrapper-contents .logo {
  position: absolute;
  width: 268px;
  height: 268px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 280px;
  margin: auto;
  z-index: 2;
}

.future .wrapper-contents > .contents {
  width: 50%;
}

.future .wrapper-contents > .contents .headline {
  padding: 95px 10% 112px;
  background: center center no-repeat;
  background-size: cover;
}

.future .wrapper-contents > .contents.ele .headline {
  background-image: url(../images/data/bg_ele.jpg);
}

.future .wrapper-contents > .contents.chem .headline {
  background-image: url(../images/data/bg_ele.jpg);
}

.future .wrapper-contents > .contents .headline h4 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  height: 140px;
  position: relative;
}

.future .wrapper-contents > .contents.chem .headline h4 {
  text-align: right;
}

.future .wrapper-contents > .contents .headline figure {
  margin-bottom: 36px;
}

.future .wrapper-contents > .contents .headline p {
  font-size: 2.4rem;
  font-weight: 700;
  height: 76px;
}

.future .wrapper-contents > .contents .main-area {
  padding: 80px 1.328% 0;
}

.future .wrapper-contents > .contents .main-area > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.future .wrapper-contents > .contents.ele .main-area > ul {
  width: 548px;
}

.future .wrapper-contents > .contents.chem .main-area > ul {
  width: 354px;
}

.future .wrapper-contents > .contents .main-area > ul > li {
  text-align: center;
  width: 160px;
  margin-right: 34px;
}

.future .wrapper-contents > .contents.ele .main-area > ul > li:nth-of-type(3n),
.future .wrapper-contents > .contents.chem .main-area > ul > li:nth-of-type(2n),
.future .wrapper-contents > .contents .main-area > ul > li:last-of-type {
  margin-right: 0;
}

.future .wrapper-contents > .contents.ele .main-area > ul > li + li + li + li,
.future .wrapper-contents > .contents.chem .main-area > ul > li + li + li {
  margin-top: 20px;
}

.future .wrapper-contents > .contents .main-area > ul > li figure img {
  margin-bottom: 16px;
}

.future .wrapper-contents > .contents .main-area > ul > li figure figcaption {
  text-align: center;
  font-weight: 700;
}

.future .wrapper-contents > .contents .main-area .business-box {
  margin: 42px 0 0;
}

.future .wrapper-contents > .contents .main-area .business-box .icon-arrow {
  position: relative;
  width: 40px;
  margin: 0 auto 40px;
  display: block;
}

.future .wrapper-contents > .contents .main-area .business-box .icon-arrow:before,
.future .wrapper-contents > .contents .main-area .business-box .icon-arrow:after {
  content: "";
  display: block;
  margin: 0 auto;
}

.future .wrapper-contents > .contents .main-area .business-box .icon-arrow:before {
  width: 50%;
  height: 28px;
}

.future .wrapper-contents > .contents.ele .main-area .business-box .icon-arrow:before,
.future .wrapper-contents > .contents.ele .main-area .business-box .business-title {
  background: #00bfb2;
}

.future .wrapper-contents > .contents.chem .main-area .business-box .icon-arrow:before,
.future .wrapper-contents > .contents.chem .main-area .business-box .business-title {
  background: #3066be;
}

.future .wrapper-contents > .contents .main-area .business-box .icon-arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 20px 0 20px;
  border-color: transparent;
}

.future .wrapper-contents > .contents.ele .main-area .business-box .icon-arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 20px 0 20px;
  border-top-color: #00bfb2;
}

.future .wrapper-contents > .contents.chem .main-area .business-box .icon-arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 20px 0 20px;
  border-top-color: #3066be;
}

.future .wrapper-contents > .contents .main-area .business-box .business-title {
  padding: 64px 10px 56px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.future .wrapper-contents > .contents .main-area .business-box .business-title figure {
  margin-bottom: 18px;
}

.future .wrapper-contents > .contents .main-area .business-box .business-title span {
  color: #ddf3f1;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.future .wrapper-contents > .contents .main-area .business-box .business-title strong {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

.future .bottom {
  margin-top: 84px;
  padding: 0 20px;
}

.future .bottom p {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}


/*=============
  history
==============*/

.history {
  margin: 204px 0 0;
}

.history .contents {
  padding: 98px 0 0;
}

.history .contents .history-list .wrapper-history-contents {
  padding-bottom: 200px;
  position: relative;
}

.history .contents .history-list .wrapper-history-contents:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: auto;
  background: #d6001c;
  z-index: -1;
}

.history .contents .history-list .wrapper-history-contents:last-of-type:after {
  height: 90px;
}

.history .contents .history-list .history-contents {
  display: flex;
  justify-content: center;
}

.history .contents .history-list .history-contents + .history-contents {
  margin-top: 20px;
}

.history .contents .history-list .history-contents .icon {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #d6001c;
  border-radius: 50%;
}

.history .contents .history-list .history-contents .year {
  font-size: 4rem;
  font-weight: 700;
  color: #d6001c;
  width: calc(50% - 40px);
  line-height: 1;
  margin-top: -16px;
}

.history .contents .history-list .history-contents .year strong {
  font-size: 12rem;
  font-weight: 700;
}

.history .contents .history-list .history-contents .detail {
  width: calc(50% - 40px);
}

.history .contents .history-list .history-contents .detail .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}

.history .contents .history-list .history-contents .detail .title span {
  display: inline-block;
  line-height: 1.4;
}

.history .contents .history-list .history-contents .detail .detail-contents .img-wrap {
  display: flex;
  justify-content: space-between;
}

.history .contents .history-list .history-contents .detail .detail-contents .img-wrap figure {
  width: 49%;
}

.history .contents .history-list .history-contents .detail .detail-contents img {
  max-height: 317.33px;
}

.history .contents .history-list .history-contents .detail .detail-contents p {
  font-weight: 700;
}

.history .contents .history-list .wrapper-history-contents:nth-of-type(odd) .history-contents .year,
.history .contents .history-list .wrapper-history-contents:nth-of-type(even) .history-contents .detail {
  order: 3;
  padding-left: 34px;
}

.history .contents .history-list .wrapper-history-contents:nth-of-type(even) .history-contents .year,
.history .contents .history-list .wrapper-history-contents:nth-of-type(odd) .history-contents .detail {
  order: 1;
  padding-right: 34px;
  text-align: right;
}

.history .contents .history-bottom {
  font-size: 4rem;
  margin-top: 96px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}


/*=============
  balance
==============*/

.balance {
  margin: 185px 0 0;
}

.balance .contents {
  margin: 100px 0 0;
}

.balance .contents .balance-box {
  background: #eee;
  padding: 70px 10px 54px;
}

.balance .contents .balance-box .balance-list {
  display: flex;
  justify-content: center;
}

.balance .contents .balance-box .balance-list .balance-contents {
  width: 200px;
}

.balance .contents .balance-box .balance-list .balance-contents figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.balance .contents .balance-box .balance-list .balance-contents.device figure {
  background: #d6001c;
}

.balance .contents .balance-box .balance-list .balance-contents.electronics figure {
  background: #00bfb2;
}

.balance .contents .balance-box .balance-list .balance-contents.chemicals figure {
  background: #3066be;
}

.balance .contents .balance-box .balance-list .balance-contents .text-area {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 18px;
}

.balance .contents .balance-box .balance-list .icon-cross {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 50px 5px 0;
}

.balance .contents .balance-box .balance-list .icon-cross:before,
.balance .contents .balance-box .balance-list .icon-cross:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ccc;
  transform: rotate(45deg);
}

.balance .contents .balance-box .balance-list .icon-cross:before {
  width: 100%;
  height: 4px;
}

.balance .contents .balance-box .balance-list .icon-cross:after {
  width: 4px;
  height: 100%;
}

.balance .contents .balance-box p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 46px;
}

.balance .balance-box-bottom .icon-arrow {
  display: block;
  margin: 0 auto 30px;
  width: 60px;
  height: 64px;
}

.balance .balance-box-bottom .icon-arrow:before,
.balance .balance-box-bottom .icon-arrow:after {
  content: "";
  display: block;
  margin: 0 auto;
}

.balance .balance-box-bottom .icon-arrow:before {
  width: 50%;
  height: 24px;
  background: #d6001c;
}

.balance .balance-box-bottom .icon-arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 30px 0 30px;
  border-color: #d6001c transparent transparent transparent;
}

.balance .balance-box-bottom > dl {
  text-align: center;
}

.balance .balance-box-bottom > dl dt {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 34px;
}

.balance .balance-box-bottom > dl dd > span {
  font-size: 4rem;
  font-weight: 700;
}

.balance .balance-box-bottom > dl dd > .price {
  color: #d7001d;
  display: inline-block;
}

.balance .balance-box-bottom > dl dd > .price > strong {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  position: relative;
}

.balance .balance-box-bottom > dl dd > .price > span {
  font-size: 4rem;
  font-weight: 700;
}

.odometer .odometer-inside {
  line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit {
  vertical-align: top;
  line-height: 1;
}

.odometer-formatting-mark {
  display: none !important;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  line-height: 1;
}


@media all and (-ms-high-contrast:none) {
  .odometer.odometer-theme-default .odometer-digit .odometer-value {
    padding-top: 0.1em;
  }
}

.balance .balance-box-bottom .wrapper-sales-profit {
  display: flex;
  justify-content: space-between;
}

.balance .balance-box-bottom .wrapper-sales-profit .contents {
  width: 48.66%;
}

.balance .balance-box-bottom .wrapper-sales-profit .contents .title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 34px;
}

.balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap {
  position: relative;
  width: 400px;
  margin: 0 auto;
}

.balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap canvas {
  width: 100%;
  height: auto;
}

.balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap .ratip-tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap .ratip-tip .ratio {
  position: absolute;
  color: #fff;
  line-height: 1;
}

.sales-ratio-tip .ratio.ratio01 {
  right: 16%;
  bottom: 20%;
}

.sales-ratio-tip .ratio.ratio02 {
  top: 21.5%;
  left: 9.5%;
}

.sales-ratio-tip .ratio.ratio03 {
  top: 7%;
  left: 35%;
}

.profit-ratio-tip .ratio.ratio01 {
  right: 16%;
  bottom: 20%;
}

.profit-ratio-tip .ratio.ratio02 {
  top: 21.5%;
  left: 9.5%;
}

.profit-ratio-tip .ratio.ratio03 {
  top: 7%;
  left: 35%;
}

.balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap .ratip-tip .ratio span {
  font-size: 5.5rem;
  font-weight: 700;
}

.balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap .ratip-tip .ratio strong {
  font-size: 7.7rem;
  font-weight: 700;
}

.balance .balance-box-bottom .wrapper-sales-profit .conetnts-list {
  width: 400px;
  margin: 16px auto 0;
}

.balance .balance-box-bottom .wrapper-sales-profit .conetnts-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.balance .balance-box-bottom .wrapper-sales-profit .conetnts-list li + li {
  margin-top: 5px;
}

.balance .balance-box-bottom .wrapper-sales-profit .conetnts-list li:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 14px;
}

.balance .balance-box-bottom .wrapper-sales-profit .conetnts-list li:nth-of-type(1):before {
  background: #d7001d;
}

.balance .balance-box-bottom .wrapper-sales-profit .conetnts-list li:nth-of-type(2):before {
  background: #00bfb2;
}

.balance .balance-box-bottom .wrapper-sales-profit .conetnts-list li:nth-of-type(3):before {
  background: #3066be;
}



/*=============
  staff
==============*/

section.staff {
  margin: 190px 0 0;
}

.staff .contents {
  padding: 80px 0 0;
}

.staff .contents .staff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staff .contents .staff-list .staff-box {
  background: #eeeeee;
  padding: 34px 10px 50px;
  width: 31.25%;
}

.staff .contents .staff-list .staff-box + .staff-box {
  margin-top: 40px;
}

.staff .contents .staff-list .staff-box .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.staff .contents .staff-box.staff {
  width: 100%;
}

.staff .contents .staff-box.staff .title {
  text-align: left;
  padding: 0 44px;
  margin-bottom: 0;
}

.staff .contents .staff .staff-contents {
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff .contents .staff .staff-contents .before-after {
  display: flex;
  align-items: center;
}

.staff .contents .staff .staff-contents .before-after .before dt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.staff .contents .staff .staff-contents .before-after .before dd {
  text-align: center;
}

.staff .contents .staff .staff-contents .before-after .before dd strong {
  font-size: 5.5rem;
  font-weight: 700;
}

.staff .contents .staff .staff-contents .before-after .before dd span {
  font-size: 2rem;
  font-weight: 700;
}

.staff .contents .staff .staff-contents .before-after .after {
  padding-left: 130px;
  position: relative;
}

.staff .contents .staff .staff-contents .before-after .after:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 66px;
  height: 34px;
  margin: auto;
  background: url(../images/data/icon_staff_arrow.png) center center no-repeat;
  background-size: contain;
}

.staff .contents .staff .staff-contents .before-after .after dt {
  font-size: 4rem;
  font-weight: 700;
}

.staff .contents .staff .staff-contents .before-after .after dd > strong {
  font-size: 12rem;
  font-weight: 700;
}

.staff .contents .staff .staff-contents .before-after .after dd > span {
  font-size: 4rem;
  font-weight: 700;
  vertical-align: bottom;
}

.staff .contents .staff .staff-contents .staff-icon-area {
  display: flex;
  margin-left: 56px;
}

.staff .contents .staff .staff-contents .staff-icon-area figure + figure {
  margin-left: 17px;
}


.staff .contents .staff-list .staff-box.ratio .staff-contents,
.staff .contents .staff-list .staff-box.single .staff-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.staff .contents .staff-list .staff-box.ratio .staff-contents > div {
  display: flex;
  align-items: center;
}

.staff .contents .staff-list .staff-box.ratio .staff-contents > div:first-of-type i {
  margin-right: 8px;
}

.staff .contents .staff-list .staff-box.ratio .staff-contents > div:last-of-type i {
  margin-left: 8px;
}

.staff .contents .staff-list .staff-box.ratio .staff-contents > div > strong {
  font-size: 10rem;
}

.staff .contents .staff-list .staff-box.ratio .staff-contents > span {
  font-size: 8rem;
  font-weight: 700;
  margin: 0 3px;
}

.staff .contents .staff-list .staff-box.ratio .staff-contents > div.men i {
  width: 30px;
}

.staff .contents .staff-list .staff-box.single .staff-contents i {
  margin-right: 10px;
}

.staff .contents .staff-list .staff-box.single .staff-contents .num > strong {
  font-size: 10rem;
  font-weight: 700;
}

.staff .contents .staff-list .staff-box.single .staff-contents .num > span {
  font-size: 3rem;
  font-weight: 700;
  vertical-align: bottom;
}
.staff .contents .staff-list .staff-box.childcare .staff-contents .num > strong{
  font-size: 9rem;
   font-weight: 700;
   margin-right: auto;
   display: inline-block;
 }

.staff .contents .staff-list .staff-box.childcare .staff-contents i {
  margin-right: 0;
}
.staff .contents .staff-list .staff-box.paid p.caption {
  text-align: right;
  padding-right: 12px;
}
.staff .contents .staff-list .staff-box.paid .staff-contents .num > strong{
 font-size: 9rem;
  font-weight: 700;
  margin-right: auto;
  display: inline-block;
}
.staff .contents .staff-list .staff-box.paid  .num > span.dot{
  font-size: 7rem;
  line-height: 1;
}
.staff .contents .staff-list .staff-box.paid .staff-contents i {
  margin-right: 0;
}
.staff .contents .staff-list .staff-box.paid  .num {
  text-align: right;

}



/*=============
  global-network
==============*/

.global-network {
  margin: 244px 0 0;
}

.global-network .contents {
  padding: 80px 0 0;
}

.global-network .contents .wrapper-area {
  position: relative;
}

.global-network .contents .wrapper-area .text-area {
  position: absolute;
  right: 16.964%;
  bottom: 0;
  z-index: 1;
}

.global-network .contents .wrapper-area .text-area figure {
  text-align: center;
  margin-bottom: 8px;
}

.global-network .contents .wrapper-area .text-area figure img {
  transition: 0.7s;
  transform: translate(36px, 30px);
  opacity: 0;
}

.global-network .contents .wrapper-area.active .text-area figure img {
  transform: translate(0, 0);
  opacity: 1;
}

.global-network .contents .wrapper-area .text-area dl {
  text-align: center;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.5s ease-out 0.7s;
}

.global-network .contents .wrapper-area.active .text-area dl {
  transform: translateY(0);
  opacity: 1;
}

.global-network .contents .wrapper-area .text-area dl dt {
  font-size: 4rem;
  font-weight: 700;
}

.global-network .contents .wrapper-area .text-area dl dd > strong {
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.global-network .contents .wrapper-area .text-area dl dd > span {
  font-size: 4rem;
  font-weight: 700;
  vertical-align: bottom;
}

.global-network .contents .wrapper-area .pin {
  position: absolute;
  top: 0;
  left: 0;
}


/*=============
  goal
==============*/

.goal {
  position: relative;
  margin: 212px 0 0;
  padding: 138px 0 132px;
  background: #89b2c1;
}

.goal .goal-box {
  background: #fff;
  padding: 114px 10px 84px;
  position: relative;
  z-index: 1;
}

.goal .goal-box h3 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

.goal .goal-box p {
  text-align: center;
  line-height: 2;
  font-size: 2rem;
  font-weight: 700;
}



@media (max-width: 1600px) {

  /*=============
    future
  ==============*/

  .future .wrapper-contents .logo {
    width: 16.75vw;
    height: 16.75vw;
    top: 17.5vw;
  }

  .future .wrapper-contents .logo img {
    width: 4.75vw;
  }

  .future .wrapper-contents > .contents .headline {
    padding: 5.9375vw 10% 7vw;
  }

  .future .wrapper-contents > .contents .headline h4 {
    font-size: 2vw;
    height: 7.5vw;
  }

  .future .wrapper-contents > .contents .headline figure {
    margin-bottom: 2.25vw;
  }

  .future .wrapper-contents > .contents .headline p {
    font-size: 1.5vw;
    height: 4.75vw;
  }

  .future .wrapper-contents > .contents .main-area {
    padding: 5vw 1.328% 0;
  }

  .future .wrapper-contents > .contents.ele .main-area > ul {
    width: 34.25vw;
  }

  .future .wrapper-contents > .contents.chem .main-area > ul {
    width: 22.125vw;
  }

  .future .wrapper-contents > .contents .main-area > ul > li {
    width: 10vw;
    margin-right: 2.125vw;
  }

  .future .wrapper-contents > .contents.ele .main-area > ul > li + li + li + li,
  .future .wrapper-contents > .contents.chem .main-area > ul > li + li + li {
    margin-top: 20px;
  }

  .future .wrapper-contents > .contents .main-area > ul > li figure img {
    margin-bottom: 1.25vw;
  }

  .future .wrapper-contents > .contents .main-area .business-box {
    margin: 2.625vw 0 0;
  }


  /*=============
    staff
  ==============*/


  .staff .contents .staff .staff-contents .before-after .after dd > strong {
    font-size: 10rem;
  }


}
@media (max-width: 1040px){

  .staff .contents .staff-list .staff-box.paid .staff-contents  {
    letter-spacing: -0.07em;
  }
  .staff .contents .staff-list .staff-box.childcare .staff-contents  {
    letter-spacing: -0.07em;
  }
}

@media (max-width: 1024px) {

  /*=============
    future
  ==============*/

  .future > .headline p {
    padding: 0 50px;
  }

  .future .wrapper-contents {
    display: block;
  }

  .future .wrapper-contents .logo {
    width: 134px;
    height: 134px;
    top: 10px;
  }

  .future .wrapper-contents .logo img {
    width: 38px;
  }

  .future .wrapper-contents > .contents {
    width: 100%;
  }

  .future .wrapper-contents > .contents .headline {
    padding: 95px 10% 112px;
  }

  .future .wrapper-contents > .contents.ele .headline {
    padding-top: 170px;
  }

  .future .wrapper-contents > .contents .headline h4 {
    font-size: 3.2rem;
    height: 140px;
  }

  .future .wrapper-contents > .contents .headline figure {
    margin-bottom: 36px;
  }

  .future .wrapper-contents > .contents .headline p {
    font-size: 2.4rem;
    height: 76px;
  }

  .future .wrapper-contents > .contents .main-area {
    padding: 80px 1.328% 0;
  }

  .future .wrapper-contents > .contents .main-area > ul > li {
    width: 160px;
    margin-right: 34px;
  }

  .future .wrapper-contents > .contents.ele .main-area > ul > li + li + li + li,
  .future .wrapper-contents > .contents.chem .main-area > ul > li + li + li {
    margin-top: 20px;
  }

  .future .wrapper-contents > .contents .main-area > ul > li figure img {
    margin-bottom: 16px;
  }

  .future .wrapper-contents > .contents .main-area .business-box {
    margin: 42px 0 0;
  }

  .future .wrapper-contents > .contents .main-area .business-box .business-title strong {
    font-size: 2.4rem;
  }

  .future .bottom p {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.6;
  }



  /*=============
    history
  ==============*/

  .history .contents .history-list .history-contents .year {
    font-size: 3.6rem;
  }

  .history .contents .history-list .history-contents .year strong {
    font-size: 9rem;
  }

  .history .contents .history-list .history-contents .detail .title span {
    display: inline;
  }



  /*=============
    balance
  ==============*/

  .balance .contents .balance-box .balance-list .balance-contents {
    width: 19.531vw;
  }

  .balance .contents .balance-box .balance-list .balance-contents figure {
    width: 19.531vw;
    height: 19.531vw;
  }

  .balance .contents .balance-box .balance-list .balance-contents figure img {
    width: auto;
    height: 7.8125vw;
  }

  .balance .contents .balance-box .balance-list .icon-cross {
    width: 9.765vw;
    height: 9.765vw;
    margin: 4.882vw 0.488vw 0;
  }

  .balance .contents .balance-box .balance-list .balance-contents .text-area {
    font-size: 2.343vw;
    margin-top: 1.757vw;
  }

  .balance .contents .balance-box p {
    font-size: 2.2rem;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap {
    width: 39.0625vw;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap .ratip-tip .ratio strong {
    font-size: 7.519vw;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap .ratip-tip .ratio span {
    font-size: 5.371vw;
  }



  /*=============
    staff
  ==============*/

  .staff .contents .staff-list .staff-box {
    width: 48%;
  }

  .staff .contents .staff-list .staff-box.staff {
    width: 100%;
  }

  .staff .contents .staff-box.staff .title {
    text-align: center;
    margin-bottom: 30px;
  }

  .staff .contents .staff .staff-contents {
    display: block;
  }

  .staff .contents .staff .staff-contents .before-after {
    justify-content: center;
  }

  .staff .contents .staff .staff-contents .staff-icon-area {
    justify-content: center;
    margin: 0;
  }


  /*=============
    goal
  ==============*/

  .goal .goal-box p {
    text-align: left;
  }


}


@media (max-width: 768px) {


  /*=============
  common
==============*/

  .title01 span {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .title01 strong {
    font-size: 2.2rem;
  }

  .title-area {
    height: 200px;
  }

  .bg01,
  .bg03 {
    height: 200px;
  }

  .anno-area {
    margin-top: 40px;
  }


  /*=============
    future
  ==============*/

  .future > .headline {
    padding: 40px 0 50px;
    background: linear-gradient(110deg, #fff 0%, #fff 16.75vw, #89b2c1 16.75vw, #89b2c1 100%);
  }

  .future > .headline .title01 {
    margin-bottom: 14px;
  }

  .future > .headline p {
    text-align: center;
    font-size: 1.4rem;
    padding: 0;
  }

  .future .wrapper-contents > .contents {
    width: 100%;
  }

  .future .wrapper-contents > .contents .headline {
    padding: 40px 15px 40px;
  }

  .future .wrapper-contents > .contents.ele .headline {
    padding-top: 170px;
  }

  .future .wrapper-contents > .contents .headline h4 {
    font-size: 1.8rem;
    height: auto;
    margin-bottom: 10px;
  }

  .future .wrapper-contents > .contents.chem .headline h4 {
    text-align: left;
  }

  .future .wrapper-contents > .contents .headline figure {
    margin-bottom: 18px;
  }

  .future .wrapper-contents > .contents .headline p {
    font-size: 1.6rem;
    height: auto;
  }

  .future .wrapper-contents > .contents .main-area {
    padding: 40px 15px 20px;
  }

  .future .wrapper-contents > .contents.ele .main-area {
    padding-bottom: 44px;
  }

  .future .wrapper-contents > .contents .main-area > ul {
    justify-content: flex-start;
    max-width: 330px;
  }

  .future .wrapper-contents > .contents.ele .main-area > ul,
  .future .wrapper-contents > .contents.chem .main-area > ul {
    width: 100%;
  }

  .future .wrapper-contents > .contents .main-area > ul > li {
    width: 45%;
    margin-right: 10%;
  }

  .future .wrapper-contents > .contents.ele .main-area > ul > li:nth-of-type(3n) {
    margin-right: 10%;
  }

  .future .wrapper-contents > .contents.ele .main-area > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }

  .future .wrapper-contents > .contents.ele .main-area > ul > li + li + li,
  .future .wrapper-contents > .contents.ele .main-area > ul > li + li + li + li,
  .future .wrapper-contents > .contents.chem .main-area > ul > li + li + li {
    margin-top: 20px;
  }

  .future .wrapper-contents > .contents .main-area > ul > li figure img {
    margin-bottom: 12px;
  }

  .future .wrapper-contents > .contents .main-area .business-box {
    margin: 22px 0 0;
  }

  .future .wrapper-contents > .contents .main-area .business-box .icon-arrow {
    margin: 0 auto 30px;
  }

  .future .wrapper-contents > .contents .main-area .business-box .business-title {
    padding: 32px 10px 28px;
  }

  .future .wrapper-contents > .contents .main-area .business-box .business-title figure {
    width: 30px;
    margin: 0 auto 10px;
  }

  .future .wrapper-contents > .contents .main-area .business-box .business-title span {
    font-size: 1.6rem;
  }

  .future .wrapper-contents > .contents .main-area .business-box .business-title strong {
    font-size: 1.8rem;
  }

  .future .bottom {
    margin-top: 0;
    padding: 0 20px;
  }

  .future .bottom p {
    font-size: 1.6rem;
    text-align: left;
  }



  /*=============
    history
  ==============*/

  .history {
    margin: 60px 0 0;
  }

  .history .contents {
    padding: 70px 0 0;
  }

  .history .contents .history-list .wrapper-history-contents {
    padding-bottom: 88px;
  }

  .history .contents .history-list .wrapper-history-contents:after {
    left: 18px;
    right: auto;
    top: 40px;
  }

  .history .contents .history-list .wrapper-history-contents:last-of-type:after {
    height: 50px;
  }

  .history .contents .history-list .history-contents {
    display: block;
  }

  .history .contents .history-list .history-contents .icon {
    float: left;
    width: 40px;
    height: 40px;
  }

  .history .contents .history-list .history-contents .icon img {
    height: 20px;
  }

  .history .contents .history-list .history-contents .year,
  .history .contents .history-list .wrapper-history-contents:nth-of-type(odd) .history-contents .year,
  .history .contents .history-list .wrapper-history-contents:nth-of-type(even) .history-contents .year {
    width: 100%;
    font-size: 2rem;
    margin-top: 0;
    padding-left: 50px;
    margin-bottom: 10px;
  }

  .history .contents .history-list .history-contents .year strong {
    font-size: 4rem;
  }

  .history .contents .history-list .history-contents .detail,
  .history .contents .history-list .wrapper-history-contents:nth-of-type(even) .history-contents .detail,
  .history .contents .history-list .wrapper-history-contents:nth-of-type(odd) .history-contents .detail {
    width: 100%;
    padding-left: 50px;
  }

  .history .contents .history-list .history-contents .detail .title {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }

  .history .contents .history-list .wrapper-history-contents:nth-of-type(even) .history-contents .year,
  .history .contents .history-list .wrapper-history-contents:nth-of-type(odd) .history-contents .detail {
    padding-right: 0;
    text-align: left;
  }

  .history .contents .history-bottom {
    font-size: 1.65rem;
    margin-top: 0;
  }

  /*=============
    balance
  ==============*/

  .balance {
    margin: 120px 0 0;
  }

  .balance .contents {
    margin: 40px 0 0;
  }

  .balance .contents .balance-box {
    padding: 34px 10px 34px;
  }

  .balance .contents .balance-box .balance-list {
    display: block;
  }

  .balance .contents .balance-box .balance-list .balance-contents {
    margin: 0 auto;
    width: 100%;
  }

  .balance .contents .balance-box .balance-list .balance-contents figure {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }

  .balance .contents .balance-box .balance-list .balance-contents figure img {
    height: 25px;
  }

  .balance .contents .balance-box .balance-list .balance-contents .text-area {
    font-size: 1.6rem;
    margin-top: 12px;
  }

  .balance .contents .balance-box .balance-list .icon-cross {
    width: 40px;
    height: 40px;
    margin: 10px auto;
  }

  .balance .contents .balance-box .balance-list .icon-cross:before {
    height: 3px;
  }

  .balance .contents .balance-box .balance-list .icon-cross:after {
    width: 3px;
  }

  .balance .contents .balance-box p {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .balance .balance-box-bottom .icon-arrow {
    display: block;
    margin: 0 auto 30px;
    width: 50px;
    height: 54px;
  }

  .balance .balance-box-bottom .icon-arrow:before {
    height: 14px;
  }

  .balance .balance-box-bottom .icon-arrow:after {
    border-width: 30px 25px 0 25px;
  }

  .balance .balance-box-bottom > dl {
    text-align: center;
  }

  .balance .balance-box-bottom > dl dt {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .balance .balance-box-bottom > dl dd > span {
    font-size: 1.8rem;
  }


  .balance .balance-box-bottom > dl dd > .price > strong {
    font-size: 6rem;
  }

  .balance .balance-box-bottom > dl dd > .price > span {
    font-size: 2rem;
  }

  .balance .balance-box-bottom .wrapper-sales-profit {
    display: block;
    margin-top: 40px;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents {
    width: 240px;
    margin: 0 auto;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents + .contents {
    margin-top: 40px;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap {
    width: 240px;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap canvas {
    width: 100%;
    height: auto;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap .ratip-tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap .ratip-tip .ratio {
    position: absolute;
    color: #fff;
    line-height: 1;
  }

  .sales-ratio-tip .ratio.ratio01 {
    right: 16%;
    bottom: 20%;
  }

  .sales-ratio-tip .ratio.ratio02 {
    top: 23.5%;
    left: 9.5%;
  }

  .sales-ratio-tip .ratio.ratio03 {
    top: 7%;
    left: 36%;
  }

  .profit-ratio-tip .ratio.ratio01 {
    right: 16%;
    bottom: 20%;
  }

  .profit-ratio-tip .ratio.ratio02 {
    top: 23.5%;
    left: 9.5%;
  }

  .profit-ratio-tip .ratio.ratio03 {
    right: 16%;
    bottom: 20%;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap .ratip-tip .ratio span {
    font-size: 2.4rem;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .contents .chart-wrap .ratip-tip .ratio strong {
    font-size: 4.6rem;
  }

  .balance .balance-box-bottom .wrapper-sales-profit .conetnts-list {
    width: 100%;
    margin: 16px auto 0;
  }





  /*=============
  staff
==============*/

  section.staff {
    margin: 90px 0 0;
  }

  .staff .contents {
    padding: 80px 0 0;
  }

  .staff .contents .staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .staff .contents .staff-list .staff-box {
    padding: 30px 10px;
    width: 100%;
  }

  .staff .contents .staff-list .staff-box + .staff-box {
    margin-top: 20px;
  }

  .staff .contents .staff-list .staff-box .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .staff .contents .staff-box.staff {
    width: 100%;
  }

  .staff .contents .staff-box.staff .title {
    padding: 0 10px;
  }

  .staff .contents .staff .staff-contents .before-after {
    display: block;
  }

  .staff .contents .staff .staff-contents .before-after .before dt {
    font-size: 1.6rem;
  }

  .staff .contents .staff .staff-contents .before-after .before dd strong {
    font-size: 3rem;
  }

  .staff .contents .staff .staff-contents .before-after .before dd span {
    font-size: 1.6rem;
  }

  .staff .contents .staff .staff-contents .before-after .after {
    padding-left: 0;
    padding-top: 80px;
  }

  .staff .contents .staff .staff-contents .before-after .after:before {
    top: 22px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 33px;
    height: 17px;
    margin: auto;
    transform: rotate(90deg);
  }

  .staff .contents .staff .staff-contents .before-after .after dt {
    font-size: 1.8rem;
    text-align: center;
  }

  .staff .contents .staff .staff-contents .before-after .after dd {
    text-align: center;
  }

  .staff .contents .staff .staff-contents .before-after .after dd > strong {
    font-size: 6rem;
  }

  .staff .contents .staff .staff-contents .before-after .after dd > span {
    font-size: 3rem;
    font-weight: 700;
    vertical-align: bottom;
  }

  .staff .contents .staff .staff-contents .staff-icon-area {
    padding: 0 10px;
    margin-left: 0;
  }

  .staff .contents .staff .staff-contents .staff-icon-area figure + figure {
    margin-left: 17px;
  }


  .staff .contents .staff-list .staff-box.ratio .staff-contents,
  .staff .contents .staff-list .staff-box.single .staff-contents {
    height: auto;
  }

  .staff .contents .staff-list .staff-box.ratio .staff-contents > div {
    display: flex;
    align-items: center;
  }

  .staff .contents .staff-list .staff-box.ratio .staff-contents > div:first-of-type i {
    margin-right: 8px;
  }

  .staff .contents .staff-list .staff-box.ratio .staff-contents > div:last-of-type i {
    margin-left: 8px;
  }

  .staff .contents .staff-list .staff-box.ratio .staff-contents > div > strong {
    font-size: 7rem;
  }

  .staff .contents .staff-list .staff-box.ratio .staff-contents > span {
    font-size: 4rem;
  }

  .staff .contents .staff-list .staff-box.major .staff-contents > div i img {
    height: 40px;
  }

  .staff .contents .staff-list .staff-box.men-women .staff-contents > div i img {
    height: 50px;
  }

  .staff .contents .staff-list .staff-box.age .staff-contents i img {
    height: 45px;
  }

  .staff .contents .staff-list .staff-box.length .staff-contents i img {
    height: 35px;
  }

  .staff .contents .staff-list .staff-box.childcare .staff-contents i img {
    height: 40px;
  }

  .staff .contents .staff-list .staff-box.paid .staff-contents i img {
    height: 35px;
  }

  .staff .contents .staff-list .staff-box.ratio .staff-contents > div.men i {
    width: auto;
  }

  .staff .contents .staff-list .staff-box.single .staff-contents i {
    margin-right: 10px;
  }

  .staff .contents .staff-list .staff-box.single .staff-contents .num > strong {
    font-size: 6rem;
  }

  .staff .contents .staff-list .staff-box.single .staff-contents .num > span {
    font-size: 2.4rem;
  }

  .staff .contents .staff-list .staff-box.paid  .num > span.dot{
    font-size: 4rem;
    line-height: 1;
  }
  /*=============
  global-network
==============*/

  .global-network {
    margin: 180px 0 0;
  }

  .global-network .contents {
    padding: 40px 0 0;
  }

  .global-network .contents .wrapper-area .text-area {
    position: absolute;
    right: 0;
    bottom: -150px;
    left: 0;
  }

  .global-network .contents .wrapper-area .text-area figure {
    text-align: center;
    width: 47px;
    margin: 0 auto 8px;
  }

  .global-network .contents .wrapper-area .text-area figure img {
    transform: translate(18px, 15px);
  }

  .global-network .contents .wrapper-area .text-area dl dt {
    font-size: 1.6rem;
  }

  .global-network .contents .wrapper-area .text-area dl dd > strong {
    font-size: 6rem;
  }

  .global-network .contents .wrapper-area .text-area dl dd > span {
    font-size: 2.4rem;
  }


  /*=============
  goal
==============*/

  .goal {
    margin: 190px 0 0;
    padding: 60px 0;
  }

  .goal .goal-box {
    padding: 30px 20px;
  }

  .goal .goal-box h3 {
    font-size: 1.8rem;
  }

  .goal .goal-box p {
    font-size: 1.4rem;
  }





}
