@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #4a74b6;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

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

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

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

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

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  /* .logo{
    max-width: 397px;
  } */
}
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: absolute;
  z-index: 1;
  padding: 33px 2.0625% 33px 1.875%;
}
#header:not(.m_fixed) .logo > *:not(:first-child) {
  display: none;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 10px 35px;
}
#header #gnav ul li {
  position: relative;
}
#header #gnav ul li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
#header #gnav ul li:not(.btn) a {
  text-shadow: 0 0 5px rgba(4, 0, 0, 0.5), 0 0 5px rgba(4, 0, 0, 0.5), 0 0 5px rgba(4, 0, 0, 0.5);
}
#header #gnav ul li.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 139px;
  height: 28px;
}
#header #gnav ul li.btn.bt-first {
  margin-left: -10px;
}
#header #gnav ul li.btn:not(.bt-first) {
  margin-left: -30px;
}
#header #gnav ul li.recruit a {
  background-color: #2861a3;
}
#header #gnav ul li.contact a {
  background-color: #1f92c6;
}
#header #gnav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#header #gnav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 1;
  background-color: #2861a3;
  padding: 5px;
}
#header #gnav ul li ul li:not(:first-child) {
  border-top: solid 1px #fff;
}
#header #gnav ul li ul li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-shadow: none;
  white-space: nowrap;
  padding: 5px 5px 5px 0;
  text-shadow: none !important;
}
#header #gnav ul li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #header .top {
    padding: 20px 10px;
  }
  #header #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav ul li a {
    font-size: 16px;
  }
  #header #gnav ul li.btn a {
    width: 120px;
    font-size: 14px;
  }
  #header #gnav ul li.btn.bt-first, #header #gnav ul li.btn:not(.bt-first) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 70px 0 10px;
  }
  #header #gnav ul li a {
    background-color: unset !important;
  }
  #header #gnav ul li:not(.btn) a {
    text-shadow: none;
  }
  #header #gnav ul li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    padding-left: 10px;
    background-color: transparent;
  }
  #header #gnav ul li ul li {
    border-bottom: 1px solid #fff;
  }
  #header #gnav ul li ul li:not(:first-child) {
    border-top: none;
  }
  #header #gnav ul li ul li a {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
  }
  #header.m_fixed .top {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    background-color: #fff;
  }
  #header.m_fixed .top .logo::before, #header.m_fixed .top .logo::after {
    display: none;
  }
  #header.m_fixed .top .logo > *:not(:last-child) {
    display: none;
  }
  #header.m_fixed #gnav {
    color: #101010;
  }
  #header.m_fixed #gnav > ul > li:not(.btn) > a {
    color: #101010;
    text-shadow: unset;
  }
}
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: url(../images/f-bg.jpg) no-repeat center/cover;
  padding: 43px 0 20px 5.625%;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .left {
  padding-top: 14px;
  /* .logo{
    max-width: 309px;
    margin-bottom: -5px;
    margin-left: 6px;
  } */
}
#footer .left .data {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 25px;
  margin-left: 6px;
}
#footer .left .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
#footer .left .btns .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 70px;
  border-radius: 35px;
  background-color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #4a74b6;
  position: relative;
  padding: 0 50px 0 20px;
}
#footer .left .btns .btn a::before {
  content: "";
  position: absolute;
  right: 28px;
  width: 21px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow.webp) no-repeat center #4a74b6;
}
#footer .right {
  margin-left: auto;
  /* .sdgs{
    background-color: #fff;
    margin-bottom: 24px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    &:not(:has(a)){
      padding: 18px 35px;
    }
    a{
      display: block;
      padding: 18px 35px;
    }
  } */
}
#footer .right .catch {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 52, "wght" 700;
  font-size: 122.34px;
  line-height: 0.9659964035;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 8px;
  padding-right: 10px;
}
#footer .right .catch small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
  padding-left: 14px;
  margin-top: -10px;
}
#footer .right .copyright {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-align: end;
  padding-right: 50px;
}
@media (max-width: 1300px) {
  #footer {
    padding: 30px 0 15px 10px;
  }
  #footer .right {
    /* .sdgs{
      img{
        max-width: 380px;
      }
    } */
  }
  #footer .right .catch {
    font-size: 100px;
  }
}
@media (min-width: 1000px) {
  #footer .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #footer .left {
    align-content: center;
  }
  #footer .left .data {
    font-size: 16px;
  }
  #footer .left .btns .btn a {
    width: 200px;
    height: 60px;
    font-size: 14px;
  }
  #footer .right {
    align-content: center;
    /* .sdgs{
      &:not(:has(a)){
        padding: 18px 20px;
      }
      a{
        padding: 18px 20px;
      }
      img{
        max-width: 300px;
      }
    } */
  }
  #footer .right .catch {
    font-size: 70px;
  }
  #footer .right .catch small {
    font-size: 24px;
    padding-left: 0;
    margin-top: 0;
  }
  #footer .right .copyright {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 25px 10px 10px;
  }
  #footer .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .left .data {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #footer .left .btns {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #footer .left .btns .btn a {
    width: 135px;
    height: 50px;
    font-size: 12px;
    padding: 0 40px 0 10px;
  }
  #footer .left .btns .btn a::before {
    right: 20px;
  }
  #footer .right {
    margin-left: unset;
    /* .sdgs{
      border-radius: 10px;
      max-width: 300px;
      img{
        max-width: 100%;
      }
    } */
  }
  #footer .right .catch {
    font-size: 50px;
  }
  #footer .right .catch small {
    font-size: 20px;
  }
  #footer .right .copyright {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */