.fixed_content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fixed_content .bg_movie {
  background-color: hsl(208, 100%, 50%);
  background-image: radial-gradient(at 4% 7%, hsl(143, 100%, 76%) 0px, transparent 50%), radial-gradient(at 11% 89%, hsl(130, 100%, 76%) 0px, transparent 50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fixed_content .bg_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main {
  position: relative;
}
#main .fv {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
#main .fv .fv_photo {
  overflow: hidden;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50px;
  bottom: 50px;
}
@media screen and (max-width: 1299px) {
  #main .fv .fv_photo {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 859px) {
  #main .fv .fv_photo {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }
}
#main .fv .fv_photo .photo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .fv .fv_photo .photo .photo_container {
  background-image: url("../img/fv.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 859px) {
  #main .fv .fv_photo .photo .photo_container {
    background-image: url("../img/fv_mb.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
#main .fv .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 45px 0 35px;
  height: 110px;
  position: absolute;
  left: 0;
  bottom: 110px;
}
@media screen and (max-width: 1299px) {
  #main .fv .title {
    padding: 0 40px 0 30px;
    height: 100px;
    bottom: 90px;
  }
}
@media screen and (max-width: 859px) {
  #main .fv .title {
    padding: 0 35px 0 20px;
    height: 90px;
    bottom: 60px;
  }
}
#main .fv .title::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border-radius: 0 55px 55px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .fv .title::before {
    border-radius: 0 50px 50px 0;
  }
}
@media screen and (max-width: 639px) {
  #main .fv .title::before {
    border-radius: 0 45px 45px 0;
  }
}
#main .fv .title .en {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#main .fv .title .en span {
  font-weight: 600;
}
#main .fv .title .en {
  color: #4b70b5;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .fv .title .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  #main .fv .title .en {
    font-size: 14px;
  }
}
#main .fv .title .line {
  margin-top: 8px;
  width: 100%;
  height: 1px;
  background-color: #4b70b5;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .fv .title .line {
    margin-top: 7.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .fv .title .line {
    margin-top: 7px;
  }
}
#main .fv .title .jp {
  padding: 12px 20px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .fv .title .jp span {
  font-weight: 600;
}
#main .fv .title .jp {
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .fv .title .jp {
    padding: 12px 15px 0 0;
    font-size: 23px;
  }
}
@media screen and (max-width: 639px) {
  #main .fv .title .jp {
    padding: 12px 10px 0 0;
    font-size: 20px;
  }
}
#main .fv .title.fadeFvElem::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#main .fv .title.fadeFvElem .en {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#main .fv .title.fadeFvElem .line {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .fv .title.fadeFvElem .jp {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#main .fv .title.fadeIn::before {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#main .fv .title.fadeIn .en {
  -webkit-transition: opacity 1s 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s 0.25s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s 0.25s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#main .fv .title.fadeIn .line {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .fv .title.fadeIn .jp {
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 1s 0.5s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 1s 0.5s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#main .intro {
  margin: 50px auto 0;
  width: 1100px;
}
@media screen and (max-width: 1299px) {
  #main .intro {
    margin: 40px auto 0;
    width: 94vw;
  }
}
@media screen and (max-width: 859px) {
  #main .intro {
    margin: 40px auto 0;
  }
}
#main .intro .catch h2 {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .intro .catch h2 span {
  font-weight: 600;
}
#main .intro .catch h2 {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .intro .catch h2 {
    font-size: 34px;
    line-height: 1.65em;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .catch h2 {
    font-size: 30px;
  }
}
#main .intro .lead {
  margin-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .intro .lead {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .lead {
    margin-top: 40px;
  }
}
#main .intro .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 17px;
  line-height: 37px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .intro .lead p span {
  font-weight: 400;
}
#main .intro .lead p {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 639px) {
  #main .intro .lead p {
    padding: 0 10px;
    font-size: 15px;
    line-height: 30px;
  }
}
#main .anchor_nav .anchor_nav_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px auto 60px auto 60px auto;
  grid-template-columns: auto auto auto auto;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1299px) {
  #main .anchor_nav .anchor_nav_ul {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul {
    -ms-grid-columns: auto 30px auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 20px;
  }
}
#main .anchor_nav .anchor_nav_ul li a {
  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;
  width: 200px;
  height: 120px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 859px) {
  #main .anchor_nav .anchor_nav_ul li a {
    height: 90px;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li a {
    width: 240px;
    height: 40px;
  }
}
#main .anchor_nav .anchor_nav_ul li a .border {
  -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(50% + 0px) 100%, calc(50% + 0px) calc(100% - 4px), calc(50% - 0px) calc(100% - 4px), calc(50% - 0px) 100%, 0% 100%);
}
@media screen and (max-width: 859px) {
  #main .anchor_nav .anchor_nav_ul li a .border {
    display: none;
  }
}
#main .anchor_nav .anchor_nav_ul li a .border svg {
  -webkit-transition: stroke-width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: stroke-width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1px;
}
#main .anchor_nav .anchor_nav_ul li a::before {
  display: none;
}
@media screen and (max-width: 859px) {
  #main .anchor_nav .anchor_nav_ul li a::before {
    display: inline-block;
    -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, border-width 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, border-width 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, border-width 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, border-width 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    border: 1px solid #ffffff;
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(50% + 0px) 100%, calc(50% + 0px) calc(100% - 4px), calc(50% - 0px) calc(100% - 4px), calc(50% - 0px) 100%, 0% 100%);
  }
}
#main .anchor_nav .anchor_nav_ul li a .arrow_mb {
  display: none;
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li a .arrow_mb {
    display: block;
    margin-right: 8px;
    width: 6px;
    height: 9px;
    position: relative;
  }
}
#main .anchor_nav .anchor_nav_ul li a .arrow_mb svg {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .anchor_nav .anchor_nav_ul li a .text {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.08em;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 700;
}
#main .anchor_nav .anchor_nav_ul li a .text span {
  font-weight: 700;
}
#main .anchor_nav .anchor_nav_ul li a .text {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .anchor_nav .anchor_nav_ul li a .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li a .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li a .text br {
    display: none;
  }
}
#main .anchor_nav .anchor_nav_ul li a .arrow {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  position: absolute;
  left: calc(50% - 6px);
  top: calc(100% - 15px);
}
@media screen and (max-width: 859px) {
  #main .anchor_nav .anchor_nav_ul li a .arrow {
    display: none;
  }
}
#main .anchor_nav .anchor_nav_ul li a .arrow svg {
  -webkit-transition: stroke-width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: stroke-width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  fill: none;
  stroke: #ffffff;
  stroke-width: 1px;
}
@media screen and (min-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul li a:hover .border {
    -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(50% + 12px) 100%, calc(50% + 12px) calc(100% - 4px), calc(50% - 12px) calc(100% - 4px), calc(50% - 12px) 100%, 0% 100%);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul li a:hover .border svg {
    -webkit-transition: stroke-width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: stroke-width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    stroke-width: 2px;
  }
}
@media screen and (min-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul li a:hover::before {
    -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-width 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-width 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-width 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-width 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(50% + 12px) 100%, calc(50% + 12px) calc(100% - 4px), calc(50% - 12px) calc(100% - 4px), calc(50% - 12px) 100%, 0% 100%);
    border-width: 2px;
  }
}
@media screen and (min-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul li a:hover .arrow {
    -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
    transition: opacity 0.5s 0.1s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
    transition: opacity 0.5s 0.1s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
    transition: opacity 0.5s 0.1s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul li a:hover .arrow svg {
    -webkit-transition: stroke-width 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
    transition: stroke-width 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
    stroke-width: 2px;
  }
}
#main .anchor_nav {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .anchor_nav {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav {
    margin-top: 60px;
  }
}
#main .anchor_nav .anchor_nav_ul {
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
}
@media screen and (max-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul {
    -ms-grid-columns: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul {
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .anchor_nav .anchor_nav_ul li a {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li a {
    width: 140px;
    height: 40px;
    border-radius: 8px;
  }
}
#main .anchor_nav .anchor_nav_ul li a .border {
  border-radius: 50%;
}
#main .anchor_nav .anchor_nav_ul li a .border svg {
  border-radius: 50%;
}
#main .anchor_nav .anchor_nav_ul li a::before {
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li a::before {
    border-radius: 8px;
  }
}
#main .anchor_nav .anchor_nav_ul li a .text {
  margin-block: 0;
  padding-left: 0.1em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#main .anchor_nav .anchor_nav_ul li a .text span {
  font-weight: 600;
}
#main .anchor_nav .anchor_nav_ul li a .text {
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  #main .anchor_nav .anchor_nav_ul li a .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li a .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li:nth-of-type(1) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul li:nth-of-type(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li:nth-of-type(2) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul li:nth-of-type(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li:nth-of-type(3) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul li:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li:nth-of-type(4) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 1079px) {
  #main .anchor_nav .anchor_nav_ul li:nth-of-type(5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav .anchor_nav_ul li:nth-of-type(5) {
    grid-column: auto;
    grid-row: auto;
  }
}
#main .main_contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 100px;
  margin: 100px auto 0;
  padding: 50px 0 250px;
  width: 1340px;
  position: relative;
}
@media screen and (max-width: 1369px) {
  #main .main_contents {
    width: 88vw;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents {
    row-gap: 70px;
    margin-top: 80px;
    padding: 35px 0 150px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents {
    row-gap: 40px;
    margin-top: 60px;
    padding: 20px 0 100px;
    margin-left: 0;
    width: 100vw;
  }
}
#main .main_contents::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .main_contents section {
  position: relative;
}
#main .main_contents.fadeElem::before {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
#main .main_contents.fadeIn::before {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#main .main_contents {
  margin-top: 80px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents {
    margin-top: 60px;
  }
}
#main .main_contents .section {
  margin: 0 auto;
  padding-top: 100px;
  width: 1100px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section {
    padding-top: 70px;
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section {
    margin-left: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section {
    padding-top: 40px;
  }
}
#main .main_contents .section .section_photo {
  margin-bottom: 100px;
  padding-top: 54.5454545455%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_photo {
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section .section_photo {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_photo {
    margin-bottom: 40px;
  }
}
#main .main_contents .section .section_photo::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section .section_intro {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro {
    margin-left: 0;
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section .section_intro {
    width: 100vw;
  }
}
#main .main_contents .section .section_intro .title_en {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px auto 40px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .title_en {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .title_en {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .main_contents .section .section_intro .title_en .lineWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
}
#main .main_contents .section .section_intro .title_en .lineWrap .line {
  width: 100%;
  height: 2px;
  background-color: #333333;
}
#main .main_contents .section .section_intro .title_en .lineWrap .line:nth-of-type(2),
#main .main_contents .section .section_intro .title_en .lineWrap .line:nth-of-type(3) {
  margin-top: 3px;
}
#main .main_contents .section .section_intro .title_en .text {
  padding-left: 0.02em;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main .main_contents .section .section_intro .title_en .text span {
  font-weight: 500;
}
#main .main_contents .section .section_intro .title_en .text {
  color: #333333;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .title_en .text {
    font-size: 66px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .title_en .text {
    font-size: 52px;
  }
}
#main .main_contents .section .section_intro .title_en.fadeElem .lineWrap.lineWrap_L {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .main_contents .section .section_intro .title_en.fadeElem .lineWrap.lineWrap_R {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section .section_intro .title_en.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section .section_intro .title_en.fadeIn .lineWrap.lineWrap_L,
#main .main_contents .section .section_intro .title_en.fadeIn .lineWrap.lineWrap_R {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section .section_intro .title_en.fadeIn .text {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section .section_intro .title_jp {
  padding-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .title_jp {
    padding-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .title_jp {
    padding-top: 40px;
  }
}
#main .main_contents .section .section_intro .title_jp .text {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .main_contents .section .section_intro .title_jp .text span {
  font-weight: 600;
}
#main .main_contents .section .section_intro .title_jp .text {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .title_jp .text {
    font-size: 32px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .title_jp .text {
    font-size: 26px;
  }
}
#main .main_contents .section .section_intro .lead {
  margin-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .lead {
    margin-top: 50px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .lead {
    margin-top: 40px;
    padding: 0 15px;
  }
}
#main .main_contents .section .section_intro .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 17px;
  line-height: 37px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section .section_intro .lead p span {
  font-weight: 400;
}
#main .main_contents .section .section_intro .lead p {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .lead p {
    font-size: 15.5px;
    line-height: 32px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .lead p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section .section_intro .lead p br {
    display: none;
  }
}
#main .main_contents .section .section_intro .lead p span.b_pc {
  display: inline-block;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section .section_intro .lead p span.b_pc {
    display: inline;
  }
}
#main .main_contents .section .section_content {
  margin: 100px auto 0;
  width: 1100px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_content {
    margin-top: 80px;
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section .section_content {
    width: 100vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_content {
    margin-top: 60px;
  }
}
#main .main_contents .section.section_field .section_photo::before {
  background-image: url("../img/1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_field .section_content .illust {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px auto 40px auto;
  grid-template-columns: auto auto auto;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_field .section_content .illust {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_field .section_content .illust {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_field .section_content .illust {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 20px;
  }
}
#main .main_contents .section.section_field .section_content .illust .box {
  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;
  width: 380px;
  height: 380px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_field .section_content .illust .box {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_field .section_content .illust .box {
    width: 280px;
    height: 280px;
  }
}
#main .main_contents .section.section_field .section_content .illust .box .text {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#main .main_contents .section.section_field .section_content .illust .box.fadeElem::before {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
#main .main_contents .section.section_field .section_content .illust .box.fadeIn::before {
  -webkit-animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both, fadeInPop_2 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards;
          animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both, fadeInPop_2 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards;
}
@-webkit-keyframes fadeInPop_1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes fadeInPop_1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@-webkit-keyframes fadeInPop_2 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInPop_2 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#main .main_contents .section.section_field .section_content .illust .box::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_field .section_content .illust .box .text {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Zen Old Mincho", serif;
  margin-right: -0.15em;
  font-size: 30px;
  line-height: 1.55em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .main_contents .section.section_field .section_content .illust .box .text span {
  font-weight: 600;
}
#main .main_contents .section.section_field .section_content .illust .box .text {
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_field .section_content .illust .box .text {
    font-size: 26px;
    line-height: 1.525em;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_field .section_content .illust .box .text {
    font-size: 22px;
    line-height: 1.5em;
  }
}
#main .main_contents .section.section_field .section_content .illust .box.box_1::before {
  background-color: #00aaa0;
}
#main .main_contents .section.section_field .section_content .illust .box.box_2::before {
  background-color: #828ca2;
}
#main .main_contents .section.section_field .section_content .illust .equal {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 50px;
  height: 16px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_field .section_content .illust .equal {
    width: 40px;
    height: 12px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_field .section_content .illust .equal {
    -ms-grid-column-align: center;
        justify-self: center;
    width: 14px;
    height: 34px;
  }
}
#main .main_contents .section.section_field .section_content .illust .equal::before, #main .main_contents .section.section_field .section_content .illust .equal::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #333333;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_field .section_content .illust .equal::before, #main .main_contents .section.section_field .section_content .illust .equal::after {
    width: 2px;
    height: 100%;
  }
}
#main .main_contents .section.section_field .section_content .illust .equal::before {
  top: 0;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_field .section_content .illust .equal::before {
    left: 0;
  }
}
#main .main_contents .section.section_field .section_content .illust .equal::after {
  bottom: 0;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_field .section_content .illust .equal::after {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
  }
}
#main .main_contents .section.section_business .section_photo::before {
  background-image: url("../img/2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_business .section_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 100px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content {
    row-gap: 80px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content {
    row-gap: 60px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box {
    margin: 0 auto;
    width: 88vw;
  }
}
#main .main_contents .section.section_business .section_content .business_box .en {
  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;
  margin: 0 auto;
  padding-left: 0.1em;
  width: 118px;
  height: 32px;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .en span {
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .en {
  border: 1px solid #333333;
  border-radius: 16px;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .en {
    width: 106px;
    height: 30px;
    font-size: 14px;
    border-radius: 15px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .number {
  margin-top: 15px;
  padding-left: 0.02em;
  font-size: 54px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 400;
}
#main .main_contents .section.section_business .section_content .business_box .number span {
  font-weight: 400;
}
#main .main_contents .section.section_business .section_content .business_box .number {
  text-align: center;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .number {
    font-size: 38px;
  }
}
#main .main_contents .section.section_business .section_content .business_box > .title {
  margin-top: 20px;
  padding-left: 0.15em;
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .main_contents .section.section_business .section_content .business_box > .title span {
  font-weight: 600;
}
#main .main_contents .section.section_business .section_content .business_box > .title {
  color: #4b70b5;
  text-align: center;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box > .title {
    margin-top: 15px;
    font-size: 26px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .lead {
  margin: 40px auto 0;
  width: 900px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .lead {
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .lead {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .lead {
    margin-top: 30px;
    width: 100%;
  }
}
#main .main_contents .section.section_business .section_content .business_box .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section.section_business .section_content .business_box .lead p span {
  font-weight: 400;
}
#main .main_contents .section.section_business .section_content .business_box .lead p {
  text-align: center;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .lead p {
    font-size: 14px;
    line-height: 28px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust {
  margin-top: 100px;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust {
    margin-top: 40px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box {
    margin-left: auto;
    margin-right: auto;
    width: 76vw;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .box::before {
  content: "";
  display: inline-block;
  border: 1px solid #4b70b5;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box::before {
    top: 10.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box::before {
    top: 9px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .title {
  margin: 0 auto;
  padding: 0 20px 0 calc(20px + 0.08em);
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .title {
    padding: 0 15px 0 calc(15px + 0.08em);
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .title {
    padding: 0 10px 0 calc(10px + 0.08em);
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .title .text {
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .title .text span {
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .title .text {
  text-align: center;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .title .text {
    font-size: 21px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .title .text {
    font-size: 18px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .content {
  margin: 50px 0 60px;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content {
    margin: 30px 0 40px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px auto 50px auto 50px auto 50px auto;
  grid-template-columns: auto auto auto auto auto;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul {
    -ms-grid-columns: auto 40px auto 40px auto 40px auto 40px auto 40px auto;
    grid-template-columns: auto auto auto auto auto auto;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul {
    -ms-grid-columns: auto 30px auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li .icon {
  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;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li .icon {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li .icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li .icon img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li .icon img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li .text {
  margin-top: 20px;
  padding-left: 0.08em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li .text span {
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li .text {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li .text {
    margin-top: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li .text {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(1) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(2) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(3) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(4) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .box .content .item_ul li:nth-of-type(5) {
    grid-column: auto;
    grid-row: auto;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .box.fadeElem::before {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section.section_business .section_content .business_box .illust .box.fadeIn::before {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section.section_business .section_content .business_box .illust > .arrow {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust > .arrow {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust > .arrow {
    width: 100px;
    height: 100px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust > .arrow::before {
  content: "";
  display: inline-block;
  background-color: #4b70b5;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 50% 100%, 0% calc(100% - 20px));
  opacity: 0.8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust > .arrow::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 18px), 50% 100%, 0% calc(100% - 18px));
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust > .arrow::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 16px), 50% 100%, 0% calc(100% - 16px));
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust > .arrow.fadeElem::before {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#main .main_contents .section.section_business .section_content .business_box .illust > .arrow.fadeIn::before {
  -webkit-transition: opacity 0.75s, -webkit-transform 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.75s, -webkit-transform 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.75s, transform 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.75s, transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0.8;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow {
  margin-top: -40px;
  padding: 70px 50px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow {
    margin-top: -37px;
    padding: 60px 6vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow {
    margin-top: -35px;
    padding: 60px 0;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow::before {
  content: "";
  display: inline-block;
  background-color: #f1f4f9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px auto 20px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .title {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .title {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .title::before, #main .main_contents .section.section_business .section_content .business_box .illust .flow .title::after {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .title .text {
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .title .text span {
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .title .text {
    font-size: 21px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .title .text {
    font-size: 18px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .title.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .title.fadeIn::before, #main .main_contents .section.section_business .section_content .business_box .illust .flow .title.fadeIn::after {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .title.fadeIn .text {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust {
  margin: 60px auto 0;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust {
    margin-top: 30px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul {
    margin: -17px 0;
    width: 76vw;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    white-space: nowrap;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul {
    margin: -25.5px 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 15px;
    margin: 0 auto;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 170px;
  position: relative;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_box::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_box .text {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.08em;
  width: 120px;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_box .text span {
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_box .text {
  color: #ffffff;
  text-align: center;
  position: relative;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_box .text_2 {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_box .text_2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ffffff, #ffffff 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_box .text {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_box.fadeElem::before {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_box.fadeIn::before {
  -webkit-animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both, fadeInPop_2 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards;
          animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both, fadeInPop_2 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards;
}
@keyframes fadeInPop_1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes fadeInPop_2 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 15px;
  width: 90px;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    width: auto;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .text {
  padding-left: 0.08em;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .text span {
  font-weight: 500;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .text {
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .text span.t_combine {
    margin-top: -0.5em;
    margin-left: 0.2em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
  }
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .text {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .arrow {
  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;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .arrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .arrow.arrow_L::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-color: #333333;
  clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .arrow.arrow_L::before {
    width: 8px;
    height: 10px;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .arrow.arrow_L::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #333333;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .arrow.arrow_L::after {
    width: 1px;
    height: 50px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .arrow.arrow_R::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #333333;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .arrow.arrow_R::before {
    width: 1px;
    height: 50px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .arrow.arrow_R::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-color: #333333;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust .flow_ul li.li_arrow .arrow_box .arrow.arrow_R::after {
    width: 8px;
    height: 10px;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_1 li.li_box_1::before {
  background-color: #329fdf;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_1 li.li_box_1 .text {
  font-size: 16px;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_1 li.li_box_2::before {
  background-color: #00aaa0;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_1 li.li_box_3::before {
  background-color: #329fdf;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_1 li.li_box_4::before {
  background-color: #009557;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul {
  -ms-grid-columns: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul li.li_box {
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul li.li_box {
    width: 170px;
    height: 170px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul li.li_arrow {
  width: 75px;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul li.li_arrow {
    width: auto;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul li.li_box_1::before,
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul li.li_box_2::before,
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul li.li_box_4::before {
  background-color: #329fdf;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul li.li_box_3::before {
  background-color: #00aaa0;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .flow_illust.flow_illust_2 .flow_ul li.li_box_5::before {
  background-color: #009557;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .body {
  margin: 60px auto 0;
  width: 840px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .body {
    width: 64vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .body {
    margin-top: 40px;
    padding: 0 6vw;
    width: 100%;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .body p span {
  font-weight: 400;
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow .body p {
  text-align: justify;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .body p {
    font-size: 14.5px;
    line-height: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_business .section_content .business_box .illust .flow .body p {
    font-size: 14px;
    line-height: 28px;
  }
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow.fadeElem::before {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section.section_business .section_content .business_box .illust .flow.fadeIn::before {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section.section_vision .section_photo::before {
  background-image: url("../img/3.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_numbers .section_photo::before {
  background-image: url("../img/4.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li > .title {
  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;
  padding: 23px 10px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li > .title {
    padding: 17.5px 9px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li > .title {
    padding: 19px 8px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li > .title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li > .title .text {
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li > .title .text span {
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li > .title .text {
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li > .title .text {
    font-size: 21px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li > .title .text {
    font-size: 18px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li .content {
  position: relative;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li .content {
    min-height: 400px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li .content .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li .content .comment {
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li .content .comment span {
  font-weight: 400;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li .content .comment {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li .content .comment {
    font-size: 11.7px;
    right: 17px;
    bottom: 17px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li .content .comment {
    font-size: 10.4px;
    right: 15px;
    bottom: 15px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 50px 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content {
    row-gap: 30px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content {
    row-gap: 32px;
    padding: 40px 12vw;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .title {
  margin-bottom: 25px;
  padding-left: 0.06em;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .title span {
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .title {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .title {
    margin-bottom: 22px;
    font-size: 19.8px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .title {
    margin-bottom: 20px;
    font-size: 17.6px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number {
    row-gap: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number {
    row-gap: 16px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  padding-left: 0.06em;
  line-height: 1em;
  letter-spacing: 0.06em;
  color: #4b70b5;
  text-align: center;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_L {
  margin-block: -0.1em;
  font-size: 120px;
  font-weight: 400;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_L span {
  font-weight: 400;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_L {
    font-size: 108px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_L {
    font-size: 96px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_M {
  font-size: 100px;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_M span {
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_M {
    font-size: 90px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_M {
    font-size: 80px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_S {
  font-size: 80px;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_S span {
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_S {
    font-size: 72px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .num.num_S {
    font-size: 64px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  padding-left: 0.06em;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit span {
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit {
  color: #4b70b5;
  text-align: center;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit.unit_L {
  font-size: 32px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit.unit_L {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit.unit_L {
    font-size: 25.6px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit.unit_M {
  font-size: 28px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit.unit_M {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit.unit_M {
    font-size: 22.4px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit.unit_S {
  font-size: 24px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit.unit_S {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number .content .number_box .number .unit.unit_S {
    font-size: 19.2px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 50px 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content {
    padding: 45px 0;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content {
    padding: 40px 0;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie {
    row-gap: 36px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie {
    row-gap: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph {
  width: 270px;
  height: 270px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph {
    width: 243px;
    height: 243px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph {
    width: 216px;
    height: 216px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph .svg_circle {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph .svg_circle circle {
  opacity: 0;
  fill: none;
  stroke-width: 105px;
  stroke-dasharray: 518.36268;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph .ratio_ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph .ratio_ul li {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph .ratio_ul li .text {
  padding-left: 0.1em;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph .ratio_ul li .text span {
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph .ratio_ul li .text {
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph .ratio_ul li .text {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph .ratio_ul li .text {
    font-size: 17.6px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph.fadeElem .ratio_ul li {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(calc(-50% + 20px));
          transform: translateX(-50%) translateY(calc(-50% + 20px));
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph.fadeIn .ratio_ul li {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(calc(-50% + 0px));
          transform: translateX(-50%) translateY(calc(-50% + 0px));
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph.fadeIn .ratio_ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph.fadeIn .ratio_ul li:nth-of-type(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph.fadeIn .ratio_ul li:nth-of-type(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph.fadeIn .ratio_ul li:nth-of-type(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph.fadeIn .ratio_ul li:nth-of-type(5) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .graph.fadeIn .ratio_ul li:nth-of-type(6) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .category p {
  display: inline-block;
  font-size: 20px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .category p span {
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .category p {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .category p {
    font-size: 16px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .category p span.b {
  padding: 0 8px;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .category p span.b span.iconBox {
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .category p span.b span.iconBox {
    margin-right: 9px;
    width: 15.5px;
    height: 15.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie .content .chart_pie .category p span.b span.iconBox {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 60px 20px 60px 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 54px 15px 54px 15px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 48px 15px 48px 15px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph {
  width: 80px;
  height: 380px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph {
    width: 72px;
    height: 342px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph {
    width: 64px;
    height: 304px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph .bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph.fadeElem .bar {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph_yoko.fadeElem .bar {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph_yoko.fadeElem .bar {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph.fadeIn .bar {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph.fadeIn .bar.bar_1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph.fadeIn .bar.bar_2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph.fadeIn .bar.bar_3 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph.fadeIn .bar.bar_4 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph.fadeIn .bar.bar_5 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph.fadeIn .bar.bar_6 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph_yoko.fadeIn .bar.bar_1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph_yoko.fadeIn .bar.bar_2 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph_yoko.fadeIn .bar.bar_3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph_yoko.fadeIn .bar.bar_4 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph_yoko.fadeIn .bar.bar_5 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .graph_yoko.fadeIn .bar.bar_6 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 40px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category {
    row-gap: 36px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category {
    row-gap: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .title::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background-color: #c9c9c9;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .title::before {
    margin-right: 9px;
    width: 15.5px;
    height: 15.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .title::before {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .title .text {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .title .text span {
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .title .text {
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .title .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .title .text {
    font-size: 16px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers {
    margin-top: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers {
    margin-top: 16px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers .num {
  font-size: 64px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers .num span {
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers .num {
    font-size: 57.6px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers .num {
    font-size: 51.2px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers .unit {
  font-size: 44.8px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers .unit span {
  font-weight: 600;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers .unit {
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers .unit {
    font-size: 40.32px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar .content .chart_bar .category .box .numbers .unit {
    font-size: 35.84px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li:nth-of-type(odd) > .title::before {
  background-color: #c9d4e9;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li:nth-of-type(odd) .content .bg {
  background-color: #f1f4f9;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li:nth-of-type(even) > .title::before {
  background-color: #b3dfcd;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li:nth-of-type(even) .content .bg {
  background-color: #ebf7f2;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_2 .content .number_box .number {
  row-gap: 25px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_2 .content .number_box .number {
    row-gap: 22px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_2 .content .number_box .number {
    row-gap: 20px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_2 .content .number_box .number .container {
  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;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_2 .content .number_box .number .container .unit {
  margin-top: 1.7em;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box .number {
  row-gap: 10px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box .number {
    row-gap: 9px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box .number {
    row-gap: 8px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box .number .num {
  color: #009557;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box .number .unit {
  color: #009557;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box_2 {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box_2 {
    padding-top: 36px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box_2 {
    padding-top: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box_2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #009557, #009557 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box_2.fadeElem::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_number_3 .content .number_box_2.fadeIn::before {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph {
  margin-top: 37px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph {
    margin-top: 33.3px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph {
    margin-top: 29.6px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .svg_circle circle.c_11 {
  stroke: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .svg_circle circle.c_12 {
  stroke: #5bb2e5;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .svg_circle circle.c_13 {
  stroke: #84c5ec;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .svg_circle circle.c_14 {
  stroke: #009557;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .svg_circle circle.c_15 {
  stroke: #33aa79;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .svg_circle circle.c_16 {
  stroke: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(1) {
  left: 51.3%;
  top: calc(0% - 26px);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(1) {
    top: calc(0% - 23.4px);
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(1) {
    top: calc(0% - 20.8px);
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(1) .text {
  color: #333333;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  top: calc(100% + 2px);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(1)::before {
    height: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(1)::before {
    height: 16px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(2) {
  left: 70%;
  top: 24%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(3) {
  left: 81%;
  top: 52%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(4) {
  left: 56%;
  top: 81%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(5) {
  left: 20%;
  top: 50%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph .ratio_ul li:nth-of-type(6) {
  left: 39%;
  top: 14%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph.fadeIn .svg_circle circle.c_11 {
  -webkit-animation: circleAnim_11 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 1) both;
          animation: circleAnim_11 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 1) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph.fadeIn .svg_circle circle.c_12 {
  -webkit-animation: circleAnim_12 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 2) both;
          animation: circleAnim_12 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 2) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph.fadeIn .svg_circle circle.c_13 {
  -webkit-animation: circleAnim_13 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 3) both;
          animation: circleAnim_13 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 3) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph.fadeIn .svg_circle circle.c_14 {
  -webkit-animation: circleAnim_14 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 4) both;
          animation: circleAnim_14 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 4) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph.fadeIn .svg_circle circle.c_15 {
  -webkit-animation: circleAnim_15 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 5) both;
          animation: circleAnim_15 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 5) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .graph.fadeIn .svg_circle circle.c_16 {
  -webkit-animation: circleAnim_16 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 6) both;
          animation: circleAnim_16 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 1.2s - 0.2s * 6) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .category p span.b:nth-of-type(1) span.iconBox {
  background-color: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .category p span.b:nth-of-type(2) span.iconBox {
  background-color: #5bb2e5;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .category p span.b:nth-of-type(3) span.iconBox {
  background-color: #84c5ec;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .category p span.b:nth-of-type(4) span.iconBox {
  background-color: #009557;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .category p span.b:nth-of-type(5) span.iconBox {
  background-color: #33aa79;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_1 .content .chart_pie .category p span.b:nth-of-type(6) span.iconBox {
  background-color: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph .svg_circle circle.c_21 {
  stroke: #4b70b5;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph .svg_circle circle.c_22 {
  stroke: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph .ratio_ul li {
  white-space: nowrap;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph .ratio_ul li .text {
  padding-left: 0.05em;
  font-size: 34px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph .ratio_ul li .text {
    font-size: 30.6px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph .ratio_ul li .text {
    font-size: 27.2px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph .ratio_ul li .text span.unit {
  display: inline-block;
  margin-left: 0.05em;
  font-size: 0.7em;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph .ratio_ul li:nth-of-type(1) {
  left: 79%;
  top: 58%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph .ratio_ul li:nth-of-type(2) {
  left: 22%;
  top: 42%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph.fadeIn .svg_circle circle.c_21 {
  -webkit-animation: circleAnim_21 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.4s - 0.2s * 1) both;
          animation: circleAnim_21 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.4s - 0.2s * 1) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .graph.fadeIn .svg_circle circle.c_22 {
  -webkit-animation: circleAnim_22 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.4s - 0.2s * 2) both;
          animation: circleAnim_22 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.4s - 0.2s * 2) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .category p span.b:nth-of-type(1) span.iconBox {
  background-color: #4b70b5;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_2 .content .chart_pie .category p span.b:nth-of-type(2) span.iconBox {
  background-color: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .svg_circle circle.c_31 {
  stroke: #009557;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .svg_circle circle.c_32 {
  stroke: #33aa79;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .svg_circle circle.c_33 {
  stroke: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .ratio_ul li {
  white-space: nowrap;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .ratio_ul li .text {
  padding-left: 0.05em;
  font-size: 34px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .ratio_ul li .text {
    font-size: 30.6px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .ratio_ul li .text {
    font-size: 27.2px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .ratio_ul li .text span.unit {
  display: inline-block;
  margin-left: 0.05em;
  font-size: 0.7em;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .ratio_ul li:nth-of-type(1) {
  left: 80%;
  top: 50%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .ratio_ul li:nth-of-type(2) {
  left: 36%;
  top: 79%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph .ratio_ul li:nth-of-type(3) {
  left: 22%;
  top: 40%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph.fadeIn .svg_circle circle.c_31 {
  -webkit-animation: circleAnim_31 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.6s - 0.2s * 1) both;
          animation: circleAnim_31 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.6s - 0.2s * 1) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph.fadeIn .svg_circle circle.c_32 {
  -webkit-animation: circleAnim_32 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.6s - 0.2s * 2) both;
          animation: circleAnim_32 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.6s - 0.2s * 2) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .graph.fadeIn .svg_circle circle.c_33 {
  -webkit-animation: circleAnim_33 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.6s - 0.2s * 3) both;
          animation: circleAnim_33 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.6s - 0.2s * 3) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .category p span.b:nth-of-type(1) span.iconBox {
  background-color: #009557;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .category p span.b:nth-of-type(2) span.iconBox {
  background-color: #33aa79;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_3 .content .chart_pie .category p span.b:nth-of-type(3) span.iconBox {
  background-color: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .graph .svg_circle circle.c_41 {
  stroke: #009557;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .graph .svg_circle circle.c_42 {
  stroke: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .graph .ratio_ul li {
  white-space: nowrap;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .graph .ratio_ul li .text {
  padding-left: 0.05em;
  font-size: 34px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .graph .ratio_ul li .text {
    font-size: 27.2px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .graph .ratio_ul li .text span.unit {
  display: inline-block;
  margin-left: 0.05em;
  font-size: 0.7em;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .graph .ratio_ul li:nth-of-type(1) {
  left: 68%;
  top: 75%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .graph .ratio_ul li:nth-of-type(2) {
  left: 31%;
  top: 26%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .graph.fadeIn .svg_circle circle.c_41 {
  -webkit-animation: circleAnim_41 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.4s - 0.2s * 1) both;
          animation: circleAnim_41 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.4s - 0.2s * 1) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .graph.fadeIn .svg_circle circle.c_42 {
  -webkit-animation: circleAnim_42 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.4s - 0.2s * 2) both;
          animation: circleAnim_42 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.4s - 0.2s * 2) both;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .category p span.b:nth-of-type(1) span.iconBox {
  background-color: #009557;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_pie_4 .content .chart_pie .category p span.b:nth-of-type(2) span.iconBox {
  background-color: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_1 .content .chart_bar .graph .bar.bar_1 {
  background-color: #4b70b5;
  top: 0%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_1 .content .chart_bar .graph .bar.bar_2 {
  background-color: #329fdf;
  top: 74%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_1 .content .chart_bar .category .box:nth-of-type(1) .title::before {
  background-color: #4b70b5;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_1 .content .chart_bar .category .box:nth-of-type(2) .title::before {
  background-color: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_2 .content .chart_bar .graph .bar.bar_1 {
  background-color: #009557;
  top: 0%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_2 .content .chart_bar .graph .bar.bar_2 {
  background-color: #66bf9a;
  top: 94%;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_2 .content .chart_bar .category .box:nth-of-type(1) .title::before {
  background-color: #009557;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_2 .content .chart_bar .category .box:nth-of-type(2) .title::before {
  background-color: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 {
    grid-column: auto;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content {
  padding: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content {
    padding: 54px 15px 54px 15px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content {
    padding: 48px 15px 48px 15px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar {
    -ms-grid-columns: auto 36px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph {
  width: 980px;
  height: 80px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph {
    width: 72px;
    height: 342px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph {
    width: 64px;
    height: 304px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_1 {
  background-color: #66bf9a;
  right: 0%;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_1 {
    background-color: #4b70b5;
    right: 0;
    top: 0%;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_2 {
  background-color: #33aa79;
  right: 3%;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_2 {
    background-color: #329fdf;
    right: 0;
    top: 1%;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_3 {
  background-color: #009557;
  right: 4%;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_3 {
    background-color: #5bb2e5;
    right: 0;
    top: 77%;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_4 {
  background-color: #5bb2e5;
  right: 16%;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_4 {
    background-color: #009557;
    right: 0;
    top: 84%;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_5 {
  background-color: #329fdf;
  right: 23%;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_5 {
    background-color: #33aa79;
    right: 0;
    top: 96%;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_6 {
  background-color: #4b70b5;
  right: 99%;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .graph .bar.bar_6 {
    background-color: #66bf9a;
    right: 0;
    top: 97%;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category {
    row-gap: 20px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box .numbers {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box .numbers {
    margin-left: 10px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box .numbers .num {
  font-size: 74px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box .numbers .num {
    font-size: 30.6px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box .numbers .num {
    font-size: 27.2px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box .numbers .unit {
  font-size: 51.8px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box .numbers .unit {
    font-size: 21.42px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box .numbers .unit {
    font-size: 19.04px;
  }
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box:nth-of-type(1) .title::before {
  background-color: #4b70b5;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box:nth-of-type(2) .title::before {
  background-color: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box:nth-of-type(3) .title::before {
  background-color: #5bb2e5;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box:nth-of-type(4) .title::before {
  background-color: #009557;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box:nth-of-type(5) .title::before {
  background-color: #33aa79;
}
#main .main_contents .section.section_numbers .section_content .numbers_ul li.li_chart_bar_3 .content .chart_bar .category .box:nth-of-type(6) .title::before {
  background-color: #66bf9a;
}
#main .main_contents .section.section_bases .section_photo::before {
  background-image: url("../img/5.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_bases .section_content .bases {
    margin: 0 auto;
    width: 76vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_bases .section_content .bases {
    display: none;
  }
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-left: 230px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_bases .section_content .bases .tab .tab_ul {
    margin-left: 10vw;
  }
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li {
  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;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li {
    width: 120px;
    height: 120px;
  }
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li .bg {
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li .bg::before, #main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li .bg::after {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li .text {
  -webkit-transition: opacity 1s 0.3s, color 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: opacity 1s 0.3s, color 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, color 0.3s;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, color 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  padding-left: 0.1em;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li .text span {
  font-weight: 600;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li .text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li .text {
    font-size: 15px;
  }
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li.national .bg::before {
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 100%);
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li.national .bg::after {
  border: 1px solid #4b70b5;
  background-color: #ffffff;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li.national .text {
  color: #4b70b5;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li.global .bg::before {
  background: -webkit-gradient(linear, left top, right top, from(#54a874), color-stop(85%, #009557));
  background: linear-gradient(90deg, #54a874 0%, #009557 85%);
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li.global .bg::after {
  border: 1px solid #009557;
  background-color: #ffffff;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li.global .text {
  color: #009557;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li.fadeElem .bg {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li.fadeIn .bg {
  -webkit-animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both, fadeInPop_2 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards;
          animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both, fadeInPop_2 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards;
}
@keyframes fadeInPop_1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes fadeInPop_2 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li:hover .bg::after {
  opacity: 0;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li:hover .text {
  color: #ffffff;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li.active .bg::after {
  opacity: 0;
}
#main .main_contents .section.section_bases .section_content .bases .tab .tab_ul li.active .text {
  color: #ffffff;
}
#main .main_contents .section.section_bases .section_content .bases .map {
  margin-top: -75px;
  height: 680px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_bases .section_content .bases .map {
    margin-top: -60px;
    height: 46.9818181818vw;
  }
}
#main .main_contents .section.section_bases .section_content .bases .map .map_bg {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #e4eaf4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_bg.global {
  background-color: #d9efe6;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li {
  -webkit-transition: opacity 0.25s, left 0s 0.25s;
  transition: opacity 0.25s, left 0s 0.25s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -200vw;
  top: 0;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .map_item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li::before {
  -webkit-transition: opacity 0.5s, height 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.5s, height 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  opacity: 0;
  height: 10px;
  content: "";
  display: inline-block;
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .point {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .point {
    width: 10px;
    height: 10px;
  }
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon {
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  position: absolute;
  left: 50%;
  bottom: calc(50% + 30px);
  white-space: nowrap;
  pointer-events: none;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border-radius: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 26px 21px calc(26px + 0.08em);
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text {
    padding: 16px 21px 16px calc(21px + 0.08em);
  }
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .t,
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .c {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .t span,
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .c span {
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .t,
  #main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .c {
    font-size: 18px;
  }
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .t span.space,
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .c span.space {
  padding-left: 0.8em;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .t span.t_china,
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .c span.t_china {
  font-weight: 600;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .t span.t_china span,
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li .balloon .text .c span.t_china span {
  font-weight: 600;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li:hover::before {
  -webkit-transition: opacity 0.5s, height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  height: 30px;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li .pin_ul li:hover .balloon {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .map_item {
  background-image: url("../img/map_national.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li::before {
  background-color: #4b70b5;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li .point {
  border: 2px solid #4b70b5;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li .balloon::before {
  border: 2px solid #4b70b5;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li:hover .point {
  background-color: #4b70b5;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_miyagi {
  left: 61.7%;
  top: 51.8%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_fukushima {
  left: 60.9%;
  top: 57.2%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_gunma {
  left: 55%;
  top: 62.1%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_nagano {
  left: 51.4%;
  top: 63.5%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_ibaraki {
  left: 59.1%;
  top: 65.1%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_tokyo {
  left: 56.2%;
  top: 68.3%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_kanagawa {
  left: 55.1%;
  top: 69.7%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_shizuoka {
  left: 51.7%;
  top: 70.6%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_aichi {
  left: 46.8%;
  top: 70.4%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_kyoto {
  left: 43.4%;
  top: 68.7%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_hyogo {
  left: 40.2%;
  top: 69.4%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_osaka {
  left: 42%;
  top: 70.3%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.national .pin_ul li.branch_fukuoka {
  left: 24.9%;
  top: 72.1%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .map_item {
  background-image: url("../img/map_global.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li::before {
  background-color: #009557;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li .point {
  border: 2px solid #009557;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li .balloon::before {
  border: 2px solid #009557;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li .balloon .text .c {
  text-align: center;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:hover .point {
  background-color: #009557;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:nth-of-type(1) {
  left: 64.4%;
  top: 45%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:nth-of-type(2) {
  left: 44.4%;
  top: 45.1%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:nth-of-type(3) {
  left: 43%;
  top: 46.8%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:nth-of-type(4) {
  left: 43.7%;
  top: 49.9%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:nth-of-type(5) {
  left: 41.5%;
  top: 51%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:nth-of-type(6) {
  left: 32.9%;
  top: 54.3%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:nth-of-type(7) {
  left: 39.2%;
  top: 54.6%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:nth-of-type(8) {
  left: 38.5%;
  top: 57.1%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:nth-of-type(9) {
  left: 39.4%;
  top: 58.8%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.global .pin_ul li:nth-of-type(10) {
  left: 17%;
  top: 38.2%;
}
#main .main_contents .section.section_bases .section_content .bases .map .map_ul .map_li.active {
  -webkit-transition: opacity 0.25s 0.25s, left 0s 0.25s;
  transition: opacity 0.25s 0.25s, left 0s 0.25s;
  opacity: 1;
  left: 0;
}
#main .main_contents .section.section_bases .section_content .bases_mb {
  display: none;
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_bases .section_content .bases_mb {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 80px;
    margin: 0 auto;
    width: 64vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_bases .section_content .bases_mb {
    row-gap: 60px;
    width: 88vw;
  }
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .title {
  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;
  margin: 0 auto;
  width: 170px;
  height: 170px;
  position: relative;
  z-index: 1;
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .title .text {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .title.fadeElem::before {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .title.fadeIn::before {
  -webkit-animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both, fadeInPop_2 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards;
          animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both, fadeInPop_2 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards;
}
@keyframes fadeInPop_1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes fadeInPop_2 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_bases .section_content .bases_mb .base .title {
    width: 150px;
    height: 150px;
  }
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .title::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .title .text {
  padding-left: 0.1em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .title .text span {
  font-weight: 700;
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .title .text {
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_bases .section_content .bases_mb .base .title .text {
    font-size: 16px;
  }
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content {
  margin-top: -90px;
  padding: 110px 6vw 80px;
  position: relative;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_bases .section_content .bases_mb .base .content {
    margin-top: -75px;
    padding: 95px 6vw 60px;
  }
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
  position: relative;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul {
    row-gap: 30px;
  }
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul li .t {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul li .t span {
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul li .t {
    font-size: 18px;
  }
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul li .line {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul li .line.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul li .line.fadeIn {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul li .c {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 25px;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul li .c span {
  font-weight: 400;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_bases .section_content .bases_mb .base .content .base_ul li .c {
    padding-top: 20px;
    font-size: 16px;
  }
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content.fadeElem::before {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section.section_bases .section_content .bases_mb .base .content.fadeIn::before {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section.section_bases .section_content .bases_mb .base.national .title::before {
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 100%);
}
#main .main_contents .section.section_bases .section_content .bases_mb .base.national .content::before {
  background-color: #f1f4f9;
}
#main .main_contents .section.section_bases .section_content .bases_mb .base.global .title::before {
  background: -webkit-gradient(linear, left top, right top, from(#54a874), color-stop(85%, #009557));
  background: linear-gradient(90deg, #54a874 0%, #009557 85%);
}
#main .main_contents .section.section_bases .section_content .bases_mb .base.global .content::before {
  background-color: #ebf7f2;
}

#footer {
  margin-top: 0;
}
#footer .footer_container {
  margin: 0 auto;
  padding: 150px 0;
}
@media screen and (max-width: 1299px) {
  #footer .footer_container {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1199px) {
  #footer .footer_container {
    padding: 45px 0;
  }
}

@-webkit-keyframes circleAnim_11 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 513.1790532;
  }
}

@keyframes circleAnim_11 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 513.1790532;
  }
}
@-webkit-keyframes circleAnim_12 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 419.8737708;
  }
}
@keyframes circleAnim_12 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 419.8737708;
  }
}
@-webkit-keyframes circleAnim_13 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 342.1193688;
  }
}
@keyframes circleAnim_13 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 342.1193688;
  }
}
@-webkit-keyframes circleAnim_14 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 207.345072;
  }
}
@keyframes circleAnim_14 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 207.345072;
  }
}
@-webkit-keyframes circleAnim_15 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 46.6526412;
  }
}
@keyframes circleAnim_15 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 46.6526412;
  }
}
@-webkit-keyframes circleAnim_16 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnim_16 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circleAnim_21 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 212.5286988;
  }
}
@keyframes circleAnim_21 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 212.5286988;
  }
}
@-webkit-keyframes circleAnim_22 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnim_22 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circleAnim_31 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 259.18134;
  }
}
@keyframes circleAnim_31 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 259.18134;
  }
}
@-webkit-keyframes circleAnim_32 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 196.9778184;
  }
}
@keyframes circleAnim_32 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 196.9778184;
  }
}
@-webkit-keyframes circleAnim_33 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnim_33 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circleAnim_41 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 108.8561628;
  }
}
@keyframes circleAnim_41 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 108.8561628;
  }
}
@-webkit-keyframes circleAnim_42 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnim_42 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
/*# sourceMappingURL=style.css.map */