.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: 65px;
  }
}
@media screen and (max-width: 639px) {
  #main .anchor_nav {
    margin-top: 50px;
  }
}
#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 .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_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;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_content {
    width: 88vw;
  }
}
#main .main_contents .section.section_work .section_content .illust .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: 639px) {
  #main .main_contents .section.section_work .section_content .illust .title {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
#main .main_contents .section.section_work .section_content .illust .title::before, #main .main_contents .section.section_work .section_content .illust .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_work .section_content .illust .title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .main_contents .section.section_work .section_content .illust .title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_work .section_content .illust .title.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section.section_work .section_content .illust .title.fadeIn::before, #main .main_contents .section.section_work .section_content .illust .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_work .section_content .illust .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_work .section_content .illust .title .text {
  padding-left: 0.08em;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_work .section_content .illust .title .text span {
  font-weight: 500;
}
#main .main_contents .section.section_work .section_content .illust .title .text {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .illust .title .text {
    font-size: 21px;
    top: 1.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .illust .title .text {
    font-size: 18px;
    top: 1px;
  }
}
#main .main_contents .section.section_work .section_content .illust .lead {
  margin-top: 40px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .illust .lead {
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .illust .lead {
    margin-top: 30px;
  }
}
#main .main_contents .section.section_work .section_content .illust .lead p {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.1em;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .illust .lead p span {
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .illust .lead p {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .illust .lead p {
    font-size: 15px;
    line-height: 31px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .illust .lead p {
    font-size: 14px;
    line-height: 28px;
  }
}
#main .main_contents .section.section_work .section_content .illust .comment {
  margin-top: 20px;
}
#main .main_contents .section.section_work .section_content .illust .comment p {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.1em;
  font-size: 14px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .illust .comment p span {
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .illust .comment p {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .illust .comment p {
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .illust .comment p {
    font-size: 12px;
  }
}
#main .main_contents .section.section_work .section_content .illust .mark_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 20px;
}
#main .main_contents .section.section_work .section_content .illust .mark_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .main_contents .section.section_work .section_content .illust .mark_ul li .mark {
  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: 14px;
  height: 14px;
}
#main .main_contents .section.section_work .section_content .illust .mark_ul li .mark svg {
  fill: #329fdf;
}
#main .main_contents .section.section_work .section_content .illust .mark_ul li .text {
  margin-left: 5px;
  padding-left: 0.1em;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .illust .mark_ul li .text span {
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .illust .mark_ul li .text {
  position: relative;
  top: 1px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .illust .mark_ul li .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .illust .mark_ul li .text {
    font-size: 12px;
  }
}
#main .main_contents .section.section_work .section_content .illust .mark_ul li:nth-of-type(2) .mark .shape {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #329fdf;
}
#main .main_contents .section.section_work .section_content .illust .content {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .illust .content {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .illust .content {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .illust .content {
    margin-top: 30px;
  }
}
#main .main_contents .section.section_work .section_content .illust .content img {
  width: 100%;
}
#main .main_contents .section.section_work .section_content .work_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 80px;
  margin: 100px auto 0;
  width: 880px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .work_ul {
    row-gap: 60px;
    margin-top: 80px;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .work_ul {
    row-gap: 40px;
    margin-top: 60px;
    width: 100%;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .work_ul li {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li {
  position: relative;
}
#main .main_contents .section.section_work .section_content .work_ul li::before {
  display: none;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li::before {
    content: "";
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
    height: 1px;
    background-color: #333333;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li .title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  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: 320px;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .work_ul li .title {
    width: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li .title {
    width: 100%;
    height: auto;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li .title .bg {
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li .title .bg {
    border-radius: 12px;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li .title .bg.fadeElem {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li .title .bg.fadeElem {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
#main .main_contents .section.section_work .section_content .work_ul li .title .bg.fadeIn {
  -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
          animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li .title .bg.fadeIn {
    -webkit-animation: none;
            animation: none;
    -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_work .section_content .work_ul li .title .text {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#main .main_contents .section.section_work .section_content .work_ul li .title .text span {
  font-weight: 600;
}
#main .main_contents .section.section_work .section_content .work_ul li .title .text {
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .work_ul li .title .text {
    font-size: 28px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li .title .text {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .work_ul li .title .text {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    padding: 28px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li .title .text br {
    display: none;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li .content {
  -ms-grid-row-align: center;
      align-self: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 45px 50px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .work_ul li .content {
    padding: 35px 40px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li .content {
    padding: 40px 0 0;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li .content .line {
  width: 100%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li .content .line {
    display: none;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li .content .line.line_top {
  top: 0;
}
#main .main_contents .section.section_work .section_content .work_ul li .content .line.line_bottom {
  bottom: 0;
}
#main .main_contents .section.section_work .section_content .work_ul li .content p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .work_ul li .content p span {
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .work_ul li .content p {
  text-align: justify;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .work_ul li .content p {
    font-size: 15px;
    line-height: 31px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .work_ul li .content p {
    font-size: 14px;
    line-height: 28px;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(odd) .content .line.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(odd) .content .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_work .section_content .work_ul li:nth-of-type(even) {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(even) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(even) .title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(even) .title {
    grid-column: auto;
    grid-row: auto;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(even) .content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(even) .content {
    grid-column: auto;
    grid-row: auto;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(even) .content .line.fadeElem {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(even) .content .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%);
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(1)::before {
    display: none;
  }
}
#main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(1) .title .bg {
  background-color: #4b70b5;
}
#main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(2) .title .bg {
  background-color: #329fdf;
}
#main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(3) .title .bg {
  background-color: #009557;
}
#main .main_contents .section.section_work .section_content .work_ul li:nth-of-type(4) .title .bg {
  background-color: #54a874;
}
#main .main_contents .section.section_work .section_content .work_ul li.fadeElem::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_work .section_content .work_ul li.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_work .section_content .senior {
  margin-top: 100px;
  padding: 70px 50px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .senior {
    margin-top: 80px;
    padding: 60px 30px;
    margin-left: auto;
    margin-right: auto;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .senior {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .senior {
    margin-top: 60px;
    padding: 60px 0;
    width: 100%;
  }
}
#main .main_contents .section.section_work .section_content .senior .bg {
  background-color: #f1f4f9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_work .section_content .senior > .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_work .section_content .senior > .title {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .senior > .title {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
#main .main_contents .section.section_work .section_content .senior > .title::before, #main .main_contents .section.section_work .section_content .senior > .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_work .section_content .senior > .title .text {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_work .section_content .senior > .title .text span {
  font-weight: 500;
}
#main .main_contents .section.section_work .section_content .senior > .title .text {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .senior > .title .text {
    font-size: 21px;
    top: 1.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .senior > .title .text {
    font-size: 18px;
    top: 1px;
  }
}
#main .main_contents .section.section_work .section_content .senior > .title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .main_contents .section.section_work .section_content .senior > .title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_work .section_content .senior > .title.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section.section_work .section_content .senior > .title.fadeIn::before, #main .main_contents .section.section_work .section_content .senior > .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_work .section_content .senior > .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_work .section_content .senior .content {
  margin: 60px auto 0;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .senior .content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .senior .content {
    margin-top: 40px;
  }
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 80px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .photo {
  width: 220px;
  height: 220px;
  position: relative;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .photo .text {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .photo.fadeElem::before {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .photo.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_work .section_content .senior .content .senior_ul li .photo::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 22px;
  margin: 20px auto 0;
  width: 200px;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul {
    row-gap: 20px;
  }
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li .title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li .title span {
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li .title {
  color: #333333;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li .line {
  margin-top: 7px;
  width: 100%;
  height: 1px;
  position: relative;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li .line::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li .content {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 14px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li .content span {
  font-weight: 400;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li .content {
  color: #333333;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li .content {
    font-size: 14px;
  }
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li.fadeElem .title {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li.fadeElem .line::before {
  right: 100%;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li.fadeElem .content {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li.fadeIn .title {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li.fadeIn .line::before {
  -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
  transition: right 1s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
  right: 0;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .spec_ul li.fadeIn .content {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore {
  margin: 30px auto 0;
  width: 200px;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore {
    margin-top: 25px;
  }
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a {
  display: inline-block;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container .point {
  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: 26px;
  height: 26px;
  position: relative;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container .point {
    width: 24px;
    height: 24px;
  }
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container .point::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #4b70b5;
  border-radius: 50%;
  position: relative;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container .point::after {
  -webkit-transition: border-color 0.3s, left 0.3s cubic-bezier(0.33, 1, 0.68, 1), right 0.3s cubic-bezier(0.33, 1, 0.68, 1), top 0.3s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: border-color 0.3s, left 0.3s cubic-bezier(0.33, 1, 0.68, 1), right 0.3s cubic-bezier(0.33, 1, 0.68, 1), top 0.3s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  display: inline-block;
  border: 1px solid #4b70b5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container .text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container .text span {
  font-weight: 700;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container .text {
  color: #4b70b5;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container .text {
    font-size: 16px;
  }
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container .text.t_viewmore {
  font-weight: 500;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a .container .text.t_viewmore span {
  font-weight: 500;
}
@media screen and (min-width: 1079px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a:hover .container .point::before {
    background-color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a:hover .container .point::after {
    border-color: #329fdf;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
  }
}
@media screen and (min-width: 1079px) {
  #main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore a:hover .container .text {
    color: #329fdf;
  }
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li .viewmore.fadeIn {
  -webkit-transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li:nth-of-type(1) .photo::before {
  background-image: url("../../../_common/img/person/3.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_work .section_content .senior .content .senior_ul li:nth-of-type(2) .photo::before {
  background-image: url("../../../_common/img/person/4.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_numbers .section_content .chart_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 .chart_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 .chart_ul {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_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 .chart_ul li > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#main .main_contents .section.section_numbers .section_content .chart_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 .chart_ul li > .title {
    padding: 17.5px 9px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li > .title {
    padding: 19px 8px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_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 .chart_ul li > .title .text {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.08em;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li > .title .text span {
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li > .title .text {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li > .title .text {
    font-size: 21px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li > .title .text {
    font-size: 18px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .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 .chart_ul li .content .chart_bar {
    -ms-grid-column-align: center;
        justify-self: center;
    -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 .chart_ul li .content .chart_bar {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .graph {
  width: 80px;
  height: 380px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .graph {
    width: 72px;
    height: 342px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .graph {
    width: 64px;
    height: 304px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .graph .bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .graph .bar.bar_1 {
  background-color: #4b70b5;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .graph .bar.bar_2 {
  background-color: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .graph .bar.bar_3 {
  background-color: #84c5ec;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .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 .chart_ul li .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 .chart_ul li .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 .chart_ul li .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 .chart_ul li .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 .chart_ul li .content .chart_bar .textWrap {
  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 .chart_ul li .content .chart_bar .textWrap {
    row-gap: 36px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap {
    row-gap: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .title .text {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .title .text span {
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .title .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .title .text {
    font-size: 16px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .title .text 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 .chart_ul li .content .chart_bar .textWrap .box .title .text 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 .chart_ul li .content .chart_bar .textWrap .box .title .text span.iconBox {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .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 .chart_ul li .content .chart_bar .textWrap .box .numbers {
    margin-top: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .numbers {
    margin-top: 16px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .numbers .num {
  font-size: 64px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .numbers .num span {
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .numbers .num {
    font-size: 57.6px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .numbers .num {
    font-size: 51.2px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .numbers .unit {
  font-size: 44.8px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .numbers .unit span {
  font-weight: 600;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .numbers .unit {
    font-size: 40.32px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_bar .textWrap .box .numbers .unit {
    font-size: 35.84px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .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 .chart_ul li .content .chart_pie {
    row-gap: 36px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie {
    row-gap: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph {
  width: 270px;
  height: 270px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph {
    width: 243px;
    height: 243px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph {
    width: 216px;
    height: 216px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .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 .chart_ul li .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 .chart_ul li .content .chart_pie .graph .ratio_ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph .ratio_ul li {
  position: absolute;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .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 .chart_ul li .content .chart_pie .graph .ratio_ul li .text span {
  font-weight: 500;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph .ratio_ul li .text {
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .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 .chart_ul li .content .chart_pie .graph .ratio_ul li .text {
    font-size: 17.6px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .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 .chart_ul li .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 .chart_ul li .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 .chart_ul li .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 .chart_ul li .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 .chart_ul li .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 .chart_ul li .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 .chart_ul li .content .chart_pie .graph.graph_pie_1 .svg_circle circle.c_11 {
  stroke: #009557;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1 .svg_circle circle.c_12 {
  stroke: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1 .svg_circle circle.c_13 {
  stroke: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1 .svg_circle circle.c_14 {
  stroke: #84c5ec;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1 .ratio_ul li:nth-of-type(1) {
  left: 75%;
  top: 31%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1 .ratio_ul li:nth-of-type(2) {
  left: 61%;
  top: 79%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1 .ratio_ul li:nth-of-type(3) {
  left: 20%;
  top: 58%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1 .ratio_ul li:nth-of-type(4) {
  left: 31%;
  top: 24%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1.fadeIn .svg_circle circle.c_11 {
  -webkit-animation: circleAnim_11 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 1) both;
          animation: circleAnim_11 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 1) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1.fadeIn .svg_circle circle.c_12 {
  -webkit-animation: circleAnim_12 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 2) both;
          animation: circleAnim_12 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 2) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1.fadeIn .svg_circle circle.c_13 {
  -webkit-animation: circleAnim_13 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 3) both;
          animation: circleAnim_13 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 3) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_1.fadeIn .svg_circle circle.c_14 {
  -webkit-animation: circleAnim_14 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 4) both;
          animation: circleAnim_14 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 4) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2 .svg_circle circle.c_21 {
  stroke: #4b70b5;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2 .svg_circle circle.c_22 {
  stroke: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2 .svg_circle circle.c_23 {
  stroke: #84c5ec;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2 .svg_circle circle.c_24 {
  stroke: #33aa79;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2 .svg_circle circle.c_25 {
  stroke: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2 .ratio_ul li:nth-of-type(1) {
  left: 68%;
  top: 23%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2 .ratio_ul li:nth-of-type(2) {
  left: 81%;
  top: 54%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2 .ratio_ul li:nth-of-type(3) {
  left: 49%;
  top: 80%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2 .ratio_ul li:nth-of-type(4) {
  left: 20%;
  top: 44%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2 .ratio_ul li:nth-of-type(5) {
  left: 40%;
  top: 15%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2.fadeIn .svg_circle circle.c_21 {
  -webkit-animation: circleAnim_21 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 1) both;
          animation: circleAnim_21 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 1) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2.fadeIn .svg_circle circle.c_22 {
  -webkit-animation: circleAnim_22 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 2) both;
          animation: circleAnim_22 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 2) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2.fadeIn .svg_circle circle.c_23 {
  -webkit-animation: circleAnim_23 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 3) both;
          animation: circleAnim_23 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 3) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2.fadeIn .svg_circle circle.c_24 {
  -webkit-animation: circleAnim_24 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 4) both;
          animation: circleAnim_24 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 4) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_2.fadeIn .svg_circle circle.c_25 {
  -webkit-animation: circleAnim_25 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 5) both;
          animation: circleAnim_25 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 5) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 {
  margin-top: 40px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 {
    margin-top: 36px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 {
    margin-top: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .svg_circle circle.c_31 {
  stroke: #009557;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .svg_circle circle.c_32 {
  stroke: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .svg_circle circle.c_33 {
  stroke: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .svg_circle circle.c_34 {
  stroke: #84c5ec;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(1) {
  left: 52%;
  top: 79%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(1) .text {
  font-size: 34px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(1) .text {
    font-size: 30.6px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(1) .text {
    font-size: 27.2px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(2) {
  left: 18.2%;
  top: -4%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(2) .text {
  color: #333333;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #333333;
  position: absolute;
  left: calc(100% + 42px);
  top: calc(50% - 1px);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(2)::before {
    height: 18px;
    left: calc(100% + 37.8px);
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(2)::before {
    height: 16px;
    left: calc(100% + 33.6px);
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: calc(100% + 2px);
  top: calc(50% - 1px);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(2)::after {
    width: 36px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(2)::after {
    width: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(3) {
  left: 43.7%;
  top: -11%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(3) .text {
  color: #333333;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  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 .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(3)::before {
    height: 22px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(3)::before {
    height: 20px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(4) {
  left: 70.2%;
  top: -4%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(4) .text {
  color: #333333;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(4)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #333333;
  position: absolute;
  right: calc(100% + 42px);
  top: calc(50% - 1px);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(4)::before {
    height: 18px;
    right: calc(100% + 37.8px);
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(4)::before {
    height: 16px;
    right: calc(100% + 33.6px);
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(4)::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  right: calc(100% + 2px);
  top: calc(50% - 1px);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(4)::after {
    width: 36px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3 .ratio_ul li:nth-of-type(4)::after {
    width: 32px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3.fadeIn .svg_circle circle.c_31 {
  -webkit-animation: circleAnim_31 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 1) both;
          animation: circleAnim_31 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 1) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3.fadeIn .svg_circle circle.c_32 {
  -webkit-animation: circleAnim_32 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 2) both;
          animation: circleAnim_32 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 2) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3.fadeIn .svg_circle circle.c_33 {
  -webkit-animation: circleAnim_33 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 3) both;
          animation: circleAnim_33 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 3) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .graph.graph_pie_3.fadeIn .svg_circle circle.c_34 {
  -webkit-animation: circleAnim_34 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 4) both;
          animation: circleAnim_34 1s cubic-bezier(0.33, 1, 0.68, 1) calc(0.5s + 0.8s - 0.2s * 4) both;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .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 .chart_ul li .content .chart_pie .category p span {
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category p {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category p {
    font-size: 16px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category p span.b {
  padding: 0 8px;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .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 .chart_ul li .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 .chart_ul li .content .chart_pie .category p span.b span.iconBox {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category p span.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category p span.grid span.iconBox {
  margin-top: 7.5px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category p span.grid span.iconBox {
    margin-top: 6.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category p span.grid span.iconBox {
    margin-top: 5.5px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_1 p span.b:nth-of-type(1) span.iconBox {
  background-color: #009557;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_1 p span.b:nth-of-type(2) span.iconBox {
  background-color: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_1 p span.b:nth-of-type(3) span.iconBox {
  background-color: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_1 p span.b:nth-of-type(4) span.iconBox {
  background-color: #84c5ec;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_2 p span.b:nth-of-type(1) span.iconBox {
  background-color: #4b70b5;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_2 p span.b:nth-of-type(2) span.iconBox {
  background-color: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_2 p span.b:nth-of-type(3) span.iconBox {
  background-color: #84c5ec;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_2 p span.b:nth-of-type(4) span.iconBox {
  background-color: #33aa79;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_2 p span.b:nth-of-type(5) span.iconBox {
  background-color: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_3 p span.b:nth-of-type(1) span.iconBox {
  background-color: #009557;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_3 p span.b:nth-of-type(2) span.iconBox {
  background-color: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_3 p span.b:nth-of-type(3) span.iconBox {
  background-color: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li .content .chart_pie .category.category_pie_3 p span.b:nth-of-type(4) span.iconBox {
  background-color: #84c5ec;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li.li_chart_bar .content {
  padding: 60px 20px 60px 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li.li_chart_bar .content {
    -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 .chart_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 .chart_ul li.li_chart_bar.li_chart_bar_3 .content .chart_bar .textWrap .box .numbers .num {
  font-size: 58px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li.li_chart_bar.li_chart_bar_3 .content .chart_bar .textWrap .box .numbers .num {
    font-size: 52.2px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li.li_chart_bar.li_chart_bar_3 .content .chart_bar .textWrap .box .numbers .num {
    font-size: 46.4px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li.li_chart_bar.li_chart_bar_3 .content .chart_bar .textWrap .box .numbers .unit {
  font-size: 40.6px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li.li_chart_bar.li_chart_bar_3 .content .chart_bar .textWrap .box .numbers .unit {
    font-size: 36.54px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li.li_chart_bar.li_chart_bar_3 .content .chart_bar .textWrap .box .numbers .unit {
    font-size: 32.48px;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li.li_chart_pie .content {
  padding: 50px 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li.li_chart_pie .content {
    padding: 45px 0;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_numbers .section_content .chart_ul li.li_chart_pie .content {
    padding: 40px 0;
  }
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(odd) > .title::before {
  background-color: #c9d4e9;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(odd) .content .bg {
  background-color: #f1f4f9;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(even) > .title::before {
  background-color: #b3dfcd;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(even) .content .bg {
  background-color: #ebf7f2;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(1) .content .chart_bar .graph .bar.bar_1 {
  background-color: #4b70b5;
  top: 0%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(1) .content .chart_bar .graph .bar.bar_2 {
  background-color: #329fdf;
  top: 18%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(1) .content .chart_bar .textWrap .box:nth-of-type(1) .title .text span.iconBox {
  background-color: #4b70b5;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(1) .content .chart_bar .textWrap .box:nth-of-type(2) .title .text span.iconBox {
  background-color: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(4) .content .chart_bar .graph .bar.bar_1 {
  background-color: #009557;
  top: 0%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(4) .content .chart_bar .graph .bar.bar_2 {
  background-color: #66bf9a;
  top: 64%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(4) .content .chart_bar .textWrap .box:nth-of-type(1) .title .text span.iconBox {
  background-color: #009557;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(4) .content .chart_bar .textWrap .box:nth-of-type(2) .title .text span.iconBox {
  background-color: #66bf9a;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(5) .content .chart_bar .graph .bar.bar_1 {
  background-color: #4b70b5;
  top: 0%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(5) .content .chart_bar .graph .bar.bar_2 {
  background-color: #329fdf;
  top: 77%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(5) .content .chart_bar .graph .bar.bar_3 {
  background-color: #84c5ec;
  top: 89%;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(5) .content .chart_bar .textWrap .box:nth-of-type(1) .title .text span.iconBox {
  background-color: #4b70b5;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(5) .content .chart_bar .textWrap .box:nth-of-type(2) .title .text span.iconBox {
  background-color: #329fdf;
}
#main .main_contents .section.section_numbers .section_content .chart_ul li:nth-of-type(5) .content .chart_bar .textWrap .box:nth-of-type(3) .title .text span.iconBox {
  background-color: #84c5ec;
}
#main .main_contents .section.section_question .section_content .qa_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: -5px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul {
    margin: 0 auto;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_question .section_content .qa_ul {
    width: 88vw;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 18px;
  grid-template-columns: 1fr 18px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 5px;
  padding: 26px 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q {
    -ms-grid-columns: 1fr 20px 16px;
    grid-template-columns: 1fr 16px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 25px 20px 25px 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q {
    -ms-grid-columns: 1fr 15px 14px;
    grid-template-columns: 1fr 14px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 24px 15px 24px 20px;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q::before, #main .main_contents .section.section_question .section_content .qa_ul > li .q::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q {
  position: relative;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q::before {
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#329fdf));
  background: linear-gradient(90deg, #329fdf 0%, #329fdf 100%);
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q::after {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  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_question .section_content .qa_ul > li .q .text {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q .text span {
  font-weight: 600;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q .text {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q .text {
    font-size: 23px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q .text {
    font-size: 20px;
    line-height: 1.65em;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q .icon {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -ms-grid-row-align: center;
      align-self: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 1;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q .icon > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q .icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q .icon {
    width: 14px;
    height: 14px;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q .icon::before, #main .main_contents .section.section_question .section_content .qa_ul > li .q .icon::after {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  content: "";
  display: inline-block;
  background-color: #ffffff;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q .icon::before {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q .icon::before {
    height: 1.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q .icon::before {
    height: 1px;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .q .icon::after {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q .icon::after {
    width: 1.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q .icon::after {
    width: 1px;
  }
}
@media screen and (min-width: 1079px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q:hover::after {
    opacity: 0;
  }
}
@media screen and (min-width: 1079px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .q:hover .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a {
  margin-bottom: 5px;
  position: relative;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a::before {
  content: "";
  display: inline-block;
  background-color: #f1f4f9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 80px;
  padding: 70px 60px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
    row-gap: 70px;
    padding: 55px 45px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul {
    row-gap: 60px;
    padding: 40px 6vw;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li {
  padding: 55px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li {
    padding: 45px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li {
    padding: 40px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li {
    padding: 35px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li {
    padding: 35px 30px;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border-radius: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li::before {
    border-radius: 20px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li::before {
    border-radius: 15px;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .border {
  border: 2px solid #009557;
  border-radius: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, calc(75% - 25px) 0%, calc(75% - 25px) calc(0% + 2px), calc(75% + 25px) calc(0% + 2px), calc(75% + 25px) 0%, 100% 0%, 100% 100%, calc(50% + 25px) 100%, calc(50% + 25px) calc(100% - 2px), calc(50% - 25px) calc(100% - 2px), calc(50% - 25px) 100%, 0% 100%);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .border {
    border: 1.5px solid #009557;
    border-radius: 20px;
    clip-path: polygon(0% 0%, calc(70% - 25px) 0%, calc(70% - 25px) calc(0% + 2px), calc(70% + 25px) calc(0% + 2px), calc(70% + 25px) 0%, 100% 0%, 100% 100%, calc(50% + 25px) 100%, calc(50% + 25px) calc(100% - 2px), calc(50% - 25px) calc(100% - 2px), calc(50% - 25px) 100%, 0% 100%);
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .border {
    border: 1px solid #009557;
    border-radius: 15px;
    clip-path: polygon(0% 0%, calc(65% - 25px) 0%, calc(65% - 25px) calc(0% + 2px), calc(65% + 25px) calc(0% + 2px), calc(65% + 25px) 0%, 100% 0%, 100% 100%, calc(50% + 25px) 100%, calc(50% + 25px) calc(100% - 2px), calc(50% - 25px) calc(100% - 2px), calc(50% - 25px) 100%, 0% 100%);
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li p span {
  font-weight: 400;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li p {
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li p {
    font-size: 14.5px;
    line-height: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li p {
    font-size: 14px;
    line-height: 28px;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .spec {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .spec span {
  font-weight: 600;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .spec {
  color: #009557;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .spec {
    font-size: 13.5px;
    line-height: 1.65em;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .spec {
    font-size: 13px;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .spec br {
  display: none;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .spec br {
    display: block;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .spec br {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .spec br {
    display: block;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li .spec span.deco {
    display: none;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #009557;
  position: absolute;
  left: calc(50% + 0px);
  top: calc(100% + 5px);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
          transform: translateX(-50%) translateY(-50%) rotate(60deg);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li::after {
    width: 55px;
    height: 1.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li::after {
    width: 50px;
    height: 1px;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 2) .border,
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 3) .border {
  border: 2px solid #4b70b5;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 2) .border,
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 3) .border {
    border: 1.5px solid #4b70b5;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 2) .border,
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 3) .border {
    border: 1px solid #4b70b5;
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 2) p span.spec,
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 3) p span.spec {
  color: #4b70b5;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 2) .spec,
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 3) .spec {
  color: #4b70b5;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 2)::after,
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 3)::after {
  background-color: #4b70b5;
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 3) .border,
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 4) .border {
  clip-path: polygon(0% 0%, calc(25% - 25px) 0%, calc(25% - 25px) calc(0% + 2px), calc(25% + 25px) calc(0% + 2px), calc(25% + 25px) 0%, 100% 0%, 100% 100%, calc(50% + 25px) 100%, calc(50% + 25px) calc(100% - 2px), calc(50% - 25px) calc(100% - 2px), calc(50% - 25px) 100%, 0% 100%);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 3) .border,
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 4) .border {
    clip-path: polygon(0% 0%, calc(30% - 25px) 0%, calc(30% - 25px) calc(0% + 2px), calc(30% + 25px) calc(0% + 2px), calc(30% + 25px) 0%, 100% 0%, 100% 100%, calc(50% + 25px) 100%, calc(50% + 25px) calc(100% - 2px), calc(50% - 25px) calc(100% - 2px), calc(50% - 25px) 100%, 0% 100%);
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 3) .border,
  #main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 4) .border {
    clip-path: polygon(0% 0%, calc(35% - 25px) 0%, calc(35% - 25px) calc(0% + 2px), calc(35% + 25px) calc(0% + 2px), calc(35% + 25px) 0%, 100% 0%, 100% 100%, calc(50% + 25px) 100%, calc(50% + 25px) calc(100% - 2px), calc(50% - 25px) calc(100% - 2px), calc(50% - 25px) 100%, 0% 100%);
  }
}
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 3)::after,
#main .main_contents .section.section_question .section_content .qa_ul > li .a .answer_ul li:nth-of-type(4n + 4)::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          transform: translateX(-50%) translateY(-50%) rotate(-60deg);
}
#main .main_contents .section.section_question .section_content .qa_ul > li.open .q .icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#main .main_contents .section.section_question .section_content .qa_ul > li.open .q .icon::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#main .main_contents .section.section_question .section_content .qa_ul > li.open .a .answer_ul {
  -webkit-transition: opacity 0.5s 0.25s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.5s 0.25s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.5s 0.25s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.5s 0.25s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#main .main_contents .section.section_gallery .section_content .slide_ul {
  margin: 0 auto;
  width: 972px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul {
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul {
    width: 100%;
  }
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .photo {
  padding-top: 66.6666666667%;
  width: 100%;
  position: relative;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .photo::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .head,
#main .main_contents .section.section_gallery .section_content .slide_ul li .body {
  -webkit-transition: opacity 0.25s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.25s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.25s, transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.25s, transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .head {
  margin-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul li .head {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul li .head {
    margin-top: 30px;
  }
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .head h4 {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.08em;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .head h4 span {
  font-weight: 500;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .head h4 {
  color: #4b70b5;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul li .head h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul li .head h4 {
    font-size: 20px;
  }
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .body {
  margin-top: 40px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul li .body {
    margin-top: 32px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul li .body {
    margin-top: 25px;
  }
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .body p span {
  font-weight: 400;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li .body p {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul li .body p {
    font-size: 15px;
    line-height: 31px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul li .body p {
    text-align: justify;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul li .body p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_gallery .section_content .slide_ul li .body p br {
    display: none;
  }
}
#main .main_contents .section.section_gallery .section_content .slide_ul li:nth-of-type(1) .photo::before {
  background-image: url("../img/gallery/1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li:nth-of-type(2) .photo::before {
  background-image: url("../img/gallery/2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li:nth-of-type(3) .photo::before {
  background-image: url("../img/gallery/3.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li:nth-of-type(4) .photo::before {
  background-image: url("../img/gallery/4.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li:nth-of-type(5) .photo::before {
  background-image: url("../img/gallery/5.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li:nth-of-type(6) .photo::before {
  background-image: url("../img/gallery/6.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li:nth-of-type(7) .photo::before {
  background-image: url("../img/gallery/7.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_gallery .section_content .slide_ul li.slick-current .head,
#main .main_contents .section.section_gallery .section_content .slide_ul li.slick-current .body {
  -webkit-transition: opacity 0.5s 0.25s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.5s 0.25s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.5s 0.25s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.5s 0.25s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section.section_gallery .section_content .slide_arrow {
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
  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: 34px;
  height: 34px;
  border: 1px solid #4b70b5;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow {
    width: 28px;
    height: 28px;
  }
}
#main .main_contents .section.section_gallery .section_content .slide_arrow svg {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
  fill: none;
  stroke: #4b70b5;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow svg.svg_pc {
    display: none;
  }
}
#main .main_contents .section.section_gallery .section_content .slide_arrow svg.svg_mb {
  display: none;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow svg.svg_mb {
    display: block;
  }
}
#main .main_contents .section.section_gallery .section_content .slide_arrow_prev svg {
  -webkit-transform: translateX(-0.5px);
          transform: translateX(-0.5px);
}
#main .main_contents .section.section_gallery .section_content .slide_arrow_next svg {
  -webkit-transform: translateX(0.5px);
          transform: translateX(0.5px);
}
@media screen and (min-width: 1079px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow:hover {
    border: 1px solid #329fdf;
    background-color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow:hover svg {
    stroke: #ffffff;
  }
}
#main .main_contents .section.section_gallery .section_content .slide_arrow {
  top: 324px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow {
    top: 25.3333333333vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow {
    background-color: #4b70b5;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow {
    top: 29.3333333333vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow svg {
    stroke: #ffffff;
  }
}
#main .main_contents .section.section_gallery .section_content .slide_arrow_prev {
  right: calc(100% + 30px);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow_prev {
    right: 100%;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
  }
}
#main .main_contents .section.section_gallery .section_content .slide_arrow_next {
  left: calc(100% + 30px);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_gallery .section_content .slide_arrow_next {
    left: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
#main .main_contents .section.section_gallery .section_content .slide_arrow.opcity0 {
  opacity: 0;
}
#main .main_contents .section.section_gallery .section_content .slide_arrow.setTransition {
  -webkit-transition: background-color 0.3s, opacity 0.5s;
  transition: background-color 0.3s, opacity 0.5s;
}
#main .main_contents .section.section_gallery .section_content .slide_arrow.hide {
  opacity: 0;
  pointer-events: none;
}
#main .main_contents .section.section_gallery .section_content .slick-slider {
  -ms-touch-action: auto;
  touch-action: auto;
}
#main .guide {
  display: none;
}
@media screen and (max-width: 859px) {
  #main .guide {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
}
#main .guide .guide_bg {
  opacity: 0;
  background-color: #000000;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
}
#main .guide .plus {
  opacity: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: relative;
}
#main .guide .plus > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#main .guide .plus::before, #main .guide .plus::after {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
}
#main .guide .plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#main .guide.fadeIn .guide_bg {
  -webkit-animation: guideBgFade 2s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
          animation: guideBgFade 2s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
#main .guide.fadeIn .plus {
  -webkit-animation: guidePlusFade 2s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
          animation: guidePlusFade 2s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
@-webkit-keyframes guideBgFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes guideBgFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes guidePlusFade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes guidePlusFade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#main .modal {
  -webkit-transition: left 0s 1s, right 0s 1s;
  transition: left 0s 1s, right 0s 1s;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
  left: -200vw;
  right: 300vw;
  top: 0;
  bottom: 0;
  z-index: 110;
}
#main .modal .modal_bg {
  -webkit-transition: opacity 0.5s 0.25s;
  transition: opacity 0.5s 0.25s;
  opacity: 0;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
#main .modal .modal_bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
}
#main .modal .modal_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1px auto 1px;
  grid-template-columns: 1px auto 1px;
  margin-top: 80px;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  overflow: scroll;
  overscroll-behavior-y: contain;
  position: relative;
}
#main .modal .modal_container .modal_container_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .modal .modal_container::before, #main .modal .modal_container::after {
  content: "";
  display: inline-block;
  height: calc(100% + 1px);
}
#main .modal .modal_container .modal_content {
  -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: translateY(20px);
          transform: translateY(20px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#main .modal .modal_container .modal_content .modal_content_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .modal .modal_container .modal_content .work_illust {
  margin: 1px 6vw 30px;
  padding: 6vw;
  background-color: #ffffff;
  position: relative;
}
#main .modal .modal_container .modal_content .work_illust img {
  width: 800px;
}
#main .modal .modal_container .modal_close {
  -webkit-transition: opacity 0.5s, right 0s 0.5s;
  transition: opacity 0.5s, right 0s 0.5s;
  opacity: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  position: fixed;
  right: -200vw;
  top: 20px;
}
#main .modal .modal_container .modal_close > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#main .modal .modal_container .modal_close::before, #main .modal .modal_container .modal_close::after {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #ffffff;
}
#main .modal .modal_container .modal_close::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
#main .modal .modal_container .modal_close::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
@media screen and (min-width: 1079px) {
  #main .modal .modal_container .modal_close:hover::before, #main .modal .modal_container .modal_close:hover::after {
    background-color: #85c4e4;
  }
}
#main .modal.active {
  -webkit-transition: left 0s 0s, right 0s 0s;
  transition: left 0s 0s, right 0s 0s;
  left: 0;
  right: 0;
}
#main .modal.active .modal_bg {
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  opacity: 0.85;
}
#main .modal.active .modal_container .modal_content {
  -webkit-transition: opacity 0.5s 0.25s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.5s 0.25s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.5s 0.25s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 0.5s 0.25s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#main .modal.active .modal_container .modal_close {
  -webkit-transition: opacity 0.5s 0.25s;
  transition: opacity 0.5s 0.25s;
  opacity: 1;
  right: 20px;
}

#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: 378.4047564;
  }
}

@keyframes circleAnim_11 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 378.4047564;
  }
}
@-webkit-keyframes circleAnim_12 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 196.9778184;
  }
}
@keyframes circleAnim_12 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 196.9778184;
  }
}
@-webkit-keyframes circleAnim_13 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 103.672536;
  }
}
@keyframes circleAnim_13 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 103.672536;
  }
}
@-webkit-keyframes circleAnim_14 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnim_14 {
  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: 425.0573976;
  }
}
@keyframes circleAnim_21 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 425.0573976;
  }
}
@-webkit-keyframes circleAnim_22 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 331.7521152;
  }
}
@keyframes circleAnim_22 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 331.7521152;
  }
}
@-webkit-keyframes circleAnim_23 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 176.2433112;
  }
}
@keyframes circleAnim_23 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 176.2433112;
  }
}
@-webkit-keyframes circleAnim_24 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 46.6526412;
  }
}
@keyframes circleAnim_24 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 46.6526412;
  }
}
@-webkit-keyframes circleAnim_25 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnim_25 {
  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: 20.7345072;
  }
}
@keyframes circleAnim_31 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 20.7345072;
  }
}
@-webkit-keyframes circleAnim_32 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 15.5508804;
  }
}
@keyframes circleAnim_32 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 15.5508804;
  }
}
@-webkit-keyframes circleAnim_33 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 5.1836268;
  }
}
@keyframes circleAnim_33 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 5.1836268;
  }
}
@-webkit-keyframes circleAnim_34 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnim_34 {
  0% {
    opacity: 0;
    stroke-dashoffset: 518.36268;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadePhotoPop_01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes fadePhotoPop_01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes fadePhotoPop_02 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadePhotoPop_02 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */