@charset "UTF-8";
.swiper-button-next, .swiper-button-prev {
  color: rgb(0, 91, 171) !important;
}

* {
  -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(77, 77, 77);
  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;
  }
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 129px;
}
@media screen and (max-width: 1376px) {
  html {
    scroll-padding-top: 94px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 72px;
  }
}

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

.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;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

input[type=submit],
button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: 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: 1420px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 60px);
  }
}
.contents-wrapper.mini {
  max-width: 1300px;
}
.contents-wrapper.page {
  max-width: 1200px;
}
.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:not(.emoji) {
  width: auto !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    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;
}

.top-title {
  margin-bottom: 30px;
  font-family: yu-mincho-pr6n;
  font-weight: 700;
}
.top-title .en {
  font-size: 3rem;
  color: rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .top-title .en {
    font-size: 2rem;
  }
}
.top-title .ja {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-title .ja {
    font-size: 1.3rem;
  }
}

.top-text {
  font-size: 1.2rem;
  font-family: yu-mincho-pr6n;
  font-weight: 700;
}

.abotu-title {
  position: relative;
  margin-bottom: 50px;
  text-align: left;
  color: rgb(0, 91, 171);
  font-weight: 700;
  font-family: yu-mincho-pr6n;
}
@media screen and (max-width: 767px) {
  .abotu-title {
    margin-bottom: 30px;
  }
}
.abotu-title::before {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: block;
  width: 10vw;
  height: 1px;
  background-color: rgb(0, 91, 171);
}
@media screen and (max-width: 1023px) {
  .abotu-title::before {
    left: -5px;
  }
}

.dx-title {
  position: relative;
  margin-bottom: 50px;
  text-align: left;
  color: rgb(0, 91, 171);
  font-weight: 700;
  font-family: yu-mincho-pr6n;
}
@media screen and (max-width: 767px) {
  .dx-title {
    margin-bottom: 30px;
  }
}
.dx-title::before {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: block;
  width: 10vw;
  height: 1px;
  background-color: rgb(0, 91, 171);
}
@media screen and (max-width: 1023px) {
  .dx-title::before {
    left: -5px;
  }
}

.dx-title2 {
  color: 0;
  font-weight: 700;
  font-family: yu-mincho-pr6n;
  font-size: 1.6rem;
}

