@charset "UTF-8";
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.69;
  color: #2F2F2F;
}

.bg {
  background: url(../img/bg_foot.png) repeat-x center bottom;
}

.font-amiri {
  font-family: "Amiri", serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.common__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .common__pc {
    display: none;
  }
}
.common__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .common__sp {
    display: block;
  }
}
.common__pc_onmini {
  display: block;
}
@media screen and (max-width: 560px) {
  .common__pc_onmini {
    display: none;
  }
}
.common__mini {
  display: none;
}
@media screen and (max-width: 560px) {
  .common__mini {
    display: block;
  }
}
.common__read-more {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 0;
  width: 12rem;
  height: auto;
}
.common__read-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #14346F;
  border-radius: 1.625rem;
  -webkit-box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
          box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
}
.common__read-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.common__read-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.common__read-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common__read-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #14346F;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.common__read-more:hover .circle {
  width: 100%;
}
.common__read-more:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.common__read-more:hover .button-text {
  color: #fff;
}
.common__entry-btn {
  text-align: center;
  margin-top: 30px;
}
.common__entry-btn p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.common__entry-btn p input {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  padding: 0 5%;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  color: #14346F;
  -webkit-box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
          box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #14346F;
  overflow: hidden;
  line-height: 3;
  width: 50%;
}
.common__entry-btn p input:hover {
  background: #14346F;
  color: #fff;
}
.common__entry-btn p input:disabled {
  opacity: 0.5;
  background: #ddd;
  cursor: auto;
}
.common__entry-btn p input:disabled:hover {
  color: #14346F;
}
.common__btn {
  margin-bottom: 15px;
}
.common__btn:last-child {
  margin-bottom: 0;
}
.common__btn a, .common__btn .link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  padding: 0 5%;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  color: #14346F;
  -webkit-box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
          box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #14346F;
  overflow: hidden;
  line-height: 3;
}
.common__btn a span, .common__btn .link span {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.common__btn a span.over, .common__btn .link span.over {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 560px) {
  .common__btn a, .common__btn .link {
    font-size: 16px;
    padding: 5px 6%;
  }
}
.common__btn a:hover, .common__btn .link:hover {
  background: #14346F;
  color: #fff;
}
.common__btn a:hover span, .common__btn .link:hover span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.common__btn a:hover span.over, .common__btn .link:hover span.over {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.common__col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.common__col02 .col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .common__col02 .col:last-child {
    margin-bottom: 0;
  }
}
.common__col02 .fig__block {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .fig__block {
    width: 100%;
  }
}
.common__col02 .txt__block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .txt__block {
    width: 100%;
  }
}
.common__col03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  margin-bottom: 50px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .common__col03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common__col03 li {
  width: calc((100% - 44px) / 3);
}
@media screen and (max-width: 768px) {
  .common__col03 li {
    width: 100%;
  }
}
.common__col04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}
.common__col04 .col {
  width: calc((100% - 66px) / 4);
}
@media screen and (max-width: 768px) {
  .common__col04 .col {
    width: calc((100% - 22px) / 2);
  }
}
.common__table {
  width: 90%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .common__table {
    width: 100%;
    margin-bottom: 30px;
  }
}
.common__table th {
  text-align: left;
  border-bottom: 1px solid #EBEBEB;
  padding: 20px 10px 20px 0;
  font-weight: 700;
  color: #14346F;
}
@media screen and (max-width: 768px) {
  .common__table th {
    display: block;
    border-bottom: none;
    padding: 10px 0 0;
    width: 100%;
  }
}
.common__table td {
  border-bottom: 1px solid #EBEBEB;
  padding: 20px 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .common__table td {
    display: block;
    padding: 0 0 10px;
    width: 100%;
  }
}
.common-mb50 {
  margin-bottom: 50px;
}
.common-txtc {
  text-align: center;
}
.common__nav__page {
  width: 90%;
  font-size: 14px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common__nav__page li {
  margin-right: 5px;
}
.common__nav__page a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2F2F2F;
}
.common__nav__page a::after {
  content: ">";
  margin-left: 7px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
.pagination span, .pagination a {
  position: relative;
  margin: 0 1rem;
  width: 3rem;
  height: 3rem;
  background: #14346F;
  border-radius: 1.625rem;
  -webkit-box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
          box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.pagination span {
  background: #ddd;
  color: #2F2F2F;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* fadeIn */
.js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.js-fade.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.wrapper {
  overflow: hidden;
}
.wrapper section h2 {
  line-height: 1.3;
  font-weight: 400;
  color: #14346F;
  margin-bottom: 35px;
  font-size: clamp(20px, 5vw, 40px);
}
@media screen and (max-width: 560px) {
  .wrapper section h2 {
    margin-bottom: 20px;
  }
}
.wrapper section .h2-wrap {
  background: #14346F;
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .wrapper section .h2-wrap {
    margin-bottom: 30px;
  }
}
.wrapper section .h2-wrap h2 {
  min-height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 40px;
  font-size: clamp(20px, 5vw, 40px);
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .wrapper section .h2-wrap h2 {
    min-height: auto;
    padding-top: 20px;
  }
}
.wrapper section .h2-wrap p.en {
  text-align: right;
  font-size: 100px;
  color: rgba(246, 247, 247, 0.2);
  font-weight: 100;
  font-style: italic;
  line-height: 0.6;
  font-size: clamp(20px, 7vw, 100px);
  margin-top: -50px;
}
@media screen and (max-width: 780px) {
  .wrapper section .h2-wrap p.en {
    margin-top: 0;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section .h2-wrap p.en {
    font-size: 20px;
  }
}
.wrapper section .inner {
  max-width: 1640px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper section .inner .info {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .wrapper section .inner .info {
    margin-bottom: 50px;
  }
}
.wrapper section .inner .info p + p {
  margin-top: 2rem;
}
.wrapper section .inner .h3-wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .wrapper section .inner .h3-wrap {
    margin-bottom: 30px;
  }
}
.wrapper section .inner .h3-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  color: #14346F;
  padding-bottom: 15px;
  border-bottom: 1px solid #E3E3E3;
}
.wrapper section .inner .h3-wrap p {
  margin-top: 15px;
  font-size: 18px;
}
.wrapper section.block__member-low {
  margin-bottom: 90px;
}
.wrapper section.block__member-low:last-child {
  margin-bottom: 0;
}
.wrapper section.block__member-low .inner {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
.wrapper section.block__member-low .inner .cont {
  margin: 0 auto 70px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__member-low .inner .cont {
    width: 100%;
  }
}
.wrapper section.block__member-low .inner .cont:last-child {
  margin-bottom: 0;
}
.wrapper section.block__member-low .inner .cont .block__voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__member-low .inner .cont .block__voice {
    border-bottom: 1px solid #E3E3E3;
  }
}
@media screen and (max-width: 780px) {
  .wrapper section.block__member-low .inner .cont .block__voice {
    gap: 20px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__member-low .inner .cont .block__voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper section.block__member-low .inner .cont .block__voice .voice__thumb {
  width: 150px;
}
.wrapper section.block__member-low .inner .cont .block__voice .common__col02 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__member-low .inner .cont .block__voice .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.wrapper section.block__member-low .inner .cont .block__voice .voice__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__member-low .inner .cont .block__voice .voice__content {
    margin-bottom: 20px;
  }
}
.wrapper section.block__member-low .inner .cont .block__voice .voice__content .voice__lead {
  font-size: 20px;
  margin-bottom: 1rem;
}
.wrapper section.block__member-low .inner .cont .block__voice .voice__content .voice__name {
  font-weight: 700;
}
.wrapper section.block__member-low .inner .cont .block__voice:hover {
  background: #F4F9F8;
  cursor: pointer;
}
.wrapper section.block__member-low .inner .cont .block__voice:hover .common__read-more .circle {
  width: 100%;
}
.wrapper section.block__member-low .inner .cont .block__voice:hover .common__read-more .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.wrapper section.block__member-low .inner .cont .block__voice:hover .common__read-more .button-text {
  color: #fff;
}
.wrapper section.block__member-low .inner .cont .block__voice > .article-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.wrapper section.block__member-low .inner .cont .block__position {
  width: 100%;
}
.wrapper section.block__member-low .inner .cont .block__position th {
  width: 20%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__member-low .inner .cont .block__position th {
    width: 100%;
    padding-left: 0;
  }
}
.wrapper section.block__member-low .inner .cont .block__position td {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__member-low .inner .cont .block__position td {
    padding: 0 0 10px 20px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__member-low .inner .cont .block__position td {
    padding: 0 0 10px;
  }
}
.wrapper section.block__member-low .inner .cont .block__position .common__col02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__member-low .inner .cont .block__position .common__col02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__member-low .inner .cont .block__position .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper section.block__member-low .inner .cont .block__position .common__col02 p {
    margin-bottom: 10px;
  }
}
.wrapper section.block__member-low .inner .cont .block__position .common__btn {
  width: 100px;
}
@media screen and (max-width: 560px) {
  .wrapper section.block__member-low .inner .cont .block__position .common__btn {
    width: 80%;
    margin-bottom: 20px;
  }
}
.wrapper section.block__member-low .inner .cont .block__position .common__btn .link {
  width: 100%;
  padding: 0;
  font-size: 14px;
}
.wrapper section.block__member-low .inner .cont .block__position .link-wrap {
  position: relative;
}
.wrapper section.block__member-low .inner .cont .block__position .link-wrap:hover {
  background: #F4F9F8;
  cursor: pointer;
}
.wrapper section.block__member-low .inner .cont .block__position .link-wrap:hover .common__btn .link {
  background: #14346F;
  color: #fff;
}
.wrapper section.block__member-low .inner .cont .block__position .link-wrap .recruit-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.wrapper section.block__voice {
  margin-bottom: 50px;
}
.wrapper section.block__voice .inner-voice {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__voice .inner-voice {
    margin-bottom: 40px;
  }
}
.wrapper section.block__voice .inner-voice .voice__thumb {
  width: 200px;
  margin: -180px auto 0;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__voice .inner-voice .voice__thumb {
    margin: -120px auto 0;
  }
}
@media screen and (max-width: 780px) {
  .wrapper section.block__voice .inner-voice .voice__thumb {
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__voice .inner-voice .voice__thumb {
    width: 130px;
  }
}
.wrapper section.block__voice .inner-voice .voice__lead {
  position: relative;
  font-size: 40px;
  line-height: 1.3;
  color: #14346F;
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__voice .inner-voice .voice__lead {
    font-size: 20px;
  }
}
.wrapper article {
  width: 75%;
  padding: 0 20px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 780px) {
  .wrapper article {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper article {
    padding: 0 20px;
  }
}
.wrapper article .inner {
  padding: 0;
}
.wrapper article .info {
  margin-bottom: 60px;
}
.wrapper article .outline {
  margin-bottom: 60px;
  font-weight: 700;
}
.wrapper article h3 {
  font-size: 24px;
  font-weight: 400;
}
.wrapper article h3.wp-block-heading {
  color: #14346F;
  padding-bottom: 15px;
  border-bottom: 1px solid #E3E3E3;
}
.wrapper article p + p,
.wrapper article h3 + p,
.wrapper article p + h3, .wrapper article p + h4,
.wrapper article div + h3,
.wrapper article p + figure,
.wrapper article figure + p,
.wrapper article ul {
  margin-top: 30px;
}
.wrapper article h4 + *,
.wrapper article h4 + p + p {
  margin-top: 1.5rem;
}
.wrapper article ul.wp-block-list {
  list-style: disc inside;
}
.wrapper article .common__col02 {
  margin-top: 30px;
}
.wrapper article .common__col02 figure {
  width: 50%;
  margin-left: -10%;
}
@media screen and (max-width: 780px) {
  .wrapper article .common__col02 figure {
    width: 100%;
    margin: 0 0 30px;
  }
}
.wrapper article .common__col02 .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper article .news {
  border-bottom: 1px solid #E3E3E3;
  padding-top: 20px;
  position: relative;
}
.wrapper article .news.news-post {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.wrapper article .news.news-post h3 {
  margin-top: 0;
}
.wrapper article .news.news-post ul {
  padding: 0;
}
.wrapper article .news ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.wrapper article .news ul li {
  font-size: 16px;
  color: #707070;
}
.wrapper article .news ul li a {
  text-decoration: none;
  color: #707070;
}
.wrapper article .news ul li a:hover {
  color: #2F2F2F;
}
.wrapper article .news ul li + li {
  border-left: 1px solid #707070;
  padding-left: 15px;
  margin-left: 15px;
}
.wrapper article .news ul li.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper article .news ul li.date::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
  background: url(../img/icon_schedule.svg) no-repeat;
}
.wrapper article .news .common__col02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .wrapper article .news .common__col02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 560px) {
  .wrapper article .news .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper article .news .common__col02 p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 560px) {
  .wrapper article .news .common__col02 p {
    margin: 0 0 20px;
  }
}
.wrapper article .news-set {
  padding: 10px 20px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.wrapper article .news-set:hover {
  background: #F4F9F8;
  cursor: pointer;
}
.wrapper article .news-set:hover .common__read-more .circle {
  width: 100%;
}
.wrapper article .news-set:hover .common__read-more .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.wrapper article .news-set:hover .common__read-more .button-text {
  color: #fff;
}
.wrapper article .news-set .news-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.wrapper article .info .entry {
  margin-bottom: 50px;
}
.wrapper article .info .entry th {
  font-weight: normal;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .wrapper article .info .entry th {
    width: 100%;
  }
}
.wrapper article .info .entry th p + p {
  margin-top: 5px;
}
.wrapper article .info .entry td {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .wrapper article .info .entry td {
    width: 100%;
  }
}
.wrapper article .info .entry input, .wrapper article .info .entry textarea, .wrapper article .info .entry select {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 5px 10px;
}
.wrapper article .info .entry .input-full, .wrapper article .info .entry .textarea-full {
  width: 100%;
}
.wrapper article .news-pager {
  margin-top: 30px;
}
.wrapper article .news-pager .news-pager__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 560px) {
  .wrapper article .news-pager .news-pager__list {
    gap: 3%;
  }
}
.wrapper article .news-pager .news-pager__item a,
.wrapper article .news-pager .news-pager__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  padding: 12px 25px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #14346F;
  color: #14346F;
  text-decoration: none;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 560px) {
  .wrapper article .news-pager .news-pager__item a,
  .wrapper article .news-pager .news-pager__btn {
    padding: 10px 0;
    min-width: auto;
    width: 50px;
  }
}
.wrapper article .news-pager .news-pager__item a:hover,
.wrapper article .news-pager .news-pager__btn:hover {
  background: #14346F;
  color: #fff;
}
.wrapper article .news-pager .news-pager__item--list a {
  min-width: 260px;
}
@media screen and (max-width: 560px) {
  .wrapper article .news-pager .news-pager__item--list a {
    min-width: 150px;
  }
}
.wrapper article .news-pager .news-pager__btn-inner {
  font-size: 14px;
}
.wrapper article .news-pager .news-pager__btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.top .wrapper main {
  padding-top: 100px;
}
.top .wrapper section .inner h2 {
  font-size: 18px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #707070;
}
@media screen and (max-width: 980px) {
  .top .wrapper section .inner h2 {
    margin-bottom: 30px;
  }
}
.top .wrapper section .inner h2 span {
  color: #14346F;
  font-size: 100px;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  font-size: clamp(40px, 7vw, 100px);
}

.wrapper section.block__mission {
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__mission {
    margin-bottom: 80px;
  }
}
.wrapper section.block__mission .inner .cont {
  display: grid;
  grid-template-columns: 1fr minmax(0, 1.3fr) 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "img-tl text img-tr" "img-bl text img-br";
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__mission .inner .cont {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "img-tl img-tr" "text text" "img-bl img-br";
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__mission .inner .cont {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "img-tl" "img-bl" "text" "img-tr" "img-br";
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 24px;
    margin-bottom: 50px;
  }
}
.wrapper section.block__mission .inner .cont .txt {
  grid-area: text;
  text-align: center;
}
.wrapper section.block__mission .inner .cont .txt p + p {
  margin-top: 1em;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__mission .inner .cont .txt {
    font-size: 15px;
  }
}
.wrapper section.block__mission .inner .cont .mission-fig01 {
  grid-area: img-tl;
  -webkit-transform: translate(10%, 0);
          transform: translate(10%, 0);
}
.wrapper section.block__mission .inner .cont .mission-fig02 {
  grid-area: img-bl;
}
.wrapper section.block__mission .inner .cont .mission-fig03 {
  grid-area: img-tr;
  -webkit-transform: translate(-13%, -30px);
          transform: translate(-13%, -30px);
}
.wrapper section.block__mission .inner .cont .mission-fig04 {
  grid-area: img-br;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__mission .inner .cont .mission-fig {
    width: 90%;
  }
  .wrapper section.block__mission .inner .cont .mission-fig03 {
    -webkit-transform: translate(5%, -30px);
            transform: translate(5%, -30px);
  }
  .wrapper section.block__mission .inner .cont .mission-fig04 {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__mission .inner .cont .mission-fig {
    width: 65%;
  }
  .wrapper section.block__mission .inner .cont .mission-fig01 {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  .wrapper section.block__mission .inner .cont .mission-fig03 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .wrapper section.block__mission .inner .cont .mission-fig04 {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.wrapper section.block__mission .inner .cont-en p {
  font-size: clamp(30px, 4vw, 64px);
  color: #E4E4E4;
  text-align: center;
  line-height: 1.1;
}
.wrapper section.block__philosophy {
  margin-bottom: 140px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__philosophy {
    margin-bottom: 80px;
  }
}
.wrapper section.block__philosophy .inner .cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__philosophy .inner .cont {
    display: block;
  }
}
.wrapper section.block__philosophy .inner .cont .value-card {
  background: #F4F9F8;
  border-radius: 28px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__philosophy .inner .cont .value-card {
    margin-bottom: 30px;
  }
}
.wrapper section.block__philosophy .inner .cont .value-card__img {
  position: relative;
  height: 385px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}
.wrapper section.block__philosophy .inner .cont .value-card__img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 52, 111, 0.8)), to(rgba(20, 52, 111, 0)));
  background: -webkit-linear-gradient(bottom, rgba(20, 52, 111, 0.8), rgba(20, 52, 111, 0));
  background: linear-gradient(to top, rgba(20, 52, 111, 0.8), rgba(20, 52, 111, 0));
}
.wrapper section.block__philosophy .inner .cont .value-card__title {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}
.wrapper section.block__philosophy .inner .cont .value-card__title .num {
  display: block;
}
.wrapper section.block__philosophy .inner .cont .value-card__title h3 {
  margin-top: 4px;
}
.wrapper section.block__philosophy .inner .cont .value-card__text {
  padding: 24px;
  text-align: center;
}
.wrapper section.block__slide {
  margin-bottom: 120px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__slide {
    display: none;
  }
}
.wrapper section.block__message {
  margin-bottom: 110px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__message {
    margin-bottom: 80px;
  }
}
.wrapper section.block__message .inner .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__message .inner .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
}
.wrapper section.block__message .inner .cont figure {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 30px;
}
.wrapper section.block__message .inner .cont figure figcaption {
  padding-top: 20px;
}
.wrapper section.block__message .inner .cont figure img {
  border-radius: 23px;
}
.wrapper section.block__message .inner .cont .txt p + p, .wrapper section.block__message .inner .cont .txt p + h3 {
  margin-top: 2rem;
}
.wrapper section.block__message .inner .cont .txt h3 {
  color: #14346F;
  font-weight: 700;
  margin-bottom: 2rem;
}
.wrapper section.block__member {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 249, 248, 0)), to(rgba(244, 249, 248, 0.8)));
  background: -webkit-linear-gradient(bottom, rgba(244, 249, 248, 0), rgba(244, 249, 248, 0.8));
  background: linear-gradient(to top, rgba(244, 249, 248, 0), rgba(244, 249, 248, 0.8));
  padding-top: 110px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__member {
    padding-top: 50px;
  }
}
.wrapper section.block__member .inner h2 {
  margin-bottom: 23px;
}
.wrapper section.block__member .inner p.info {
  margin-bottom: 65px;
}
.wrapper section.block__member .inner .cont {
  width: 90%;
  margin: 0 auto;
}
.wrapper section.block__member .inner .cont .block__voice {
  margin-bottom: 160px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__member .inner .cont .block__voice {
    margin-bottom: 80px;
  }
}
.wrapper section.block__member .inner .cont .block__voice .voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__member .inner .cont .block__voice .voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper section.block__member .inner .cont .block__voice .voice__thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.wrapper section.block__member .inner .cont .block__voice .voice__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wrapper section.block__member .inner .cont .block__voice .voice__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.wrapper section.block__member .inner .cont .block__voice .voice__lead {
  position: relative;
  font-size: 40px;
  line-height: 1.3;
  margin: 0 0 60px;
  padding: 0 50px;
}
@media screen and (max-width: 1200px) {
  .wrapper section.block__member .inner .cont .block__voice .voice__lead {
    padding: 0 40px 0 50px;
  }
}
@media screen and (max-width: 780px) {
  .wrapper section.block__member .inner .cont .block__voice .voice__lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.wrapper section.block__member .inner .cont .block__voice .voice__lead::before, .wrapper section.block__member .inner .cont .block__voice .voice__lead::after {
  content: "“";
  position: absolute;
  font-size: 70px;
  line-height: 1;
  color: #14346F;
  height: 20px;
}
.wrapper section.block__member .inner .cont .block__voice .voice__lead::before {
  top: -10px;
  left: 0;
}
.wrapper section.block__member .inner .cont .block__voice .voice__lead::after {
  content: "”";
  right: 0;
  bottom: 0;
}
.wrapper section.block__member .inner .cont .block__voice .voice__read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 680px) {
  .wrapper section.block__member .inner .cont .block__voice .voice__read {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.wrapper section.block__member .inner .cont .block__voice .voice__name {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__member .inner .cont .block__voice .voice__name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.wrapper section.block__recruit {
  background: #F4F9F8;
  padding: 90px 0 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__recruit {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
.wrapper section.block__recruit .inner {
  text-align: center;
}
.wrapper section.block__recruit .inner p {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: clamp(30px, 3vw, 50px);
  font-size: clamp(26px, 3vw, 40px);
}
.wrapper section.block__news {
  margin-bottom: 80px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__news {
    margin-bottom: 50px;
  }
}
.wrapper section.block__news article {
  width: 90%;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__news article {
    width: 100%;
  }
}
.wrapper section.block__news article .news {
  padding-top: 0;
}
.wrapper section.block__news .common__btn {
  text-align: center;
}
.wrapper section.block__company {
  margin-bottom: 160px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__company {
    margin-bottom: 50px;
  }
}

.wrapper #header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper #header.top {
  min-height: 100vh;
}
.wrapper #header .inner {
  width: calc(100% - 40px);
  padding: 20px 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 780px) {
  .wrapper #header .inner {
    padding: 0 0 10px;
  }
}
.wrapper #header .inner .logo {
  max-width: 200px;
  width: 18%;
}
@media screen and (max-width: 780px) {
  .wrapper #header .inner .logo {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 560px) {
  .wrapper #header .inner .logo {
    width: 150px;
  }
}
.wrapper #header .inner .logo img {
  width: 100%;
  height: auto;
}
.wrapper #header .inner .header__nav {
  width: 80%;
  position: relative;
}
.wrapper #header .inner nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.wrapper #header .inner nav .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 980px) {
  .wrapper #header .inner nav .nav__list {
    display: none;
  }
}
.wrapper #header .inner nav .nav__list .navi__item a {
  color: #14346F;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  position: relative;
  line-height: 2.2;
  padding: 0 15px;
}
.wrapper #header .inner nav .nav__list .navi__item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #14346F;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.wrapper #header .inner nav .nav__list .navi__item a span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.wrapper #header .inner nav .nav__list .navi__item a span.over {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.wrapper #header .inner nav .nav__list .navi__item a span.blank::after {
  content: "→";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  margin-left: 10px;
}
.wrapper #header .inner nav .nav__list .navi__item a:hover span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.wrapper #header .inner nav .nav__list .navi__item a:hover span.over {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wrapper #header .inner nav .nav__list .navi__item a:hover::after {
  width: 80%;
}
.wrapper #header .inner nav #nav__toggle {
  display: none;
}
@media screen and (max-width: 980px) {
  .wrapper #header .inner nav #nav__toggle {
    display: block;
    width: 35px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
  }
  .wrapper #header .inner nav #nav__toggle div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 50%;
  }
  .wrapper #header .inner nav #nav__toggle span {
    position: absolute;
    display: block;
    height: 5px;
    border-radius: 2px;
    background: #14346F;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .wrapper #header .inner nav #nav__toggle span:nth-child(1) {
    top: 0;
  }
  .wrapper #header .inner nav #nav__toggle span:nth-child(2) {
    top: 10px;
  }
  .wrapper #header .inner nav #nav__toggle span:nth-child(3) {
    top: 20px;
  }
}
.wrapper #header.open {
  position: fixed;
  right: 0;
  width: 14em !important;
  height: 100vh;
  z-index: 100;
  padding-top: 20px;
  background: #14346F;
  border-left: 2px solid #fff;
  overflow-y: scroll;
}
.wrapper #header.open .inner .logo {
  display: none;
}
.wrapper #header.open .inner .header__nav {
  width: 100%;
  padding-top: 20px;
}
.wrapper #header.open .inner .header__nav nav {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.wrapper #header.open .inner .header__nav nav .nav__list {
  display: block;
}
.wrapper #header.open .inner .header__nav nav .nav__list .navi__item a {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
.wrapper #header.open .inner .header__nav nav #nav__toggle {
  display: block;
  z-index: 101;
  top: -10px;
}
.wrapper #header.open .inner .header__nav nav #nav__toggle span {
  background: #fff;
}
.wrapper #header.open .inner .header__nav nav #nav__toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.wrapper #header.open .inner .header__nav nav #nav__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.wrapper #header.open .inner .header__nav nav #nav__toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wrapper #header.open .slide {
  display: none;
}
.wrapper #header .slide {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
  min-height: 320px;
}
.wrapper #header .slide .home_slide,
.wrapper #header .slide .slick-list,
.wrapper #header .slide .slick-track,
.wrapper #header .slide li {
  height: 100%;
}
.wrapper #header .slide .home_slide img,
.wrapper #header .slide .slick-list img,
.wrapper #header .slide .slick-track img,
.wrapper #header .slide li img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper #header .slide .catch__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .wrapper #header .slide .catch__wrap {
    left: 25px;
    right: 25px;
    top: 10%;
    bottom: auto;
  }
}
.wrapper #header .slide .catch__txt {
  width: 64.01%;
}
@media screen and (max-width: 780px) {
  .wrapper #header .slide .catch__txt {
    width: 100%;
  }
}
.wrapper #header .slide .catch-en {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .wrapper #header .slide .catch-en {
    margin-bottom: 30%;
  }
}
.wrapper #header .slide .catch-jp {
  text-align: center;
  background: rgba(20, 52, 111, 0.5);
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .wrapper #header .slide .catch-jp {
    font-size: 14px;
    padding: 5px;
  }
}
.wrapper #header .slide .scroll {
  position: absolute;
  left: 3%;
  bottom: 20%;
}
.wrapper #header .slide .scroll a {
  text-decoration: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #14346F;
  font-size: 14px;
  position: relative;
}
.wrapper #header .slide .scroll a::before, .wrapper #header .slide .scroll a::after {
  content: "";
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 1px;
  position: absolute;
  margin-left: 20px;
}
.wrapper #header .slide .scroll a::before {
  height: 60px;
  background: #E4E4E4;
  left: 60px;
  bottom: -20px;
}
.wrapper #header .slide .scroll a::after {
  height: 30px;
  background: #14346F;
  left: 45px;
  bottom: -5px;
}
.wrapper #header .slide .marquee {
  width: 100%;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
}
.wrapper #header .slide .marquee__txt {
  color: #E4E4E4;
  font-size: clamp(70px, 4vw, 90px);
  display: inline-block;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.wrapper footer {
  border-top: 1px solid #E3E3E3;
  padding-top: 75px;
}
.wrapper footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1640px;
  width: 100%;
  padding: 0 30px 75px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .wrapper footer .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 780px) {
  .wrapper footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px 30px;
  }
}
.wrapper footer .inner .company {
  font-size: 16px;
  margin-right: 12%;
}
@media screen and (max-width: 780px) {
  .wrapper footer .inner .company {
    margin: 0 auto 40px;
    text-align: center;
  }
}
.wrapper footer .inner .company .logo {
  width: 260px;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .wrapper footer .inner .company .logo {
    margin: 0 auto 50px;
  }
}
.wrapper footer .inner .foot__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 780px) {
  .wrapper footer .inner .foot__nav {
    gap: 10%;
  }
}
.wrapper footer .inner .foot__nav ul li {
  margin-bottom: 20px;
}
.wrapper footer .inner .foot__nav ul li a {
  font-size: 16px;
  color: #14346F;
  text-decoration: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
@media screen and (max-width: 780px) {
  .wrapper footer .inner .foot__nav ul li a {
    font-size: 14px;
  }
}
.wrapper footer .inner .foot__nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #14346F;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.wrapper footer .inner .foot__nav ul li a:hover::after {
  width: 100%;
}
.wrapper footer .inner .foot__nav ul li.blank::after {
  content: "→";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  margin-left: 10px;
}
.wrapper footer .inner .foot__nav ul li.insta a {
  border: 1px solid #14346F;
  background: #fff;
  padding: 5px 20px;
  border-radius: 9999px;
}
.wrapper footer .inner .foot__nav ul li.insta a::after {
  content: none;
}
.wrapper footer .inner .foot__nav ul li.insta a:hover {
  background: #14346F;
  color: #fff;
}
.wrapper .copy {
  background: #14346F;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 35px 0 110px;
}
@media screen and (max-width: 780px) {
  .wrapper .copy {
    padding: 30px 0;
  }
}

/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

.wp-block-table {
  margin: 0;
  padding: 0;
}
.wp-block-table .has-fixed-layout {
  table-layout: unset;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .wp-block-table .has-fixed-layout {
    width: 100%;
  }
}

.wp-block-table > table {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .wp-block-table > table {
    width: 100%;
  }
}

.wp-block-table th {
  border: none;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (max-width: 768px) {
  .wp-block-table th {
    border-bottom: none;
  }
}

.wp-block-table td {
  border: none;
  border-bottom: 1px solid #EBEBEB;
}/*# sourceMappingURL=style.css.map */