body #wrapper .about {
  width: 1600px;
  padding-top: 90px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .about {
    width: 100vw;
    padding-top: 6vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .about {
    width: 100vw;
    padding-top: 11vw;
  }
}
body #wrapper .about .about_image {
  width: 1600px;
}
body #wrapper .about .about_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .about .about_image {
    width: 100vw;
    height: 13vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .about .about_image {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  body #wrapper .about .about_image_sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .about .about_image_sp {
    width: 100vw;
    height: 32vw;
  }
  body #wrapper .about .about_image_sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body #wrapper .about .about_text {
  width: 1600px;
  position: absolute;
  top: 47%;
  left: 0%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 1500px) {
  body #wrapper .about .about_text {
    width: 100vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .about .about_text {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .about .about_text {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .about .about_text {
    font-size: 40px;
    top: 45%;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .about .about_text {
    font-size: 36px;
    top: 52%;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .about .about_text {
    font-size: 32px;
    top: 54%;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .about .about_text {
    font-size: 28px;
    top: 54%;
  }
}
body #wrapper .company_contents {
  padding-top: 40px;
  background: url(../img/bg-pattern.png) no-repeat right top;
  background-size: 100% 100%;
  z-index: -99;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents {
    padding-top: 3vw;
  }
}
body #wrapper .company_contents #concept {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept {
    width: 68vw;
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #concept {
    width: 100vw;
    margin-left: 8vw;
    margin-right: 8vw;
    margin-bottom: 38vw;
  }
}
body #wrapper .company_contents #concept .concept_title_box {
  width: 1100px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
  animation-name: move_to_right;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept .concept_title_box {
    width: 68vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #concept .concept_title_box {
    width: 76vw;
  }
}
body #wrapper .company_contents #concept .concept_title_box .concept_title {
  width: 1100px;
  display: flex;
  margin-bottom: 30px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
  animation-name: move_to_left;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title {
    width: 68vw;
    margin-bottom: 2vw;
  }
}
body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  position: relative;
  margin-left: 100px;
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_en {
    font-size: 35px;
    margin-left: 3vw;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_en {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_en {
    font-size: 18px;
  }
}
body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_en::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -100px;
}
body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_jp {
  width: 200px;
  display: block;
  margin: auto 0;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_jp {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #concept .concept_title_box .concept_title .concept_title_jp {
    font-size: 12px;
  }
}
body #wrapper .company_contents #concept .concept_box {
  width: 100%;
  display: flex;
  position: relative;
  opacity: 0;
  background: linear-gradient(90deg, rgba(0, 30, 107, 0.88) 0%, #46A9E1 60.6%);
  animation-name: slidein_from_left;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept .concept_box {
    width: 68vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #concept .concept_box {
    width: 76vw;
    height: 42vw;
  }
}
body #wrapper .company_contents #concept .concept_box .concept_text {
  width: 850px;
  height: 580px;
  padding-top: 100px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept .concept_box .concept_text {
    width: 54vw;
    height: 35vw;
    padding-top: 6vw;
    padding-left: 2vw;
    padding-right: 18vw;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #concept .concept_box .concept_text {
    padding-top: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #concept .concept_box .concept_text {
    padding-top: 1vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #concept .concept_box .concept_text {
    padding-top: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 85vw;
  }
}
body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_large {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: white;
  line-height: 2em;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_large {
    font-size: 32px;
    margin-bottom: 3vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_large {
    font-size: 28px;
    line-height: 1.5em;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_large {
    font-size: 22px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_large {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_large {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_large {
    font-size: 28px;
    line-height: 1.6em;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_large {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_large {
    font-size: 16px;
  }
}
body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_small {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_small {
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .concept_text_small {
    font-size: 10px;
  }
}
body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white {
  position: absolute;
  top: 86%;
  left: 25%;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white {
    top: 30vw;
    left: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white {
    top: 28vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white {
    top: 33vw;
    left: 10vw;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white {
    top: 33vw;
    left: 10vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white a {
    font-size: 20px;
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white a {
    padding: 6px 30px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white a {
    font-size: 18px;
    padding: 5px 25px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white a {
    font-size: 16px;
    padding: 4px 20px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white a {
    font-size: 14px;
    padding: 3px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white a:after {
    top: 25px;
    right: -30px;
    width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white a:after {
    top: 20px;
    right: -20px;
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white a:after {
    top: 18px;
    right: -40px;
    width: 50px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #concept .concept_box .concept_text .read_more_btn_white a:after {
    top: 16px;
    right: -22px;
    width: 30px;
  }
}
body #wrapper .company_contents #concept .concept_box .concept_image {
  position: absolute;
  width: 510px;
  height: 510px;
  top: 35px;
  right: 0px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #concept .concept_box .concept_image {
    width: 31vw;
    height: 31vw;
    top: 2vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #concept .concept_box .concept_image {
    width: 40vw;
    height: 40vw;
    top: 34vw;
    left: 44vw;
  }
  body #wrapper .company_contents #concept .concept_box .concept_image img {
    width: 40vw;
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body #wrapper .company_contents #overview {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #overview {
    width: 68vw;
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #overview {
    width: 100vw;
    margin-left: 16vw;
    margin-right: 8vw;
    margin-bottom: 38vw;
  }
}
body #wrapper .company_contents #overview .overview_title_box {
  width: 1100px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #overview .overview_title_box {
    width: 68vw;
  }
}
body #wrapper .company_contents #overview .overview_title_box.animate {
  animation-name: move_to_right;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
body #wrapper .company_contents #overview .overview_title_box .overview_title {
  width: 1100px;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title {
    width: 68vw;
    margin-bottom: 2vw;
  }
}
body #wrapper .company_contents #overview .overview_title_box .overview_title.animate {
  animation-name: move_to_left;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  position: relative;
  margin-left: 100px;
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_en {
    font-size: 35px;
    margin-left: 3vw;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_en {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_en {
    font-size: 18px;
  }
}
body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_en::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -100px;
}
body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_jp {
  width: 200px;
  display: block;
  margin: auto 0;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_jp {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_jp {
    padding-left: 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #overview .overview_title_box .overview_title .overview_title_jp {
    font-size: 12px;
  }
}
body #wrapper .company_contents #overview .overview_box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #overview .overview_box {
    width: 68vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #overview .overview_box {
    width: 76vw;
  }
}
body #wrapper .company_contents #overview .overview_box.animate {
  animation-name: slidein_from_right;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
body #wrapper .company_contents #overview .overview_box .overview_table {
  width: 850px;
  height: 580px;
  padding-top: 58px;
  padding-left: 300px;
  background: linear-gradient(90deg, rgba(0, 30, 107, 0.88) 0%, #46A9E1 60.6%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 3.5em;
  color: white;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #overview .overview_box .overview_table {
    width: 54vw;
    height: 35vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 18vw;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #overview .overview_box .overview_table {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #overview .overview_box .overview_table {
    font-size: 14px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .company_contents #overview .overview_box .overview_table {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #overview .overview_box .overview_table {
    font-size: 10px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #overview .overview_box .overview_table {
    width: 76vw;
    height: 48vw;
    padding-top: 2vw;
    padding-left: 16vw;
    font-size: 14px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #overview .overview_box .overview_table {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #overview .overview_box .overview_table {
    font-size: 10px;
  }
}
body #wrapper .company_contents #overview .overview_box .overview_table table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #overview .overview_box .overview_table table tbody tr {
    height: 0vw;
    line-height: 2.9em;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #overview .overview_box .overview_table table tbody tr {
    line-height: 2.6em;
  }
}
body #wrapper .company_contents #overview .overview_box .overview_table table tbody tr th {
  width: 200px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #overview .overview_box .overview_table table tbody tr th {
    width: 12vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #overview .overview_box .overview_table table tbody tr th {
    width: 20vw;
  }
}
body #wrapper .company_contents #overview .overview_box .overview_table table tbody tr td {
  width: 310px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #overview .overview_box .overview_table table tbody tr td {
    width: 20vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #overview .overview_box .overview_table table tbody tr td {
    width: 34vw;
  }
}
body #wrapper .company_contents #overview .overview_box .overview_image {
  position: absolute;
  width: 510px;
  height: 510px;
  top: 35px;
  left: 0px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #overview .overview_box .overview_image {
    width: 31vw;
    height: 31vw;
    top: 2vw;
    right: 2vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #overview .overview_box .overview_image {
    width: 40vw;
    height: 40vw;
    top: 39vw;
    left: -8vw;
  }
  body #wrapper .company_contents #overview .overview_box .overview_image img {
    width: 40vw;
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body #wrapper .company_contents #what_we_do {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #what_we_do {
    width: 68vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #what_we_do {
    width: 84vw;
    margin-left: 8vw;
    margin-right: 8vw;
  }
}
body #wrapper .company_contents #what_we_do .what_we_do_title_box {
  width: 850px;
  overflow: hidden;
  transform: translateX(-150%);
  transition: transform 3s ease-in-out;
}
body #wrapper .company_contents #what_we_do .what_we_do_title_box.animate {
  animation-name: move_to_right;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title {
  width: 850px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
  display: flex;
  margin-bottom: 30px;
}
body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title.animate {
  animation-name: move_to_left;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  position: relative;
  margin-left: 100px;
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_en {
    font-size: 35px;
    margin-left: 3vw;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_en {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_en {
    font-size: 18px;
  }
}
body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_en::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -100px;
}
body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_jp {
  width: 250px;
  display: block;
  margin: auto 0;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_jp {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_jp {
    padding-left: 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #what_we_do .what_we_do_title_box .what_we_do_title .what_we_do_title_jp {
    font-size: 12px;
  }
}
body #wrapper .company_contents #what_we_do .what_we_do_box {
  display: flex;
  justify-content: space-between;
}
body #wrapper .company_contents #what_we_do .what_we_do_box.animate {
  animation-name: slidein_from_bottom;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_large {
  width: 250px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_large {
    font-size: 30px;
    width: 17vw;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 10vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_large {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_large {
    font-size: 22px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_large {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_large {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_large {
    width: 21vw;
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 20px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_large {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_large, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_large {
    font-size: 12px;
  }
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_small {
  margin: 0 auto;
  margin-left: 30px;
  margin-right: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_small {
    font-size: 22px;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_small {
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 16px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_small, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_small {
    font-size: 10px;
  }
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_image, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_image, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_image {
  width: 350px;
  height: 500px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_image, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_image, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_image {
    width: 21vw;
    height: 31vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_image, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_image, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_image {
    width: 25vw;
    height: 50vw;
  }
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_image img, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_image img, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_image img {
  width: 350px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_image img, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_image img, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_image img {
    width: 21vw;
    height: 31vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_image img, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_image img, body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_image img {
    width: 25vw;
    height: 50vw;
  }
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 {
  width: 350px;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 {
    width: 21vw;
    height: 31vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 {
    width: 25vw;
    height: 50vw;
  }
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_large {
  position: absolute;
  top: 20%;
  left: 0%;
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item1 .what_we_do_text_small {
  position: absolute;
  top: 40%;
  left: 0%;
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 {
  width: 350px;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 {
    width: 21vw;
    height: 31vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 {
    width: 25vw;
    height: 50vw;
  }
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_large {
  position: absolute;
  top: 20%;
  left: 0%;
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item2 .what_we_do_text_small {
  position: absolute;
  top: 40%;
  left: 0%;
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 {
  width: 350px;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 {
    width: 21vw;
    height: 31vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 {
    width: 25vw;
    height: 50vw;
  }
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_large {
  position: absolute;
  top: 20%;
  left: 0%;
}
body #wrapper .company_contents #what_we_do .what_we_do_box .what_we_do_item3 .what_we_do_text_small {
  position: absolute;
  top: 40%;
  left: 0%;
}

body #wrapper .news_title {
  width: 1600px;
  padding-top: 90px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_title {
    width: 100vw;
    height: 18vw;
    padding-top: 5.6vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .news_title {
    width: 100vw;
    height: 37.5vw;
    padding-top: 11vw;
  }
}
body #wrapper .news_title .news_title_image {
  width: 1600px;
}
body #wrapper .news_title .news_title_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_title .news_title_image {
    width: 100vw;
    height: 13vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .news_title .news_title_image {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  body #wrapper .news_title .news_title_image_sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .news_title .news_title_image_sp {
    position: relative;
  }
  body #wrapper .news_title .news_title_image_sp img {
    width: 100vw;
    height: 32vw;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  body #wrapper .news_title .news_title_image_sp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
}
body #wrapper .news_title .news_title_text {
  width: 1600px;
  position: absolute;
  text-align: center;
  top: 47%;
  left: 0%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: white;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_title .news_title_text {
    width: 100vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_title .news_title_text {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_title .news_title_text {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .news_title .news_title_text {
    font-size: 40px;
    top: 45%;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .news_title .news_title_text {
    font-size: 40px;
    top: 62%;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_title .news_title_text {
    font-size: 32px;
    top: 64%;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_title .news_title_text {
    font-size: 28px;
    top: 61%;
  }
}
body #wrapper .news_contents {
  width: 1600px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  background: url(../img/bg-pattern.png) no-repeat left top;
  background-size: 100% 144%;
  z-index: -99;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_contents {
    width: 100vw;
    background-size: 100vw 144vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_contents {
    width: 100vw;
    background-size: 100vw 144vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .news_contents {
    width: 100vw;
    background-size: 100vw 190vw;
    padding-top: 48px;
    padding-bottom: 0;
  }
}
body #wrapper .news_contents .news_title_box {
  width: 1100px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
  animation-name: move_to_right;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_contents .news_title_box {
    width: 100vw;
  }
}
body #wrapper .news_contents .news_title_box .news_contents_title {
  width: 1100px;
  display: flex;
  margin-bottom: 50px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
  animation-name: move_to_left;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_contents .news_title_box .news_contents_title {
    width: 100vw;
    margin-bottom: 5px;
  }
}
body #wrapper .news_contents .news_title_box .news_contents_title .news_title_en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  position: relative;
  margin-left: 340px;
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_en {
    font-size: 35px;
    margin-right: 1vw;
    margin-left: 15vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_en {
    font-size: 25px;
    margin-left: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_en {
    font-size: 22px;
    margin-left: 5vw;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_en {
    font-size: 18px;
  }
}
body #wrapper .news_contents .news_title_box .news_contents_title .news_title_en::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -100px;
}
body #wrapper .news_contents .news_title_box .news_contents_title .news_title_jp {
  width: 200px;
  display: block;
  margin: auto 0;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_jp {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_contents .news_title_box .news_contents_title .news_title_jp {
    font-size: 12px;
  }
}
body #wrapper .news_contents .news_select {
  padding-bottom: 2vw;
  padding-left: 16vw;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
body #wrapper .news_contents .news_select select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_contents .news_select {
    top: 28vw;
    left: 20vw;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_contents .news_select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_contents .news_select {
    left: 12vw;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .news_contents .news_select {
    font-size: 12px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_contents .news_select {
    font-size: 10px;
  }
}
body #wrapper .news_contents .news_btn {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_contents .news_btn {
    margin-left: 10vw;
    margin-right: 10vw;
    width: 80vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_contents .news_btn {
    width: 80vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .news_contents .news_btn {
    margin-left: 8vw;
    margin-right: 8vw;
    width: 84vw;
  }
}
body #wrapper .news_contents .news_btn a .news_item_1, body #wrapper .news_contents .news_btn a .news_item_2, body #wrapper .news_contents .news_btn a .news_item_3, body #wrapper .news_contents .news_btn a .news_item_4, body #wrapper .news_contents .news_btn a .news_item_5, body #wrapper .news_contents .news_btn a .news_item_6, body #wrapper .news_contents .news_btn a .news_item_7, body #wrapper .news_contents .news_btn a .news_item_8, body #wrapper .news_contents .news_btn a .news_item_9 {
  overflow: hidden;
}
body #wrapper .news_contents .news_btn a .news_item_1 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_2 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_3 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_4 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_5 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_6 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_7 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_8 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_9 .news_item_image {
  width: 330px;
  height: 200px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_contents .news_btn a .news_item_1 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_2 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_3 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_4 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_5 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_6 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_7 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_8 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_9 .news_item_image {
    width: 24vw;
    height: 16vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .news_contents .news_btn a .news_item_1 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_2 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_3 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_4 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_5 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_6 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_7 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_8 .news_item_image, body #wrapper .news_contents .news_btn a .news_item_9 .news_item_image {
    width: 38vw;
    height: 20vw;
  }
  body #wrapper .news_contents .news_btn a .news_item_1 .news_item_image img, body #wrapper .news_contents .news_btn a .news_item_2 .news_item_image img, body #wrapper .news_contents .news_btn a .news_item_3 .news_item_image img, body #wrapper .news_contents .news_btn a .news_item_4 .news_item_image img, body #wrapper .news_contents .news_btn a .news_item_5 .news_item_image img, body #wrapper .news_contents .news_btn a .news_item_6 .news_item_image img, body #wrapper .news_contents .news_btn a .news_item_7 .news_item_image img, body #wrapper .news_contents .news_btn a .news_item_8 .news_item_image img, body #wrapper .news_contents .news_btn a .news_item_9 .news_item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
body #wrapper .news_contents .news_btn a .news_item_1:hover .news_item_image, body #wrapper .news_contents .news_btn a .news_item_2:hover .news_item_image, body #wrapper .news_contents .news_btn a .news_item_3:hover .news_item_image, body #wrapper .news_contents .news_btn a .news_item_4:hover .news_item_image, body #wrapper .news_contents .news_btn a .news_item_5:hover .news_item_image, body #wrapper .news_contents .news_btn a .news_item_6:hover .news_item_image, body #wrapper .news_contents .news_btn a .news_item_7:hover .news_item_image, body #wrapper .news_contents .news_btn a .news_item_8:hover .news_item_image, body #wrapper .news_contents .news_btn a .news_item_9:hover .news_item_image {
  transform: scale(1.1);
}
body #wrapper .news_contents .news_btn .news_item_1, body #wrapper .news_contents .news_btn .news_item_2, body #wrapper .news_contents .news_btn .news_item_3, body #wrapper .news_contents .news_btn .news_item_4, body #wrapper .news_contents .news_btn .news_item_5, body #wrapper .news_contents .news_btn .news_item_6, body #wrapper .news_contents .news_btn .news_item_7, body #wrapper .news_contents .news_btn .news_item_8, body #wrapper .news_contents .news_btn .news_item_9 {
  margin-bottom: 10px;
}
body #wrapper .news_contents .news_btn .news_item_1 .news_item_image, body #wrapper .news_contents .news_btn .news_item_2 .news_item_image, body #wrapper .news_contents .news_btn .news_item_3 .news_item_image, body #wrapper .news_contents .news_btn .news_item_4 .news_item_image, body #wrapper .news_contents .news_btn .news_item_5 .news_item_image, body #wrapper .news_contents .news_btn .news_item_6 .news_item_image, body #wrapper .news_contents .news_btn .news_item_7 .news_item_image, body #wrapper .news_contents .news_btn .news_item_8 .news_item_image, body #wrapper .news_contents .news_btn .news_item_9 .news_item_image {
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_image, body #wrapper .news_contents .news_btn .news_item_2 .news_item_image, body #wrapper .news_contents .news_btn .news_item_3 .news_item_image, body #wrapper .news_contents .news_btn .news_item_4 .news_item_image, body #wrapper .news_contents .news_btn .news_item_5 .news_item_image, body #wrapper .news_contents .news_btn .news_item_6 .news_item_image, body #wrapper .news_contents .news_btn .news_item_7 .news_item_image, body #wrapper .news_contents .news_btn .news_item_8 .news_item_image, body #wrapper .news_contents .news_btn .news_item_9 .news_item_image {
    margin-bottom: 2px;
  }
}
body #wrapper .news_contents .news_btn .news_item_1 .news_item_date, body #wrapper .news_contents .news_btn .news_item_2 .news_item_date, body #wrapper .news_contents .news_btn .news_item_3 .news_item_date, body #wrapper .news_contents .news_btn .news_item_4 .news_item_date, body #wrapper .news_contents .news_btn .news_item_5 .news_item_date, body #wrapper .news_contents .news_btn .news_item_6 .news_item_date, body #wrapper .news_contents .news_btn .news_item_7 .news_item_date, body #wrapper .news_contents .news_btn .news_item_8 .news_item_date, body #wrapper .news_contents .news_btn .news_item_9 .news_item_date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_date, body #wrapper .news_contents .news_btn .news_item_2 .news_item_date, body #wrapper .news_contents .news_btn .news_item_3 .news_item_date, body #wrapper .news_contents .news_btn .news_item_4 .news_item_date, body #wrapper .news_contents .news_btn .news_item_5 .news_item_date, body #wrapper .news_contents .news_btn .news_item_6 .news_item_date, body #wrapper .news_contents .news_btn .news_item_7 .news_item_date, body #wrapper .news_contents .news_btn .news_item_8 .news_item_date, body #wrapper .news_contents .news_btn .news_item_9 .news_item_date {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_date, body #wrapper .news_contents .news_btn .news_item_2 .news_item_date, body #wrapper .news_contents .news_btn .news_item_3 .news_item_date, body #wrapper .news_contents .news_btn .news_item_4 .news_item_date, body #wrapper .news_contents .news_btn .news_item_5 .news_item_date, body #wrapper .news_contents .news_btn .news_item_6 .news_item_date, body #wrapper .news_contents .news_btn .news_item_7 .news_item_date, body #wrapper .news_contents .news_btn .news_item_8 .news_item_date, body #wrapper .news_contents .news_btn .news_item_9 .news_item_date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_date, body #wrapper .news_contents .news_btn .news_item_2 .news_item_date, body #wrapper .news_contents .news_btn .news_item_3 .news_item_date, body #wrapper .news_contents .news_btn .news_item_4 .news_item_date, body #wrapper .news_contents .news_btn .news_item_5 .news_item_date, body #wrapper .news_contents .news_btn .news_item_6 .news_item_date, body #wrapper .news_contents .news_btn .news_item_7 .news_item_date, body #wrapper .news_contents .news_btn .news_item_8 .news_item_date, body #wrapper .news_contents .news_btn .news_item_9 .news_item_date {
    font-size: 10px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_date, body #wrapper .news_contents .news_btn .news_item_2 .news_item_date, body #wrapper .news_contents .news_btn .news_item_3 .news_item_date, body #wrapper .news_contents .news_btn .news_item_4 .news_item_date, body #wrapper .news_contents .news_btn .news_item_5 .news_item_date, body #wrapper .news_contents .news_btn .news_item_6 .news_item_date, body #wrapper .news_contents .news_btn .news_item_7 .news_item_date, body #wrapper .news_contents .news_btn .news_item_8 .news_item_date, body #wrapper .news_contents .news_btn .news_item_9 .news_item_date {
    font-size: 14px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_date, body #wrapper .news_contents .news_btn .news_item_2 .news_item_date, body #wrapper .news_contents .news_btn .news_item_3 .news_item_date, body #wrapper .news_contents .news_btn .news_item_4 .news_item_date, body #wrapper .news_contents .news_btn .news_item_5 .news_item_date, body #wrapper .news_contents .news_btn .news_item_6 .news_item_date, body #wrapper .news_contents .news_btn .news_item_7 .news_item_date, body #wrapper .news_contents .news_btn .news_item_8 .news_item_date, body #wrapper .news_contents .news_btn .news_item_9 .news_item_date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_date, body #wrapper .news_contents .news_btn .news_item_2 .news_item_date, body #wrapper .news_contents .news_btn .news_item_3 .news_item_date, body #wrapper .news_contents .news_btn .news_item_4 .news_item_date, body #wrapper .news_contents .news_btn .news_item_5 .news_item_date, body #wrapper .news_contents .news_btn .news_item_6 .news_item_date, body #wrapper .news_contents .news_btn .news_item_7 .news_item_date, body #wrapper .news_contents .news_btn .news_item_8 .news_item_date, body #wrapper .news_contents .news_btn .news_item_9 .news_item_date {
    font-size: 9px;
  }
}
body #wrapper .news_contents .news_btn .news_item_1 .news_item_text, body #wrapper .news_contents .news_btn .news_item_2 .news_item_text, body #wrapper .news_contents .news_btn .news_item_3 .news_item_text, body #wrapper .news_contents .news_btn .news_item_4 .news_item_text, body #wrapper .news_contents .news_btn .news_item_5 .news_item_text, body #wrapper .news_contents .news_btn .news_item_6 .news_item_text, body #wrapper .news_contents .news_btn .news_item_7 .news_item_text, body #wrapper .news_contents .news_btn .news_item_8 .news_item_text, body #wrapper .news_contents .news_btn .news_item_9 .news_item_text {
  width: 325px;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_text, body #wrapper .news_contents .news_btn .news_item_2 .news_item_text, body #wrapper .news_contents .news_btn .news_item_3 .news_item_text, body #wrapper .news_contents .news_btn .news_item_4 .news_item_text, body #wrapper .news_contents .news_btn .news_item_5 .news_item_text, body #wrapper .news_contents .news_btn .news_item_6 .news_item_text, body #wrapper .news_contents .news_btn .news_item_7 .news_item_text, body #wrapper .news_contents .news_btn .news_item_8 .news_item_text, body #wrapper .news_contents .news_btn .news_item_9 .news_item_text {
    width: 22vw;
    height: 6vw;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_text, body #wrapper .news_contents .news_btn .news_item_2 .news_item_text, body #wrapper .news_contents .news_btn .news_item_3 .news_item_text, body #wrapper .news_contents .news_btn .news_item_4 .news_item_text, body #wrapper .news_contents .news_btn .news_item_5 .news_item_text, body #wrapper .news_contents .news_btn .news_item_6 .news_item_text, body #wrapper .news_contents .news_btn .news_item_7 .news_item_text, body #wrapper .news_contents .news_btn .news_item_8 .news_item_text, body #wrapper .news_contents .news_btn .news_item_9 .news_item_text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_text, body #wrapper .news_contents .news_btn .news_item_2 .news_item_text, body #wrapper .news_contents .news_btn .news_item_3 .news_item_text, body #wrapper .news_contents .news_btn .news_item_4 .news_item_text, body #wrapper .news_contents .news_btn .news_item_5 .news_item_text, body #wrapper .news_contents .news_btn .news_item_6 .news_item_text, body #wrapper .news_contents .news_btn .news_item_7 .news_item_text, body #wrapper .news_contents .news_btn .news_item_8 .news_item_text, body #wrapper .news_contents .news_btn .news_item_9 .news_item_text {
    font-size: 10px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_text, body #wrapper .news_contents .news_btn .news_item_2 .news_item_text, body #wrapper .news_contents .news_btn .news_item_3 .news_item_text, body #wrapper .news_contents .news_btn .news_item_4 .news_item_text, body #wrapper .news_contents .news_btn .news_item_5 .news_item_text, body #wrapper .news_contents .news_btn .news_item_6 .news_item_text, body #wrapper .news_contents .news_btn .news_item_7 .news_item_text, body #wrapper .news_contents .news_btn .news_item_8 .news_item_text, body #wrapper .news_contents .news_btn .news_item_9 .news_item_text {
    height: 8vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_text, body #wrapper .news_contents .news_btn .news_item_2 .news_item_text, body #wrapper .news_contents .news_btn .news_item_3 .news_item_text, body #wrapper .news_contents .news_btn .news_item_4 .news_item_text, body #wrapper .news_contents .news_btn .news_item_5 .news_item_text, body #wrapper .news_contents .news_btn .news_item_6 .news_item_text, body #wrapper .news_contents .news_btn .news_item_7 .news_item_text, body #wrapper .news_contents .news_btn .news_item_8 .news_item_text, body #wrapper .news_contents .news_btn .news_item_9 .news_item_text {
    width: 38vw;
    font-size: 14px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_text, body #wrapper .news_contents .news_btn .news_item_2 .news_item_text, body #wrapper .news_contents .news_btn .news_item_3 .news_item_text, body #wrapper .news_contents .news_btn .news_item_4 .news_item_text, body #wrapper .news_contents .news_btn .news_item_5 .news_item_text, body #wrapper .news_contents .news_btn .news_item_6 .news_item_text, body #wrapper .news_contents .news_btn .news_item_7 .news_item_text, body #wrapper .news_contents .news_btn .news_item_8 .news_item_text, body #wrapper .news_contents .news_btn .news_item_9 .news_item_text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_contents .news_btn .news_item_1 .news_item_text, body #wrapper .news_contents .news_btn .news_item_2 .news_item_text, body #wrapper .news_contents .news_btn .news_item_3 .news_item_text, body #wrapper .news_contents .news_btn .news_item_4 .news_item_text, body #wrapper .news_contents .news_btn .news_item_5 .news_item_text, body #wrapper .news_contents .news_btn .news_item_6 .news_item_text, body #wrapper .news_contents .news_btn .news_item_7 .news_item_text, body #wrapper .news_contents .news_btn .news_item_8 .news_item_text, body #wrapper .news_contents .news_btn .news_item_9 .news_item_text {
    font-size: 9px;
  }
}
body #wrapper .news_detail_header {
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
body #wrapper .news_detail_header .news_detail_header_btn {
  width: 184px;
  height: 63px;
  font-size: 25px;
  color: white;
  background-color: rgb(0, 45, 159);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_detail_header .news_detail_header_btn {
    width: 15vw;
    height: 5vw;
    font-size: 20px;
    margin-bottom: 1vw;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .news_detail_header .news_detail_header_btn {
    font-size: 14px;
    width: 18vw;
    height: 7vw;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_detail_header .news_detail_header_btn {
    font-size: 10px;
    width: 20vw;
    height: 7vw;
  }
}
body #wrapper .news_detail_contents {
  width: 900px;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_detail_contents {
    width: 80vw;
    margin-top: 5vw;
  }
}
body #wrapper .news_detail_contents .news_detail_image1, body #wrapper .news_detail_contents .news_detail_image2, body #wrapper .news_detail_contents .news_detail_image3 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_detail_contents .news_detail_image1, body #wrapper .news_detail_contents .news_detail_image2, body #wrapper .news_detail_contents .news_detail_image3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_detail_contents .news_detail_image1, body #wrapper .news_detail_contents .news_detail_image2, body #wrapper .news_detail_contents .news_detail_image3 {
    margin-bottom: 15px;
  }
}
body #wrapper .news_detail_contents .news_detail_image1 img, body #wrapper .news_detail_contents .news_detail_image2 img, body #wrapper .news_detail_contents .news_detail_image3 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #wrapper .news_detail_contents .news_detail_text_large {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_detail_contents .news_detail_text_large {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_detail_contents .news_detail_text_large {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .news_detail_contents .news_detail_text_large {
    font-size: 24px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_detail_contents .news_detail_text_large {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_detail_contents .news_detail_text_large {
    font-size: 18px;
  }
}
body #wrapper .news_detail_contents .news_detail_text_small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: rgb(31, 40, 64);
  line-height: 2em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_detail_contents .news_detail_text_small {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_detail_contents .news_detail_text_small {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .news_detail_contents .news_detail_text_small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_detail_contents .news_detail_text_small {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_detail_contents .news_detail_text_small {
    font-size: 14px;
  }
}
body #wrapper .news_detail_contents .news_detail_text_small span {
  display: inline-block;
}
body #wrapper .news_detail_contact {
  display: flex;
  width: 900px;
  height: 280px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_detail_contact {
    width: 80vw;
    height: 19vw;
    margin-bottom: 8vw;
  }
}
body #wrapper .news_detail_contact .news_detail_contact_text_box {
  width: 620px;
  border: 1px solid gray;
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box {
    width: 76%;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box {
    width: 100%;
  }
}
body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_large {
  margin-top: 36px;
  margin-bottom: 36px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_large {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_large {
    font-size: 22px;
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_large {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_large {
    font-weight: 700;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_large {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_large {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_large span:nth-child(2) {
  color: rgb(0, 45, 159);
}
body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_small {
  margin-bottom: 36px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: rgb(82, 82, 82);
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_small {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_small {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_small {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_small {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_small {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_tiny {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(82, 82, 82);
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_tiny {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_tiny {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_tiny {
    font-size: 14px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_tiny {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_detail_contact .news_detail_contact_text_box .news_detail_contact_text_tiny {
    font-size: 10px;
  }
}
body #wrapper .news_detail_contact .news_detail_contact_logo {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(0, 30, 107, 0.88) 0%, #46A9E1 60.6%);
  border: 1px solid gray;
}
@media only screen and (max-width: 1200px) {
  body #wrapper .news_detail_contact .news_detail_contact_logo {
    width: 24%;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .news_detail_contact .news_detail_contact_logo {
    display: none;
  }
}
body #wrapper .news_detail_contact .news_detail_contact_logo img {
  width: 100%;
  height: 100%;
}

body #wrapper .service_title {
  width: 1600px;
  padding-top: 90px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_title {
    width: 100vw;
    padding-top: 6vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_title {
    padding-top: 11vw;
    width: 100vw;
    height: 43vw;
  }
}
body #wrapper .service_title .service_title_image {
  width: 1600px;
}
body #wrapper .service_title .service_title_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_title .service_title_image {
    width: 100vw;
    height: 13vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_title .service_title_image {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  body #wrapper .service_title .service_title_image_sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_title .service_title_image_sp {
    position: relative;
    width: 100vw;
    height: 32vw;
  }
  body #wrapper .service_title .service_title_image_sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body #wrapper .service_title .service_title_image_sp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
body #wrapper .service_title .service_title_text {
  width: 1600px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_title .service_title_text {
    width: 100vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_title .service_title_text {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_title .service_title_text {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_title .service_title_text {
    font-size: 40px;
    top: 45%;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_title .service_title_text {
    font-size: 40px;
    top: 54%;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_title .service_title_text {
    font-size: 32px;
    top: 54%;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_title .service_title_text {
    font-size: 28px;
    top: 54%;
  }
}
body #wrapper .service_contents {
  padding-top: 50px;
  background: url(../img/bg-pattern.png) no-repeat left top;
  background-size: 100% 116%;
  z-index: -99;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents {
    padding-top: 3vw;
  }
}
body #wrapper .service_contents .service_01_baseline {
  position: absolute;
  width: 1600px;
  height: 160px;
  margin: 0;
  padding: 0;
  top: 1050px;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 30, 107, 0.88) 0%, #46A9E1 60.6%);
  z-index: 1;
  opacity: 0;
  animation-name: slidein_from_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_01_baseline {
    width: 100vw;
    height: 10vw;
    top: 71vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_01_baseline {
    top: 74vw;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_01_baseline {
    top: 75vw;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .service_01_baseline {
    top: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_01_baseline {
    top: 85vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .service_01_baseline {
    top: 106vw;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_01_baseline {
    top: 106vw;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_01_baseline {
    top: 110vw;
  }
}
body #wrapper .service_contents .service_01_baseline::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 161px solid transparent;
  border-right: 161px solid transparent;
  border-bottom: 161px solid white;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_01_baseline::before {
    border-left: 10.1vw solid transparent;
    border-right: 10.1vw solid transparent;
    border-bottom: 10.1vw solid white;
  }
}
body #wrapper .service_contents .service_01 {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_01 {
    width: 80vw;
    margin-bottom: 10vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_01 {
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_01 {
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .service_01 {
    margin-bottom: 8vw;
    width: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_01 {
    margin-bottom: 10vw;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_01 {
    margin-bottom: 12vw;
  }
}
body #wrapper .service_contents .service_01 .service_01_title_box {
  width: 90vw;
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform 3s ease-in-out;
  animation-name: move_to_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .service_01 .service_01_title_box {
    width: 100vw;
  }
}
body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title {
  display: flex;
  margin-bottom: 50px;
  animation-name: move_to_left;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title {
    margin-bottom: 3vw;
  }
}
body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  position: relative;
  margin-left: 100px;
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_en {
    font-size: 35px;
    margin-right: 1vw;
    margin-left: 15vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_en {
    font-size: 25px;
    margin-left: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_en {
    width: 150px;
    font-size: 22px;
    margin-left: 5vw;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_en {
    width: 150px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_en {
    width: 200px;
    font-size: 18px;
  }
}
body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_en::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -100px;
}
body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_jp {
  width: 300px;
  display: block;
  margin: auto 0;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_jp {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_01 .service_01_title_box .service_01_title .service_01_title_jp {
    font-size: 12px;
  }
}
body #wrapper .service_contents .service_01 .service_01_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: rgb(31, 40, 64);
  line-height: 2em;
  margin-bottom: 20px;
  padding-left: 5vw;
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_01 .service_01_text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_01 .service_01_text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_01 .service_01_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .service_01 .service_01_text {
    width: 90vw;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_01 .service_01_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_01 .service_01_text {
    font-size: 10px;
  }
}
body #wrapper .service_contents .service_01 .service_item {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  position: relative;
  z-index: 2;
  animation-name: slidein_from_bottom;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .service_01 .service_item {
    justify-content: space-evenly;
  }
}
body #wrapper .service_contents .service_01 .service_item .service_item1, body #wrapper .service_contents .service_01 .service_item .service_item2, body #wrapper .service_contents .service_01 .service_item .service_item3 {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
  width: 350px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1, body #wrapper .service_contents .service_01 .service_item .service_item2, body #wrapper .service_contents .service_01 .service_item .service_item3 {
    width: 25vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1, body #wrapper .service_contents .service_01 .service_item .service_item2, body #wrapper .service_contents .service_01 .service_item .service_item3 {
    width: 28vw;
  }
}
body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text {
  width: 350px;
  height: 200px;
  padding-top: 46px;
  padding-left: 26px;
  padding-right: 26px;
  background-color: white;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text {
    width: 25vw;
    height: 12.5vw;
    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text {
    width: 28vw;
    height: 14vw;
    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text {
    height: 10vw;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text {
    height: 10vw;
  }
}
body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  margin-bottom: 16px;
}
body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_large br, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_large br, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large br {
  display: none;
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large {
    font-size: 14px;
    margin-bottom: 0vw;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large {
    font-size: 12px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large {
    font-size: 8px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large {
    font-size: 18px;
  }
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_large br, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_large br, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large br {
    display: inline;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_large, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large {
    font-size: 12px;
  }
}
body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_small {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_small {
    font-size: 7px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .service_01 .service_item .service_item1 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item2 .service_item_text .service_item_text_small, body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_small {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large span:nth-child(2) {
    display: inline;
  }
  body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large span:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large span:nth-child(2) {
    display: none;
  }
  body #wrapper .service_contents .service_01 .service_item .service_item3 .service_item_text .service_item_text_large span:nth-child(3) {
    display: inline;
  }
}
body #wrapper .service_contents .service_02 {
  margin-bottom: 50px;
}
body #wrapper .service_contents .service_02 .service_02_title_box {
  width: 1100px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_02 .service_02_title_box {
    width: 69vw;
  }
}
body #wrapper .service_contents .service_02 .service_02_title_box.animate {
  animation-name: move_to_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title {
  display: flex;
  width: 1100px;
  margin-bottom: 50px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title {
    width: 69vw;
    margin-bottom: 3vw;
  }
}
body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title.animate {
  animation-name: move_to_left;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_en {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  position: relative;
  margin-left: 100px;
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_en {
    font-size: 35px;
    margin-right: 1vw;
    margin-left: 15vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_en {
    font-size: 25px;
    margin-left: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_en {
    width: 150px;
    font-size: 22px;
    margin-left: 5vw;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_en {
    width: 170px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_en {
    width: 220px;
    font-size: 18px;
  }
}
body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_en::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -100px;
}
body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_jp {
  width: 200px;
  display: block;
  margin: auto 0;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_jp {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_jp {
    font-size: 16px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_02 .service_02_title_box .service_02_title .service_02_title_jp {
    font-size: 12px;
  }
}
body #wrapper .service_contents .service_02 .service_02_contents {
  position: relative;
  opacity: 0;
}
body #wrapper .service_contents .service_02 .service_02_contents.animate {
  animation-name: slidein_from_bottom;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
body #wrapper .service_contents .service_02 .service_02_contents .service_02_text {
  position: absolute;
  top: 10%;
  left: 16%;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text {
    top: 5vw;
    left: 12vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text {
    top: 5vw;
    left: 5vw;
  }
}
body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_large {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: white;
  line-height: 1.5em;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_large {
    font-size: 30px;
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_large {
    font-size: 25px;
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_large {
    font-size: 20px;
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_large {
    font-size: 18px;
    margin-bottom: 3vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_large {
    font-size: 16px;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_large {
    font-size: 14px;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_large {
    font-size: 12px;
    margin-bottom: 1vw;
  }
}
body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: white;
  line-height: 1.5em;
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_small {
    font-size: 11px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .service_02_text_small {
    font-size: 10px;
  }
}
body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white {
  position: absolute;
  top: 154%;
  left: 48%;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white {
    top: 24vw;
    left: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white {
    top: 22vw;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white {
    top: 22vw;
    left: 14vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white a {
    font-size: 20px;
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white a {
    padding: 6px 30px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white a {
    font-size: 18px;
    padding: 5px 25px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white a {
    font-size: 16px;
    padding: 4px 20px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white a {
    font-size: 14px;
    padding: 4px 20px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white a {
    font-size: 12px;
    padding: 3px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white a:after {
    top: 25px;
    right: -30px;
    width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white a:after {
    top: 20px;
    right: -20px;
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white a:after {
    top: 18px;
    right: -40px;
    width: 50px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_text .read_more_btn_white a:after {
    top: 16px;
    right: -22px;
    width: 30px;
  }
}
body #wrapper .service_contents .service_02 .service_02_contents .service_02_image_circle {
  position: absolute;
  top: 12%;
  right: 12%;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_image_circle {
    top: 5vw;
    right: 8vw;
  }
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .service_02 .service_02_contents .service_02_image_circle img {
    width: 28vw;
  }
}
body #wrapper .service_contents .contact {
  position: relative;
}
body #wrapper .service_contents .contact .contact_image_box_wrap {
  width: 1600px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .contact .contact_image_box_wrap {
    width: 100vw;
  }
}
body #wrapper .service_contents .contact .contact_image_box_wrap.animate {
  animation-name: wipe_to_right;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
body #wrapper .service_contents .contact .contact_image_box_wrap .contact_image {
  width: 1600px;
  height: 800px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .contact .contact_image_box_wrap .contact_image {
    width: 100vw;
    height: 50vw;
  }
}
body #wrapper .service_contents .contact .contact_image_box_wrap .contact_image.animate {
  animation-name: wipe_to_left;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
body #wrapper .service_contents .contact .contact_box_wrap {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 700px;
  height: 630px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .contact .contact_box_wrap {
    top: 5vw;
    left: 10vw;
  }
}
body #wrapper .service_contents .contact .contact_box_wrap.animate {
  animation-name: wipe_to_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
body #wrapper .service_contents .contact .contact_box_wrap .contact_box {
  width: 700px;
  height: 630px;
  padding-top: 35px;
  padding-left: 40px;
  background: linear-gradient(90deg, rgba(0, 30, 107, 0.88) 0%, #46A9E1 60.6%);
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box {
    width: 44vw;
    height: 40vw;
    padding-top: 2vw;
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box {
    width: 44vw;
    padding-top: 2vw;
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box {
    width: 44vw;
    padding-top: 2vw;
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box {
    width: 44vw;
    padding-top: 2vw;
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box {
    width: 44vw;
    padding-top: 2vw;
    padding-left: 2vw;
  }
}
body #wrapper .service_contents .contact .contact_box_wrap .contact_box.animate {
  animation-name: wipe_to_left;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title {
    margin-bottom: 3vw;
  }
}
body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: white;
  position: relative;
  margin-left: 54px;
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_en {
    font-size: 35px;
    margin-left: 3vw;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_en {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_en {
    font-size: 16px;
  }
}
body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_en::before {
  content: "";
  display: inline-block;
  width: 94px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -94px;
}
body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_jp {
  width: 200px;
  display: block;
  margin: auto 0;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_jp {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_jp {
    padding-left: 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_title .contact_title_jp {
    font-size: 10px;
  }
}
body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_large {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: white;
  line-height: 1.5em;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_large {
    font-size: 32px;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_large {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_large {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_large {
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_large {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_large {
    font-size: 10px;
  }
}
body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_small {
  margin-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: white;
  line-height: 1.5em;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_small {
    font-size: 22px;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_small {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .contact_text_small {
    font-size: 8px;
  }
}
body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white {
  position: absolute;
  top: 85%;
  left: 55%;
}
@media only screen and (max-width: 1500px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white {
    top: 30vw;
    left: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white {
    top: 30vw;
    left: 15vw;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white {
    top: 32vw;
    left: 15vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white a {
    font-size: 20px;
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white a {
    padding: 6px 30px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white a {
    font-size: 18px;
    padding: 5px 25px;
  }
}
@media only screen and (max-width: 750px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white a {
    font-size: 16px;
    padding: 4px 20px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white a {
    font-size: 14px;
    padding: 4px 20px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white a {
    font-size: 12px;
    padding: 3px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white a:after {
    top: 25px;
    right: -30px;
    width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white a:after {
    top: 20px;
    right: -20px;
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white a:after {
    top: 18px;
    right: -40px;
    width: 50px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper .service_contents .contact .contact_box_wrap .contact_box .read_more_btn_white a:after {
    top: 16px;
    right: -22px;
    width: 30px;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

body {
  color: rgb(31, 40, 64);
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=esubmit],
button,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

a {
  cursor: pointer;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

body {
  max-width: 1600px;
}
body .fv {
  width: 1600px;
  height: 800px;
}
@media only screen and (max-width: 1500px) {
  body .fv {
    width: 100vw;
    height: 62.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .fv {
    width: 100vw;
    height: 122.67vw;
  }
}
body .fv .fv_wrap {
  width: 1600px;
  height: 800px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body .fv .fv_wrap {
    width: 100vw;
    height: 62.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .fv .fv_wrap {
    width: 100vw;
    height: 122.67vw;
  }
}
body .fv .fv_wrap #fv_image {
  width: 1600px;
  height: 800px;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  body .fv .fv_wrap #fv_image {
    width: 100vw;
    height: 62.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .fv .fv_wrap #fv_image {
    width: 100vw;
    height: 122.67vw;
  }
}
body .fv .fv_wrap #fv_image img {
  width: 1600px;
  height: 800px;
  z-index: -1;
  animation: imgfade 2s, animationZoom 4s ease-in-out infinite;
  animation-delay: -0.35s;
}
@media only screen and (max-width: 1500px) {
  body .fv .fv_wrap #fv_image img {
    width: 100vw;
    height: 62.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .fv .fv_wrap #fv_image img {
    width: 100vw;
    height: 122.67vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body .fv .fv_wrap .fv_bg_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 210px;
  font-weight: 700;
  color: rgba(160, 160, 160, 0.4);
  line-height: 1.1em;
  padding-top: 90px;
  position: absolute;
  top: 0%;
  left: 0%;
}
@media only screen and (max-width: 1500px) {
  body .fv .fv_wrap .fv_bg_text {
    font-size: 13vw;
    padding-top: 7vw;
  }
}
@media only screen and (max-width: 1200px) {
  body .fv .fv_wrap .fv_bg_text {
    padding-top: 12vw;
  }
}
@media only screen and (max-width: 1024px) {
  body .fv .fv_wrap .fv_bg_text {
    padding-top: 16vw;
  }
}
@media only screen and (max-width: 768px) {
  body .fv .fv_wrap .fv_bg_text {
    padding-top: 18vw;
  }
}
@media only screen and (max-width: 750px) {
  body .fv .fv_wrap .fv_bg_text {
    padding-top: 60vw;
  }
}
@media only screen and (max-width: 580px) {
  body .fv .fv_wrap .fv_bg_text {
    padding-top: 60vw;
  }
}
@media only screen and (max-width: 480px) {
  body .fv .fv_wrap .fv_bg_text {
    padding-top: 60vw;
  }
}
body .fv .fv_wrap .fv_bg_text :nth-child(1) {
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body .fv .fv_wrap .fv_bg_text :nth-child(1) {
    padding-left: 1.25vw;
  }
}
body .fv .fv_wrap .fv_bg_text :nth-child(2) {
  padding-left: 80px;
}
@media only screen and (max-width: 1500px) {
  body .fv .fv_wrap .fv_bg_text :nth-child(2) {
    padding-left: 5vw;
  }
}
body .fv .fv_wrap .fv_bg_text :nth-child(3) {
  padding-left: 236px;
}
@media only screen and (max-width: 1500px) {
  body .fv .fv_wrap .fv_bg_text :nth-child(3) {
    padding-left: 14.75vw;
  }
}
body .fv .fv_wrap .fv_catch {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 30%;
  animation-name: slidein_from_bottom;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
  transition: 1s;
}
body .fv .fv_wrap .fv_catch .fv_catch_text1, body .fv .fv_wrap .fv_catch .fv_catch_text2 {
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}
body .fv .fv_wrap .fv_catch .fv_catch_text1 {
  font-size: 60px;
  font-weight: 700;
}
@media only screen and (max-width: 1500px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text1 {
    font-size: 48px;
    line-height: 2em;
  }
}
@media only screen and (max-width: 580px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text1 {
    font-size: 24px;
  }
}
body .fv .fv_wrap .fv_catch .fv_catch_text2 {
  line-height: 1.8em;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1500px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 580px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  body .fv .fv_wrap .fv_catch .fv_catch_text2 {
    font-size: 16px;
  }
}
body .contents {
  background: url("../img/bg-pattern.png") no-repeat right top;
  z-index: -99;
}
@media only screen and (max-width: 750px) {
  body .contents {
    background: none;
  }
}
body .contents .contents_wrap1 #solution .solution_wrap {
  position: relative;
  padding-top: 40px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap1 #solution .solution_wrap {
    padding-top: 2.5vw;
    margin-bottom: 7vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap1 #solution .solution_wrap {
    width: 100vw;
    height: 63vw;
    margin-bottom: 0vw;
  }
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box {
  width: 1100px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box.animate {
  animation-name: move_to_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title {
  width: 1100px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title {
    width: 100vw;
    margin-bottom: 20px;
  }
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title.animate {
  animation-name: move_to_left;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_large {
  position: relative;
  display: inline-block;
  left: 100px;
  padding-left: 20px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_large {
    left: 6vw;
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_large {
    left: 6vw;
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_large {
    left: 5vw;
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_large {
    font-size: 22px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_large {
    font-size: 22px;
    width: 55vw;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_large {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_large {
    font-size: 16px;
    width: 60vw;
  }
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_large::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -100px;
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_small {
  width: 500px;
  display: block;
  margin: auto 0;
  padding-left: 120px;
  font-size: 25px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_small {
    padding-left: 8vw;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_small {
    padding-left: 8vw;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_small {
    padding-left: 6vw;
    font-size: 15px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_small {
    padding-left: 6vw;
    font-size: 14px;
    width: 40vw;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_small {
    padding-left: 6vw;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_title_box .solution_title .solution_title_small {
    padding-left: 6vw;
    font-size: 10px;
  }
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_contents {
  position: relative;
  transition: 1s;
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate {
  animation-name: slidein_from_bottom;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_image {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_image_sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_image_sp {
    width: 100vw;
    height: 60vw;
  }
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_image_sp img {
    width: 100vw;
    height: 53vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_text {
  position: absolute;
  top: 90px;
  left: 200px;
  font-size: 48px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  line-height: 1.5em;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_text {
    top: 6vw;
    left: 8vw;
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_text {
    top: 4vw;
    left: 13vw;
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_text {
    top: 3vw;
    left: 11vw;
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_text {
    font-size: 22px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_text {
    font-size: 28px;
    font-weight: 400;
    line-height: 2em;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .solution_contents_text {
    font-size: 16px;
  }
}
body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white {
  position: absolute;
  top: 84%;
  left: 68%;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white {
    top: 75%;
    left: 60%;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white {
    top: 70%;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white {
    top: 76%;
    left: 64%;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white {
    top: 74%;
    left: 64%;
  }
}
@media only screen and (max-width: 850px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white a {
    font-size: 18px;
    padding: 6px 30px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white a {
    font-size: 12px;
    padding: 3px 16px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white a {
    font-size: 18px;
    padding: 6px 30px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white a {
    font-size: 14px;
    padding: 4px 14px;
  }
}
@media only screen and (max-width: 850px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white a:after {
    top: 20px;
    right: -30px;
    width: 50px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white a:after {
    top: 12px;
    right: -20px;
    width: 30px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white a:after {
    top: 20px;
    right: -30px;
    width: 50px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap1 #solution .solution_wrap .solution_contents.animate .read_more_btn_white a:after {
    top: 16px;
    right: -25px;
    width: 45px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 {
    background: url("../img/bg-pattern.png") no-repeat left top;
    background-size: 100vw 488vw;
    background-position: 100% 40%;
  }
}
body .contents .contents_wrap2 #company .company_wrap {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #company .company_wrap {
    width: 69vw;
    margin-bottom: 7vw;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #company .company_wrap {
    margin-bottom: 10vw;
  }
}
@media only screen and (max-width: 850px) {
  body .contents .contents_wrap2 #company .company_wrap {
    margin-bottom: 12vw;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #company .company_wrap {
    margin-bottom: 15vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #company .company_wrap {
    width: 84vw;
    height: 112vw;
    margin-left: 8vw;
    margin-right: 8vw;
    margin: 0 auto;
    margin-bottom: 3vw;
    padding-top: 3vw;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #company .company_wrap {
    margin-bottom: 12vw;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #company .company_wrap {
    margin-bottom: 15vw;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_title_box {
  width: 1100px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box {
    width: 69vw;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_title_box.animate {
  animation-name: move_to_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title {
  width: 1100px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title {
    width: 69vw;
    margin-bottom: 2vw;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title.animate {
  animation-name: move_to_left;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  position: relative;
  margin-left: 100px;
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_en {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_en {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_en {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_en {
    font-size: 16px;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_en::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -100px;
}
body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_jp {
  width: 200px;
  display: inline-block;
  margin: auto 0;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  padding-left: 24px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_jp {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #company .company_wrap .company_title_box .company_title .company_title_jp {
    font-size: 12px;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap {
  width: 1100px;
  height: 580px;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap {
    width: 69vw;
    height: 36.25vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap {
    width: 86vw;
    display: block;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_rh {
  width: 500px;
  display: flex;
  padding-left: 20px;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_rh {
    width: 31.25vw;
    padding-left: 1.25vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_rh {
    width: 86vw;
    padding-left: 20vw;
    padding-right: 20vw;
    margin: 0 auto;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_rh .company_contents_rh_image {
  margin: auto 0;
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_rh .company_contents_rh_image img {
    width: 46vw;
    height: 46vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh {
  width: 600px;
  padding-left: 40px;
  padding-right: 110px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh {
    width: 37.5vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh {
    width: 86vw;
    margin: 0 auto;
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_logo {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_logo {
    margin-bottom: 3vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_logo {
    width: 56vw;
    display: flex;
    justify-content: center;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_text {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(82, 82, 82);
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_text {
    font-size: 11px;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_text span:nth-child(2) {
  color: rgb(0, 45, 159);
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list.animate {
  animation-name: slidein_from_bottom;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul {
  list-style: none;
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgb(82, 82, 82);
  line-height: 118px;
  justify-content: space-between;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li {
    font-size: 18px;
    line-height: 3em;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li {
    font-size: 16px;
    line-height: 2.5em;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li {
    font-size: 14px;
    line-height: 2em;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li {
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li {
    font-size: 18px;
    line-height: 3.5em;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li {
    font-size: 10px;
    line-height: 3.5em;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li {
    font-size: 8px;
    line-height: 3.5em;
  }
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li:nth-child(2) {
  border-top: gray 1px solid;
  border-bottom: gray 1px solid;
}
body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li a {
  transform: translate(0, 11px);
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li a {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li a {
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li a {
    transform: scale(0.6);
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #company .company_wrap .company_contents_wrap .company_contents_lh .company_contents_lh_list ul li a {
    transform: scale(0.5);
  }
}
body .contents .contents_wrap2 #service {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service {
    width: 69vw;
    margin-bottom: 12vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service {
    width: 84vw;
    margin-left: 8vw;
    margin-right: 8vw;
    padding-top: 8vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap {
  width: 1100px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap {
    width: 69vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap {
    width: 84vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_title_box {
  width: 1100px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box {
    width: 69vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_title_box.animate {
  animation-name: move_to_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title {
  width: 1100px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title {
    width: 69vw;
    margin-bottom: 2vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title.animate {
  animation-name: move_to_left;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  margin-left: 100px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_en {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_en {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_en {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_en {
    font-size: 16px;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_en::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -100px;
}
body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_jp {
  width: 200px;
  display: block;
  margin: auto 0;
  padding-left: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_jp {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #service .service_wrap .service_title_box .service_title .service_title_jp {
    font-size: 12px;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item1, body .contents .contents_wrap2 #service .service_wrap .service_item2, body .contents .contents_wrap2 #service .service_wrap .service_item3 {
  width: 100%;
  height: 570px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1, body .contents .contents_wrap2 #service .service_wrap .service_item2, body .contents .contents_wrap2 #service .service_wrap .service_item3 {
    width: 69vw;
    height: 35vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1, body .contents .contents_wrap2 #service .service_wrap .service_item2, body .contents .contents_wrap2 #service .service_wrap .service_item3 {
    width: 84vw;
    height: 60vw;
    margin-bottom: 8vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_en {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_en {
    font-size: 22px;
    padding-left: 1vw;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_en {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_en {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_en {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_en {
    font-size: 12px;
    padding-left: 0vw;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_en {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_en, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_en {
    font-size: 10px;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp {
  margin-bottom: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  padding-left: 120px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp {
    font-size: 30px;
    padding-left: 7vw;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp {
    font-size: 16px;
    padding-left: 2vw;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp {
    font-size: 16px;
    padding-left: 0vw;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp {
    font-size: 14px;
    padding-left: 0vw;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp {
    font-size: 12px;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp_detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp_detail {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp_detail {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp_detail {
    font-size: 16px;
  }
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp_detail br, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp_detail br, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp_detail br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp_detail {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp_detail {
    padding-left: 0vw;
    font-size: 14px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp_detail {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .service_item_text_jp_detail, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .service_item_text_jp_detail {
    font-size: 10px;
    line-height: 1.1em;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn {
  position: absolute;
  top: 80%;
  left: 44%;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn {
    top: 75%;
    left: 44%;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn {
    top: 105%;
    left: 55%;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn {
    top: 80%;
    left: 60%;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn {
    top: 72%;
    left: 48%;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn a, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn a, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn a {
    font-size: 18px;
    padding: 6px 30px;
  }
}
@media only screen and (max-width: 850px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn a, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn a, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn a {
    font-size: 12px;
    padding: 3px 20px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn a, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn a, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn a {
    font-size: 12px;
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn a, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn a, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn a {
    font-size: 12px;
    padding: 4px 14px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn a, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn a, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn a {
    font-size: 10px;
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn a:after, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn a:after, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn a:after {
    top: 20px;
    right: -30px;
    width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn a:after, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn a:after, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn a:after {
    top: 12px;
    right: -20px;
    width: 30px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn a:after, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn a:after, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn a:after {
    top: 12px;
    right: -20px;
    width: 30px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text .read_more_btn a:after, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text .read_more_btn a:after, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text .read_more_btn a:after {
    top: 16px;
    right: -25px;
    width: 45px;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text {
  width: 800px;
  height: 370px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 50px;
  background-color: white;
  box-shadow: 4px 4px 4px 4px #888888;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text {
    width: 50vw;
    height: 23vw;
    padding-top: 1.5vw;
    padding-left: 3.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text, body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text, body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text {
    width: 50vw;
    height: 33vw;
    padding-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    box-shadow: -2px 2px 2px 2px #c7c7c7;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 {
  position: relative;
  margin-bottom: 46px;
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_image_box {
  width: 700px;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_image_box {
    width: 43.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_image_box {
    width: 84vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_image_box .service_item1_image {
  width: 700px;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_image_box .service_item1_image {
    width: 43.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_image_box .service_item1_image {
    width: 70vw;
    height: 33vw;
  }
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_image_box .service_item1_image img {
    width: 70vw;
    height: 33vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_image_box .service_item1_image.animate {
  animation-name: wipe_to_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text {
  position: absolute;
  top: 200px;
  left: 300px;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text {
    top: 12.5vw;
    left: 18.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text {
    top: 26vw;
    left: 14vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item1 .service_item1_text.animate {
  animation-name: slidein_from_bottom;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #service .service_wrap .service_item2 {
  position: relative;
  margin-bottom: 46px;
  display: flex;
  justify-content: flex-end;
}
body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_image_box {
  width: 700px;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_image_box {
    width: 43.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_image_box {
    width: 84vw;
    padding-left: 14vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_image_box .service_item2_image {
  width: 700px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_image_box .service_item2_image {
    width: 43.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_image_box .service_item2_image {
    width: 70vw;
    height: 33vw;
  }
  body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_image_box .service_item2_image img {
    width: 70vw;
    height: 33vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_image_box .service_item2_image.animate {
  animation-name: wipe_to_left;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text {
  position: absolute;
  top: 200px;
  right: 300px;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text {
    top: 12.5vw;
    right: 18.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text {
    top: 26vw;
    right: 14vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item2 .service_item2_text.animate {
  animation-name: slidein_from_bottom;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #service .service_wrap .service_item3 {
  position: relative;
}
body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_image_box {
  width: 700px;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_image_box {
    width: 43.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_image_box {
    width: 84vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_image_box .service_item3_image {
  width: 700px;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_image_box .service_item3_image {
    width: 43.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_image_box .service_item3_image {
    width: 70vw;
    height: 33vw;
  }
  body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_image_box .service_item3_image img {
    width: 70vw;
    height: 33vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_image_box .service_item3_image.animate {
  animation-name: wipe_to_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text {
  position: absolute;
  top: 200px;
  left: 300px;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text {
    top: 12.5vw;
    left: 18.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text {
    top: 26vw;
    left: 14vw;
  }
}
body .contents .contents_wrap2 #service .service_wrap .service_item3 .service_item3_text.animate {
  animation-name: slidein_from_bottom;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #news {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #news {
    width: 80vw;
    margin-right: 10vw;
    margin-left: 10vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #news {
    width: 96vw;
    margin-right: 2vw;
    margin-left: 2vw;
    margin-bottom: 0;
    padding-bottom: 10vw;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #news {
    width: 96vw;
    margin-right: 2vw;
    margin-left: 2vw;
  }
}
body .contents .contents_wrap2 #news .news_wrap .news_title_box {
  width: 1100px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box {
    width: 80vw;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box {
    width: 90vw;
  }
}
body .contents .contents_wrap2 #news .news_wrap .news_title_box.animate {
  animation-name: move_to_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title {
  width: 1100px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
  display: flex;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title {
    width: 69vw;
    margin-bottom: 5vw;
  }
}
body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title.animate {
  animation-name: move_to_left;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(31, 40, 64);
  position: relative;
  margin-left: 100px;
  padding-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_en {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_en {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_en {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_en {
    font-size: 16px;
  }
}
body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_en::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -100px;
}
body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_jp {
  width: 200px;
  display: block;
  margin: auto 0;
  padding-left: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_jp {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #news .news_wrap .news_title_box .news_title .news_title_jp {
    font-size: 12px;
  }
}
body .contents .contents_wrap2 #news .news_wrap .news_item.animate {
  animation-name: slidein_from_bottom;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
body .contents .contents_wrap2 #news .news_wrap .news_item ul {
  list-style: none;
  width: 90%;
  margin: 0 auto;
}
body .contents .contents_wrap2 #news .news_wrap .news_item ul li {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(150, 150, 150, 0.5);
  border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}
body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_ymd {
  width: 70px;
  display: block;
  margin-right: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_ymd {
    width: 4vw;
    font-size: 12px;
    margin-right: 2.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_ymd {
    margin-right: 4vw;
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_ymd {
    margin-right: 6vw;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_ymd {
    margin-right: 10vw;
  }
}
@media only screen and (max-width: 480px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_ymd {
    margin-right: 14vw;
  }
}
body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_image {
  width: 180px;
  margin: auto 0;
  padding-top: 5px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_image {
    width: 11.25vw;
  }
}
body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_image img {
  -o-object-fit: cover;
     object-fit: cover;
}
body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_text {
  width: 370px;
  display: block;
  margin-left: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgb(31, 40, 64);
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_text {
    width: 24vw;
    font-size: 16px;
    margin-left: 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_text {
    font-size: 10px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_text {
    font-size: 10px;
    margin-left: 3vw;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_text {
    font-size: 10px;
  }
}
@media only screen and (max-width: 580px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .news_item_text {
    font-size: 8px;
  }
}
body .contents .contents_wrap2 #news .news_wrap .news_item ul li .read_more_btn {
  margin-left: 20px;
}
@media only screen and (max-width: 1500px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .read_more_btn {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .read_more_btn {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .read_more_btn {
    margin-left: 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .read_more_btn a {
    font-size: 18px;
    padding: 6px 30px;
  }
}
@media only screen and (max-width: 850px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .read_more_btn a {
    font-size: 12px;
    padding: 3px 16px;
  }
}
@media only screen and (max-width: 750px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .read_more_btn a {
    font-size: 10px;
    padding: 3px 16px;
  }
}
@media only screen and (max-width: 1024px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .read_more_btn a:after {
    top: 20px;
    right: -30px;
    width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  body .contents .contents_wrap2 #news .news_wrap .news_item ul li .read_more_btn a:after {
    top: 12px;
    right: -20px;
    width: 30px;
  }
}
body #recruit {
  width: 1600px;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  body #recruit {
    width: 100vw;
  }
}
@media only screen and (max-width: 750px) {
  body #recruit {
    width: 100vw;
    height: 45vw;
  }
}
body #recruit .recruit_wrap {
  position: relative;
}
@media only screen and (max-width: 750px) {
  body #recruit .recruit_wrap {
    width: 100vw;
    height: 45vw;
  }
}
body #recruit .recruit_wrap .recruit_image_box_wrap {
  width: 1600px;
  height: 800px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_image_box_wrap {
    width: 100vw;
    height: 50vw;
  }
}
@media only screen and (max-width: 750px) {
  body #recruit .recruit_wrap .recruit_image_box_wrap {
    width: 100vw;
    height: 45vw;
  }
}
body #recruit .recruit_wrap .recruit_image_box_wrap.animate {
  animation-name: wipe_to_right;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  transition: 2s;
}
body #recruit .recruit_wrap .recruit_image_box_wrap .recruit_image {
  width: 1600px;
  height: 800px;
  transform: translateX(100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_image_box_wrap .recruit_image {
    width: 100vw;
    height: 50vw;
  }
}
@media only screen and (max-width: 750px) {
  body #recruit .recruit_wrap .recruit_image_box_wrap .recruit_image {
    position: relative;
    width: 100vw;
    height: 45vw;
  }
}
body #recruit .recruit_wrap .recruit_image_box_wrap .recruit_image.animate {
  animation-name: wipe_to_left;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  transition: 2s;
}
body #recruit .recruit_wrap .recruit_image_box_wrap .recruit_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_image_box_wrap .recruit_image img {
    width: 100vw;
    height: 45vw;
    -o-object-position: center 90%;
       object-position: center 90%;
  }
}
body #recruit .recruit_wrap .recruit_box_wrap {
  position: absolute;
  top: 80px;
  left: 100px;
  width: 700px;
  height: 630px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_box_wrap {
    width: 43.5vw;
    height: 39.375vw;
    top: 5vw;
    left: 6.25vw;
  }
}
@media only screen and (max-width: 750px) {
  body #recruit .recruit_wrap .recruit_box_wrap {
    width: 37vw;
    height: 37vw;
    top: 4vw;
    left: 11vw;
  }
}
body #recruit .recruit_wrap .recruit_box_wrap.animate {
  animation-name: wipe_to_right;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body #recruit .recruit_wrap .recruit_box_wrap .recruit_box {
  width: 700px;
  height: 630px;
  padding-left: 50px;
  padding-top: 40px;
  background: linear-gradient(90deg, rgba(0, 30, 107, 0.88) 0%, #46A9E1 60.6%);
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box {
    width: 43.5vw;
    height: 39.375vw;
    padding-left: 3.125vw;
    padding-top: 2.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box {
    width: 37vw;
    height: 37vw;
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 580px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box {
    width: 38vw;
    height: 38vw;
    padding-left: 9px;
    padding-top: 9px;
  }
}
body #recruit .recruit_wrap .recruit_box_wrap .recruit_box.animate {
  animation-name: wipe_to_left;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  transition: 1s;
}
body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title {
  display: flex;
  margin-bottom: 58px;
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title {
    margin-bottom: 3.6vw;
  }
}
@media only screen and (max-width: 580px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title {
    margin-bottom: 1vw;
  }
}
body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_en {
  position: relative;
  display: inline-block;
  padding-left: 58px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_en {
    padding-left: 3.6vw;
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_en {
    padding-left: 3.6vw;
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_en {
    padding-left: 3vw;
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 580px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_en {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_en {
    font-size: 12px;
  }
}
body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_en::before {
  content: "";
  display: inline-block;
  width: 94px;
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 50%;
  left: -50px;
}
body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_jp {
  width: 200px;
  display: block;
  margin: auto 0;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_jp {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_jp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_jp {
    font-size: 12px;
  }
}
@media only screen and (max-width: 580px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_jp {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_title .recruit_title_jp {
    font-size: 9px;
  }
}
body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_large {
  margin-bottom: 50px;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_large {
    margin-bottom: 3.125vw;
    padding-left: 1vw;
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_large {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_large {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_large {
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_large {
    font-size: 12px;
  }
}
@media only screen and (max-width: 580px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_large {
    font-size: 9px;
    margin-bottom: 1vw;
  }
}
@media only screen and (max-width: 480px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_large {
    font-size: 8px;
  }
}
body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small {
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small {
    padding-left: 1vw;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small {
    font-size: 14px;
  }
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small br {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small {
    font-size: 12px;
    width: 30vw;
  }
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small br {
    display: inline;
  }
}
@media only screen and (max-width: 580px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small {
    font-size: 9px;
    width: 30vw;
  }
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small br {
    display: inline;
  }
}
@media only screen and (max-width: 480px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .recruit_text_small {
    padding-left: 2px;
    font-size: 8px;
  }
}
body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white {
  position: absolute;
  top: 80%;
  left: 50%;
}
@media only screen and (max-width: 1500px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white {
    top: 75%;
    left: 44%;
  }
}
@media only screen and (max-width: 1024px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white {
    top: 80%;
    left: 55%;
  }
}
@media only screen and (max-width: 850px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white {
    top: 80%;
    left: 35%;
  }
}
@media only screen and (max-width: 750px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white {
    top: 87%;
    left: 35%;
  }
}
@media only screen and (max-width: 580px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white {
    top: 79%;
    left: 30%;
  }
}
@media only screen and (max-width: 480px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white {
    top: 78%;
    left: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white a {
    font-size: 18px;
    padding: 6px 30px;
  }
}
@media only screen and (max-width: 850px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white a {
    font-size: 12px;
    padding: 3px 20px;
  }
}
@media only screen and (max-width: 750px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white a {
    font-size: 12px;
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 580px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white a {
    font-size: 12px;
    padding: 4px 14px;
  }
}
@media only screen and (max-width: 480px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white a {
    font-size: 10px;
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white a:after {
    top: 20px;
    right: -30px;
    width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  body #recruit .recruit_wrap .recruit_box_wrap .recruit_box .read_more_btn_white a:after {
    top: 12px;
    right: -20px;
    width: 30px;
  }
}/*# sourceMappingURL=home.css.map */