.ict-blue-title {
  margin-bottom: 0px;
  font-size: 2rem;
  font-family: yu-mincho-pr6n;
  font-weight: 700;
  color: rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .ict-blue-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.ict-blue-title .small {
  font-size: 1.5rem;
}

h3.ict-blue-title {
  color: #fff;
  background-color: rgb(0, 91, 171);
}

.more-link {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: inline-block;
  padding: 5px 15px;
  border: 2px solid rgb(77, 77, 77);
  color: rgb(77, 77, 77);
  font-weight: 700;
}
.more-link::after {
  content: "";
  display: inline-block;
  background-image: url("../../images/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 10px;
  aspect-ratio: 1/1;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.more-link span {
  vertical-align: middle;
}
.more-link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.more-link.center {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.more-link.white {
  background-color: rgb(255, 255, 255);
}

.header-menu-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1376px) {
  .header-menu-list {
    display: none;
  }
}
.header-menu-list a {
  color: rgb(77, 77, 77);
  font-weight: 600;
}
.header-menu-list a:not([class]) span {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid rgb(0, 91, 171);
  border-radius: 30px;
}
.header-menu-list a:not([class]) span:hover {
  background-color: rgb(0, 91, 171);
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
}
.header-menu-list a.contact {
  padding: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
  font-weight: 700;
  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;
  font-family: Prompt;
  -ms-flex-direction: column;
      flex-direction: column;
}
.header-menu-list a.contact img {
  margin-bottom: 5px;
  width: 35px;
}
.header-menu-list a.contact span {
  font-weight: 500;
  font-size: 1rem;
}

a.header-sponsor {
  display: inline-block;
  color: rgb(0, 91, 171);
  padding: 5px 20px;
  font-size: 1.2rem;
  background-color: #d6ebff;
}
@media screen and (max-width: 1376px) {
  a.header-sponsor {
    display: block;
    width: 70%;
    margin: 30px auto 20px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
}
a.header-sponsor:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 91, 171);
}

a.header-recruit {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 20px;
  background-image: url("../../images/header-recruit-bg.png?20240908");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
@media screen and (max-width: 1376px) {
  a.header-recruit {
    display: block;
    width: 70%;
    margin: 20px auto 20px;
  }
}
a.header-recruit:hover {
  background-position: 100% 0;
}

.contact-sp {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: rgb(0, 91, 171);
  text-align: center;
  font-size: 0.9rem;
  font-family: Prompt;
}
@media screen and (max-width: 767px) {
  .contact-sp {
    font-size: 0.5rem;
  }
}
.contact-sp svg {
  margin: auto;
  display: block;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .contact-sp svg {
    width: 20px;
  }
}

.sp-navigation {
  display: none;
}
@media screen and (max-width: 1376px) {
  .sp-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.sp-navigation button.drawer-hamburger {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  background-color: rgb(0, 91, 171);
  padding: 32px 25px 40px;
}
@media screen and (max-width: 767px) {
  .sp-navigation button.drawer-hamburger {
    padding: 15px 10px 25px;
  }
}
.sp-navigation .drawer-hamburger-icon {
  background-color: rgb(255, 255, 255);
}
.sp-navigation .drawer-hamburger-icon::before, .sp-navigation .drawer-hamburger-icon::after {
  background-color: rgb(255, 255, 255);
}
.sp-navigation nav.drawer-nav {
  right: 0;
  margin-top: 84px;
  z-index: 100;
  background-color: rgb(245, 248, 250);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sp-navigation nav.drawer-nav {
    width: 100%;
    margin-top: 52px;
  }
}

.drawer--right.drawer-open button.drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open nav.drawer-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-menu li {
  border-bottom: 1px solid rgba(0, 91, 171, 0.2);
  text-align: left;
}
.drawer-menu a {
  display: block;
  padding: 20px 30px;
  color: rgb(77, 77, 77);
}

.toggle {
  display: none;
}

.label {
  position: relative;
  padding: 20px 30px;
  display: block;
}
.label .plus {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: rgb(0, 91, 171);
}
.label .plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: rgb(0, 91, 171);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content {
  height: 0;
  padding: 0 30px;
  overflow: hidden;
  text-align: left;
}
.content a {
  padding: 0;
}
.content a:not(:last-child) {
  margin-bottom: 3px;
}
.content a::before {
  content: "▶";
  font-size: 0.6rem;
  margin-right: 5px;
}
.content a span {
  vertical-align: middle;
}

.toggle:checked + .label + .content {
  height: auto;
  padding: 0 30px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle:checked + .label .plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.nav-sns-link {
  padding: 0 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;
  gap: 20px;
}
.nav-sns-link .google-link {
  width: calc(100% - 100px - 40px);
  max-width: 300px;
}
.nav-sns-link .sns {
  width: 50px;
}

.footer-menu {
  margin-bottom: 30px;
  padding: 10px 0;
}

.footer-menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.footer-menu-list li {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 10px;
}
.footer-menu-list li span {
  font-weight: 800;
  font-size: 1.2rem;
}
.footer-menu-list a {
  display: block;
  text-align: left;
  color: rgb(255, 255, 255);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  z-index: 90000;
}

.header-logo {
  margin: 20px 50px;
}
@media screen and (max-width: 1023px) {
  .header-logo {
    margin: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    margin: 5px 15px;
  }
  .header-logo img {
    width: auto;
    height: 35px;
  }
}

footer {
  background-color: rgb(0, 91, 171);
}
@media screen and (max-width: 1023px) {
  footer {
    padding-top: 40px;
  }
}
footer .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
footer .contents-wrapper .footer-list {
  width: calc(25% - 30px);
  margin: 0 20px;
}
@media screen and (max-width: 1023px) {
  footer .contents-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
  footer .contents-wrapper .footer-list {
    width: 100%;
  }
}

.footer-logo {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 1023px) {
  .footer-logo {
    max-width: 100%;
    padding-bottom: 30px;
  }
}

.footer-address-wrapper .text-box {
  color: #fff;
  font-size: 12px;
}

.google-link {
  padding: 10px 15px 0px;
  background-color: #004c8f;
  border: 1px solid #fff;
  border-radius: 100vh;
  display: block;
  margin-bottom: 10px;
}
.google-link img {
  width: 60%;
}

.footer-after-wrapper {
  margin-top: 20px;
  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;
  gap: 10px 30px;
  font-size: 1.4rem;
}

.footer-recruit-link {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .footer-recruit-link {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 767px) {
  .footer-recruit-link {
    width: 100%;
  }
}

.mark-box {
  width: auto;
  background-color: rgb(0, 91, 171);
  padding: 15px 10px;
}
.mark-box img {
  display: inline-block;
  width: 100%;
}

.sns-link {
  width: 40%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .sns-link {
    width: 40%;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sns-link {
    width: 40%;
  }
}

.copy-right {
  margin-top: 50px;
  background-color: rgb(0, 0, 0);
  padding: 5px;
  color: rgb(255, 255, 255);
}

.header-after {
  margin-top: 62px;
}
@media screen and (max-width: 1376px) {
  .header-after {
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .header-after {
    margin-top: 52px;
  }
}

.fv-section {
  overflow: hidden;
  position: relative;
  background-image: url("/wp-content/themes/hukudome/images/fv-image.jpg?20240908");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fv-section::before {
  background-color: rgba(37, 54, 66, 0.45);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.fv-section .fv-swiper {
  width: 100%;
  height: 100%;
  position: absolute; /* Positioned absolutely to cover the entire section */
  top: 0;
  left: 0;
  z-index: 1; /* Ensure it stays in the background */
}
.fv-section .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover; /* Make sure the image covers the slide */
  background-position: center; /* Center the background image */
}
.fv-section .swiper-slide::before {
  background-color: rgba(37, 54, 66, 0.45);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.fv-section .fv-inner-box {
  position: relative; /* Position it normally */
  z-index: 2; /* Ensure it stays above the Swiper slides */
  text-align: center; /* Center the text */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; /* Center content vertically */
}
.fv-section .contents-wrapper {
  position: relative;
  z-index: 3;
}

.fv-inner-box {
  position: relative;
  padding: 70px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fv-inner-box {
    padding: 30px 5px;
  }
}
.fv-inner-box::before, .fv-inner-box::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .fv-inner-box::before, .fv-inner-box::after {
    height: 50%;
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
}
.fv-inner-box::before {
  top: -25%;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .fv-inner-box::before {
    top: -25%;
    left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .fv-inner-box::before {
    top: -10%;
  }
}
.fv-inner-box::after {
  bottom: -25%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fv-inner-box::after {
    bottom: -15%;
  }
}

.fv-line {
  position: absolute;
  display: block;
  width: 90%;
  height: 45%;
  border: 1px solid rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .fv-line {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .fv-line {
    height: 55%;
  }
}
.fv-line.top {
  top: 0;
  right: -5%;
  border-bottom: 0;
  border-left: 0;
}
@media screen and (max-width: 1023px) {
  .fv-line.top {
    right: 0;
  }
}
.fv-line.bottom {
  bottom: 0;
  left: -5%;
  border-top: 0;
  border-right: 0;
}
@media screen and (max-width: 1023px) {
  .fv-line.bottom {
    left: 0;
  }
}

.fv-logo {
  width: 120px;
}

.fv-title {
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  margin-top: -40px;
}
.fv-title .en {
  display: block;
  font-size: 8rem;
  line-height: 100px;
  font-family: yu-mincho-pr6n;
}
@media screen and (max-width: 1300px) {
  .fv-title .en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .fv-title .en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .fv-title .en {
    font-size: 2.5rem;
    line-height: 60px;
  }
}
.fv-title .ja {
  display: block;
  margin-top: 20px;
  padding: 0 70px;
}

.recruit-bnr {
  padding: 10px 0 0px;
}
.recruit-bnr .top-recruit-link {
  margin-bottom: 0;
}

.fv-news {
  padding: 5px 0 50px;
}
@media screen and (max-width: 1023px) {
  .fv-news {
    padding: 15px 0;
  }
}

.fv-news-box {
  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;
}
.fv-news-box .fv a {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .fv-news-box {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .fv-news-box .more-link {
    margin-left: auto;
  }
}

.fv-news-title {
  width: 130px;
  color: rgb(0, 91, 171);
  font-weight: 700;
  font-family: yu-mincho-pr6n;
  font-size: 2rem;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 3px solid rgb(0, 91, 171);
}
@media screen and (max-width: 1023px) {
  .fv-news-title {
    width: 100%;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    text-align: left;
  }
}

.news-list.fv {
  margin-right: 30px;
  width: calc(100% - 145px - 145px - 30px);
}
@media screen and (max-width: 1023px) {
  .news-list.fv {
    width: 100%;
  }
}
.news-list a {
  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;
  gap: 5px 30px;
}
.news-list .date {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  color: rgb(132, 176, 214);
}
@media screen and (max-width: 767px) {
  .news-list .date {
    width: auto;
  }
}

.news-tags {
  display: inline-block;
  width: 140px;
  padding: 5px 10px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.news-tags.news {
  background-color: rgb(0, 91, 171);
}
.news-tags.recruit {
  background-color: rgb(0, 177, 171);
}
.news-tags.blog {
  background-color: rgb(205, 223, 238);
  color: rgb(0, 91, 171);
}
.news-tags.works {
  background-color: rgb(0, 154, 239);
}
.news-tags.on-site-letter {
  background-color: rgb(0, 154, 239);
}

.news-title {
  width: calc(100% - 140px - 110px - 60px);
  color: rgb(77, 77, 77);
  text-align: left;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .news-title {
    width: 100%;
  }
}
.news-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catchcopy-section {
  padding: 40px 0 70px 0;
  background-image: url("../../images/catchcopy-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .catchcopy-section {
    padding-bottom: 100px;
  }
}

.catchcopy {
  margin: auto;
  color: rgb(255, 255, 255);
  font-size: 2.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  font-family: yu-mincho-pr6n;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .catchcopy {
    font-size: 2rem;
  }
}

.about-section {
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .about-section {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.about-section::before, .about-section::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(0, 91, 171);
  z-index: 2;
}
.about-section::before {
  width: 30px;
  top: 25px;
}
@media screen and (max-width: 767px) {
  .about-section::before {
    width: 25px;
    top: 10px;
  }
}
.about-section::after {
  width: 20px;
  top: 70px;
}
@media screen and (max-width: 767px) {
  .about-section::after {
    width: 15px;
    top: 45px;
  }
}
.about-section .contents-wrapper {
  position: relative;
  z-index: 5;
}

.bg-text {
  position: absolute;
  font-size: 24rem;
  font-family: Prompt;
  color: rgb(245, 248, 250);
  line-height: 300px;
  font-family: 600;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .bg-text {
    font-size: 15rem;
    line-height: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .bg-text {
    font-size: 10rem;
    line-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text {
    font-size: 6rem;
    line-height: 90px;
  }
}
.bg-text.about {
  top: 0;
  right: 0;
  text-align: right;
}
.bg-text.works {
  top: 0;
  left: 0;
  line-height: 250px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1200px) {
  .bg-text.works {
    line-height: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .bg-text.works {
    line-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text.works {
    line-height: 50px;
  }
}
.bg-text.ict {
  top: 0;
  left: -7%;
  color: rgb(239, 244, 250);
  white-space: nowrap;
  font-size: 18rem;
  line-height: 90px;
  text-align: left;
  -webkit-animation: scrollText 50s linear infinite;
          animation: scrollText 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .bg-text.ict {
    font-size: 5rem;
    line-height: 55px;
  }
}
.bg-text.news {
  top: 0;
  right: 0;
  color: rgb(255, 255, 255);
}
.bg-text .vertical {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 0 0 auto;
  text-align: left;
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.about-logo {
  margin: 10px auto 0px;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .about-logo {
    width: 50px;
  }
}

.top-about-wrapper {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .top-about-wrapper {
    gap: 30px;
  }
}
.top-about-wrapper .image-box {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-about-wrapper .image-box {
    width: 100%;
  }
}
.top-about-wrapper .text-box {
  width: 46%;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .top-about-wrapper .text-box {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .top-about-wrapper .text-box {
    width: 100%;
  }
}
.top-about-wrapper .text-box p {
  margin-bottom: 50px;
  width: 90%;
}
@media screen and (max-width: 1100px) {
  .top-about-wrapper .text-box p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-about-wrapper .text-box p {
    margin-bottom: 30px;
  }
}

.top-title.about {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-title.about {
    margin-bottom: 30px;
  }
}

.abotu-title {
  margin-bottom: 20px;
  font-size: 2rem;
}

.about-bg {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 50vw;
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .about-bg {
    width: calc(100% + 30px);
  }
}

.bg-blue {
  position: relative;
  background-color: rgb(245, 248, 250);
}
.bg-blue .blue-bg {
  position: absolute;
  width: 50%;
  max-width: 500px;
}
.bg-blue .blue-bg.top {
  top: 0;
  left: 0;
}
.bg-blue .blue-bg.bottom {
  bottom: 0;
  right: 0;
}
.bg-blue .contents-wrapper {
  position: relative;
  z-index: 2;
}

.sub-title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: yu-mincho-pr6n;
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 1.1rem;
  }
}

.top-works-link-wrapper {
  margin: 30px 0 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;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .top-works-link-wrapper {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-works-link-wrapper {
    margin-bottom: 30px;
    gap: 30px 10px;
  }
}

.top-works-link {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1023px) {
  .top-works-link {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .top-works-link {
    width: calc((100% - 10px) / 2);
  }
}
.top-works-link img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-works-link span {
  display: inline-block;
  margin-top: 10px;
  color: rgb(77, 77, 77);
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 1023px) {
  .top-works-link span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-works-link span {
    font-size: 1rem;
  }
}
.top-works-link span.blue-text {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 91, 171);
}
.top-works-link:hover img {
  border-radius: 50%;
}
.top-works-link:hover span {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 91, 171);
}

.dx-section {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .dx-section {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .dx-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.dx-section::before {
  width: 30px;
  top: 25px;
}
@media screen and (max-width: 767px) {
  .dx-section::before {
    width: 25px;
    top: 10px;
  }
}
.dx-section::after {
  width: 20px;
  top: 70px;
}
@media screen and (max-width: 767px) {
  .dx-section::after {
    width: 15px;
    top: 45px;
  }
}
.dx-section .contents-wrapper {
  position: relative;
  z-index: 5;
  padding: 5% 0;
}
.dx-section .contents-wrapper .top-about-wrapper {
  position: relative;
  z-index: 5;
}
.dx-section .contents-wrapper .top-about-wrapper .top-text {
  margin-bottom: 30px;
}
.dx-section .contents-wrapper .top-about-wrapper .about-bg {
  right: auto;
  left: 8%;
}
.dx-section.dx {
  top: 0;
  right: 0;
  text-align: right;
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.dx-section {
  position: relative;
  padding: 0;
}
.dx-section .dx span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  font-size: 9.6rem;
  margin: 0 0 0 auto;
  text-align: left;
  width: 204px;
}

.top-dx-wrapper {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .top-dx-wrapper {
    gap: 30px;
  }
}
.top-dx-wrapper .image-box {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-dx-wrapper .image-box {
    width: 100%;
  }
}
.top-dx-wrapper .text-box {
  width: 46%;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .top-dx-wrapper .text-box {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .top-dx-wrapper .text-box {
    width: 100%;
  }
}
.top-dx-wrapper .text-box p {
  margin-bottom: 50px;
  width: 90%;
}
@media screen and (max-width: 1100px) {
  .top-dx-wrapper .text-box p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-dx-wrapper .text-box p {
    margin-bottom: 30px;
  }
}

.top-title.dx {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-title.dx {
    margin-bottom: 30px;
  }
}

.dx-title {
  margin-bottom: 20px;
  font-size: 2rem;
}

.dx-bg {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 50vw;
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .dx-bg {
    width: calc(100% + 30px);
  }
}

.sustainable-section {
  position: relative;
  overflow: hidden;
}
.sustainable-section .sustainable {
  color: rgb(239, 244, 250);
}
.sustainable-section .contents-wrapper {
  z-index: 5;
  position: relative;
}

.top-title.ict .ja, .top-title.ict .en {
  font-weight: 500;
  font-family: yu-mincho-pr6n;
  color: rgb(0, 91, 171);
}

.top-title.ict .en {
  font-size: 3rem;
}
.top-title.ict .ja {
  font-size: 1.6rem;
}

.top-ict-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.top-ict-wrapper .text-box {
  overflow: hidden;
  position: relative;
  width: 45%;
  padding: 15% 50px 15% 90px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .top-ict-wrapper .text-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-ict-wrapper .text-box {
    padding: 30px;
  }
}
.top-ict-wrapper .text-inner {
  position: relative;
  z-index: 2;
}
.top-ict-wrapper .text-inner p {
  margin-bottom: 30px;
}

.ict-swiper {
  width: 55%;
}
@media screen and (max-width: 1023px) {
  .ict-swiper {
    width: 100%;
  }
  .ict-swiper img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.csr-image-wrapper {
  margin: 30px auto 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .csr-image-wrapper {
    margin-bottom: 30px;
  }
}

.recruit-title img {
  margin-bottom: 5px;
  max-width: 300px;
}

.top-recruit-link {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.top-recruit-link .check-text {
  position: absolute;
  bottom: 15%;
  right: 5%;
  display: inline-block;
  padding-right: 40px;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .top-recruit-link .check-text {
    font-size: 0.7rem;
    padding-right: 15px;
  }
}
.top-recruit-link .check-text::after {
  position: absolute;
  bottom: -3px;
  right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .top-recruit-link .check-text::after {
    height: 10px;
    right: 3px;
  }
}
.top-recruit-link:hover {
  opacity: 0.5;
}

.top-recruit-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .top-recruit-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.recruit-link {
  position: relative;
}
.recruit-link img {
  aspect-ratio: 9/5;
}
.recruit-link.new::before {
  opacity: 0.3;
  background: -webkit-gradient(linear, left top, right top, from(rgb(24, 221, 255)), color-stop(50%, rgb(65, 225, 167)), to(rgb(24, 221, 255)));
  background: linear-gradient(to right, rgb(24, 221, 255), rgb(65, 225, 167) 50%, rgb(24, 221, 255));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 200% 100%;
}

.side-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  text-align: left;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  padding: 10px 10px 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(24, 221, 255)), color-stop(50%, rgb(65, 225, 167)), to(rgb(24, 221, 255)));
  background: linear-gradient(to right, rgb(24, 221, 255), rgb(65, 225, 167) 50%, rgb(24, 221, 255));
  background-size: 200% 100%;
}
@media screen and (max-width: 1023px) {
  .side-text {
    width: 70%;
  }
}

.news-list.top {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news-list.top {
    margin-bottom: 20px;
  }
}
.news-list.top li {
  border-bottom: 1px solid rgb(77, 77, 77);
}
.news-list.top li:first-child a {
  padding-top: 0;
}
.news-list.top a {
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .news-list.top a {
    padding: 20px 0;
  }
}

.mv-section {
  position: relative;
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.mv-section::after {
  background-color: rgba(37, 54, 66, 0.45);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.mv-section.about {
  background-image: url("../../images/mv-about.jpg");
}
.mv-section.works {
  background-image: url("../../images/mv-works.jpg");
}
.mv-section.contact {
  background-image: url("../../images/mv-contact.jpg");
  background-position: right;
}
@media screen and (max-width: 767px) {
  .mv-section.contact .fv-inner-box {
    padding: 30px 40px;
  }
}
.mv-section.ict {
  background-image: url("../../images/mv-ict.jpg");
}
.mv-section.csr {
  background-image: url("../../images/mv-csr.jpg");
}
.mv-section.news {
  background-image: url("../../images/mv-news.jpg");
  background-position: right;
}
.mv-section.news::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv-section.news .fv-inner-box::before, .mv-section.news .fv-inner-box::after {
    height: 100%;
  }
  .mv-section.news .fv-inner-box::before {
    top: -30%;
    left: 9%;
  }
}
.mv-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.mv-section .fv-inner-box {
  padding: 50px 80px;
}
@media screen and (max-width: 767px) {
  .mv-section .fv-inner-box {
    padding: 30px 60px;
  }
  .mv-section .fv-inner-box::before, .mv-section .fv-inner-box::after {
    height: 80%;
    -webkit-transform: rotate(48deg);
            transform: rotate(48deg);
  }
  .mv-section .fv-inner-box::before {
    top: -25%;
    left: 12%;
  }
  .mv-section .fv-inner-box::after {
    bottom: -25%;
    right: 29px;
  }
}
.mv-section .fv-title .en {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .mv-section .fv-title .en {
    font-size: 3rem;
  }
}

.about-menu-wrapper {
  position: fixed;
  width: 100%;
  padding: 65px 0 20px;
  z-index: 5;
  background-color: rgba(37, 54, 66, 0.95);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .about-menu-wrapper {
    display: none;
  }
}
.about-menu-wrapper .contents-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 10px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
.about-menu-wrapper a {
  color: rgb(255, 255, 255);
}
.about-menu-wrapper a::after {
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 70px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-menu-wrapper a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.about-sub-link-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px 5px;
}
@media screen and (max-width: 767px) {
  .about-sub-link-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    font-size: 0.9rem;
  }
  .about-sub-link-wrapper br {
    display: none;
  }
}
.about-sub-link-wrapper a {
  color: rgb(0, 91, 171);
  padding: 5px 2px;
  border: 1px solid rgb(0, 91, 171);
  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;
}
.about-sub-link-wrapper a:hover {
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
}

.abotu-section .contents-wrapper {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .abotu-section .contents-wrapper {
    padding-top: 0;
    margin-top: 0;
  }
}

.about-corporate-section {
  position: relative;
}
.about-corporate-section::before {
  background-color: rgb(245, 248, 250);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 50% 0, 30% 100%, 0 100%);
}
@media screen and (max-width: 1023px) {
  .about-corporate-section::before {
    clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .about-corporate-section::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
.about-corporate-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.about-corporate-title {
  font-size: 6rem;
  font-family: yu-mincho-pr6n;
  font-weight: 700;
  color: rgb(0, 91, 171);
  max-width: 500px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .about-corporate-title {
    font-size: 4.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-corporate-title {
    font-size: 2.8rem;
  }
}

.about-corporate-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;
  gap: 50px;
}
.about-corporate-wrapper .text-box {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .about-corporate-wrapper .text-box {
    width: 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;
    gap: 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .about-corporate-wrapper .text-box img {
    width: 30%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .about-corporate-wrapper .text-box img {
    width: 70%;
    margin-bottom: 20px;
  }
}
.about-corporate-wrapper .text-box p {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .about-corporate-wrapper .text-box p {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .about-corporate-wrapper .text-box p {
    width: calc(70% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .about-corporate-wrapper .text-box p {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-corporate-wrapper .image-box {
  width: calc(35% - 50px);
}
@media screen and (max-width: 1023px) {
  .about-corporate-wrapper .image-box {
    display: none;
  }
}

.about-greeting-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  .about-greeting-wrapper {
    gap: 50px;
  }
}
.about-greeting-wrapper .image-box {
  position: relative;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .about-greeting-wrapper .image-box {
    width: 100%;
  }
}
.about-greeting-wrapper .image-box img {
  position: relative;
  z-index: 2;
}
.about-greeting-wrapper .image-box::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .about-greeting-wrapper .image-box::before {
    top: 10px;
    left: 10px;
  }
}
.about-greeting-wrapper .text-box {
  width: calc(65% - 80px);
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .about-greeting-wrapper .text-box {
    width: calc(65% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .about-greeting-wrapper .text-box {
    width: 100%;
  }
}
.about-greeting-wrapper .name-box {
  margin-top: 30px;
  text-align: right;
}
.about-greeting-wrapper .name-box img {
  display: inline-block;
  margin-left: 10px;
  width: 200px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .about-greeting-wrapper .name-box img {
    width: 160px;
  }
}

.abotu-philosophy-section .blue-bg.top {
  left: auto;
  right: 0;
}
.abotu-philosophy-section .blue-bg.bottom {
  right: auto;
  left: 0;
}

.abotu-philosophy-wrapper:not(:last-child) {
  margin-bottom: 80px;
}

.abotu-philosophy-title {
  margin-bottom: 50px;
  font-family: yu-mincho-pr6n;
}
@media screen and (max-width: 767px) {
  .abotu-philosophy-title {
    margin-bottom: 30px;
  }
}
.abotu-philosophy-title .main {
  margin-bottom: 10px;
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 1.5rem;
  border-radius: 5px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .abotu-philosophy-title .main {
    width: 100%;
  }
}
.abotu-philosophy-title .sub {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .abotu-philosophy-title .sub {
    font-size: 1.2rem;
  }
}

.abotu-philosophy-inner {
  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;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .abotu-philosophy-inner {
    gap: 30px;
  }
}
.abotu-philosophy-inner .image-box {
  width: calc(50% - 50px);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .abotu-philosophy-inner .image-box {
    width: 100%;
  }
}
.abotu-philosophy-inner .text-box {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .abotu-philosophy-inner .text-box {
    width: 100%;
  }
}

.abotu-philosophy-image {
  max-width: 700px;
}

.compliance-text {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .compliance-text {
    text-align: left;
    margin-bottom: 50px;
  }
}

.about-compliance-title {
  margin-bottom: 30px;
  font-family: yu-mincho-pr6n;
  font-size: 1.5rem;
  gap: 20px;
  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;
}
.about-compliance-title::before, .about-compliance-title::after {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  content: "";
  display: block;
  height: 1px;
  background-color: rgb(77, 77, 77);
}

.about-compliance-inner {
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 0;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .about-compliance-inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.about-compliance-inner .inner-box {
  padding: 0 30px;
  counter-increment: number 1;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .about-compliance-inner .inner-box {
    padding: 0 10px;
  }
  .about-compliance-inner .inner-box p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .about-compliance-inner .inner-box {
    padding: 0;
  }
}
.about-compliance-inner .title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: ヒラギノ角ゴ ProN;
  text-align: center;
}
.about-compliance-inner .title::before {
  display: block;
  color: rgb(132, 176, 214);
  font-size: 3rem;
  font-family: Prompt;
  content: counter(number, decimal-leading-zero);
}

.about-compliance-link-wrapper {
  gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .about-compliance-link-wrapper {
    display: block;
  }
}

.about-compliance-link {
  border: 1px solid rgb(0, 91, 171);
  border-radius: 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;
}
@media screen and (max-width: 1023px) {
  .about-compliance-link {
    width: 60%;
    margin: auto;
  }
  .about-compliance-link:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-compliance-link {
    width: 100%;
  }
}
.about-compliance-link .image-box {
  display: block;
  width: 50px;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  background-color: rgb(0, 91, 171);
}
.about-compliance-link .text-box {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 5px 5px 5px 30px;
  width: calc(100% - 50px);
  color: rgb(0, 91, 171);
  text-align: left;
}

.about-us-box {
  gap: 0 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;
}
.about-us-box:first-child .title,
.about-us-box:first-child .contents {
  border-top: 3px solid rgb(242, 242, 242);
}
@media screen and (max-width: 767px) {
  .about-us-box:first-child .title,
  .about-us-box:first-child .contents {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .about-us-box:first-child .title {
    padding-top: 0;
  }
}
.about-us-box .title {
  padding: 20px 0;
  width: 250px;
  font-weight: 700;
  color: rgb(0, 91, 171);
  -moz-text-align-last: justify;
       text-align-last: justify;
  border-bottom: 3px solid rgb(242, 242, 242);
  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 screen and (max-width: 1023px) {
  .about-us-box .title {
    width: 140px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-box .title {
    border-bottom: none;
    padding-bottom: 0;
    -moz-text-align-last: start;
         text-align-last: start;
  }
}
.about-us-box .title span {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .about-us-box .title span {
    width: 100%;
  }
}
.about-us-box .contents {
  text-align: left;
  padding: 20px 0;
  width: calc(100% - 250px - 50px);
  border-bottom: 3px solid rgb(242, 242, 242);
}
@media screen and (max-width: 1023px) {
  .about-us-box .contents {
    width: calc(100% - 140px - 50px);
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-box .contents {
    width: 100%;
  }
}
.about-us-box p:not(:last-child) {
  margin-bottom: 10px;
}
.about-us-box span {
  display: inline-block;
}
.about-us-box span.margin {
  margin-left: 10px;
}

.about-history-image {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .about-history-image {
    bottom: 10px;
    right: 10px;
  }
}

.about-history-box {
  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;
}
.about-history-box .year-box {
  width: 155px;
  padding-right: 30px;
  color: rgb(132, 176, 214);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .about-history-box .year-box {
    width: 90px;
    padding-right: 20px;
  }
}
.about-history-box .year-box .year {
  font-size: 3rem;
  line-height: 40px;
  font-family: open-sans;
  font-weight: 700;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  .about-history-box .year-box .year {
    font-size: 2rem;
    line-height: 30px;
  }
}
.about-history-box .contents-box {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(100% - 155px);
}
@media screen and (max-width: 767px) {
  .about-history-box .contents-box {
    width: calc(100% - 90px);
  }
}
.about-history-box .manth-box {
  padding-bottom: 70px;
  position: relative;
  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;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .about-history-box .manth-box {
    padding-bottom: 40px;
  }
}
.about-history-box .manth-box::before {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .about-history-box .manth-box::before {
    width: 1px;
  }
}
.about-history-box .manth {
  position: relative;
  display: block;
  padding-left: 20px;
  text-align: left;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .about-history-box .manth {
    padding-left: 10px;
    width: 50px;
  }
}
.about-history-box .manth::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .about-history-box .manth::before {
    width: 10px;
  }
}
.about-history-box .text-box {
  width: calc(100% - 60px - 30px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about-history-box .text-box {
    width: 100%;
    padding-left: 10px;
  }
}

.about-qualifications-box {
  gap: 0 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;
}
.about-qualifications-box .inner-box {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1023px) {
  .about-qualifications-box .inner-box {
    width: 100%;
  }
  .about-qualifications-box .inner-box:last-child .title,
  .about-qualifications-box .inner-box:last-child .contents {
    border-top: none;
  }
}
.about-qualifications-box .about-us-box {
  gap: 0 20px;
}
.about-qualifications-box .title {
  width: calc(100% - 20px - 80px);
  color: rgb(77, 77, 77);
  font-weight: 400;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 767px) {
  .about-qualifications-box .title {
    width: 100%;
  }
}
.about-qualifications-box .title span {
  width: 100%;
}
.about-qualifications-box .contents {
  width: 80px;
  color: rgb(0, 91, 171);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-qualifications-box .contents {
    padding-top: 0;
    width: 100%;
    text-align: right;
  }
}

#about6 .note {
  text-align: right;
  margin-top: 10px;
}

.about-access-address {
  margin-bottom: 30px;
  text-align: left;
}
.about-access-address .company {
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.about-google-map {
  margin-bottom: 50px;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 767px) {
  .about-google-map {
    aspect-ratio: 8/9;
  }
}

.about-access-wrapper {
  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;
}

.about-access-box {
  width: calc(100% - 50px);
  text-align: left;
}
.about-access-box > p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-access-box {
    width: 100%;
  }
}

.about-access-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
  font-family: ヒラギノ角ゴ ProN;
}
@media screen and (max-width: 767px) {
  .about-access-title {
    margin-bottom: 20px;
  }
}
.about-access-title img {
  margin-bottom: 5px;
  width: 50px;
}

.about-mira-sub,
.about-sub {
  width: 80%;
  margin: 30px auto 50px;
}
@media screen and (max-width: 767px) {
  .about-mira-sub,
  .about-sub {
    width: 100%;
    margin: 10px auto 30px;
  }
}

.about-main-nakanosima {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .about-main-nakanosima {
    width: 100%;
  }
}

.about-car-text {
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about-car-text {
    margin-bottom: 30px;
  }
}

.about-car-wrapper {
  margin-bottom: 50px;
  gap: 0 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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about-car-wrapper {
    margin-bottom: 30px;
  }
}
.about-car-wrapper .text-box {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about-car-wrapper .text-box {
    width: 100%;
  }
}
.about-car-wrapper .title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: ヒラギノ角ゴ ProN;
}
.about-car-wrapper .image-box {
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .about-car-wrapper .image-box {
    width: 100%;
  }
}

.about-car-blue-text {
  padding: 20px 30px;
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about-car-blue-text {
    font-size: 0.9rem;
  }
}

.about-mira-wrapeer {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about-mira-wrapeer .title {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.about-mira-main {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .about-mira-main {
    width: 100%;
  }
}

.instagram-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  border-radius: 10px;
  padding: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 213, 63)), color-stop(rgb(233, 0, 6)), to(rgb(174, 63, 255)));
  background: linear-gradient(to top, rgb(255, 213, 63), rgb(233, 0, 6), rgb(174, 63, 255));
  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 screen and (max-width: 767px) {
  .instagram-link {
    margin-bottom: 30px;
  }
}
.instagram-link > span {
  display: inline-block;
  padding: 10px 20px;
  color: rgb(255, 255, 255);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .instagram-link > span {
    padding: 10px;
  }
}
.instagram-link > span.text {
  color: rgb(77, 77, 77);
  background-color: rgb(255, 255, 255);
  border-radius: 0 8px 8px 0;
  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-transition: 0.5s;
  transition: 0.5s;
}
.instagram-link img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.instagram-link:hover span.text {
  background-color: transparent;
  color: rgb(255, 255, 255);
}

.ict-first-section {
  padding: 200px 0;
  position: relative;
  background-image: url("../../images/ict-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1423px) {
  .ict-first-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .ict-first-section {
    padding: 30px 0;
  }
}
.ict-first-section .side-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1423px) {
  .ict-first-section .side-image {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1023px) {
  .ict-first-section .side-image {
    opacity: 0.6;
  }
}
.ict-first-section .side-image.left {
  left: 0;
}
.ict-first-section .side-image.right {
  right: 0;
}
@media screen and (max-width: 767px) {
  .ict-first-section .side-image.right {
    display: none;
  }
}
.ict-first-section .contents-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .ict-first-section .contents-wrapper {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ict-first-section .contents-wrapper {
    padding: 20px;
  }
}

.ict-page-wrapper {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.ict-page-wrapper .image-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1023px) {
  .ict-page-wrapper .image-box {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.ict-page-wrapper .image-box img {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin-right: 0;
}
.ict-page-wrapper .image-box::before {
  background-color: rgb(245, 248, 250);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 50px;
  left: auto;
  right: -50px;
  -webkit-transform: translate(0);
          transform: translate(0);
  max-width: 960px;
}
@media screen and (max-width: 1023px) {
  .ict-page-wrapper .image-box::before {
    top: 30px;
    right: -30px;
  }
}
.ict-page-wrapper .text-box {
  width: calc(50% - 50px);
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .ict-page-wrapper .text-box {
    width: 100%;
  }
}
.ict-page-wrapper .text-box a {
  display: block;
  margin-top: 30px;
}

.page-ict-title {
  margin-bottom: 20px;
  font-family: yu-mincho-pr6n;
  font-weight: 700;
  font-size: 1.5rem;
}
.page-ict-title .blue-text {
  color: rgb(0, 91, 171);
  font-size: 3rem;
}

.page-ict-section {
  overflow: hidden;
}

.ict-image-title {
  margin: 0 auto 50px;
  max-width: 700px;
}

.ict-point-wrapper {
  counter-reset: number 0;
}
.ict-point-wrapper:not(:last-child) {
  margin-bottom: 80px;
}
.ict-point-wrapper .first-text {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.ict-inner-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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  counter-increment: number 1;
}
.ict-inner-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
.ict-inner-wrapper .ict-blue-title::before {
  content: counter(number, decimal-leading-zero);
  font-size: 4rem;
  margin-right: 10px;
}
.ict-inner-wrapper:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ict-inner-wrapper:nth-child(odd) .text-box {
  margin-right: -10%;
}
@media screen and (max-width: 1200px) {
  .ict-inner-wrapper:nth-child(odd) .text-box {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ict-inner-wrapper:nth-child(odd) .text-box {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .ict-inner-wrapper:nth-child(odd) .image-box {
    margin-right: calc(50% - 50vw);
  }
}
.ict-inner-wrapper:nth-child(even) .text-box {
  margin-left: -10%;
}
@media screen and (max-width: 1200px) {
  .ict-inner-wrapper:nth-child(even) .text-box {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .ict-inner-wrapper:nth-child(even) .text-box {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .ict-inner-wrapper:nth-child(even) .image-box {
    margin-left: calc(50% - 50vw);
  }
}
.ict-inner-wrapper .image-box {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .ict-inner-wrapper .image-box {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .ict-inner-wrapper .image-box {
    width: 100%;
  }
}
.ict-inner-wrapper .text-box {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 30px;
  background-color: rgb(245, 248, 250);
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .ict-inner-wrapper .text-box {
    margin-top: -100px;
    width: 65%;
  }
}
@media screen and (max-width: 1023px) {
  .ict-inner-wrapper .text-box {
    width: 90%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ict-inner-wrapper .text-box {
    margin-top: -10px;
    width: calc(100% + 30px);
  }
}

@media screen and (max-width: 767px) {
  .ict-history-section.bg-blue {
    background-color: rgb(255, 255, 255);
  }
}

.ict-history-wrapper {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 100px 90px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 91, 171, 0.08);
          box-shadow: 0 2px 2px rgba(0, 91, 171, 0.08);
}
@media screen and (max-width: 1023px) {
  .ict-history-wrapper {
    padding: 100px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .ict-history-wrapper {
    padding: 100px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.ict-history-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  width: 100%;
  max-width: 400px;
  border-radius: 40px;
  color: rgb(255, 255, 255);
  font-family: yu-mincho-pr6n;
  font-weight: 700;
  background-color: rgb(0, 91, 171);
  font-size: 1.5rem;
}
.ict-history-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 99%);
          transform: translate(-50%, 99%);
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 2/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: rgb(0, 91, 171);
}

.ict-future-section {
  background-color: rgb(245, 248, 250);
  background-image: url("../../images/ict-future-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1023px) {
  .ict-future-section p {
    text-align: left;
  }
}

.ict-future-title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-family: yu-mincho-pr6n;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ict-future-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.ict-future-title .blue {
  display: block;
  font-size: 4rem;
  color: rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .ict-future-title .blue {
    font-size: 3rem;
  }
}

.page-csr-wrapper {
  overflow: hidden;
}

.csr-leading-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
}
@media screen and (max-width: 1023px) {
  .csr-leading-wrapper {
    gap: 30px 50px;
  }
}
.csr-leading-wrapper .text-box {
  width: 40%;
  text-align: left;
  padding-left: 100px;
}
@media screen and (max-width: 1165px) {
  .csr-leading-wrapper .text-box {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .csr-leading-wrapper .text-box {
    width: 60%;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .csr-leading-wrapper .text-box {
    width: 100%;
    padding-left: 0;
  }
}
.csr-leading-wrapper .title {
  margin-bottom: 30px;
}
.csr-leading-wrapper .title .en {
  position: relative;
  font-size: 1.2rem;
  font-family: yu-mincho-pr6n;
  font-weight: 700;
  color: rgb(0, 91, 171);
}
.csr-leading-wrapper .title .en::before {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .csr-leading-wrapper .title .en::before {
    left: -5px;
  }
}
.csr-leading-wrapper .title .ja {
  display: block;
  font-size: 2rem;
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
}
.csr-leading-wrapper .image-box {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .csr-leading-wrapper .image-box {
    width: calc(40% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .csr-leading-wrapper .image-box {
    width: 90%;
  }
}

.csr-link-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .csr-link-wrapper {
    gap: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .csr-link-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.csr-link {
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 91, 171, 0.08);
          box-shadow: 0 2px 2px rgba(0, 91, 171, 0.08);
}
.csr-link .image-box {
  position: relative;
}
.csr-link .image-box::before {
  background-color: rgba(0, 91, 171, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.csr-link img {
  aspect-ratio: 16/6;
  -o-object-fit: cover;
     object-fit: cover;
}
.csr-link .text-box {
  position: relative;
  background-color: rgb(255, 255, 255);
  font-size: 1.3rem;
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
  color: rgb(0, 91, 171);
  padding: 20px 40px 20px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .csr-link .text-box {
    padding: 20px 20px 20px 10px;
    font-size: 1rem;
  }
}
.csr-link .text-box::before, .csr-link .text-box::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .csr-link .text-box::before, .csr-link .text-box::after {
    right: 10px;
  }
}
.csr-link .text-box::before {
  content: "▽";
  color: rgb(0, 91, 171);
}
.csr-link .text-box::after {
  content: "▼";
  color: rgb(255, 255, 255);
  opacity: 0;
}
.csr-link:hover .image-box::before {
  opacity: 1;
}
.csr-link:hover .text-box {
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
}
.csr-link:hover .text-box::before {
  opacity: 0;
}
.csr-link:hover .text-box::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .csr-main-section {
    background-color: rgb(255, 255, 255);
  }
  .csr-main-section:not(:last-child) {
    margin-bottom: 40px;
  }
}

.csr-main-wrapper {
  counter-reset: number 0;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 140px 100px 100px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 91, 171, 0.08);
          box-shadow: 0 2px 2px rgba(0, 91, 171, 0.08);
}
@media screen and (max-width: 1023px) {
  .csr-main-wrapper {
    padding: 140px 30px 100px;
  }
}
@media screen and (max-width: 767px) {
  .csr-main-wrapper {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.csr-main-wrapper .inner-box {
  text-align: left;
}
.csr-main-wrapper .inner-box:not(:last-child) {
  margin-bottom: 60px;
}
.csr-main-wrapper .csr-inner-title {
  margin-bottom: 30px;
  padding: 15px 30px;
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
  font-size: 1.5rem;
  border-left: 5px solid rgb(0, 91, 171);
  background-color: rgb(245, 248, 250);
}
@media screen and (max-width: 767px) {
  .csr-main-wrapper .csr-inner-title {
    font-size: 1.1rem;
    padding: 15px;
  }
}
.csr-main-wrapper p:not(:last-child) {
  margin-bottom: 40px;
}
.csr-main-wrapper .image-box {
  width: 80%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .csr-main-wrapper .image-box {
    width: 100%;
  }
}
.csr-main-wrapper .image-box img {
  display: inline-block;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .csr-main-wrapper .image-box img {
    width: 49%;
  }
}
.csr-main-wrapper .csr-swiper-main {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .csr-main-wrapper .csr-swiper-main {
    width: 100%;
  }
}

.csr-title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .csr-title {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 0 auto 30px;
  }
}

.csr-swiper-sub {
  margin-top: 10px;
}

.csr-sdg-image {
  padding: 50px 30px;
  border-top: 1px solid rgb(205, 223, 238);
}
@media screen and (max-width: 767px) {
  .csr-sdg-image {
    padding: 30px 0;
  }
}

.csr-sdg-border-box {
  position: relative;
  padding: 50px 30px;
  border-top: 1px solid rgb(205, 223, 238);
  border-bottom: 1px solid rgb(205, 223, 238);
}
@media screen and (max-width: 767px) {
  .csr-sdg-border-box {
    padding: 30px 0;
    text-align: left;
  }
  .csr-sdg-border-box .inlineblock-item {
    display: inline;
  }
}
.csr-sdg-border-box:not(:last-child) {
  margin-bottom: 40px;
}
.csr-sdg-border-box .ict-history-title {
  position: relative;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .csr-sdg-border-box .ict-history-title {
    margin-bottom: 35px;
  }
}
.csr-sdg-border-box .title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 10px;
  font-size: 1.5rem;
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .csr-sdg-border-box .title {
    white-space: normal;
  }
}
@media screen and (max-width: 1023px) {
  .csr-sdg-border-box .title {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: -70px;
    margin-bottom: 50px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .csr-sdg-border-box .title {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 1240px) {
  .csr-sdg-border-box .title span {
    display: inline-block;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .csr-sdg-border-box .title span {
    white-space: normal;
  }
}

.csr-sdg-pdf-wrapper {
  margin-bottom: 50px;
  gap: 70px;
  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 screen and (max-width: 767px) {
  .csr-sdg-pdf-wrapper {
    margin-bottom: 40px;
  }
}
.csr-sdg-pdf-wrapper .text-box {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .csr-sdg-pdf-wrapper .text-box {
    width: 100%;
  }
}
.csr-sdg-pdf-wrapper .title {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: ヒラギノ角ゴ ProN;
}
.csr-sdg-pdf-wrapper a {
  position: relative;
  display: block;
  max-width: 230px;
  padding: 10px 20px;
  color: rgb(0, 91, 171);
  border: 1px solid rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .csr-sdg-pdf-wrapper a {
    max-width: 100%;
  }
}
.csr-sdg-pdf-wrapper a img {
  margin-right: 10px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .csr-sdg-pdf-wrapper a img {
    width: 20px;
  }
}
.csr-sdg-pdf-wrapper a span {
  vertical-align: middle;
}
.csr-sdg-pdf-wrapper a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 0.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "▷";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.csr-sdg-pdf-wrapper a:hover::after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
.csr-sdg-pdf-wrapper .image-box {
  width: calc(40% - 70px);
}
@media screen and (max-width: 767px) {
  .csr-sdg-pdf-wrapper .image-box {
    display: none;
  }
}
.csr-sdg-pdf-wrapper .image-box img {
  width: 100%;
}

.csr-sdg-wrapper {
  counter-increment: number 1;
}
.csr-sdg-wrapper:not(:last-child) {
  margin-bottom: 80px;
}

.csr-sdg-title {
  margin-bottom: 70px;
  position: relative;
  background-color: rgb(205, 223, 238);
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  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 screen and (max-width: 767px) {
  .csr-sdg-title {
    padding: 5px;
    margin-bottom: 30px;
  }
}
.csr-sdg-title .number {
  position: absolute;
  bottom: 25px;
  left: 10px;
  color: rgba(0, 91, 171, 0.4);
  font-family: Prompt;
}
@media screen and (max-width: 767px) {
  .csr-sdg-title .number {
    font-size: 0.6rem;
    bottom: 15px;
    left: 5px;
  }
}
.csr-sdg-title .number::before {
  display: block;
  line-height: 60px;
  font-size: 5rem;
  content: counter(number, decimal-leading-zero);
}
@media screen and (max-width: 767px) {
  .csr-sdg-title .number::before {
    font-size: 3rem;
    line-height: 40px;
  }
}
.csr-sdg-title > span {
  width: calc(100% - 150px);
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .csr-sdg-title > span {
    font-size: 1.3rem;
    width: calc(100% - 100px);
  }
}
.csr-sdg-title img {
  width: 75px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .csr-sdg-title img {
    width: 50px;
  }
}

.blue-dot-list {
  text-align: left;
}
.blue-dot-list li:not(:last-child) {
  margin-bottom: 5px;
}
.blue-dot-list li::before {
  content: "";
  display: inline-block;
  width: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  aspect-ratio: 1/1;
  background-color: rgb(0, 91, 171);
  border-radius: 50%;
  vertical-align: middle;
}

.sdg-image-wrapper {
  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 screen and (max-width: 1023px) {
  .sdg-image-wrapper {
    gap: 10px;
  }
}
.sdg-image-wrapper img {
  width: calc((100% - 150px) / 6);
  max-width: 128px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .sdg-image-wrapper img {
    width: calc((100% - 50px) / 6);
  }
}
@media screen and (max-width: 767px) {
  .sdg-image-wrapper img {
    width: calc((100% - 20px) / 3);
  }
}

.page-contact-section {
  overflow: hidden;
}

.contact-map-wrapper {
  margin-bottom: 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;
  border-radius: 10px;
  border: 1px solid rgb(0, 91, 171);
  overflow: hidden;
}
.contact-map-wrapper .contact-map-box {
  background-color: rgb(0, 91, 171);
  color: rgb(0, 91, 171);
  font-size: 1.2rem;
  width: calc(33.3333333333% + 40px);
}
@media screen and (max-width: 1023px) {
  .contact-map-wrapper .contact-map-box {
    width: calc(33.3333333333% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .contact-map-wrapper .contact-map-box {
    width: 100%;
  }
}
.contact-map-wrapper .contact-map-box:first-child {
  position: relative;
  z-index: 2;
}
.contact-map-wrapper .contact-map-box:not(:first-child) {
  margin-left: -60px;
}
@media screen and (max-width: 1023px) {
  .contact-map-wrapper .contact-map-box:not(:first-child) {
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-map-wrapper .contact-map-box:not(:first-child) {
    margin-left: 0;
    margin-top: -20px;
  }
  .contact-map-wrapper .contact-map-box:not(:first-child) span {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .contact-map-wrapper .contact-map-box:last-child span {
    padding-bottom: 10px;
  }
}
.contact-map-wrapper .contact-map-box:not(:last-child) {
  clip-path: polygon(0 0, calc(100% - 49px) 0, 100% 50%, calc(100% - 49px) 100%, 0 100%);
}
@media screen and (max-width: 1023px) {
  .contact-map-wrapper .contact-map-box:not(:last-child) {
    clip-path: polygon(0 0, calc(100% - 29px) 0, 100% 50%, calc(100% - 29px) 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .contact-map-wrapper .contact-map-box:not(:last-child) {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
  }
}
.contact-map-wrapper .contact-map-box:not(:last-child) span {
  clip-path: polygon(0 0, calc(100% - 52px) 0, calc(100% - 3px) 50%, calc(100% - 52px) 100%, 0 100%);
}
@media screen and (max-width: 1023px) {
  .contact-map-wrapper .contact-map-box:not(:last-child) span {
    clip-path: polygon(0 0, calc(100% - 32px) 0, calc(100% - 3px) 50%, calc(100% - 32px) 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .contact-map-wrapper .contact-map-box:not(:last-child) span {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), 50% calc(100% - 2px), 0 calc(100% - 22px));
  }
}
.contact-map-wrapper .contact-map-box.current span {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.contact-map-wrapper .contact-map-box span {
  display: block;
  padding: 30px 10px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .contact-map-wrapper .contact-map-box span {
    padding: 20px 10px;
  }
}

.contact-first-text {
  margin-bottom: 50px;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .contact-first-text {
    font-size: 1rem;
  }
}

.text-red {
  color: rgb(193, 39, 45);
}

.page-contact-wrapper {
  background-color: rgb(255, 255, 255);
  padding: 100px;
  border: 5px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 91, 171, 0.08);
          box-shadow: 2px 2px 3px rgba(0, 91, 171, 0.08);
}
@media screen and (max-width: 1100px) {
  .page-contact-wrapper {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper {
    padding: 30px 15px;
  }
}

.contact-box {
  padding: 30px;
  border-bottom: 1px solid rgb(132, 176, 214);
  text-align: left;
  gap: 10px 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;
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding: 20px 10px;
  }
}
.contact-box .title {
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .contact-box .title {
    width: 100%;
  }
}
.contact-box .title .must::after {
  content: "※";
  color: rgb(193, 39, 45);
  margin-left: 5px;
}
.contact-box .input {
  width: calc(100% - 200px - 30px);
}
@media screen and (max-width: 1023px) {
  .contact-box .input {
    width: 100%;
  }
}
.contact-box .input.number .text-common {
  display: inline-block;
  width: calc(90% - 20px);
  margin-left: 5px;
}
@media screen and (max-width: 1100px) {
  .contact-box .input.number .text-common {
    width: calc(100% - 30px);
  }
}
.contact-box .select-wrap {
  position: relative;
  width: 90%;
}
@media screen and (max-width: 1100px) {
  .contact-box .select-wrap {
    width: 100%;
  }
}
.contact-box .select-wrap::before {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 0 5px 5px 0;
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: rgb(0, 91, 171);
}
.contact-box .select-wrap::after {
  right: 20px;
  background-color: rgb(255, 255, 255);
}
.contact-box .select-wrap select {
  display: block;
  padding: 20px;
  border: 1px solid rgb(205, 223, 238);
  background-color: rgb(245, 248, 250);
  width: 100%;
  font-weight: 600;
  font-family: ヒラギノ角ゴ ProN;
}
@media screen and (max-width: 767px) {
  .contact-box .select-wrap select {
    padding: 15px;
  }
}

.text-common {
  display: block;
  width: 90%;
  padding: 10px;
  border: 1px solid rgb(205, 223, 238);
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: ヒラギノ角ゴ ProN;
  background-color: rgb(245, 248, 250);
}
@media screen and (max-width: 1100px) {
  .text-common {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .text-common {
    font-size: 1rem;
  }
}
.text-common::-webkit-input-placeholder {
  color: rgb(178, 178, 178);
}
.text-common::-moz-placeholder {
  color: rgb(178, 178, 178);
}
.text-common:-ms-input-placeholder {
  color: rgb(178, 178, 178);
}
.text-common::-ms-input-placeholder {
  color: rgb(178, 178, 178);
}
.text-common::placeholder {
  color: rgb(178, 178, 178);
}

.button-submit {
  width: 30%;
  margin-top: 50px;
  padding: 20px 50px;
  border: 2px solid rgb(0, 91, 171);
  color: rgb(0, 91, 171);
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
  font-size: 1.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .button-submit {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .button-submit {
    margin-top: 30px;
    width: 100%;
  }
}
.button-submit:hover {
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
}
.wpcf7-list-item.first {
  margin-left: 0;
}

.contact-btn-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .contact-btn-wrapper {
    gap: 0;
  }
}

.wpcf7-spinner {
  display: none;
}

.page-news-section {
  overflow: hidden;
}

.news-page-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;
  gap: 30px 50px;
}

.news-main-wrapper {
  width: 70%;
}
@media screen and (max-width: 1023px) {
  .news-main-wrapper {
    width: 100%;
  }
}

.category-list {
  margin-bottom: 50px;
  border: 1px solid rgb(0, 91, 171);
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .category-list {
    overflow: hidden;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.category-list li {
  background-color: rgb(255, 255, 255);
}
.category-list li:not(:last-child) {
  border-right: 1px solid rgb(0, 91, 171);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .category-list li:not(:last-child):nth-child(odd) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .category-list li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid rgb(0, 91, 171);
  }
}
.category-list li:first-child {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .category-list li:first-child {
    border-radius: 0;
    display: none;
  }
}
.category-list li:last-child {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .category-list li:last-child {
    border-radius: 0;
  }
}
.category-list li:hover, .category-list li.current {
  background-color: rgb(0, 91, 171);
}
.category-list li:hover:not(:last-child), .category-list li.current:not(:last-child) {
  border-color: rgb(255, 255, 255);
}
.category-list li:hover a, .category-list li.current a {
  color: rgb(255, 255, 255);
}
.category-list a {
  display: block;
  color: rgb(0, 91, 171);
  padding: 15px 10px;
}

.news-list.page li {
  border-bottom: 1px solid rgb(132, 176, 214);
}
.news-list.page li.no-border {
  text-align: left;
  border-bottom: none;
}
.news-list.page li.no-border:first-child {
  border-top: none;
}
.news-list.page li:first-child {
  border-top: 1px solid rgb(132, 176, 214);
}
.news-list.page a {
  padding: 20px 0;
}
.news-list.page .date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news-list.page .news-tags {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.news-list.page .news-title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

.wp-pagenavi {
  margin-top: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 91, 171);
  outline: none;
  padding: 5px 10px;
  border: 1px solid rgb(0, 91, 171);
}
.wp-pagenavi a:hover, .wp-pagenavi a.current, .wp-pagenavi span:hover, .wp-pagenavi span.current {
  border: 1px solid rgb(0, 91, 171);
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
}
.wp-pagenavi a:hover span, .wp-pagenavi a.current span, .wp-pagenavi span:hover span, .wp-pagenavi span.current span {
  border: none;
  background-color: transparent;
}
.wp-pagenavi a:hover span::before, .wp-pagenavi a.current span::before, .wp-pagenavi span:hover span::before, .wp-pagenavi span.current span::before {
  background-color: rgb(255, 255, 255);
}
.wp-pagenavi a span, .wp-pagenavi span span {
  padding: 0;
  border: none;
  background-color: transparent;
}
.wp-pagenavi a span::before, .wp-pagenavi span span::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(0, 91, 171);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-pagenavi a span.left::before, .wp-pagenavi span span.left::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.wp-pagenavi a span.right::before, .wp-pagenavi span span.right::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.side-wrapper {
  width: calc(30% - 50px);
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .side-wrapper {
    width: 100%;
  }
}

.archive-title {
  padding-bottom: 5px;
  border-bottom: 2px solid rgb(0, 91, 171);
  color: rgb(0, 91, 171);
}
.archive-title .en {
  display: block;
  font-size: 1.7rem;
  font-family: yu-mincho-pr6n;
  font-weight: 700;
  line-height: 30px;
}

@media screen and (max-width: 1023px) {
  .monthly-list {
    display: -ms-grid;
    display: grid;
    gap: 0 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.monthly-list a {
  display: block;
  padding: 15px 10px;
  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;
  color: rgb(77, 77, 77);
  border-bottom: 1px solid rgb(132, 176, 214);
}
@media screen and (max-width: 767px) {
  .monthly-list a {
    padding: 15px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.monthly-list a::before {
  display: inline-block;
  content: "▷";
  color: rgb(0, 91, 171);
  font-size: 0.5rem;
  margin-right: 5px;
}
.monthly-list a[aria-current=page], .monthly-list a:hover {
  background-color: rgb(205, 223, 238);
}

.single-wrapper {
  margin-bottom: 50px;
  text-align: left;
}
.single-wrapper .date {
  color: rgb(132, 176, 214);
  font-weight: 700;
  margin-left: 20px;
}
.single-wrapper .main-contents {
  margin-top: 30px;
}
.single-wrapper .main-contents h2 {
  margin-bottom: 30px;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: ヒラギノ角ゴ ProN;
  border-left: 3px solid rgb(0, 91, 171);
  background-color: rgb(255, 255, 255);
}
.single-wrapper .main-contents h3 {
  margin-bottom: 30px;
  font-size: 1.3rem;
  color: rgb(0, 91, 171);
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
}
.single-wrapper .main-contents h4 {
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.single-wrapper .main-contents h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(0, 91, 171);
  margin-right: 5px;
}
.single-wrapper .main-contents h5 {
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
  font-size: 1.1rem;
  border-bottom: 1px solid rgb(132, 176, 214);
  margin-bottom: 20px;
}
.single-wrapper .main-contents h6 {
  margin-bottom: 15px;
  font-family: ヒラギノ角ゴ ProN;
  font-weight: 600;
  font-size: 1.1rem;
}
.single-wrapper .main-contents a {
  color: rgb(0, 91, 171);
  border-bottom: 1px solid rgb(0, 91, 171);
}
.single-wrapper .main-contents table {
  overflow: scroll;
}
.single-wrapper .main-contents table thead {
  border-bottom: none;
}
.single-wrapper .main-contents table td, .single-wrapper .main-contents table th {
  padding: 10px;
  border: 1px solid rgb(132, 176, 214);
  background-color: rgb(255, 255, 255);
}
.single-wrapper .main-contents table th {
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
}
.single-wrapper .main-contents .gallery-item img {
  aspect-ratio: 4/3;
}

.single-title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  border-bottom: 1px solid rgb(0, 91, 171);
  font-weight: 600;
  font-family: ヒラギノ角ゴ ProN;
}

.single-image-box {
  margin-bottom: 30px;
}

.sinlge-link {
  display: inline-block;
  padding: 10px 25px;
  color: rgb(0, 91, 171);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 91, 171);
}
.sinlge-link:hover {
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: rgb(205, 223, 238);
  margin: 0 auto 50px;
}

/*タブのスタイル*/
.tab_item {
  cursor: pointer;
  width: 50%;
  height: 50px;
  border: 1px solid rgb(0, 91, 171);
  background-color: rgb(255, 255, 255);
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: rgb(0, 91, 171);
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tab_item:hover {
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
}
.tab_item:hover:not(:last-child) {
  border-right: 1px solid rgb(255, 255, 255);
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 50px 60px 5px;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .tab_content {
    padding: 50px 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  .tab_content {
    padding: 30px 10px 3px;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#type:checked ~ #type_content,
#year:checked ~ #year_content,
#awards:checked ~ #awards_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
}
.tabs input:checked + .tab_item:not(:last-child) {
  border-right: 1px solid rgb(255, 255, 255);
}

.works-category-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;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .works-category-list {
    gap: 10px;
  }
}
.works-category-list li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .works-category-list li {
    width: calc((100% - 10px) / 2);
  }
}
.works-category-list a {
  display: block;
  background-color: rgb(255, 255, 255);
  padding: 15px 20px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 91, 171, 0.5);
          box-shadow: 1px 1px 3px rgba(0, 91, 171, 0.5);
  border-radius: 30px;
  color: rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .works-category-list a {
    padding: 10px;
  }
}
.works-category-list a[aria-current=page], .works-category-list a:hover, .works-category-list a.current {
  background-color: rgb(0, 91, 171);
  color: rgb(255, 255, 255);
}

.works-list {
  padding-bottom: 50px;
  border-bottom: 1px solid rgb(132, 176, 214);
  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;
}
@media screen and (max-width: 1023px) {
  .works-list {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .works-list {
    gap: 30px;
  }
}
.works-list li {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1023px) {
  .works-list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .works-list li {
    width: 100%;
  }
}
.works-list a {
  cursor: pointer;
}
.works-list .image-box {
  margin-bottom: 20px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .works-list .image-box {
    margin-bottom: 10px;
  }
}
.works-list .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list .text-box {
  text-align: left;
  color: rgb(77, 77, 77);
}
.works-list .type {
  color: rgb(132, 176, 214);
  font-size: 1.1rem;
  font-weight: 700;
  margin-right: 5px;
}
.works-list .date {
  font-family: ヒラギノ角ゴ ProN;
  color: rgb(179, 179, 179);
}
.works-list .works-title {
  font-size: 1.3rem;
}
/* ==========================
  モーダル（ポップアップ）
========================== */
.modal-open {
  overflow: hidden !important;
}

.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modalWrap.active {
  -webkit-animation: modalOpen 0.3s ease forwards;
          animation: modalOpen 0.3s ease forwards;
}

.js_modalWrap.active2 {
  -webkit-animation: modalClose 0.3s ease forwards;
          animation: modalClose 0.3s ease forwards;
}

.js_modalWrap.active .js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 90001;
}

.js_modalCont {
  padding: 40px;
  max-height: 100%;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .js_modalCont {
    padding: 40px 20px;
  }
}
.js_modalCont img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .js_modalCont img {
    width: 100%;
  }
}

.js_modalCont > p {
  margin-top: 30px;
  text-align: left;
}

.js_modalContInner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1000px;
  z-index: 99999;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  height: 80%;
  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 screen and (max-width: 767px) {
  .js_modalContInner {
    border-radius: 10px;
  }
}

.js_modalClose {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgb(0, 91, 171);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .js_modalClose {
    width: 30px;
    height: 30px;
    -webkit-transform: translate(20%, -20%);
            transform: translate(20%, -20%);
  }
}

.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  right: 50%;
  width: 1px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .js_modalClose::before,
  .js_modalClose::after {
    height: 15px;
  }
}

.js_modalClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.js_modalClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@-webkit-keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 90002;
  }
}

@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 90002;
  }
}
@-webkit-keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}
.works-main img {
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-sub {
  margin: 10px auto 30px;
}
.works-sub img {
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.modal-text-box {
  margin-bottom: 15px;
  text-align: left;
}
.modal-text-box .type {
  color: rgb(132, 176, 214);
  font-size: 1.1rem;
  font-weight: 700;
  margin-right: 5px;
}
.modal-text-box .date {
  font-family: ヒラギノ角ゴ ProN;
  color: rgb(179, 179, 179);
}
.modal-text-box .works-title {
  font-weight: 600;
  font-family: ヒラギノ角ゴ ProN;
  font-size: 1.3rem;
}

.works-table th, .works-table td {
  border: 1px solid rgb(132, 176, 214);
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .works-table th, .works-table td {
    display: block;
    width: 100%;
  }
}
.works-table th {
  width: 130px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  background-color: rgb(0, 91, 171);
}
@media screen and (max-width: 767px) {
  .works-table th {
    width: 100%;
    padding: 10px;
  }
}
.works-table td {
  text-align: left;
}
.works-table tr:nth-child(odd) td {
  background-color: rgb(245, 248, 250);
}