@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(26, 26, 26);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  background-color: rgb(2, 35, 119);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 60px);
  }
}
.contents-wrapper.mini {
  max-width: 1200px;
  width: 100%;
}
.contents-wrapper.big {
  max-width: 1920px;
  width: 100%;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

.fv-title {
  position: relative;
  text-align: left;
}
.fv-title .sine-image {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
  z-index: 2;
  width: 3000px;
}
.fv-title span {
  position: relative;
  z-index: 10;
}
.fv-title .en {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 4rem;
  font-family: "EB Garamond", serif;
}
@media (max-width: 1100px) {
  .fv-title .en {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .fv-title .en {
    font-size: 1.5rem;
  }
}
.fv-title .ja {
  color: rgb(200, 156, 0);
  font-family: "Noto Serif JP", serif;
  font-size: 4.5rem;
  font-weight: 900;
  text-shadow: 0px 0px 13px rgba(14, 13, 44, 0.42);
}
@media (max-width: 1100px) {
  .fv-title .ja {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .fv-title .ja {
    font-size: 2rem;
  }
}
.fv-title .ja span {
  display: block;
  text-shadow: 0px 0px 18px rgb(0, 25, 80);
}
.fv-title .ja span.right {
  margin-left: 300px;
}
@media (max-width: 1023px) {
  .fv-title .ja span.right {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .fv-title .ja span.right {
    margin-left: 15px;
  }
}

.top-title {
  margin-bottom: 50px;
  color: rgb(200, 156, 0);
  text-align: left;
}
@media (max-width: 767px) {
  .top-title {
    margin-bottom: 30px;
  }
}
.top-title .en {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  border-left: 5px solid rgb(200, 156, 0);
}
@media (max-width: 767px) {
  .top-title .en {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.top-title .ja {
  padding-left: 25px;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .top-title .ja {
    font-size: 0.9rem;
  }
}
.top-title.white {
  margin-bottom: 0;
  color: rgb(255, 255, 255);
}
.top-title.white .en {
  border-color: rgb(255, 255, 255);
}

.company-sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .company-sub-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}

.page-top-title {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  -webkit-filter: drop-shadow(0 0 18 rgba(64, 116, 180, 0.97));
          filter: drop-shadow(0 0 18 rgba(64, 116, 180, 0.97));
}
@media (max-width: 1300px) {
  .page-top-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .page-top-title {
    font-size: 2rem;
  }
}

.page-blue-title {
  margin-bottom: 40px;
  font-size: 2.5rem;
  text-align: left;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: rgb(2, 35, 119);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-blue-title {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
}
.page-blue-title::after {
  content: "";
  display: block;
  margin-left: 20px;
  width: 100px;
  height: 1px;
  background-color: rgb(2, 35, 119);
}
.page-blue-title.maintenance {
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}
.page-blue-title.youtube {
  margin-bottom: 10px;
}
.page-blue-title.youtube::after {
  display: none;
}

.history-title {
  max-width: 353px;
}
@media (max-width: 1023px) {
  .history-title {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .history-title {
    max-width: 150px;
  }
}

.license-title {
  margin-bottom: 20px;
  text-align: left;
  color: rgb(200, 156, 0);
  font-weight: 500;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .license-title {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.license-title::before {
  content: "";
  display: inline-block;
  width: 15px;
  margin-right: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(200, 156, 0);
}
.license-title .font-small {
  font-size: 0.8rem;
  vertical-align: bottom;
}

.page-office-title {
  width: 40%;
  margin-bottom: 30px;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 1223px) {
  .page-office-title {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-office-title {
    width: 60%;
    margin-bottom: 15px;
    padding: 10px 5px;
  }
}

.technology-title {
  position: relative;
  text-align: left;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}
@media (max-width: 1415px) {
  .technology-title {
    padding-left: 40px;
  }
}
@media (max-width: 1057px) {
  .technology-title {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .technology-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .technology-title {
    padding-left: 25px;
  }
}
.technology-title::before {
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
@media (max-width: 1415px) {
  .technology-title::before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .technology-title::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 10px;
    width: 20px;
  }
}
.technology-title span {
  vertical-align: middle;
}

.blue-dice-title {
  margin-bottom: 15px;
  color: rgb(2, 35, 119);
  font-weight: 500;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .blue-dice-title {
    font-size: 1rem;
  }
}
.blue-dice-title::before {
  content: "";
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(2, 35, 119);
}
@media (max-width: 767px) {
  .blue-dice-title::before {
    width: 10px;
    margin-right: 5px;
  }
}

.recruit-page-text {
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .recruit-page-text {
    width: 100%;
  }
}
.recruit-page-text .en {
  font-size: 6.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  line-height: 106px;
}
@media (max-width: 767px) {
  .recruit-page-text .en {
    font-size: 4rem;
    line-height: 70px;
  }
}
.recruit-page-text .ja {
  position: absolute;
  left: 150px;
  bottom: -20px;
  display: block;
  width: 100%;
  font-size: 2.3rem;
  color: rgb(255, 229, 0);
}
@media (max-width: 767px) {
  .recruit-page-text .ja {
    font-size: 1.5rem;
    left: 40px;
    bottom: -10px;
  }
}

.recruit-wind-title {
  margin-bottom: 50px;
  font-size: 3.5rem;
  font-weight: 500;
  color: rgb(2, 35, 119);
}
@media (max-width: 1255px) {
  .recruit-wind-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 1023px) {
  .recruit-wind-title {
    width: 90%;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .recruit-wind-title {
    width: 100%;
    font-size: 1.8rem;
  }
}
.recruit-wind-title > span {
  display: block;
}
.recruit-wind-title .wind {
  font-size: 5.9rem;
  color: rgb(104, 191, 255);
}
@media (max-width: 1023px) {
  .recruit-wind-title .wind {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .recruit-wind-title .wind {
    font-size: 3rem;
  }
}

.recruit-number-title {
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: rgb(255, 229, 0);
}
@media (max-width: 1023px) {
  .recruit-number-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .recruit-number-title {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
}
.recruit-number-title::before, .recruit-number-title::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: rgb(255, 229, 0);
  vertical-align: middle;
}
@media (max-width: 767px) {
  .recruit-number-title::before, .recruit-number-title::after {
    display: none;
  }
}
.recruit-number-title span {
  padding: 0 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .recruit-number-title span {
    padding: 0;
  }
}
.recruit-number-title.blue {
  color: rgb(2, 35, 119);
}
.recruit-number-title.blue::before, .recruit-number-title.blue::after {
  background-color: rgb(2, 35, 119);
}
@media (max-width: 767px) {
  .recruit-number-title.blue::before, .recruit-number-title.blue::after {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 0 5px;
  }
}

.partner-fv-title {
  color: rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .partner-fv-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .partner-fv-title {
    font-size: 1.5rem;
  }
}
.partner-fv-title span:not(.gold-text) {
  display: block;
}
.partner-fv-title .gold-text {
  font-size: 4rem;
  line-height: 50px;
}
@media (max-width: 767px) {
  .partner-fv-title .gold-text {
    font-size: 2.5rem;
  }
}
.partner-fv-title .start-right {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .partner-fv-title .start-right {
    margin-left: 25px;
  }
}
.partner-fv-title span.last-text {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .partner-fv-title span.last-text {
    display: none;
  }
}

.partner-title {
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .partner-title {
    margin-bottom: 25px;
  }
}
.partner-title span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 5px 40px;
  font-size: 3rem;
  color: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
}
@media (max-width: 1220px) {
  .partner-title span {
    font-size: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .partner-title span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .partner-title span {
    font-size: 1.5rem;
    padding: 5px 20px;
  }
}
.partner-title span.tow {
  margin-left: auto;
}

.contact-link {
  display: block;
  width: 25%;
  font-size: 1.3rem;
  padding: 30px 15px;
  color: rgb(255, 255, 255);
  background-color: rgb(2, 35, 119);
}
@media (max-width: 1140px) {
  .contact-link {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .contact-link {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 767px) {
  .contact-link {
    width: 100%;
  }
}
.contact-link:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(2, 35, 119);
}
.contact-link.white {
  color: rgb(2, 35, 119);
  background-color: rgb(255, 255, 255);
}
.contact-link.white:hover {
  background-color: rgb(2, 35, 119);
  color: rgb(255, 255, 255);
}

.view-more-link {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 250px;
  color: rgb(255, 255, 255);
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .view-more-link {
    max-width: 100%;
  }
}
.view-more-link.center {
  margin: auto;
}
.view-more-link.blue {
  border-color: rgb(2, 35, 119);
  color: rgb(2, 35, 119);
}
.view-more-link.blue::before, .view-more-link.blue::after {
  background-color: rgb(2, 35, 119);
}
.view-more-link.blue > span::before, .view-more-link.blue > span::after {
  background-color: rgb(2, 35, 119);
}
.view-more-link.blue:hover > span > span {
  color: rgb(255, 255, 255);
}
.view-more-link::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 25%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.view-more-link::after {
  content: "";
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 25%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.view-more-link > span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.view-more-link > span::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 25%;
  width: 25%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.view-more-link > span::after {
  content: "";
  position: absolute;
  top: -100%;
  right: 25%;
  width: 25%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.view-more-link > span > span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.view-more-link:hover > span::before {
  bottom: 0;
}
.view-more-link:hover > span::after {
  top: 0;
}
.view-more-link:hover > span > span {
  color: rgb(2, 35, 119);
}
.view-more-link:hover::before {
  top: 0;
}
.view-more-link:hover::after {
  bottom: 0;
}

.button-submit {
  display: block;
  width: 250px;
  margin: 20px auto 0;
  padding: 20px 10px;
  border: 1px solid rgb(2, 35, 119);
  color: rgb(2, 35, 119);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.3;
}
@media (max-width: 1023px) {
  .button-submit {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .button-submit {
    width: 100%;
  }
}
.button-submit.active {
  opacity: 1;
}
.button-submit.active:hover {
  background-color: rgb(2, 35, 119);
  color: rgb(255, 255, 255);
}

.top-main-menu {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
@media (max-width: 1220px) {
  .top-main-menu {
    display: none;
  }
}
.top-main-menu .item {
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-main-menu .main-link {
  display: block;
  padding: 15px 0;
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
}
.top-main-menu .hover-sub {
  cursor: pointer;
}

.sub-menu {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 120px;
  padding: 5px 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
}
@media (max-width: 1220px) {
  .sub-menu {
    width: 100%;
    position: static;
    padding: 10px 0 0 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sub-menu.big {
  padding: 5px;
  width: 275px;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
@media (max-width: 1220px) {
  .sub-menu.big {
    width: 100%;
    padding: 10px 0 0 15px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sub-menu .sub-link {
  color: rgb(255, 255, 255);
}
@media (max-width: 1220px) {
  .sub-menu .sub-link {
    display: block;
    margin-bottom: 4px;
  }
  .sub-menu .sub-link:hover {
    text-decoration: underline;
  }
}

.drawer--right .sp-navigation {
  display: none;
}
@media (max-width: 1220px) {
  .drawer--right .sp-navigation {
    display: block;
  }
}
.drawer--right .sp-navigation .drawer-hamburger {
  padding: 0 0 10px;
  top: 25px;
  right: 40px;
}
@media (max-width: 1023px) {
  .drawer--right .sp-navigation .drawer-hamburger {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .drawer--right .sp-navigation .drawer-hamburger {
    right: 15px;
  }
}
.drawer--right .sp-navigation .drawer-hamburger-icon::after,
.drawer--right .sp-navigation .drawer-hamburger-icon::before,
.drawer--right .sp-navigation .drawer-hamburger-icon {
  background-color: rgb(255, 255, 255);
}
.drawer--right .drawer-nav {
  background-color: rgba(73, 73, 73, 0.45);
  padding-top: 60px;
  width: 320px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .drawer--right .drawer-nav {
    width: 100%;
    background-color: rgb(73, 73, 73);
  }
}
.drawer--right .logo {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
.drawer--right .drawer-menu-item {
  color: rgb(255, 255, 255);
  text-align: left;
  padding: 10px 18px 10px 30px;
}
.drawer--right .drawer-menu-item:hover {
  color: rgb(200, 156, 0);
  text-decoration: none;
}
.drawer--right.drawer-open button.drawer-hamburger {
  top: 25px;
  right: 40px;
}
@media (max-width: 1023px) {
  .drawer--right.drawer-open button.drawer-hamburger {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .drawer--right.drawer-open button.drawer-hamburger {
    right: 15px;
  }
}
.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer--right.drawer-open .drawer-nav {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drawer--right.drawer-open .header.page .drawer-hamburger-icon::after,
.drawer--right.drawer-open .header.page .drawer-hamburger-icon::before {
  background-color: rgb(255, 255, 255);
}
.drawer--right.drawer-open .header.page .drawer-hamburger-icon {
  background-color: transparent;
}

.menu-icon {
  position: absolute;
  bottom: -50px;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.menu-icon path {
  fill: rgb(255, 255, 255);
}

div.drawer-overlay {
  z-index: 90;
}

@media (max-width: 1170px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu .menu-title {
  display: block;
  margin-bottom: 10px;
}
.footer-menu a {
  display: inline-block;
  color: rgb(255, 255, 255);
  text-indent: -15px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.footer-menu .sub-item {
  margin-left: 20px;
}
.footer-menu .sub-item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 5px;
  background-color: rgb(255, 255, 255);
  vertical-align: middle;
}

.white-menu-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.white-menu-list .item {
  text-align: left;
}
.white-menu-list .item:not(:last-child) {
  margin-bottom: 15px;
}
.white-menu-list .item a {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
}
@media (max-width: 1023px) {
  .white-menu-list .item a {
    font-size: 1.1rem;
  }
}
.white-menu-list .item a > span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.white-menu-list .item a > span::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-30%) rotate(-45deg);
          transform: translateY(-30%) rotate(-45deg);
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.white-menu-list .item a:hover > span::after {
  right: -10px;
}
.white-menu-list .right {
  display: block;
  text-align: right;
}
@media (max-width: 1023px) {
  .white-menu-list .right {
    display: inline;
  }
}

.business-list {
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  gap: 60px;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .business-list {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .business-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .business-list {
    margin-bottom: 30px;
    gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.business-list .text-box {
  padding: 10px 15px 0;
  color: rgb(2, 35, 119);
  text-align: left;
}
.business-list .text-box span {
  display: inline-block;
  margin-bottom: 5px;
}
.business-list .text-box .address {
  display: block;
}
.business-list .text-box .address span {
  display: inline-block;
  width: calc(100% - 25px);
  vertical-align: middle;
}
.business-list .text-box img {
  display: inline-block;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.business-list .text-box .name {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}
.business-list .text-box .name::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: rgb(2, 35, 119);
  left: -15px;
  top: 0;
}

.news-list a {
  padding: 20px 100px;
  border-bottom: 1px solid rgba(79, 79, 79, 0.18);
  color: rgb(26, 26, 26);
  gap: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .news-list a {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .news-list a {
    padding: 20px 0;
  }
}
.news-list li:first-child a {
  padding-top: 0;
}
.news-list span {
  display: block;
  font-size: 0.8rem;
}
.news-list .date {
  width: 85px;
}
@media (max-width: 767px) {
  .news-list .date {
    width: 65px;
  }
}
.news-list .tags {
  padding: 5px;
  width: 80px;
  background-color: rgb(2, 35, 119);
  color: rgb(255, 255, 255);
}
.news-list .title {
  width: calc(100% - 40px - 85px - 80px);
  text-align: left;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .news-list .title {
    width: 100%;
  }
}
.news-list.archive {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .news-list.archive {
    margin-bottom: 30px;
  }
}

.number-list {
  counter-reset: number 0;
}
.number-list li {
  counter-increment: number 1;
  padding-left: 16px;
  text-indent: -16px;
}
.number-list li::before {
  content: counter(number) ". ";
}

.maintenance-list {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.maintenance-list li {
  width: calc((100% - 40px) / 5);
}
@media (max-width: 1300px) {
  .maintenance-list li {
    width: calc((100% - 30px) / 4);
  }
}
@media (max-width: 1057px) {
  .maintenance-list li {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 1023px) {
  .maintenance-list li {
    width: calc((100% - 10px) / 2);
  }
}
.maintenance-list li::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: rgb(2, 35, 119);
  border-radius: 50%;
}

.voice-list {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .voice-list {
    margin-bottom: 30px;
  }
}
.voice-list li:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .voice-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.voice-list li a {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1023px) {
  .voice-list li a {
    gap: 15px 30px;
  }
}
.voice-list li .image-wrapper {
  width: 25%;
}
@media (max-width: 1023px) {
  .voice-list li .image-wrapper {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .voice-list li .image-wrapper {
    width: 100%;
  }
}
.voice-list li .text-wrapper {
  width: calc(75% - 40px);
  text-align: left;
  color: rgb(2, 35, 119);
}
@media (max-width: 1023px) {
  .voice-list li .text-wrapper {
    width: calc(70% - 30px);
  }
}
@media (max-width: 767px) {
  .voice-list li .text-wrapper {
    width: 100%;
  }
}
.voice-list li .contents {
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .voice-list li .contents {
    margin-bottom: 10px;
    font-size: 0.9rem;
  }
}
.voice-list li .contents::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#004589), to(#3498DB));
  background: linear-gradient(180deg, #004589 0%, #3498DB 100%);
}
.voice-list li .company-name {
  margin-bottom: 15px;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .voice-list li .company-name {
    margin-bottom: 10px;
  }
}
.voice-list li .company-name img {
  width: 20px;
}
.voice-list li .company-name span {
  display: block;
  width: calc(100% - 20px - 5px);
}
.voice-list li .more-link-text {
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.voice-list li .more-link-text::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.breadcrumb-list .bresd-pass {
  margin: 0 5px;
}
.breadcrumb-list a {
  color: rgb(26, 26, 26);
}
.breadcrumb-list a:hover {
  color: rgb(2, 35, 119);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .contents-wrapper {
  padding: 0 50px;
}
@media (max-width: 1023px) {
  .header .contents-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header .contents-wrapper {
    padding: 0 15px;
  }
}
.header.fixed {
  position: fixed;
  background-color: rgba(73, 73, 73, 0.48);
}
.header.fixed .sub-menu {
  top: 100%;
  background-color: rgba(73, 73, 73, 0.48);
}
@media (max-width: 1220px) {
  .header.fixed .sub-menu {
    background-color: transparent;
  }
}
.header.fixed .drawer-nav {
  margin-top: 80px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .header.fixed .drawer-nav {
    margin-top: 0;
  }
}
.header.page .top-logo .page {
  display: block;
}
.header.page .top-logo .top {
  display: none;
}
.header.page .top-main-menu .main-link,
.header.page .sub-menu .sub-link {
  color: rgb(2, 35, 119);
}
.header.page .drawer-hamburger-icon::after,
.header.page .drawer-hamburger-icon::before,
.header.page .drawer-hamburger-icon {
  background-color: rgb(2, 35, 119);
}
.header.page.fixed .top-logo .page {
  display: none;
}
.header.page.fixed .top-logo .top {
  display: block;
}
.header.page.fixed .top-main-menu .main-link,
.header.page.fixed .sub-menu .sub-link {
  color: rgb(255, 255, 255);
}
.header.page.fixed .drawer-hamburger-icon::after,
.header.page.fixed .drawer-hamburger-icon::before,
.header.page.fixed .drawer-hamburger-icon {
  background-color: rgb(255, 255, 255);
}
.header.partner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31.68%, rgba(73, 73, 73, 0.48)), color-stop(82.46%, rgba(123, 123, 123, 0)));
  background: linear-gradient(180deg, rgba(73, 73, 73, 0.48) 31.68%, rgba(123, 123, 123, 0) 82.46%);
}
.header.partner.fixed {
  background-color: rgba(73, 73, 73, 0.48);
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-wrapper .top-logo {
  margin: 10px 0;
  height: 60px;
}
@media (max-width: 767px) {
  .header-wrapper .top-logo {
    height: 50px;
  }
}
.header-wrapper .top-logo img {
  width: auto;
  height: 100%;
}
.header-wrapper .top-logo .page {
  display: none;
}

.footer-contact {
  overflow: hidden;
  position: relative;
  background-image: url("../../images/footer-contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 153, 202, 0.31);
}
.footer-contact .contents-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .footer-contact .top-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer-contact .top-title {
    margin-bottom: 30px;
  }
}
.footer-contact .contact-map {
  position: absolute;
  top: 0;
  left: 45%;
  width: auto;
  height: 110%;
}
.footer-contact .footer-contact-logo {
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .footer-contact .footer-contact-logo {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-logo {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer-contact-text {
  margin-bottom: 55px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-contact-text {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}

.footer-contact-link-wrapper {
  gap: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-wrapper {
  padding: 50px 0;
  text-align: left;
  color: rgb(255, 255, 255);
  background-color: rgb(3, 74, 142);
}
@media (max-width: 767px) {
  .footer-wrapper {
    padding: 40px 0 20px;
  }
}

.footer-logo {
  width: 25%;
  margin: 0 0 30px;
}
@media (max-width: 1170px) {
  .footer-logo {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .footer-logo {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    width: 100%;
  }
}

.footer-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-inner-wrapper {
    gap: 30px;
  }
}
.footer-inner-wrapper .compnay-name {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-inner-wrapper .compnay-name {
    margin-bottom: 10px;
  }
}

.footer-menu-wrepper {
  position: relative;
  margin-bottom: 40px;
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1170px) {
  .footer-menu-wrepper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0;
  }
}
.footer-menu-wrepper .footer-youtube {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1170px) {
  .footer-menu-wrepper .footer-youtube {
    position: static;
  }
}

.copy-wrapper {
  gap: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1170px) {
  .copy-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .copy-wrapper .copy-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.copy-wrapper .poricy-link {
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .copy-wrapper .poricy-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.error-message {
  font-size: 150%;
}

@media screen and (min-width: 767px) {
  .error-message {
    font-size: 120%;
  }
}
.bg-white {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}

.first-view-section {
  overflow: hidden;
  position: relative;
  height: 100vh;
  background-image: url("../../images/first-view.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .first-view-section {
    height: 690px;
  }
}
@media (max-width: 767px) {
  .first-view-section {
    height: 350px;
  }
}
.first-view-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(89deg, rgba(0, 0, 0, 0.45) 47.85%, rgba(0, 0, 0, 0.13) 70.08%);
}
.first-view-section .contents-wrapper {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.top-company-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: row-reverse;
  background: -webkit-gradient(linear, left top, right top, from(#004589), color-stop(60%, #3498DB), color-stop(60%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, #004589 0%, #3498DB 60%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}
@media (max-width: 1215px) {
  .top-company-wrapper {
    background: -webkit-gradient(linear, left top, right top, from(#004589), color-stop(75%, #3498DB), color-stop(75%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, #004589 0%, #3498DB 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  }
}
@media (max-width: 1023px) {
  .top-company-wrapper {
    width: calc(100% - 100px);
    margin: auto;
    background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
    background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
  }
}
@media (max-width: 767px) {
  .top-company-wrapper {
    width: calc(100% - 60px);
  }
}
.top-company-wrapper .image-wrapper {
  width: 45%;
  margin-left: -5%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media (max-width: 1143px) {
  .top-company-wrapper .image-wrapper {
    margin-left: -25%;
  }
}
@media (max-width: 1023px) {
  .top-company-wrapper .image-wrapper {
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-company-wrapper .text-wrapper {
  position: relative;
  width: 60%;
  padding: 50px 0 100px;
  text-align: left;
  color: rgb(255, 255, 255);
}
@media (max-width: 1143px) {
  .top-company-wrapper .text-wrapper {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .top-company-wrapper .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-company-wrapper .text-wrapper {
    padding: 30px 0;
  }
}
.top-company-wrapper .text-wrapper .text-inner {
  max-width: 832px;
  margin: auto;
  padding-left: 50px;
}
@media (max-width: 1215px) {
  .top-company-wrapper .text-wrapper .text-inner {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .top-company-wrapper .text-wrapper .text-inner {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .top-company-wrapper .text-wrapper .text-inner {
    padding: 0 20px;
  }
}
.top-company-wrapper .inner-title {
  margin-bottom: 50px;
  color: rgb(255, 255, 255);
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .top-company-wrapper .inner-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.top-company-wrapper .inner-title .border-title {
  position: relative;
}
.top-company-wrapper .inner-title .border-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(110%, -50%);
          transform: translate(110%, -50%);
  content: "";
  display: block;
  width: 450px;
  height: 1px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1215px) {
  .top-company-wrapper .inner-title .border-title::after {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .top-company-wrapper .inner-title .border-title::after {
    width: 40%;
  }
}
.top-company-wrapper .blue-text {
  color: rgb(2, 35, 119);
}
.top-company-wrapper .small-text {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .top-company-wrapper .small-text {
    font-size: 1rem;
  }
}
.top-company-wrapper .main-text {
  width: 75%;
  margin-bottom: 30px;
}
@media (max-width: 1386px) {
  .top-company-wrapper .main-text {
    width: 85%;
    font-size: 0.9rem;
  }
}
@media (max-width: 1143px) {
  .top-company-wrapper .main-text {
    width: 66%;
  }
}
@media (max-width: 1023px) {
  .top-company-wrapper .main-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-company-wrapper .main-text {
    margin-bottom: 25px;
  }
}

.company-en {
  position: absolute;
  top: 90px;
  left: 15px;
  color: rgba(0, 19, 78, 0.12);
  font-family: "EB Garamond", serif;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .company-en {
    font-size: 1.8rem;
    top: 45px;
  }
}

.company-after-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .company-after-wrapper {
    padding-bottom: 40px;
  }
}
.company-after-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 1140px) {
  .company-after-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .company-after-wrapper .image-wrapper {
    display: none;
  }
}
.company-after-wrapper .image-wrapper img {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  aspect-ratio: 14/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-after-wrapper .text-wrapper {
  width: 65%;
  margin-left: -5%;
}
@media (max-width: 1140px) {
  .company-after-wrapper .text-wrapper {
    margin-left: -10%;
  }
}
@media (max-width: 1023px) {
  .company-after-wrapper .text-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .company-after-wrapper .text-wrapper {
    margin-top: 30px;
  }
}
.company-after-wrapper .text-wrapper .text-inner {
  max-width: 1042px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .company-after-wrapper .text-wrapper .text-inner {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .company-after-wrapper .text-wrapper .text-inner {
    padding: 0 30px;
  }
}
.company-after-wrapper .item {
  width: 47%;
}
@media (max-width: 1140px) {
  .company-after-wrapper .item {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .company-after-wrapper .item {
    width: 75%;
  }
}
.company-after-wrapper .item img {
  margin-bottom: 5px;
}
.company-after-wrapper .item.one {
  margin: 50px 0 80px auto;
}
@media (max-width: 1140px) {
  .company-after-wrapper .item.one {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .company-after-wrapper .item.one {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .company-after-wrapper .item.one {
    margin-bottom: 35px;
  }
}
.company-after-wrapper .item.two {
  margin: 0 auto 80px;
}
@media (max-width: 1140px) {
  .company-after-wrapper .item.two {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .company-after-wrapper .item.two {
    margin-bottom: 35px;
  }
}
.company-after-wrapper .sub-text {
  color: rgb(2, 35, 119);
  gap: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .company-after-wrapper .sub-text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .company-after-wrapper .sub-text {
    font-size: 0.8rem;
    gap: 3px;
  }
}
.company-after-wrapper .sub-text::before {
  content: "";
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 2px;
  background-color: rgb(2, 35, 119);
}

.last-company-en {
  padding: 10px 0 15px 15px;
  font-family: "EB Garamond", serif;
  text-align: left;
  font-size: 5rem;
  color: rgba(1, 40, 156, 0.1);
}
@media (max-width: 1023px) {
  .last-company-en {
    padding: 0 15px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .last-company-en {
    display: none;
  }
}

.bg-history {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.history-big-text {
  margin-bottom: 50px;
  font-size: 4rem;
  color: rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1023px) {
  .history-big-text {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .history-big-text {
    margin-bottom: 30px;
    font-size: 2.5rem;
    text-align: center;
  }
}
.history-big-text span {
  display: inline-block;
  padding: 5px 40px;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.history-big-text.gold span {
  display: inline-block;
  padding-bottom: 35px;
  -o-border-image: linear-gradient(133deg, #C89C00 0%, #FFE898 36.93%, #C89C00 65.57%) 2;
     border-image: linear-gradient(133deg, #C89C00 0%, #FFE898 36.93%, #C89C00 65.57%) 2;
}
@media (max-width: 767px) {
  .history-big-text.gold span {
    padding-bottom: 20px;
  }
}

.history-inner-text {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  line-height: 40px;
}
@media (max-width: 767px) {
  .history-inner-text {
    font-size: 1rem;
    line-height: 30px;
    text-align: left;
  }
}
.history-inner-text p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .history-inner-text p {
    margin-bottom: 25px;
  }
}
.history-inner-text p span:not(.gold-text) {
  display: inline-block;
}
@media (max-width: 767px) {
  .history-inner-text p span:not(.gold-text) {
    display: inline;
  }
}

.gold-text {
  background: linear-gradient(133deg, #C89C00 0%, #FFE898 36.93%, #C89C00 65.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-texhnology-wrapper {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1023px) {
  .top-texhnology-wrapper {
    gap: 30px;
  }
}
.top-texhnology-wrapper .menu-wrapper {
  width: 300px;
}
.top-texhnology-wrapper .main-wrapper {
  width: calc(100% - 300px - 60px);
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1400px) {
  .top-texhnology-wrapper .main-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-texhnology-wrapper .main-wrapper {
    gap: 30px;
  }
}

.top-texhnology-box {
  position: relative;
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1023px) {
  .top-texhnology-box {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .top-texhnology-box {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .top-texhnology-box img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .top-texhnology-box img {
    aspect-ratio: 9/10;
  }
}
.top-texhnology-box.one {
  margin-top: 100px;
}
@media (max-width: 1400px) {
  .top-texhnology-box.one {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .top-texhnology-box.one {
    margin-left: auto;
  }
}
@media (max-width: 1400px) {
  .top-texhnology-box.two {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@media (max-width: 1023px) {
  .top-texhnology-box.two {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: auto;
  }
}
.top-texhnology-box.three {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media (max-width: 1400px) {
  .top-texhnology-box.three {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@media (max-width: 1023px) {
  .top-texhnology-box.three {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-texhnology-box .inner-text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px 15px;
  color: rgb(255, 255, 255);
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 1040px) {
  .top-texhnology-box .inner-text {
    font-size: 0.9rem;
  }
}
.top-texhnology-box .title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(255, 255, 255);
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .top-texhnology-box .title {
    font-size: 1.1rem;
  }
}
.top-texhnology-box a:hover > .inner-text {
  padding-bottom: 40%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.top-recruit {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(25%, rgb(255, 255, 255)), color-stop(25%, #3498DB), color-stop(40%, #004589), color-stop(40%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, #3498DB 25%, #004589 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
@media (max-width: 1023px) {
  .top-recruit {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(50%, #3498DB), to(#004589));
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, #3498DB 50%, #004589 100%);
  }
}
.top-recruit .top-bg-recruit {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .top-recruit .top-bg-recruit {
    display: none;
  }
}
.top-recruit .top-bg-recruit::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 63, 125, 0.42);
  content: "";
  display: block;
}
.top-recruit .top-bg-recruit img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .top-recruit .ipad-block {
    margin-bottom: 30px;
  }
}
.top-recruit .contents-wrapper {
  position: relative;
  z-index: 2;
  text-align: left;
}
.top-recruit .recruit-text {
  font-size: 2.5rem;
  font-weight: 500;
  color: rgb(2, 35, 119);
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5);
}
@media (max-width: 1107px) {
  .top-recruit .recruit-text {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .top-recruit .recruit-text {
    font-size: 1.7rem;
  }
}

.top-recruit-en {
  width: 70%;
  font-size: 7rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
}
@media (max-width: 1107px) {
  .top-recruit-en {
    width: 80%;
    font-size: 5rem;
  }
}
@media (max-width: 1023px) {
  .top-recruit-en {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-recruit-en {
    font-size: 3.5rem;
  }
}
.top-recruit-en span:not(.wrap) {
  display: inline-block;
  background: linear-gradient(141deg, #021E72 30.73%, #5F80BB 54.69%, #FFF 88.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-recruit-en span.wrap {
  margin-top: -30px;
  display: block;
  text-align: right;
}
@media (max-width: 767px) {
  .top-recruit-en span.wrap {
    margin-bottom: 10px;
    margin-top: -10px;
  }
}

.recruit-main-text {
  width: 30%;
  margin-bottom: 30px;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5);
}
@media (max-width: 1220px) {
  .recruit-main-text {
    width: 45%;
  }
}
@media (max-width: 1107px) {
  .recruit-main-text {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .recruit-main-text {
    width: 100%;
  }
}

.top-news-list-wrapper {
  width: 80%;
  margin: 0 auto 30px;
}
@media (max-width: 1023px) {
  .top-news-list-wrapper {
    width: 100%;
  }
}

.page-top {
  height: 650px;
  background-image: url("../../images/page-fv-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1300px) {
  .page-top {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .page-top {
    height: 250px;
  }
}

.breadcrumb-wrapper {
  padding-top: 50px;
  text-align: left;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper {
    padding-top: 25px;
    font-size: 0.8rem;
  }
}

.page-greeting-section .contents-wrapper.big {
  position: relative;
}
.page-greeting-section .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
}
@media (max-width: 1023px) {
  .page-greeting-section .image-wrapper {
    position: static;
    width: 100%;
  }
}
.page-greeting-section .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-greeting-section .text-wrapper {
  width: 50%;
  padding: 50px 0;
  margin-left: auto;
  text-align: left;
}
@media (max-width: 1200px) {
  .page-greeting-section .text-wrapper {
    width: 65%;
  }
}
@media (max-width: 1023px) {
  .page-greeting-section .text-wrapper {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .page-greeting-section .text-wrapper {
    padding-top: 20px;
  }
}
.page-greeting-section .text-wrapper p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-greeting-section .text-wrapper p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.page-greeting-section .name-wrapper {
  text-align: right;
}
.page-greeting-section .name-wrapper .positon {
  display: block;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .page-greeting-section .name-wrapper .positon {
    margin-right: 50px;
  }
}
.page-greeting-section .name-wrapper .name {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .page-greeting-section .name-wrapper .name {
    font-size: 1.5rem;
  }
}

.page-philosophy-section .contents-wrapper:not(.mini) {
  position: relative;
}

.philosophy-wrapper {
  width: 50%;
}
@media (max-width: 1200px) {
  .philosophy-wrapper {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  .philosophy-wrapper {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .philosophy-wrapper {
    width: 100%;
  }
}

.page-philosophy-wrapper {
  position: relative;
  text-align: left;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
  color: rgb(255, 255, 255);
  min-height: 111px;
}
.page-philosophy-wrapper::after {
  position: absolute;
  top: -1px;
  right: -1px;
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.page-philosophy-wrapper.one {
  width: 80%;
}
@media (max-width: 767px) {
  .page-philosophy-wrapper.one {
    width: 100%;
  }
}
.page-philosophy-wrapper.two {
  width: 90%;
}
@media (max-width: 767px) {
  .page-philosophy-wrapper.two {
    width: 100%;
  }
}
.page-philosophy-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-philosophy-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}
.page-philosophy-wrapper .number-box {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  font-weight: 600;
  font-size: 4rem;
  font-family: "EB Garamond", serif;
  background: linear-gradient(133deg, #C89C00 0%, #FFE898 36.93%, #C89C00 65.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .page-philosophy-wrapper .number-box {
    font-size: 2.8rem;
    line-height: 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: -15px;
  }
}
.page-philosophy-wrapper .text-box {
  padding: 15px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 767px) {
  .page-philosophy-wrapper .text-box {
    width: 100%;
    padding: 0 30px 20px 20px;
    font-size: 0.8rem;
  }
}
.page-philosophy-wrapper .title {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.page-philosophy-image {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .page-philosophy-image {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .page-philosophy-image {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
}

.bg-gray {
  background-color: rgb(244, 244, 244);
}

.page-strong-wrapper {
  gap: 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-strong-wrapper .image-wrapper {
  width: calc(50% - 30px);
}
@media (max-width: 1023px) {
  .page-strong-wrapper .image-wrapper {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .page-strong-wrapper .image-wrapper {
    width: 100%;
  }
}
.page-strong-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 1023px) {
  .page-strong-wrapper .text-wrapper {
    width: 100%;
  }
}

.strong-box {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .strong-box {
    padding-left: 20px;
  }
}
.strong-box:not(:last-child) {
  margin-bottom: 20px;
}
.strong-box .title {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(2, 35, 119);
}
@media (max-width: 767px) {
  .strong-box .title {
    font-size: 1.2rem;
  }
}
.strong-box .title::before {
  position: absolute;
  top: 50%;
  left: -30px;
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background-color: rgb(2, 35, 119);
  border-radius: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media (max-width: 767px) {
  .strong-box .title::before {
    width: 15px;
    left: -20px;
  }
}
.strong-box .title.two::before {
  background-color: rgb(78, 130, 227);
}
.strong-box .title.three::before {
  background-color: rgb(185, 209, 253);
}
.strong-box .title.foer::before {
  background-color: rgb(172, 227, 252);
}
.strong-box .title.five::before {
  background-color: rgb(67, 178, 229);
}
.strong-box .title.six::before {
  background-color: rgb(46, 143, 210);
}

.bg-philosophy {
  position: relative;
}
.bg-philosophy .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  z-index: -1;
}
.bg-philosophy .greeting-block:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .bg-philosophy .greeting-block:not(:last-child) {
    margin-bottom: 40px;
  }
}

.greeting-block {
  text-align: left;
}
@media (max-width: 767px) {
  .greeting-block .contents-wrapper.mini {
    position: relative;
  }
}
@media (max-width: 767px) {
  .greeting-block .contents-wrapper.mini .h2-sub-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    color: rgb(2, 35, 119);
  }
}
.greeting-block h2 .sub-title {
  font-size: 1.2rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .greeting-block h2 .sub-title {
    display: none;
  }
}
.greeting-block .management-policy {
  list-style: decimal;
  padding-left: 1.5rem;
}
.greeting-block .management-policy h3 {
  margin-bottom: 5px;
  color: rgb(2, 35, 119);
  font-weight: 700;
}
.greeting-block .management-policy li:not(:last-child) {
  margin-bottom: 15px;
}
.greeting-block ul {
  text-align: left;
  list-style: circle;
  padding-left: 1.5rem;
}
.greeting-block ul li:not(:last-child) {
  margin-bottom: 15px;
}
.greeting-block ul ul {
  list-style: none;
  padding-left: 0;
}
.greeting-block ul ul li:first-child {
  margin-top: 15px;
}
.greeting-block .behavioral-policy {
  list-style: decimal;
  padding-left: 1.5rem;
  font-weight: 700;
}
.greeting-block .behavioral-policy li:not(:last-child) {
  margin-bottom: 15px;
}
.greeting-block .behavioral-policy li p {
  font-size: 0.8rem;
  margin-top: 5px;
}

.philosophy-text {
  margin-bottom: 25px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgb(2, 35, 119);
}
@media (max-width: 767px) {
  .philosophy-text {
    font-size: 1.05rem;
  }
}

.last-philosophy-wrapper {
  text-align: left;
}
.last-philosophy-wrapper .title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

.behavioral-guidelines {
  display: inline-block;
  color: rgb(200, 156, 0);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .behavioral-guidelines {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.behavioral-guidelines::before, .behavioral-guidelines::after {
  content: "～";
}
.behavioral-guidelines::before {
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .behavioral-guidelines::before {
    padding-right: 0.6rem;
  }
}
.behavioral-guidelines::after {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .behavioral-guidelines::after {
    padding-left: 0.6rem;
  }
}

@media (max-width: 767px) {
  .gray-table {
    border: 1px solid rgb(150, 163, 198);
  }
}
.gray-table th, .gray-table td {
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .gray-table th, .gray-table td {
    display: block;
  }
}
.gray-table tr:first-child th {
  border-top: 1px solid rgb(244, 244, 244);
}
.gray-table tr:last-child th {
  border-bottom: 1px solid rgb(244, 244, 244);
}
.gray-table th {
  width: 24%;
  background-color: rgb(244, 244, 244);
  border-bottom: 1px solid rgb(255, 255, 255);
  vertical-align: top;
}
@media (max-width: 767px) {
  .gray-table th {
    width: 100%;
  }
}
.gray-table td {
  border: 1px solid rgb(150, 163, 198);
  border-left: none;
  text-align: left;
  padding: 20px 30px;
}
@media (max-width: 1023px) {
  .gray-table td {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .gray-table td {
    border-top: none;
    border-right: none;
    padding: 20px 11px;
  }
}
.gray-table td P:not(:last-child) {
  margin-bottom: 5px;
}
.gray-table .bold {
  font-weight: 700;
}
@media (max-width: 767px) {
  .gray-table .bold {
    display: block;
  }
}

.page-history-wrapper {
  padding: 50px 0;
  background-image: url("../../images/history-background-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}
@media (max-width: 767px) {
  .page-history-wrapper {
    padding: 30px 0;
  }
}
.page-history-wrapper .contents-wrapper:not(.mini) {
  position: relative;
}
.page-history-wrapper .contents-wrapper:not(.mini)::before {
  position: absolute;
  top: 100px;
  left: 70px;
  content: "";
  display: block;
  width: 1px;
  height: 85%;
  background-color: rgb(200, 156, 0);
}
@media (max-width: 1023px) {
  .page-history-wrapper .contents-wrapper:not(.mini)::before {
    left: 50px;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .page-history-wrapper .contents-wrapper:not(.mini)::before {
    left: 30px;
    top: 40px;
    height: 90.5%;
  }
}
@media (max-width: 1446px) {
  .page-history-wrapper .contents-wrapper.mini {
    width: calc(100% - 70px);
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 1446px) and (max-width: 1023px) {
  .page-history-wrapper .contents-wrapper.mini {
    width: calc(100% - 50px);
  }
}
@media (max-width: 1446px) and (max-width: 767px) {
  .page-history-wrapper .contents-wrapper.mini {
    width: calc(100% - 30px);
    font-size: 0.9rem;
  }
  .page-history-wrapper .contents-wrapper.mini.last {
    width: 100%;
  }
}

.page-history-box {
  margin-bottom: 30px;
  gap: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .page-history-box {
    margin-bottom: 20px;
  }
}
.page-history-box .time {
  width: 200px;
}
@media (max-width: 1023px) {
  .page-history-box .time {
    width: 100%;
    font-weight: 700;
  }
}
.page-history-box .time::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 10px;
  background-color: rgb(200, 156, 0);
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-history-box .time::before {
    margin-right: 5px;
  }
}
.page-history-box .time span {
  vertical-align: middle;
}
.page-history-box .content {
  width: calc(100% - 200px - 20px);
}
@media (max-width: 1023px) {
  .page-history-box .content {
    width: 100%;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .page-history-box .content {
    padding-left: 25px;
    font-size: 0.8rem;
  }
}

.history-new-title {
  max-width: 465px;
}
@media (max-width: 1023px) {
  .history-new-title {
    max-width: 353px;
  }
}
@media (max-width: 767px) {
  .history-new-title {
    max-width: 200px;
  }
}

.bg-gray.plus {
  position: relative;
}
.bg-gray.plus::before, .bg-gray.plus::after {
  position: absolute;
  right: 0;
  content: "";
  display: block;
  width: 30%;
  height: 70%;
}
@media (max-width: 1023px) {
  .bg-gray.plus::before, .bg-gray.plus::after {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .bg-gray.plus::before, .bg-gray.plus::after {
    width: 60%;
  }
}
.bg-gray.plus::before {
  top: 0;
  background-color: rgb(240, 240, 240);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.bg-gray.plus::after {
  bottom: 0;
  background-color: rgb(247, 247, 247);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.bg-gray.plus .contents-wrapper {
  position: relative;
  z-index: 3;
}

.license-first-text {
  margin-bottom: 40px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 35px;
}
@media (max-width: 1023px) {
  .license-first-text {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .license-first-text {
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 1rem;
  }
}

.license-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .license-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}

.blue-table th {
  width: 33.3333333333%;
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
  font-size: 1.1rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .blue-table th {
    padding: 15px 5px;
    font-size: 1rem;
  }
}
.blue-table th:not(:last-child) {
  border-right: 5px solid rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .blue-table th:first-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blue-table th:nth-child(2) {
    width: 30%;
  }
}
.blue-table td {
  padding: 15px 10px;
  color: rgb(2, 35, 119);
  border-top: 5px solid rgb(244, 244, 244);
  background-color: rgb(214, 237, 255);
}
@media (max-width: 767px) {
  .blue-table td:first-child {
    text-align: left;
  }
}
.blue-table td br {
  display: none;
}
@media (max-width: 767px) {
  .blue-table td br {
    display: block;
  }
}

.office-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(2, 35, 119);
}
@media (max-width: 767px) {
  .office-wrapper {
    padding-bottom: 25px;
  }
}
.office-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .office-wrapper:not(:last-child) {
    margin-bottom: 25px;
  }
}
.office-wrapper .contents-wrapper.mini {
  gap: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .office-wrapper .contents-wrapper.mini {
    gap: 15px;
  }
}
.office-wrapper .contents-wrapper.mini .inner-wrapper {
  width: calc((100% - 50px) / 2);
  text-align: left;
}
@media (max-width: 1023px) {
  .office-wrapper .contents-wrapper.mini .inner-wrapper {
    width: 100%;
  }
}
.office-wrapper .contents-wrapper.mini p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.office-wrapper .contents-wrapper.mini p:not(:last-child) {
  margin-bottom: 10px;
}
.office-wrapper .contents-wrapper.mini p .title {
  width: 100px;
}
@media (max-width: 767px) {
  .office-wrapper .contents-wrapper.mini p .title {
    width: 70px;
  }
}
.office-wrapper .contents-wrapper.mini p .contents {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .office-wrapper .contents-wrapper.mini p .contents {
    width: calc(100% - 70px);
    font-size: 0.9rem;
  }
}
.office-wrapper .contents-wrapper.mini p .contents span {
  display: inline-block;
}
.office-wrapper iframe {
  aspect-ratio: 16/9;
}

.page-maintenance-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-maintenance-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}
.page-maintenance-wrapper .bg-gray {
  margin-top: -25px;
  padding: 50px 30px;
  text-align: left;
}
@media (max-width: 1057px) {
  .page-maintenance-wrapper .bg-gray {
    margin-top: -20px;
  }
}
@media (max-width: 1023px) {
  .page-maintenance-wrapper .bg-gray {
    margin-top: -15px;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .page-maintenance-wrapper .bg-gray {
    padding: 30px 20px;
    font-size: 0.9rem;
  }
}
.page-maintenance-wrapper .bg-gray.plus::before, .page-maintenance-wrapper .bg-gray.plus::after {
  width: 10%;
}
.page-maintenance-wrapper .bg-gray p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-maintenance-wrapper .bg-gray p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.page-maintenance-wrapper .maintenance-image {
  position: relative;
  width: 30%;
  margin-top: -30px;
  margin-right: 0;
  z-index: 2;
}
@media (max-width: 1023px) {
  .page-maintenance-wrapper .maintenance-image {
    width: 50%;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .page-maintenance-wrapper .maintenance-image {
    width: 75%;
    margin-top: -10px;
  }
}

.maintenance-after-wrapper {
  margin-top: -80px;
  width: 65%;
  text-align: left;
}
@media (max-width: 1023px) {
  .maintenance-after-wrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .maintenance-after-wrapper {
    margin-top: 30px;
    width: 100%;
  }
}
.maintenance-after-wrapper .maintenance-list-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .maintenance-after-wrapper .maintenance-list-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
}

.maintenance-youtube-wrapper {
  width: 65%;
  margin: auto;
}
@media (max-width: 1023px) {
  .maintenance-youtube-wrapper {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .maintenance-youtube-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .maintenance-youtube-wrapper .page-blue-title::after {
    display: none;
  }
}
.maintenance-youtube-wrapper .youtube-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .maintenance-youtube-wrapper .youtube-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}
.maintenance-youtube-wrapper .youtube-wrapper iframe {
  aspect-ratio: 16/9;
}

.processing-section .contents-wrapper.mini {
  position: relative;
  z-index: 5;
}
.processing-section .page-maintenance-wrapper .bg-gray {
  margin-bottom: 40px;
}
.processing-section .page-maintenance-wrapper .bg-gray.plus::before {
  z-index: 2;
}
@media (max-width: 1023px) {
  .processing-section .page-maintenance-wrapper .bg-gray.plus::before, .processing-section .page-maintenance-wrapper .bg-gray.plus::after {
    width: 20%;
  }
}
.processing-section .page-maintenance-wrapper .bg-gray .maintenance-list {
  margin-bottom: 0;
}
.processing-section .page-maintenance-wrapper .contents-wrapper.inner-flex {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.processing-section .page-maintenance-wrapper .contents-wrapper.inner-flex .inner-box {
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .processing-section .page-maintenance-wrapper .contents-wrapper.inner-flex .inner-box {
    width: 100%;
  }
}
@media (max-width: 1030px) {
  .processing-section .page-maintenance-wrapper .contents-wrapper.inner-flex .inner-box:first-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .processing-section .page-maintenance-wrapper .contents-wrapper.inner-flex .inner-box:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .processing-section .page-maintenance-wrapper .contents-wrapper.inner-flex .inner-box .page-blue-title {
    margin-bottom: 10px;
  }
}
.processing-section .page-maintenance-wrapper .contents-wrapper.inner-flex .inner-box .page-blue-title span {
  display: inline-block;
  width: 120px;
}
@media (max-width: 767px) {
  .processing-section .page-maintenance-wrapper .contents-wrapper.inner-flex .inner-box .page-blue-title span {
    width: 100px;
  }
}

.maintenance-list {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .maintenance-list {
    margin-bottom: 15px;
  }
}
.maintenance-list.no-flex {
  display: block;
}
.maintenance-list.no-flex li {
  width: 100%;
}
.maintenance-list.foer-list li {
  width: calc((100% - 30px) / 4);
}
@media (max-width: 1300px) {
  .maintenance-list.foer-list li {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 1023px) {
  .maintenance-list.foer-list li {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 767px) {
  .maintenance-list.foer-list li {
    width: 100%;
  }
}

.processing-after-wrapper {
  text-align: left;
}
.processing-after-wrapper .inner-box:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .processing-after-wrapper .inner-box:not(:last-child) {
    margin-bottom: 35px;
  }
}
.processing-after-wrapper .image-flex-wrapper {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .processing-after-wrapper .image-flex-wrapper {
    gap: 10px;
  }
}
.processing-after-wrapper .image-flex-wrapper img {
  width: calc((100% - 60px) / 3);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .processing-after-wrapper .image-flex-wrapper img {
    width: calc((100% - 20px) / 3);
  }
}

.processing-flow-wrapper {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.processing-flow-wrapper .flow-box {
  padding: 30px 10px;
  width: calc((100% - 25px) / 6);
  color: rgb(255, 255, 255);
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .processing-flow-wrapper .flow-box {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 3px;
  }
  .processing-flow-wrapper .flow-box br {
    display: none;
  }
  .processing-flow-wrapper .flow-box span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    line-height: 19px;
  }
}
.processing-flow-wrapper .flow-box:not(:last-child) {
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.maintenance-reproduction-image {
  gap: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .maintenance-reproduction-image {
    gap: 30px;
  }
}
.maintenance-reproduction-image:not(:last-child) {
  margin-bottom: 30px;
}
.maintenance-reproduction-image.arrow .inner-image:first-of-type {
  position: relative;
}
.maintenance-reproduction-image.arrow .inner-image:first-of-type::before, .maintenance-reproduction-image.arrow .inner-image:first-of-type::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  background-color: rgb(2, 35, 119);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.maintenance-reproduction-image.arrow .inner-image:first-of-type::before {
  right: -45px;
}
@media (max-width: 767px) {
  .maintenance-reproduction-image.arrow .inner-image:first-of-type::before {
    right: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.maintenance-reproduction-image.arrow .inner-image:first-of-type::after {
  right: -85px;
}
@media (max-width: 767px) {
  .maintenance-reproduction-image.arrow .inner-image:first-of-type::after {
    display: none;
  }
}
.maintenance-reproduction-image .inner-image {
  width: 30%;
}
@media (max-width: 1023px) {
  .maintenance-reproduction-image .inner-image {
    width: calc(50% - 50px);
  }
}
@media (max-width: 767px) {
  .maintenance-reproduction-image .inner-image {
    width: calc((100% - 30px) / 2);
  }
}

.processing-construction-inner:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .processing-construction-inner:not(:last-child) {
    margin-bottom: 20px;
  }
}

.processing-table-wrapper .processing-table-box:not(:last-child) {
  margin-bottom: 40px;
}
.processing-table-wrapper .technology-title {
  margin-bottom: 40px;
  padding-left: 40px;
}
.processing-table-wrapper .technology-title::before {
  left: 0;
}
@media (max-width: 1415px) {
  .processing-table-wrapper .table-over-wrapper {
    overflow: scroll;
    position: relative;
  }
}
.processing-table-wrapper .blue-table {
  min-width: 1315px;
}
.processing-table-wrapper .blue-table th {
  width: auto;
}
.processing-table-wrapper .blue-table th:not(:last-child) {
  border-right: 3px solid rgb(255, 255, 255);
}
.processing-table-wrapper .blue-table td {
  padding: 15px 20px;
  border-top: 3px solid rgb(255, 255, 255);
  font-size: 0.9rem;
}
.processing-table-wrapper .blue-table td:not(:last-child) {
  border-right: 3px solid rgb(255, 255, 255);
}
.processing-table-wrapper .blue-table td:nth-child(7) {
  width: 350px;
}
.processing-table-wrapper .blue-table td:last-child {
  width: 250px;
}
.processing-table-wrapper .blue-table td:nth-child(n+7) {
  text-align: left;
}
.processing-table-wrapper .blue-table td br {
  display: block;
}

.scroll-hint-icon {
  z-index: 10;
}

.processing-youtube-text {
  margin-bottom: 15px;
  text-align: left;
}
.processing-youtube-text a {
  color: rgb(26, 26, 26);
  text-decoration: underline;
}

.page-movie-text {
  text-align: left;
  margin-bottom: 50px;
}

.page-movie-wrapper .maintenance-youtube-wrapper {
  margin-bottom: 50px;
}
.page-movie-wrapper .maintenance-youtube-wrapper .youtube-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.page-movie-wrapper .maintenance-youtube-wrapper .text-wrapper {
  text-align: left;
}
.page-movie-wrapper .maintenance-youtube-wrapper .text-wrapper a {
  color: rgb(26, 26, 26);
}
.page-movie-wrapper .maintenance-youtube-wrapper .text-wrapper a:hover {
  border-bottom: 1px solid rgb(26, 26, 26);
}

.recruit-page-top {
  position: relative;
  height: 680px;
}
@media (max-width: 767px) {
  .recruit-page-top {
    height: 400px;
    overflow: hidden;
  }
}
.recruit-page-top::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
  background-color: rgb(2, 35, 119);
}
.recruit-page-top::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  background-color: rgba(0, 148, 255, 0.59);
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 6% 100%);
}
.recruit-page-top .contents-wrapper {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 2;
}

.recruit-page-top-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 1023px) {
  .recruit-page-top-bg {
    -o-object-position: right -110px top 50%;
       object-position: right -110px top 50%;
  }
}

.page-recruit-section {
  overflow: hidden;
  position: relative;
  background-image: url("../../images/recruit-background-img1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top center;
}
.page-recruit-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50%;
  height: 450px;
  clip-path: polygon(0 0, 40% 0, 0 100%);
  background-color: rgb(2, 35, 119);
  z-index: -1;
}
@media (max-width: 1023px) {
  .page-recruit-section::before {
    display: none;
  }
}

.page-recruit-section {
  padding-top: 0;
}
.page-recruit-section .breadcrumb-wrapper {
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 5px rgb(2, 35, 119);
  margin-bottom: 100px;
}
@media (max-width: 1255px) {
  .page-recruit-section .breadcrumb-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .page-recruit-section .breadcrumb-wrapper {
    color: rgb(2, 35, 119);
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .page-recruit-section .breadcrumb-wrapper {
    margin-bottom: 40px;
  }
}
.page-recruit-section .breadcrumb-wrapper a {
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .page-recruit-section .breadcrumb-wrapper a {
    color: rgb(2, 35, 119);
  }
}

.page-recruit-section {
  overflow: hidden;
}
.page-recruit-section .contents-wrapper.big {
  position: relative;
}
.page-recruit-section .contents-wrapper.big .contents-wrapper {
  position: relative;
  z-index: 3;
}

.page-recruit-bg-text {
  position: absolute;
  top: 50%;
  right: 100px;
  color: rgba(206, 206, 206, 0.19);
  font-size: 14rem;
  line-height: 210px;
  font-weight: 500;
  text-align: left;
  -webkit-transform: skew(-10deg) translateY(-50%);
          transform: skew(-10deg) translateY(-50%);
}
@media (max-width: 1255px) {
  .page-recruit-bg-text {
    right: auto;
    left: 50%;
    -webkit-transform: skew(-10deg) translate(-50%, -50%);
            transform: skew(-10deg) translate(-50%, -50%);
  }
}
@media (max-width: 1023px) {
  .page-recruit-bg-text {
    font-size: 10rem;
    line-height: 170px;
    left: 45%;
  }
}
@media (max-width: 767px) {
  .page-recruit-bg-text {
    display: none;
  }
}

.page-recruit-first-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1255px) {
  .page-recruit-first-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  .page-recruit-first-wrapper {
    gap: 30px;
  }
}
.page-recruit-first-wrapper .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 1255px) {
  .page-recruit-first-wrapper .image-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .page-recruit-first-wrapper .image-wrapper {
    width: 60%;
    margin: auto;
  }
}
.page-recruit-first-wrapper .recruit-image1 {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
@media (max-width: 1485px) {
  .page-recruit-first-wrapper .recruit-image1 {
    width: 90%;
  }
}
@media (max-width: 1378px) {
  .page-recruit-first-wrapper .recruit-image1 {
    width: 100%;
  }
}
@media (max-width: 1255px) {
  .page-recruit-first-wrapper .recruit-image1 {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: none;
  }
}
.page-recruit-first-wrapper .recruit-image-absolute {
  position: absolute;
  width: 45%;
}
@media (max-width: 1255px) {
  .page-recruit-first-wrapper .recruit-image-absolute {
    display: none;
  }
}
.page-recruit-first-wrapper .recruit-image2 {
  right: 5px;
  top: 56%;
}
.page-recruit-first-wrapper .recruit-image3 {
  left: 40px;
  top: 63%;
}
.page-recruit-first-wrapper .text-wrapper {
  width: 60%;
}
@media (max-width: 1255px) {
  .page-recruit-first-wrapper .text-wrapper {
    display: contents;
  }
}
.page-recruit-first-wrapper .main-text-wrapper {
  width: 80%;
  margin: auto;
  text-align: left;
}
@media (max-width: 1255px) {
  .page-recruit-first-wrapper .main-text-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(70% - 50px);
  }
}
@media (max-width: 1023px) {
  .page-recruit-first-wrapper .main-text-wrapper {
    width: 100%;
  }
}
.page-recruit-first-wrapper .main-text-wrapper .text-right {
  margin-top: 10px;
}
.page-recruit-first-wrapper .main-text-wrapper .text-right::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-right: 10px;
  background-color: rgb(26, 26, 26);
  vertical-align: middle;
}
.page-recruit-first-wrapper .title {
  margin-bottom: 40px;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.5rem;
  color: rgb(2, 35, 119);
  background-color: rgb(255, 229, 0);
}
@media (max-width: 767px) {
  .page-recruit-first-wrapper .title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .flex-wrapper {
    display: block;
  }
}

.interview-image {
  width: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .interview-image {
    margin: 0 auto 20px;
  }
}

.interview-name {
  width: calc(100% - 200px);
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .interview-name {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.interview-name p {
  font-size: 1.5rem;
}

.entry-date {
  color: rgb(2, 35, 119);
}

.swiper-button-next, .swiper-button-prev {
  top: 15% !important;
  color: rgb(2, 35, 119) !important;
}

.recruit-number-section {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
}
@media (max-width: 767px) {
  .recruit-number-section {
    padding: 30px 0;
  }
}

.recruit-number-wrapper {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .recruit-number-wrapper {
    gap: 20px;
  }
}

.recruit-number-box {
  padding: 30px;
  width: calc((100% - 60px) / 3);
  background-color: rgb(255, 255, 255);
  color: rgb(2, 35, 119);
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .recruit-number-box {
    width: calc((100% - 30px) / 2);
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .recruit-number-box {
    width: 100%;
    padding: 15px 20px;
  }
}
.recruit-number-box .text {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 1090px) {
  .recruit-number-box .text {
    font-size: 1.1rem;
  }
}
.recruit-number-box .text .small-font {
  font-size: 1rem;
}
.recruit-number-box img {
  width: 70px;
  margin: 0;
}
@media (max-width: 1023px) {
  .recruit-number-box img {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .recruit-number-box img {
    width: 50px;
  }
}
.recruit-number-box .number {
  font-size: 2rem;
  font-weight: 500;
}
.recruit-number-box .number span {
  font-size: 4rem;
}
@media (max-width: 1090px) {
  .recruit-number-box .number span {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .recruit-number-box .number span {
    font-size: 3rem;
  }
}

.recruit-table {
  margin-bottom: 30px;
  text-align: left;
}
.recruit-table th, .recruit-table td {
  padding: 10px 25px;
}
@media (max-width: 1023px) {
  .recruit-table th, .recruit-table td {
    display: block;
  }
}
@media (max-width: 767px) {
  .recruit-table th, .recruit-table td {
    padding: 10px 15px;
  }
}
.recruit-table tr:not(:last-child) th, .recruit-table tr:not(:last-child) td {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.recruit-table th {
  width: 20%;
  background-color: rgb(2, 35, 119);
  color: rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .recruit-table th {
    width: 100%;
  }
}
.recruit-table td {
  width: 80%;
  background-color: rgb(214, 237, 255);
}
@media (max-width: 1023px) {
  .recruit-table td {
    width: 100%;
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .recruit-table td {
    padding: 20px 15px;
  }
}
.recruit-table span {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .recruit-table span {
    display: block;
    margin-left: 0;
  }
}

.recruit-after-text {
  text-align: left;
}

.partner-fv-section {
  position: relative;
  height: 680px;
  background-image: url("../../images/businesspartner-fv-img2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1024px) {
  .partner-fv-section {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .partner-fv-section {
    height: 300px;
    background-position: left 70% bottom 0;
  }
  .partner-fv-section::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.partner-fv-section img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .partner-fv-section img {
    z-index: 3;
  }
}
.partner-fv-section .contents-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .partner-fv-section .contents-wrapper {
    z-index: 4;
  }
}

.partner-contens {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 1220px) {
  .partner-contens {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .partner-contens {
    padding: 0;
  }
}
.partner-contens .partner-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
}
@media (max-width: 767px) {
  .partner-contens .partner-image {
    clip-path: none;
    position: static;
    width: calc(100% - 60px);
    margin-bottom: 20px;
  }
}
.partner-contens .contents-wrapper {
  position: relative;
  z-index: 3;
}
.partner-contens .partner-text {
  width: 50%;
  text-align: left;
}
@media (max-width: 1220px) {
  .partner-contens .partner-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .partner-contens .partner-text {
    width: 100%;
  }
}
.partner-contens .partner-text .inner-text {
  width: 90%;
}
@media (max-width: 1023px) {
  .partner-contens .partner-text .inner-text {
    width: 100%;
  }
}
.partner-contens .partner-text .inner-text p:not(:last-child) {
  margin-bottom: 10px;
}

.partner-second-section {
  position: relative;
}
.partner-second-section .partner-image2 {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .partner-second-section .partner-image2 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .partner-second-section .partner-image2 {
    width: 100%;
  }
}
.partner-second-section .partner-text {
  width: 60%;
  margin-left: auto;
}
@media (max-width: 1220px) {
  .partner-second-section .partner-text {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .partner-second-section .partner-text {
    width: 100%;
  }
}
.partner-second-section .partner-text .inner-text {
  width: 70%;
  margin: 0 auto 30px;
}
@media (max-width: 1064px) {
  .partner-second-section .partner-text .inner-text {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .partner-second-section .partner-text .inner-text {
    width: 100%;
  }
}
.partner-second-section .partner-title span {
  margin: auto;
}

.partner-gold-text {
  font-size: 2.5rem;
  font-weight: 500;
  color: rgb(200, 156, 0);
  text-align: center;
}
@media (max-width: 1500px) {
  .partner-gold-text {
    font-size: 2rem;
  }
}
@media (max-width: 1064px) {
  .partner-gold-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .partner-gold-text {
    font-size: 1.5rem;
  }
}

.contact-wrapper {
  width: 65%;
  margin: auto;
  text-align: left;
}
@media (max-width: 1023px) {
  .contact-wrapper {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .contact-wrapper {
    width: 100%;
  }
}

.page-contact-first-text {
  margin-bottom: 40px;
}

.form-inner:not(:last-child) {
  margin-bottom: 30px;
}
.form-inner .title {
  margin-bottom: 15px;
}
.form-inner .title.must span::after {
  content: "必須";
  display: inline-block;
  margin-left: 30px;
  padding: 5px 15px;
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  background-color: rgb(2, 35, 119);
}
.form-inner.button {
  text-align: center;
}
.form-inner .accept a {
  color: rgb(26, 26, 26);
  padding-bottom: 3px;
  border-bottom: 1px solid rgb(26, 26, 26);
}

.text-common {
  display: block;
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgb(244, 244, 244);
  background-color: rgb(244, 244, 244);
}
.text-common.wpcf7-not-valid {
  background-color: rgb(244, 186, 186);
}

.wpcf7-not-valid-tip {
  color: rgb(248, 83, 83);
}

.policy-box {
  text-align: left;
}
.policy-box:not(:last-child) {
  margin-bottom: 30px;
}
.policy-box .title {
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .policy-box .title {
    margin-bottom: 10px;
  }
}
.policy-box .title::before {
  content: "";
  display: inline-block;
  width: 10px;
  margin-right: 5px;
  aspect-ratio: 1/1;
  background-color: rgb(26, 26, 26);
}
@media (max-width: 767px) {
  .policy-box .inner-text {
    font-size: 0.9rem;
  }
}
.policy-box p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .policy-box p:not(:last-child) {
    margin-bottom: 5px;
  }
}

.archive-wrapper {
  margin-bottom: 50px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .archive-wrapper {
    margin-bottom: 30px;
  }
}
.archive-wrapper .title {
  font-weight: 500;
}
.archive-wrapper .select-wrap {
  width: 150px;
}
.archive-wrapper .select-wrap select {
  display: block;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid rgb(195, 195, 195);
  color: rgb(195, 195, 195);
  font-weight: 700;
  border-radius: 10px;
}

.page-business-wrapper:not(:last-child) {
  margin-bottom: 70px;
}

.year-ttl {
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px 10px;
  border-bottom: 3px solid rgb(2, 35, 119);
  text-align: left;
}
@media (max-width: 767px) {
  .year-ttl {
    font-size: 1.3rem;
  }
}

@media (max-width: 1200px) {
  .business-list-wrapper {
    overflow: scroll;
  }
}

.business-list.archive {
  min-width: 1100px;
  display: block;
}
@media (max-width: 767px) {
  .business-list.archive {
    min-width: 900px;
  }
}
.business-list.archive li {
  padding: 30px;
  border-bottom: 1px dashed rgb(26, 26, 26);
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
@media (max-width: 767px) {
  .business-list.archive li {
    padding: 15px 0;
  }
}
.business-list.archive li:first-child {
  padding-top: 0;
  font-weight: 700;
}
.business-list.archive li:first-child .name {
  font-weight: 700;
}
.business-list.archive .time {
  width: 40px;
}
@media (max-width: 767px) {
  .business-list.archive .time {
    width: 35px;
  }
}
.business-list.archive .name {
  width: 290px;
}
@media (max-width: 767px) {
  .business-list.archive .name {
    width: 193px;
  }
}
.business-list.archive .address {
  width: 250px;
}
@media (max-width: 767px) {
  .business-list.archive .address {
    width: 220px;
  }
}
.business-list.archive .address img {
  display: inline-block;
  width: 15px;
}
.business-list.archive .place {
  width: calc(100% - 250px - 290px - 40px - 90px);
}
@media (max-width: 767px) {
  .business-list.archive .place {
    width: calc(100% - 220px - 193px - 35px - 90px);
  }
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  display: inline-block;
  padding: 5px 10px;
  color: rgb(26, 26, 26);
  border: 1px solid rgba(79, 79, 79, 0.18);
  vertical-align: middle;
}
.wp-pagenavi .current:hover,
.wp-pagenavi .page:hover {
  -o-border-image: linear-gradient(90deg, #004589 0%, #3498DB 100%) 1/1px;
     border-image: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB)) 1/1px;
     border-image: linear-gradient(90deg, #004589 0%, #3498DB 100%) 1/1px;
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wp-pagenavi .current {
  -o-border-image: linear-gradient(90deg, #004589 0%, #3498DB 100%) 1/1px;
     border-image: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB)) 1/1px;
     border-image: linear-gradient(90deg, #004589 0%, #3498DB 100%) 1/1px;
  background: -webkit-gradient(linear, left top, right top, from(#004589), to(#3498DB));
  background: linear-gradient(90deg, #004589 0%, #3498DB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wp-pagenavi .extend {
  border: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
}
.wp-pagenavi .nextpostslink .page-btn,
.wp-pagenavi .previouspostslink .page-btn {
  border: none;
  display: inline-block;
  width: 15px;
  height: 20px;
  background-color: rgb(2, 35, 119);
  vertical-align: middle;
}
.wp-pagenavi .nextpostslink .page-btn.prev,
.wp-pagenavi .previouspostslink .page-btn.prev {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.wp-pagenavi .nextpostslink .page-btn.next,
.wp-pagenavi .previouspostslink .page-btn.next {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.single-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(26, 26, 26);
}
.single-title .inner-title {
  width: 80%;
  margin: auto;
  text-align: left;
}
@media (max-width: 1023px) {
  .single-title .inner-title {
    width: 100%;
  }
}
.single-title .inner-title span {
  display: block;
}
.single-title .inner-title .title {
  font-size: 1.2rem;
}

.main-contents {
  width: 80%;
  margin: auto;
}
@media (max-width: 1023px) {
  .main-contents {
    width: 100%;
  }
}
.main-contents .image-wrapper {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .main-contents .image-wrapper {
    margin-top: 20px;
  }
}

.single-pager {
  margin-top: 50px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .single-pager {
    gap: 15px;
  }
}
.single-pager .pager-box {
  width: 30%;
  max-width: 120px;
}
.single-pager .pager-box a {
  position: relative;
  color: rgb(2, 35, 119);
}
.single-pager .pager-box a:not(.single-summary) {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid rgb(2, 35, 119);
}
.single-pager .pager-box.prev a::before {
  top: 50%;
  left: 20px;
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: rgb(255, 255, 255);
  margin-right: 10px;
  border-color: rgb(2, 35, 119);
  -webkit-transform: rotate(230deg) translateY(38%);
          transform: rotate(230deg) translateY(38%);
}
.single-pager .pager-box.next a::after {
  top: 50%;
  right: 13px;
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: rgb(255, 255, 255);
  margin-right: 10px;
  border-color: rgb(2, 35, 119);
  -webkit-transform: rotate(45deg) translateY(-41%);
          transform: rotate(45deg) translateY(-41%);
}
/*# sourceMappingURL=main.css.map */