.page-home {
  background-color: #ffffff;
}
.page-home .header {
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1000;
}
.page-home .main {
  margin-top: 0;
}
.page-home .page-main {
  background: transparent;
  overflow: hidden;
  padding: 0;
}

.section {
  background: #ffffff;
  position: relative;
  padding: 140px 0 80px;
}
.section-head {
  position: relative;
}
.section-title {
  color: #00986B;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.section-title .jp {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  vertical-align: -0.2em;
}
.section-title .en {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-left: 10px;
}
.section-decorate {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.section-decorate span {
  color: #ffffff;
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  text-shadow: 1px 1px 0px #E0E3E3, -1px 1px 0px #E0E3E3, 1px -1px 0px #E0E3E3, -1px -1px 0px #E0E3E3, 1px 0px 0px #E0E3E3, 0px 1px 0px #E0E3E3, -1px 0px 0px #E0E3E3, 0px -1px 0px #E0E3E3;
}
.section-decorate object {
  height: 115px;
}
.section-decorate object.row-2 {
  height: 255px;
}
.section-lead {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.section-main {
  margin-top: 50px;
  position: relative;
  z-index: 5;
}
.section-more {
  margin-top: 80px;
  text-align: right;
}
.section-more a {
  display: inline-block;
  padding-right: 56px;
  position: relative;
}
.section-more .button-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-more .button-arrow::before {
  background: transparent;
}
.section.isAnime .section-decorate {
  opacity: 1;
}

a.zoom {
  position: relative;
}
a.zoom .button {
  background: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10;
}
a.zoom .button.button-arrow {
  padding: 20px 40px 20px 24px;
}
a.zoom .button.button-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
a.zoom .button.button-arrow:hover::after {
  border-top-color: #00986B;
  border-right-color: #00986B;
}
a.zoom .button.button-arrow::before {
  display: none;
}
a.zoom .button.button-arrow::after {
  right: 15px;
}
a.zoom .button.button-arrow:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
a.zoom:hover .button {
  background-color: #00986B;
  color: #ffffff;
}
a.zoom:hover .button-arrow::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

/* main visual */
.page-head {
  /*display: flex;
  	align-items: center;
  	height: 595px;
  	&::before {
  //		background: url(/company/image/img_main_01.png) no-repeat 50% 0 / cover;
  		content: "";
  		display: block;
  		width: 100%;
  		height: 600px;
  		position: absolute;
  		top: -100px;
  		left: 50%;
  		transform: translateX(-50%);
  		z-index: 0;
  	}
  	.layouter {
  		padding: 0;
  		width: 100%;
  	}
  	*/
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 637.5px;
}
.page-head .catch {
  background: #ffffff;
  display: inline-block;
  font-family: serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.25em;
  white-space: nowrap;
}
.page-head .movie {
  position: fixed;
  top: 0;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1360px;
  height: 765px;
}
.page-head .movie video {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .page-home:after {
    opacity: 0;
  }
  .page-home.hide-mv .page-head .movie {
    opacity: 0;
  }
  .page-home.hide-mv:after {
    opacity: 1;
  }
}
/* section: press */
.section-press {
  background: #00986B;
  color: #ffffff;
  padding: 0;
}
.section-press a:hover {
  color: inherit;
  text-decoration: underline;
}
.section-press .section-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  padding: 30px 96px 30px 0;
}
.section-press .section-head .section-title {
  color: #ffffff;
}
.section-press .section-more a {
  display: block;
  padding-right: 10px;
  position: relative;
}
.section-press .section-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.section-press .section-more a:hover::after {
  border-top-color: #FFF;
  border-right-color: #FFF;
}
.section-press .layouter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* section: service */
.section-service {
  padding-bottom: 190px;
}
.section-service .index-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-service .index-item a {
  border-right: 1px solid #E0E3E3;
  border-bottom: 1px solid #E0E3E3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 50px 40px 0;
}
.section-service .index-item .thumb {
  text-align: center;
}
.section-service .index-item .thumb img {
  margin: 0 auto;
}
.section-service .index-item .label {
  text-align: center;
}
.section-service .section-more {
  margin-top: -40px;
}

/* section: company */
.section-company {
  background: #FFF;
  padding-top: 180px;
}
.section-company::before {
  background: url(/company/image/img_main.png) repeat 40% 0/cover;
  background-attachment: fixed;
  content: "";
  display: block;
  width: 594px;
  height: 462px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.section-company .section-decorate {
  top: 0;
  right: auto;
  left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 0;
}
.section-company .wrap-company {
  z-index: 100;
  background: #00986B;
  color: #ffffff;
  max-width: 635px;
  margin-left: -60px;
  padding: 70px 60px 45px;
  position: relative;
}
.section-company .section-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-company .section-title {
  color: #ffffff;
  margin-left: 3px;
}
.section-company .section-title .jp {
  font-size: 3rem;
}
.section-company .section-title .en {
  font-size: 1rem;
}
.section-company .section-more {
  margin-top: 58px;
}
.section-company .more {
  font-size: 1.3rem;
  min-height: 40px;
}
.section-company .more .icon-arrow::after,
.section-company .more .button-arrow::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.section-company .more .icon-arrow {
  padding-right: 24px;
}
.section-company .more .button-arrow {
  border-color: #ffffff;
}
.section-company .more a:hover {
  color: inherit;
}
.section-company .more a:hover .button-arrow {
  border: none;
}
.section-company .more a:hover .button-arrow::before {
  background-color: #ffffff;
}
.section-company .more a:hover .button-arrow::after {
  border-top-color: #00986B;
  border-right-color: #00986B;
}
.section-company .catch {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
}

/* section: partner */
.section-partner {
  padding-bottom: 200px;
}
.section-partner .section-decorate {
  margin-top: -25px;
}
.section-partner .index-item .label {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-partner .index-item_able {
  margin-top: 80px;
}
.section-partner .index-item_able a {
  background: #00986B;
  color: #ffffff;
  display: block;
}
.section-partner .index-item_able a:hover {
  color: #ffffff;
  background-color: #13815B;
}
.section-partner .index-item_able .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 80px 0 50px;
}
.section-partner .index-item_able .index-item_thumb {
  width: 54%;
}
.section-partner .index-item_able .index-item_thumb img {
  max-width: 490px;
  width: 100%;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.section-partner .index-item_able .index-item_text {
  margin-top: 0;
  padding: 1.25em 0 1em 36px;
  width: 40%;
}
.section-partner .index-item_able .index-item_text .title {
  font-size: 2.2rem;
  font-weight: 500;
}
.section-partner .index-item_able .index-item_text .title .sub {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 0.75em;
  opacity: 0.75;
}
.section-partner .index-item_able .index-item_text .desc {
  margin-top: 26px;
}

/* section: recruit */
.section-recruit {
  padding: 140px 0 80px;
}
.section-recruit .layouter::before {
  background: #E7F0F0;
  content: "";
  width: calc(50vw + 570px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section-recruit .section-head,
.section-recruit .section-main {
  position: relative;
  z-index: 5;
}
.section-recruit .section-decorate {
  color: #E7F0F0;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
  right: -50px;
  width: 100%;
}
.section-recruit .block-recruit {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1040px;
}
.section-recruit .block-recruit_link {
  width: 270px;
}
.section-recruit .block-recruit_link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-recruit .block-recruit_link ul li {
  font-size: 1.6rem;
  margin-top: 30px;
}
.section-recruit .block-recruit_link ul li a {
  background: #ffffff;
  display: block;
  padding: 24px 30px;
}
.section-recruit .block-recruit_link ul li a::after {
  position: absolute;
  right: 25px;
}
.section-recruit .block-recruit_thumb {
  width: 690px;
}
.section-recruit .block-recruit_thumb .layout-over {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -90px;
  position: relative;
  width: 780px;
}
.section-recruit .block-recruit_thumb .layout-over img {
  width: 240px;
  height: auto;
}
.section-recruit .block-recruit_thumb .layout-over img + img {
  margin-left: 30px;
}

/* section: sustainability */
.section-sustainability {
  padding-bottom: 100px;
}
.section-sustainability .index-item:nth-child(n+2) {
  margin-top: 40px;
}
.section-sustainability a.zoom .button {
  font-weight: normal;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .page-home {
    background: url(/company/image/img_main.png?202303231939) repeat 50% 0/cover;
  }
  .page-main .layouter {
    max-width: 80%;
  }
  /* section: company */
  .section-company {
    padding-top: 480px;
  }
  .section-company .layouter {
    margin: 0;
    position: relative;
    height: 340px;
  }
  .section-company .section-decorate {
    background: #ffffff;
    padding-top: 100px;
    width: 100%;
    z-index: 5;
  }
  .section-company .section-decorate object {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .section-company .wrap-company {
    padding: 45px 40px 30px;
    max-width: 80%;
    margin: auto;
    width: 80%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -40px;
  }
  .section-company .section-title .en {
    font-size: 0.9rem;
  }
  .section-company .catch {
    font-size: 1.8rem;
    line-height: 1.64;
    font-size: clamp(1.8rem, 3.74vw, 2.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .page-home {
    background: url(/company/image/img_main.png?202303231939) no-repeat 73% -115px/auto 677px;
  }
  .page-home .header {
    position: fixed;
  }
  /* main visual */
  .page-head {
    background: none;
    height: 520px;
    margin-bottom: 0;
  }
  .page-head .layouter {
    min-height: auto;
    max-width: none;
    padding: 0;
    position: absolute;
    bottom: 220px;
  }
  .page-head .catch {
    background: none;
    padding: 0;
    letter-spacing: 0.1em;
    line-height: 1.85;
    font-size: 2.59rem;
    width: auto;
  }
  .page-head .catch > span {
    background: #ffffff;
    padding: 0.25em 0 0.25em 0.3em;
  }
  .page-head .catch > span + span {
    padding: 0.25em 0.15em 0.25em 0.1em;
  }
  .section {
    padding: 80px 0 100px;
  }
  .section .layouter {
    padding: 0 20px;
  }
  .section-title .jp {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .section-title .en {
    font-size: 1.1rem;
  }
  .section-decorate {
    left: 25%;
  }
  .section-decorate span {
    font-size: 67px;
  }
  .section-decorate object {
    height: 65px;
  }
  .section-decorate object.row-2 {
    height: 142px;
  }
  .section-lead {
    font-size: 1.5rem;
    line-height: 1.73;
    margin-bottom: 55px;
  }
  .section-main {
    margin-top: 40px;
  }
  .section-more {
    margin-top: 40px;
  }
  .section-more a {
    padding-right: 56px;
  }
  /* section: press */
  .section-press {
    padding: 0;
    position: relative;
  }
  .section-press .section-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .section-press .section-more {
    margin-top: 0;
  }
  .section-press .layouter {
    display: block;
    padding: 30px 20px;
  }
  /* section: service */
  .section-service {
    margin-top: 0 !important;
  }
  .section-service .index-item a {
    border-right: none;
    padding: 0 40px 50px;
  }
  .section-service .index-item a::before {
    bottom: 20px;
  }
  .section-service .index-item a::after {
    margin-bottom: 20px;
  }
  .section-service .index-item:last-child a {
    border-bottom: none;
  }
  .section-service .section-more {
    margin-top: inherit;
  }
  /* section: company */
  .section-company {
    background: url(/company/image/img_main.png) repeat 73% -100px/auto 677px;
    padding-top: 380px;
    padding-bottom: 0;
  }
  .section-company::before {
    display: none;
  }
  .section-company .layouter {
    background: #ffffff;
    max-width: none;
    padding: 0 0 100px;
  }
  .section-company .section-decorate {
    background: #FFF;
    padding-top: 80px;
    padding-bottom: 25px;
    width: 100%;
    z-index: 1;
  }
  .section-company .section-decorate object {
    position: absolute;
    bottom: 25px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .section-company .section-main {
    margin-top: 32px;
  }
  .section-company .section-title .jp {
    font-size: 2.6rem;
  }
  .section-company .section-title .en {
    font-size: 0.9rem;
  }
  .section-company .section-more {
    margin-top: 38px;
  }
  /* section: partner */
  .section-partner {
    padding-top: 20px;
  }
  .section-partner .section-title .jp span {
    white-space: nowrap;
  }
  .section-partner .section-title .en {
    white-space: nowrap;
  }
  .section-partner .section-decorate {
    margin-top: 15px;
    left: 0;
  }
  .section-partner .row.gutter .span-s-12 + .span-s-12 {
    margin-top: 40px;
  }
  .section-partner .index-item .label {
    text-align: center;
    width: 100%;
  }
  .section-partner .index-item_able {
    margin-top: 15px;
  }
  .section-partner .index-item_able .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px 50px;
  }
  .section-partner .index-item_able .index-item_thumb {
    margin-top: -20px;
    width: 100%;
  }
  .section-partner .index-item_able .index-item_thumb img {
    margin: 0 auto;
    max-width: 96.8%;
    -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
            transform: translate(5px, 0);
    position: relative;
  }
  .section-partner .index-item_able .index-item_text {
    padding: 12px 30px 0;
    width: 100%;
  }
  .section-partner .index-item_able .index-item_text .title {
    line-height: 1.27;
    text-align: center;
  }
  .section-partner .index-item_able .index-item_text .title .sub {
    margin-bottom: 0.25em;
  }
  /* section: recruit */
  .section-recruit {
    background: #E7F0F0;
    margin: 0 -20px;
    padding: 80px 20px 60px;
    position: relative;
  }
  .section-recruit::before, .section-recruit::after {
    display: none;
  }
  .section-recruit .section-decorate {
    width: auto;
    left: 40%;
  }
  .section-recruit .block-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .section-recruit .block-recruit_link {
    margin-top: 25px;
    width: 100%;
  }
  .section-recruit .block-recruit_thumb {
    width: 100%;
  }
  .section-recruit .block-recruit_thumb .layout-over {
    margin-right: 0;
    width: 100%;
  }
  .section-recruit .block-recruit_thumb .layout-over img {
    width: calc((100% - 8px) / 3);
  }
  .section-recruit .block-recruit_thumb .layout-over img + img {
    margin-left: 4px;
  }
  /* section: sustainability */
  .section-sustainability {
    padding-bottom: 60px;
  }
  .section-sustainability .row.gutter .span-s-12 + .span-s-12 {
    margin-top: 40px;
  }
  .section-sustainability a.zoom .button.button-arrow {
    padding: 14px 30px 14px 18px;
  }
  .section-sustainability .section-more {
    margin-top: 50px;
  }
  /* section: network */
  .section-network .section-more {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* main visual */
  .page-head .layouter {
    text-align: center;
    width: calc(100% - 40px);
  }
  .page-head .catch {
    font-size: 1.95rem;
    font-size: clamp(1.95rem, 5.416vw, 2.59rem);
  }
  /* section: company */
  .section-company .layouter {
    height: auto;
  }
  .section-company .wrap-company {
    margin-left: 0;
    max-width: none;
    padding: 40px 20px 27px;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    width: 100%;
  }
  .section-company .catch {
    font-size: 1.9rem;
    font-size: clamp(1.89rem, 5.09vw, 2.4rem);
    line-height: 1.64;
  }
}
@media only screen and (max-width: 398px) {
  .section-partner .section-title .jp .suffix {
    display: inline;
  }
  .section-partner .section-title .jp .break {
    display: block;
  }
}
/* section: network */
.section-network {
  padding-bottom: 50px;
}
.section-network .layouter {
  position: relative;
}
.section-network .layouter::before {
  background: #EFF5F5;
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 580px;
  top: 0;
  right: 0;
}
.section-network .section-head {
  padding-top: 42px;
}
.section-network .section-title {
  color: #333333;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.35;
  margin-top: 40px;
}
.section-network .section-lead {
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 28px;
  margin-bottom: 0;
}
.section-network .section-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -90px;
}
.section-network .section-more {
  margin-top: 140px;
}
.section-network .map img {
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
}
.section-network .block-data {
  background: #00986B;
  color: #ffffff;
  margin: 0 -50px 0 auto;
  padding: 35px 40px 35px 50px;
  position: relative;
}
.section-network .block-data dl {
  border-collapse: collapse;
  display: table;
  min-width: 297px;
  width: 100%;
}
.section-network .block-data dt, .section-network .block-data dd {
  display: table-cell;
  padding: 17px 0;
  vertical-align: middle;
}
.section-network .block-data dl + dl {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.section-network .block-data dt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.29;
  text-align: left;
}
.section-network .block-data dd {
  font-weight: 500;
  padding-left: 25px;
  text-align: right;
}
.section-network .block-data dd .num {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-right: 5px;
  margin-left: 7px;
}
.section-network .block-data dd .unit {
  font-size: 1.35rem;
}
.section-network .block-data dd > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.section-network .block-data dd span {
  display: inline-block;
}
.section-network .block-data dd .intent, .section-network .block-data dd .unit {
  position: relative;
  top: -3px;
}
.section-network .block-data dl:first-child dt, .section-network .block-data dl:first-child dd {
  padding-top: 0;
  padding-bottom: 13px;
}
.section-network .block-data dl:first-child dt {
  font-size: 1.5rem;
}
.section-network .block-data dl:first-child .num {
  font-size: 5.2rem;
  /*margin-left: 15px;*/
  position: relative;
}
.section-network .block-data .caption {
  font-size: 1.1rem;
  position: absolute;
  right: 40px;
  bottom: 12px;
}
.section-network .block-data .number_block1, .section-network .block-data .number_block2, .section-network .block-data .number_block3 {
  position: relative;
  opacity: 0;
}

.number_motion {
  -webkit-animation: numberMotion 2s ease forwards;
          animation: numberMotion 2s ease forwards;
}

@-webkit-keyframes numberMotion {
  0% {
    opacity: 0%;
    bottom: -15px;
  }
  100% {
    opacity: 100%;
    bottom: 0px;
  }
}

@keyframes numberMotion {
  0% {
    opacity: 0%;
    bottom: -15px;
  }
  100% {
    opacity: 100%;
    bottom: 0px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  /* section: network */
  .section-network .layouter {
    max-width: none;
  }
  .section-network .layouter::before {
    width: 94.6666666667%;
    height: 100%;
    left: 0;
  }
  .section-network .section-head {
    padding-top: 60px;
  }
  .section-network .section-title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .section-network .section-lead {
    max-width: 60%;
  }
  .section-network .section-main {
    margin-top: 150px;
  }
  .section-network .section-more {
    background: #ffffff;
    margin: 0 -1px 0 -20px;
    padding-top: 40px;
  }
  .section-network .map img {
    top: 40%;
    right: -9.33%;
    left: auto;
    width: 110%;
    max-width: 110%;
  }
  .section-network .block-data {
    margin-right: -1px;
    padding: 30px 0 0 40px;
  }
  .section-network .block-data dd .num {
    font-size: 3rem;
  }
  .section-network .block-data dl:first-child .num {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  /* section: network */
  .section-network .layouter {
    max-width: none;
  }
  .section-network .layouter::before {
    width: 94.6666666667%;
    height: calc(100% - 80px);
    left: 0;
  }
  .section-network .section-head {
    padding-top: 60px;
  }
  .section-network .section-title {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 4.86vw, 2.4rem);
    line-height: 1.5;
    margin-top: 0;
  }
  .section-network .section-lead {
    font-size: 1.4rem;
    line-height: 1.8;
    max-width: 60%;
    margin-top: 20px;
  }
  .section-network .section-main {
    margin-top: 45%;
  }
  .section-network .section-more {
    background: #ffffff;
    margin: 0 -1px 0 -20px;
    padding-top: 40px;
  }
  .section-network .map img {
    top: 35%;
    max-width: 97%;
    width: 97%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-network .block-data {
    margin-right: -20px;
    padding: 30px;
  }
  .section-network .block-data dl {
    min-width: auto;
  }
  .section-network .block-data dt, .section-network .block-data dd {
    padding-bottom: 10px;
  }
  .section-network .block-data dt {
    font-size: 1.3rem;
  }
  .section-network .block-data dd {
    padding-right: 0;
  }
  .section-network .block-data dd .num {
    font-size: 3rem;
  }
  .section-network .block-data dl:first-child dt {
    font-size: 1.4rem;
  }
  .section-network .block-data dl:first-child .num {
    font-size: 4.8rem;
  }
  .section-network .block-data .caption {
    font-size: 1rem;
    right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* section: network */
  .section-network .layouter::before {
    height: 88%;
  }
}/*# sourceMappingURL=top.css.map */