@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@700&display=swap");
body, html {
  font-family: 'Noto Sans JP', sans-serif;
}

.title__home {
  margin-bottom: 40px;
}

.title__home span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#009fe1), color-stop(40.57%, #0065ae), to(#004d99));
  background: -webkit-linear-gradient(left, #009fe1 0%, #0065ae 40.57%, #004d99 100%);
  background: linear-gradient(to right, #009fe1 0%, #0065ae 40.57%, #004d99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 94px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
}

.title__home h2 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 828px) {
  .title__home {
    margin-bottom: 15px;
  }
  .title__home span {
    font-size: 46px;
    margin-bottom: 0;
  }
  .title__home h2 {
    font-size: 24px;
  }
}

.title__visual {
  text-align: right;
  padding-right: calc( (100% - 1200px) / 2);
  margin-bottom: 55px;
  color: white;
  position: relative;
}

.title__visual span {
  font-family: 'Roboto', sans-serif;
  font-size: 94px;
  font-weight: bold;
  letter-spacing: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-right: -10px;
}

.title__visual h1 {
  font-size: 20px;
}

.title__visual::before {
  content: "";
  display: block;
  background: url(../../../uploads/2022/06/841d2b77d3a31ace9722b49a83fb48af.png) 50% 50% no-repeat;
  width: 261px;
  height: 261px;
  background-size: contain;
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: -1;
  opacity: 0.27;
}

.title__page--top {
  background: #004D99;
  padding: 10px 35px;
  margin-bottom: 50px;
}

.title__page--top h2 {
  font-size: 22px;
  color: white;
}

.title__page--lead {
  margin-bottom: 30px;
}

.title__page--lead > * {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 828px) {
  .title__visual {
    text-align: left;
    padding: 25px 15px;
    margin-bottom: 0;
  }
  .title__visual span {
    font-size: 55px;
  }
  .title__visual::before {
    width: 100px;
    height: 100px;
  }
  .title__page--top {
    margin-bottom: 25px;
    padding: 15px;
  }
  .title__page--top h2 {
    font-size: 18px;
  }
  .title__page--lead {
    margin-bottom: 15px;
  }
}

