@charset "UTF-8";
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;
  }
}
/*                reset (デフォルト設定の打ち消し)
======================================================= */
*: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;
}

/*                 基本レイアウト
======================================================= */
/*                共通パーツ
======================================================= */
/* ------------------- ボタン ---------------------  */
.read_more_btn a {
  color: rgb(31, 40, 64);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  background: transparent;
  padding: 13px 55px;
  border: 1px solid rgb(31, 40, 64);
  z-index: 0;
  transition: 0.3s;
}
.read_more_btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(31, 40, 64);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.read_more_btn a:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -70px;
  width: 100px;
  height: 1px;
  background-color: rgb(31, 40, 64);
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: transform ease 0.3s;
}
.read_more_btn a:hover {
  color: white;
  z-index: 1;
}
.read_more_btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.read_more_btn a:hover::after {
  transform-origin: -10% 50%;
  transform: scaleX(0.3);
  background-color: white;
}

.read_more_btn_white a {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  background: transparent;
  padding: 13px 55px;
  border: 1px solid white;
  z-index: 0;
  transition: 0.3s;
}
.read_more_btn_white a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: white;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.read_more_btn_white a:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -70px;
  width: 100px;
  height: 1px;
  background-color: white;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: transform ease 0.3s;
}
.read_more_btn_white a:hover {
  color: rgb(31, 40, 64);
  z-index: 1;
}
.read_more_btn_white a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.read_more_btn_white a:hover::after {
  transform-origin: -10% 50%;
  transform: scaleX(0.3);
  background-color: rgb(31, 40, 64);
}

/*  ------------------- KeyFrames ----------------  */
/* ズーム  */
@keyframes animationZoom {
  100% {
    transform: scale(1.1);
  }
}
/* スライドイン */
@keyframes slidein_from_top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes slidein_from_bottom {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slidein_from_left {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidein_from_right {
  0% {
    opacity: 0;
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidein_from_right_sp_navi {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*  動きながらワイプ*/
@keyframes move_to_right {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move_to_left {
  0% {
    transform: translateX(80%);
  }
  100% {
    transform: translateX(0);
  }
}
/*  ワイプ */
@keyframes wipe_to_right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes wipe_to_left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ============================== No Use ============================== */
@keyframes mix_blend {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}
@keyframes imgfade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*  =============================  ヘッダー  =========================  */
/*  ========== 下層ページ用　色違いのみ===== based on common.scss ========　　　*/
header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  /* ======================  try  ====*/
  /* position: absolute; */
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 99;
  width: 1600px;
  /* ======================  try  ====*/
}
@media only screen and (max-width: 1500px) {
  header {
    width: 100vw;
  }
}
header .header_wrap {
  width: 1600px;
}
@media only screen and (max-width: 1500px) {
  header .header_wrap {
    width: 100vw;
  }
}
header .header_wrap .header_wrap_menu {
  width: 1600px;
  display: flex;
  position: fixed;
}
@media only screen and (max-width: 1500px) {
  header .header_wrap .header_wrap_menu {
    width: 100vw;
  }
}
@media only screen and (max-width: 750px) {
  header .header_wrap .header_wrap_menu {
    width: 100vw;
    height: 11vw;
  }
}
header .header_wrap .header_wrap_menu h1 {
  width: 16%;
  height: 90px;
  margin: 0;
  background: linear-gradient(90deg, rgba(0, 30, 107, 0.88) 0%, #46A9E1 60.6%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  header .header_wrap .header_wrap_menu h1 {
    width: 16vw;
    height: 6vw;
  }
}
@media only screen and (max-width: 750px) {
  header .header_wrap .header_wrap_menu h1 {
    width: 26vw;
    height: 11vw;
  }
  header .header_wrap .header_wrap_menu h1 img {
    width: 15vw;
    height: 4vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
header .header_wrap .header_wrap_menu nav {
  width: 84%;
  height: 90px;
  display: flex;
  background-color: white;
}
@media only screen and (max-width: 1500px) {
  header .header_wrap .header_wrap_menu nav {
    width: 84vw;
    height: 6vw;
  }
}
@media only screen and (max-width: 750px) {
  header .header_wrap .header_wrap_menu nav {
    display: none;
  }
}
header .header_wrap .header_wrap_menu nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  border-right: 1px solid rgb(31, 40, 64);
}
header .header_wrap .header_wrap_menu nav ul li {
  width: 16%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(31, 40, 64);
}
header .header_wrap .header_wrap_menu nav ul li:hover {
  transform: scale(1.15);
}
header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn {
  display: flex;
  flex-direction: column;
  color: rgb(31, 40, 64);
  text-align: center;
}
header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_en {
  font-size: 20px;
  font-weight: 700;
  padding-top: 3px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1500px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_en {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_en {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_en {
    font-size: 14px;
  }
}
@media only screen and (max-width: 580px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_en {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_en {
    font-size: 10px;
  }
}
header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_jp {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 3px;
}
@media only screen and (max-width: 1500px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_jp {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_jp {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_jp {
    font-size: 8px;
  }
}
@media only screen and (max-width: 580px) {
  header .header_wrap .header_wrap_menu nav ul li a .nav_menu_btn .nav_menu_jp {
    font-size: 8px;
  }
}
@media only screen and (max-width: 750px) {
  header .header_wrap .header_wrap_menu {
    justify-content: space-between;
  }
}
header .header_wrap .header_wrap_menu .sp_hamburger_btn {
  display: block;
  width: 10vw;
  height: 10vw;
  position: relative;
}
@media only screen and (min-width: 751px) {
  header .header_wrap .header_wrap_menu .sp_hamburger_btn {
    display: none;
  }
}
header .header_wrap .header_wrap_menu .sp_hamburger_btn .sp_hamburger_line1 {
  width: 6.7vw;
  height: 3px;
  position: absolute;
  top: 2.8vw;
  right: 1.8vw;
  background-color: rgb(31, 40, 64);
}
header .header_wrap .header_wrap_menu .sp_hamburger_btn .sp_hamburger_line1.animate {
  transform: rotate(-45deg) translate(-48%, -45%);
  transition: 1s;
}
header .header_wrap .header_wrap_menu .sp_hamburger_btn .sp_hamburger_line2 {
  width: 6.7vw;
  height: 3px;
  position: absolute;
  top: 4.8vw;
  right: 1.8vw;
  background-color: rgb(31, 40, 64);
}
header .header_wrap .header_wrap_menu .sp_hamburger_btn .sp_hamburger_line2.animate {
  transform: translate(-50%, -50%) scale(0%);
  transition: 1s;
}
header .header_wrap .header_wrap_menu .sp_hamburger_btn .sp_hamburger_line3 {
  width: 6.7vw;
  height: 3px;
  position: absolute;
  top: 6.8vw;
  right: 1.8vw;
  background-color: rgb(31, 40, 64);
}
header .header_wrap .header_wrap_menu .sp_hamburger_btn .sp_hamburger_line3.animate {
  transform: rotate(45deg) translate(-45%, 45%);
  transition: 1s;
}

/*
======================================================= */
/*                スマフォメニューボタン*/
body #wrapper #sp_menu {
  width: 100vw;
  height: 216.7vw;
  padding-top: 12vw;
  padding-left: 5vw;
  position: absolute;
  top: 0vw;
  left: 0vw;
  background-color: white;
  z-index: -1;
  opacity: 0;
}
body #wrapper #sp_menu.animate {
  z-index: 9;
  animation-name: slidein_from_right_sp_navi;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
body #wrapper #sp_menu .sp_navi_service {
  padding-top: 2vw;
}
body #wrapper #sp_menu .sp_navi_service .sp_navi_service_btn {
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  body #wrapper #sp_menu .sp_navi_service .sp_navi_service_btn {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper #sp_menu .sp_navi_service .sp_navi_service_btn {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper #sp_menu .sp_navi_service .sp_navi_service_btn {
    font-size: 20px;
  }
}
body #wrapper #sp_menu .sp_navi_service .sp_navi_service_detail_btn {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.5em;
}
@media only screen and (max-width: 750px) {
  body #wrapper #sp_menu .sp_navi_service .sp_navi_service_detail_btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper #sp_menu .sp_navi_service .sp_navi_service_detail_btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper #sp_menu .sp_navi_service .sp_navi_service_detail_btn {
    font-size: 14px;
  }
}
body #wrapper #sp_menu .sp_navi_company {
  padding-top: 2vw;
}
body #wrapper #sp_menu .sp_navi_company .sp_navi_company_btn {
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  body #wrapper #sp_menu .sp_navi_company .sp_navi_company_btn {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper #sp_menu .sp_navi_company .sp_navi_company_btn {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper #sp_menu .sp_navi_company .sp_navi_company_btn {
    font-size: 20px;
  }
}
body #wrapper #sp_menu .sp_navi_company .sp_navi_company_detail_btn {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.5em;
}
@media only screen and (max-width: 750px) {
  body #wrapper #sp_menu .sp_navi_company .sp_navi_company_detail_btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper #sp_menu .sp_navi_company .sp_navi_company_detail_btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper #sp_menu .sp_navi_company .sp_navi_company_detail_btn {
    font-size: 14px;
  }
}
body #wrapper #sp_menu .sp_navi_project {
  padding-top: 2vw;
}
body #wrapper #sp_menu .sp_navi_project .sp_navi_project_btn {
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  body #wrapper #sp_menu .sp_navi_project .sp_navi_project_btn {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper #sp_menu .sp_navi_project .sp_navi_project_btn {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper #sp_menu .sp_navi_project .sp_navi_project_btn {
    font-size: 20px;
  }
}
body #wrapper #sp_menu .sp_navi_project .sp_navi_project_detail_btn {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.5em;
}
@media only screen and (max-width: 750px) {
  body #wrapper #sp_menu .sp_navi_project .sp_navi_project_detail_btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper #sp_menu .sp_navi_project .sp_navi_project_detail_btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper #sp_menu .sp_navi_project .sp_navi_project_detail_btn {
    font-size: 14px;
  }
}
body #wrapper #sp_menu .sp_navi_news {
  padding-top: 10vw;
}
body #wrapper #sp_menu .sp_navi_news .sp_navi_news_btn {
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  body #wrapper #sp_menu .sp_navi_news .sp_navi_news_btn {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper #sp_menu .sp_navi_news .sp_navi_news_btn {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper #sp_menu .sp_navi_news .sp_navi_news_btn {
    font-size: 20px;
  }
}
body #wrapper #sp_menu .sp_navi_recruit {
  padding-top: 10vw;
}
body #wrapper #sp_menu .sp_navi_recruit .sp_navi_recruit_btn {
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  body #wrapper #sp_menu .sp_navi_recruit .sp_navi_recruit_btn {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper #sp_menu .sp_navi_recruit .sp_navi_recruit_btn {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper #sp_menu .sp_navi_recruit .sp_navi_recruit_btn {
    font-size: 20px;
  }
}
body #wrapper #sp_menu .sp_navi_contact {
  padding-top: 10vw;
}
body #wrapper #sp_menu .sp_navi_contact .sp_navi_contact_btn {
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  body #wrapper #sp_menu .sp_navi_contact .sp_navi_contact_btn {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  body #wrapper #sp_menu .sp_navi_contact .sp_navi_contact_btn {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper #sp_menu .sp_navi_contact .sp_navi_contact_btn {
    font-size: 20px;
  }
}

