/* commonParts
---------------------------------------------------- */
#page-ttl {
  width: 100%;
  height: 25rem;
  background: linear-gradient(90deg, #052e61, #1068c0);
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    height: 340px;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    height: 320px;
  }
}
#page-ttl .pgttl-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1em;
}
#page-ttl .pgttl-inner h2 .__en {
  font-size: 6rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 .__en {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 .__en {
    font-size: min(12vw, 4em);
  }
}

.__breadcrumbs {
  color: #fff;
  background-color: #181818;
  padding: 0.2em 0;
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .__breadcrumbs ul li {
    font-size: 0.85em;
  }
}
.__breadcrumbs ul li::after {
  content: ">";
  margin-left: 1em;
}
.__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

/* about.html
---------------------------------------------------- */
.sec-about01 .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
}
.sec-about01 .message-content {
  width: calc(100% - 25rem - 4em);
}
@media screen and (max-width: 1199px) {
  .sec-about01 .message-content {
    width: 100%;
  }
}
.sec-about01 .message-content p {
  font-size: 1.125em;
  line-height: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-about01 .message-content p {
    font-size: 1em;
  }
}
.sec-about01 .message-content p.__name {
  text-align: end;
}
.sec-about01 .message-content p.__name em {
  font-size: 1.25em;
}
.sec-about01 .message-img {
  width: 25rem;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 1199px) {
  .sec-about01 .message-img {
    width: min(100%, 400px);
    aspect-ratio: 1/1;
    margin: 0 auto;
    margin-top: 4em;
  }
}
.sec-about01 .message-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.sec-about02 .overview-table {
  margin-top: 2em;
}
.sec-about02 .overview-table dl dt {
  width: 12em;
}
@media screen and (max-width: 767px) {
  .sec-about02 .overview-table dl dt {
    width: 100%;
  }
}
.sec-about02 .overview-table dl dd {
  width: calc(100% - 12em);
}
@media screen and (max-width: 767px) {
  .sec-about02 .overview-table dl dd {
    width: 100%;
  }
}
.sec-about02 .overview-table dl dd ul li {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .sec-about02 .overview-table dl dd ul li {
    line-height: 1.4em;
    margin-bottom: 1em;
  }
  .sec-about02 .overview-table dl dd ul li:last-of-type {
    margin-bottom: 0.4em;
  }
}
.sec-about02 .shop-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .sec-about02 .shop-list ul {
    margin-top: -2em;
  }
}
.sec-about02 .shop-list ul .shop-list-item {
  width: calc(33.3333333333% - 2.5rem);
  margin-right: 3.75rem;
}
.sec-about02 .shop-list ul .shop-list-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-about02 .shop-list ul .shop-list-item {
    width: calc(50% - 2em);
    margin-top: 3em;
    margin-right: 4em;
  }
  .sec-about02 .shop-list ul .shop-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-about02 .shop-list ul .shop-list-item {
    width: min(100%, 520px);
    margin: 0 auto;
    margin-top: 3em;
  }
  .sec-about02 .shop-list ul .shop-list-item:last-of-type, .sec-about02 .shop-list ul .shop-list-item:nth-of-type(2n) {
    margin-right: auto;
  }
}
.sec-about02 .shop-list ul .shop-list-item .item-ttl {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.6em;
}
.sec-about02 .shop-list ul .shop-list-item .item-ttl a {
  color: rgba(5, 46, 97, 0.7);
  font-size: 0.9em;
}
.sec-about02 .shop-list ul .shop-list-item .item-img {
  width: 100%;
  aspect-ratio: 4/3;
}
.sec-about02 .shop-list ul .shop-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* business.html
---------------------------------------------------- */
.sec-business-intro .__flowingText {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
}
.sec-business-intro .sec-inner {
  display: block;
}
.sec-business-intro .sec-inner .txt-wrap {
  width: 100%;
}
.sec-business-intro .sec-inner .txt-wrap .sec-catch {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-business-intro .sec-inner .txt-wrap .sec-catch h3 {
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .sec-business-intro .sec-inner .txt-wrap .sec-catch h3 {
    font-size: 1.125em;
  }
}
.sec-business-intro .sec-inner .txt-wrap .sec-catch h3 em {
  display: inline-block;
  font-size: 1.5em;
  background: linear-gradient(0deg, #052e61, #1068c0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .sec-business-intro .sec-inner .txt-wrap .sec-catch h3 em {
    margin-bottom: 0.4em;
  }
}
.sec-business-intro .sec-inner .img-wrap {
  width: 40.3125rem;
  aspect-ratio: 3/2;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-business-intro .sec-inner .img-wrap {
    width: min(100%, 520px);
    margin-top: 60px;
  }
}

.sec-business .sec-inner {
  align-items: center;
}
.sec-business .sec-inner .txt-wrap {
  margin-top: 1em;
  width: calc(100% - 40.3125rem - 8.75rem);
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .txt-wrap {
    width: 100%;
  }
}
.sec-business .sec-inner .txt-wrap .sec-ttl h3 span.__jp {
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .txt-wrap .sec-ttl h3 span.__jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-inner .txt-wrap .sec-ttl h3 span.__jp {
    font-size: 1.75em;
  }
}
.sec-business .sec-inner .txt-wrap .sec-ttl h3 span.__jp .__small {
  display: inline-block;
  font-size: 0.8em;
}
.sec-business .sec-inner .txt-wrap .sec-catch h4 {
  text-align: center;
  color: #0953ad;
}
.sec-business .sec-inner .txt-wrap .strength-point {
  background: linear-gradient(135deg, rgba(7, 70, 149, 0.04), rgba(7, 70, 149, 0.12), rgba(7, 70, 149, 0.04));
  margin-top: 3em;
}
.sec-business .sec-inner .txt-wrap .strength-point .border-wrap {
  border-color: rgba(255, 255, 255, 0.8);
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .sec-business .sec-inner .txt-wrap .strength-point .border-wrap {
    padding: 2em 20px;
  }
}
.sec-business .sec-inner .txt-wrap .strength-point .border-wrap h5 {
  font-size: 1.125em;
  margin-bottom: 0.6em;
}
.sec-business .sec-inner .img-wrap {
  width: 40.3125rem;
  aspect-ratio: auto;
  box-shadow: none;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .img-wrap {
    width: min(100%, 800px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-inner .img-wrap {
    margin-top: 5em;
  }
}
.sec-business .sec-inner .img-wrap::before {
  display: none;
}
.sec-business .sec-inner .img-wrap .img-wrap-box {
  position: relative;
  z-index: 2;
  aspect-ratio: 3/2;
  box-shadow: 4px 4px 12px rgba(5, 46, 97, 0.4);
  width: 75%;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .img-wrap .img-wrap-box {
    width: calc(50% - 3.75rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-inner .img-wrap .img-wrap-box {
    width: 65%;
    margin-bottom: 1em;
  }
}
.sec-business .sec-inner .img-wrap .img-wrap-box::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  margin-top: -1em;
  margin-right: -1em;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #052e61, #074695);
}
@media screen and (max-width: 767px) {
  .sec-business .sec-inner .img-wrap .img-wrap-box::before {
    margin-top: -10px;
    margin-right: -10px;
  }
}
.sec-business .sec-inner .img-wrap .img-wrap-box:nth-of-type(1) {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .img-wrap .img-wrap-box:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-inner .img-wrap .img-wrap-box:nth-of-type(1) {
    margin-left: auto;
  }
}
.sec-business .sec-inner .img-wrap .img-wrap-box:nth-of-type(2) {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .sec-business .sec-inner .img-wrap .img-wrap-box:nth-of-type(2) {
    margin-top: 3em;
  }
}
.sec-business.__01 .sec-inner .txt-wrap {
  margin-top: 0;
}
.sec-business.__02 .sec-inner {
  flex-direction: row-reverse;
}
.sec-business.__02 .sec-inner .img-wrap .img-wrap-box:nth-of-type(1) {
  margin-left: 0;
}
.sec-business.__02 .sec-inner .img-wrap .img-wrap-box:nth-of-type(2) {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-business.__02 .sec-inner .img-wrap .img-wrap-box:nth-of-type(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-business.__02 .sec-inner .img-wrap .img-wrap-box:nth-of-type(2) {
    margin-left: auto;
  }
}

/* works.html
---------------------------------------------------- */
.sec-work-list {
  background-color: #f5f5f5;
}
.sec-work-list .work-content .work-ttl {
  margin-top: 1em;
}
.sec-work-list .work-content .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 3em;
}
.sec-work-list .work-content .work-img {
  width: 40.3125rem;
}
@media screen and (max-width: 991px) {
  .sec-work-list .work-content .work-img {
    width: 100%;
  }
}
.sec-work-list .work-content .work-img .work-img-wrap {
  box-shadow: 4px 4px 12px rgba(5, 46, 97, 0.4);
}
.sec-work-list .work-content .work-img .work-img-wrap .img-wrap {
  background-color: #d7d9db;
  width: 100%;
  aspect-ratio: 4/3;
}
.sec-work-list .work-content .work-img .work-img-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-work-list .work-content .work-img .work-img-wrap .img-txt {
  background-color: #fff;
}
.sec-work-list .work-content .work-img .work-img-wrap .img-txt p {
  color: #0953ad;
  font-size: 1.125em;
  line-height: 1em;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .sec-work-list .work-content .work-img .work-img-wrap .img-txt p {
    font-size: 1em;
    padding: 0.6em 1em;
  }
}
.sec-work-list .work-content .work-detail {
  width: calc(100% - 40.3125rem - 4em);
}
@media screen and (max-width: 991px) {
  .sec-work-list .work-content .work-detail {
    width: 100%;
    margin-top: 2em;
  }
}

.paging-wrap {
  padding: 8.75rem 0;
}
@media screen and (max-width: 1199px) {
  .paging-wrap {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .paging-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging > span {
  font-family: "Libre Bodoni", serif;
  width: 3.4em;
  height: 3.4em;
  background-color: #fff;
  margin: 0 0.6em;
}
@media screen and (max-width: 991px) {
  .paging > span {
    width: 3em;
    height: 3em;
    margin: 0 0.2em;
  }
}
.paging > span.paging-text {
  font-size: 1.25em;
}
@media screen and (max-width: 991px) {
  .paging > span.paging-text {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .paging > span.paging-text {
    font-size: 1em;
  }
}
.paging > span.paging-text a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.24s ease;
}
.paging > span.paging-text a:hover {
  background-color: #b6d4eb;
}
.paging > span.current {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #222;
}
.paging > span.paging-prev {
  font-size: 1.125em;
  width: auto;
  background-color: initial;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .paging > span.paging-prev {
    font-size: 1em;
  }
}
.paging > span.paging-prev a i {
  color: #074695;
  margin-right: 0.4em;
}
.paging > span.paging-prev a:hover {
  background-color: initial;
  opacity: 0.6;
}
.paging > span.paging-next {
  font-size: 1.125em;
  width: auto;
  background-color: initial;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .paging > span.paging-next {
    font-size: 1em;
  }
}
.paging > span.paging-next a i {
  color: #074695;
  margin-left: 0.4em;
}
.paging > span.paging-next a:hover {
  background-color: initial;
  opacity: 0.6;
}

/* recruit.html
---------------------------------------------------- */
.sec-link-list {
  color: #fff;
  background-image: url(../images/recruit/recruit-link-bgimg.jpg);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  .sec-link-list {
    background-attachment: scroll;
  }
}
.sec-link-list::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #052e61;
  opacity: 0.8;
}
.sec-link-list .link-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-link-list .link-list ul .link-wrap {
  width: calc(33.3333333333% - 2em);
}
@media screen and (max-width: 991px) {
  .sec-link-list .link-list ul .link-wrap {
    width: 100%;
    margin-top: 4em;
  }
  .sec-link-list .link-list ul .link-wrap:nth-of-type(1) {
    margin-top: 0;
  }
}
.sec-link-list .link-list ul .link-wrap h3 span.__en {
  font-size: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-link-list .link-list ul .link-wrap h3 span.__en {
    font-size: 3.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-link-list .link-list ul .link-wrap h3 span.__en {
    font-size: min(10vw, 2.75em);
  }
}
.sec-link-list .link-list ul .link-wrap h3 span.__jp {
  display: block;
  margin-left: 0;
}
.sec-link-list .link-list ul .link-wrap .__linkbtn {
  margin-top: 2em;
}
.sec-link-list .link-list ul .link-wrap .__linkbtn a {
  width: 100%;
  justify-content: space-between;
}

.sec-recruit01 .sec-inner {
  align-items: stretch;
  margin-top: -1em;
}
.sec-recruit01 .sec-inner .txt-wrap .sec-catch {
  margin-top: 0;
}
.sec-recruit01 .sec-inner .txt-wrap .sec-catch h3 em {
  background: linear-gradient(0deg, #052e61, #1068c0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-recruit01 .sec-inner .txt-wrap p {
  margin-top: 2em;
}
.sec-recruit01 .sec-inner .img-wrap {
  aspect-ratio: auto;
}
.sec-recruit01 .reward-list {
  margin-top: 3em;
}
.sec-recruit01 .reward-list ul .reward-list-item {
  margin-top: 3em;
}
.sec-recruit01 .reward-list ul .reward-list-item h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .reward-list ul .reward-list-item h4 {
    width: 100%;
    font-size: 1.125em;
  }
}
.sec-recruit01 .reward-list ul .reward-list-item p {
  text-align: center;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .reward-list ul .reward-list-item p {
    text-align: start;
  }
}

.sec-recruit02 {
  background: linear-gradient(0deg, #b6d4eb, #fff);
}
.sec-recruit02::before {
  opacity: 0.12;
}
.sec-recruit02 .sec-ttl {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .sec-ttl {
    margin-top: 1em;
  }
}
.sec-recruit02 .message-content {
  margin-top: 2em;
  margin-bottom: 1em;
}
.sec-recruit02 .message-content p {
  font-size: 1.125em;
  line-height: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .message-content p {
    font-size: 1em;
  }
}
.sec-recruit02 .message-content p.__name {
  text-align: end;
}
.sec-recruit02 .message-content p.__name em {
  font-size: 1.25em;
}

.sec-recruit03 {
  color: #fff;
  background-image: url(../images/recruit/recruit-link-bgimg.jpg);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
@media screen and (max-width: 1199px) {
  .sec-recruit03 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit03 {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit03 {
    padding-bottom: 80px;
  }
}
.sec-recruit03::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #052e61;
  opacity: 0.8;
}
@media screen and (max-width: 1199px) {
  .sec-recruit03 .recruit-link {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .recruit-link {
    padding-top: 80px;
  }
}
.sec-recruit03 .recruit-link .link-txt {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .recruit-link .link-txt {
    margin-top: 2em;
  }
}
.sec-recruit03 .recruit-link .link-txt p {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .recruit-link .link-txt p {
    font-size: 1em;
  }
}
.sec-recruit03 .recruit-link .__linkbtn {
  margin-top: 2em;
}

/* facts-and-figures.html
---------------------------------------------------- */
.sec-innumber .sec-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -2em;
}
.sec-innumber .sec-inner .innumber-content {
  width: calc(50% - 1em);
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-innumber .sec-inner .innumber-content {
    width: 100%;
  }
}
.sec-innumber .sec-inner .innumber-content .border-wrap {
  padding: 3em 2em;
}
@media screen and (max-width: 767px) {
  .sec-innumber .sec-inner .innumber-content .border-wrap {
    padding: 2em 20px;
  }
}
.sec-innumber .sec-inner .innumber-content .border-wrap .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-innumber .sec-inner .innumber-content .border-wrap .flex-wrap {
    display: block;
  }
}
.sec-innumber .sec-inner .innumber-content .border-wrap .flex-wrap .data-ttl h3 {
  font-size: 1.5rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .sec-innumber .sec-inner .innumber-content .border-wrap .flex-wrap .data-ttl h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-innumber .sec-inner .innumber-content .border-wrap .flex-wrap .data-ttl h3 {
    font-size: 1.125em;
  }
}
.sec-innumber .sec-inner .innumber-content .border-wrap .flex-wrap .data-num {
  text-align: end;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .sec-innumber .sec-inner .innumber-content .border-wrap .flex-wrap .data-num {
    text-align: center;
    font-size: min(4vw, 1.125em);
    margin-top: 1em;
  }
}
.sec-innumber .sec-inner .innumber-content .border-wrap .flex-wrap .data-num span.__num {
  background: linear-gradient(0deg, #052e61, #1068c0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.75rem;
  line-height: 1em;
  margin-right: 4px;
}
@media screen and (max-width: 1199px) {
  .sec-innumber .sec-inner .innumber-content .border-wrap .flex-wrap .data-num span.__num {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-innumber .sec-inner .innumber-content .border-wrap .flex-wrap .data-num span.__num {
    font-size: 36px;
  }
}
.sec-innumber .sec-inner .innumber-content .border-wrap .data-txt {
  margin-top: 1em;
}

/* voices.html
---------------------------------------------------- */
.sec-voice .voice-catch {
  background: linear-gradient(135deg, rgba(7, 70, 149, 0.04), rgba(7, 70, 149, 0.12), rgba(7, 70, 149, 0.04));
  margin-top: -1em;
}
.sec-voice .voice-catch .border-wrap {
  border-color: rgba(255, 255, 255, 0.8);
  padding-top: 3em;
  padding-bottom: 3.3em;
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-catch .border-wrap {
    padding-top: 2em;
    padding-bottom: 2.2em;
  }
}
.sec-voice .voice-catch p {
  font-size: 1.375em;
}
@media screen and (max-width: 1199px) {
  .sec-voice .voice-catch p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-catch p {
    text-align: center;
    font-size: min(4.5vw, 1.125em);
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-catch p:nth-of-type(1) {
    margin-top: 0;
  }
}
.sec-voice .voice-catch p em {
  background: linear-gradient(0deg, #052e61, #1068c0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-voice .voice-content {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .sec-voice .voice-content .txt-wrap {
    margin-top: 2em;
  }
}
.sec-voice .voice-content .txt-wrap .voice-name h3 span.__name {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .sec-voice .voice-content .txt-wrap .voice-name h3 span.__name {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-content .txt-wrap .voice-name h3 span.__name {
    font-size: 1.375em;
  }
}
.sec-voice .voice-content .txt-wrap .voice-txt p {
  font-size: 1.125em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-content .txt-wrap .voice-txt p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-voice .voice-content .img-wrap {
    width: min(100%, 520px);
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec-voice .voice-content.__01 {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-content.__01 {
    margin-top: 1em;
  }
}
.sec-voice .voice-content.__02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .sec-voice .voice-content.__02 {
    margin-top: 2em;
  }
}
.sec-voice .voice-content.__02 .img-wrap {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .sec-voice .voice-content.__03 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

/* job-openings.html
---------------------------------------------------- */
.sec-opening .anchor-list {
  padding-top: 2em;
}
.sec-opening .anchor-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-opening .anchor-list ul .anchor-link {
  width: calc(25% - 0.75em);
  margin-right: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-opening .anchor-list ul .anchor-link {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
@media screen and (max-width: 991px) {
  .sec-opening .anchor-list ul .anchor-link {
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 767px) {
  .sec-opening .anchor-list ul .anchor-link {
    width: 100%;
    margin-right: 0;
  }
}
.sec-opening .anchor-list ul .anchor-link:last-of-type {
  margin-right: 0;
}
.sec-opening .anchor-list ul .anchor-link a {
  position: relative;
  width: 100%;
  background: linear-gradient(0deg, rgba(5, 46, 97, 0.9), rgba(7, 70, 149, 0.9));
}
.sec-opening .anchor-list ul .anchor-link a::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 1em;
  transform: translateY(-50%);
  content: "\f078";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.sec-opening .position-content {
  position: relative;
}
.sec-opening .position-content.__01 {
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-opening .position-content.__01 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-opening .position-content.__02 {
    margin-top: 1em;
  }
}
.sec-opening .position-content .job-table {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-opening .position-content .job-table {
    margin-top: 0;
  }
}/*# sourceMappingURL=sub.css.map */