.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 .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_content {
  margin: 100px auto 0;
  width: 1100px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_content {
    margin-top: 80px;
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section .section_content {
    width: 100vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_content {
    margin-top: 60px;
  }
}
#main .main_contents .section.section_service .section_title {
  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_service .section_title {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_title {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .main_contents .section.section_service .section_title .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_service .section_title .lineWrap .line {
  width: 100%;
  height: 2px;
  background-color: #333333;
}
#main .main_contents .section.section_service .section_title .lineWrap .line:nth-of-type(2),
#main .main_contents .section.section_service .section_title .lineWrap .line:nth-of-type(3) {
  margin-top: 3px;
}
#main .main_contents .section.section_service .section_title .text {
  padding-left: 0.02em;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main .main_contents .section.section_service .section_title .text span {
  font-weight: 500;
}
#main .main_contents .section.section_service .section_title .text {
  color: #333333;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_title .text {
    font-size: 66px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_title .text {
    font-size: 52px;
  }
}
#main .main_contents .section.section_service .section_title.fadeElem .lineWrap.lineWrap_L {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .main_contents .section.section_service .section_title.fadeElem .lineWrap.lineWrap_R {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_title.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section.section_service .section_title.fadeIn .lineWrap.lineWrap_L,
#main .main_contents .section.section_service .section_title.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_service .section_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_service .section_title {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_title {
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_title {
    width: 100%;
  }
}
#main .main_contents .section.section_service .section_title .text {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.15em;
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .main_contents .section.section_service .section_title .text span {
  font-weight: 600;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_title .text {
    font-size: 34px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_title .text {
    font-size: 30px;
    line-height: 1.65em;
  }
}
#main .main_contents .section.section_service .section_content {
  margin-top: 150px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content {
    margin-top: 105px;
    width: 76vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content {
    margin-top: 60px;
  }
}
#main .main_contents .section.section_service .section_content .service {
  position: relative;
}
#main .main_contents .section.section_service .section_content .service .number {
  position: absolute;
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service .number {
    display: none;
  }
}
#main .main_contents .section.section_service .section_content .service .number svg {
  fill: #ebebeb;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service .number svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 480px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box {
    width: 420px;
    height: 420px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box {
    width: 310px;
    height: 310px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box {
    width: 260px;
    height: 260px;
  }
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box::before {
  content: "";
  display: inline-block;
  background-color: #4b70b5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box .num_mb {
  display: none;
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box .num_mb {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box .num_mb {
    margin-bottom: 15px;
  }
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box .num_mb svg {
  fill: #ffffff;
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box .num_mb .text {
  text-align: center;
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box h4 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  padding-left: 0.15em;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box h4 span {
  font-weight: 600;
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box h4 {
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box h4 {
    font-size: 29px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box h4 {
    font-size: 26px;
  }
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box .sub {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  padding-top: 20px;
  padding-left: 0.1em;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box .sub span {
  font-weight: 500;
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box .sub {
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box .sub {
    padding-top: 17px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box .sub {
    padding-top: 15px;
  }
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box p {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 40px;
  width: 288px;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box p span {
  font-weight: 400;
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box p {
  color: #ffffff;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box p {
    padding-top: 30px;
    width: 290px;
    font-size: 15px;
    line-height: 31px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box p {
    display: none;
  }
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box .btn_mb {
  display: none;
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box .btn_mb {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    margin-top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
  }
  #main .main_contents .section.section_service .section_content .service .box_wrap .box .btn_mb > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box .btn_mb {
    margin-top: 18px;
    width: 22px;
    height: 22px;
  }
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box .btn_mb::before, #main .main_contents .section.section_service .section_content .service .box_wrap .box .btn_mb::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;
  background-color: #ffffff;
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box .btn_mb::before {
  width: 14px;
  height: 1px;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box .btn_mb::before {
    width: 9px;
    height: 1px;
  }
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box .btn_mb::after {
  width: 1px;
  height: 14px;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service .box_wrap .box .btn_mb::after {
    width: 1px;
    height: 9px;
  }
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box.fadeElem::before {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
#main .main_contents .section.section_service .section_content .service .box_wrap .box.fadeIn::before {
  -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s 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.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
}
@-webkit-keyframes fadePhotoPop_01 {
  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 fadePhotoPop_01 {
  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 fadePhotoPop_02 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadePhotoPop_02 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#main .main_contents .section.section_service .section_content .service .photo_wrap .photo {
  padding-top: 240px;
  width: 360px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service .photo_wrap .photo {
    padding-top: 173.3333333333px;
    width: 260px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .service .photo_wrap .photo {
    padding-top: 160px;
    width: 240px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service .photo_wrap .photo {
    padding-top: 104px;
    width: 156px;
  }
}
#main .main_contents .section.section_service .section_content .service .photo_wrap .photo::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_service .section_content .arrow_content {
  margin: 0 auto;
  width: 620px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content {
    width: 450px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content {
    width: 400px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .arrow_content {
    width: 340px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content {
    width: 280px;
  }
}
@media screen and (max-width: 439px) {
  #main .main_contents .section.section_service .section_content .arrow_content {
    width: 230px;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content .arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_service .section_content .arrow_content .arrow svg {
  fill: none;
  stroke: #333333;
  stroke-width: 2px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content .arrow svg {
    stroke-width: 1.5px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content .arrow svg.svg_pc {
    display: none;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content .arrow svg.svg_mb {
  display: none;
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content .arrow svg.svg_mb {
    display: block;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content .arrow.arrow_mb svg {
    stroke-width: 1.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content .arrow.arrow_mb svg {
    stroke-width: 1px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
#main .main_contents .section.section_service .section_content .service.service_1 .number {
  right: calc(50% + 403px);
  top: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_1 .number {
    right: calc(50% + 300px);
    top: -25px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_1 .box_wrap {
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
  right: 170px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_1 .box_wrap {
    right: 100px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_1 .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    z-index: 1;
  }
}
#main .main_contents .section.section_service .section_content .service.service_1 .box_wrap .box::before {
  background-color: #329fdf;
}
#main .main_contents .section.section_service .section_content .service.service_1 .photo_wrap {
  position: absolute;
  left: calc(50% + 190px);
  top: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_1 .photo_wrap {
    left: calc(50% + 140px);
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_1 .photo_wrap {
    left: auto;
    right: calc(50% + 50px);
    top: auto;
    bottom: -130px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_1 .photo_wrap {
    right: calc(50% + 40px);
    bottom: -76px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_1 .photo_wrap .photo::before {
  background-image: url("../img/11.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 {
  margin-top: 100px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 {
    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;
    margin-top: 0;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_1 {
  width: 215px;
  height: 560px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_1 {
    width: 90px;
    height: 510px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_1 {
    display: none;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_1::before {
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  border-radius: 0 15px 0 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_1::before {
    border-top: 1.5px solid #333333;
    border-right: 1.5px solid #333333;
    border-radius: 0 12px 0 0;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_1 svg {
  right: 0;
  -webkit-transform: translateX(calc(50% - 1px));
          transform: translateX(calc(50% - 1px));
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_1.fadeElem::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_1.fadeElem svg {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
@-webkit-keyframes arrowMove_11_in {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  }
}
@keyframes arrowMove_11_in {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  }
}
@-webkit-keyframes arrowMove_11_out {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes arrowMove_11_out {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_1.fadeIn::before {
  -webkit-animation: arrowMove_11_in 0.4s cubic-bezier(0.5, 0, 0.75, 0) 0.5s backwards, arrowMove_11_out 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
          animation: arrowMove_11_in 0.4s cubic-bezier(0.5, 0, 0.75, 0) 0.5s backwards, arrowMove_11_out 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_1.fadeIn svg {
  -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_2 {
  width: 620px;
  height: 300px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_2 {
    width: 570px;
    height: 250px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_2 {
    display: none;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_2::before {
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  border-radius: 15px 0 0 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_2::before {
    border-top: 1.5px solid #333333;
    border-right: 1.5px solid #333333;
    border-radius: 12px 0 0 0;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_2 svg {
  left: 0;
  -webkit-transform: translateX(calc(-50% + 1px));
          transform: translateX(calc(-50% + 1px));
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_2.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_2.fadeElem svg {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
@-webkit-keyframes arrowMove_12_in {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  }
}
@keyframes arrowMove_12_in {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  }
}
@-webkit-keyframes arrowMove_12_out {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes arrowMove_12_out {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_2.fadeIn::before {
  -webkit-animation: arrowMove_12_in 0.8s cubic-bezier(0.5, 0, 0.75, 0) 0.5s backwards, arrowMove_12_out 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1.3s forwards;
          animation: arrowMove_12_in 0.8s cubic-bezier(0.5, 0, 0.75, 0) 0.5s backwards, arrowMove_12_out 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1.3s forwards;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_2.fadeIn svg {
  -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_11 {
  display: none;
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_11 {
    display: block;
    width: 1.5px;
    height: 170px;
    position: relative;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_11 {
    width: 1px;
    height: 120px;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_11::before {
  background-color: #333333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_11.fadeElem::before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_11.fadeIn::before {
  -webkit-transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12 {
  display: none;
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12 {
    display: block;
    width: 300px;
    height: 150px;
    position: relative;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12 {
    width: 260px;
    height: 130px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12 {
    width: 180px;
    height: 100px;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12::before {
  border-top: 1.5px solid #333333;
  border-left: 1.5px solid #333333;
  border-right: 1.5px solid #333333;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12::before {
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-radius: 10px 10px 0 0;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12 svg {
  left: 0;
  -webkit-transform: translateX(calc(-50% + 0.5px));
          transform: translateX(calc(-50% + 0.5px));
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12 svg.svg_mb_2 {
  left: auto;
  right: 0;
  -webkit-transform: translateX(calc(50% - 0.5px));
          transform: translateX(calc(50% - 0.5px));
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12.fadeElem::before {
  clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12.fadeElem svg {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
@-webkit-keyframes arrowMove_mb_12_in {
  0% {
    clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 50% 100%);
  }
}
@keyframes arrowMove_mb_12_in {
  0% {
    clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 50% 100%);
  }
}
@-webkit-keyframes arrowMove_mb_12_out {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 50% 100%);
  }
  100% {
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 50% 100%);
  }
}
@keyframes arrowMove_mb_12_out {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 50% 100%);
  }
  100% {
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 50% 100%);
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12.fadeIn::before {
  -webkit-animation: arrowMove_mb_12_in 0.8s cubic-bezier(0.5, 0, 0.75, 0) 1s backwards, arrowMove_mb_12_out 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1.8s forwards;
          animation: arrowMove_mb_12_in 0.8s cubic-bezier(0.5, 0, 0.75, 0) 1s backwards, arrowMove_mb_12_out 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1.8s forwards;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_12 .arrow.arrow_mb_12.fadeIn svg {
  -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .service.service_2 {
  margin-top: 30px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_2 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_2 {
    margin-top: 20px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_2 .number {
  left: 50%;
  top: -170px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .number {
    top: -220px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_2 .number svg {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .number svg {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
}
#main .main_contents .section.section_service .section_content .service.service_2 .box_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 140px auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .box_wrap {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .box_wrap {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .box_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .box_wrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 0 40px;
    width: 35vw;
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 1079px) and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .box_wrap .box {
    padding: 30px 0 35px;
    width: 40vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .box_wrap .box::before {
    border-radius: 12px;
  }
  #main .main_contents .section.section_service .section_content .service.service_2 .box_wrap .box p {
    width: auto;
  }
}
#main .main_contents .section.section_service .section_content .service.service_2 .box_wrap .box:nth-of-type(1)::before {
  background-color: #009557;
}
#main .main_contents .section.section_service .section_content .service.service_2 .box_wrap .box:nth-of-type(2)::before {
  background-color: #4b70b5;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .box_wrap .box:nth-of-type(2) p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .box_wrap .box:nth-of-type(2) p {
    margin-bottom: 0;
  }
}
#main .main_contents .section.section_service .section_content .service.service_2 .photo_wrap {
  position: absolute;
  left: 50%;
  top: calc(100% + 50px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .photo_wrap .photo {
    width: 260px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .photo_wrap .photo {
    width: 240px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_2 .photo_wrap .photo {
    width: 162px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_2 .photo_wrap .photo::before {
  background-image: url("../img/21.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 {
  margin-top: 30px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 {
    margin-top: 0;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1 {
  width: 2px;
  height: 620px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1 {
    width: 1.5px;
    height: 480px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1 {
    height: 400px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1 {
    height: 350px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1 {
    width: 1px;
    height: 305px;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1::before {
  background-color: #333333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1 svg {
  right: 0;
  -webkit-transform: translateX(calc(50% - 1px));
          transform: translateX(calc(50% - 1px));
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1 svg {
    stroke-width: 1px;
    -webkit-transform: translateX(calc(50% - 0.5px));
            transform: translateX(calc(50% - 0.5px));
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4 {
  width: 2px;
  height: 620px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4 {
    width: 1.5px;
    height: 480px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4 {
    height: 400px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4 {
    height: 350px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4 {
    width: 1px;
    height: 305px;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4::before {
  background-color: #333333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4 svg {
  right: 0;
  -webkit-transform: translateX(calc(50% - 1px));
          transform: translateX(calc(50% - 1px));
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4 svg {
    stroke-width: 1px;
    -webkit-transform: translateX(calc(50% - 0.5px));
            transform: translateX(calc(50% - 0.5px));
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1.fadeElem::before,
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4.fadeElem::before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1.fadeElem svg,
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4.fadeElem svg {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1.fadeIn::before,
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4.fadeIn::before {
  -webkit-transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_1.fadeIn svg,
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_4.fadeIn svg {
  -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.4s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.4s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2 {
  width: 240px;
  height: 230px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2 {
    width: 190px;
    height: 180px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2 {
    width: 170px;
    height: 150px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2 {
    width: 140px;
    height: 130px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2 {
    width: 90px;
    height: 96px;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2::before {
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  border-radius: 0 15px 0 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2::before {
    border-top: 1.5px solid #333333;
    border-right: 1.5px solid #333333;
    border-radius: 0 12px 0 0;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2::before {
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    border-radius: 0 10px 0 0;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2 svg {
  right: 0;
  -webkit-transform: translateX(calc(50% - 1px));
          transform: translateX(calc(50% - 1px));
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2 svg {
    -webkit-transform: translateX(calc(50% - 0.5px));
            transform: translateX(calc(50% - 0.5px));
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2.fadeElem::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2.fadeElem svg {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
@-webkit-keyframes arrowMove_22_in {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  }
}
@keyframes arrowMove_22_in {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  }
}
@-webkit-keyframes arrowMove_22_out {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes arrowMove_22_out {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2.fadeIn::before {
  -webkit-animation: arrowMove_22_in 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.3s backwards, arrowMove_22_out 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
          animation: arrowMove_22_in 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.3s backwards, arrowMove_22_out 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_2.fadeIn svg {
  -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3 {
  width: 240px;
  height: 230px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3 {
    width: 190px;
    height: 180px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3 {
    width: 170px;
    height: 150px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3 {
    width: 140px;
    height: 130px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3 {
    width: 90px;
    height: 96px;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3::before {
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  border-radius: 15px 0 0 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3::before {
    border-top: 1.5px solid #333333;
    border-left: 1.5px solid #333333;
    border-radius: 12px 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3::before {
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-radius: 10px 0 0 0;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3 svg {
  left: 0;
  -webkit-transform: translateX(calc(-50% + 1px));
          transform: translateX(calc(-50% + 1px));
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3 svg {
    -webkit-transform: translateX(calc(-50% + 0.5px));
            transform: translateX(calc(-50% + 0.5px));
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3.fadeElem svg {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
@-webkit-keyframes arrowMove_23_in {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  }
}
@keyframes arrowMove_23_in {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  }
}
@-webkit-keyframes arrowMove_23_out {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes arrowMove_23_out {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3.fadeIn::before {
  -webkit-animation: arrowMove_23_in 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.3s backwards, arrowMove_23_out 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
          animation: arrowMove_23_in 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.3s backwards, arrowMove_23_out 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_23 .arrow.arrow_3.fadeIn svg {
  -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .service.service_3 {
  margin-top: 30px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_3 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_3 {
    margin-top: 20px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_3 .number {
  left: 40px;
  bottom: calc(100% - 15px);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .number {
    left: 20px;
    bottom: calc(100% - 45px);
  }
}
#main .main_contents .section.section_service .section_content .service.service_3 .box_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap {
    -ms-grid-columns: auto 30px auto 30px auto;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap {
    margin: 0 6vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box {
  display: block;
  padding: 60px 50px;
  width: auto;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box {
    padding: 50px 40px;
    width: 270px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    padding: 35px 0 40px;
    width: 160px;
  }
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box {
    width: 140px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box {
    padding: 30px 0 35px;
    width: 90px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box::before {
  border-radius: 20px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box::before {
    border-radius: 16px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box::before {
    border-radius: 12px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box .container {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: start;
        align-self: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box .container .num_mb {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box .container h4 {
    -ms-grid-column-align: center;
        justify-self: center;
    padding-left: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box .container h4 span.t_combine {
    margin-top: -0.5em;
    margin-left: 0.2em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box .container .sub {
    -ms-grid-column-align: center;
        justify-self: center;
    padding-left: 0;
    padding-top: 5px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box .container .sub span.t_combine {
    margin-top: -0.5em;
    margin-left: 0.2em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
  }
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box .container .sub {
    position: relative;
    left: -1px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box .container p {
  width: auto;
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box .btn_mb {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
#main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box:nth-of-type(1)::before {
  background-color: #009557;
}
#main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box:nth-of-type(2)::before {
  background-color: #329fdf;
}
#main .main_contents .section.section_service .section_content .service.service_3 .box_wrap .box:nth-of-type(3)::before {
  background-color: #4b70b5;
}
#main .main_contents .section.section_service .section_content .service.service_3 .photo_wrap {
  position: absolute;
  left: 50%;
  top: calc(100% + 100px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .photo_wrap {
    top: calc(100% + 80px);
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_3 .photo_wrap {
    top: calc(100% + 50px);
  }
}
#main .main_contents .section.section_service .section_content .service.service_3 .photo_wrap .photo::before {
  background-image: url("../img/31.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 {
  margin-top: 30px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 {
    margin-top: 0;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1 {
  width: 2px;
  height: 540px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1 {
    width: 1.5px;
    height: 470px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1 {
    height: 270px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1 {
    height: 250px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1 {
    width: 1px;
    height: 220px;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1::before {
  background-color: #333333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1 svg {
  right: 0;
  -webkit-transform: translateX(calc(50% - 1px));
          transform: translateX(calc(50% - 1px));
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1 svg {
    -webkit-transform: translateX(calc(50% - 0.5px));
            transform: translateX(calc(50% - 0.5px));
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2 {
  width: 2px;
  height: 540px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2 {
    width: 1.5px;
    height: 470px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2 {
    height: 270px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2 {
    height: 250px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2 {
    width: 1px;
    height: 220px;
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2::before {
  background-color: #333333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2 svg {
  right: 0;
  -webkit-transform: translateX(calc(50% - 1px));
          transform: translateX(calc(50% - 1px));
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2 svg {
    -webkit-transform: translateX(calc(50% - 0.5px));
            transform: translateX(calc(50% - 0.5px));
  }
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1.fadeElem::before,
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2.fadeElem::before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1.fadeElem svg,
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2.fadeElem svg {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1.fadeIn::before,
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2.fadeIn::before {
  -webkit-transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_1.fadeIn svg,
#main .main_contents .section.section_service .section_content .arrow_content.arrow_content_34 .arrow.arrow_2.fadeIn svg {
  -webkit-transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.4s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.4s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section.section_service .section_content .service.service_4 {
  margin-top: 30px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_4 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_4 {
    margin-top: 20px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_4 .number {
  left: 50%;
  top: -160px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .number {
    top: -200px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_4 .number svg {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .number svg {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
}
#main .main_contents .section.section_service .section_content .service.service_4 .box_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 140px auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .box_wrap {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .box_wrap {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .box_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .box_wrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 0 40px;
    width: 35vw;
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 1079px) and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .box_wrap .box {
    padding: 30px 0 35px;
    width: 40vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .box_wrap .box::before {
    border-radius: 12px;
  }
  #main .main_contents .section.section_service .section_content .service.service_4 .box_wrap .box p {
    width: auto;
  }
}
#main .main_contents .section.section_service .section_content .service.service_4 .box_wrap .box:nth-of-type(1)::before {
  background-color: #009557;
}
#main .main_contents .section.section_service .section_content .service.service_4 .box_wrap .box:nth-of-type(2)::before {
  background-color: #4b70b5;
}
#main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 100px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 150px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap {
    margin-top: 110px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 50px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(1) {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-top: 90px;
  padding-top: 266.6666666667px;
  width: 400px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(1) {
    margin-top: 70px;
    padding-top: 226.6666666667px;
    width: 340px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(1) {
    padding-top: 186.6666666667px;
    width: 280px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(1) {
    padding-top: 153.3333333333px;
    width: 230px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(1) {
    margin-top: 50px;
    padding-top: 120px;
    width: 180px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(1)::before {
  background-image: url("../img/41.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(2) {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  padding-top: 180px;
  width: 270px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(2) {
    padding-top: 153.3333333333px;
    width: 230px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(2) {
    padding-top: 133.3333333333px;
    width: 200px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(2) {
    padding-top: 113.3333333333px;
    width: 170px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(2) {
    padding-top: 92px;
    width: 138px;
  }
}
#main .main_contents .section.section_service .section_content .service.service_4 .photo_wrap .photo:nth-of-type(2)::before {
  background-image: url("../img/42.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#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 .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 .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-y: 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 .service_detail {
  -ms-grid-row-align: center;
      align-self: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 10px 6vw 90px;
  position: relative;
}
#main .modal .modal_container .service_detail .service_detail_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .modal .modal_container .service_detail .service_ul {
  -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;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  left: -200vw;
  top: -200vh;
}
#main .modal .modal_container .service_detail .service_ul li {
  position: absolute;
  top: -200vh;
  left: -200vw;
}
#main .modal .modal_container .service_detail .service_ul li h4,
#main .modal .modal_container .service_detail .service_ul li .sub,
#main .modal .modal_container .service_detail .service_ul li p {
  -webkit-transition: opacity 0.5s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.5s, transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.5s, transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .modal .modal_container .service_detail .service_ul li h4 {
  padding-left: 0.15em;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .modal .modal_container .service_detail .service_ul li h4 span {
  font-weight: 600;
}
#main .modal .modal_container .service_detail .service_ul li h4 {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 639px) {
  #main .modal .modal_container .service_detail .service_ul li h4 {
    font-size: 24px;
  }
}
#main .modal .modal_container .service_detail .service_ul li .sub {
  padding-top: 20px;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .modal .modal_container .service_detail .service_ul li .sub span {
  font-weight: 400;
}
#main .modal .modal_container .service_detail .service_ul li .sub {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 639px) {
  #main .modal .modal_container .service_detail .service_ul li .sub {
    padding-top: 15px;
    font-size: 14px;
  }
}
#main .modal .modal_container .service_detail .service_ul li p {
  margin-block: calc((1em - 1lh) / 2);
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  width: 500px;
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .modal .modal_container .service_detail .service_ul li p span {
  font-weight: 400;
}
#main .modal .modal_container .service_detail .service_ul li p {
  color: #ffffff;
  text-align: justify;
}
@media screen and (max-width: 639px) {
  #main .modal .modal_container .service_detail .service_ul li p {
    padding-top: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
#main .modal .modal_container .service_detail .service_ul li.active {
  position: relative;
  left: 0;
  top: 0;
}
#main .modal .modal_container .service_detail .service_ul.active {
  position: relative;
  left: 0;
  top: 0;
}
#main .modal .modal_container .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 .close > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#main .modal .modal_container .close::before, #main .modal .modal_container .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 .close::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
#main .modal .modal_container .close::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
@media screen and (min-width: 1079px) {
  #main .modal .modal_container .close:hover::before, #main .modal .modal_container .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 .bg {
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  opacity: 0.85;
}
#main .modal.active .modal_container .service_detail .service_ul.active li.active h4,
#main .modal.active .modal_container .service_detail .service_ul.active li.active .sub,
#main .modal.active .modal_container .service_detail .service_ul.active li.active p {
  -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 .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;
  }
}
/*# sourceMappingURL=style.css.map */