/*======================================================= */
/*               スマフォメニュー
======================================================= */
/*                フッター                      */
footer .footer_wrap {
  width: 1600px;
  height: 430px;
}
@media only screen and (max-width: 1500px) {
  footer .footer_wrap {
    width: 100vw;
    height: 25vw;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer_wrap {
    width: 100vw;
    height: 20vw;
  }
}
footer .footer_wrap .footer_wrap_menu {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 40px;
  background: linear-gradient(90deg, rgba(0, 30, 107, 0.88) 0%, #46A9E1 60.6%);
  display: flex;
}
@media only screen and (max-width: 1500px) {
  footer .footer_wrap .footer_wrap_menu {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer_wrap .footer_wrap_menu {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer_wrap .footer_wrap_menu {
    width: 100vw;
    height: 20vw;
    display: none;
  }
}
footer .footer_wrap .footer_wrap_menu .footer_lh {
  width: 35%;
  margin: 0 auto;
}
footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_logo {
  margin-top: 20px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 1500px) {
  footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_logo {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_logo {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}
footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_company_name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1500px) {
  footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_company_name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_company_name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_company_name {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_company_name {
    margin-bottom: 10px;
    font-size: 10px;
  }
}
footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: white;
  line-height: 2em;
}
@media only screen and (max-width: 1500px) {
  footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_address {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_address {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_address {
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_wrap_menu .footer_lh .footer_lh_address {
    line-height: 1.2em;
    font-size: 10px;
  }
}
footer .footer_wrap .footer_wrap_menu .footer_rh {
  width: 1030px;
  padding-top: 15px;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1500px) {
  footer .footer_wrap .footer_wrap_menu .footer_rh {
    width: 65vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 8vw;
    padding-right: 0vw;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer_wrap .footer_wrap_menu .footer_rh {
    padding-left: 0vw;
  }
}
footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh1 ul li .footer_text_en, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh2 ul li .footer_text_en, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh3 ul li .footer_text_en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px;
  font-weight: 700;
  color: white;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1500px) {
  footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh1 ul li .footer_text_en, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh2 ul li .footer_text_en, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh3 ul li .footer_text_en {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh1 ul li .footer_text_en, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh2 ul li .footer_text_en, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh3 ul li .footer_text_en {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh1 ul li .footer_text_en, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh2 ul li .footer_text_en, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh3 ul li .footer_text_en {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh1 ul li .footer_text_en, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh2 ul li .footer_text_en, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh3 ul li .footer_text_en {
    margin-top: 5px;
    margin-bottom: 6px;
    font-size: 20px;
  }
}
footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh1 ul li .footer_text_jp, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh2 ul li .footer_text_jp, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh3 ul li .footer_text_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 2em;
}
@media only screen and (max-width: 1500px) {
  footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh1 ul li .footer_text_jp, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh2 ul li .footer_text_jp, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh3 ul li .footer_text_jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh1 ul li .footer_text_jp, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh2 ul li .footer_text_jp, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh3 ul li .footer_text_jp {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh1 ul li .footer_text_jp, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh2 ul li .footer_text_jp, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh3 ul li .footer_text_jp {
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh1 ul li .footer_text_jp, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh2 ul li .footer_text_jp, footer .footer_wrap .footer_wrap_menu .footer_rh .footer_rh3 ul li .footer_text_jp {
    line-height: 1.2em;
    font-size: 10px;
  }
}
footer .footer_wrap .footer_wrap_menu .footer_rh ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 751px) {
  footer .footer_wrap .footer_sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer_wrap .footer_sp {
    width: 100vw;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    background: linear-gradient(90deg, rgba(0, 30, 107, 0.88) 0%, #46A9E1 60.6%);
    color: white;
  }
}
@media only screen and (max-width: 750px) and (max-width: 580px) {
  footer .footer_wrap .footer_sp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 480px) {
  footer .footer_wrap .footer_sp {
    font-size: 12px;
  }
}

/* ==================================================== *//*# sourceMappingURL=lower.css.map */