.button__default a {
  width: 240px;
  display: inline-block;
  padding: 15px 0;
  font-size: 16px;
  text-decoration: none;
  color: white;
  text-align: center;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#009fe1), color-stop(40.57%, #0065ae), to(#004d99));
  background: -webkit-linear-gradient(left, #009fe1 0%, #0065ae 40.57%, #004d99 100%);
  background: linear-gradient(to right, #009fe1 0%, #0065ae 40.57%, #004d99 100%);
  -webkit-filter: drop-shadow(0px 3px 0px rgba(0, 77, 153, 0.15));
          filter: drop-shadow(0px 3px 0px rgba(0, 77, 153, 0.15));
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.button__default a::before {
  content: "";
  background: url(../../../uploads/2022/06/ico_arrow1.png) 50% 50% no-repeat;
  width: 7px;
  height: 12px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.button__default a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, right bottom, left top, from(#009fe1), color-stop(40.57%, #0065ae), to(#004d99));
  background: -webkit-linear-gradient(right bottom, #009fe1 0%, #0065ae 40.57%, #004d99 100%);
  background: linear-gradient(to left top, #009fe1 0%, #0065ae 40.57%, #004d99 100%);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}

.button__default a:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.button__default a:hover::before {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.button__default a:hover::after {
  opacity: 1;
}

.button__default--white a {
  background: white;
  color: #004D99;
  border: 1px solid #004D99;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button__default--white a::before {
  background-image: url(../../../uploads/2022/06/ico_arrow2.png);
}

.button__default--white a:hover {
  color: white;
}

.menu__lower {
  margin-bottom: 65px;
}

.menu__lower ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__lower ul li {
  position: relative;
}

.menu__lower ul li a {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #B1B1B1;
  padding-bottom: 5px;
}

.menu__lower ul li + li {
  margin-left: 30px;
  padding-left: 35px;
}

.menu__lower ul li + li::before {
  content: "";
  display: block;
  background: #B1B1B1;
  height: 30px;
  width: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
}

.menu__lower ul li.current a {
  color: #333;
  border-bottom: 4px solid #004D99;
}

@media screen and (max-width: 828px) {
  .menu__lower {
    margin-bottom: 20px;
  }
  .menu__lower ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__lower ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .menu__lower ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
  .menu__lower ul li + li::before {
    display: none;
  }
}

.header {
  padding: 30px 50px 20px;
}

.header.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo img {
  max-width: 355px;
  height: auto;
}

.header__contact a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../../../uploads/2022/06/ico_header_mail1.png) 50% 50% no-repeat;
  background-size: 23px 17px;
  border: 2px solid #396B9B;
  border-radius: 100%;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header__contact a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.header__menus {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu {
  padding-right: 25px;
}

.header__menu--upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__menu--upper ul li a {
  display: inline-block;
  color: #00417C;
  text-decoration: none;
  font-size: 15px;
}

.header__menu--upper > ul li + li {
  margin-left: 1.25em;
}

.header__menu--upper > ul li::before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #00417C;
  margin-right: 0.25em;
}

.header__switch {
  margin-left: 30px;
}

.header__switch ul li + li {
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #333;
}

.header__switch ul li a {
  font-weight: bold;
}

.header__lower {
  padding-top: 140px;
  position: relative;
  margin-bottom: 115px;
}

.header__lower::after {
  content: "";
  width: 75%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  background: #004D99;
  color: white;
}

.header__lower--sdgs::after {
  background: -webkit-gradient(linear, left top, right top, from(#3a9ed1), to(#93c01f));
  background: -webkit-linear-gradient(left, #3a9ed1 0%, #93c01f 100%);
  background: linear-gradient(to right, #3a9ed1 0%, #93c01f 100%);
}

.header__lower--image {
  position: absolute;
  width: 74%;
  height: 340px;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__lower--404 > * {
  display: none;
}

.header__lower.no-image {
  padding-top: 0;
  margin-bottom: 0;
}

.header__lower.no-image::after {
  display: none;
}

.header__lower.no-image .title__visual {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 0;
}

.header__lower.no-image .title__visual::after {
  content: "";
  width: calc( 50% + 600px);
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  background: #004D99;
  color: white;
}

.header__lower.no-image .title__visual::before {
  right: initial;
  left: calc( ((100% - 1200px) / 2) + 50px);
  width: 150px;
  height: 150px;
}

.header__lower.no-image #breadcrumbs {
  padding-top: 25px;
}

.header__lower.no-image #breadcrumbs a,
.header__lower.no-image #breadcrumbs {
  color: #333;
}

.header__lower.no-image .header__scroll {
  display: none;
}

.header__scroll {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: calc( (100% - 1200px) / 2);
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 100px;
  overflow: hidden;
}

.header__scroll span {
  display: block;
  width: 55px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-animation: scroll 2.5s ease-in 0s infinite normal;
          animation: scroll 2.5s ease-in 0s infinite normal;
  opacity: 1;
}

@-webkit-keyframes scroll {
  0% {
    left: 4em;
    opacity: 1;
  }
  90% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    left: 4em;
    opacity: 1;
  }
  90% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}

@media screen and (max-width: 828px) {
  .header {
    padding: 10px 20px;
  }
  .header__logo img {
    max-width: 56vw;
  }
  .header__menu--upper {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .header__lower {
    padding-top: 0;
    margin-bottom: 35px;
  }
  .header__lower--image {
    position: static;
    width: 100%;
    height: 90px;
  }
  .header__lower::after {
    width: 100%;
  }
}

.footer {
  width: 100%;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#009fe1), color-stop(40.57%, #0065ae), to(#004d99));
  background: -webkit-linear-gradient(left, #009fe1 0%, #0065ae 40.57%, #004d99 100%);
  background: linear-gradient(to right, #009fe1 0%, #0065ae 40.57%, #004d99 100%);
  overflow-x: hidden;
}

.footer__left {
  background: white;
  padding-top: 40px;
  padding-left: calc((100% - 1200px) / 2);
  padding-right: 85px;
  padding-bottom: 60px;
  -webkit-flex-basis: 43.75%;
      -ms-flex-preferred-size: 43.75%;
          flex-basis: 43.75%;
  max-width: 43.75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.footer__right {
  padding-top: 75px;
  padding-left: 65px;
  padding-right: calc((100% - 1200px) / 2);
  color: white;
}

.footer__right .title__home {
  margin-bottom: 35px;
}

.footer__right .title__home span {
  font-size: 25px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(-50%, #fff), to(#32a7e3));
  background: -webkit-linear-gradient(left top, #fff -50%, #32a7e3 100%);
  background: linear-gradient(to right bottom, #fff -50%, #32a7e3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.footer__logo {
  max-width: 450px;
  margin-bottom: 25px;
}

.footer__address {
  font-size: 16px;
}

.footer__address--title {
  font-weight: bold;
}

.footer__address dl dt {
  font-weight: bold;
}

.footer__address dl dd + dt {
  margin-top: 1.5em;
}

.footer__bottom {
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__sns {
  max-width: 25px;
}

.footer__copyright {
  font-size: 13px;
}

.footer__menu {
  max-width: 33.33%;
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}

.footer__menu ul li a {
  color: white;
}

.footer__button {
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

.footer__button--tel a {
  font-size: 13px;
  border-right: none;
}

.footer__button--tel a span {
  display: block;
  font-size: 26px;
}

.footer__button--tel a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../../../uploads/2022/06/Icon-material-call.png) 50% 50% no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.footer__button--mail a {
  font-size: 20px;
}

.footer__button--mail a::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 19px;
  background: url(../../../uploads/2022/06/ic_email_24px.png) 50% 50% no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.footer__ssl {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 14px;
  white-space: nowrap;
}

.footer__ssl img {
  max-width: 120px;
  margin-right: 0.75em;
}

.footer__navi ul li a {
  font-size: 13px;
  color: white;
  text-decoration: none;
}

.footer__mobile {
  display: none;
}

@media screen and (max-width: 828px) {
  .footer {
    padding-bottom: 0;
  }
  .footer > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer > .flex > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 80px;
  }
  .footer__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px;
  }
  .footer__right {
    display: none;
  }
  .footer__address {
    text-align: left;
  }
  .footer__button--tel {
    max-width: 100%;
  }
  .footer__button--tel a {
    padding: 15px 0;
  }
  .footer__mobile {
    display: block;
  }
  .footer__menu {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .footer__menu .footer-nav {
    margin-bottom: 0;
  }
  .footer__menu .footer-nav > nav > ul > li + li {
    margin-top: 0;
  }
}

.hero-image {
  background: url(../../../uploads/2022/06/visual_home1-scaled.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 715px;
  position: relative;
  padding-top: 75px;
}

.hero-image--text {
  max-width: 930px;
  margin: auto;
}

.hero-image--text img + img {
  display: none;
}

@media screen and (max-width: 828px) {
  .hero-image {
    background-image: url(../../../uploads/2022/06/bf5c222e1cb6e0fde8c52de22f98140f.jpg);
    height: 400px;
    padding-top: 25px;
  }
  .hero-image--text {
    padding: 0 40px;
  }
  .hero-image--text img {
    display: none;
  }
  .hero-image--text img + img {
    display: block;
  }
}

.home__reason {
  padding-top: 80px;
  padding-bottom: 75px;
  background: url(../../../uploads/2022/06/bg_home2.png) 50% 50% no-repeat;
  background-size: cover;
}

.home__reason .button__default {
  margin-top: 60px;
}

.home__service {
  background: #DCF0FB;
  padding: 100px 0;
}

.home__service--image {
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.home__service--text {
  padding-left: 90px;
  padding-right: calc((100% - 1200px) / 2);
  position: relative;
  z-index: 3;
}

.home__service--text .home__service--image {
  display: none;
}

.home__service--text::after {
  content: "";
  background: url(../../../uploads/2022/06/ico_home1.png) 50% 50% no-repeat;
  width: 325px;
  height: 325px;
  background-size: contain;
  position: absolute;
  right: 85px;
  top: -75px;
}

.home__service .button__default {
  margin-top: 45px;
}

.home__product {
  padding: 95px 0;
}

.home__product--line {
  background: url(../../../uploads/2022/06/img_home2-scaled.jpg) 50% 50% no-repeat;
  width: 100%;
  height: 260px;
  margin: 50px 0 45px;
  background-size: cover;
}

.home__product--image {
  display: none;
}

.home__sdgs {
  background: url(../../../uploads/2022/06/img_home3-scaled.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home__sdgs--wrap {
  width: 600px;
  max-width: 100%;
  padding: 85px 90px 95px;
  background: rgba(0, 77, 153, 0.76);
  color: white;
}

.home__sdgs .title__home span {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(-50%, #fff), to(#32a7e3));
  background: -webkit-linear-gradient(left top, #fff -50%, #32a7e3 100%);
  background: linear-gradient(to right bottom, #fff -50%, #32a7e3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home__sdgs .button__default {
  margin-top: 40px;
}

.home__sdgs .button__default a {
  background: none;
  border: 1px solid white;
}

.home__recruit {
  padding-top: 110px;
}

.home__recruit .container {
  overflow: visible;
}

.home__recruit--upper {
  position: relative;
  z-index: 3;
}

.home__recruit--upper .container {
  overflow: visible;
}

.home__recruit--upper .home__recruit--image {
  padding-top: 90px;
}

.home__recruit--lower {
  position: relative;
  margin-top: -25px;
  padding-top: 120px;
  padding-bottom: 65px;
}

.home__recruit--lower::after {
  content: "";
  background: url(../../../uploads/2022/06/bg_home1.png) 50% 50% no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: calc( 100% - (100% - 1200px)/2);
  height: 100%;
  background-size: cover;
}

.home__recruit--lower .home__recruit--title {
  position: relative;
  z-index: 5;
}

.home__recruit--lower .home__recruit--image {
  margin-bottom: 0;
}

.home__recruit--lower .button__default {
  margin-top: 0 !important;
}

.home__recruit--lower .button__default a {
  background: white;
  border: 1px solid #004D99;
  color: #004D99;
}

.home__recruit--lower .button__default a:hover {
  color: white;
}

.home__recruit--lower .button__default a::before {
  background-image: url(../../../uploads/2022/06/ico_arrow2.png);
}

.home__recruit--image {
  max-width: 600px;
  -webkit-flex-basis: 600px;
      -ms-flex-preferred-size: 600px;
          flex-basis: 600px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: -145px;
}

.home__recruit--text {
  padding-left: 90px;
}

.home__recruit .button__default {
  margin-top: 45px;
}

.home__recruit--right {
  max-width: 760px;
  -webkit-flex-basis: 760px;
      -ms-flex-preferred-size: 760px;
          flex-basis: 760px;
  position: relative;
}

.home__recruit--right .home_recruit--image {
  max-width: 620px;
  -webkit-flex-basis: 620px;
      -ms-flex-preferred-size: 620px;
          flex-basis: 620px;
}

.home__recruit--title {
  max-width: 445px;
  -webkit-flex-basis: 445px;
      -ms-flex-preferred-size: 445px;
          flex-basis: 445px;
}

.home__recruit--title img {
  margin-left: -60px;
}

.home__recruit--buttons .home__recruit--image {
  display: none;
}

.home__recruit--buttons ul li + li {
  margin-top: 10px;
}

.home__recruit--buttons .home__recruit--button {
  display: none;
}

.home__recruit--button {
  position: absolute;
  right: 50px;
  bottom: 0px;
  max-width: 155px;
}

.home__recruit--button a {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home__recruit--button a:hover {
  opacity: 1;
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home__company {
  padding: 80px 0;
}

.home__company .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home__company--left {
  padding-right: 45px;
  padding-left: calc( (100% - 1200px) / 2);
}

.home__company--left .button__default {
  margin-top: 35px;
}

.home__company--right {
  max-width: 56.25%;
  -webkit-flex-basis: 56.25%;
      -ms-flex-preferred-size: 56.25%;
          flex-basis: 56.25%;
  padding: 60px 0 60px 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#009fe1), color-stop(40.57%, #0065ae), to(#004d99));
  background: -webkit-linear-gradient(#009fe1 0%, #0065ae 40.57%, #004d99 100%);
  background: linear-gradient(#009fe1 0%, #0065ae 40.57%, #004d99 100%);
}

.home__company--right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home__company--right ul li {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  max-width: 33.33%;
}

.home__company--right ul li a {
  display: block;
  width: 100%;
  padding-top: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.home__company--right ul li a span {
  display: block;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 18px;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 2;
}

.home__company--right ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../uploads/2022/06/img_home6.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: all 5s;
  transition: all 5s;
}

.home__company--right ul li a:hover {
  opacity: 1;
}

.home__company--right ul li a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.15, 1.15);
          transform: translate(-50%, -50%) scale(1.15, 1.15);
}

.home__company--right ul li:nth-of-type(2) a::after {
  background-image: url(../../../uploads/2022/06/img_home7.jpg);
}

.home__company--right ul li:nth-of-type(3) a::after {
  background-image: url(../../../uploads/2022/06/img_home8.jpg);
}

.home__company--right .button__default {
  display: none;
}

.home__news {
  padding: 105px 0;
  position: relative;
}

.home__news::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#0799e4));
  background: -webkit-linear-gradient(left top, #fff 0%, #0799e4 100%);
  background: linear-gradient(to right bottom, #fff 0%, #0799e4 100%);
  z-index: -1;
  opacity: 0.3;
}

.home__news--left {
  background: white;
  padding: 40px 50px;
  margin-right: 45px;
}

.home__news--left .button__default {
  margin-top: 25px;
}

.home__news--list ul li {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 20px;
}

.home__news--list ul li a {
  display: block;
  text-decoration: none;
}

.home__news--list ul li + li {
  margin-top: 20px;
}

.home__news--list ul li time {
  color: #004D99;
  font-size: 18px;
  font-weight: bold;
}

.home__news--title {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
}

.home__news--text {
  font-size: 15px;
}

.home__lead {
  margin-bottom: 20px;
}

.home__lead p {
  font-size: 30px;
  font-weight: bold;
}

.home__lead p br {
  display: none;
}

.home__text p {
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 828px) {
  .home__lead p {
    font-size: 24px;
  }
  .home__lead p br {
    display: initial;
  }
  .home__lead p span {
    display: none;
  }
  .home__text p br {
    display: none;
  }
  .home__reason {
    padding: 40px 0;
  }
  .home__reason .home__text p {
    text-align: left;
  }
  .home__reason .button__default {
    margin-top: 20px;
  }
  .home__service {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .home__service > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__service > .flex > * {
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .home__service--image {
    display: none;
  }
  .home__service--text {
    padding: 0;
  }
  .home__service--text::after {
    top: -10px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .home__service--text .home__service--image {
    display: block;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 20px 0;
  }
  .home__service--text .title__home,
  .home__service--text .home__text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home__service--text .title__home {
    text-align: center;
  }
  .home__service .button__default {
    text-align: center;
  }
  .home__product {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .home__product--line {
    display: none;
  }
  .home__product--image {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .home__product .home__text p {
    text-align: left;
  }
  .home__product .button__default {
    margin-top: 20px;
  }
  .home__sdgs--wrap {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home__sdgs .title__home,
  .home__sdgs .button__default {
    text-align: center;
  }
  .home__recruit {
    padding: 50px 0 0;
  }
  .home__recruit--upper .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__recruit--upper .home__recruit--image {
    padding-top: 60px;
    padding-left: 0px;
  }
  .home__recruit--upper .button__default {
    margin-top: 20px;
    text-align: center;
  }
  .home__recruit--image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 40px;
    max-width: 270px;
    -webkit-flex-basis: 270px;
        -ms-flex-preferred-size: 270px;
            flex-basis: 270px;
    margin-bottom: -25%;
    margin-left: 0px;
  }
  .home__recruit--text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 15px;
  }
  .home__recruit--lower {
    padding-bottom: 0;
  }
  .home__recruit--lower::after {
    width: 100%;
    bottom: initial;
    top: 0;
    height: 60%;
  }
  .home__recruit--title img {
    margin: -45px 0 0 50px;
    max-width: 280px;
  }
  .home__recruit--right {
    display: none;
  }
  .home__recruit--buttons .home__recruit--image {
    display: block;
    padding-top: 0;
    margin-top: -50px;
    padding-left: 85px;
    max-width: 100%;
    margin-bottom: 25px;
    margin-right: -20px;
    overflow: hidden;
  }
  .home__recruit--buttons .home__recruit--image img {
    float: right;
  }
  .home__recruit--buttons .home__recruit--button {
    display: block;
    position: static;
    padding: 25px 0;
    text-align: center;
    margin: auto;
  }
  .home__recruit--menus {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .home__recruit--menus .button__default a {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home__recruit .title__home {
    text-align: center;
  }
  .home__company {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
  }
  .home__company::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#009fe1), color-stop(40.57%, #0065ae), to(#004d99));
    background: -webkit-linear-gradient(left top, #009fe1 0%, #0065ae 40.57%, #004d99 100%);
    background: linear-gradient(to right bottom, #009fe1 0%, #0065ae 40.57%, #004d99 100%);
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
  }
  .home__company > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__company--left {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
  .home__company--left .title__home {
    text-align: center;
  }
  .home__company--left .title__home span {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-50%, #fff), to(#32a7e3));
    background: -webkit-linear-gradient(left top, #fff -50%, #32a7e3 100%);
    background: linear-gradient(to right bottom, #fff -50%, #32a7e3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home__company--left .title__home h2 {
    color: white;
  }
  .home__company--left .home__text p {
    font-size: 16px;
    color: white;
  }
  .home__company--left .button__default {
    display: none;
  }
  .home__company--right {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    background: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
  .home__company--right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__company--right ul li {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .home__company--right ul li + li {
    margin-top: 15px;
  }
  .home__company--right ul li a {
    padding-top: 62%;
  }
  .home__company--right .button__default {
    margin-top: 30px;
    display: block;
  }
  .home__company--right .button__default a {
    background: none;
    border: 1px solid white;
  }
  .home__company .button__default {
    text-align: center;
  }
  .home__news {
    padding: 45px 0;
  }
  .home__news .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__news .flex > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .home__news--left {
    margin: 0 0 25px;
  }
}

.reason > section:first-of-type .reason__section {
  padding-top: 0;
}

.reason > section:nth-of-type(even) .reason__section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#0799e4));
  background: -webkit-linear-gradient(left top, #fff 0%, #0799e4 100%);
  background: linear-gradient(to right bottom, #fff 0%, #0799e4 100%);
  z-index: -1;
  opacity: 0.3;
}

.reason > section:nth-of-type(even) .reason__section .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reason > section:nth-of-type(even) .reason__section .flex .reason__content {
  padding-left: 0px;
  padding-right: 50px;
}

.reason__section {
  padding-bottom: 90px;
  padding-top: 90px;
  position: relative;
}

.reason__image {
  max-width: 505px;
  -webkit-flex-basis: 505px;
      -ms-flex-preferred-size: 505px;
          flex-basis: 505px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.reason__content {
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.reason__text p {
  line-height: 2;
}

@media screen and (max-width: 828px) {
  .reason__section {
    padding: 30px 0;
  }
  .reason__section .container > .flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .reason__section .container > .flex > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .reason__content {
    padding: 15px 0;
  }
  .reason > section:first-of-type .reason__section {
    padding-top: 0;
  }
  .reason > section:nth-of-type(even) .reason__section .flex .reason__content {
    padding-right: 0px;
  }
}

.edr__section + .edr__section {
  margin-top: 100px;
}

.edr__section .catch p {
  font-size: 30px;
  color: #003265;
  font-weight: bold;
}

.edr__section .lead {
  margin: 35px 0;
}

.edr__section .lead p {
  font-size: 20px;
  font-weight: bold;
}

.edr__section > .flex {
  margin-top: 40px;
}

.edr__section > .flex:not(.edr__buttons):nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.edr__section--left, .edr__section--right {
  width: 100%;
}

.edr__section--left {
  background: rgba(62, 58, 57, 0.09);
  padding: 60px 50px;
}

.edr__section--left p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}

.edr__section--right {
  padding: 30px;
  background: #3E3A39;
}

.edr__section--right ul li + li {
  margin-top: 15px;
}

.edr__section--right ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.edr__section--right ul li dl dt {
  padding: 20px 0;
  background: #DF2610;
  color: white;
  max-width: 185px;
  -webkit-flex-basis: 185px;
      -ms-flex-preferred-size: 185px;
          flex-basis: 185px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.edr__section--right ul li dl dt img {
  width: 50px;
  margin-bottom: 5px;
}

.edr__section--right ul li dl dd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.edr__section--right ul li dl dd p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 20px;
  font-size: 13px;
}

.edr__section--right ul li dl dd p strong {
  font-size: 14px;
}

.edr__buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.edr__buttons .button__default {
  text-align: center;
}

.edr__buttons .button__default a {
  display: block;
}

.edr__buttons .button__default + .button__default {
  margin-left: 25px;
}

.edr__buttons .button__default--white {
  font-size: 14px;
}

.edr__buttons .button__default--white a {
  margin-bottom: 10px;
}

.edr__flow {
  margin-top: 40px;
  background: rgba(0, 77, 153, 0.09);
  padding: 50px 60px;
}

.edr__flow--title h3 {
  font-size: 20px;
}

.edr__flow--title img {
  width: 185px;
  margin-top: 10px;
}

.edr__flow--list {
  margin-top: 35px;
}

.edr__flow--list ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.edr__flow--list ul li {
  background: #004D99;
  color: white;
  -webkit-flex-basis: calc(33.33% - 20px);
      -ms-flex-preferred-size: calc(33.33% - 20px);
          flex-basis: calc(33.33% - 20px);
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}

.edr__flow--list ul li dl dt img {
  width: 47px;
}

.edr__flow--list ul li dl dt span {
  margin-top: 15px;
  display: block;
  font-size: 22px;
  color: #004D99;
  background: #FFCC00;
  border-radius: 25px;
  text-align: center;
  padding: 10px;
}

.edr__flow--list ul li dl dd {
  padding-top: 15px;
  font-size: 15px;
}

.edr__flow2 {
  background: #004D99;
  padding: 60px 100px 65px;
  color: white;
}

.edr__flow2--title {
  margin-bottom: 25px;
}

.edr__flow2--title h3 {
  font-size: 20px;
  color: white;
  text-align: center;
}

.edr__flow2--list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.edr__flow2--list ul li {
  position: relative;
}

.edr__flow2--list ul li + li::before {
  content: "";
  background: url(../../../uploads/2022/06/right-arrow-92.png) 50% 50% no-repeat;
  width: 20px;
  height: 35px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.edr__flow2--list p {
  margin-top: 40px;
}

.edr__flow2 + .edr__buttons {
  padding: 50px 0 90px;
}

@media screen and (max-width: 828px) {
  .edr__section .catch p {
    font-size: 24px;
    text-align: left;
  }
  .edr__section > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edr__section > .flex:not(.edr__buttons):nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edr__section--right ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edr__section--right ul li dl dt, .edr__section--right ul li dl dd {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .edr__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edr__buttons .button__default {
    text-align: center;
  }
  .edr__buttons .button__default a {
    margin: auto;
  }
  .edr__buttons .button__default + .button__default {
    margin-left: 0;
    margin-top: 30px;
  }
  .edr .lead {
    margin: 15px 0;
  }
  .edr__flow {
    padding: 25px;
  }
  .edr__flow--list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edr__flow--list ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
  }
  .edr__flow--list ul li + li::before {
    display: none;
  }
  .edr__flow--list ul li dl dt span {
    font-size: 18px;
  }
  .edr__flow2 {
    padding: 25px;
  }
  .edr__flow2--list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edr__flow2--list ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .edr__flow2--title h3 {
    font-size: 18px;
  }
}

.service__lead {
  margin-bottom: 50px;
}

.service__lead p {
  line-height: 2;
}

.service__feature {
  padding: 0 120px;
}

.service__feature--image {
  margin-bottom: 75px;
}

.service__list {
  background: rgba(50, 167, 255, 0.17);
  padding: 35px;
  margin-bottom: 90px;
}

.service__list ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -12px -35px;
}

.service__list ul li {
  width: 33.33%;
  padding: 0 12px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service__list ul li dl dt {
  background: #004D99;
  color: white;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 45px;
  height: 5em;
  text-align: center;
  position: relative;
}

.service__list ul li dl dt::after {
  content: "";
  display: block;
  border-top: 27px solid #004D99;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 80%);
          transform: translate(-50%, 80%);
}

.service__list ul li dl dd {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 30px;
  line-height: 1.75;
}

@media screen and (max-width: 828px) {
  .service__feature {
    padding-left: 0;
    padding-right: 0;
  }
  .service__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service__list ul li {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .service__list ul li dl dt {
    padding: 10px;
  }
}

.sdgs .title__page--top {
  background: #3A9ED1;
}

.sdgs__wrap {
  padding: 0 170px;
}

.sdgs__details {
  margin-top: 70px;
  padding: 90px 0;
  position: relative;
}

.sdgs__details::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#3a9ed1), to(#93c01f));
  background: -webkit-linear-gradient(bottom, #3a9ed1 0%, #93c01f 100%);
  background: linear-gradient(to top, #3a9ed1 0%, #93c01f 100%);
  opacity: 0.25;
  position: absolute;
  z-index: -1;
}

.sdgs__navi {
  margin-bottom: 45px;
}

.sdgs__navi ul {
  gap: 30px;
}

.sdgs__images {
  gap: 15px;
  margin-bottom: 40px;
}

.sdgs__detail {
  background: white;
  padding: 35px;
}

.sdgs__detail + .sdgs__detail {
  margin-top: 35px;
}

.sdgs__detail--title {
  background: #C50E28;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.sdgs__detail--title h3 {
  font-size: 22px;
  color: white;
}

.sdgs__detail--icon {
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.sdgs__detail--target {
  padding-left: 25px;
}

.sdgs__detail--5 .sdgs__detail--title {
  background-color: #E83418;
}

.sdgs__detail--8 .sdgs__detail--title {
  background-color: #970A31;
}

.sdgs__detail--10 .sdgs__detail--title {
  background-color: #DC097B;
}

.sdgs__text {
  background: #FBEEEF;
  padding: 20px 30px;
  margin-top: 20px;
}

.sdgs__text ul {
  list-style: disc;
  padding-left: 1.5em;
}

.sdgs__text ul li {
  font-size: 16px;
}

@media screen and (max-width: 828px) {
  .sdgs__wrap {
    padding: 0;
  }
  .sdgs__details {
    padding: 20px 0;
  }
  .sdgs__detail {
    padding: 15px;
  }
  .sdgs__detail > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sdgs__detail--target {
    padding: 15px 0 0;
  }
  .sdgs__detail--icon {
    margin: auto;
  }
  .sdgs__detail--title h3 {
    font-size: 18px;
  }
}

.personality__section > .flex {
  gap: 50px;
}

.personality__image {
  width: 500px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.personality__text p {
  line-height: 1.8;
}

.personality > .container > section + section {
  padding: 90px 0;
}

.personality > .container > section + section .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 828px) {
  .personality__section {
    padding: 30px 0;
  }
  .personality__section > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .personality__section > .flex > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .personality > .container > section + section {
    padding: 30px 0;
  }
  .personality > .container > section + section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.interview__list {
  margin-bottom: 70px;
}

.interview__list ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.interview__list ul li {
  -webkit-flex-basis: 176px;
      -ms-flex-preferred-size: 176px;
          flex-basis: 176px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.interview__list ul li:hover {
  opacity: 0.5;
}

.interview__list ul li span {
  display: block;
  color: white;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(-100%, #009fe1), color-stop(40.57%, #0065ae), color-stop(200%, #004d99));
  background: -webkit-linear-gradient(left top, #009fe1 -100%, #0065ae 40.57%, #004d99 200%);
  background: linear-gradient(to right bottom, #009fe1 -100%, #0065ae 40.57%, #004d99 200%);
  font-size: 14px;
  padding: 10px 20px;
  position: relative;
}

.interview__list ul li span::after {
  content: "";
  display: block;
  background: url(../../../uploads/2022/06/right-arrow-9.png) 50% 50% no-repeat;
  width: 7px;
  height: 11px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.interview__slides {
  padding: 60px 0 70px;
  position: relative;
}

.interview__slides .slick-prev,
.interview__slides .slick-next {
  z-index: 3;
  width: 50px;
  height: 50px;
}

.interview__slides .slick-prev::before,
.interview__slides .slick-next::before {
  font-size: 50px;
}

.interview__slides .slick-prev {
  left: 25px;
}

.interview__slides .slick-next {
  right: 25px;
}

.interview__slides::after {
  content: "";
  background: -webkit-gradient(linear, left top, right bottom, color-stop(-50%, #fff), color-stop(150%, #0799e4));
  background: -webkit-linear-gradient(left top, #fff -50%, #0799e4 150%);
  background: linear-gradient(to right bottom, #fff -50%, #0799e4 150%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.79;
}

.interview__columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.interview__column--left {
  width: 770px;
  background: white;
  padding: 55px;
  border-radius: 22px;
  position: relative;
}

.interview__column--left::after {
  content: "";
  display: block;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 85px solid white;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
}

.interview__column--left ul li dl dt {
  font-size: 24px;
  color: #004D99;
  font-weight: bold;
  margin-bottom: 10px;
}

.interview__column--left ul li dl dt::before {
  content: "Q1";
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  display: inline-block;
  margin-right: .5em;
}

.interview__column--left ul li dl dd {
  font-size: 16px;
}

.interview__column--left ul li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #B1B1B1;
}

.interview__column--left ul li:nth-of-type(2) dl dt::before {
  content: "Q2";
}

.interview__column--left ul li:nth-of-type(3) dl dt::before {
  content: "Q3";
}

.interview__column--left ul li:nth-of-type(4) dl dt::before {
  content: "Q4";
}

.interview__column--right {
  width: 325px;
}

.interview__profile {
  background: white;
  padding: 20px;
}

.interview__profile p {
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 828px) {
  .interview__list ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .interview__list ul li {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .interview__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview__columns > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .interview__column--left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .interview__column--left::after {
    display: none;
  }
  .interview__column--right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .interview__slides .slick-prev {
    left: 10px;
  }
  .interview__slides .slick-next {
    right: 10px;
  }
  .interview__slides .slick-prev:before, .interview__slides .slick-next:before {
    color: black;
    font-size: 30px;
  }
}

.requirement .button__default {
  margin-top: 60px;
  margin-bottom: 90px;
}

.career-path__lead {
  margin-top: 40px;
}

.career-path__lead p {
  font-size: 24px;
  font-weight: bold;
}

.career-path__title {
  margin-top: 65px;
}

.career-path__title h3 {
  display: inline-block;
  font-size: 22px;
  color: #004D99;
  font-weight: bold;
  border-bottom: 4px solid #004D99;
}

.career-path__title h3::before {
  content: "■";
}

.career-path__list {
  background: #EBF1F7;
  padding: 39px 90px;
  margin-top: 45px;
}

.career-path__list dl dt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.career-path__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
  margin-right: -18px;
  margin-bottom: 25px;
}

.career-path__list ul li {
  -webkit-flex-basis: calc( 33.33% - 18px);
      -ms-flex-preferred-size: calc( 33.33% - 18px);
          flex-basis: calc( 33.33% - 18px);
  max-width: calc( 33.33% - 18px);
  background: white;
  color: #004D99;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  padding: 15px 0;
}

.career-path__text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.career-path__text img {
  width: 57px;
}

.career-path__evaluation .text {
  margin: 35px 0;
}

.career-path__columns {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-right: -20px;
}

.career-path__column {
  -webkit-flex-basis: calc(50% - 20px);
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
  background: #EBF1F7;
  border: 2px solid #004D99;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.career-path__column dl dt {
  background: #004D99;
  font-size: 22px;
  color: white;
  border-radius: 28px;
  padding: 10px 35px;
}

.career-path__column dl dd {
  padding: 25px 20px 0;
  font-size: 18px;
  color: #004D99;
}

.career-path__cards {
  gap: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 90px;
}

.career-path__card {
  background: #004D99;
  color: white;
  text-align: center;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}

.career-path__card strong {
  display: block;
  font-size: 21px;
}

.career-path__card strong small {
  display: block;
  font-size: 14px;
}

.career-path__card span {
  display: block;
  height: 4em;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 828px) {
  .career-path__lead p {
    font-size: 20px;
    text-align: left;
  }
  .career-path__list {
    padding: 25px;
  }
  .career-path__list ul li {
    -webkit-flex-basis: calc( 50% - 18px);
        -ms-flex-preferred-size: calc( 50% - 18px);
            flex-basis: calc( 50% - 18px);
    max-width: calc( 50% - 18px);
    padding: 10px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .career-path__column {
    padding: 20px;
    -webkit-flex-basis: calc( 100% - 20px);
        -ms-flex-preferred-size: calc( 100% - 20px);
            flex-basis: calc( 100% - 20px);
    max-width: calc( 100% - 20px);
  }
  .career-path__column dl dt {
    text-align: center;
  }
  .career-path__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career-path__card {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

.message__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.message__message {
  margin-bottom: 65px;
}

.message__message .message__image {
  width: 325px;
}

.message__message .message__text {
  padding-left: 60px;
}

.message__message .message__text img {
  width: 152px;
  height: auto;
  margin-top: 1em;
}

.message__catch p {
  font-size: 24px;
  color: #004D99;
  font-weight: bold;
}

.message__lead {
  margin-top: 20px;
}

.message__lead p {
  font-size: 20px;
}

.message__vision {
  margin-bottom: 90px;
}

.message__vision .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}

.message__vision .message__image {
  width: 515px;
}

.message__vision .message__text {
  padding-left: 95px;
}

.message__vision .message__text ol {
  list-style: decimal;
  font-size: 16px;
  font-weight: bold;
}

.message__vision .message__text ol li + li {
  margin-top: 1em;
}

@media screen and (max-width: 828px) {
  .message__message .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message__message .flex > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .message__message .message__text {
    padding: 20px 0 0;
  }
  .message__catch {
    text-align: left;
  }
  .message__catch p {
    font-size: 18px;
  }
  .message__lead {
    text-align: left;
  }
  .message__vision .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message__vision .message__image {
    width: 100%;
  }
  .message__vision .message__text {
    padding-left: 1.5em;
    margin-top: 20px;
  }
}

.outline table th {
  width: 15em;
}

@media screen and (max-width: 828px) {
  .outline table th, .outline table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .outline table th {
    border-bottom: none;
  }
}

.access iframe {
  width: 100%;
}

.access .wp-block-column p + p {
  margin-top: 1em;
}

#breadcrumbs {
  text-align: right;
  color: white;
  padding-top: 45px;
  padding-bottom: 35px;
  margin-bottom: 0;
}

#breadcrumbs a {
  color: white;
}

table th, table td {
  border: none;
  border-top: 1px solid #004D99;
  border-bottom: 1px solid #004D99;
}

table th {
  background: #E5EDF5;
  color: #004D99;
  font-weight: bold;
}

table td {
  background: none;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 10px 15px;
}

#privacy-policy {
  padding-bottom: 90px;
}

#privacy-policy dt {
  font-size: 18px;
  color: #004D99;
}

#privacy-policy dd + dt {
  margin-top: 65px;
  padding-top: 65px;
  border-top: 1px solid #B1B1B1;
}

#privacy-policy dd ul li {
  padding-left: 1.5em;
  position: relative;
}

#privacy-policy dd ul li::before {
  content: "●";
  color: #9CBAD7;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

#gNavi {
  margin-top: 10px;
}

#gNavi ul li a {
  font-size: 16px;
}

#gNavi ul li + li {
  padding-left: 1em;
  border-left: 1px solid #333;
}

@media screen and (min-width: 829px) {
  #gNavi ul li#menu-item-187 {
    display: none;
  }
}

@media screen and (min-width: 829px) {
  #gNavi ul #menu-item-202, #gNavi ul #menu-item-203 {
    display: none;
  }
}

.footer-nav li {
  display: block;
}

.footer-nav li + li {
  margin-left: 0;
}

.footer-nav > nav > ul > li + li {
  margin-top: 25px;
}

.footer-nav .sub-menu {
  margin-top: 10px;
}

.footer-nav .sub-menu li {
  padding-left: 1.4em;
  position: relative;
}

.footer-nav .sub-menu li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-nav .sub-menu li + li {
  margin-top: 10px;
}

#menu-footer_nav4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#menu-footer_nav4 li {
  font-size: 13px;
}

#menu-footer_nav4 li + li {
  margin-left: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid white;
}

@media screen and (max-width: 828px) {
  #breadcrumbs {
    padding: 15px;
  }
  .post-requirements table th, .post-requirements table td {
    display: block;
    width: 100% !important;
  }
  .post-requirements table th {
    border-bottom: none;
  }
}
/*# sourceMappingURL=customize.css.map */


/* add */
.sp__only{
  display: none;
}
#contact.eng__form table tr th{
  width: 310px;
}
#contact.eng__form table tr th span.red,
#contact.eng__form table tr th span.gray{
  right: 0;
  padding: 5px;
}
@media screen and (max-width: 828px){
  #gNavi ul li + li{
    padding-left: 0;
    border-left: none;
  }
  .sp__only{
    display: block;
  }
  #contact.eng__form table tr th{
    width: 100%;
  }
  
}